.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Higuen Serif';
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Higuen Serif';
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Lora', serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b44f79 !important;
}
.bg-success {
  background-color: #edefeb !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b44f79 !important;
  border-color: #b44f79 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c37394 !important;
  border-color: #c37394 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c37394 !important;
  border-color: #c37394 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b44f79;
  color: #b44f79;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #793350 !important;
  background-color: transparent !important;
  border-color: #793350 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b44f79 !important;
  border-color: #b44f79 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #b44f79 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #edefeb !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6e2f49 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bac2b2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b44f79;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b44f79;
  border-color: #b44f79;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b44f79;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #daa8bd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #b44f79 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #b44f79;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #b44f79;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b44f79;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b44f79;
  border-bottom-color: #b44f79;
}
.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: #b44f79 !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: #ffd7ef !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='%23b44f79' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.home-title {
  font-family: 'Higuen Serif';
  font-size: 5rem;
  line-height: 1.5;
}
.home-title > .mbr-iconfont {
  font-size: 5rem;
}
.cid-tJS6tZXiPa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJS6tZXiPa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJS6tZXiPa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJS6tZXiPa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJS6tZXiPa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJS6tZXiPa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJS6tZXiPa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJS6tZXiPa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJS6tZXiPa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJS6tZXiPa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJS6tZXiPa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-tJS6tZXiPa .nav-item:focus,
.cid-tJS6tZXiPa .nav-link:focus {
  outline: none;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJS6tZXiPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJS6tZXiPa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJS6tZXiPa .navbar.opened {
  transition: all 0.3s;
}
.cid-tJS6tZXiPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJS6tZXiPa .navbar .navbar-logo img {
  width: auto;
}
.cid-tJS6tZXiPa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar.collapsed {
  justify-content: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJS6tZXiPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 72px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJS6tZXiPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJS6tZXiPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJS6tZXiPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJS6tZXiPa .dropdown-item.active,
.cid-tJS6tZXiPa .dropdown-item:active {
  background-color: transparent;
}
.cid-tJS6tZXiPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJS6tZXiPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJS6tZXiPa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .navbar-buttons {
    text-align: left;
  }
}
.cid-tJS6tZXiPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJS6tZXiPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJS6tZXiPa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJS6tZXiPa .navbar {
    height: 70px;
  }
  .cid-tJS6tZXiPa .navbar.opened {
    height: auto;
  }
  .cid-tJS6tZXiPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJS6tZXiPa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJS6tZXiPa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: auto;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSxgsry6fa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSxgsry6fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxgsry6fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uSxgsry6fa .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uSxgsry6fa .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uSxgsry6fa .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uSxgsry6fa .card-wrapper {
  background: #ffffff;
}
.cid-uSxgsry6fa .mbr-text,
.cid-uSxgsry6fa .mbr-section-btn {
  color: #b44f79;
  text-align: center;
}
.cid-uSxgsry6fa .card-title,
.cid-uSxgsry6fa .card-box {
  text-align: center;
  color: #b44f79;
}
.cid-uSxgsry6fa .image-wrapper img {
  width: 100%;
}
.cid-v4ZWtzhe4j {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4ZWtzhe4j {
    align-items: center;
  }
  .cid-v4ZWtzhe4j .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4ZWtzhe4j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4ZWtzhe4j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4ZWtzhe4j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4ZWtzhe4j .content-wrap {
    width: 100%;
  }
}
.cid-v4ZWtzhe4j .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4ZWtzhe4j .mbr-text,
.cid-v4ZWtzhe4j .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vf46TSNfzU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vf46TSNfzU .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vf46TSNfzU .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vf46TSNfzU .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v9HSQYCdaA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9HSQYCdaA .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-v9HSQYCdaA .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v9HSQYCdaA .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vh42fLkMkW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh42fLkMkW .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vh42fLkMkW .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vh42fLkMkW .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRbL54WxG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRbL54WxG .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRbL54WxG .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vgRbL54WxG .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-v9HC3yU3By {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9HC3yU3By .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v9HC3yU3By .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v9HC3yU3By .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-uSxrqPXI92 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSxrqPXI92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxrqPXI92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxrqPXI92 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSxrqPXI92 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSxrqPXI92 .content-head {
  max-width: 800px;
}
.cid-uSxrqPXI92 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uSxrqPXI92 .img-wrapper img {
  width: 6rem;
}
.cid-uSxrqPXI92 .mbr-section-title {
  color: #b44f79;
}
.cid-uSxrqPXI92 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSxrqPXI92 .card-text {
  color: #b44f79;
  text-align: center;
}
.cid-uSxrqPXI92 .card-title {
  color: #b44f79;
  text-align: center;
}
.cid-vdFjNrKuzx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdFjNrKuzx .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vdFjNrKuzx .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vdFjNrKuzx .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v54N3ZGvWN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v54N3ZGvWN .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v54N3ZGvWN .mbr-section-subtitle {
  color: #b44f79;
}
.cid-v54N3ZGvWN .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZYoBuWcM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4ZYoBuWcM .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZYoBuWcM .mbr-section-subtitle {
  color: #b44f79;
}
.cid-v4ZYoBuWcM .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-uZvEApYzt7 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uZvEApYzt7 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZvEApYzt7 {
    align-items: center;
  }
  .cid-uZvEApYzt7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZvEApYzt7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZvEApYzt7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZvEApYzt7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZvEApYzt7 .content-wrap {
    width: 100%;
  }
}
.cid-uZvEApYzt7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uZvEApYzt7 .mbr-text,
.cid-uZvEApYzt7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v54Q97g415 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v54Q97g415 {
    align-items: center;
  }
  .cid-v54Q97g415 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v54Q97g415 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v54Q97g415 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v54Q97g415 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v54Q97g415 .content-wrap {
    width: 100%;
  }
}
.cid-v54Q97g415 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v54Q97g415 .mbr-text,
.cid-v54Q97g415 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4TEJPCxgQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TEJPCxgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TEJPCxgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TEJPCxgQ .img-wrapper {
  text-align: center;
}
.cid-v4TEJPCxgQ img {
  margin: auto;
  width: 200px;
}
.cid-v4TEJPCxgQ .row {
  align-items: flex-start;
}
.cid-v4TEJPCxgQ .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TEJPCxgQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4TEJPCxgQ .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TEJPCxgQ .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4TEJPCxgQ .mbr-section-title,
.cid-v4TEJPCxgQ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4TEJPCxgQ .content-head {
  max-width: 800px;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4qyAcStYC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4qyAcStYC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4qyAcStYC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4qyAcStYC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4qyAcStYC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4qyAcStYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qyAcStYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qyAcStYC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4qyAcStYC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4qyAcStYC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4qyAcStYC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4qyAcStYC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4qyAcStYC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4qyAcStYC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4qyAcStYC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4qyAcStYC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4qyAcStYC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4qyAcStYC .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4qyAcStYC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4qyAcStYC .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4qyAcStYC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4qyAcStYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4qyAcStYC .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4qyAcStYC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyAcStYC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4qyAcStYC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4qyAcStYC .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4qyAcStYC .nav-item:focus,
.cid-v4qyAcStYC .nav-link:focus {
  outline: none;
}
.cid-v4qyAcStYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qyAcStYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qyAcStYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qyAcStYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qyAcStYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qyAcStYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qyAcStYC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4qyAcStYC .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qyAcStYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qyAcStYC .navbar .navbar-logo img {
  width: auto;
}
.cid-v4qyAcStYC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4qyAcStYC .navbar.collapsed {
  justify-content: center;
}
.cid-v4qyAcStYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qyAcStYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qyAcStYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4qyAcStYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qyAcStYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qyAcStYC .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-v4qyAcStYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qyAcStYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qyAcStYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4qyAcStYC .navbar {
    min-height: 72px;
  }
  .cid-v4qyAcStYC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qyAcStYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qyAcStYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qyAcStYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qyAcStYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qyAcStYC .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-v4qyAcStYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qyAcStYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4qyAcStYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qyAcStYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qyAcStYC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4qyAcStYC .dropdown-item.active,
.cid-v4qyAcStYC .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qyAcStYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qyAcStYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qyAcStYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qyAcStYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4qyAcStYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4qyAcStYC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4qyAcStYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qyAcStYC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4qyAcStYC .navbar-buttons {
    text-align: left;
  }
}
.cid-v4qyAcStYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qyAcStYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4qyAcStYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qyAcStYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qyAcStYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qyAcStYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qyAcStYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qyAcStYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qyAcStYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qyAcStYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qyAcStYC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qyAcStYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qyAcStYC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4qyAcStYC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qyAcStYC .navbar {
    height: 70px;
  }
  .cid-v4qyAcStYC .navbar.opened {
    height: auto;
  }
  .cid-v4qyAcStYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4qyAcStYC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4qyAcStYC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4qyAcStYC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4qyAcStYC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4qyAcStYC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4qyAcStYC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4qyAcStYC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4qyAcStYC .navbar-brand {
    margin-right: auto;
  }
  .cid-v4qyAcStYC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4qyAcStYC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4qyAcStYC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4qyAcStYC .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qyAcStYC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4qyAcStYC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4qyAcStYC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4qyAcStYC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4qyAcStYC .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qyAcStYC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4qyAcStYC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4qyAkgHBE {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4qyAkgHBE {
    align-items: center;
  }
  .cid-v4qyAkgHBE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyAkgHBE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyAkgHBE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyAkgHBE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyAkgHBE .content-wrap {
    width: 100%;
  }
}
.cid-v4qyAkgHBE .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyAkgHBE .mbr-text,
.cid-v4qyAkgHBE .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyAlbmeO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qyAlbmeO .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4qyAlbmeO .mbr-section-subtitle {
  color: #000000;
}
.cid-v4qyAlbmeO .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4qyAlFRLY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4qyAlFRLY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4qyAlFRLY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4qyAlFRLY .item-head {
  background: #b44f79;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyAlFRLY .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyAlFRLY .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4qyAlFRLY .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #f7f7f7;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyAlFRLY .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyAlFRLY .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v4qyAlFRLY .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #f7f7f7;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4qyAlFRLY .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyAlFRLY .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-v4qyAlFRLY .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-v4qyAlFRLY .btn {
  width: -webkit-fill-available;
}
.cid-v4qyAlFRLY .item:focus,
.cid-v4qyAlFRLY span:focus {
  outline: none;
}
.cid-v4qyAlFRLY .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-v4qyAlFRLY .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyAlFRLY .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4qyAlFRLY .mbr-section-title {
  color: #ffffff;
}
.cid-v4qyAlFRLY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4qyAlFRLY .mbr-text,
.cid-v4qyAlFRLY .mbr-section-btn {
  text-align: left;
  color: #b44f79;
}
.cid-v4qyAlFRLY .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyAlFRLY .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v4qyAlFRLY .content-head {
  max-width: 800px;
}
.cid-v4qyAlFRLY .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v4qyAlFRLY .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v4qyAlFRLY .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f7f7f7;
  background-color: #f7f7f7;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v4qyAlFRLY .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v4qyAlFRLY .mbr-text UL {
  text-align: left;
}
.cid-v4qyAlFRLY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4qyAml0B0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qyAml0B0 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v4qyAml0B0 .panel-group {
  border: none;
}
.cid-v4qyAml0B0 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4qyAml0B0 .card-header {
    padding: 0rem;
  }
}
.cid-v4qyAml0B0 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v4qyAml0B0 .img-col {
  padding: 0;
}
.cid-v4qyAml0B0 .img-item {
  height: 100%;
}
.cid-v4qyAml0B0 img {
  height: 100%;
  object-fit: cover;
}
.cid-v4qyAml0B0 .collapsed span {
  transform: rotate(0deg);
}
.cid-v4qyAml0B0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4qyAml0B0 p {
  margin-bottom: 0.3rem;
}
.cid-v4qyAml0B0 .panel-title-edit {
  color: #ffffff;
}
.cid-v4qyAml0B0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v4qyAml0B0 .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v4qyAml0B0 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyAml0B0 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v4qyAml0B0 .panel-text {
  color: #ffffff;
}
.cid-v4qyAml0B0 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyAml0B0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4qyAml0B0 .panel-title-edit,
.cid-v4qyAml0B0 .mbr-iconfont {
  color: #ffffff;
}
.cid-v4qyAnzNhI {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4qyAnzNhI .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4qyAnzNhI {
    align-items: center;
  }
  .cid-v4qyAnzNhI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyAnzNhI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyAnzNhI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyAnzNhI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyAnzNhI .content-wrap {
    width: 100%;
  }
}
.cid-v4qyAnzNhI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyAnzNhI .mbr-text,
.cid-v4qyAnzNhI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v562qrPhd7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v562qrPhd7 .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v562qrPhd7 .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v562qrPhd7 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4vS3UADwj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4vS3UADwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vS3UADwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4vS3UADwj .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-v4vS3UADwj .card-title,
.cid-v4vS3UADwj .iconfont-wrapper {
  color: #232323;
}
.cid-v4vS3UADwj .card-text {
  color: #232323;
}
.cid-v4vS3UADwj .mbr-section-title {
  color: #232323;
}
.cid-v4vS3UADwj .mbr-section-subtitle {
  color: #232323;
}
.cid-v4vS3UADwj .content-head {
  max-width: 800px;
}
.cid-v4TDYfYEIc {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4TDYfYEIc {
    align-items: center;
  }
  .cid-v4TDYfYEIc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4TDYfYEIc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4TDYfYEIc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4TDYfYEIc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4TDYfYEIc .content-wrap {
    width: 100%;
  }
}
.cid-v4TDYfYEIc .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4TDYfYEIc .mbr-text,
.cid-v4TDYfYEIc .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vf4iEMyteQ {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4iEMyteQ {
    align-items: center;
  }
  .cid-vf4iEMyteQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4iEMyteQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4iEMyteQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4iEMyteQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4iEMyteQ .content-wrap {
    width: 100%;
  }
}
.cid-vf4iEMyteQ .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4iEMyteQ .mbr-text,
.cid-vf4iEMyteQ .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4TEVkZ3mM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TEVkZ3mM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TEVkZ3mM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TEVkZ3mM .img-wrapper {
  text-align: center;
}
.cid-v4TEVkZ3mM img {
  margin: auto;
  width: 200px;
}
.cid-v4TEVkZ3mM .row {
  align-items: flex-start;
}
.cid-v4TEVkZ3mM .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TEVkZ3mM .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4TEVkZ3mM .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TEVkZ3mM .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4TEVkZ3mM .mbr-section-title,
.cid-v4TEVkZ3mM .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4TEVkZ3mM .content-head {
  max-width: 800px;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4qyDfyjhv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4qyDfyjhv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4qyDfyjhv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4qyDfyjhv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4qyDfyjhv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4qyDfyjhv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qyDfyjhv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qyDfyjhv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4qyDfyjhv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4qyDfyjhv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4qyDfyjhv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4qyDfyjhv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4qyDfyjhv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4qyDfyjhv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4qyDfyjhv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4qyDfyjhv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4qyDfyjhv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4qyDfyjhv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4qyDfyjhv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4qyDfyjhv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4qyDfyjhv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4qyDfyjhv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4qyDfyjhv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4qyDfyjhv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyDfyjhv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4qyDfyjhv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4qyDfyjhv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4qyDfyjhv .nav-item:focus,
.cid-v4qyDfyjhv .nav-link:focus {
  outline: none;
}
.cid-v4qyDfyjhv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qyDfyjhv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qyDfyjhv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qyDfyjhv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qyDfyjhv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qyDfyjhv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qyDfyjhv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4qyDfyjhv .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qyDfyjhv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qyDfyjhv .navbar .navbar-logo img {
  width: auto;
}
.cid-v4qyDfyjhv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4qyDfyjhv .navbar.collapsed {
  justify-content: center;
}
.cid-v4qyDfyjhv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qyDfyjhv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qyDfyjhv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4qyDfyjhv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qyDfyjhv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qyDfyjhv .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-v4qyDfyjhv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qyDfyjhv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qyDfyjhv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4qyDfyjhv .navbar {
    min-height: 72px;
  }
  .cid-v4qyDfyjhv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qyDfyjhv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qyDfyjhv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qyDfyjhv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qyDfyjhv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qyDfyjhv .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-v4qyDfyjhv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qyDfyjhv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4qyDfyjhv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qyDfyjhv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qyDfyjhv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4qyDfyjhv .dropdown-item.active,
.cid-v4qyDfyjhv .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qyDfyjhv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qyDfyjhv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qyDfyjhv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qyDfyjhv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4qyDfyjhv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4qyDfyjhv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4qyDfyjhv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qyDfyjhv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4qyDfyjhv .navbar-buttons {
    text-align: left;
  }
}
.cid-v4qyDfyjhv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qyDfyjhv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4qyDfyjhv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qyDfyjhv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qyDfyjhv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qyDfyjhv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qyDfyjhv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qyDfyjhv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qyDfyjhv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qyDfyjhv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qyDfyjhv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qyDfyjhv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qyDfyjhv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4qyDfyjhv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qyDfyjhv .navbar {
    height: 70px;
  }
  .cid-v4qyDfyjhv .navbar.opened {
    height: auto;
  }
  .cid-v4qyDfyjhv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4qyDfyjhv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4qyDfyjhv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4qyDfyjhv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4qyDfyjhv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4qyDfyjhv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4qyDfyjhv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4qyDfyjhv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4qyDfyjhv .navbar-brand {
    margin-right: auto;
  }
  .cid-v4qyDfyjhv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4qyDfyjhv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4qyDfyjhv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4qyDfyjhv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qyDfyjhv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4qyDfyjhv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4qyDfyjhv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4qyDfyjhv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4qyDfyjhv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qyDfyjhv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4qyDfyjhv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4qyDoYzZJ {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4qyDoYzZJ .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4qyDoYzZJ {
    align-items: center;
  }
  .cid-v4qyDoYzZJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyDoYzZJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyDoYzZJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyDoYzZJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyDoYzZJ .content-wrap {
    width: 100%;
  }
}
.cid-v4qyDoYzZJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyDoYzZJ .mbr-text,
.cid-v4qyDoYzZJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyDq5HQU {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4qyDq5HQU {
    align-items: center;
  }
  .cid-v4qyDq5HQU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyDq5HQU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyDq5HQU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyDq5HQU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyDq5HQU .content-wrap {
    width: 100%;
  }
}
.cid-v4qyDq5HQU .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyDq5HQU .mbr-text,
.cid-v4qyDq5HQU .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyDqFaGt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qyDqFaGt .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4qyDqFaGt .mbr-section-subtitle {
  color: #000000;
}
.cid-v4qyDqFaGt .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4qyDrdnuY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4qyDrdnuY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4qyDrdnuY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4qyDrdnuY .item-head {
  background: #b44f79;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyDrdnuY .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyDrdnuY .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4qyDrdnuY .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #f7f7f7;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyDrdnuY .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyDrdnuY .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v4qyDrdnuY .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #f7f7f7;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4qyDrdnuY .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyDrdnuY .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-v4qyDrdnuY .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-v4qyDrdnuY .btn {
  width: -webkit-fill-available;
}
.cid-v4qyDrdnuY .item:focus,
.cid-v4qyDrdnuY span:focus {
  outline: none;
}
.cid-v4qyDrdnuY .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-v4qyDrdnuY .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyDrdnuY .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4qyDrdnuY .mbr-section-title {
  color: #ffffff;
}
.cid-v4qyDrdnuY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v4qyDrdnuY .mbr-text,
.cid-v4qyDrdnuY .mbr-section-btn {
  text-align: left;
  color: #b44f79;
}
.cid-v4qyDrdnuY .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyDrdnuY .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v4qyDrdnuY .content-head {
  max-width: 800px;
}
.cid-v4qyDrdnuY .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v4qyDrdnuY .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v4qyDrdnuY .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #edefeb;
  background-color: #edefeb;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v4qyDrdnuY .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v4qyDrdnuY .mbr-text UL {
  text-align: left;
}
.cid-v4qyDrdnuY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vh41tyiV0B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vh41tyiV0B .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-vh41tyiV0B .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vh41tyiV0B .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4qyDrSuzr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qyDrSuzr .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v4qyDrSuzr .panel-group {
  border: none;
}
.cid-v4qyDrSuzr .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4qyDrSuzr .card-header {
    padding: 0rem;
  }
}
.cid-v4qyDrSuzr .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v4qyDrSuzr .img-col {
  padding: 0;
}
.cid-v4qyDrSuzr .img-item {
  height: 100%;
}
.cid-v4qyDrSuzr img {
  height: 100%;
  object-fit: cover;
}
.cid-v4qyDrSuzr .collapsed span {
  transform: rotate(0deg);
}
.cid-v4qyDrSuzr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4qyDrSuzr p {
  margin-bottom: 0.3rem;
}
.cid-v4qyDrSuzr .panel-title-edit {
  color: #000000;
}
.cid-v4qyDrSuzr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v4qyDrSuzr .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v4qyDrSuzr .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyDrSuzr .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v4qyDrSuzr .panel-text {
  color: #ffffff;
}
.cid-v4qyDrSuzr .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyDrSuzr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4qyDrSuzr .panel-title-edit,
.cid-v4qyDrSuzr .mbr-iconfont {
  color: #ffffff;
}
.cid-v562TXtzKa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v562TXtzKa .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v562TXtzKa .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v562TXtzKa .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4vSxvB6Pm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4vSxvB6Pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vSxvB6Pm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4vSxvB6Pm .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-v4vSxvB6Pm .card-title,
.cid-v4vSxvB6Pm .iconfont-wrapper {
  color: #232323;
}
.cid-v4vSxvB6Pm .card-text {
  color: #232323;
}
.cid-v4vSxvB6Pm .mbr-section-title {
  color: #232323;
}
.cid-v4vSxvB6Pm .mbr-section-subtitle {
  color: #232323;
}
.cid-v4vSxvB6Pm .content-head {
  max-width: 800px;
}
.cid-v4TEfQ184c {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4TEfQ184c {
    align-items: center;
  }
  .cid-v4TEfQ184c .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4TEfQ184c .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4TEfQ184c {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4TEfQ184c .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4TEfQ184c .content-wrap {
    width: 100%;
  }
}
.cid-v4TEfQ184c .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4TEfQ184c .mbr-text,
.cid-v4TEfQ184c .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vf4iNu9shA {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4iNu9shA {
    align-items: center;
  }
  .cid-vf4iNu9shA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4iNu9shA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4iNu9shA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4iNu9shA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4iNu9shA .content-wrap {
    width: 100%;
  }
}
.cid-vf4iNu9shA .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4iNu9shA .mbr-text,
.cid-vf4iNu9shA .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4TF0ERXwM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TF0ERXwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TF0ERXwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TF0ERXwM .img-wrapper {
  text-align: center;
}
.cid-v4TF0ERXwM img {
  margin: auto;
  width: 200px;
}
.cid-v4TF0ERXwM .row {
  align-items: flex-start;
}
.cid-v4TF0ERXwM .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TF0ERXwM .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4TF0ERXwM .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TF0ERXwM .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4TF0ERXwM .mbr-section-title,
.cid-v4TF0ERXwM .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4TF0ERXwM .content-head {
  max-width: 800px;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4qyGUur86 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4qyGUur86 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4qyGUur86 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4qyGUur86 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4qyGUur86 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4qyGUur86 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qyGUur86 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qyGUur86 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4qyGUur86 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4qyGUur86 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4qyGUur86 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4qyGUur86 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4qyGUur86 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4qyGUur86 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4qyGUur86 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4qyGUur86 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4qyGUur86 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4qyGUur86 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4qyGUur86 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4qyGUur86 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4qyGUur86 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4qyGUur86 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4qyGUur86 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4qyGUur86 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyGUur86 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4qyGUur86 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4qyGUur86 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4qyGUur86 .nav-item:focus,
.cid-v4qyGUur86 .nav-link:focus {
  outline: none;
}
.cid-v4qyGUur86 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qyGUur86 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qyGUur86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qyGUur86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qyGUur86 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qyGUur86 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qyGUur86 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4qyGUur86 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qyGUur86 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qyGUur86 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4qyGUur86 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4qyGUur86 .navbar.collapsed {
  justify-content: center;
}
.cid-v4qyGUur86 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qyGUur86 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qyGUur86 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4qyGUur86 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qyGUur86 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qyGUur86 .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-v4qyGUur86 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qyGUur86 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qyGUur86 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4qyGUur86 .navbar {
    min-height: 72px;
  }
  .cid-v4qyGUur86 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qyGUur86 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qyGUur86 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qyGUur86 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qyGUur86 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qyGUur86 .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-v4qyGUur86 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qyGUur86 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4qyGUur86 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qyGUur86 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qyGUur86 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4qyGUur86 .dropdown-item.active,
.cid-v4qyGUur86 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qyGUur86 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qyGUur86 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qyGUur86 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qyGUur86 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4qyGUur86 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4qyGUur86 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4qyGUur86 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qyGUur86 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4qyGUur86 .navbar-buttons {
    text-align: left;
  }
}
.cid-v4qyGUur86 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qyGUur86 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4qyGUur86 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qyGUur86 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qyGUur86 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qyGUur86 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qyGUur86 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qyGUur86 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qyGUur86 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qyGUur86 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qyGUur86 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qyGUur86 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qyGUur86 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4qyGUur86 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qyGUur86 .navbar {
    height: 70px;
  }
  .cid-v4qyGUur86 .navbar.opened {
    height: auto;
  }
  .cid-v4qyGUur86 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4qyGUur86 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4qyGUur86 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4qyGUur86 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4qyGUur86 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4qyGUur86 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4qyGUur86 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4qyGUur86 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4qyGUur86 .navbar-brand {
    margin-right: auto;
  }
  .cid-v4qyGUur86 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4qyGUur86 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4qyGUur86 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4qyGUur86 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qyGUur86 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4qyGUur86 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4qyGUur86 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4qyGUur86 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4qyGUur86 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qyGUur86 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4qyGUur86 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4qyH58H6s {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4qyH58H6s .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4qyH58H6s {
    align-items: center;
  }
  .cid-v4qyH58H6s .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyH58H6s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyH58H6s {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyH58H6s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyH58H6s .content-wrap {
    width: 100%;
  }
}
.cid-v4qyH58H6s .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyH58H6s .mbr-text,
.cid-v4qyH58H6s .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyHa5rmk {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4qyHa5rmk {
    align-items: center;
  }
  .cid-v4qyHa5rmk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyHa5rmk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyHa5rmk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyHa5rmk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyHa5rmk .content-wrap {
    width: 100%;
  }
}
.cid-v4qyHa5rmk .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyHa5rmk .mbr-text,
.cid-v4qyHa5rmk .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyHaI4rh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qyHaI4rh .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4qyHaI4rh .mbr-section-subtitle {
  color: #000000;
}
.cid-v4qyHaI4rh .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vd06FYOtPV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd06FYOtPV .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vd06FYOtPV .mbr-section-subtitle {
  color: #000000;
}
.cid-vd06FYOtPV .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4qyHbmKu3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4qyHbmKu3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4qyHbmKu3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4qyHbmKu3 .item-head {
  background: #b44f79;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyHbmKu3 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyHbmKu3 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4qyHbmKu3 .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #f7f7f7;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyHbmKu3 .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyHbmKu3 .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v4qyHbmKu3 .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #f7f7f7;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4qyHbmKu3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyHbmKu3 .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-v4qyHbmKu3 .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-v4qyHbmKu3 .btn {
  width: -webkit-fill-available;
}
.cid-v4qyHbmKu3 .item:focus,
.cid-v4qyHbmKu3 span:focus {
  outline: none;
}
.cid-v4qyHbmKu3 .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-v4qyHbmKu3 .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyHbmKu3 .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4qyHbmKu3 .mbr-section-title {
  color: #ffffff;
}
.cid-v4qyHbmKu3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4qyHbmKu3 .mbr-text,
.cid-v4qyHbmKu3 .mbr-section-btn {
  text-align: left;
  color: #b44f79;
}
.cid-v4qyHbmKu3 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyHbmKu3 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v4qyHbmKu3 .content-head {
  max-width: 800px;
}
.cid-v4qyHbmKu3 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v4qyHbmKu3 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v4qyHbmKu3 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #edefeb;
  background-color: #edefeb;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v4qyHbmKu3 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v4qyHbmKu3 .mbr-text UL {
  text-align: left;
}
.cid-v4qyHbmKu3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4qyHcaRc9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qyHcaRc9 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v4qyHcaRc9 .panel-group {
  border: none;
}
.cid-v4qyHcaRc9 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4qyHcaRc9 .card-header {
    padding: 0rem;
  }
}
.cid-v4qyHcaRc9 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v4qyHcaRc9 .img-col {
  padding: 0;
}
.cid-v4qyHcaRc9 .img-item {
  height: 100%;
}
.cid-v4qyHcaRc9 img {
  height: 100%;
  object-fit: cover;
}
.cid-v4qyHcaRc9 .collapsed span {
  transform: rotate(0deg);
}
.cid-v4qyHcaRc9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4qyHcaRc9 p {
  margin-bottom: 0.3rem;
}
.cid-v4qyHcaRc9 .panel-title-edit {
  color: #000000;
}
.cid-v4qyHcaRc9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v4qyHcaRc9 .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v4qyHcaRc9 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyHcaRc9 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v4qyHcaRc9 .panel-text {
  color: #ffffff;
}
.cid-v4qyHcaRc9 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyHcaRc9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4qyHcaRc9 .panel-title-edit,
.cid-v4qyHcaRc9 .mbr-iconfont {
  color: #ffffff;
}
.cid-v563pJ3j9i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v563pJ3j9i .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v563pJ3j9i .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v563pJ3j9i .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4vQxcMk1T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4vQxcMk1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vQxcMk1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4vQxcMk1T .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-v4vQxcMk1T .card-title,
.cid-v4vQxcMk1T .iconfont-wrapper {
  color: #232323;
}
.cid-v4vQxcMk1T .card-text {
  color: #232323;
}
.cid-v4vQxcMk1T .mbr-section-title {
  color: #232323;
}
.cid-v4vQxcMk1T .mbr-section-subtitle {
  color: #232323;
}
.cid-v4vQxcMk1T .content-head {
  max-width: 800px;
}
.cid-v4TEzRo5tF {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4TEzRo5tF {
    align-items: center;
  }
  .cid-v4TEzRo5tF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4TEzRo5tF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4TEzRo5tF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4TEzRo5tF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4TEzRo5tF .content-wrap {
    width: 100%;
  }
}
.cid-v4TEzRo5tF .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4TEzRo5tF .mbr-text,
.cid-v4TEzRo5tF .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vf4iVSxDDr {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4iVSxDDr {
    align-items: center;
  }
  .cid-vf4iVSxDDr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4iVSxDDr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4iVSxDDr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4iVSxDDr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4iVSxDDr .content-wrap {
    width: 100%;
  }
}
.cid-vf4iVSxDDr .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4iVSxDDr .mbr-text,
.cid-vf4iVSxDDr .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4vGXpGbIq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4vGXpGbIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vGXpGbIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4vGXpGbIq .img-wrapper {
  text-align: center;
}
.cid-v4vGXpGbIq img {
  margin: auto;
  width: 200px;
}
.cid-v4vGXpGbIq .row {
  align-items: flex-start;
}
.cid-v4vGXpGbIq .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4vGXpGbIq .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4vGXpGbIq .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4vGXpGbIq .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4vGXpGbIq .mbr-section-title,
.cid-v4vGXpGbIq .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4vGXpGbIq .content-head {
  max-width: 800px;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4qyWYNPhQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4qyWYNPhQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4qyWYNPhQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4qyWYNPhQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4qyWYNPhQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4qyWYNPhQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qyWYNPhQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qyWYNPhQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4qyWYNPhQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4qyWYNPhQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4qyWYNPhQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4qyWYNPhQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4qyWYNPhQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4qyWYNPhQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4qyWYNPhQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4qyWYNPhQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4qyWYNPhQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4qyWYNPhQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4qyWYNPhQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4qyWYNPhQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4qyWYNPhQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4qyWYNPhQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4qyWYNPhQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4qyWYNPhQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyWYNPhQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4qyWYNPhQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4qyWYNPhQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4qyWYNPhQ .nav-item:focus,
.cid-v4qyWYNPhQ .nav-link:focus {
  outline: none;
}
.cid-v4qyWYNPhQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qyWYNPhQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qyWYNPhQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qyWYNPhQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qyWYNPhQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qyWYNPhQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qyWYNPhQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4qyWYNPhQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qyWYNPhQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qyWYNPhQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v4qyWYNPhQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4qyWYNPhQ .navbar.collapsed {
  justify-content: center;
}
.cid-v4qyWYNPhQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qyWYNPhQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qyWYNPhQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4qyWYNPhQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qyWYNPhQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qyWYNPhQ .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-v4qyWYNPhQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qyWYNPhQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qyWYNPhQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4qyWYNPhQ .navbar {
    min-height: 72px;
  }
  .cid-v4qyWYNPhQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qyWYNPhQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qyWYNPhQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qyWYNPhQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qyWYNPhQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qyWYNPhQ .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-v4qyWYNPhQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qyWYNPhQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4qyWYNPhQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qyWYNPhQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qyWYNPhQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4qyWYNPhQ .dropdown-item.active,
.cid-v4qyWYNPhQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qyWYNPhQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qyWYNPhQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qyWYNPhQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qyWYNPhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4qyWYNPhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4qyWYNPhQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4qyWYNPhQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qyWYNPhQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4qyWYNPhQ .navbar-buttons {
    text-align: left;
  }
}
.cid-v4qyWYNPhQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qyWYNPhQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4qyWYNPhQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qyWYNPhQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qyWYNPhQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qyWYNPhQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qyWYNPhQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qyWYNPhQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qyWYNPhQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qyWYNPhQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qyWYNPhQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qyWYNPhQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qyWYNPhQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4qyWYNPhQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qyWYNPhQ .navbar {
    height: 70px;
  }
  .cid-v4qyWYNPhQ .navbar.opened {
    height: auto;
  }
  .cid-v4qyWYNPhQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4qyWYNPhQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4qyWYNPhQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4qyWYNPhQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4qyWYNPhQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4qyWYNPhQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4qyWYNPhQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4qyWYNPhQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4qyWYNPhQ .navbar-brand {
    margin-right: auto;
  }
  .cid-v4qyWYNPhQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4qyWYNPhQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4qyWYNPhQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4qyWYNPhQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qyWYNPhQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4qyWYNPhQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4qyWYNPhQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4qyWYNPhQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4qyWYNPhQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qyWYNPhQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4qyWYNPhQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4qyX891tL {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4qyX891tL .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4qyX891tL {
    align-items: center;
  }
  .cid-v4qyX891tL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyX891tL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyX891tL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyX891tL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyX891tL .content-wrap {
    width: 100%;
  }
}
.cid-v4qyX891tL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyX891tL .mbr-text,
.cid-v4qyX891tL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyXgglz5 {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4qyXgglz5 {
    align-items: center;
  }
  .cid-v4qyXgglz5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyXgglz5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyXgglz5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyXgglz5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyXgglz5 .content-wrap {
    width: 100%;
  }
}
.cid-v4qyXgglz5 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyXgglz5 .mbr-text,
.cid-v4qyXgglz5 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyXgWoxg {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4qyXgWoxg {
    align-items: center;
  }
  .cid-v4qyXgWoxg .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyXgWoxg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyXgWoxg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyXgWoxg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyXgWoxg .content-wrap {
    width: 100%;
  }
}
.cid-v4qyXgWoxg .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyXgWoxg .mbr-text,
.cid-v4qyXgWoxg .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyXhyKsr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qyXhyKsr .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4qyXhyKsr .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4qyXhyKsr .item-head {
  background: #b44f79;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyXhyKsr .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyXhyKsr .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4qyXhyKsr .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #f7f7f7;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyXhyKsr .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyXhyKsr .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v4qyXhyKsr .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #f7f7f7;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4qyXhyKsr .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyXhyKsr .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-v4qyXhyKsr .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-v4qyXhyKsr .btn {
  width: -webkit-fill-available;
}
.cid-v4qyXhyKsr .item:focus,
.cid-v4qyXhyKsr span:focus {
  outline: none;
}
.cid-v4qyXhyKsr .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-v4qyXhyKsr .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyXhyKsr .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4qyXhyKsr .mbr-section-title {
  color: #b44f79;
}
.cid-v4qyXhyKsr .mbr-section-subtitle {
  color: #b44f79;
}
.cid-v4qyXhyKsr .mbr-text,
.cid-v4qyXhyKsr .mbr-section-btn {
  text-align: left;
  color: #b44f79;
}
.cid-v4qyXhyKsr .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyXhyKsr .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyXhyKsr .content-head {
  max-width: 800px;
}
.cid-v4qyXhyKsr .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v4qyXhyKsr .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v4qyXhyKsr .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b44f79;
  background-color: #b44f79;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v4qyXhyKsr .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v4qyXhyKsr .mbr-text UL {
  text-align: left;
}
.cid-v4qyXhyKsr .item-title DIV {
  text-align: center;
}
.cid-v4qyXhyKsr .mbr-text {
  color: #b44f79;
}
.cid-v4qyXiiYPw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4qyXiiYPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qyXiiYPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qyXiiYPw .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-v4qyXiiYPw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4qyXiiYPw .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4qyXiiYPw .card-wrapper {
    padding: 4rem;
  }
}
.cid-v4qyXiiYPw .mbr-text,
.cid-v4qyXiiYPw .mbr-section-btn {
  color: #b44f79;
  text-align: left;
}
.cid-v4qyXiiYPw .card-title,
.cid-v4qyXiiYPw .card-box {
  text-align: left;
  color: #000000;
}
.cid-v4qyXiiYPw .mbr-section-subtitle {
  color: #b44f79;
}
.cid-v4qyXiYnGz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b44f79;
}
.cid-v4qyXiYnGz .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-v4qyXiYnGz .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v4qyXjFi6A {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4qyXjFi6A {
    align-items: center;
  }
  .cid-v4qyXjFi6A .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyXjFi6A .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyXjFi6A {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyXjFi6A .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyXjFi6A .content-wrap {
    width: 100%;
  }
}
.cid-v4qyXjFi6A .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyXjFi6A .mbr-text,
.cid-v4qyXjFi6A .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyXkjBqk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qyXkjBqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qyXkjBqk .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v4qyXkjBqk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4qyXkjBqk .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4qyXkjBqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qyXkjBqk .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyXkjBqk .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyXkjBqk .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v4qyXkjBqk .card-title,
.cid-v4qyXkjBqk .iconfont-wrapper {
  color: #000000;
}
.cid-v4qyXkjBqk .card-text {
  color: #000000;
}
.cid-v4qyXkjBqk .content-head {
  max-width: 800px;
}
.cid-v4qyXkjBqk .mbr-section-title {
  color: #b44f79;
}
.cid-v4qyXkjBqk .mbr-section-subtitle {
  color: #b44f79;
}
.cid-v4qyXkjBqk .card-title,
.cid-v4qyXkjBqk .img-wrapper {
  color: #b44f79;
  text-align: left;
}
.cid-v4qyXkjBqk .card-text,
.cid-v4qyXkjBqk .mbr-section-btn {
  color: #b44f79;
}
.cid-v4qyXkjBqk .price {
  color: #b44f79;
  text-align: center;
}
.cid-v55vNMHWM7 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v55vNMHWM7 {
    align-items: center;
  }
  .cid-v55vNMHWM7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v55vNMHWM7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v55vNMHWM7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v55vNMHWM7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v55vNMHWM7 .content-wrap {
    width: 100%;
  }
}
.cid-v55vNMHWM7 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v55vNMHWM7 .mbr-text,
.cid-v55vNMHWM7 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyXlcgXv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4qyXlcgXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qyXlcgXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qyXlcgXv .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-v4qyXlcgXv .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4qyXlcgXv .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4qyXlcgXv .card-wrapper {
    padding: 4rem;
  }
}
.cid-v4qyXlcgXv .mbr-text,
.cid-v4qyXlcgXv .mbr-section-btn {
  color: #b44f79;
  text-align: left;
}
.cid-v4qyXlcgXv .card-title,
.cid-v4qyXlcgXv .card-box {
  text-align: left;
  color: #000000;
}
.cid-v4qyXlcgXv .mbr-section-subtitle {
  color: #b44f79;
}
.cid-v4qyXlZ4pU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b44f79;
}
.cid-v4qyXlZ4pU .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-v4qyXlZ4pU .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v4qyXmIEma {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4qyXmIEma {
    align-items: center;
  }
  .cid-v4qyXmIEma .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyXmIEma .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyXmIEma {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyXmIEma .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyXmIEma .content-wrap {
    width: 100%;
  }
}
.cid-v4qyXmIEma .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyXmIEma .mbr-text,
.cid-v4qyXmIEma .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4qyXnvlyi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qyXnvlyi .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4qyXnvlyi .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4qyXnvlyi .item-head {
  background: #b44f79;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyXnvlyi .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyXnvlyi .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4qyXnvlyi .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #f7f7f7;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyXnvlyi .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyXnvlyi .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v4qyXnvlyi .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #f7f7f7;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4qyXnvlyi .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qyXnvlyi .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-v4qyXnvlyi .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-v4qyXnvlyi .btn {
  width: -webkit-fill-available;
}
.cid-v4qyXnvlyi .item:focus,
.cid-v4qyXnvlyi span:focus {
  outline: none;
}
.cid-v4qyXnvlyi .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-v4qyXnvlyi .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyXnvlyi .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4qyXnvlyi .mbr-section-title {
  color: #b44f79;
}
.cid-v4qyXnvlyi .mbr-section-subtitle {
  color: #b44f79;
}
.cid-v4qyXnvlyi .mbr-text,
.cid-v4qyXnvlyi .mbr-section-btn {
  text-align: center;
}
.cid-v4qyXnvlyi .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyXnvlyi .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyXnvlyi .content-head {
  max-width: 800px;
}
.cid-v4qyXoiFEA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4qyXoiFEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qyXoiFEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qyXoiFEA .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-v4qyXoiFEA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4qyXoiFEA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4qyXoiFEA .card-wrapper {
    padding: 4rem;
  }
}
.cid-v4qyXoiFEA .mbr-text,
.cid-v4qyXoiFEA .mbr-section-btn {
  color: #b44f79;
  text-align: left;
}
.cid-v4qyXoiFEA .card-title,
.cid-v4qyXoiFEA .card-box {
  text-align: left;
  color: #000000;
}
.cid-v4qyXoiFEA .mbr-section-subtitle {
  color: #b44f79;
}
.cid-v4qyXpXqAf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qyXpXqAf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v4qyXpXqAf .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v4qyXpXqAf .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4qyXqU59W {
  display: flex;
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4qyXqU59W {
    align-items: center;
  }
  .cid-v4qyXqU59W .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyXqU59W .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyXqU59W {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyXqU59W .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyXqU59W .content-wrap {
    width: 100%;
  }
}
.cid-v4qyXqU59W .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyXqU59W .mbr-text,
.cid-v4qyXqU59W .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4TFf5KRET {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TFf5KRET .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TFf5KRET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TFf5KRET .img-wrapper {
  text-align: center;
}
.cid-v4TFf5KRET img {
  margin: auto;
  width: 200px;
}
.cid-v4TFf5KRET .row {
  align-items: flex-start;
}
.cid-v4TFf5KRET .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TFf5KRET .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4TFf5KRET .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TFf5KRET .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4TFf5KRET .mbr-section-title,
.cid-v4TFf5KRET .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4TFf5KRET .content-head {
  max-width: 800px;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4qzkbN16T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4qzkbN16T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4qzkbN16T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4qzkbN16T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4qzkbN16T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4qzkbN16T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qzkbN16T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qzkbN16T .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4qzkbN16T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4qzkbN16T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4qzkbN16T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4qzkbN16T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4qzkbN16T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4qzkbN16T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4qzkbN16T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4qzkbN16T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4qzkbN16T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4qzkbN16T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4qzkbN16T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4qzkbN16T .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4qzkbN16T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4qzkbN16T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4qzkbN16T .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4qzkbN16T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qzkbN16T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4qzkbN16T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4qzkbN16T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4qzkbN16T .nav-item:focus,
.cid-v4qzkbN16T .nav-link:focus {
  outline: none;
}
.cid-v4qzkbN16T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qzkbN16T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qzkbN16T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qzkbN16T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qzkbN16T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qzkbN16T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qzkbN16T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4qzkbN16T .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qzkbN16T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qzkbN16T .navbar .navbar-logo img {
  width: auto;
}
.cid-v4qzkbN16T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4qzkbN16T .navbar.collapsed {
  justify-content: center;
}
.cid-v4qzkbN16T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qzkbN16T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qzkbN16T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4qzkbN16T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qzkbN16T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qzkbN16T .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-v4qzkbN16T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qzkbN16T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qzkbN16T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4qzkbN16T .navbar {
    min-height: 72px;
  }
  .cid-v4qzkbN16T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qzkbN16T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qzkbN16T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qzkbN16T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qzkbN16T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qzkbN16T .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-v4qzkbN16T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qzkbN16T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4qzkbN16T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qzkbN16T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qzkbN16T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4qzkbN16T .dropdown-item.active,
.cid-v4qzkbN16T .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qzkbN16T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qzkbN16T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qzkbN16T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qzkbN16T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4qzkbN16T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4qzkbN16T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4qzkbN16T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qzkbN16T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4qzkbN16T .navbar-buttons {
    text-align: left;
  }
}
.cid-v4qzkbN16T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qzkbN16T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4qzkbN16T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qzkbN16T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qzkbN16T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qzkbN16T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qzkbN16T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qzkbN16T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qzkbN16T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qzkbN16T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qzkbN16T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qzkbN16T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qzkbN16T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4qzkbN16T .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qzkbN16T .navbar {
    height: 70px;
  }
  .cid-v4qzkbN16T .navbar.opened {
    height: auto;
  }
  .cid-v4qzkbN16T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4qzkbN16T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4qzkbN16T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4qzkbN16T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4qzkbN16T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4qzkbN16T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4qzkbN16T .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4qzkbN16T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4qzkbN16T .navbar-brand {
    margin-right: auto;
  }
  .cid-v4qzkbN16T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4qzkbN16T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4qzkbN16T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4qzkbN16T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qzkbN16T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4qzkbN16T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4qzkbN16T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4qzkbN16T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4qzkbN16T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qzkbN16T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4qzkbN16T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4qzkkZY19 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4qzkkZY19 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4qzkkZY19 {
    align-items: center;
  }
  .cid-v4qzkkZY19 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qzkkZY19 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qzkkZY19 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qzkkZY19 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qzkkZY19 .content-wrap {
    width: 100%;
  }
}
.cid-v4qzkkZY19 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qzkkZY19 .mbr-text,
.cid-v4qzkkZY19 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4qzkHgscp {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4qzkHgscp {
    align-items: center;
  }
  .cid-v4qzkHgscp .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qzkHgscp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qzkHgscp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qzkHgscp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qzkHgscp .content-wrap {
    width: 100%;
  }
}
.cid-v4qzkHgscp .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qzkHgscp .mbr-text,
.cid-v4qzkHgscp .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4qzkIeDeO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4qzkIeDeO .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qzkIeDeO .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v4qzkIeDeO .mbr-section-title DIV {
  text-align: center;
}
.cid-v55FNhxha7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v55FNhxha7 .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v55FNhxha7 .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v55FNhxha7 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4qzkJgbbg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qzkJgbbg .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v4qzkJgbbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qzkJgbbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qzkJgbbg .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v4qzkJgbbg .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qzkJgbbg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v4qzkJgbbg .card-title,
.cid-v4qzkJgbbg .iconfont-wrapper {
  color: #b44f79;
  text-align: center;
}
.cid-v4qzkJgbbg .content-head {
  max-width: 800px;
}
.cid-v4qzkJgbbg .mbr-section-title {
  color: #b44f79;
}
.cid-v4qzkJgbbg .mbr-section-subtitle {
  color: #000000;
}
.cid-v4qzkJgbbg .card-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4qzkJgbbg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4qzkJgbbg .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55GbaFdoc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v55GbaFdoc .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v55GbaFdoc .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v55GbaFdoc .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4qzkKmjpp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4qzkKmjpp .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qzkKmjpp .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v4qzkKmjpp .mbr-section-title DIV {
  text-align: center;
}
.cid-v4TFjtW5ju {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TFjtW5ju .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TFjtW5ju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TFjtW5ju .img-wrapper {
  text-align: center;
}
.cid-v4TFjtW5ju img {
  margin: auto;
  width: 200px;
}
.cid-v4TFjtW5ju .row {
  align-items: flex-start;
}
.cid-v4TFjtW5ju .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TFjtW5ju .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4TFjtW5ju .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TFjtW5ju .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4TFjtW5ju .mbr-section-title,
.cid-v4TFjtW5ju .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4TFjtW5ju .content-head {
  max-width: 800px;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4qyKHeQwu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4qyKHeQwu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4qyKHeQwu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4qyKHeQwu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4qyKHeQwu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4qyKHeQwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qyKHeQwu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qyKHeQwu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4qyKHeQwu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4qyKHeQwu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4qyKHeQwu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4qyKHeQwu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4qyKHeQwu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4qyKHeQwu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4qyKHeQwu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4qyKHeQwu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4qyKHeQwu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4qyKHeQwu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4qyKHeQwu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4qyKHeQwu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4qyKHeQwu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4qyKHeQwu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4qyKHeQwu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4qyKHeQwu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qyKHeQwu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4qyKHeQwu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4qyKHeQwu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4qyKHeQwu .nav-item:focus,
.cid-v4qyKHeQwu .nav-link:focus {
  outline: none;
}
.cid-v4qyKHeQwu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qyKHeQwu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qyKHeQwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qyKHeQwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qyKHeQwu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qyKHeQwu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qyKHeQwu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4qyKHeQwu .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qyKHeQwu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qyKHeQwu .navbar .navbar-logo img {
  width: auto;
}
.cid-v4qyKHeQwu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4qyKHeQwu .navbar.collapsed {
  justify-content: center;
}
.cid-v4qyKHeQwu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qyKHeQwu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qyKHeQwu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4qyKHeQwu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qyKHeQwu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qyKHeQwu .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-v4qyKHeQwu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qyKHeQwu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qyKHeQwu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4qyKHeQwu .navbar {
    min-height: 72px;
  }
  .cid-v4qyKHeQwu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qyKHeQwu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qyKHeQwu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qyKHeQwu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qyKHeQwu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qyKHeQwu .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-v4qyKHeQwu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qyKHeQwu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4qyKHeQwu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qyKHeQwu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qyKHeQwu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4qyKHeQwu .dropdown-item.active,
.cid-v4qyKHeQwu .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qyKHeQwu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qyKHeQwu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qyKHeQwu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qyKHeQwu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4qyKHeQwu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4qyKHeQwu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4qyKHeQwu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qyKHeQwu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4qyKHeQwu .navbar-buttons {
    text-align: left;
  }
}
.cid-v4qyKHeQwu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qyKHeQwu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4qyKHeQwu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qyKHeQwu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qyKHeQwu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qyKHeQwu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qyKHeQwu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qyKHeQwu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qyKHeQwu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qyKHeQwu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qyKHeQwu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qyKHeQwu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qyKHeQwu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4qyKHeQwu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qyKHeQwu .navbar {
    height: 70px;
  }
  .cid-v4qyKHeQwu .navbar.opened {
    height: auto;
  }
  .cid-v4qyKHeQwu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4qyKHeQwu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4qyKHeQwu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4qyKHeQwu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4qyKHeQwu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4qyKHeQwu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4qyKHeQwu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4qyKHeQwu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4qyKHeQwu .navbar-brand {
    margin-right: auto;
  }
  .cid-v4qyKHeQwu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4qyKHeQwu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4qyKHeQwu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4qyKHeQwu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qyKHeQwu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4qyKHeQwu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4qyKHeQwu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4qyKHeQwu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4qyKHeQwu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qyKHeQwu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4qyKHeQwu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4qyKM1xBU {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qyKM1xBU .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4qyKM1xBU .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v4qyKM1xBU .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v53JM8Zdwy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v53JM8Zdwy .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-v53JM8Zdwy .mbr-section-subtitle {
  color: #000000;
}
.cid-v53JM8Zdwy .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v53JM8Zdwy .mbr-section-title DIV {
  text-align: center;
}
.cid-vgpiAy8QPq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgpiAy8QPq .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-vgpiAy8QPq .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vgpiAy8QPq .mbr-section-title {
  color: #b44f79;
}
.cid-v4qyKS2CbA {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4qyKS2CbA .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4qyKS2CbA {
    align-items: center;
  }
  .cid-v4qyKS2CbA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyKS2CbA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyKS2CbA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyKS2CbA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyKS2CbA .content-wrap {
    width: 100%;
  }
}
.cid-v4qyKS2CbA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyKS2CbA .mbr-text,
.cid-v4qyKS2CbA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyLdMtzr {
  display: flex;
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4qyLdMtzr {
    align-items: center;
  }
  .cid-v4qyLdMtzr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qyLdMtzr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qyLdMtzr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qyLdMtzr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qyLdMtzr .content-wrap {
    width: 100%;
  }
}
.cid-v4qyLdMtzr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyLdMtzr .mbr-text,
.cid-v4qyLdMtzr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4qyKNaNEt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qyKNaNEt .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4qyKNaNEt .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v4qyKNaNEt .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4NAAYgYZl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4NAAYgYZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NAAYgYZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v4NAAYgYZl .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v4NAAYgYZl .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4NAAYgYZl .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-v4NAAYgYZl .card-wrapper {
  background: #ffffff;
}
.cid-v4NAAYgYZl .mbr-text,
.cid-v4NAAYgYZl .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v4NAAYgYZl .card-title,
.cid-v4NAAYgYZl .card-box {
  text-align: left;
  color: #000000;
}
.cid-v4NAAYgYZl .image-wrapper img {
  width: 100%;
}
.cid-v4TF8UzSM7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TF8UzSM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TF8UzSM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TF8UzSM7 .img-wrapper {
  text-align: center;
}
.cid-v4TF8UzSM7 img {
  margin: auto;
  width: 200px;
}
.cid-v4TF8UzSM7 .row {
  align-items: flex-start;
}
.cid-v4TF8UzSM7 .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TF8UzSM7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4TF8UzSM7 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TF8UzSM7 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4TF8UzSM7 .mbr-section-title,
.cid-v4TF8UzSM7 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4TF8UzSM7 .content-head {
  max-width: 800px;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4qLQH5m81 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4qLQH5m81 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4qLQH5m81 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4qLQH5m81 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4qLQH5m81 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4qLQH5m81 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qLQH5m81 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qLQH5m81 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4qLQH5m81 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4qLQH5m81 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4qLQH5m81 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4qLQH5m81 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4qLQH5m81 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4qLQH5m81 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4qLQH5m81 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4qLQH5m81 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4qLQH5m81 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4qLQH5m81 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4qLQH5m81 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4qLQH5m81 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4qLQH5m81 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4qLQH5m81 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4qLQH5m81 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4qLQH5m81 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qLQH5m81 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4qLQH5m81 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4qLQH5m81 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4qLQH5m81 .nav-item:focus,
.cid-v4qLQH5m81 .nav-link:focus {
  outline: none;
}
.cid-v4qLQH5m81 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qLQH5m81 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qLQH5m81 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qLQH5m81 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qLQH5m81 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qLQH5m81 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qLQH5m81 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4qLQH5m81 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qLQH5m81 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qLQH5m81 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4qLQH5m81 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4qLQH5m81 .navbar.collapsed {
  justify-content: center;
}
.cid-v4qLQH5m81 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qLQH5m81 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qLQH5m81 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4qLQH5m81 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qLQH5m81 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qLQH5m81 .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-v4qLQH5m81 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qLQH5m81 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qLQH5m81 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4qLQH5m81 .navbar {
    min-height: 72px;
  }
  .cid-v4qLQH5m81 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qLQH5m81 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qLQH5m81 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qLQH5m81 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qLQH5m81 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qLQH5m81 .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-v4qLQH5m81 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qLQH5m81 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4qLQH5m81 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qLQH5m81 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qLQH5m81 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4qLQH5m81 .dropdown-item.active,
.cid-v4qLQH5m81 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qLQH5m81 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qLQH5m81 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qLQH5m81 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qLQH5m81 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4qLQH5m81 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4qLQH5m81 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4qLQH5m81 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qLQH5m81 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4qLQH5m81 .navbar-buttons {
    text-align: left;
  }
}
.cid-v4qLQH5m81 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qLQH5m81 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4qLQH5m81 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qLQH5m81 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qLQH5m81 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qLQH5m81 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qLQH5m81 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qLQH5m81 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qLQH5m81 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qLQH5m81 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qLQH5m81 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qLQH5m81 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qLQH5m81 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4qLQH5m81 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qLQH5m81 .navbar {
    height: 70px;
  }
  .cid-v4qLQH5m81 .navbar.opened {
    height: auto;
  }
  .cid-v4qLQH5m81 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4qLQH5m81 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4qLQH5m81 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4qLQH5m81 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4qLQH5m81 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4qLQH5m81 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4qLQH5m81 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4qLQH5m81 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4qLQH5m81 .navbar-brand {
    margin-right: auto;
  }
  .cid-v4qLQH5m81 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4qLQH5m81 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4qLQH5m81 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4qLQH5m81 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qLQH5m81 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4qLQH5m81 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4qLQH5m81 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4qLQH5m81 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4qLQH5m81 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qLQH5m81 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4qLQH5m81 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4qLQJMQ2p {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4qLQJMQ2p .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4qLQJMQ2p .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v4qLQJMQ2p .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v54UVZocYJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v54UVZocYJ .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v54UVZocYJ .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v54UVZocYJ .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4qLQKgX8Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qLQKgX8Y img,
.cid-v4qLQKgX8Y .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4qLQKgX8Y .item:focus,
.cid-v4qLQKgX8Y span:focus {
  outline: none;
}
.cid-v4qLQKgX8Y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4qLQKgX8Y .item {
    margin-bottom: 1rem;
  }
}
.cid-v4qLQKgX8Y .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v4qLQKgX8Y .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v4qLQKgX8Y .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4qLQKgX8Y .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v4qLQKgX8Y .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4qLQKgX8Y .item-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qLQKgX8Y .item-subtitle {
  text-align: center;
  color: #b44f79;
}
.cid-v4qLQKgX8Y .mbr-text,
.cid-v4qLQKgX8Y .item .mbr-section-btn {
  text-align: left;
  color: #b44f79;
}
.cid-v4qLQKgX8Y .content-head {
  max-width: 800px;
}
.cid-v4qLQKgX8Y .mbr-section-subtitle,
.cid-v4qLQKgX8Y .mbr-section-head .mbr-section-btn {
  color: #b44f79;
  text-align: center;
}
.cid-vgpaiCMr7I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgpaiCMr7I .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgpaiCMr7I .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vgpaiCMr7I .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vbFpMiWqM9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbFpMiWqM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFpMiWqM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFpMiWqM9 .row {
  flex-direction: row-reverse;
}
.cid-vbFpCFZ3bY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbFpCFZ3bY .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vbFpCFZ3bY .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vbFpCFZ3bY .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vbF71WByKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbF71WByKt .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vbF71WByKt .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vbF71WByKt .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vbFbx2sCwS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbFbx2sCwS .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vbFbx2sCwS .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vbFbx2sCwS .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4TDw0dghi {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4TDw0dghi {
    align-items: center;
  }
  .cid-v4TDw0dghi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4TDw0dghi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4TDw0dghi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4TDw0dghi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4TDw0dghi .content-wrap {
    width: 100%;
  }
}
.cid-v4TDw0dghi .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4TDw0dghi .mbr-text,
.cid-v4TDw0dghi .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v54TTX9JwM {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v54TTX9JwM {
    align-items: center;
  }
  .cid-v54TTX9JwM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v54TTX9JwM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v54TTX9JwM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v54TTX9JwM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v54TTX9JwM .content-wrap {
    width: 100%;
  }
}
.cid-v54TTX9JwM .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v54TTX9JwM .mbr-text,
.cid-v54TTX9JwM .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4qLQMwY6z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qLQMwY6z .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4qLQMwY6z .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v4qLQMwY6z .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4TEQYcV06 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TEQYcV06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TEQYcV06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TEQYcV06 .img-wrapper {
  text-align: center;
}
.cid-v4TEQYcV06 img {
  margin: auto;
  width: 200px;
}
.cid-v4TEQYcV06 .row {
  align-items: flex-start;
}
.cid-v4TEQYcV06 .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TEQYcV06 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4TEQYcV06 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TEQYcV06 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4TEQYcV06 .mbr-section-title,
.cid-v4TEQYcV06 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4TEQYcV06 .content-head {
  max-width: 800px;
}
.cid-v4qLQQP7ma {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4qLQQP7ma .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4qLQQP7ma {
    align-items: center;
  }
  .cid-v4qLQQP7ma .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qLQQP7ma .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qLQQP7ma {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qLQQP7ma .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qLQQP7ma .content-wrap {
    width: 100%;
  }
}
.cid-v4qLQQP7ma .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qLQQP7ma .mbr-text,
.cid-v4qLQQP7ma .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4qzpNwoqT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4qzpNwoqT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4qzpNwoqT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4qzpNwoqT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4qzpNwoqT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4qzpNwoqT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qzpNwoqT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qzpNwoqT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4qzpNwoqT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4qzpNwoqT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4qzpNwoqT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4qzpNwoqT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4qzpNwoqT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4qzpNwoqT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4qzpNwoqT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4qzpNwoqT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4qzpNwoqT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4qzpNwoqT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4qzpNwoqT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4qzpNwoqT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4qzpNwoqT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4qzpNwoqT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4qzpNwoqT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4qzpNwoqT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qzpNwoqT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4qzpNwoqT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4qzpNwoqT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4qzpNwoqT .nav-item:focus,
.cid-v4qzpNwoqT .nav-link:focus {
  outline: none;
}
.cid-v4qzpNwoqT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qzpNwoqT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qzpNwoqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qzpNwoqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qzpNwoqT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qzpNwoqT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qzpNwoqT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4qzpNwoqT .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qzpNwoqT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qzpNwoqT .navbar .navbar-logo img {
  width: auto;
}
.cid-v4qzpNwoqT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4qzpNwoqT .navbar.collapsed {
  justify-content: center;
}
.cid-v4qzpNwoqT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qzpNwoqT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qzpNwoqT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4qzpNwoqT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qzpNwoqT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qzpNwoqT .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-v4qzpNwoqT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qzpNwoqT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qzpNwoqT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4qzpNwoqT .navbar {
    min-height: 72px;
  }
  .cid-v4qzpNwoqT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qzpNwoqT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qzpNwoqT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qzpNwoqT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qzpNwoqT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qzpNwoqT .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-v4qzpNwoqT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qzpNwoqT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4qzpNwoqT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qzpNwoqT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qzpNwoqT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4qzpNwoqT .dropdown-item.active,
.cid-v4qzpNwoqT .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qzpNwoqT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qzpNwoqT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qzpNwoqT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qzpNwoqT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4qzpNwoqT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4qzpNwoqT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4qzpNwoqT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qzpNwoqT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4qzpNwoqT .navbar-buttons {
    text-align: left;
  }
}
.cid-v4qzpNwoqT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qzpNwoqT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4qzpNwoqT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qzpNwoqT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qzpNwoqT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qzpNwoqT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qzpNwoqT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qzpNwoqT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qzpNwoqT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qzpNwoqT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qzpNwoqT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qzpNwoqT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qzpNwoqT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4qzpNwoqT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qzpNwoqT .navbar {
    height: 70px;
  }
  .cid-v4qzpNwoqT .navbar.opened {
    height: auto;
  }
  .cid-v4qzpNwoqT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4qzpNwoqT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4qzpNwoqT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4qzpNwoqT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4qzpNwoqT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4qzpNwoqT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4qzpNwoqT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4qzpNwoqT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4qzpNwoqT .navbar-brand {
    margin-right: auto;
  }
  .cid-v4qzpNwoqT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4qzpNwoqT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4qzpNwoqT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4qzpNwoqT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qzpNwoqT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4qzpNwoqT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4qzpNwoqT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4qzpNwoqT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4qzpNwoqT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qzpNwoqT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4qzpNwoqT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4qzpXhxB2 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4qzpXhxB2 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4qzpXhxB2 {
    align-items: center;
  }
  .cid-v4qzpXhxB2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qzpXhxB2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qzpXhxB2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qzpXhxB2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qzpXhxB2 .content-wrap {
    width: 100%;
  }
}
.cid-v4qzpXhxB2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qzpXhxB2 .mbr-text,
.cid-v4qzpXhxB2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4qzqjsAoj {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4qzqjsAoj {
    align-items: center;
  }
  .cid-v4qzqjsAoj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qzqjsAoj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qzqjsAoj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qzqjsAoj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qzqjsAoj .content-wrap {
    width: 100%;
  }
}
.cid-v4qzqjsAoj .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qzqjsAoj .mbr-text,
.cid-v4qzqjsAoj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4qzqkdKIU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4qzqkdKIU .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qzqkdKIU .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v4qzqkdKIU .mbr-section-title DIV {
  text-align: center;
}
.cid-v4qzqkXDb8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4qzqkXDb8 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qzqkXDb8 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v4qzqkXDb8 .mbr-section-title DIV {
  text-align: left;
}
.cid-v4qzqlH8kT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4qzqlH8kT .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qzqlH8kT .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v4qzqlH8kT .mbr-section-title DIV {
  text-align: center;
}
.cid-v4qzqmrZ95 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qzqmrZ95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qzqmrZ95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qzqmrZ95 .img-wrapper {
  text-align: center;
}
.cid-v4qzqmrZ95 img {
  margin: auto;
  width: 200px;
}
.cid-v4qzqmrZ95 .row {
  align-items: flex-start;
}
.cid-v4qzqmrZ95 .item-wrapper {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4qzqmrZ95 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4qzqmrZ95 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4qzqmrZ95 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4qzqmrZ95 .mbr-section-title,
.cid-v4qzqmrZ95 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4qzqmrZ95 .content-head {
  max-width: 800px;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4qPqbibaa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4qPqbibaa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4qPqbibaa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4qPqbibaa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4qPqbibaa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4qPqbibaa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qPqbibaa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qPqbibaa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4qPqbibaa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4qPqbibaa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4qPqbibaa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4qPqbibaa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4qPqbibaa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4qPqbibaa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4qPqbibaa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4qPqbibaa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4qPqbibaa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4qPqbibaa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4qPqbibaa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4qPqbibaa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4qPqbibaa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4qPqbibaa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4qPqbibaa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4qPqbibaa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qPqbibaa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4qPqbibaa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4qPqbibaa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4qPqbibaa .nav-item:focus,
.cid-v4qPqbibaa .nav-link:focus {
  outline: none;
}
.cid-v4qPqbibaa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qPqbibaa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qPqbibaa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qPqbibaa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qPqbibaa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qPqbibaa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qPqbibaa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4qPqbibaa .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qPqbibaa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qPqbibaa .navbar .navbar-logo img {
  width: auto;
}
.cid-v4qPqbibaa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4qPqbibaa .navbar.collapsed {
  justify-content: center;
}
.cid-v4qPqbibaa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qPqbibaa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qPqbibaa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4qPqbibaa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qPqbibaa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qPqbibaa .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-v4qPqbibaa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qPqbibaa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qPqbibaa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4qPqbibaa .navbar {
    min-height: 72px;
  }
  .cid-v4qPqbibaa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qPqbibaa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qPqbibaa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qPqbibaa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qPqbibaa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qPqbibaa .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-v4qPqbibaa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qPqbibaa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4qPqbibaa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qPqbibaa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qPqbibaa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4qPqbibaa .dropdown-item.active,
.cid-v4qPqbibaa .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qPqbibaa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qPqbibaa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qPqbibaa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qPqbibaa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4qPqbibaa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4qPqbibaa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4qPqbibaa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qPqbibaa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4qPqbibaa .navbar-buttons {
    text-align: left;
  }
}
.cid-v4qPqbibaa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qPqbibaa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4qPqbibaa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qPqbibaa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qPqbibaa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qPqbibaa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qPqbibaa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qPqbibaa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qPqbibaa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qPqbibaa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qPqbibaa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qPqbibaa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qPqbibaa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4qPqbibaa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qPqbibaa .navbar {
    height: 70px;
  }
  .cid-v4qPqbibaa .navbar.opened {
    height: auto;
  }
  .cid-v4qPqbibaa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4qPqbibaa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4qPqbibaa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4qPqbibaa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4qPqbibaa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4qPqbibaa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4qPqbibaa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4qPqbibaa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4qPqbibaa .navbar-brand {
    margin-right: auto;
  }
  .cid-v4qPqbibaa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4qPqbibaa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4qPqbibaa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4qPqbibaa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qPqbibaa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4qPqbibaa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4qPqbibaa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4qPqbibaa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4qPqbibaa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qPqbibaa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4qPqbibaa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4qPqUaJYp {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4qPqUaJYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qPqUaJYp .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-v4qPqUaJYp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4qPqUaJYp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4qPqUaJYp .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-v4qPqUaJYp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4qPqUaJYp .mbr-section-title {
  color: #b44f79;
}
.cid-v4qPqUaJYp .mbr-text,
.cid-v4qPqUaJYp .mbr-section-btn {
  color: #b44f79;
}
.cid-v4qPqkVv5y {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4qPqkVv5y .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4qPqkVv5y {
    align-items: center;
  }
  .cid-v4qPqkVv5y .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qPqkVv5y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qPqkVv5y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qPqkVv5y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qPqkVv5y .content-wrap {
    width: 100%;
  }
}
.cid-v4qPqkVv5y .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qPqkVv5y .mbr-text,
.cid-v4qPqkVv5y .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4qPqV7wjJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qPqV7wjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qPqV7wjJ .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-v4qPqV7wjJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4qPqV7wjJ .row {
  flex-direction: row-reverse;
}
.cid-v4qPqV7wjJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4qPqV7wjJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4qPqV7wjJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4qPqV7wjJ .mbr-section-title {
  color: #b44f79;
}
.cid-v4qPqV7wjJ .mbr-text,
.cid-v4qPqV7wjJ .mbr-section-btn {
  color: #b44f79;
}
.cid-v4qPqW9xlA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qPqW9xlA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v4qPqW9xlA .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4qPqW9xlA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4qPqW9xlA .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4qPqNvcp4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qPqNvcp4 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v4qPqNvcp4 .panel-group {
  border: none;
}
.cid-v4qPqNvcp4 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4qPqNvcp4 .card-header {
    padding: 0rem;
  }
}
.cid-v4qPqNvcp4 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v4qPqNvcp4 .img-col {
  padding: 0;
}
.cid-v4qPqNvcp4 .img-item {
  height: 100%;
}
.cid-v4qPqNvcp4 img {
  height: 100%;
  object-fit: cover;
}
.cid-v4qPqNvcp4 .collapsed span {
  transform: rotate(0deg);
}
.cid-v4qPqNvcp4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4qPqNvcp4 p {
  margin-bottom: 0.3rem;
}
.cid-v4qPqNvcp4 .panel-title-edit {
  color: #000000;
}
.cid-v4qPqNvcp4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v4qPqNvcp4 .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v4qPqNvcp4 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4qPqNvcp4 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v4qPqNvcp4 .panel-text {
  color: #ffffff;
}
.cid-v4qPqNvcp4 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4qPqNvcp4 .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v4qPqNvcp4 .panel-title-edit,
.cid-v4qPqNvcp4 .mbr-iconfont {
  color: #ffffff;
}
.cid-v5yOTRqPej {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5yOTRqPej .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v5yOTRqPej .panel-group {
  border: none;
}
.cid-v5yOTRqPej .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v5yOTRqPej .card-header {
    padding: 0rem;
  }
}
.cid-v5yOTRqPej .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v5yOTRqPej .img-col {
  padding: 0;
}
.cid-v5yOTRqPej .img-item {
  height: 100%;
}
.cid-v5yOTRqPej img {
  height: 100%;
  object-fit: cover;
}
.cid-v5yOTRqPej .collapsed span {
  transform: rotate(0deg);
}
.cid-v5yOTRqPej .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5yOTRqPej p {
  margin-bottom: 0.3rem;
}
.cid-v5yOTRqPej .panel-title-edit {
  color: #000000;
}
.cid-v5yOTRqPej .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v5yOTRqPej .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v5yOTRqPej .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5yOTRqPej .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v5yOTRqPej .panel-text {
  color: #ffffff;
}
.cid-v5yOTRqPej .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v5yOTRqPej .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v5yOTRqPej .panel-title-edit,
.cid-v5yOTRqPej .mbr-iconfont {
  color: #ffffff;
}
.cid-vf5xLaAqbH {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf5xLaAqbH {
    align-items: center;
  }
  .cid-vf5xLaAqbH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf5xLaAqbH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf5xLaAqbH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf5xLaAqbH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf5xLaAqbH .content-wrap {
    width: 100%;
  }
}
.cid-vf5xLaAqbH .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf5xLaAqbH .mbr-text,
.cid-vf5xLaAqbH .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4TFL5owVv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TFL5owVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TFL5owVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TFL5owVv .img-wrapper {
  text-align: center;
}
.cid-v4TFL5owVv img {
  margin: auto;
  width: 200px;
}
.cid-v4TFL5owVv .row {
  align-items: flex-start;
}
.cid-v4TFL5owVv .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TFL5owVv .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4TFL5owVv .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TFL5owVv .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4TFL5owVv .mbr-section-title,
.cid-v4TFL5owVv .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4TFL5owVv .content-head {
  max-width: 800px;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4qSRXB49I {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4qSRXB49I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4qSRXB49I .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4qSRXB49I .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4qSRXB49I .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4qSRXB49I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qSRXB49I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qSRXB49I .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4qSRXB49I .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4qSRXB49I .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4qSRXB49I .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4qSRXB49I .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4qSRXB49I .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4qSRXB49I .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4qSRXB49I .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4qSRXB49I .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4qSRXB49I .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4qSRXB49I .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4qSRXB49I .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4qSRXB49I .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4qSRXB49I .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4qSRXB49I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4qSRXB49I .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4qSRXB49I .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qSRXB49I .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4qSRXB49I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4qSRXB49I .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4qSRXB49I .nav-item:focus,
.cid-v4qSRXB49I .nav-link:focus {
  outline: none;
}
.cid-v4qSRXB49I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qSRXB49I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qSRXB49I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qSRXB49I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qSRXB49I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qSRXB49I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qSRXB49I .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4qSRXB49I .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qSRXB49I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qSRXB49I .navbar .navbar-logo img {
  width: auto;
}
.cid-v4qSRXB49I .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4qSRXB49I .navbar.collapsed {
  justify-content: center;
}
.cid-v4qSRXB49I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qSRXB49I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qSRXB49I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4qSRXB49I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qSRXB49I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qSRXB49I .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-v4qSRXB49I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qSRXB49I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qSRXB49I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4qSRXB49I .navbar {
    min-height: 72px;
  }
  .cid-v4qSRXB49I .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qSRXB49I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qSRXB49I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qSRXB49I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qSRXB49I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qSRXB49I .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-v4qSRXB49I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qSRXB49I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4qSRXB49I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qSRXB49I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qSRXB49I .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4qSRXB49I .dropdown-item.active,
.cid-v4qSRXB49I .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qSRXB49I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qSRXB49I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qSRXB49I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qSRXB49I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4qSRXB49I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4qSRXB49I .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4qSRXB49I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qSRXB49I .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4qSRXB49I .navbar-buttons {
    text-align: left;
  }
}
.cid-v4qSRXB49I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qSRXB49I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4qSRXB49I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qSRXB49I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qSRXB49I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qSRXB49I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qSRXB49I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qSRXB49I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qSRXB49I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qSRXB49I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qSRXB49I .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qSRXB49I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qSRXB49I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4qSRXB49I .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qSRXB49I .navbar {
    height: 70px;
  }
  .cid-v4qSRXB49I .navbar.opened {
    height: auto;
  }
  .cid-v4qSRXB49I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4qSRXB49I .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4qSRXB49I .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4qSRXB49I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4qSRXB49I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4qSRXB49I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4qSRXB49I .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4qSRXB49I .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4qSRXB49I .navbar-brand {
    margin-right: auto;
  }
  .cid-v4qSRXB49I .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4qSRXB49I .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4qSRXB49I .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4qSRXB49I .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qSRXB49I .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4qSRXB49I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4qSRXB49I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4qSRXB49I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4qSRXB49I .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4qSRXB49I .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4qSRXB49I .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4qSSLHEmw {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v4qSSLHEmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qSSLHEmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v4qSSLHEmw .row {
    text-align: center;
  }
  .cid-v4qSSLHEmw .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v4qSSLHEmw .google-map {
  height: 100%;
  position: relative;
}
.cid-v4qSSLHEmw .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v4qSSLHEmw .google-map iframe {
    min-height: 350px;
  }
}
.cid-v4qSSLHEmw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v4qSSLHEmw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v4qSSLHEmw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v4qSSLHEmw .card-wrapper {
  background: #b44f79;
}
@media (max-width: 767px) {
  .cid-v4qSSLHEmw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v4qSSLHEmw .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-v4qSSLHEmw .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-v4qSSLHEmw .cardTitle,
  .cid-v4qSSLHEmw .item-wrap {
    text-align: center;
  }
}
.cid-v4qSSLHEmw ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4qSSLHEmw .mbr-section-title {
  color: #b44f79;
}
.cid-v4qSSLHEmw .cardTitle {
  color: #ffffff;
}
.cid-v4qSSLHEmw .list,
.cid-v4qSSLHEmw .item-wrap {
  color: #ffffff;
}
.cid-v4qSSLHEmw .mbr-section-subtitle {
  color: #b44f79;
}
.cid-v55wRo1inH {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v55wRo1inH {
    align-items: center;
  }
  .cid-v55wRo1inH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v55wRo1inH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v55wRo1inH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v55wRo1inH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v55wRo1inH .content-wrap {
    width: 100%;
  }
}
.cid-v55wRo1inH .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v55wRo1inH .mbr-text,
.cid-v55wRo1inH .mbr-section-btn {
  text-align: justify;
  color: #b44f79;
}
.cid-vf5vMc8rng {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf5vMc8rng {
    align-items: center;
  }
  .cid-vf5vMc8rng .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf5vMc8rng .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf5vMc8rng {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf5vMc8rng .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf5vMc8rng .content-wrap {
    width: 100%;
  }
}
.cid-vf5vMc8rng .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf5vMc8rng .mbr-text,
.cid-vf5vMc8rng .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4qSS8l9Gb {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4qSS8l9Gb .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4qSS8l9Gb {
    align-items: center;
  }
  .cid-v4qSS8l9Gb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4qSS8l9Gb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4qSS8l9Gb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4qSS8l9Gb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4qSS8l9Gb .content-wrap {
    width: 100%;
  }
}
.cid-v4qSS8l9Gb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4qSS8l9Gb .mbr-text,
.cid-v4qSS8l9Gb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4TFQ1aUtc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TFQ1aUtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TFQ1aUtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TFQ1aUtc .img-wrapper {
  text-align: center;
}
.cid-v4TFQ1aUtc img {
  margin: auto;
  width: 200px;
}
.cid-v4TFQ1aUtc .row {
  align-items: flex-start;
}
.cid-v4TFQ1aUtc .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TFQ1aUtc .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4TFQ1aUtc .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TFQ1aUtc .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4TFQ1aUtc .mbr-section-title,
.cid-v4TFQ1aUtc .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4TFQ1aUtc .content-head {
  max-width: 800px;
}
.cid-v4qSSMYV3q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4wFgmIB5e {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4wFgmIB5e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4wFgmIB5e .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4wFgmIB5e .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4wFgmIB5e .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4wFgmIB5e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4wFgmIB5e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4wFgmIB5e .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4wFgmIB5e .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4wFgmIB5e .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4wFgmIB5e .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4wFgmIB5e .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4wFgmIB5e .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4wFgmIB5e .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4wFgmIB5e .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4wFgmIB5e .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4wFgmIB5e .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4wFgmIB5e .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4wFgmIB5e .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4wFgmIB5e .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4wFgmIB5e .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4wFgmIB5e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4wFgmIB5e .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4wFgmIB5e .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4wFgmIB5e .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4wFgmIB5e .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4wFgmIB5e .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4wFgmIB5e .nav-item:focus,
.cid-v4wFgmIB5e .nav-link:focus {
  outline: none;
}
.cid-v4wFgmIB5e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4wFgmIB5e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4wFgmIB5e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4wFgmIB5e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4wFgmIB5e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4wFgmIB5e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4wFgmIB5e .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4wFgmIB5e .navbar.opened {
  transition: all 0.3s;
}
.cid-v4wFgmIB5e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4wFgmIB5e .navbar .navbar-logo img {
  width: auto;
}
.cid-v4wFgmIB5e .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4wFgmIB5e .navbar.collapsed {
  justify-content: center;
}
.cid-v4wFgmIB5e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4wFgmIB5e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4wFgmIB5e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4wFgmIB5e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4wFgmIB5e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4wFgmIB5e .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-v4wFgmIB5e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4wFgmIB5e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4wFgmIB5e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4wFgmIB5e .navbar {
    min-height: 72px;
  }
  .cid-v4wFgmIB5e .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4wFgmIB5e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4wFgmIB5e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4wFgmIB5e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4wFgmIB5e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4wFgmIB5e .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-v4wFgmIB5e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4wFgmIB5e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4wFgmIB5e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4wFgmIB5e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4wFgmIB5e .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4wFgmIB5e .dropdown-item.active,
.cid-v4wFgmIB5e .dropdown-item:active {
  background-color: transparent;
}
.cid-v4wFgmIB5e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4wFgmIB5e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4wFgmIB5e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4wFgmIB5e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4wFgmIB5e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4wFgmIB5e .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4wFgmIB5e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4wFgmIB5e .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4wFgmIB5e .navbar-buttons {
    text-align: left;
  }
}
.cid-v4wFgmIB5e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4wFgmIB5e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4wFgmIB5e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4wFgmIB5e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4wFgmIB5e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4wFgmIB5e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4wFgmIB5e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4wFgmIB5e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4wFgmIB5e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4wFgmIB5e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4wFgmIB5e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4wFgmIB5e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4wFgmIB5e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4wFgmIB5e .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4wFgmIB5e .navbar {
    height: 70px;
  }
  .cid-v4wFgmIB5e .navbar.opened {
    height: auto;
  }
  .cid-v4wFgmIB5e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4wFgmIB5e .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4wFgmIB5e .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4wFgmIB5e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4wFgmIB5e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4wFgmIB5e .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4wFgmIB5e .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4wFgmIB5e .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4wFgmIB5e .navbar-brand {
    margin-right: auto;
  }
  .cid-v4wFgmIB5e .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4wFgmIB5e .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4wFgmIB5e .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4wFgmIB5e .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4wFgmIB5e .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4wFgmIB5e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4wFgmIB5e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4wFgmIB5e .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4wFgmIB5e .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4wFgmIB5e .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4wFgmIB5e .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4wFgnfYVq {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4wFgnfYVq .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4wFgnfYVq {
    align-items: center;
  }
  .cid-v4wFgnfYVq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4wFgnfYVq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4wFgnfYVq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4wFgnfYVq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4wFgnfYVq .content-wrap {
    width: 100%;
  }
}
.cid-v4wFgnfYVq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4wFgnfYVq .mbr-text,
.cid-v4wFgnfYVq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4x1aqLzvj {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4x1aqLzvj .mbr-text {
  color: #b44f79;
}
.cid-v4x1aqLzvj .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v4x1aqLzvj .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4IwNmKD7 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4IwNmKD7 {
    align-items: center;
  }
  .cid-vf4IwNmKD7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4IwNmKD7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4IwNmKD7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4IwNmKD7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4IwNmKD7 .content-wrap {
    width: 100%;
  }
}
.cid-vf4IwNmKD7 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4IwNmKD7 .mbr-text,
.cid-vf4IwNmKD7 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4wI03YJ1L {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4wI03YJ1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wI03YJ1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wI03YJ1L .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-v4wI03YJ1L .card-title,
.cid-v4wI03YJ1L .iconfont-wrapper {
  color: #232323;
}
.cid-v4wI03YJ1L .card-text {
  color: #232323;
}
.cid-v4wI03YJ1L .mbr-section-title {
  color: #232323;
}
.cid-v4wI03YJ1L .mbr-section-subtitle {
  color: #232323;
}
.cid-v4wI03YJ1L .content-head {
  max-width: 800px;
}
.cid-v4TFVdsoQL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TFVdsoQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TFVdsoQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TFVdsoQL .img-wrapper {
  text-align: center;
}
.cid-v4TFVdsoQL img {
  margin: auto;
  width: 200px;
}
.cid-v4TFVdsoQL .row {
  align-items: flex-start;
}
.cid-v4TFVdsoQL .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TFVdsoQL .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4TFVdsoQL .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TFVdsoQL .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4TFVdsoQL .mbr-section-title,
.cid-v4TFVdsoQL .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4TFVdsoQL .content-head {
  max-width: 800px;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4wPRkTNIw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4wPRkTNIw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4wPRkTNIw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4wPRkTNIw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4wPRkTNIw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4wPRkTNIw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4wPRkTNIw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4wPRkTNIw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4wPRkTNIw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4wPRkTNIw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4wPRkTNIw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4wPRkTNIw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4wPRkTNIw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4wPRkTNIw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4wPRkTNIw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4wPRkTNIw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4wPRkTNIw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4wPRkTNIw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4wPRkTNIw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4wPRkTNIw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4wPRkTNIw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4wPRkTNIw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4wPRkTNIw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4wPRkTNIw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4wPRkTNIw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4wPRkTNIw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4wPRkTNIw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4wPRkTNIw .nav-item:focus,
.cid-v4wPRkTNIw .nav-link:focus {
  outline: none;
}
.cid-v4wPRkTNIw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4wPRkTNIw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4wPRkTNIw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4wPRkTNIw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4wPRkTNIw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4wPRkTNIw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4wPRkTNIw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4wPRkTNIw .navbar.opened {
  transition: all 0.3s;
}
.cid-v4wPRkTNIw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4wPRkTNIw .navbar .navbar-logo img {
  width: auto;
}
.cid-v4wPRkTNIw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4wPRkTNIw .navbar.collapsed {
  justify-content: center;
}
.cid-v4wPRkTNIw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4wPRkTNIw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4wPRkTNIw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4wPRkTNIw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4wPRkTNIw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4wPRkTNIw .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-v4wPRkTNIw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4wPRkTNIw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4wPRkTNIw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4wPRkTNIw .navbar {
    min-height: 72px;
  }
  .cid-v4wPRkTNIw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4wPRkTNIw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4wPRkTNIw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4wPRkTNIw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4wPRkTNIw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4wPRkTNIw .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-v4wPRkTNIw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4wPRkTNIw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4wPRkTNIw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4wPRkTNIw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4wPRkTNIw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4wPRkTNIw .dropdown-item.active,
.cid-v4wPRkTNIw .dropdown-item:active {
  background-color: transparent;
}
.cid-v4wPRkTNIw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4wPRkTNIw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4wPRkTNIw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4wPRkTNIw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4wPRkTNIw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4wPRkTNIw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4wPRkTNIw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4wPRkTNIw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4wPRkTNIw .navbar-buttons {
    text-align: left;
  }
}
.cid-v4wPRkTNIw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4wPRkTNIw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4wPRkTNIw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4wPRkTNIw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4wPRkTNIw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4wPRkTNIw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4wPRkTNIw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4wPRkTNIw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4wPRkTNIw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4wPRkTNIw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4wPRkTNIw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4wPRkTNIw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4wPRkTNIw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4wPRkTNIw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4wPRkTNIw .navbar {
    height: 70px;
  }
  .cid-v4wPRkTNIw .navbar.opened {
    height: auto;
  }
  .cid-v4wPRkTNIw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4wPRkTNIw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4wPRkTNIw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4wPRkTNIw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4wPRkTNIw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4wPRkTNIw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4wPRkTNIw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4wPRkTNIw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4wPRkTNIw .navbar-brand {
    margin-right: auto;
  }
  .cid-v4wPRkTNIw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4wPRkTNIw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4wPRkTNIw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4wPRkTNIw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4wPRkTNIw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4wPRkTNIw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4wPRkTNIw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4wPRkTNIw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4wPRkTNIw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4wPRkTNIw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4wPRkTNIw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4wPRmukDt {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4wPRmukDt .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4wPRmukDt {
    align-items: center;
  }
  .cid-v4wPRmukDt .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4wPRmukDt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4wPRmukDt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4wPRmukDt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4wPRmukDt .content-wrap {
    width: 100%;
  }
}
.cid-v4wPRmukDt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4wPRmukDt .mbr-text,
.cid-v4wPRmukDt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4wPRnE6Qi {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4wPRnE6Qi {
    align-items: center;
  }
  .cid-v4wPRnE6Qi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4wPRnE6Qi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4wPRnE6Qi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4wPRnE6Qi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4wPRnE6Qi .content-wrap {
    width: 100%;
  }
}
.cid-v4wPRnE6Qi .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4wPRnE6Qi .mbr-text,
.cid-v4wPRnE6Qi .mbr-section-btn {
  text-align: justify;
  color: #b44f79;
}
.cid-v4wPRpbtnM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4wPRpbtnM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4wPRpbtnM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4wPRpbtnM .item-head {
  background: #b44f79;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4wPRpbtnM .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4wPRpbtnM .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4wPRpbtnM .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #f7f7f7;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4wPRpbtnM .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4wPRpbtnM .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v4wPRpbtnM .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #f7f7f7;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4wPRpbtnM .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4wPRpbtnM .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-v4wPRpbtnM .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-v4wPRpbtnM .btn {
  width: -webkit-fill-available;
}
.cid-v4wPRpbtnM .item:focus,
.cid-v4wPRpbtnM span:focus {
  outline: none;
}
.cid-v4wPRpbtnM .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-v4wPRpbtnM .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4wPRpbtnM .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4wPRpbtnM .mbr-section-title {
  color: #ffffff;
}
.cid-v4wPRpbtnM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4wPRpbtnM .mbr-text,
.cid-v4wPRpbtnM .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4wPRpbtnM .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4wPRpbtnM .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v4wPRpbtnM .content-head {
  max-width: 800px;
}
.cid-v4wPRpbtnM .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v4wPRpbtnM .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v4wPRpbtnM .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #edefeb;
  background-color: #edefeb;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v4wPRpbtnM .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v4wPRpbtnM .mbr-text UL {
  text-align: left;
}
.cid-v4wPRpbtnM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v55EDRdMXN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v55EDRdMXN .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v55EDRdMXN .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v55EDRdMXN .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v53U0ALoCq {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v53U0ALoCq {
    align-items: center;
  }
  .cid-v53U0ALoCq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v53U0ALoCq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v53U0ALoCq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v53U0ALoCq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v53U0ALoCq .content-wrap {
    width: 100%;
  }
}
.cid-v53U0ALoCq .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v53U0ALoCq .mbr-text,
.cid-v53U0ALoCq .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4TIo6vGD7 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4TIo6vGD7 {
    align-items: center;
  }
  .cid-v4TIo6vGD7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4TIo6vGD7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4TIo6vGD7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4TIo6vGD7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4TIo6vGD7 .content-wrap {
    width: 100%;
  }
}
.cid-v4TIo6vGD7 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4TIo6vGD7 .mbr-text,
.cid-v4TIo6vGD7 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4wUlED8KS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4wUlED8KS .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4wUlED8KS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4wUlED8KS .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4wUlED8KS .content-head {
  max-width: 800px;
}
.cid-v4wUlED8KS .mbr-card-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4wUlED8KS .mbr-card-title {
  text-align: left;
  color: #000000;
}
.cid-v4TFuKUVdj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TFuKUVdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TFuKUVdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TFuKUVdj .img-wrapper {
  text-align: center;
}
.cid-v4TFuKUVdj img {
  margin: auto;
  width: 200px;
}
.cid-v4TFuKUVdj .row {
  align-items: flex-start;
}
.cid-v4TFuKUVdj .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TFuKUVdj .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4TFuKUVdj .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TFuKUVdj .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4TFuKUVdj .mbr-section-title,
.cid-v4TFuKUVdj .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4TFuKUVdj .content-head {
  max-width: 800px;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-tJS6tZXiPa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJS6tZXiPa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJS6tZXiPa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJS6tZXiPa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJS6tZXiPa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJS6tZXiPa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJS6tZXiPa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJS6tZXiPa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJS6tZXiPa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJS6tZXiPa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJS6tZXiPa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-tJS6tZXiPa .nav-item:focus,
.cid-tJS6tZXiPa .nav-link:focus {
  outline: none;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJS6tZXiPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJS6tZXiPa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJS6tZXiPa .navbar.opened {
  transition: all 0.3s;
}
.cid-tJS6tZXiPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJS6tZXiPa .navbar .navbar-logo img {
  width: auto;
}
.cid-tJS6tZXiPa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar.collapsed {
  justify-content: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJS6tZXiPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 72px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJS6tZXiPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJS6tZXiPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJS6tZXiPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJS6tZXiPa .dropdown-item.active,
.cid-tJS6tZXiPa .dropdown-item:active {
  background-color: transparent;
}
.cid-tJS6tZXiPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJS6tZXiPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJS6tZXiPa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .navbar-buttons {
    text-align: left;
  }
}
.cid-tJS6tZXiPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJS6tZXiPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJS6tZXiPa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJS6tZXiPa .navbar {
    height: 70px;
  }
  .cid-tJS6tZXiPa .navbar.opened {
    height: auto;
  }
  .cid-tJS6tZXiPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJS6tZXiPa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJS6tZXiPa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: auto;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4Na04gFCe {
  display: flex;
  background-color: #ffffff;
}
.cid-v4Na04gFCe .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v4Na04gFCe .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v4Na04gFCe {
    align-items: center;
  }
  .cid-v4Na04gFCe .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4Na04gFCe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4Na04gFCe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4Na04gFCe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4Na04gFCe .content-wrap {
    width: 100%;
  }
}
.cid-v4Na04gFCe .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4Na04gFCe .mbr-text,
.cid-v4Na04gFCe .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4Na04gFCe .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-v4Na3CrTyU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Na3CrTyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Na3CrTyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Na3CrTyU .img-wrapper {
  text-align: center;
}
.cid-v4Na3CrTyU img {
  margin: auto;
  width: 200px;
}
.cid-v4Na3CrTyU .row {
  align-items: flex-start;
}
.cid-v4Na3CrTyU .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4Na3CrTyU .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4Na3CrTyU .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Na3CrTyU .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4Na3CrTyU .mbr-section-title,
.cid-v4Na3CrTyU .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4Na3CrTyU .content-head {
  max-width: 800px;
}
.cid-v4TvdFqlKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TvdFqlKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TvdFqlKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TvdFqlKt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .footer-col {
    flex-direction: column;
  }
}
.cid-v4TvdFqlKt .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TvdFqlKt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TvdFqlKt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvdFqlKt .soc-item {
  margin: 8px;
}
.cid-v4TvdFqlKt .soc-item a:hover .mbr-iconfont,
.cid-v4TvdFqlKt .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TvdFqlKt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TvdFqlKt .row {
    text-align: center;
  }
  .cid-v4TvdFqlKt .social-row {
    justify-content: center;
  }
}
.cid-v4TvdFqlKt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TvdFqlKt .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TvdFqlKt .mbr-text {
  color: #bbbbbb;
}
.cid-v4TvdFqlKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TvdFqlKt .list,
.cid-v4TvdFqlKt .item-wrap {
  color: #ffffff;
}
.cid-v4TvdFqlKt .copyright {
  color: #ffffff;
}
.cid-v4TwT6yrNn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4TwT6yrNn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TwT6yrNn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4TwT6yrNn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4TwT6yrNn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4TwT6yrNn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4TwT6yrNn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4TwT6yrNn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4TwT6yrNn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4TwT6yrNn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4TwT6yrNn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4TwT6yrNn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4TwT6yrNn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4TwT6yrNn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4TwT6yrNn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4TwT6yrNn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4TwT6yrNn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4TwT6yrNn .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4TwT6yrNn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4TwT6yrNn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4TwT6yrNn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4TwT6yrNn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4TwT6yrNn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4TwT6yrNn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TwT6yrNn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4TwT6yrNn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4TwT6yrNn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4TwT6yrNn .nav-item:focus,
.cid-v4TwT6yrNn .nav-link:focus {
  outline: none;
}
.cid-v4TwT6yrNn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4TwT6yrNn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4TwT6yrNn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4TwT6yrNn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4TwT6yrNn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4TwT6yrNn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4TwT6yrNn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4TwT6yrNn .navbar.opened {
  transition: all 0.3s;
}
.cid-v4TwT6yrNn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4TwT6yrNn .navbar .navbar-logo img {
  width: auto;
}
.cid-v4TwT6yrNn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4TwT6yrNn .navbar.collapsed {
  justify-content: center;
}
.cid-v4TwT6yrNn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4TwT6yrNn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4TwT6yrNn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4TwT6yrNn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4TwT6yrNn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4TwT6yrNn .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-v4TwT6yrNn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4TwT6yrNn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4TwT6yrNn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4TwT6yrNn .navbar {
    min-height: 72px;
  }
  .cid-v4TwT6yrNn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4TwT6yrNn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4TwT6yrNn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4TwT6yrNn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4TwT6yrNn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4TwT6yrNn .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-v4TwT6yrNn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4TwT6yrNn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4TwT6yrNn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4TwT6yrNn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4TwT6yrNn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4TwT6yrNn .dropdown-item.active,
.cid-v4TwT6yrNn .dropdown-item:active {
  background-color: transparent;
}
.cid-v4TwT6yrNn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4TwT6yrNn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4TwT6yrNn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4TwT6yrNn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4TwT6yrNn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4TwT6yrNn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4TwT6yrNn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4TwT6yrNn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4TwT6yrNn .navbar-buttons {
    text-align: left;
  }
}
.cid-v4TwT6yrNn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4TwT6yrNn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4TwT6yrNn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4TwT6yrNn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4TwT6yrNn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4TwT6yrNn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4TwT6yrNn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4TwT6yrNn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4TwT6yrNn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4TwT6yrNn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4TwT6yrNn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4TwT6yrNn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4TwT6yrNn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4TwT6yrNn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4TwT6yrNn .navbar {
    height: 70px;
  }
  .cid-v4TwT6yrNn .navbar.opened {
    height: auto;
  }
  .cid-v4TwT6yrNn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4TwT6yrNn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4TwT6yrNn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4TwT6yrNn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4TwT6yrNn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4TwT6yrNn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4TwT6yrNn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4TwT6yrNn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4TwT6yrNn .navbar-brand {
    margin-right: auto;
  }
  .cid-v4TwT6yrNn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4TwT6yrNn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4TwT6yrNn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4TwT6yrNn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4TwT6yrNn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4TwT6yrNn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4TwT6yrNn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4TwT6yrNn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4TwT6yrNn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4TwT6yrNn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4TwT6yrNn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4TwT7l29Y {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4TwT7l29Y .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4TwT7l29Y {
    align-items: center;
  }
  .cid-v4TwT7l29Y .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4TwT7l29Y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4TwT7l29Y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4TwT7l29Y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4TwT7l29Y .content-wrap {
    width: 100%;
  }
}
.cid-v4TwT7l29Y .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4TwT7l29Y .mbr-text,
.cid-v4TwT7l29Y .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4TwT7PiSL {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4TwT7PiSL .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4TwT7PiSL .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v4TwT7PiSL .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4TSgZHHgE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4TSgZHHgE .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v4TSgZHHgE .panel-group {
  border: none;
}
.cid-v4TSgZHHgE .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4TSgZHHgE .card-header {
    padding: 0rem;
  }
}
.cid-v4TSgZHHgE .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v4TSgZHHgE .img-col {
  padding: 0;
}
.cid-v4TSgZHHgE .img-item {
  height: 100%;
}
.cid-v4TSgZHHgE img {
  height: 100%;
  object-fit: cover;
}
.cid-v4TSgZHHgE .collapsed span {
  transform: rotate(0deg);
}
.cid-v4TSgZHHgE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4TSgZHHgE p {
  margin-bottom: 0.3rem;
}
.cid-v4TSgZHHgE .panel-title-edit {
  color: #000000;
}
.cid-v4TSgZHHgE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v4TSgZHHgE .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TSgZHHgE .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4TSgZHHgE .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v4TSgZHHgE .panel-text {
  color: #ffffff;
}
.cid-v4TSgZHHgE .mbr-section-title {
  text-align: left;
  color: #b44f79;
}
.cid-v4TSgZHHgE .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4TSgZHHgE .panel-title-edit,
.cid-v4TSgZHHgE .mbr-iconfont {
  color: #ffffff;
}
.cid-v5xpOd7vsl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5xpOd7vsl .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v5xpOd7vsl .panel-group {
  border: none;
}
.cid-v5xpOd7vsl .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v5xpOd7vsl .card-header {
    padding: 0rem;
  }
}
.cid-v5xpOd7vsl .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v5xpOd7vsl .img-col {
  padding: 0;
}
.cid-v5xpOd7vsl .img-item {
  height: 100%;
}
.cid-v5xpOd7vsl img {
  height: 100%;
  object-fit: cover;
}
.cid-v5xpOd7vsl .collapsed span {
  transform: rotate(0deg);
}
.cid-v5xpOd7vsl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5xpOd7vsl p {
  margin-bottom: 0.3rem;
}
.cid-v5xpOd7vsl .panel-title-edit {
  color: #000000;
}
.cid-v5xpOd7vsl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v5xpOd7vsl .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v5xpOd7vsl .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5xpOd7vsl .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v5xpOd7vsl .panel-text {
  color: #ffffff;
}
.cid-v5xpOd7vsl .mbr-section-title {
  text-align: left;
  color: #b44f79;
}
.cid-v5xpOd7vsl .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5xpOd7vsl .panel-title-edit,
.cid-v5xpOd7vsl .mbr-iconfont {
  color: #ffffff;
}
.cid-v4UgwWRzuf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4UgwWRzuf .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v4UgwWRzuf .panel-group {
  border: none;
}
.cid-v4UgwWRzuf .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4UgwWRzuf .card-header {
    padding: 0rem;
  }
}
.cid-v4UgwWRzuf .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v4UgwWRzuf .img-col {
  padding: 0;
}
.cid-v4UgwWRzuf .img-item {
  height: 100%;
}
.cid-v4UgwWRzuf img {
  height: 100%;
  object-fit: cover;
}
.cid-v4UgwWRzuf .collapsed span {
  transform: rotate(0deg);
}
.cid-v4UgwWRzuf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4UgwWRzuf p {
  margin-bottom: 0.3rem;
}
.cid-v4UgwWRzuf .panel-title-edit {
  color: #000000;
}
.cid-v4UgwWRzuf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v4UgwWRzuf .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v4UgwWRzuf .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4UgwWRzuf .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v4UgwWRzuf .panel-text {
  color: #ffffff;
}
.cid-v4UgwWRzuf .mbr-section-title {
  text-align: left;
  color: #b44f79;
}
.cid-v4UgwWRzuf .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4UgwWRzuf .panel-title-edit,
.cid-v4UgwWRzuf .mbr-iconfont {
  color: #ffffff;
}
.cid-v4TWgOiHzp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v4TWgOiHzp .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v4TWgOiHzp .panel-group {
  border: none;
}
.cid-v4TWgOiHzp .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4TWgOiHzp .card-header {
    padding: 0rem;
  }
}
.cid-v4TWgOiHzp .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v4TWgOiHzp .img-col {
  padding: 0;
}
.cid-v4TWgOiHzp .img-item {
  height: 100%;
}
.cid-v4TWgOiHzp img {
  height: 100%;
  object-fit: cover;
}
.cid-v4TWgOiHzp .collapsed span {
  transform: rotate(0deg);
}
.cid-v4TWgOiHzp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4TWgOiHzp p {
  margin-bottom: 0.3rem;
}
.cid-v4TWgOiHzp .panel-title-edit {
  color: #000000;
}
.cid-v4TWgOiHzp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v4TWgOiHzp .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TWgOiHzp .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4TWgOiHzp .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v4TWgOiHzp .panel-text {
  color: #ffffff;
}
.cid-v4TWgOiHzp .mbr-section-title {
  text-align: left;
  color: #b44f79;
}
.cid-v4TWgOiHzp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4TWgOiHzp .panel-title-edit,
.cid-v4TWgOiHzp .mbr-iconfont {
  color: #ffffff;
}
.cid-v4TUslKfX3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v4TUslKfX3 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v4TUslKfX3 .panel-group {
  border: none;
}
.cid-v4TUslKfX3 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4TUslKfX3 .card-header {
    padding: 0rem;
  }
}
.cid-v4TUslKfX3 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v4TUslKfX3 .img-col {
  padding: 0;
}
.cid-v4TUslKfX3 .img-item {
  height: 100%;
}
.cid-v4TUslKfX3 img {
  height: 100%;
  object-fit: cover;
}
.cid-v4TUslKfX3 .collapsed span {
  transform: rotate(0deg);
}
.cid-v4TUslKfX3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4TUslKfX3 p {
  margin-bottom: 0.3rem;
}
.cid-v4TUslKfX3 .panel-title-edit {
  color: #000000;
}
.cid-v4TUslKfX3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v4TUslKfX3 .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TUslKfX3 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4TUslKfX3 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v4TUslKfX3 .panel-text {
  color: #ffffff;
}
.cid-v4TUslKfX3 .mbr-section-title {
  text-align: left;
  color: #b44f79;
}
.cid-v4TUslKfX3 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4TUslKfX3 .panel-title-edit,
.cid-v4TUslKfX3 .mbr-iconfont {
  color: #ffffff;
}
.cid-v4TUXZEV2g {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v4TUXZEV2g .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v4TUXZEV2g .panel-group {
  border: none;
}
.cid-v4TUXZEV2g .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4TUXZEV2g .card-header {
    padding: 0rem;
  }
}
.cid-v4TUXZEV2g .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v4TUXZEV2g .img-col {
  padding: 0;
}
.cid-v4TUXZEV2g .img-item {
  height: 100%;
}
.cid-v4TUXZEV2g img {
  height: 100%;
  object-fit: cover;
}
.cid-v4TUXZEV2g .collapsed span {
  transform: rotate(0deg);
}
.cid-v4TUXZEV2g .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4TUXZEV2g p {
  margin-bottom: 0.3rem;
}
.cid-v4TUXZEV2g .panel-title-edit {
  color: #000000;
}
.cid-v4TUXZEV2g .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v4TUXZEV2g .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TUXZEV2g .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4TUXZEV2g .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v4TUXZEV2g .panel-text {
  color: #ffffff;
}
.cid-v4TUXZEV2g .mbr-section-title {
  text-align: left;
  color: #b44f79;
}
.cid-v4TUXZEV2g .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4TUXZEV2g .panel-title-edit,
.cid-v4TUXZEV2g .mbr-iconfont {
  color: #ffffff;
}
.cid-v4TVkZoWjm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v4TVkZoWjm .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v4TVkZoWjm .panel-group {
  border: none;
}
.cid-v4TVkZoWjm .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4TVkZoWjm .card-header {
    padding: 0rem;
  }
}
.cid-v4TVkZoWjm .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v4TVkZoWjm .img-col {
  padding: 0;
}
.cid-v4TVkZoWjm .img-item {
  height: 100%;
}
.cid-v4TVkZoWjm img {
  height: 100%;
  object-fit: cover;
}
.cid-v4TVkZoWjm .collapsed span {
  transform: rotate(0deg);
}
.cid-v4TVkZoWjm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4TVkZoWjm p {
  margin-bottom: 0.3rem;
}
.cid-v4TVkZoWjm .panel-title-edit {
  color: #000000;
}
.cid-v4TVkZoWjm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v4TVkZoWjm .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TVkZoWjm .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4TVkZoWjm .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v4TVkZoWjm .panel-text {
  color: #ffffff;
}
.cid-v4TVkZoWjm .mbr-section-title {
  text-align: left;
  color: #b44f79;
}
.cid-v4TVkZoWjm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4TVkZoWjm .panel-title-edit,
.cid-v4TVkZoWjm .mbr-iconfont {
  color: #ffffff;
}
.cid-v4U1XxUDDl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v4U1XxUDDl .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v4U1XxUDDl .panel-group {
  border: none;
}
.cid-v4U1XxUDDl .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4U1XxUDDl .card-header {
    padding: 0rem;
  }
}
.cid-v4U1XxUDDl .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v4U1XxUDDl .img-col {
  padding: 0;
}
.cid-v4U1XxUDDl .img-item {
  height: 100%;
}
.cid-v4U1XxUDDl img {
  height: 100%;
  object-fit: cover;
}
.cid-v4U1XxUDDl .collapsed span {
  transform: rotate(0deg);
}
.cid-v4U1XxUDDl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4U1XxUDDl p {
  margin-bottom: 0.3rem;
}
.cid-v4U1XxUDDl .panel-title-edit {
  color: #000000;
}
.cid-v4U1XxUDDl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v4U1XxUDDl .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v4U1XxUDDl .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4U1XxUDDl .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v4U1XxUDDl .panel-text {
  color: #ffffff;
}
.cid-v4U1XxUDDl .mbr-section-title {
  text-align: left;
  color: #b44f79;
}
.cid-v4U1XxUDDl .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4U1XxUDDl .panel-title-edit,
.cid-v4U1XxUDDl .mbr-iconfont {
  color: #ffffff;
}
.cid-v4TJqBH0KA {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v4TJqBH0KA {
    align-items: center;
  }
  .cid-v4TJqBH0KA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4TJqBH0KA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4TJqBH0KA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4TJqBH0KA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4TJqBH0KA .content-wrap {
    width: 100%;
  }
}
.cid-v4TJqBH0KA .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v4TJqBH0KA .mbr-text,
.cid-v4TJqBH0KA .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4TG2tGF8m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TG2tGF8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TG2tGF8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TG2tGF8m .img-wrapper {
  text-align: center;
}
.cid-v4TG2tGF8m img {
  margin: auto;
  width: 200px;
}
.cid-v4TG2tGF8m .row {
  align-items: flex-start;
}
.cid-v4TG2tGF8m .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4TG2tGF8m .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4TG2tGF8m .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TG2tGF8m .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4TG2tGF8m .mbr-section-title,
.cid-v4TG2tGF8m .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4TG2tGF8m .content-head {
  max-width: 800px;
}
.cid-v4TwT9iQlI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TwT9iQlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TwT9iQlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TwT9iQlI .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TwT9iQlI .footer-col {
    flex-direction: column;
  }
}
.cid-v4TwT9iQlI .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TwT9iQlI .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TwT9iQlI .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TwT9iQlI .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TwT9iQlI .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TwT9iQlI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TwT9iQlI .soc-item {
  margin: 8px;
}
.cid-v4TwT9iQlI .soc-item a:hover .mbr-iconfont,
.cid-v4TwT9iQlI .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TwT9iQlI .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TwT9iQlI .row {
    text-align: center;
  }
  .cid-v4TwT9iQlI .social-row {
    justify-content: center;
  }
}
.cid-v4TwT9iQlI .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TwT9iQlI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TwT9iQlI .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TwT9iQlI .mbr-text {
  color: #bbbbbb;
}
.cid-v4TwT9iQlI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TwT9iQlI .list,
.cid-v4TwT9iQlI .item-wrap {
  color: #ffffff;
}
.cid-v4TwT9iQlI .copyright {
  color: #ffffff;
}
.cid-v4TzwTDrx6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4TzwTDrx6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TzwTDrx6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4TzwTDrx6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4TzwTDrx6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4TzwTDrx6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4TzwTDrx6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4TzwTDrx6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4TzwTDrx6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4TzwTDrx6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4TzwTDrx6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4TzwTDrx6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4TzwTDrx6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4TzwTDrx6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4TzwTDrx6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4TzwTDrx6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4TzwTDrx6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4TzwTDrx6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4TzwTDrx6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4TzwTDrx6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4TzwTDrx6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4TzwTDrx6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4TzwTDrx6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4TzwTDrx6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TzwTDrx6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4TzwTDrx6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4TzwTDrx6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4TzwTDrx6 .nav-item:focus,
.cid-v4TzwTDrx6 .nav-link:focus {
  outline: none;
}
.cid-v4TzwTDrx6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4TzwTDrx6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4TzwTDrx6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4TzwTDrx6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4TzwTDrx6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4TzwTDrx6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4TzwTDrx6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4TzwTDrx6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4TzwTDrx6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4TzwTDrx6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4TzwTDrx6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4TzwTDrx6 .navbar.collapsed {
  justify-content: center;
}
.cid-v4TzwTDrx6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4TzwTDrx6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4TzwTDrx6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4TzwTDrx6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4TzwTDrx6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4TzwTDrx6 .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-v4TzwTDrx6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4TzwTDrx6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4TzwTDrx6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4TzwTDrx6 .navbar {
    min-height: 72px;
  }
  .cid-v4TzwTDrx6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4TzwTDrx6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4TzwTDrx6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4TzwTDrx6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4TzwTDrx6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4TzwTDrx6 .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-v4TzwTDrx6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4TzwTDrx6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4TzwTDrx6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4TzwTDrx6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4TzwTDrx6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4TzwTDrx6 .dropdown-item.active,
.cid-v4TzwTDrx6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4TzwTDrx6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4TzwTDrx6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4TzwTDrx6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4TzwTDrx6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4TzwTDrx6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4TzwTDrx6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4TzwTDrx6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4TzwTDrx6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4TzwTDrx6 .navbar-buttons {
    text-align: left;
  }
}
.cid-v4TzwTDrx6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4TzwTDrx6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4TzwTDrx6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4TzwTDrx6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4TzwTDrx6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4TzwTDrx6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4TzwTDrx6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4TzwTDrx6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4TzwTDrx6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4TzwTDrx6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4TzwTDrx6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4TzwTDrx6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4TzwTDrx6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4TzwTDrx6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4TzwTDrx6 .navbar {
    height: 70px;
  }
  .cid-v4TzwTDrx6 .navbar.opened {
    height: auto;
  }
  .cid-v4TzwTDrx6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4TzwTDrx6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4TzwTDrx6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4TzwTDrx6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4TzwTDrx6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4TzwTDrx6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4TzwTDrx6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4TzwTDrx6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4TzwTDrx6 .navbar-brand {
    margin-right: auto;
  }
  .cid-v4TzwTDrx6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4TzwTDrx6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4TzwTDrx6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4TzwTDrx6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4TzwTDrx6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4TzwTDrx6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4TzwTDrx6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4TzwTDrx6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4TzwTDrx6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4TzwTDrx6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4TzwTDrx6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4TzwUA24B {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4TzwUA24B .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4TzwUA24B {
    align-items: center;
  }
  .cid-v4TzwUA24B .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4TzwUA24B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4TzwUA24B {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4TzwUA24B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4TzwUA24B .content-wrap {
    width: 100%;
  }
}
.cid-v4TzwUA24B .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4TzwUA24B .mbr-text,
.cid-v4TzwUA24B .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4TzwVd5gO {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4TzwVd5gO .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4TzwVd5gO .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v4TzwVd5gO .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4TBDWEGel {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4TBDWEGel .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4TBDWEGel .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4TBDWEGel .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v86pIoCyVQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v86pIoCyVQ .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v86pIoCyVQ .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v86pIoCyVQ .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4Bh2i2YI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf4Bh2i2YI .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vf4Bh2i2YI .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vf4Bh2i2YI .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4TBYJDz7K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4TBYJDz7K .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4TBYJDz7K .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4TBYJDz7K .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v86qmcd716 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v86qmcd716 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v86qmcd716 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v86qmcd716 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v86rY1EPC6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v86rY1EPC6 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v86rY1EPC6 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v86rY1EPC6 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v86s9CBrKv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v86s9CBrKv .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v86s9CBrKv .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v86s9CBrKv .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v86smb115q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v86smb115q .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v86smb115q .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v86smb115q .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v86supZHKo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v86supZHKo .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v86supZHKo .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v86supZHKo .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v53Wp9jEEf {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v53Wp9jEEf {
    align-items: center;
  }
  .cid-v53Wp9jEEf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v53Wp9jEEf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v53Wp9jEEf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v53Wp9jEEf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v53Wp9jEEf .content-wrap {
    width: 100%;
  }
}
.cid-v53Wp9jEEf .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v53Wp9jEEf .mbr-text,
.cid-v53Wp9jEEf .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4TzwVMOgn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4TzwVMOgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TzwVMOgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TzwVMOgn .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-v4TzwVMOgn .card-title,
.cid-v4TzwVMOgn .iconfont-wrapper {
  color: #232323;
}
.cid-v4TzwVMOgn .card-text {
  color: #232323;
}
.cid-v4TzwVMOgn .mbr-section-title {
  color: #232323;
}
.cid-v4TzwVMOgn .mbr-section-subtitle {
  color: #232323;
}
.cid-v4TzwVMOgn .content-head {
  max-width: 800px;
}
.cid-v4THT8uLE6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4THT8uLE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4THT8uLE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4THT8uLE6 .img-wrapper {
  text-align: center;
}
.cid-v4THT8uLE6 img {
  margin: auto;
  width: 200px;
}
.cid-v4THT8uLE6 .row {
  align-items: flex-start;
}
.cid-v4THT8uLE6 .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4THT8uLE6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4THT8uLE6 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4THT8uLE6 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4THT8uLE6 .mbr-section-title,
.cid-v4THT8uLE6 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4THT8uLE6 .content-head {
  max-width: 800px;
}
.cid-v4TzwXiN2l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4TzwXiN2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TzwXiN2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TzwXiN2l .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4TzwXiN2l .footer-col {
    flex-direction: column;
  }
}
.cid-v4TzwXiN2l .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4TzwXiN2l .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4TzwXiN2l .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TzwXiN2l .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4TzwXiN2l .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4TzwXiN2l .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TzwXiN2l .soc-item {
  margin: 8px;
}
.cid-v4TzwXiN2l .soc-item a:hover .mbr-iconfont,
.cid-v4TzwXiN2l .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4TzwXiN2l .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4TzwXiN2l .row {
    text-align: center;
  }
  .cid-v4TzwXiN2l .social-row {
    justify-content: center;
  }
}
.cid-v4TzwXiN2l .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4TzwXiN2l .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TzwXiN2l .list {
    margin-bottom: 0rem;
  }
}
.cid-v4TzwXiN2l .mbr-text {
  color: #bbbbbb;
}
.cid-v4TzwXiN2l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TzwXiN2l .list,
.cid-v4TzwXiN2l .item-wrap {
  color: #ffffff;
}
.cid-v4TzwXiN2l .copyright {
  color: #ffffff;
}
.cid-v4YJTOd7kT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4YJTOd7kT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4YJTOd7kT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4YJTOd7kT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4YJTOd7kT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4YJTOd7kT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YJTOd7kT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YJTOd7kT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4YJTOd7kT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4YJTOd7kT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4YJTOd7kT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4YJTOd7kT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4YJTOd7kT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4YJTOd7kT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4YJTOd7kT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4YJTOd7kT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4YJTOd7kT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4YJTOd7kT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4YJTOd7kT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4YJTOd7kT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4YJTOd7kT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4YJTOd7kT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4YJTOd7kT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4YJTOd7kT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4YJTOd7kT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4YJTOd7kT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4YJTOd7kT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4YJTOd7kT .nav-item:focus,
.cid-v4YJTOd7kT .nav-link:focus {
  outline: none;
}
.cid-v4YJTOd7kT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4YJTOd7kT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YJTOd7kT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4YJTOd7kT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YJTOd7kT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YJTOd7kT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YJTOd7kT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4YJTOd7kT .navbar.opened {
  transition: all 0.3s;
}
.cid-v4YJTOd7kT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4YJTOd7kT .navbar .navbar-logo img {
  width: auto;
}
.cid-v4YJTOd7kT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4YJTOd7kT .navbar.collapsed {
  justify-content: center;
}
.cid-v4YJTOd7kT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4YJTOd7kT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YJTOd7kT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4YJTOd7kT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YJTOd7kT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YJTOd7kT .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-v4YJTOd7kT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YJTOd7kT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YJTOd7kT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4YJTOd7kT .navbar {
    min-height: 72px;
  }
  .cid-v4YJTOd7kT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4YJTOd7kT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4YJTOd7kT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YJTOd7kT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YJTOd7kT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YJTOd7kT .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-v4YJTOd7kT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4YJTOd7kT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4YJTOd7kT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4YJTOd7kT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4YJTOd7kT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4YJTOd7kT .dropdown-item.active,
.cid-v4YJTOd7kT .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YJTOd7kT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YJTOd7kT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YJTOd7kT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YJTOd7kT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4YJTOd7kT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4YJTOd7kT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4YJTOd7kT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4YJTOd7kT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4YJTOd7kT .navbar-buttons {
    text-align: left;
  }
}
.cid-v4YJTOd7kT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4YJTOd7kT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4YJTOd7kT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YJTOd7kT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YJTOd7kT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YJTOd7kT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YJTOd7kT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YJTOd7kT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4YJTOd7kT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4YJTOd7kT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YJTOd7kT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4YJTOd7kT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4YJTOd7kT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4YJTOd7kT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YJTOd7kT .navbar {
    height: 70px;
  }
  .cid-v4YJTOd7kT .navbar.opened {
    height: auto;
  }
  .cid-v4YJTOd7kT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4YJTOd7kT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4YJTOd7kT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4YJTOd7kT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4YJTOd7kT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4YJTOd7kT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4YJTOd7kT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4YJTOd7kT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4YJTOd7kT .navbar-brand {
    margin-right: auto;
  }
  .cid-v4YJTOd7kT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4YJTOd7kT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4YJTOd7kT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4YJTOd7kT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4YJTOd7kT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4YJTOd7kT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4YJTOd7kT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4YJTOd7kT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4YJTOd7kT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4YJTOd7kT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4YJTOd7kT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4YJTOz8rr {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4YJTOz8rr .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4YJTOz8rr {
    align-items: center;
  }
  .cid-v4YJTOz8rr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4YJTOz8rr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4YJTOz8rr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4YJTOz8rr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4YJTOz8rr .content-wrap {
    width: 100%;
  }
}
.cid-v4YJTOz8rr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4YJTOz8rr .mbr-text,
.cid-v4YJTOz8rr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4YJTOYOVn {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YJTOYOVn .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YJTOYOVn .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YJTOYOVn .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4YJTOYOVn .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4YJTPhb21 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YJTPhb21 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YJTPhb21 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YJTPhb21 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YLXvQlqE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YLXvQlqE .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YLXvQlqE .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YLXvQlqE .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YMlUtuag {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YMlUtuag .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YMlUtuag .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YMlUtuag .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YNjAxops {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YNjAxops .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YNjAxops .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YNjAxops .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YRa0uE6o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YRa0uE6o .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YRa0uE6o .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YRa0uE6o .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YRyz5L7N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YRyz5L7N .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YRyz5L7N .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YRyz5L7N .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YOLy931W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YOLy931W .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YOLy931W .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YOLy931W .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YPBRG4pg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YPBRG4pg .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4YPBRG4pg .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YPBRG4pg .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf5609pbnz {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf5609pbnz {
    align-items: center;
  }
  .cid-vf5609pbnz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf5609pbnz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf5609pbnz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf5609pbnz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf5609pbnz .content-wrap {
    width: 100%;
  }
}
.cid-vf5609pbnz .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf5609pbnz .mbr-text,
.cid-vf5609pbnz .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4YJTRx0Mh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4YJTRx0Mh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YJTRx0Mh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YJTRx0Mh .img-wrapper {
  text-align: center;
}
.cid-v4YJTRx0Mh img {
  margin: auto;
  width: 200px;
}
.cid-v4YJTRx0Mh .row {
  align-items: flex-start;
}
.cid-v4YJTRx0Mh .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4YJTRx0Mh .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4YJTRx0Mh .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4YJTRx0Mh .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4YJTRx0Mh .mbr-section-title,
.cid-v4YJTRx0Mh .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4YJTRx0Mh .content-head {
  max-width: 800px;
}
.cid-v4YJTS2qKh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4YJTS2qKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YJTS2qKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YJTS2qKh .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4YJTS2qKh .footer-col {
    flex-direction: column;
  }
}
.cid-v4YJTS2qKh .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4YJTS2qKh .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4YJTS2qKh .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4YJTS2qKh .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4YJTS2qKh .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4YJTS2qKh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4YJTS2qKh .soc-item {
  margin: 8px;
}
.cid-v4YJTS2qKh .soc-item a:hover .mbr-iconfont,
.cid-v4YJTS2qKh .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4YJTS2qKh .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4YJTS2qKh .row {
    text-align: center;
  }
  .cid-v4YJTS2qKh .social-row {
    justify-content: center;
  }
}
.cid-v4YJTS2qKh .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4YJTS2qKh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4YJTS2qKh .list {
    margin-bottom: 0rem;
  }
}
.cid-v4YJTS2qKh .mbr-text {
  color: #bbbbbb;
}
.cid-v4YJTS2qKh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4YJTS2qKh .list,
.cid-v4YJTS2qKh .item-wrap {
  color: #ffffff;
}
.cid-v4YJTS2qKh .copyright {
  color: #ffffff;
}
.cid-v4YUEVyrsa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4YUEVyrsa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4YUEVyrsa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4YUEVyrsa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4YUEVyrsa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4YUEVyrsa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YUEVyrsa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YUEVyrsa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4YUEVyrsa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4YUEVyrsa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4YUEVyrsa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4YUEVyrsa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4YUEVyrsa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4YUEVyrsa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4YUEVyrsa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4YUEVyrsa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4YUEVyrsa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4YUEVyrsa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4YUEVyrsa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4YUEVyrsa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4YUEVyrsa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4YUEVyrsa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4YUEVyrsa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4YUEVyrsa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4YUEVyrsa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4YUEVyrsa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4YUEVyrsa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4YUEVyrsa .nav-item:focus,
.cid-v4YUEVyrsa .nav-link:focus {
  outline: none;
}
.cid-v4YUEVyrsa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4YUEVyrsa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YUEVyrsa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4YUEVyrsa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YUEVyrsa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YUEVyrsa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YUEVyrsa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4YUEVyrsa .navbar.opened {
  transition: all 0.3s;
}
.cid-v4YUEVyrsa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4YUEVyrsa .navbar .navbar-logo img {
  width: auto;
}
.cid-v4YUEVyrsa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4YUEVyrsa .navbar.collapsed {
  justify-content: center;
}
.cid-v4YUEVyrsa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4YUEVyrsa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YUEVyrsa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4YUEVyrsa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YUEVyrsa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YUEVyrsa .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-v4YUEVyrsa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YUEVyrsa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YUEVyrsa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4YUEVyrsa .navbar {
    min-height: 72px;
  }
  .cid-v4YUEVyrsa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4YUEVyrsa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4YUEVyrsa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YUEVyrsa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YUEVyrsa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YUEVyrsa .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-v4YUEVyrsa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4YUEVyrsa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4YUEVyrsa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4YUEVyrsa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4YUEVyrsa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4YUEVyrsa .dropdown-item.active,
.cid-v4YUEVyrsa .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YUEVyrsa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YUEVyrsa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YUEVyrsa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YUEVyrsa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4YUEVyrsa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4YUEVyrsa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4YUEVyrsa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4YUEVyrsa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4YUEVyrsa .navbar-buttons {
    text-align: left;
  }
}
.cid-v4YUEVyrsa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4YUEVyrsa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4YUEVyrsa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YUEVyrsa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YUEVyrsa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YUEVyrsa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YUEVyrsa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YUEVyrsa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4YUEVyrsa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4YUEVyrsa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YUEVyrsa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4YUEVyrsa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4YUEVyrsa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4YUEVyrsa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YUEVyrsa .navbar {
    height: 70px;
  }
  .cid-v4YUEVyrsa .navbar.opened {
    height: auto;
  }
  .cid-v4YUEVyrsa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4YUEVyrsa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4YUEVyrsa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4YUEVyrsa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4YUEVyrsa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4YUEVyrsa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4YUEVyrsa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4YUEVyrsa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4YUEVyrsa .navbar-brand {
    margin-right: auto;
  }
  .cid-v4YUEVyrsa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4YUEVyrsa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4YUEVyrsa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4YUEVyrsa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4YUEVyrsa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4YUEVyrsa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4YUEVyrsa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4YUEVyrsa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4YUEVyrsa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4YUEVyrsa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4YUEVyrsa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4YUEVYYBF {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4YUEVYYBF .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4YUEVYYBF {
    align-items: center;
  }
  .cid-v4YUEVYYBF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4YUEVYYBF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4YUEVYYBF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4YUEVYYBF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4YUEVYYBF .content-wrap {
    width: 100%;
  }
}
.cid-v4YUEVYYBF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4YUEVYYBF .mbr-text,
.cid-v4YUEVYYBF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4YUEWswTs {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YUEWswTs .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEWswTs .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEWswTs .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4YUEWswTs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4YUEWIboH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YUEWIboH .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEWIboH .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEWIboH .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEX26V3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YUEX26V3 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEX26V3 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEX26V3 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEXmSgp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YUEXmSgp .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEXmSgp .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEXmSgp .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEXJBNM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YUEXJBNM .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEXJBNM .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEXJBNM .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEY3Oc7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YUEY3Oc7 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEY3Oc7 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEY3Oc7 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEYnWsb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YUEYnWsb .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEYnWsb .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEYnWsb .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEYO7TT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YUEYO7TT .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEYO7TT .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEYO7TT .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEZYgXa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YUEZYgXa .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4YUEZYgXa .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YUEZYgXa .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf58hFbhkP {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf58hFbhkP {
    align-items: center;
  }
  .cid-vf58hFbhkP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf58hFbhkP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf58hFbhkP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf58hFbhkP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf58hFbhkP .content-wrap {
    width: 100%;
  }
}
.cid-vf58hFbhkP .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf58hFbhkP .mbr-text,
.cid-vf58hFbhkP .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4YUF0oqqh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4YUF0oqqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YUF0oqqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YUF0oqqh .img-wrapper {
  text-align: center;
}
.cid-v4YUF0oqqh img {
  margin: auto;
  width: 200px;
}
.cid-v4YUF0oqqh .row {
  align-items: flex-start;
}
.cid-v4YUF0oqqh .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4YUF0oqqh .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4YUF0oqqh .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4YUF0oqqh .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4YUF0oqqh .mbr-section-title,
.cid-v4YUF0oqqh .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4YUF0oqqh .content-head {
  max-width: 800px;
}
.cid-v4YUF0UF1I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4YUF0UF1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YUF0UF1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YUF0UF1I .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4YUF0UF1I .footer-col {
    flex-direction: column;
  }
}
.cid-v4YUF0UF1I .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4YUF0UF1I .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4YUF0UF1I .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4YUF0UF1I .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4YUF0UF1I .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4YUF0UF1I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4YUF0UF1I .soc-item {
  margin: 8px;
}
.cid-v4YUF0UF1I .soc-item a:hover .mbr-iconfont,
.cid-v4YUF0UF1I .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4YUF0UF1I .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4YUF0UF1I .row {
    text-align: center;
  }
  .cid-v4YUF0UF1I .social-row {
    justify-content: center;
  }
}
.cid-v4YUF0UF1I .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4YUF0UF1I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4YUF0UF1I .list {
    margin-bottom: 0rem;
  }
}
.cid-v4YUF0UF1I .mbr-text {
  color: #bbbbbb;
}
.cid-v4YUF0UF1I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4YUF0UF1I .list,
.cid-v4YUF0UF1I .item-wrap {
  color: #ffffff;
}
.cid-v4YUF0UF1I .copyright {
  color: #ffffff;
}
.cid-v4YXHleUBu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4YXHleUBu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4YXHleUBu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4YXHleUBu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4YXHleUBu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4YXHleUBu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YXHleUBu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YXHleUBu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4YXHleUBu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4YXHleUBu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4YXHleUBu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4YXHleUBu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4YXHleUBu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4YXHleUBu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4YXHleUBu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4YXHleUBu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4YXHleUBu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4YXHleUBu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4YXHleUBu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4YXHleUBu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4YXHleUBu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4YXHleUBu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4YXHleUBu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4YXHleUBu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4YXHleUBu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4YXHleUBu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4YXHleUBu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4YXHleUBu .nav-item:focus,
.cid-v4YXHleUBu .nav-link:focus {
  outline: none;
}
.cid-v4YXHleUBu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4YXHleUBu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YXHleUBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4YXHleUBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YXHleUBu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YXHleUBu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YXHleUBu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4YXHleUBu .navbar.opened {
  transition: all 0.3s;
}
.cid-v4YXHleUBu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4YXHleUBu .navbar .navbar-logo img {
  width: auto;
}
.cid-v4YXHleUBu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4YXHleUBu .navbar.collapsed {
  justify-content: center;
}
.cid-v4YXHleUBu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4YXHleUBu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YXHleUBu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4YXHleUBu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YXHleUBu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YXHleUBu .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-v4YXHleUBu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YXHleUBu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YXHleUBu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4YXHleUBu .navbar {
    min-height: 72px;
  }
  .cid-v4YXHleUBu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4YXHleUBu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4YXHleUBu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YXHleUBu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YXHleUBu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YXHleUBu .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-v4YXHleUBu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4YXHleUBu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4YXHleUBu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4YXHleUBu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4YXHleUBu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4YXHleUBu .dropdown-item.active,
.cid-v4YXHleUBu .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YXHleUBu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YXHleUBu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YXHleUBu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YXHleUBu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4YXHleUBu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4YXHleUBu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4YXHleUBu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4YXHleUBu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4YXHleUBu .navbar-buttons {
    text-align: left;
  }
}
.cid-v4YXHleUBu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4YXHleUBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4YXHleUBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YXHleUBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YXHleUBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YXHleUBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YXHleUBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YXHleUBu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4YXHleUBu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4YXHleUBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YXHleUBu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4YXHleUBu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4YXHleUBu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4YXHleUBu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YXHleUBu .navbar {
    height: 70px;
  }
  .cid-v4YXHleUBu .navbar.opened {
    height: auto;
  }
  .cid-v4YXHleUBu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4YXHleUBu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4YXHleUBu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4YXHleUBu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4YXHleUBu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4YXHleUBu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4YXHleUBu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4YXHleUBu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4YXHleUBu .navbar-brand {
    margin-right: auto;
  }
  .cid-v4YXHleUBu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4YXHleUBu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4YXHleUBu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4YXHleUBu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4YXHleUBu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4YXHleUBu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4YXHleUBu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4YXHleUBu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4YXHleUBu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4YXHleUBu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4YXHleUBu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4YXHlHbF7 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4YXHlHbF7 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4YXHlHbF7 {
    align-items: center;
  }
  .cid-v4YXHlHbF7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4YXHlHbF7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4YXHlHbF7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4YXHlHbF7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4YXHlHbF7 .content-wrap {
    width: 100%;
  }
}
.cid-v4YXHlHbF7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4YXHlHbF7 .mbr-text,
.cid-v4YXHlHbF7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4YXHmbjrO {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YXHmbjrO .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHmbjrO .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHmbjrO .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4YXHmbjrO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4YXHmvlrY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YXHmvlrY .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHmvlrY .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHmvlrY .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHmX1O9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YXHmX1O9 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHmX1O9 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHmX1O9 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHnnnif {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YXHnnnif .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHnnnif .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHnnnif .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHnTWsk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YXHnTWsk .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHnTWsk .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHnTWsk .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHoqe13 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YXHoqe13 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHoqe13 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YXHoqe13 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vf5sm5GGmc {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf5sm5GGmc {
    align-items: center;
  }
  .cid-vf5sm5GGmc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf5sm5GGmc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf5sm5GGmc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf5sm5GGmc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf5sm5GGmc .content-wrap {
    width: 100%;
  }
}
.cid-vf5sm5GGmc .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf5sm5GGmc .mbr-text,
.cid-vf5sm5GGmc .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4YXHrOFxB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4YXHrOFxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YXHrOFxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YXHrOFxB .img-wrapper {
  text-align: center;
}
.cid-v4YXHrOFxB img {
  margin: auto;
  width: 200px;
}
.cid-v4YXHrOFxB .row {
  align-items: flex-start;
}
.cid-v4YXHrOFxB .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4YXHrOFxB .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4YXHrOFxB .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4YXHrOFxB .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4YXHrOFxB .mbr-section-title,
.cid-v4YXHrOFxB .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4YXHrOFxB .content-head {
  max-width: 800px;
}
.cid-v4YXHsnEl2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4YXHsnEl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YXHsnEl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YXHsnEl2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4YXHsnEl2 .footer-col {
    flex-direction: column;
  }
}
.cid-v4YXHsnEl2 .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4YXHsnEl2 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4YXHsnEl2 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4YXHsnEl2 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4YXHsnEl2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4YXHsnEl2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4YXHsnEl2 .soc-item {
  margin: 8px;
}
.cid-v4YXHsnEl2 .soc-item a:hover .mbr-iconfont,
.cid-v4YXHsnEl2 .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4YXHsnEl2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4YXHsnEl2 .row {
    text-align: center;
  }
  .cid-v4YXHsnEl2 .social-row {
    justify-content: center;
  }
}
.cid-v4YXHsnEl2 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4YXHsnEl2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4YXHsnEl2 .list {
    margin-bottom: 0rem;
  }
}
.cid-v4YXHsnEl2 .mbr-text {
  color: #bbbbbb;
}
.cid-v4YXHsnEl2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4YXHsnEl2 .list,
.cid-v4YXHsnEl2 .item-wrap {
  color: #ffffff;
}
.cid-v4YXHsnEl2 .copyright {
  color: #ffffff;
}
.cid-v4YZSxZ3jk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4YZSxZ3jk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4YZSxZ3jk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4YZSxZ3jk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4YZSxZ3jk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4YZSxZ3jk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YZSxZ3jk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YZSxZ3jk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4YZSxZ3jk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4YZSxZ3jk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4YZSxZ3jk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4YZSxZ3jk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4YZSxZ3jk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4YZSxZ3jk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4YZSxZ3jk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4YZSxZ3jk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4YZSxZ3jk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4YZSxZ3jk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4YZSxZ3jk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4YZSxZ3jk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4YZSxZ3jk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4YZSxZ3jk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4YZSxZ3jk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4YZSxZ3jk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4YZSxZ3jk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4YZSxZ3jk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4YZSxZ3jk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4YZSxZ3jk .nav-item:focus,
.cid-v4YZSxZ3jk .nav-link:focus {
  outline: none;
}
.cid-v4YZSxZ3jk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4YZSxZ3jk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YZSxZ3jk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4YZSxZ3jk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YZSxZ3jk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YZSxZ3jk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YZSxZ3jk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4YZSxZ3jk .navbar.opened {
  transition: all 0.3s;
}
.cid-v4YZSxZ3jk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4YZSxZ3jk .navbar .navbar-logo img {
  width: auto;
}
.cid-v4YZSxZ3jk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4YZSxZ3jk .navbar.collapsed {
  justify-content: center;
}
.cid-v4YZSxZ3jk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4YZSxZ3jk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YZSxZ3jk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4YZSxZ3jk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YZSxZ3jk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YZSxZ3jk .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-v4YZSxZ3jk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YZSxZ3jk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YZSxZ3jk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4YZSxZ3jk .navbar {
    min-height: 72px;
  }
  .cid-v4YZSxZ3jk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4YZSxZ3jk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4YZSxZ3jk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YZSxZ3jk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YZSxZ3jk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YZSxZ3jk .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-v4YZSxZ3jk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4YZSxZ3jk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4YZSxZ3jk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4YZSxZ3jk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4YZSxZ3jk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4YZSxZ3jk .dropdown-item.active,
.cid-v4YZSxZ3jk .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YZSxZ3jk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YZSxZ3jk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YZSxZ3jk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YZSxZ3jk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4YZSxZ3jk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4YZSxZ3jk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4YZSxZ3jk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4YZSxZ3jk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4YZSxZ3jk .navbar-buttons {
    text-align: left;
  }
}
.cid-v4YZSxZ3jk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4YZSxZ3jk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4YZSxZ3jk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YZSxZ3jk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YZSxZ3jk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YZSxZ3jk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YZSxZ3jk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YZSxZ3jk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4YZSxZ3jk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4YZSxZ3jk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YZSxZ3jk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4YZSxZ3jk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4YZSxZ3jk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4YZSxZ3jk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YZSxZ3jk .navbar {
    height: 70px;
  }
  .cid-v4YZSxZ3jk .navbar.opened {
    height: auto;
  }
  .cid-v4YZSxZ3jk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4YZSxZ3jk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4YZSxZ3jk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4YZSxZ3jk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4YZSxZ3jk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4YZSxZ3jk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4YZSxZ3jk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4YZSxZ3jk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4YZSxZ3jk .navbar-brand {
    margin-right: auto;
  }
  .cid-v4YZSxZ3jk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4YZSxZ3jk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4YZSxZ3jk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4YZSxZ3jk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4YZSxZ3jk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4YZSxZ3jk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4YZSxZ3jk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4YZSxZ3jk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4YZSxZ3jk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4YZSxZ3jk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4YZSxZ3jk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4YZSyqtgI {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4YZSyqtgI .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4YZSyqtgI {
    align-items: center;
  }
  .cid-v4YZSyqtgI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4YZSyqtgI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4YZSyqtgI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4YZSyqtgI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4YZSyqtgI .content-wrap {
    width: 100%;
  }
}
.cid-v4YZSyqtgI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4YZSyqtgI .mbr-text,
.cid-v4YZSyqtgI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4YZSyRXIy {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YZSyRXIy .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSyRXIy .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSyRXIy .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4YZSyRXIy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4YZSzdeio {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YZSzdeio .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSzdeio .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSzdeio .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSzBnM7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YZSzBnM7 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSzBnM7 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSzBnM7 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSA2wHi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YZSA2wHi .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSA2wHi .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSA2wHi .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSAGcZL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YZSAGcZL .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSAGcZL .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSAGcZL .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSBDtw3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YZSBDtw3 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSBDtw3 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSBDtw3 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSC7O9J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YZSC7O9J .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSC7O9J .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSC7O9J .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSDWl7t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YZSDWl7t .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4YZSDWl7t .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4YZSDWl7t .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4JpNowf5 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4JpNowf5 {
    align-items: center;
  }
  .cid-vf4JpNowf5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4JpNowf5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4JpNowf5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4JpNowf5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4JpNowf5 .content-wrap {
    width: 100%;
  }
}
.cid-vf4JpNowf5 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4JpNowf5 .mbr-text,
.cid-vf4JpNowf5 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vf4JqrKHvF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vf4JqrKHvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4JqrKHvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4JqrKHvF .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vf4JqrKHvF .card-title,
.cid-vf4JqrKHvF .iconfont-wrapper {
  color: #232323;
}
.cid-vf4JqrKHvF .card-text {
  color: #232323;
}
.cid-vf4JqrKHvF .mbr-section-title {
  color: #232323;
}
.cid-vf4JqrKHvF .mbr-section-subtitle {
  color: #232323;
}
.cid-vf4JqrKHvF .content-head {
  max-width: 800px;
}
.cid-v4YZSEtsJj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4YZSEtsJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YZSEtsJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YZSEtsJj .img-wrapper {
  text-align: center;
}
.cid-v4YZSEtsJj img {
  margin: auto;
  width: 200px;
}
.cid-v4YZSEtsJj .row {
  align-items: flex-start;
}
.cid-v4YZSEtsJj .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4YZSEtsJj .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4YZSEtsJj .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4YZSEtsJj .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4YZSEtsJj .mbr-section-title,
.cid-v4YZSEtsJj .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4YZSEtsJj .content-head {
  max-width: 800px;
}
.cid-v4YZSEY3QV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4YZSEY3QV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YZSEY3QV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YZSEY3QV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4YZSEY3QV .footer-col {
    flex-direction: column;
  }
}
.cid-v4YZSEY3QV .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4YZSEY3QV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4YZSEY3QV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4YZSEY3QV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4YZSEY3QV .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4YZSEY3QV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4YZSEY3QV .soc-item {
  margin: 8px;
}
.cid-v4YZSEY3QV .soc-item a:hover .mbr-iconfont,
.cid-v4YZSEY3QV .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4YZSEY3QV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4YZSEY3QV .row {
    text-align: center;
  }
  .cid-v4YZSEY3QV .social-row {
    justify-content: center;
  }
}
.cid-v4YZSEY3QV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4YZSEY3QV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4YZSEY3QV .list {
    margin-bottom: 0rem;
  }
}
.cid-v4YZSEY3QV .mbr-text {
  color: #bbbbbb;
}
.cid-v4YZSEY3QV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4YZSEY3QV .list,
.cid-v4YZSEY3QV .item-wrap {
  color: #ffffff;
}
.cid-v4YZSEY3QV .copyright {
  color: #ffffff;
}
.cid-v4Z1Np1iCl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4Z1Np1iCl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4Z1Np1iCl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4Z1Np1iCl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4Z1Np1iCl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4Z1Np1iCl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4Z1Np1iCl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Z1Np1iCl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4Z1Np1iCl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4Z1Np1iCl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4Z1Np1iCl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4Z1Np1iCl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4Z1Np1iCl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4Z1Np1iCl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4Z1Np1iCl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4Z1Np1iCl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4Z1Np1iCl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4Z1Np1iCl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4Z1Np1iCl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4Z1Np1iCl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4Z1Np1iCl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4Z1Np1iCl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4Z1Np1iCl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4Z1Np1iCl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Z1Np1iCl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4Z1Np1iCl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4Z1Np1iCl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4Z1Np1iCl .nav-item:focus,
.cid-v4Z1Np1iCl .nav-link:focus {
  outline: none;
}
.cid-v4Z1Np1iCl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Z1Np1iCl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4Z1Np1iCl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Z1Np1iCl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Z1Np1iCl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Z1Np1iCl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Z1Np1iCl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4Z1Np1iCl .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Z1Np1iCl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4Z1Np1iCl .navbar .navbar-logo img {
  width: auto;
}
.cid-v4Z1Np1iCl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4Z1Np1iCl .navbar.collapsed {
  justify-content: center;
}
.cid-v4Z1Np1iCl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Z1Np1iCl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4Z1Np1iCl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4Z1Np1iCl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Z1Np1iCl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Z1Np1iCl .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-v4Z1Np1iCl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Z1Np1iCl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Z1Np1iCl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4Z1Np1iCl .navbar {
    min-height: 72px;
  }
  .cid-v4Z1Np1iCl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4Z1Np1iCl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Z1Np1iCl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Z1Np1iCl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Z1Np1iCl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Z1Np1iCl .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-v4Z1Np1iCl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4Z1Np1iCl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4Z1Np1iCl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Z1Np1iCl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Z1Np1iCl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4Z1Np1iCl .dropdown-item.active,
.cid-v4Z1Np1iCl .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Z1Np1iCl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Z1Np1iCl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Z1Np1iCl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Z1Np1iCl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4Z1Np1iCl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4Z1Np1iCl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4Z1Np1iCl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4Z1Np1iCl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4Z1Np1iCl .navbar-buttons {
    text-align: left;
  }
}
.cid-v4Z1Np1iCl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4Z1Np1iCl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4Z1Np1iCl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4Z1Np1iCl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Z1Np1iCl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Z1Np1iCl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4Z1Np1iCl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Z1Np1iCl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Z1Np1iCl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Z1Np1iCl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Z1Np1iCl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4Z1Np1iCl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Z1Np1iCl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4Z1Np1iCl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4Z1Np1iCl .navbar {
    height: 70px;
  }
  .cid-v4Z1Np1iCl .navbar.opened {
    height: auto;
  }
  .cid-v4Z1Np1iCl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Z1Np1iCl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4Z1Np1iCl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4Z1Np1iCl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4Z1Np1iCl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4Z1Np1iCl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4Z1Np1iCl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4Z1Np1iCl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4Z1Np1iCl .navbar-brand {
    margin-right: auto;
  }
  .cid-v4Z1Np1iCl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4Z1Np1iCl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4Z1Np1iCl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4Z1Np1iCl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4Z1Np1iCl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4Z1Np1iCl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4Z1Np1iCl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4Z1Np1iCl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4Z1Np1iCl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4Z1Np1iCl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4Z1Np1iCl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4Z1Npm9m1 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4Z1Npm9m1 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4Z1Npm9m1 {
    align-items: center;
  }
  .cid-v4Z1Npm9m1 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4Z1Npm9m1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4Z1Npm9m1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4Z1Npm9m1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4Z1Npm9m1 .content-wrap {
    width: 100%;
  }
}
.cid-v4Z1Npm9m1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4Z1Npm9m1 .mbr-text,
.cid-v4Z1Npm9m1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4Z1NpPjXB {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z1NpPjXB .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1NpPjXB .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1NpPjXB .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4Z1NpPjXB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4Z1Nq6Rnq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z1Nq6Rnq .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1Nq6Rnq .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1Nq6Rnq .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1Nqrpkj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z1Nqrpkj .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1Nqrpkj .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1Nqrpkj .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1NqNXfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z1NqNXfH .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1NqNXfH .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1NqNXfH .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1Nraqlf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z1Nraqlf .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1Nraqlf .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1Nraqlf .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1NrwVrY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z1NrwVrY .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1NrwVrY .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z1NrwVrY .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5484alXvR {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v5484alXvR {
    align-items: center;
  }
  .cid-v5484alXvR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5484alXvR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5484alXvR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5484alXvR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5484alXvR .content-wrap {
    width: 100%;
  }
}
.cid-v5484alXvR .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v5484alXvR .mbr-text,
.cid-v5484alXvR .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4Z1NtWuNR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Z1NtWuNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z1NtWuNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Z1NtWuNR .img-wrapper {
  text-align: center;
}
.cid-v4Z1NtWuNR img {
  margin: auto;
  width: 200px;
}
.cid-v4Z1NtWuNR .row {
  align-items: flex-start;
}
.cid-v4Z1NtWuNR .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4Z1NtWuNR .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4Z1NtWuNR .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Z1NtWuNR .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4Z1NtWuNR .mbr-section-title,
.cid-v4Z1NtWuNR .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4Z1NtWuNR .content-head {
  max-width: 800px;
}
.cid-v4Z1NutyNA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Z1NutyNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z1NutyNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Z1NutyNA .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4Z1NutyNA .footer-col {
    flex-direction: column;
  }
}
.cid-v4Z1NutyNA .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4Z1NutyNA .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Z1NutyNA .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Z1NutyNA .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Z1NutyNA .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4Z1NutyNA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4Z1NutyNA .soc-item {
  margin: 8px;
}
.cid-v4Z1NutyNA .soc-item a:hover .mbr-iconfont,
.cid-v4Z1NutyNA .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4Z1NutyNA .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4Z1NutyNA .row {
    text-align: center;
  }
  .cid-v4Z1NutyNA .social-row {
    justify-content: center;
  }
}
.cid-v4Z1NutyNA .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4Z1NutyNA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Z1NutyNA .list {
    margin-bottom: 0rem;
  }
}
.cid-v4Z1NutyNA .mbr-text {
  color: #bbbbbb;
}
.cid-v4Z1NutyNA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4Z1NutyNA .list,
.cid-v4Z1NutyNA .item-wrap {
  color: #ffffff;
}
.cid-v4Z1NutyNA .copyright {
  color: #ffffff;
}
.cid-v4Z41qOaCO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4Z41qOaCO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4Z41qOaCO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4Z41qOaCO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4Z41qOaCO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4Z41qOaCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4Z41qOaCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Z41qOaCO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4Z41qOaCO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4Z41qOaCO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4Z41qOaCO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4Z41qOaCO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4Z41qOaCO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4Z41qOaCO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4Z41qOaCO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4Z41qOaCO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4Z41qOaCO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4Z41qOaCO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4Z41qOaCO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4Z41qOaCO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4Z41qOaCO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4Z41qOaCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4Z41qOaCO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4Z41qOaCO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Z41qOaCO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4Z41qOaCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4Z41qOaCO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4Z41qOaCO .nav-item:focus,
.cid-v4Z41qOaCO .nav-link:focus {
  outline: none;
}
.cid-v4Z41qOaCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Z41qOaCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4Z41qOaCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Z41qOaCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Z41qOaCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Z41qOaCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Z41qOaCO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4Z41qOaCO .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Z41qOaCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4Z41qOaCO .navbar .navbar-logo img {
  width: auto;
}
.cid-v4Z41qOaCO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4Z41qOaCO .navbar.collapsed {
  justify-content: center;
}
.cid-v4Z41qOaCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Z41qOaCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4Z41qOaCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4Z41qOaCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Z41qOaCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Z41qOaCO .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-v4Z41qOaCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Z41qOaCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Z41qOaCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4Z41qOaCO .navbar {
    min-height: 72px;
  }
  .cid-v4Z41qOaCO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4Z41qOaCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Z41qOaCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Z41qOaCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Z41qOaCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Z41qOaCO .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-v4Z41qOaCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4Z41qOaCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4Z41qOaCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Z41qOaCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Z41qOaCO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4Z41qOaCO .dropdown-item.active,
.cid-v4Z41qOaCO .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Z41qOaCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Z41qOaCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Z41qOaCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Z41qOaCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4Z41qOaCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4Z41qOaCO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4Z41qOaCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4Z41qOaCO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4Z41qOaCO .navbar-buttons {
    text-align: left;
  }
}
.cid-v4Z41qOaCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4Z41qOaCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4Z41qOaCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4Z41qOaCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Z41qOaCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Z41qOaCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4Z41qOaCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Z41qOaCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Z41qOaCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Z41qOaCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Z41qOaCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4Z41qOaCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Z41qOaCO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4Z41qOaCO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4Z41qOaCO .navbar {
    height: 70px;
  }
  .cid-v4Z41qOaCO .navbar.opened {
    height: auto;
  }
  .cid-v4Z41qOaCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Z41qOaCO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4Z41qOaCO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4Z41qOaCO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4Z41qOaCO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4Z41qOaCO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4Z41qOaCO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4Z41qOaCO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4Z41qOaCO .navbar-brand {
    margin-right: auto;
  }
  .cid-v4Z41qOaCO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4Z41qOaCO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4Z41qOaCO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4Z41qOaCO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4Z41qOaCO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4Z41qOaCO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4Z41qOaCO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4Z41qOaCO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4Z41qOaCO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4Z41qOaCO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4Z41qOaCO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4Z41rervf {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4Z41rervf .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4Z41rervf {
    align-items: center;
  }
  .cid-v4Z41rervf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4Z41rervf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4Z41rervf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4Z41rervf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4Z41rervf .content-wrap {
    width: 100%;
  }
}
.cid-v4Z41rervf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4Z41rervf .mbr-text,
.cid-v4Z41rervf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4Z41rHcxo {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z41rHcxo .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41rHcxo .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41rHcxo .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4Z41rHcxo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4Z41s2Ho5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z41s2Ho5 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41s2Ho5 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41s2Ho5 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41ssvHg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z41ssvHg .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41ssvHg .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41ssvHg .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41sRcIf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z41sRcIf .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41sRcIf .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41sRcIf .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41tgXCw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z41tgXCw .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41tgXCw .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41tgXCw .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41tIWja {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z41tIWja .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41tIWja .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41tIWja .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41u6ytk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z41u6ytk .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41u6ytk .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z41u6ytk .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vf5p6qQqjF {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf5p6qQqjF {
    align-items: center;
  }
  .cid-vf5p6qQqjF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf5p6qQqjF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf5p6qQqjF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf5p6qQqjF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf5p6qQqjF .content-wrap {
    width: 100%;
  }
}
.cid-vf5p6qQqjF .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf5p6qQqjF .mbr-text,
.cid-vf5p6qQqjF .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4Z41wA2YR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Z41wA2YR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z41wA2YR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Z41wA2YR .img-wrapper {
  text-align: center;
}
.cid-v4Z41wA2YR img {
  margin: auto;
  width: 200px;
}
.cid-v4Z41wA2YR .row {
  align-items: flex-start;
}
.cid-v4Z41wA2YR .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4Z41wA2YR .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4Z41wA2YR .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Z41wA2YR .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4Z41wA2YR .mbr-section-title,
.cid-v4Z41wA2YR .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4Z41wA2YR .content-head {
  max-width: 800px;
}
.cid-v4Z41xhcbc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Z41xhcbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z41xhcbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Z41xhcbc .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4Z41xhcbc .footer-col {
    flex-direction: column;
  }
}
.cid-v4Z41xhcbc .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4Z41xhcbc .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Z41xhcbc .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Z41xhcbc .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Z41xhcbc .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4Z41xhcbc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4Z41xhcbc .soc-item {
  margin: 8px;
}
.cid-v4Z41xhcbc .soc-item a:hover .mbr-iconfont,
.cid-v4Z41xhcbc .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4Z41xhcbc .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4Z41xhcbc .row {
    text-align: center;
  }
  .cid-v4Z41xhcbc .social-row {
    justify-content: center;
  }
}
.cid-v4Z41xhcbc .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4Z41xhcbc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Z41xhcbc .list {
    margin-bottom: 0rem;
  }
}
.cid-v4Z41xhcbc .mbr-text {
  color: #bbbbbb;
}
.cid-v4Z41xhcbc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4Z41xhcbc .list,
.cid-v4Z41xhcbc .item-wrap {
  color: #ffffff;
}
.cid-v4Z41xhcbc .copyright {
  color: #ffffff;
}
.cid-v4Z5O5t0qQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4Z5O5t0qQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4Z5O5t0qQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4Z5O5t0qQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4Z5O5t0qQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4Z5O5t0qQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4Z5O5t0qQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Z5O5t0qQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4Z5O5t0qQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4Z5O5t0qQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4Z5O5t0qQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4Z5O5t0qQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4Z5O5t0qQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4Z5O5t0qQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4Z5O5t0qQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4Z5O5t0qQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4Z5O5t0qQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4Z5O5t0qQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4Z5O5t0qQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4Z5O5t0qQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4Z5O5t0qQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4Z5O5t0qQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4Z5O5t0qQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4Z5O5t0qQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Z5O5t0qQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4Z5O5t0qQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4Z5O5t0qQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4Z5O5t0qQ .nav-item:focus,
.cid-v4Z5O5t0qQ .nav-link:focus {
  outline: none;
}
.cid-v4Z5O5t0qQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Z5O5t0qQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4Z5O5t0qQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Z5O5t0qQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Z5O5t0qQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Z5O5t0qQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Z5O5t0qQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4Z5O5t0qQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Z5O5t0qQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4Z5O5t0qQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v4Z5O5t0qQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4Z5O5t0qQ .navbar.collapsed {
  justify-content: center;
}
.cid-v4Z5O5t0qQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Z5O5t0qQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4Z5O5t0qQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4Z5O5t0qQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Z5O5t0qQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Z5O5t0qQ .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-v4Z5O5t0qQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Z5O5t0qQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Z5O5t0qQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4Z5O5t0qQ .navbar {
    min-height: 72px;
  }
  .cid-v4Z5O5t0qQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4Z5O5t0qQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Z5O5t0qQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Z5O5t0qQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Z5O5t0qQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Z5O5t0qQ .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-v4Z5O5t0qQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4Z5O5t0qQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4Z5O5t0qQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Z5O5t0qQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Z5O5t0qQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4Z5O5t0qQ .dropdown-item.active,
.cid-v4Z5O5t0qQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Z5O5t0qQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Z5O5t0qQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Z5O5t0qQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Z5O5t0qQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4Z5O5t0qQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4Z5O5t0qQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4Z5O5t0qQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4Z5O5t0qQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4Z5O5t0qQ .navbar-buttons {
    text-align: left;
  }
}
.cid-v4Z5O5t0qQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4Z5O5t0qQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4Z5O5t0qQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4Z5O5t0qQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Z5O5t0qQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Z5O5t0qQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4Z5O5t0qQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Z5O5t0qQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Z5O5t0qQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Z5O5t0qQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Z5O5t0qQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4Z5O5t0qQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Z5O5t0qQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4Z5O5t0qQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4Z5O5t0qQ .navbar {
    height: 70px;
  }
  .cid-v4Z5O5t0qQ .navbar.opened {
    height: auto;
  }
  .cid-v4Z5O5t0qQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Z5O5t0qQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4Z5O5t0qQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4Z5O5t0qQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4Z5O5t0qQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4Z5O5t0qQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4Z5O5t0qQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4Z5O5t0qQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4Z5O5t0qQ .navbar-brand {
    margin-right: auto;
  }
  .cid-v4Z5O5t0qQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4Z5O5t0qQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4Z5O5t0qQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4Z5O5t0qQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4Z5O5t0qQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4Z5O5t0qQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4Z5O5t0qQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4Z5O5t0qQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4Z5O5t0qQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4Z5O5t0qQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4Z5O5t0qQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4Z5O5R00n {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4Z5O5R00n .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4Z5O5R00n {
    align-items: center;
  }
  .cid-v4Z5O5R00n .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4Z5O5R00n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4Z5O5R00n {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4Z5O5R00n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4Z5O5R00n .content-wrap {
    width: 100%;
  }
}
.cid-v4Z5O5R00n .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4Z5O5R00n .mbr-text,
.cid-v4Z5O5R00n .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4Z5O6eUR1 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z5O6eUR1 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O6eUR1 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O6eUR1 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4Z5O6eUR1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4Z5O6xa4U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z5O6xa4U .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O6xa4U .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O6xa4U .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O6SJQA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z5O6SJQA .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O6SJQA .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O6SJQA .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O7jQyh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z5O7jQyh .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O7jQyh .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O7jQyh .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O7F1TF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z5O7F1TF .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O7F1TF .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O7F1TF .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O81FpF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z5O81FpF .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O81FpF .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O81FpF .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O8nknc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z5O8nknc .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O8nknc .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z5O8nknc .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vf5rRKr2Am {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf5rRKr2Am {
    align-items: center;
  }
  .cid-vf5rRKr2Am .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf5rRKr2Am .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf5rRKr2Am {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf5rRKr2Am .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf5rRKr2Am .content-wrap {
    width: 100%;
  }
}
.cid-vf5rRKr2Am .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf5rRKr2Am .mbr-text,
.cid-vf5rRKr2Am .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4Z5OamqRS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Z5OamqRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z5OamqRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Z5OamqRS .img-wrapper {
  text-align: center;
}
.cid-v4Z5OamqRS img {
  margin: auto;
  width: 200px;
}
.cid-v4Z5OamqRS .row {
  align-items: flex-start;
}
.cid-v4Z5OamqRS .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4Z5OamqRS .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4Z5OamqRS .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Z5OamqRS .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4Z5OamqRS .mbr-section-title,
.cid-v4Z5OamqRS .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4Z5OamqRS .content-head {
  max-width: 800px;
}
.cid-v4Z5OaUo5d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Z5OaUo5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z5OaUo5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Z5OaUo5d .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4Z5OaUo5d .footer-col {
    flex-direction: column;
  }
}
.cid-v4Z5OaUo5d .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4Z5OaUo5d .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Z5OaUo5d .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Z5OaUo5d .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Z5OaUo5d .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4Z5OaUo5d .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4Z5OaUo5d .soc-item {
  margin: 8px;
}
.cid-v4Z5OaUo5d .soc-item a:hover .mbr-iconfont,
.cid-v4Z5OaUo5d .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4Z5OaUo5d .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4Z5OaUo5d .row {
    text-align: center;
  }
  .cid-v4Z5OaUo5d .social-row {
    justify-content: center;
  }
}
.cid-v4Z5OaUo5d .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4Z5OaUo5d .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Z5OaUo5d .list {
    margin-bottom: 0rem;
  }
}
.cid-v4Z5OaUo5d .mbr-text {
  color: #bbbbbb;
}
.cid-v4Z5OaUo5d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4Z5OaUo5d .list,
.cid-v4Z5OaUo5d .item-wrap {
  color: #ffffff;
}
.cid-v4Z5OaUo5d .copyright {
  color: #ffffff;
}
.cid-v4Z85l8wYP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4Z85l8wYP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4Z85l8wYP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4Z85l8wYP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4Z85l8wYP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4Z85l8wYP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4Z85l8wYP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Z85l8wYP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4Z85l8wYP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4Z85l8wYP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4Z85l8wYP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4Z85l8wYP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4Z85l8wYP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4Z85l8wYP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4Z85l8wYP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4Z85l8wYP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4Z85l8wYP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4Z85l8wYP .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4Z85l8wYP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4Z85l8wYP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4Z85l8wYP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4Z85l8wYP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4Z85l8wYP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4Z85l8wYP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Z85l8wYP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4Z85l8wYP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4Z85l8wYP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4Z85l8wYP .nav-item:focus,
.cid-v4Z85l8wYP .nav-link:focus {
  outline: none;
}
.cid-v4Z85l8wYP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Z85l8wYP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4Z85l8wYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Z85l8wYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Z85l8wYP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Z85l8wYP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Z85l8wYP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4Z85l8wYP .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Z85l8wYP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4Z85l8wYP .navbar .navbar-logo img {
  width: auto;
}
.cid-v4Z85l8wYP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4Z85l8wYP .navbar.collapsed {
  justify-content: center;
}
.cid-v4Z85l8wYP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Z85l8wYP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4Z85l8wYP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4Z85l8wYP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Z85l8wYP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Z85l8wYP .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-v4Z85l8wYP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Z85l8wYP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Z85l8wYP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4Z85l8wYP .navbar {
    min-height: 72px;
  }
  .cid-v4Z85l8wYP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4Z85l8wYP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Z85l8wYP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Z85l8wYP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Z85l8wYP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Z85l8wYP .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-v4Z85l8wYP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4Z85l8wYP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4Z85l8wYP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Z85l8wYP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Z85l8wYP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4Z85l8wYP .dropdown-item.active,
.cid-v4Z85l8wYP .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Z85l8wYP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Z85l8wYP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Z85l8wYP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Z85l8wYP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4Z85l8wYP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4Z85l8wYP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4Z85l8wYP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4Z85l8wYP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4Z85l8wYP .navbar-buttons {
    text-align: left;
  }
}
.cid-v4Z85l8wYP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4Z85l8wYP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4Z85l8wYP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4Z85l8wYP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Z85l8wYP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Z85l8wYP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4Z85l8wYP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Z85l8wYP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Z85l8wYP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Z85l8wYP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Z85l8wYP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4Z85l8wYP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Z85l8wYP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4Z85l8wYP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4Z85l8wYP .navbar {
    height: 70px;
  }
  .cid-v4Z85l8wYP .navbar.opened {
    height: auto;
  }
  .cid-v4Z85l8wYP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Z85l8wYP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4Z85l8wYP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4Z85l8wYP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4Z85l8wYP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4Z85l8wYP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4Z85l8wYP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4Z85l8wYP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4Z85l8wYP .navbar-brand {
    margin-right: auto;
  }
  .cid-v4Z85l8wYP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4Z85l8wYP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4Z85l8wYP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4Z85l8wYP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4Z85l8wYP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4Z85l8wYP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4Z85l8wYP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4Z85l8wYP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4Z85l8wYP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4Z85l8wYP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4Z85l8wYP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4Z85luwXh {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4Z85luwXh .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4Z85luwXh {
    align-items: center;
  }
  .cid-v4Z85luwXh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4Z85luwXh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4Z85luwXh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4Z85luwXh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4Z85luwXh .content-wrap {
    width: 100%;
  }
}
.cid-v4Z85luwXh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4Z85luwXh .mbr-text,
.cid-v4Z85luwXh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4Z85lXrPY {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z85lXrPY .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85lXrPY .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85lXrPY .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4Z85lXrPY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4Z85mgFnJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z85mgFnJ .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85mgFnJ .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85mgFnJ .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85mA3uf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z85mA3uf .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85mA3uf .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85mA3uf .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85mX2Uw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z85mX2Uw .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85mX2Uw .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85mX2Uw .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85njn7b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z85njn7b .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85njn7b .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85njn7b .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85nEp6c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z85nEp6c .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85nEp6c .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85nEp6c .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5xwABBGFK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5xwABBGFK .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5xwABBGFK .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5xwABBGFK .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5xww4giyT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5xww4giyT .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5xww4giyT .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5xww4giyT .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85opPXq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z85opPXq .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85opPXq .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85opPXq .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85pDsJA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z85pDsJA .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4Z85pDsJA .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Z85pDsJA .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4IU3yeqK {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4IU3yeqK {
    align-items: center;
  }
  .cid-vf4IU3yeqK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4IU3yeqK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4IU3yeqK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4IU3yeqK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4IU3yeqK .content-wrap {
    width: 100%;
  }
}
.cid-vf4IU3yeqK .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4IU3yeqK .mbr-text,
.cid-vf4IU3yeqK .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vf4IURKcvh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vf4IURKcvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4IURKcvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4IURKcvh .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vf4IURKcvh .card-title,
.cid-vf4IURKcvh .iconfont-wrapper {
  color: #232323;
}
.cid-vf4IURKcvh .card-text {
  color: #232323;
}
.cid-vf4IURKcvh .mbr-section-title {
  color: #232323;
}
.cid-vf4IURKcvh .mbr-section-subtitle {
  color: #232323;
}
.cid-vf4IURKcvh .content-head {
  max-width: 800px;
}
.cid-v4Z85q0MGL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Z85q0MGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z85q0MGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Z85q0MGL .img-wrapper {
  text-align: center;
}
.cid-v4Z85q0MGL img {
  margin: auto;
  width: 200px;
}
.cid-v4Z85q0MGL .row {
  align-items: flex-start;
}
.cid-v4Z85q0MGL .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4Z85q0MGL .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4Z85q0MGL .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Z85q0MGL .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4Z85q0MGL .mbr-section-title,
.cid-v4Z85q0MGL .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4Z85q0MGL .content-head {
  max-width: 800px;
}
.cid-v4Z85qtoml {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Z85qtoml .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z85qtoml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Z85qtoml .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4Z85qtoml .footer-col {
    flex-direction: column;
  }
}
.cid-v4Z85qtoml .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4Z85qtoml .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Z85qtoml .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Z85qtoml .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Z85qtoml .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4Z85qtoml .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4Z85qtoml .soc-item {
  margin: 8px;
}
.cid-v4Z85qtoml .soc-item a:hover .mbr-iconfont,
.cid-v4Z85qtoml .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4Z85qtoml .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4Z85qtoml .row {
    text-align: center;
  }
  .cid-v4Z85qtoml .social-row {
    justify-content: center;
  }
}
.cid-v4Z85qtoml .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4Z85qtoml .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Z85qtoml .list {
    margin-bottom: 0rem;
  }
}
.cid-v4Z85qtoml .mbr-text {
  color: #bbbbbb;
}
.cid-v4Z85qtoml .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4Z85qtoml .list,
.cid-v4Z85qtoml .item-wrap {
  color: #ffffff;
}
.cid-v4Z85qtoml .copyright {
  color: #ffffff;
}
.cid-v4ZaEoYaJS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4ZaEoYaJS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZaEoYaJS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4ZaEoYaJS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZaEoYaJS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4ZaEoYaJS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZaEoYaJS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZaEoYaJS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4ZaEoYaJS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4ZaEoYaJS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4ZaEoYaJS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4ZaEoYaJS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4ZaEoYaJS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4ZaEoYaJS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4ZaEoYaJS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4ZaEoYaJS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4ZaEoYaJS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4ZaEoYaJS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4ZaEoYaJS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4ZaEoYaJS .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4ZaEoYaJS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZaEoYaJS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4ZaEoYaJS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4ZaEoYaJS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZaEoYaJS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4ZaEoYaJS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4ZaEoYaJS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4ZaEoYaJS .nav-item:focus,
.cid-v4ZaEoYaJS .nav-link:focus {
  outline: none;
}
.cid-v4ZaEoYaJS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZaEoYaJS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZaEoYaJS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4ZaEoYaJS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4ZaEoYaJS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZaEoYaJS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZaEoYaJS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4ZaEoYaJS .navbar.opened {
  transition: all 0.3s;
}
.cid-v4ZaEoYaJS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4ZaEoYaJS .navbar .navbar-logo img {
  width: auto;
}
.cid-v4ZaEoYaJS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4ZaEoYaJS .navbar.collapsed {
  justify-content: center;
}
.cid-v4ZaEoYaJS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZaEoYaJS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZaEoYaJS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4ZaEoYaJS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZaEoYaJS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZaEoYaJS .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-v4ZaEoYaJS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZaEoYaJS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4ZaEoYaJS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4ZaEoYaJS .navbar {
    min-height: 72px;
  }
  .cid-v4ZaEoYaJS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4ZaEoYaJS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZaEoYaJS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZaEoYaJS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZaEoYaJS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZaEoYaJS .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-v4ZaEoYaJS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZaEoYaJS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4ZaEoYaJS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4ZaEoYaJS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZaEoYaJS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4ZaEoYaJS .dropdown-item.active,
.cid-v4ZaEoYaJS .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZaEoYaJS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZaEoYaJS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZaEoYaJS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZaEoYaJS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZaEoYaJS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4ZaEoYaJS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4ZaEoYaJS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4ZaEoYaJS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4ZaEoYaJS .navbar-buttons {
    text-align: left;
  }
}
.cid-v4ZaEoYaJS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4ZaEoYaJS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4ZaEoYaJS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4ZaEoYaJS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZaEoYaJS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZaEoYaJS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4ZaEoYaJS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZaEoYaJS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4ZaEoYaJS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4ZaEoYaJS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZaEoYaJS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4ZaEoYaJS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4ZaEoYaJS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4ZaEoYaJS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZaEoYaJS .navbar {
    height: 70px;
  }
  .cid-v4ZaEoYaJS .navbar.opened {
    height: auto;
  }
  .cid-v4ZaEoYaJS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZaEoYaJS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4ZaEoYaJS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4ZaEoYaJS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4ZaEoYaJS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4ZaEoYaJS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4ZaEoYaJS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4ZaEoYaJS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4ZaEoYaJS .navbar-brand {
    margin-right: auto;
  }
  .cid-v4ZaEoYaJS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4ZaEoYaJS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4ZaEoYaJS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4ZaEoYaJS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZaEoYaJS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4ZaEoYaJS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4ZaEoYaJS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4ZaEoYaJS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4ZaEoYaJS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZaEoYaJS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4ZaEoYaJS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4ZaEplpKL {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4ZaEplpKL .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4ZaEplpKL {
    align-items: center;
  }
  .cid-v4ZaEplpKL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4ZaEplpKL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4ZaEplpKL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4ZaEplpKL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4ZaEplpKL .content-wrap {
    width: 100%;
  }
}
.cid-v4ZaEplpKL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZaEplpKL .mbr-text,
.cid-v4ZaEplpKL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZaEpOxAE {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZaEpOxAE .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEpOxAE .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEpOxAE .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4ZaEpOxAE .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4ZaEq8oRL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZaEq8oRL .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEq8oRL .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEq8oRL .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEqr2D7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZaEqr2D7 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEqr2D7 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEqr2D7 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEqM9NS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZaEqM9NS .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEqM9NS .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEqM9NS .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEr8LvF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZaEr8LvF .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEr8LvF .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaEr8LvF .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaErtDNw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZaErtDNw .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaErtDNw .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaErtDNw .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaErOvp6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZaErOvp6 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaErOvp6 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZaErOvp6 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vf58mvfGCo {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf58mvfGCo {
    align-items: center;
  }
  .cid-vf58mvfGCo .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf58mvfGCo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf58mvfGCo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf58mvfGCo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf58mvfGCo .content-wrap {
    width: 100%;
  }
}
.cid-vf58mvfGCo .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf58mvfGCo .mbr-text,
.cid-vf58mvfGCo .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4ZaEtOQpl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZaEtOQpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZaEtOQpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZaEtOQpl .img-wrapper {
  text-align: center;
}
.cid-v4ZaEtOQpl img {
  margin: auto;
  width: 200px;
}
.cid-v4ZaEtOQpl .row {
  align-items: flex-start;
}
.cid-v4ZaEtOQpl .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4ZaEtOQpl .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4ZaEtOQpl .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZaEtOQpl .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4ZaEtOQpl .mbr-section-title,
.cid-v4ZaEtOQpl .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4ZaEtOQpl .content-head {
  max-width: 800px;
}
.cid-v4ZaEunW1S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZaEunW1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZaEunW1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZaEunW1S .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4ZaEunW1S .footer-col {
    flex-direction: column;
  }
}
.cid-v4ZaEunW1S .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4ZaEunW1S .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZaEunW1S .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZaEunW1S .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZaEunW1S .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4ZaEunW1S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4ZaEunW1S .soc-item {
  margin: 8px;
}
.cid-v4ZaEunW1S .soc-item a:hover .mbr-iconfont,
.cid-v4ZaEunW1S .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4ZaEunW1S .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZaEunW1S .row {
    text-align: center;
  }
  .cid-v4ZaEunW1S .social-row {
    justify-content: center;
  }
}
.cid-v4ZaEunW1S .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4ZaEunW1S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZaEunW1S .list {
    margin-bottom: 0rem;
  }
}
.cid-v4ZaEunW1S .mbr-text {
  color: #bbbbbb;
}
.cid-v4ZaEunW1S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4ZaEunW1S .list,
.cid-v4ZaEunW1S .item-wrap {
  color: #ffffff;
}
.cid-v4ZaEunW1S .copyright {
  color: #ffffff;
}
.cid-v4ZcHQe72L {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4ZcHQe72L .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZcHQe72L .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4ZcHQe72L .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZcHQe72L .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4ZcHQe72L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZcHQe72L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZcHQe72L .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4ZcHQe72L .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4ZcHQe72L .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4ZcHQe72L .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4ZcHQe72L .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4ZcHQe72L .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4ZcHQe72L .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4ZcHQe72L .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4ZcHQe72L .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4ZcHQe72L .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4ZcHQe72L .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4ZcHQe72L .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4ZcHQe72L .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4ZcHQe72L .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZcHQe72L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4ZcHQe72L .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4ZcHQe72L .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZcHQe72L .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4ZcHQe72L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4ZcHQe72L .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4ZcHQe72L .nav-item:focus,
.cid-v4ZcHQe72L .nav-link:focus {
  outline: none;
}
.cid-v4ZcHQe72L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZcHQe72L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZcHQe72L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4ZcHQe72L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4ZcHQe72L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZcHQe72L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZcHQe72L .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4ZcHQe72L .navbar.opened {
  transition: all 0.3s;
}
.cid-v4ZcHQe72L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4ZcHQe72L .navbar .navbar-logo img {
  width: auto;
}
.cid-v4ZcHQe72L .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4ZcHQe72L .navbar.collapsed {
  justify-content: center;
}
.cid-v4ZcHQe72L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZcHQe72L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZcHQe72L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4ZcHQe72L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZcHQe72L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZcHQe72L .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-v4ZcHQe72L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZcHQe72L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4ZcHQe72L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4ZcHQe72L .navbar {
    min-height: 72px;
  }
  .cid-v4ZcHQe72L .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4ZcHQe72L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZcHQe72L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZcHQe72L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZcHQe72L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZcHQe72L .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-v4ZcHQe72L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZcHQe72L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4ZcHQe72L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4ZcHQe72L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZcHQe72L .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4ZcHQe72L .dropdown-item.active,
.cid-v4ZcHQe72L .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZcHQe72L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZcHQe72L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZcHQe72L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZcHQe72L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZcHQe72L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4ZcHQe72L .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4ZcHQe72L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4ZcHQe72L .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4ZcHQe72L .navbar-buttons {
    text-align: left;
  }
}
.cid-v4ZcHQe72L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4ZcHQe72L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4ZcHQe72L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4ZcHQe72L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZcHQe72L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZcHQe72L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4ZcHQe72L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZcHQe72L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4ZcHQe72L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4ZcHQe72L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZcHQe72L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4ZcHQe72L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4ZcHQe72L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4ZcHQe72L .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZcHQe72L .navbar {
    height: 70px;
  }
  .cid-v4ZcHQe72L .navbar.opened {
    height: auto;
  }
  .cid-v4ZcHQe72L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZcHQe72L .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4ZcHQe72L .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4ZcHQe72L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4ZcHQe72L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4ZcHQe72L .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4ZcHQe72L .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4ZcHQe72L .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4ZcHQe72L .navbar-brand {
    margin-right: auto;
  }
  .cid-v4ZcHQe72L .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4ZcHQe72L .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4ZcHQe72L .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4ZcHQe72L .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZcHQe72L .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4ZcHQe72L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4ZcHQe72L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4ZcHQe72L .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4ZcHQe72L .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZcHQe72L .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4ZcHQe72L .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4ZcHQCt4x {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4ZcHQCt4x .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4ZcHQCt4x {
    align-items: center;
  }
  .cid-v4ZcHQCt4x .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4ZcHQCt4x .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4ZcHQCt4x {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4ZcHQCt4x .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4ZcHQCt4x .content-wrap {
    width: 100%;
  }
}
.cid-v4ZcHQCt4x .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZcHQCt4x .mbr-text,
.cid-v4ZcHQCt4x .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZcHR40Dx {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZcHR40Dx .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHR40Dx .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHR40Dx .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4ZcHR40Dx .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4ZcHRnK7K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZcHRnK7K .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHRnK7K .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHRnK7K .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHROkTr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZcHROkTr .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHROkTr .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHROkTr .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHScllz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZcHScllz .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHScllz .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHScllz .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHSwpLf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZcHSwpLf .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHSwpLf .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHSwpLf .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHSW1cB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZcHSW1cB .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHSW1cB .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHSW1cB .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHTjpWK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZcHTjpWK .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHTjpWK .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHTjpWK .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHTFGzw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZcHTFGzw .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHTFGzw .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZcHTFGzw .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v545KWEiS8 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v545KWEiS8 {
    align-items: center;
  }
  .cid-v545KWEiS8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v545KWEiS8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v545KWEiS8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v545KWEiS8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v545KWEiS8 .content-wrap {
    width: 100%;
  }
}
.cid-v545KWEiS8 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v545KWEiS8 .mbr-text,
.cid-v545KWEiS8 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4ZcHVlGpY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZcHVlGpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZcHVlGpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZcHVlGpY .img-wrapper {
  text-align: center;
}
.cid-v4ZcHVlGpY img {
  margin: auto;
  width: 200px;
}
.cid-v4ZcHVlGpY .row {
  align-items: flex-start;
}
.cid-v4ZcHVlGpY .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4ZcHVlGpY .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4ZcHVlGpY .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZcHVlGpY .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4ZcHVlGpY .mbr-section-title,
.cid-v4ZcHVlGpY .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4ZcHVlGpY .content-head {
  max-width: 800px;
}
.cid-v4ZcHVQGyJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZcHVQGyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZcHVQGyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZcHVQGyJ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4ZcHVQGyJ .footer-col {
    flex-direction: column;
  }
}
.cid-v4ZcHVQGyJ .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4ZcHVQGyJ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZcHVQGyJ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZcHVQGyJ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZcHVQGyJ .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4ZcHVQGyJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4ZcHVQGyJ .soc-item {
  margin: 8px;
}
.cid-v4ZcHVQGyJ .soc-item a:hover .mbr-iconfont,
.cid-v4ZcHVQGyJ .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4ZcHVQGyJ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZcHVQGyJ .row {
    text-align: center;
  }
  .cid-v4ZcHVQGyJ .social-row {
    justify-content: center;
  }
}
.cid-v4ZcHVQGyJ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4ZcHVQGyJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZcHVQGyJ .list {
    margin-bottom: 0rem;
  }
}
.cid-v4ZcHVQGyJ .mbr-text {
  color: #bbbbbb;
}
.cid-v4ZcHVQGyJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4ZcHVQGyJ .list,
.cid-v4ZcHVQGyJ .item-wrap {
  color: #ffffff;
}
.cid-v4ZcHVQGyJ .copyright {
  color: #ffffff;
}
.cid-v4Zf1bJ4sT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4Zf1bJ4sT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4Zf1bJ4sT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4Zf1bJ4sT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4Zf1bJ4sT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4Zf1bJ4sT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4Zf1bJ4sT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Zf1bJ4sT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4Zf1bJ4sT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4Zf1bJ4sT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4Zf1bJ4sT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4Zf1bJ4sT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4Zf1bJ4sT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4Zf1bJ4sT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4Zf1bJ4sT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4Zf1bJ4sT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4Zf1bJ4sT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4Zf1bJ4sT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4Zf1bJ4sT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4Zf1bJ4sT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4Zf1bJ4sT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4Zf1bJ4sT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4Zf1bJ4sT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4Zf1bJ4sT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Zf1bJ4sT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4Zf1bJ4sT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4Zf1bJ4sT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4Zf1bJ4sT .nav-item:focus,
.cid-v4Zf1bJ4sT .nav-link:focus {
  outline: none;
}
.cid-v4Zf1bJ4sT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Zf1bJ4sT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4Zf1bJ4sT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Zf1bJ4sT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Zf1bJ4sT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Zf1bJ4sT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Zf1bJ4sT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4Zf1bJ4sT .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Zf1bJ4sT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4Zf1bJ4sT .navbar .navbar-logo img {
  width: auto;
}
.cid-v4Zf1bJ4sT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4Zf1bJ4sT .navbar.collapsed {
  justify-content: center;
}
.cid-v4Zf1bJ4sT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Zf1bJ4sT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4Zf1bJ4sT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4Zf1bJ4sT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Zf1bJ4sT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Zf1bJ4sT .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-v4Zf1bJ4sT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Zf1bJ4sT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Zf1bJ4sT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4Zf1bJ4sT .navbar {
    min-height: 72px;
  }
  .cid-v4Zf1bJ4sT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4Zf1bJ4sT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Zf1bJ4sT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Zf1bJ4sT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Zf1bJ4sT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Zf1bJ4sT .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-v4Zf1bJ4sT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4Zf1bJ4sT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4Zf1bJ4sT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Zf1bJ4sT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Zf1bJ4sT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4Zf1bJ4sT .dropdown-item.active,
.cid-v4Zf1bJ4sT .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Zf1bJ4sT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Zf1bJ4sT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Zf1bJ4sT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Zf1bJ4sT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4Zf1bJ4sT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4Zf1bJ4sT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4Zf1bJ4sT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4Zf1bJ4sT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4Zf1bJ4sT .navbar-buttons {
    text-align: left;
  }
}
.cid-v4Zf1bJ4sT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4Zf1bJ4sT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4Zf1bJ4sT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4Zf1bJ4sT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Zf1bJ4sT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Zf1bJ4sT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4Zf1bJ4sT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Zf1bJ4sT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Zf1bJ4sT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Zf1bJ4sT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Zf1bJ4sT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4Zf1bJ4sT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Zf1bJ4sT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4Zf1bJ4sT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4Zf1bJ4sT .navbar {
    height: 70px;
  }
  .cid-v4Zf1bJ4sT .navbar.opened {
    height: auto;
  }
  .cid-v4Zf1bJ4sT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Zf1bJ4sT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4Zf1bJ4sT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4Zf1bJ4sT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4Zf1bJ4sT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4Zf1bJ4sT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4Zf1bJ4sT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4Zf1bJ4sT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4Zf1bJ4sT .navbar-brand {
    margin-right: auto;
  }
  .cid-v4Zf1bJ4sT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4Zf1bJ4sT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4Zf1bJ4sT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4Zf1bJ4sT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4Zf1bJ4sT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4Zf1bJ4sT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4Zf1bJ4sT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4Zf1bJ4sT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4Zf1bJ4sT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4Zf1bJ4sT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4Zf1bJ4sT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4Zf1cEh4s {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4Zf1cEh4s .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4Zf1cEh4s {
    align-items: center;
  }
  .cid-v4Zf1cEh4s .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4Zf1cEh4s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4Zf1cEh4s {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4Zf1cEh4s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4Zf1cEh4s .content-wrap {
    width: 100%;
  }
}
.cid-v4Zf1cEh4s .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4Zf1cEh4s .mbr-text,
.cid-v4Zf1cEh4s .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4Zf1dcA1W {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zf1dcA1W .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1dcA1W .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1dcA1W .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4Zf1dcA1W .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4Zf1dDztJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zf1dDztJ .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1dDztJ .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1dDztJ .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1e0zFS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zf1e0zFS .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1e0zFS .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1e0zFS .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1euV6A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zf1euV6A .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1euV6A .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1euV6A .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1eVb24 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zf1eVb24 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1eVb24 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1eVb24 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1flylY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zf1flylY .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1flylY .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1flylY .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1fKC2C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zf1fKC2C .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1fKC2C .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1fKC2C .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1ger2D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zf1ger2D .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1ger2D .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1ger2D .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1gHuSo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zf1gHuSo .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1gHuSo .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zf1gHuSo .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vf5rmhceaP {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf5rmhceaP {
    align-items: center;
  }
  .cid-vf5rmhceaP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf5rmhceaP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf5rmhceaP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf5rmhceaP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf5rmhceaP .content-wrap {
    width: 100%;
  }
}
.cid-vf5rmhceaP .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf5rmhceaP .mbr-text,
.cid-vf5rmhceaP .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4Zf1iMRyX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Zf1iMRyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Zf1iMRyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Zf1iMRyX .img-wrapper {
  text-align: center;
}
.cid-v4Zf1iMRyX img {
  margin: auto;
  width: 200px;
}
.cid-v4Zf1iMRyX .row {
  align-items: flex-start;
}
.cid-v4Zf1iMRyX .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4Zf1iMRyX .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4Zf1iMRyX .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Zf1iMRyX .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4Zf1iMRyX .mbr-section-title,
.cid-v4Zf1iMRyX .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4Zf1iMRyX .content-head {
  max-width: 800px;
}
.cid-v4Zf1jmdRf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Zf1jmdRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Zf1jmdRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Zf1jmdRf .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4Zf1jmdRf .footer-col {
    flex-direction: column;
  }
}
.cid-v4Zf1jmdRf .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4Zf1jmdRf .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Zf1jmdRf .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Zf1jmdRf .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Zf1jmdRf .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4Zf1jmdRf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4Zf1jmdRf .soc-item {
  margin: 8px;
}
.cid-v4Zf1jmdRf .soc-item a:hover .mbr-iconfont,
.cid-v4Zf1jmdRf .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4Zf1jmdRf .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4Zf1jmdRf .row {
    text-align: center;
  }
  .cid-v4Zf1jmdRf .social-row {
    justify-content: center;
  }
}
.cid-v4Zf1jmdRf .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4Zf1jmdRf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Zf1jmdRf .list {
    margin-bottom: 0rem;
  }
}
.cid-v4Zf1jmdRf .mbr-text {
  color: #bbbbbb;
}
.cid-v4Zf1jmdRf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4Zf1jmdRf .list,
.cid-v4Zf1jmdRf .item-wrap {
  color: #ffffff;
}
.cid-v4Zf1jmdRf .copyright {
  color: #ffffff;
}
.cid-v4ZiuqPsSi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4ZiuqPsSi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZiuqPsSi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4ZiuqPsSi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZiuqPsSi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4ZiuqPsSi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZiuqPsSi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZiuqPsSi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4ZiuqPsSi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4ZiuqPsSi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4ZiuqPsSi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4ZiuqPsSi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4ZiuqPsSi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4ZiuqPsSi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4ZiuqPsSi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4ZiuqPsSi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4ZiuqPsSi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4ZiuqPsSi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4ZiuqPsSi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4ZiuqPsSi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4ZiuqPsSi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZiuqPsSi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4ZiuqPsSi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4ZiuqPsSi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZiuqPsSi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4ZiuqPsSi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4ZiuqPsSi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4ZiuqPsSi .nav-item:focus,
.cid-v4ZiuqPsSi .nav-link:focus {
  outline: none;
}
.cid-v4ZiuqPsSi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZiuqPsSi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZiuqPsSi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4ZiuqPsSi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4ZiuqPsSi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZiuqPsSi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZiuqPsSi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4ZiuqPsSi .navbar.opened {
  transition: all 0.3s;
}
.cid-v4ZiuqPsSi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4ZiuqPsSi .navbar .navbar-logo img {
  width: auto;
}
.cid-v4ZiuqPsSi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4ZiuqPsSi .navbar.collapsed {
  justify-content: center;
}
.cid-v4ZiuqPsSi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZiuqPsSi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZiuqPsSi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4ZiuqPsSi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZiuqPsSi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZiuqPsSi .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-v4ZiuqPsSi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZiuqPsSi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4ZiuqPsSi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4ZiuqPsSi .navbar {
    min-height: 72px;
  }
  .cid-v4ZiuqPsSi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4ZiuqPsSi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZiuqPsSi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZiuqPsSi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZiuqPsSi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZiuqPsSi .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-v4ZiuqPsSi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZiuqPsSi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4ZiuqPsSi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4ZiuqPsSi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZiuqPsSi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4ZiuqPsSi .dropdown-item.active,
.cid-v4ZiuqPsSi .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZiuqPsSi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZiuqPsSi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZiuqPsSi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZiuqPsSi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZiuqPsSi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4ZiuqPsSi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4ZiuqPsSi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4ZiuqPsSi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4ZiuqPsSi .navbar-buttons {
    text-align: left;
  }
}
.cid-v4ZiuqPsSi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4ZiuqPsSi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4ZiuqPsSi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4ZiuqPsSi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZiuqPsSi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZiuqPsSi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4ZiuqPsSi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZiuqPsSi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4ZiuqPsSi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4ZiuqPsSi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZiuqPsSi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4ZiuqPsSi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4ZiuqPsSi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4ZiuqPsSi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZiuqPsSi .navbar {
    height: 70px;
  }
  .cid-v4ZiuqPsSi .navbar.opened {
    height: auto;
  }
  .cid-v4ZiuqPsSi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZiuqPsSi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4ZiuqPsSi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4ZiuqPsSi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4ZiuqPsSi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4ZiuqPsSi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4ZiuqPsSi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4ZiuqPsSi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4ZiuqPsSi .navbar-brand {
    margin-right: auto;
  }
  .cid-v4ZiuqPsSi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4ZiuqPsSi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4ZiuqPsSi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4ZiuqPsSi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZiuqPsSi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4ZiuqPsSi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4ZiuqPsSi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4ZiuqPsSi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4ZiuqPsSi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZiuqPsSi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4ZiuqPsSi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4Ziurklmq {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4Ziurklmq .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4Ziurklmq {
    align-items: center;
  }
  .cid-v4Ziurklmq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4Ziurklmq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4Ziurklmq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4Ziurklmq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4Ziurklmq .content-wrap {
    width: 100%;
  }
}
.cid-v4Ziurklmq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4Ziurklmq .mbr-text,
.cid-v4Ziurklmq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZiurQD2b {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZiurQD2b .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiurQD2b .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiurQD2b .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4ZiurQD2b .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4Ziusdiap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Ziusdiap .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Ziusdiap .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Ziusdiap .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiusAZjG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZiusAZjG .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiusAZjG .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiusAZjG .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiusWpHZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZiusWpHZ .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiusWpHZ .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiusWpHZ .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Ziutnxx5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Ziutnxx5 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Ziutnxx5 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Ziutnxx5 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiutLEhw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZiutLEhw .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiutLEhw .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiutLEhw .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Ziuu6LG0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Ziuu6LG0 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Ziuu6LG0 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Ziuu6LG0 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiuuSHAT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZiuuSHAT .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiuuSHAT .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiuuSHAT .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiuvWVMF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZiuvWVMF .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4ZiuvWVMF .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZiuvWVMF .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4FR3Espc {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4FR3Espc {
    align-items: center;
  }
  .cid-vf4FR3Espc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4FR3Espc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4FR3Espc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4FR3Espc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4FR3Espc .content-wrap {
    width: 100%;
  }
}
.cid-vf4FR3Espc .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4FR3Espc .mbr-text,
.cid-vf4FR3Espc .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4ZiuwmV8d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZiuwmV8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZiuwmV8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZiuwmV8d .img-wrapper {
  text-align: center;
}
.cid-v4ZiuwmV8d img {
  margin: auto;
  width: 200px;
}
.cid-v4ZiuwmV8d .row {
  align-items: flex-start;
}
.cid-v4ZiuwmV8d .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4ZiuwmV8d .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4ZiuwmV8d .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZiuwmV8d .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4ZiuwmV8d .mbr-section-title,
.cid-v4ZiuwmV8d .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4ZiuwmV8d .content-head {
  max-width: 800px;
}
.cid-v4ZiuwVx6A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZiuwVx6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZiuwVx6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZiuwVx6A .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4ZiuwVx6A .footer-col {
    flex-direction: column;
  }
}
.cid-v4ZiuwVx6A .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4ZiuwVx6A .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZiuwVx6A .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZiuwVx6A .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZiuwVx6A .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4ZiuwVx6A .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4ZiuwVx6A .soc-item {
  margin: 8px;
}
.cid-v4ZiuwVx6A .soc-item a:hover .mbr-iconfont,
.cid-v4ZiuwVx6A .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4ZiuwVx6A .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZiuwVx6A .row {
    text-align: center;
  }
  .cid-v4ZiuwVx6A .social-row {
    justify-content: center;
  }
}
.cid-v4ZiuwVx6A .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4ZiuwVx6A .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZiuwVx6A .list {
    margin-bottom: 0rem;
  }
}
.cid-v4ZiuwVx6A .mbr-text {
  color: #bbbbbb;
}
.cid-v4ZiuwVx6A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4ZiuwVx6A .list,
.cid-v4ZiuwVx6A .item-wrap {
  color: #ffffff;
}
.cid-v4ZiuwVx6A .copyright {
  color: #ffffff;
}
.cid-v4Zkts3And {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4Zkts3And .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4Zkts3And .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4Zkts3And .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4Zkts3And .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4Zkts3And .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4Zkts3And .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Zkts3And .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4Zkts3And .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4Zkts3And .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4Zkts3And .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4Zkts3And .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4Zkts3And .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4Zkts3And .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4Zkts3And .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4Zkts3And .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4Zkts3And .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4Zkts3And .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4Zkts3And .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4Zkts3And .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4Zkts3And .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4Zkts3And .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4Zkts3And .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4Zkts3And .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Zkts3And .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4Zkts3And .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4Zkts3And .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4Zkts3And .nav-item:focus,
.cid-v4Zkts3And .nav-link:focus {
  outline: none;
}
.cid-v4Zkts3And .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Zkts3And .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4Zkts3And .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Zkts3And .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Zkts3And .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Zkts3And .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Zkts3And .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4Zkts3And .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Zkts3And .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4Zkts3And .navbar .navbar-logo img {
  width: auto;
}
.cid-v4Zkts3And .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4Zkts3And .navbar.collapsed {
  justify-content: center;
}
.cid-v4Zkts3And .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Zkts3And .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4Zkts3And .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4Zkts3And .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Zkts3And .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Zkts3And .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-v4Zkts3And .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Zkts3And .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Zkts3And .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4Zkts3And .navbar {
    min-height: 72px;
  }
  .cid-v4Zkts3And .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4Zkts3And .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Zkts3And .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Zkts3And .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Zkts3And .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Zkts3And .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-v4Zkts3And .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4Zkts3And .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4Zkts3And .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Zkts3And .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Zkts3And .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4Zkts3And .dropdown-item.active,
.cid-v4Zkts3And .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Zkts3And .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Zkts3And .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Zkts3And .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Zkts3And .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4Zkts3And .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4Zkts3And .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4Zkts3And ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4Zkts3And .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4Zkts3And .navbar-buttons {
    text-align: left;
  }
}
.cid-v4Zkts3And button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4Zkts3And button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4Zkts3And button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4Zkts3And button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Zkts3And button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Zkts3And button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4Zkts3And nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Zkts3And nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Zkts3And nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Zkts3And nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Zkts3And .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4Zkts3And a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Zkts3And .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4Zkts3And .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4Zkts3And .navbar {
    height: 70px;
  }
  .cid-v4Zkts3And .navbar.opened {
    height: auto;
  }
  .cid-v4Zkts3And .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Zkts3And .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4Zkts3And .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4Zkts3And .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4Zkts3And .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4Zkts3And .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4Zkts3And .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4Zkts3And .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4Zkts3And .navbar-brand {
    margin-right: auto;
  }
  .cid-v4Zkts3And .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4Zkts3And .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4Zkts3And .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4Zkts3And .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4Zkts3And .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4Zkts3And .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4Zkts3And .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4Zkts3And .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4Zkts3And .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4Zkts3And .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4Zkts3And .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4ZktssosW {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4ZktssosW .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4ZktssosW {
    align-items: center;
  }
  .cid-v4ZktssosW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4ZktssosW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4ZktssosW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4ZktssosW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4ZktssosW .content-wrap {
    width: 100%;
  }
}
.cid-v4ZktssosW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZktssosW .mbr-text,
.cid-v4ZktssosW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4Zktt0Ug3 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zktt0Ug3 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zktt0Ug3 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zktt0Ug3 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4Zktt0Ug3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4ZkttqKm4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZkttqKm4 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZkttqKm4 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZkttqKm4 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZkttKytT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZkttKytT .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZkttKytT .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZkttKytT .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zktu8G8G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zktu8G8G .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zktu8G8G .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zktu8G8G .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZktutYV1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZktutYV1 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZktutYV1 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZktutYV1 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZktuW8qh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZktuW8qh .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZktuW8qh .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZktuW8qh .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zktvocrh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zktvocrh .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zktvocrh .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zktvocrh .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZktwewUg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZktwewUg .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZktwewUg .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZktwewUg .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zktxc2Zv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zktxc2Zv .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4Zktxc2Zv .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zktxc2Zv .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf57Pg5rPs {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf57Pg5rPs {
    align-items: center;
  }
  .cid-vf57Pg5rPs .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf57Pg5rPs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf57Pg5rPs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf57Pg5rPs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf57Pg5rPs .content-wrap {
    width: 100%;
  }
}
.cid-vf57Pg5rPs .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf57Pg5rPs .mbr-text,
.cid-vf57Pg5rPs .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4ZktxHeYP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZktxHeYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZktxHeYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZktxHeYP .img-wrapper {
  text-align: center;
}
.cid-v4ZktxHeYP img {
  margin: auto;
  width: 200px;
}
.cid-v4ZktxHeYP .row {
  align-items: flex-start;
}
.cid-v4ZktxHeYP .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4ZktxHeYP .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4ZktxHeYP .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZktxHeYP .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4ZktxHeYP .mbr-section-title,
.cid-v4ZktxHeYP .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4ZktxHeYP .content-head {
  max-width: 800px;
}
.cid-v4Zktynd2K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Zktynd2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Zktynd2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Zktynd2K .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4Zktynd2K .footer-col {
    flex-direction: column;
  }
}
.cid-v4Zktynd2K .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4Zktynd2K .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Zktynd2K .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Zktynd2K .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Zktynd2K .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4Zktynd2K .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4Zktynd2K .soc-item {
  margin: 8px;
}
.cid-v4Zktynd2K .soc-item a:hover .mbr-iconfont,
.cid-v4Zktynd2K .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4Zktynd2K .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4Zktynd2K .row {
    text-align: center;
  }
  .cid-v4Zktynd2K .social-row {
    justify-content: center;
  }
}
.cid-v4Zktynd2K .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4Zktynd2K .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Zktynd2K .list {
    margin-bottom: 0rem;
  }
}
.cid-v4Zktynd2K .mbr-text {
  color: #bbbbbb;
}
.cid-v4Zktynd2K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4Zktynd2K .list,
.cid-v4Zktynd2K .item-wrap {
  color: #ffffff;
}
.cid-v4Zktynd2K .copyright {
  color: #ffffff;
}
.cid-v4ZwyRnjCc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4ZwyRnjCc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZwyRnjCc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4ZwyRnjCc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZwyRnjCc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4ZwyRnjCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZwyRnjCc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZwyRnjCc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4ZwyRnjCc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4ZwyRnjCc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4ZwyRnjCc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4ZwyRnjCc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4ZwyRnjCc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4ZwyRnjCc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4ZwyRnjCc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4ZwyRnjCc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4ZwyRnjCc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4ZwyRnjCc .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4ZwyRnjCc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4ZwyRnjCc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4ZwyRnjCc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZwyRnjCc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4ZwyRnjCc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4ZwyRnjCc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZwyRnjCc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4ZwyRnjCc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4ZwyRnjCc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4ZwyRnjCc .nav-item:focus,
.cid-v4ZwyRnjCc .nav-link:focus {
  outline: none;
}
.cid-v4ZwyRnjCc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZwyRnjCc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZwyRnjCc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4ZwyRnjCc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4ZwyRnjCc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZwyRnjCc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZwyRnjCc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4ZwyRnjCc .navbar.opened {
  transition: all 0.3s;
}
.cid-v4ZwyRnjCc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4ZwyRnjCc .navbar .navbar-logo img {
  width: auto;
}
.cid-v4ZwyRnjCc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4ZwyRnjCc .navbar.collapsed {
  justify-content: center;
}
.cid-v4ZwyRnjCc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZwyRnjCc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZwyRnjCc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4ZwyRnjCc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZwyRnjCc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZwyRnjCc .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-v4ZwyRnjCc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZwyRnjCc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4ZwyRnjCc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4ZwyRnjCc .navbar {
    min-height: 72px;
  }
  .cid-v4ZwyRnjCc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4ZwyRnjCc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZwyRnjCc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZwyRnjCc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZwyRnjCc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZwyRnjCc .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-v4ZwyRnjCc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZwyRnjCc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4ZwyRnjCc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4ZwyRnjCc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZwyRnjCc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4ZwyRnjCc .dropdown-item.active,
.cid-v4ZwyRnjCc .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZwyRnjCc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZwyRnjCc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZwyRnjCc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZwyRnjCc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZwyRnjCc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4ZwyRnjCc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4ZwyRnjCc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4ZwyRnjCc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4ZwyRnjCc .navbar-buttons {
    text-align: left;
  }
}
.cid-v4ZwyRnjCc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4ZwyRnjCc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4ZwyRnjCc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4ZwyRnjCc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZwyRnjCc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZwyRnjCc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4ZwyRnjCc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZwyRnjCc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4ZwyRnjCc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4ZwyRnjCc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZwyRnjCc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4ZwyRnjCc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4ZwyRnjCc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4ZwyRnjCc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZwyRnjCc .navbar {
    height: 70px;
  }
  .cid-v4ZwyRnjCc .navbar.opened {
    height: auto;
  }
  .cid-v4ZwyRnjCc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZwyRnjCc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4ZwyRnjCc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4ZwyRnjCc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4ZwyRnjCc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4ZwyRnjCc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4ZwyRnjCc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4ZwyRnjCc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4ZwyRnjCc .navbar-brand {
    margin-right: auto;
  }
  .cid-v4ZwyRnjCc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4ZwyRnjCc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4ZwyRnjCc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4ZwyRnjCc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZwyRnjCc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4ZwyRnjCc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4ZwyRnjCc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4ZwyRnjCc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4ZwyRnjCc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZwyRnjCc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4ZwyRnjCc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4ZwyRLfwi {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4ZwyRLfwi .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4ZwyRLfwi {
    align-items: center;
  }
  .cid-v4ZwyRLfwi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4ZwyRLfwi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4ZwyRLfwi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4ZwyRLfwi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4ZwyRLfwi .content-wrap {
    width: 100%;
  }
}
.cid-v4ZwyRLfwi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZwyRLfwi .mbr-text,
.cid-v4ZwyRLfwi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZwySiBHt {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZwySiBHt .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwySiBHt .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwySiBHt .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4ZwySiBHt .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4ZwySHfJt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZwySHfJt .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwySHfJt .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwySHfJt .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyT8UMX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZwyT8UMX .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyT8UMX .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyT8UMX .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyTvjlJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZwyTvjlJ .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyTvjlJ .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyTvjlJ .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyTSdsA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZwyTSdsA .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyTSdsA .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyTSdsA .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyUfb8D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZwyUfb8D .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyUfb8D .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyUfb8D .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyUDeUK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZwyUDeUK .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyUDeUK .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyUDeUK .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyV6Yzy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZwyV6Yzy .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyV6Yzy .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyV6Yzy .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyVrYQo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZwyVrYQo .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyVrYQo .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyVrYQo .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5xAWByv54 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5xAWByv54 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5xAWByv54 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5xAWByv54 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyWssJL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZwyWssJL .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4ZwyWssJL .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZwyWssJL .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4GWCcM9B {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4GWCcM9B {
    align-items: center;
  }
  .cid-vf4GWCcM9B .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4GWCcM9B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4GWCcM9B {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4GWCcM9B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4GWCcM9B .content-wrap {
    width: 100%;
  }
}
.cid-vf4GWCcM9B .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4GWCcM9B .mbr-text,
.cid-vf4GWCcM9B .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4ZwyWSVLW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZwyWSVLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZwyWSVLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZwyWSVLW .img-wrapper {
  text-align: center;
}
.cid-v4ZwyWSVLW img {
  margin: auto;
  width: 200px;
}
.cid-v4ZwyWSVLW .row {
  align-items: flex-start;
}
.cid-v4ZwyWSVLW .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4ZwyWSVLW .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4ZwyWSVLW .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZwyWSVLW .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4ZwyWSVLW .mbr-section-title,
.cid-v4ZwyWSVLW .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4ZwyWSVLW .content-head {
  max-width: 800px;
}
.cid-v4ZwyXtPRZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZwyXtPRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZwyXtPRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZwyXtPRZ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4ZwyXtPRZ .footer-col {
    flex-direction: column;
  }
}
.cid-v4ZwyXtPRZ .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4ZwyXtPRZ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZwyXtPRZ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZwyXtPRZ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZwyXtPRZ .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4ZwyXtPRZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4ZwyXtPRZ .soc-item {
  margin: 8px;
}
.cid-v4ZwyXtPRZ .soc-item a:hover .mbr-iconfont,
.cid-v4ZwyXtPRZ .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4ZwyXtPRZ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZwyXtPRZ .row {
    text-align: center;
  }
  .cid-v4ZwyXtPRZ .social-row {
    justify-content: center;
  }
}
.cid-v4ZwyXtPRZ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4ZwyXtPRZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZwyXtPRZ .list {
    margin-bottom: 0rem;
  }
}
.cid-v4ZwyXtPRZ .mbr-text {
  color: #bbbbbb;
}
.cid-v4ZwyXtPRZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4ZwyXtPRZ .list,
.cid-v4ZwyXtPRZ .item-wrap {
  color: #ffffff;
}
.cid-v4ZwyXtPRZ .copyright {
  color: #ffffff;
}
.cid-v4ZyyllgOL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4ZyyllgOL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZyyllgOL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4ZyyllgOL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZyyllgOL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4ZyyllgOL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZyyllgOL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZyyllgOL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4ZyyllgOL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4ZyyllgOL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4ZyyllgOL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4ZyyllgOL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4ZyyllgOL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4ZyyllgOL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4ZyyllgOL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4ZyyllgOL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4ZyyllgOL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4ZyyllgOL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4ZyyllgOL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4ZyyllgOL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4ZyyllgOL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZyyllgOL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4ZyyllgOL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4ZyyllgOL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZyyllgOL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4ZyyllgOL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4ZyyllgOL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4ZyyllgOL .nav-item:focus,
.cid-v4ZyyllgOL .nav-link:focus {
  outline: none;
}
.cid-v4ZyyllgOL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZyyllgOL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZyyllgOL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4ZyyllgOL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4ZyyllgOL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZyyllgOL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZyyllgOL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4ZyyllgOL .navbar.opened {
  transition: all 0.3s;
}
.cid-v4ZyyllgOL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4ZyyllgOL .navbar .navbar-logo img {
  width: auto;
}
.cid-v4ZyyllgOL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4ZyyllgOL .navbar.collapsed {
  justify-content: center;
}
.cid-v4ZyyllgOL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZyyllgOL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZyyllgOL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4ZyyllgOL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZyyllgOL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZyyllgOL .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-v4ZyyllgOL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZyyllgOL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4ZyyllgOL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4ZyyllgOL .navbar {
    min-height: 72px;
  }
  .cid-v4ZyyllgOL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4ZyyllgOL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZyyllgOL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZyyllgOL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZyyllgOL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZyyllgOL .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-v4ZyyllgOL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZyyllgOL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4ZyyllgOL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4ZyyllgOL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZyyllgOL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4ZyyllgOL .dropdown-item.active,
.cid-v4ZyyllgOL .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZyyllgOL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZyyllgOL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZyyllgOL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZyyllgOL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZyyllgOL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4ZyyllgOL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4ZyyllgOL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4ZyyllgOL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4ZyyllgOL .navbar-buttons {
    text-align: left;
  }
}
.cid-v4ZyyllgOL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4ZyyllgOL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4ZyyllgOL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4ZyyllgOL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZyyllgOL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZyyllgOL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4ZyyllgOL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZyyllgOL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4ZyyllgOL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4ZyyllgOL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZyyllgOL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4ZyyllgOL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4ZyyllgOL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4ZyyllgOL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZyyllgOL .navbar {
    height: 70px;
  }
  .cid-v4ZyyllgOL .navbar.opened {
    height: auto;
  }
  .cid-v4ZyyllgOL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZyyllgOL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4ZyyllgOL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4ZyyllgOL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4ZyyllgOL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4ZyyllgOL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4ZyyllgOL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4ZyyllgOL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4ZyyllgOL .navbar-brand {
    margin-right: auto;
  }
  .cid-v4ZyyllgOL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4ZyyllgOL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4ZyyllgOL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4ZyyllgOL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZyyllgOL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4ZyyllgOL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4ZyyllgOL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4ZyyllgOL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4ZyyllgOL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZyyllgOL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4ZyyllgOL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4ZyylHKZn {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4ZyylHKZn .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4ZyylHKZn {
    align-items: center;
  }
  .cid-v4ZyylHKZn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4ZyylHKZn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4ZyylHKZn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4ZyylHKZn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4ZyylHKZn .content-wrap {
    width: 100%;
  }
}
.cid-v4ZyylHKZn .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZyylHKZn .mbr-text,
.cid-v4ZyylHKZn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZyymakUl {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZyymakUl .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZyymakUl .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZyymakUl .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4ZyymakUl .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vgpf405H6X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgpf405H6X .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgpf405H6X .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgpf405H6X .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zyymxhsz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zyymxhsz .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zyymxhsz .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zyymxhsz .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zyynb9Ts {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Zyynb9Ts .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zyynb9Ts .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4Zyynb9Ts .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZyynxQEU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZyynxQEU .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZyynxQEU .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZyynxQEU .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZyynRFFz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZyynRFFz .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZyynRFFz .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZyynRFFz .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZyyoWaQe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZyyoWaQe .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZyyoWaQe .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZyyoWaQe .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v54bO6LZma {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v54bO6LZma {
    align-items: center;
  }
  .cid-v54bO6LZma .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v54bO6LZma .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v54bO6LZma {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v54bO6LZma .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v54bO6LZma .content-wrap {
    width: 100%;
  }
}
.cid-v54bO6LZma .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v54bO6LZma .mbr-text,
.cid-v54bO6LZma .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vf5aWEd1tM {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf5aWEd1tM {
    align-items: center;
  }
  .cid-vf5aWEd1tM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf5aWEd1tM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf5aWEd1tM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf5aWEd1tM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf5aWEd1tM .content-wrap {
    width: 100%;
  }
}
.cid-vf5aWEd1tM .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf5aWEd1tM .mbr-text,
.cid-vf5aWEd1tM .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4Zyyqapqt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4Zyyqapqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Zyyqapqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Zyyqapqt .img-wrapper {
  text-align: center;
}
.cid-v4Zyyqapqt img {
  margin: auto;
  width: 200px;
}
.cid-v4Zyyqapqt .row {
  align-items: flex-start;
}
.cid-v4Zyyqapqt .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4Zyyqapqt .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4Zyyqapqt .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Zyyqapqt .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4Zyyqapqt .mbr-section-title,
.cid-v4Zyyqapqt .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4Zyyqapqt .content-head {
  max-width: 800px;
}
.cid-v4ZyyqHOZk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZyyqHOZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZyyqHOZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZyyqHOZk .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4ZyyqHOZk .footer-col {
    flex-direction: column;
  }
}
.cid-v4ZyyqHOZk .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4ZyyqHOZk .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZyyqHOZk .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZyyqHOZk .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZyyqHOZk .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4ZyyqHOZk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4ZyyqHOZk .soc-item {
  margin: 8px;
}
.cid-v4ZyyqHOZk .soc-item a:hover .mbr-iconfont,
.cid-v4ZyyqHOZk .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4ZyyqHOZk .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZyyqHOZk .row {
    text-align: center;
  }
  .cid-v4ZyyqHOZk .social-row {
    justify-content: center;
  }
}
.cid-v4ZyyqHOZk .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4ZyyqHOZk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZyyqHOZk .list {
    margin-bottom: 0rem;
  }
}
.cid-v4ZyyqHOZk .mbr-text {
  color: #bbbbbb;
}
.cid-v4ZyyqHOZk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4ZyyqHOZk .list,
.cid-v4ZyyqHOZk .item-wrap {
  color: #ffffff;
}
.cid-v4ZyyqHOZk .copyright {
  color: #ffffff;
}
.cid-v4ZCJesCa6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4ZCJesCa6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZCJesCa6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4ZCJesCa6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZCJesCa6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4ZCJesCa6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZCJesCa6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZCJesCa6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4ZCJesCa6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4ZCJesCa6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4ZCJesCa6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4ZCJesCa6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4ZCJesCa6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4ZCJesCa6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4ZCJesCa6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4ZCJesCa6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4ZCJesCa6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4ZCJesCa6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4ZCJesCa6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4ZCJesCa6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4ZCJesCa6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZCJesCa6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4ZCJesCa6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4ZCJesCa6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZCJesCa6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4ZCJesCa6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4ZCJesCa6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4ZCJesCa6 .nav-item:focus,
.cid-v4ZCJesCa6 .nav-link:focus {
  outline: none;
}
.cid-v4ZCJesCa6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZCJesCa6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZCJesCa6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4ZCJesCa6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4ZCJesCa6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZCJesCa6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZCJesCa6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4ZCJesCa6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4ZCJesCa6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4ZCJesCa6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4ZCJesCa6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4ZCJesCa6 .navbar.collapsed {
  justify-content: center;
}
.cid-v4ZCJesCa6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZCJesCa6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZCJesCa6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4ZCJesCa6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZCJesCa6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZCJesCa6 .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-v4ZCJesCa6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZCJesCa6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4ZCJesCa6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4ZCJesCa6 .navbar {
    min-height: 72px;
  }
  .cid-v4ZCJesCa6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4ZCJesCa6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZCJesCa6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZCJesCa6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZCJesCa6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZCJesCa6 .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-v4ZCJesCa6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZCJesCa6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4ZCJesCa6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4ZCJesCa6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZCJesCa6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4ZCJesCa6 .dropdown-item.active,
.cid-v4ZCJesCa6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZCJesCa6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZCJesCa6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZCJesCa6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZCJesCa6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZCJesCa6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4ZCJesCa6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4ZCJesCa6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4ZCJesCa6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4ZCJesCa6 .navbar-buttons {
    text-align: left;
  }
}
.cid-v4ZCJesCa6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4ZCJesCa6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4ZCJesCa6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4ZCJesCa6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZCJesCa6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZCJesCa6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4ZCJesCa6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZCJesCa6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4ZCJesCa6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4ZCJesCa6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZCJesCa6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4ZCJesCa6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4ZCJesCa6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4ZCJesCa6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZCJesCa6 .navbar {
    height: 70px;
  }
  .cid-v4ZCJesCa6 .navbar.opened {
    height: auto;
  }
  .cid-v4ZCJesCa6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZCJesCa6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4ZCJesCa6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4ZCJesCa6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4ZCJesCa6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4ZCJesCa6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4ZCJesCa6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4ZCJesCa6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4ZCJesCa6 .navbar-brand {
    margin-right: auto;
  }
  .cid-v4ZCJesCa6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4ZCJesCa6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4ZCJesCa6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4ZCJesCa6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZCJesCa6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4ZCJesCa6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4ZCJesCa6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4ZCJesCa6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4ZCJesCa6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZCJesCa6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4ZCJesCa6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4ZCJeSYb0 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4ZCJeSYb0 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4ZCJeSYb0 {
    align-items: center;
  }
  .cid-v4ZCJeSYb0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4ZCJeSYb0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4ZCJeSYb0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4ZCJeSYb0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4ZCJeSYb0 .content-wrap {
    width: 100%;
  }
}
.cid-v4ZCJeSYb0 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZCJeSYb0 .mbr-text,
.cid-v4ZCJeSYb0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZCJfjmJX {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZCJfjmJX .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJfjmJX .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJfjmJX .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4ZCJfjmJX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4ZCJfH932 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZCJfH932 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJfH932 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJfH932 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJg3TZt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZCJg3TZt .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJg3TZt .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJg3TZt .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJgnUIc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZCJgnUIc .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJgnUIc .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJgnUIc .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJgLDKb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZCJgLDKb .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJgLDKb .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJgLDKb .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJhdpcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZCJhdpcW .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJhdpcW .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJhdpcW .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJhN5Iw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZCJhN5Iw .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJhN5Iw .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJhN5Iw .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJig1L2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZCJig1L2 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJig1L2 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJig1L2 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJiPbJu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZCJiPbJu .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJiPbJu .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJiPbJu .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJjOvob {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZCJjOvob .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4ZCJjOvob .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZCJjOvob .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5lXfEuL9L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5lXfEuL9L .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v5lXfEuL9L .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5lXfEuL9L .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v54z0NttHW {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v54z0NttHW {
    align-items: center;
  }
  .cid-v54z0NttHW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v54z0NttHW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v54z0NttHW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v54z0NttHW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v54z0NttHW .content-wrap {
    width: 100%;
  }
}
.cid-v54z0NttHW .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v54z0NttHW .mbr-text,
.cid-v54z0NttHW .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4ZCJkhJ0H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZCJkhJ0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZCJkhJ0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZCJkhJ0H .img-wrapper {
  text-align: center;
}
.cid-v4ZCJkhJ0H img {
  margin: auto;
  width: 200px;
}
.cid-v4ZCJkhJ0H .row {
  align-items: flex-start;
}
.cid-v4ZCJkhJ0H .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4ZCJkhJ0H .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4ZCJkhJ0H .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZCJkhJ0H .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4ZCJkhJ0H .mbr-section-title,
.cid-v4ZCJkhJ0H .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4ZCJkhJ0H .content-head {
  max-width: 800px;
}
.cid-v4ZCJkRLNl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZCJkRLNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZCJkRLNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZCJkRLNl .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4ZCJkRLNl .footer-col {
    flex-direction: column;
  }
}
.cid-v4ZCJkRLNl .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4ZCJkRLNl .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZCJkRLNl .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZCJkRLNl .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZCJkRLNl .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4ZCJkRLNl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4ZCJkRLNl .soc-item {
  margin: 8px;
}
.cid-v4ZCJkRLNl .soc-item a:hover .mbr-iconfont,
.cid-v4ZCJkRLNl .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4ZCJkRLNl .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZCJkRLNl .row {
    text-align: center;
  }
  .cid-v4ZCJkRLNl .social-row {
    justify-content: center;
  }
}
.cid-v4ZCJkRLNl .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4ZCJkRLNl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZCJkRLNl .list {
    margin-bottom: 0rem;
  }
}
.cid-v4ZCJkRLNl .mbr-text {
  color: #bbbbbb;
}
.cid-v4ZCJkRLNl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4ZCJkRLNl .list,
.cid-v4ZCJkRLNl .item-wrap {
  color: #ffffff;
}
.cid-v4ZCJkRLNl .copyright {
  color: #ffffff;
}
.cid-v4ZFfKntNE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4ZFfKntNE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZFfKntNE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4ZFfKntNE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZFfKntNE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4ZFfKntNE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZFfKntNE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZFfKntNE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4ZFfKntNE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4ZFfKntNE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4ZFfKntNE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4ZFfKntNE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4ZFfKntNE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4ZFfKntNE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4ZFfKntNE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4ZFfKntNE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4ZFfKntNE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4ZFfKntNE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4ZFfKntNE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4ZFfKntNE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4ZFfKntNE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZFfKntNE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4ZFfKntNE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4ZFfKntNE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZFfKntNE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4ZFfKntNE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4ZFfKntNE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4ZFfKntNE .nav-item:focus,
.cid-v4ZFfKntNE .nav-link:focus {
  outline: none;
}
.cid-v4ZFfKntNE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZFfKntNE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZFfKntNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4ZFfKntNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4ZFfKntNE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZFfKntNE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZFfKntNE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4ZFfKntNE .navbar.opened {
  transition: all 0.3s;
}
.cid-v4ZFfKntNE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4ZFfKntNE .navbar .navbar-logo img {
  width: auto;
}
.cid-v4ZFfKntNE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4ZFfKntNE .navbar.collapsed {
  justify-content: center;
}
.cid-v4ZFfKntNE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZFfKntNE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZFfKntNE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4ZFfKntNE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZFfKntNE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZFfKntNE .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-v4ZFfKntNE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZFfKntNE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4ZFfKntNE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4ZFfKntNE .navbar {
    min-height: 72px;
  }
  .cid-v4ZFfKntNE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4ZFfKntNE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZFfKntNE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZFfKntNE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZFfKntNE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZFfKntNE .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-v4ZFfKntNE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZFfKntNE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4ZFfKntNE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4ZFfKntNE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZFfKntNE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4ZFfKntNE .dropdown-item.active,
.cid-v4ZFfKntNE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZFfKntNE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZFfKntNE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZFfKntNE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZFfKntNE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZFfKntNE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4ZFfKntNE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4ZFfKntNE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4ZFfKntNE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4ZFfKntNE .navbar-buttons {
    text-align: left;
  }
}
.cid-v4ZFfKntNE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4ZFfKntNE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4ZFfKntNE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4ZFfKntNE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZFfKntNE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZFfKntNE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4ZFfKntNE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZFfKntNE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4ZFfKntNE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4ZFfKntNE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZFfKntNE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4ZFfKntNE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4ZFfKntNE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4ZFfKntNE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZFfKntNE .navbar {
    height: 70px;
  }
  .cid-v4ZFfKntNE .navbar.opened {
    height: auto;
  }
  .cid-v4ZFfKntNE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZFfKntNE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4ZFfKntNE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4ZFfKntNE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4ZFfKntNE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4ZFfKntNE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4ZFfKntNE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4ZFfKntNE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4ZFfKntNE .navbar-brand {
    margin-right: auto;
  }
  .cid-v4ZFfKntNE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4ZFfKntNE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4ZFfKntNE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4ZFfKntNE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZFfKntNE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4ZFfKntNE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4ZFfKntNE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4ZFfKntNE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4ZFfKntNE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZFfKntNE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4ZFfKntNE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4ZFfLvC4s {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4ZFfLvC4s .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4ZFfLvC4s {
    align-items: center;
  }
  .cid-v4ZFfLvC4s .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4ZFfLvC4s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4ZFfLvC4s {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4ZFfLvC4s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4ZFfLvC4s .content-wrap {
    width: 100%;
  }
}
.cid-v4ZFfLvC4s .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZFfLvC4s .mbr-text,
.cid-v4ZFfLvC4s .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZFfLVxO4 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZFfLVxO4 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfLVxO4 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfLVxO4 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4ZFfLVxO4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4ZFfMiol0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZFfMiol0 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfMiol0 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfMiol0 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfMJ3ec {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZFfMJ3ec .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfMJ3ec .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfMJ3ec .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfNe1Ei {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZFfNe1Ei .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfNe1Ei .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfNe1Ei .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfNJ345 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZFfNJ345 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfNJ345 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfNJ345 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfOdowX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZFfOdowX .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfOdowX .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfOdowX .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfPQGub {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZFfPQGub .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfPQGub .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfPQGub .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfQUzxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZFfQUzxy .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v4ZFfQUzxy .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZFfQUzxy .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v54dcG3Qrg {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v54dcG3Qrg {
    align-items: center;
  }
  .cid-v54dcG3Qrg .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v54dcG3Qrg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v54dcG3Qrg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v54dcG3Qrg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v54dcG3Qrg .content-wrap {
    width: 100%;
  }
}
.cid-v54dcG3Qrg .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v54dcG3Qrg .mbr-text,
.cid-v54dcG3Qrg .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4ZFfRm2BE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZFfRm2BE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZFfRm2BE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZFfRm2BE .img-wrapper {
  text-align: center;
}
.cid-v4ZFfRm2BE img {
  margin: auto;
  width: 200px;
}
.cid-v4ZFfRm2BE .row {
  align-items: flex-start;
}
.cid-v4ZFfRm2BE .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4ZFfRm2BE .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4ZFfRm2BE .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZFfRm2BE .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4ZFfRm2BE .mbr-section-title,
.cid-v4ZFfRm2BE .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4ZFfRm2BE .content-head {
  max-width: 800px;
}
.cid-v4ZFfS4nus {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZFfS4nus .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZFfS4nus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZFfS4nus .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4ZFfS4nus .footer-col {
    flex-direction: column;
  }
}
.cid-v4ZFfS4nus .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4ZFfS4nus .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZFfS4nus .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZFfS4nus .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZFfS4nus .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4ZFfS4nus .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4ZFfS4nus .soc-item {
  margin: 8px;
}
.cid-v4ZFfS4nus .soc-item a:hover .mbr-iconfont,
.cid-v4ZFfS4nus .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4ZFfS4nus .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZFfS4nus .row {
    text-align: center;
  }
  .cid-v4ZFfS4nus .social-row {
    justify-content: center;
  }
}
.cid-v4ZFfS4nus .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4ZFfS4nus .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZFfS4nus .list {
    margin-bottom: 0rem;
  }
}
.cid-v4ZFfS4nus .mbr-text {
  color: #bbbbbb;
}
.cid-v4ZFfS4nus .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4ZFfS4nus .list,
.cid-v4ZFfS4nus .item-wrap {
  color: #ffffff;
}
.cid-v4ZFfS4nus .copyright {
  color: #ffffff;
}
.cid-v4ZH75efLT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4ZH75efLT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZH75efLT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4ZH75efLT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZH75efLT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4ZH75efLT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZH75efLT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZH75efLT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4ZH75efLT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4ZH75efLT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4ZH75efLT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4ZH75efLT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4ZH75efLT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4ZH75efLT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4ZH75efLT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4ZH75efLT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4ZH75efLT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4ZH75efLT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4ZH75efLT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4ZH75efLT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4ZH75efLT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZH75efLT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4ZH75efLT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4ZH75efLT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZH75efLT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4ZH75efLT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4ZH75efLT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v4ZH75efLT .nav-item:focus,
.cid-v4ZH75efLT .nav-link:focus {
  outline: none;
}
.cid-v4ZH75efLT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZH75efLT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZH75efLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4ZH75efLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4ZH75efLT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZH75efLT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZH75efLT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4ZH75efLT .navbar.opened {
  transition: all 0.3s;
}
.cid-v4ZH75efLT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4ZH75efLT .navbar .navbar-logo img {
  width: auto;
}
.cid-v4ZH75efLT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4ZH75efLT .navbar.collapsed {
  justify-content: center;
}
.cid-v4ZH75efLT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZH75efLT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZH75efLT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4ZH75efLT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZH75efLT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZH75efLT .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-v4ZH75efLT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZH75efLT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4ZH75efLT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4ZH75efLT .navbar {
    min-height: 72px;
  }
  .cid-v4ZH75efLT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4ZH75efLT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZH75efLT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZH75efLT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZH75efLT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZH75efLT .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-v4ZH75efLT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZH75efLT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4ZH75efLT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4ZH75efLT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4ZH75efLT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4ZH75efLT .dropdown-item.active,
.cid-v4ZH75efLT .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZH75efLT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZH75efLT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZH75efLT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZH75efLT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZH75efLT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4ZH75efLT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4ZH75efLT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4ZH75efLT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4ZH75efLT .navbar-buttons {
    text-align: left;
  }
}
.cid-v4ZH75efLT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4ZH75efLT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v4ZH75efLT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4ZH75efLT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZH75efLT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4ZH75efLT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4ZH75efLT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZH75efLT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4ZH75efLT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4ZH75efLT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4ZH75efLT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4ZH75efLT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4ZH75efLT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4ZH75efLT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZH75efLT .navbar {
    height: 70px;
  }
  .cid-v4ZH75efLT .navbar.opened {
    height: auto;
  }
  .cid-v4ZH75efLT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZH75efLT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4ZH75efLT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4ZH75efLT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4ZH75efLT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4ZH75efLT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4ZH75efLT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4ZH75efLT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4ZH75efLT .navbar-brand {
    margin-right: auto;
  }
  .cid-v4ZH75efLT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v4ZH75efLT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4ZH75efLT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4ZH75efLT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZH75efLT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4ZH75efLT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4ZH75efLT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4ZH75efLT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4ZH75efLT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4ZH75efLT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4ZH75efLT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4ZH75HDgS {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4ZH75HDgS .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4ZH75HDgS {
    align-items: center;
  }
  .cid-v4ZH75HDgS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4ZH75HDgS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4ZH75HDgS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4ZH75HDgS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4ZH75HDgS .content-wrap {
    width: 100%;
  }
}
.cid-v4ZH75HDgS .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZH75HDgS .mbr-text,
.cid-v4ZH75HDgS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4ZH7671Aw {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZH7671Aw .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH7671Aw .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH7671Aw .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v4ZH7671Aw .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v54WVLuzLS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v54WVLuzLS .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v54WVLuzLS .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v54WVLuzLS .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgG5dJjKKO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgG5dJjKKO .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgG5dJjKKO .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgG5dJjKKO .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH76V6n6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZH76V6n6 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH76V6n6 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH76V6n6 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH77mb6y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZH77mb6y .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH77mb6y .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH77mb6y .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH78uUV3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZH78uUV3 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH78uUV3 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH78uUV3 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH790v88 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZH790v88 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH790v88 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH790v88 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v54utAA9T3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v54utAA9T3 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v54utAA9T3 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v54utAA9T3 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v54uE2dVia {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v54uE2dVia .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v54uE2dVia .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v54uE2dVia .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v54uXH1rsW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v54uXH1rsW .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v54uXH1rsW .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v54uXH1rsW .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH79oCVJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZH79oCVJ .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH79oCVJ .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v4ZH79oCVJ .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vf5sGPvgZ2 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf5sGPvgZ2 {
    align-items: center;
  }
  .cid-vf5sGPvgZ2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf5sGPvgZ2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf5sGPvgZ2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf5sGPvgZ2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf5sGPvgZ2 .content-wrap {
    width: 100%;
  }
}
.cid-vf5sGPvgZ2 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf5sGPvgZ2 .mbr-text,
.cid-vf5sGPvgZ2 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v4ZH7bu79Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZH7bu79Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZH7bu79Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZH7bu79Q .img-wrapper {
  text-align: center;
}
.cid-v4ZH7bu79Q img {
  margin: auto;
  width: 200px;
}
.cid-v4ZH7bu79Q .row {
  align-items: flex-start;
}
.cid-v4ZH7bu79Q .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v4ZH7bu79Q .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v4ZH7bu79Q .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZH7bu79Q .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v4ZH7bu79Q .mbr-section-title,
.cid-v4ZH7bu79Q .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v4ZH7bu79Q .content-head {
  max-width: 800px;
}
.cid-v4ZH7c3pYx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v4ZH7c3pYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZH7c3pYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZH7c3pYx .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4ZH7c3pYx .footer-col {
    flex-direction: column;
  }
}
.cid-v4ZH7c3pYx .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4ZH7c3pYx .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZH7c3pYx .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZH7c3pYx .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZH7c3pYx .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4ZH7c3pYx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4ZH7c3pYx .soc-item {
  margin: 8px;
}
.cid-v4ZH7c3pYx .soc-item a:hover .mbr-iconfont,
.cid-v4ZH7c3pYx .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v4ZH7c3pYx .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZH7c3pYx .row {
    text-align: center;
  }
  .cid-v4ZH7c3pYx .social-row {
    justify-content: center;
  }
}
.cid-v4ZH7c3pYx .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4ZH7c3pYx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZH7c3pYx .list {
    margin-bottom: 0rem;
  }
}
.cid-v4ZH7c3pYx .mbr-text {
  color: #bbbbbb;
}
.cid-v4ZH7c3pYx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4ZH7c3pYx .list,
.cid-v4ZH7c3pYx .item-wrap {
  color: #ffffff;
}
.cid-v4ZH7c3pYx .copyright {
  color: #ffffff;
}
.cid-v59TdheaVk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v59TdheaVk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v59TdheaVk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v59TdheaVk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v59TdheaVk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v59TdheaVk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v59TdheaVk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v59TdheaVk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v59TdheaVk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v59TdheaVk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v59TdheaVk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v59TdheaVk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v59TdheaVk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v59TdheaVk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v59TdheaVk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v59TdheaVk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v59TdheaVk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v59TdheaVk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v59TdheaVk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v59TdheaVk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v59TdheaVk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v59TdheaVk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v59TdheaVk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v59TdheaVk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v59TdheaVk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v59TdheaVk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v59TdheaVk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v59TdheaVk .nav-item:focus,
.cid-v59TdheaVk .nav-link:focus {
  outline: none;
}
.cid-v59TdheaVk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v59TdheaVk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v59TdheaVk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v59TdheaVk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v59TdheaVk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v59TdheaVk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v59TdheaVk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v59TdheaVk .navbar.opened {
  transition: all 0.3s;
}
.cid-v59TdheaVk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v59TdheaVk .navbar .navbar-logo img {
  width: auto;
}
.cid-v59TdheaVk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v59TdheaVk .navbar.collapsed {
  justify-content: center;
}
.cid-v59TdheaVk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v59TdheaVk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v59TdheaVk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v59TdheaVk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v59TdheaVk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v59TdheaVk .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-v59TdheaVk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v59TdheaVk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v59TdheaVk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v59TdheaVk .navbar {
    min-height: 72px;
  }
  .cid-v59TdheaVk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v59TdheaVk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v59TdheaVk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v59TdheaVk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v59TdheaVk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v59TdheaVk .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-v59TdheaVk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v59TdheaVk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v59TdheaVk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v59TdheaVk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v59TdheaVk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v59TdheaVk .dropdown-item.active,
.cid-v59TdheaVk .dropdown-item:active {
  background-color: transparent;
}
.cid-v59TdheaVk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v59TdheaVk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v59TdheaVk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v59TdheaVk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v59TdheaVk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v59TdheaVk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v59TdheaVk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v59TdheaVk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v59TdheaVk .navbar-buttons {
    text-align: left;
  }
}
.cid-v59TdheaVk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v59TdheaVk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v59TdheaVk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v59TdheaVk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v59TdheaVk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v59TdheaVk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v59TdheaVk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v59TdheaVk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v59TdheaVk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v59TdheaVk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v59TdheaVk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v59TdheaVk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v59TdheaVk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v59TdheaVk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v59TdheaVk .navbar {
    height: 70px;
  }
  .cid-v59TdheaVk .navbar.opened {
    height: auto;
  }
  .cid-v59TdheaVk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v59TdheaVk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v59TdheaVk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v59TdheaVk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v59TdheaVk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v59TdheaVk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v59TdheaVk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v59TdheaVk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v59TdheaVk .navbar-brand {
    margin-right: auto;
  }
  .cid-v59TdheaVk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v59TdheaVk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v59TdheaVk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v59TdheaVk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v59TdheaVk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v59TdheaVk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v59TdheaVk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v59TdheaVk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v59TdheaVk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v59TdheaVk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v59TdheaVk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v59TdhOEa4 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v59TdhOEa4 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v59TdhOEa4 {
    align-items: center;
  }
  .cid-v59TdhOEa4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v59TdhOEa4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v59TdhOEa4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v59TdhOEa4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v59TdhOEa4 .content-wrap {
    width: 100%;
  }
}
.cid-v59TdhOEa4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v59TdhOEa4 .mbr-text,
.cid-v59TdhOEa4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v59TdilOYf {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59TdilOYf .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdilOYf .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdilOYf .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v59TdilOYf .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v59TdiJbNl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59TdiJbNl .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdiJbNl .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdiJbNl .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v59Tdj7dsU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59Tdj7dsU .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59Tdj7dsU .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59Tdj7dsU .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdjuiH1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59TdjuiH1 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdjuiH1 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdjuiH1 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdjTehM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59TdjTehM .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdjTehM .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdjTehM .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdkfBjA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59TdkfBjA .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdkfBjA .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdkfBjA .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdkFCCv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59TdkFCCv .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdkFCCv .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdkFCCv .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v59TdlwUaU {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v59TdlwUaU {
    align-items: center;
  }
  .cid-v59TdlwUaU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v59TdlwUaU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v59TdlwUaU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v59TdlwUaU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v59TdlwUaU .content-wrap {
    width: 100%;
  }
}
.cid-v59TdlwUaU .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v59TdlwUaU .mbr-text,
.cid-v59TdlwUaU .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v59TdlViFS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v59TdlViFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v59TdlViFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v59TdlViFS .img-wrapper {
  text-align: center;
}
.cid-v59TdlViFS img {
  margin: auto;
  width: 200px;
}
.cid-v59TdlViFS .row {
  align-items: flex-start;
}
.cid-v59TdlViFS .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v59TdlViFS .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v59TdlViFS .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v59TdlViFS .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v59TdlViFS .mbr-section-title,
.cid-v59TdlViFS .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v59TdlViFS .content-head {
  max-width: 800px;
}
.cid-v59TdmrPPx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v59TdmrPPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v59TdmrPPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v59TdmrPPx .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v59TdmrPPx .footer-col {
    flex-direction: column;
  }
}
.cid-v59TdmrPPx .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v59TdmrPPx .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v59TdmrPPx .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v59TdmrPPx .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v59TdmrPPx .mbr-section-btn {
    text-align: center;
  }
}
.cid-v59TdmrPPx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v59TdmrPPx .soc-item {
  margin: 8px;
}
.cid-v59TdmrPPx .soc-item a:hover .mbr-iconfont,
.cid-v59TdmrPPx .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v59TdmrPPx .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v59TdmrPPx .row {
    text-align: center;
  }
  .cid-v59TdmrPPx .social-row {
    justify-content: center;
  }
}
.cid-v59TdmrPPx .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v59TdmrPPx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v59TdmrPPx .list {
    margin-bottom: 0rem;
  }
}
.cid-v59TdmrPPx .mbr-text {
  color: #bbbbbb;
}
.cid-v59TdmrPPx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v59TdmrPPx .list,
.cid-v59TdmrPPx .item-wrap {
  color: #ffffff;
}
.cid-v59TdmrPPx .copyright {
  color: #ffffff;
}
.cid-v59Zfjz4Cg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v59Zfjz4Cg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v59Zfjz4Cg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v59Zfjz4Cg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v59Zfjz4Cg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v59Zfjz4Cg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v59Zfjz4Cg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v59Zfjz4Cg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v59Zfjz4Cg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v59Zfjz4Cg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v59Zfjz4Cg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v59Zfjz4Cg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v59Zfjz4Cg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v59Zfjz4Cg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v59Zfjz4Cg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v59Zfjz4Cg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v59Zfjz4Cg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v59Zfjz4Cg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v59Zfjz4Cg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v59Zfjz4Cg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v59Zfjz4Cg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v59Zfjz4Cg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v59Zfjz4Cg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v59Zfjz4Cg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v59Zfjz4Cg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v59Zfjz4Cg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v59Zfjz4Cg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v59Zfjz4Cg .nav-item:focus,
.cid-v59Zfjz4Cg .nav-link:focus {
  outline: none;
}
.cid-v59Zfjz4Cg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v59Zfjz4Cg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v59Zfjz4Cg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v59Zfjz4Cg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v59Zfjz4Cg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v59Zfjz4Cg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v59Zfjz4Cg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v59Zfjz4Cg .navbar.opened {
  transition: all 0.3s;
}
.cid-v59Zfjz4Cg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v59Zfjz4Cg .navbar .navbar-logo img {
  width: auto;
}
.cid-v59Zfjz4Cg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v59Zfjz4Cg .navbar.collapsed {
  justify-content: center;
}
.cid-v59Zfjz4Cg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v59Zfjz4Cg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v59Zfjz4Cg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v59Zfjz4Cg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v59Zfjz4Cg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v59Zfjz4Cg .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-v59Zfjz4Cg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v59Zfjz4Cg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v59Zfjz4Cg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v59Zfjz4Cg .navbar {
    min-height: 72px;
  }
  .cid-v59Zfjz4Cg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v59Zfjz4Cg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v59Zfjz4Cg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v59Zfjz4Cg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v59Zfjz4Cg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v59Zfjz4Cg .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-v59Zfjz4Cg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v59Zfjz4Cg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v59Zfjz4Cg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v59Zfjz4Cg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v59Zfjz4Cg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v59Zfjz4Cg .dropdown-item.active,
.cid-v59Zfjz4Cg .dropdown-item:active {
  background-color: transparent;
}
.cid-v59Zfjz4Cg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v59Zfjz4Cg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v59Zfjz4Cg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v59Zfjz4Cg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v59Zfjz4Cg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v59Zfjz4Cg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v59Zfjz4Cg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v59Zfjz4Cg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v59Zfjz4Cg .navbar-buttons {
    text-align: left;
  }
}
.cid-v59Zfjz4Cg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v59Zfjz4Cg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v59Zfjz4Cg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v59Zfjz4Cg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v59Zfjz4Cg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v59Zfjz4Cg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v59Zfjz4Cg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v59Zfjz4Cg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v59Zfjz4Cg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v59Zfjz4Cg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v59Zfjz4Cg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v59Zfjz4Cg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v59Zfjz4Cg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v59Zfjz4Cg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v59Zfjz4Cg .navbar {
    height: 70px;
  }
  .cid-v59Zfjz4Cg .navbar.opened {
    height: auto;
  }
  .cid-v59Zfjz4Cg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v59Zfjz4Cg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v59Zfjz4Cg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v59Zfjz4Cg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v59Zfjz4Cg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v59Zfjz4Cg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v59Zfjz4Cg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v59Zfjz4Cg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v59Zfjz4Cg .navbar-brand {
    margin-right: auto;
  }
  .cid-v59Zfjz4Cg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v59Zfjz4Cg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v59Zfjz4Cg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v59Zfjz4Cg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v59Zfjz4Cg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v59Zfjz4Cg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v59Zfjz4Cg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v59Zfjz4Cg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v59Zfjz4Cg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v59Zfjz4Cg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v59Zfjz4Cg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v59ZfjYTeg {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v59ZfjYTeg .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v59ZfjYTeg {
    align-items: center;
  }
  .cid-v59ZfjYTeg .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v59ZfjYTeg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v59ZfjYTeg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v59ZfjYTeg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v59ZfjYTeg .content-wrap {
    width: 100%;
  }
}
.cid-v59ZfjYTeg .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v59ZfjYTeg .mbr-text,
.cid-v59ZfjYTeg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v59Zfkq4hM {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59Zfkq4hM .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59Zfkq4hM .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59Zfkq4hM .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v59Zfkq4hM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v59ZNYtn48 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59ZNYtn48 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZNYtn48 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZNYtn48 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v59ZfkLTAo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59ZfkLTAo .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZfkLTAo .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZfkLTAo .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v59Zfl4qcx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59Zfl4qcx .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59Zfl4qcx .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59Zfl4qcx .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZflmtSG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59ZflmtSG .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZflmtSG .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZflmtSG .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZflLPEv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59ZflLPEv .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZflLPEv .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZflLPEv .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v59Zfm4Nxa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59Zfm4Nxa .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59Zfm4Nxa .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59Zfm4Nxa .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZfmnCEE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59ZfmnCEE .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZfmnCEE .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZfmnCEE .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZfmIu0h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v59ZfmIu0h .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v59ZfmIu0h .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v59ZfmIu0h .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf54FhFdOh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf54FhFdOh .item:focus,
.cid-vf54FhFdOh span:focus {
  outline: none;
}
.cid-vf54FhFdOh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vf54FhFdOh .item {
    margin-bottom: 1rem;
  }
}
.cid-vf54FhFdOh .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vf54FhFdOh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vf54FhFdOh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vf54FhFdOh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vf54FhFdOh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vf54FhFdOh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vf54FhFdOh .mbr-text,
.cid-vf54FhFdOh .item .mbr-section-btn {
  text-align: center;
}
.cid-vf54FhFdOh .content-head {
  max-width: 800px;
}
.cid-vf54FhFdOh .mbr-number {
  color: #9fe870;
}
.cid-vf54FhFdOh .mbr-section-subtitle,
.cid-vf54FhFdOh .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-vf54FhFdOh .mbr-text {
  text-align: left;
}
.cid-vf54FhFdOh .mbr-text,
.cid-vf54FhFdOh .mbr-card-btn {
  text-align: left;
}
.cid-vf54FhFdOh .mbr-text,
.cid-vf54FhFdOh .mbr-section-btn {
  text-align: left;
}
.cid-vf54FhFdOh .mbr-text,
.cid-vf54FhFdOh .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vf54FhFdOh .card-text,
.cid-vf54FhFdOh .item .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vf54FhFdOh .card-title {
  text-align: center;
  color: #b44f79;
}
.cid-v59ZfnsfbY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v59ZfnsfbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v59ZfnsfbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v59ZfnsfbY .img-wrapper {
  text-align: center;
}
.cid-v59ZfnsfbY img {
  margin: auto;
  width: 200px;
}
.cid-v59ZfnsfbY .row {
  align-items: flex-start;
}
.cid-v59ZfnsfbY .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v59ZfnsfbY .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v59ZfnsfbY .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v59ZfnsfbY .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v59ZfnsfbY .mbr-section-title,
.cid-v59ZfnsfbY .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v59ZfnsfbY .content-head {
  max-width: 800px;
}
.cid-v59ZfnX3MU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v59ZfnX3MU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v59ZfnX3MU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v59ZfnX3MU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v59ZfnX3MU .footer-col {
    flex-direction: column;
  }
}
.cid-v59ZfnX3MU .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v59ZfnX3MU .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v59ZfnX3MU .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v59ZfnX3MU .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v59ZfnX3MU .mbr-section-btn {
    text-align: center;
  }
}
.cid-v59ZfnX3MU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v59ZfnX3MU .soc-item {
  margin: 8px;
}
.cid-v59ZfnX3MU .soc-item a:hover .mbr-iconfont,
.cid-v59ZfnX3MU .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v59ZfnX3MU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v59ZfnX3MU .row {
    text-align: center;
  }
  .cid-v59ZfnX3MU .social-row {
    justify-content: center;
  }
}
.cid-v59ZfnX3MU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v59ZfnX3MU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v59ZfnX3MU .list {
    margin-bottom: 0rem;
  }
}
.cid-v59ZfnX3MU .mbr-text {
  color: #bbbbbb;
}
.cid-v59ZfnX3MU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v59ZfnX3MU .list,
.cid-v59ZfnX3MU .item-wrap {
  color: #ffffff;
}
.cid-v59ZfnX3MU .copyright {
  color: #ffffff;
}
.cid-v5aOLFeS4J {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5aOLFeS4J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5aOLFeS4J .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5aOLFeS4J .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5aOLFeS4J .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5aOLFeS4J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5aOLFeS4J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5aOLFeS4J .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5aOLFeS4J .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5aOLFeS4J .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5aOLFeS4J .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5aOLFeS4J .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5aOLFeS4J .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5aOLFeS4J .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5aOLFeS4J .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5aOLFeS4J .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5aOLFeS4J .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5aOLFeS4J .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5aOLFeS4J .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5aOLFeS4J .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5aOLFeS4J .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5aOLFeS4J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5aOLFeS4J .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5aOLFeS4J .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5aOLFeS4J .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5aOLFeS4J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5aOLFeS4J .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v5aOLFeS4J .nav-item:focus,
.cid-v5aOLFeS4J .nav-link:focus {
  outline: none;
}
.cid-v5aOLFeS4J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5aOLFeS4J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5aOLFeS4J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5aOLFeS4J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5aOLFeS4J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5aOLFeS4J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5aOLFeS4J .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5aOLFeS4J .navbar.opened {
  transition: all 0.3s;
}
.cid-v5aOLFeS4J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5aOLFeS4J .navbar .navbar-logo img {
  width: auto;
}
.cid-v5aOLFeS4J .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5aOLFeS4J .navbar.collapsed {
  justify-content: center;
}
.cid-v5aOLFeS4J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5aOLFeS4J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5aOLFeS4J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5aOLFeS4J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5aOLFeS4J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5aOLFeS4J .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-v5aOLFeS4J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5aOLFeS4J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5aOLFeS4J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5aOLFeS4J .navbar {
    min-height: 72px;
  }
  .cid-v5aOLFeS4J .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5aOLFeS4J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5aOLFeS4J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5aOLFeS4J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5aOLFeS4J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5aOLFeS4J .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-v5aOLFeS4J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5aOLFeS4J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5aOLFeS4J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5aOLFeS4J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5aOLFeS4J .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5aOLFeS4J .dropdown-item.active,
.cid-v5aOLFeS4J .dropdown-item:active {
  background-color: transparent;
}
.cid-v5aOLFeS4J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5aOLFeS4J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5aOLFeS4J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5aOLFeS4J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5aOLFeS4J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5aOLFeS4J .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5aOLFeS4J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5aOLFeS4J .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5aOLFeS4J .navbar-buttons {
    text-align: left;
  }
}
.cid-v5aOLFeS4J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5aOLFeS4J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v5aOLFeS4J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5aOLFeS4J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5aOLFeS4J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5aOLFeS4J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5aOLFeS4J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5aOLFeS4J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5aOLFeS4J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5aOLFeS4J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5aOLFeS4J .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5aOLFeS4J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5aOLFeS4J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5aOLFeS4J .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5aOLFeS4J .navbar {
    height: 70px;
  }
  .cid-v5aOLFeS4J .navbar.opened {
    height: auto;
  }
  .cid-v5aOLFeS4J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5aOLFeS4J .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5aOLFeS4J .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5aOLFeS4J .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5aOLFeS4J .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5aOLFeS4J .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5aOLFeS4J .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5aOLFeS4J .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5aOLFeS4J .navbar-brand {
    margin-right: auto;
  }
  .cid-v5aOLFeS4J .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5aOLFeS4J .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5aOLFeS4J .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5aOLFeS4J .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5aOLFeS4J .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5aOLFeS4J .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5aOLFeS4J .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5aOLFeS4J .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5aOLFeS4J .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5aOLFeS4J .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5aOLFeS4J .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5aOLFEHMf {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5aOLFEHMf .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v5aOLFEHMf .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v5aOLFEHMf .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v9HW3Z9Wqb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9HW3Z9Wqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HW3Z9Wqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HW3Z9Wqb .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9HW3Z9Wqb .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v9HW3Z9Wqb .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9HW3Z9Wqb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v9HW3Z9Wqb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v9HW3Z9Wqb .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-v9HW3Z9Wqb .mbr-section-title {
  color: #9fe870;
}
.cid-v9HW3Z9Wqb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9HW3Z9Wqb .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9HW3Z9Wqb .card-box .item-footer {
  margin-top: auto;
}
.cid-v9HW3Z9Wqb .content-head {
  max-width: 800px;
}
.cid-v9HW3Z9Wqb .card-title,
.cid-v9HW3Z9Wqb .iconfont-wrapper {
  color: #b44f79;
  text-align: center;
}
.cid-v9HW3Z9Wqb .card-text,
.cid-v9HW3Z9Wqb .item .mbr-section-btn {
  color: #b44f79;
}
.cid-v5aOLH102e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5aOLH102e .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v5aOLH102e .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v5aOLH102e .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5aOLHqr0G {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v5aOLHqr0G .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5aOLHqr0G {
    align-items: center;
  }
  .cid-v5aOLHqr0G .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5aOLHqr0G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5aOLHqr0G {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5aOLHqr0G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5aOLHqr0G .content-wrap {
    width: 100%;
  }
}
.cid-v5aOLHqr0G .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5aOLHqr0G .mbr-text,
.cid-v5aOLHqr0G .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5aOLHTr2l {
  display: flex;
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v5aOLHTr2l {
    align-items: center;
  }
  .cid-v5aOLHTr2l .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5aOLHTr2l .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5aOLHTr2l {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5aOLHTr2l .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5aOLHTr2l .content-wrap {
    width: 100%;
  }
}
.cid-v5aOLHTr2l .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5aOLHTr2l .mbr-text,
.cid-v5aOLHTr2l .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vh3Z3DXpSR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh3Z3DXpSR .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-vh3Z3DXpSR .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vh3Z3DXpSR .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vh3ZnXdOya {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh3ZnXdOya .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vh3ZnXdOya .panel-group {
  border: none;
}
.cid-vh3ZnXdOya .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vh3ZnXdOya .card-header {
    padding: 0rem;
  }
}
.cid-vh3ZnXdOya .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vh3ZnXdOya .img-col {
  padding: 0;
}
.cid-vh3ZnXdOya .img-item {
  height: 100%;
}
.cid-vh3ZnXdOya img {
  height: 100%;
  object-fit: cover;
}
.cid-vh3ZnXdOya .collapsed span {
  transform: rotate(0deg);
}
.cid-vh3ZnXdOya .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vh3ZnXdOya p {
  margin-bottom: 0.3rem;
}
.cid-vh3ZnXdOya .panel-title-edit {
  color: #000000;
}
.cid-vh3ZnXdOya .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vh3ZnXdOya .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vh3ZnXdOya .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh3ZnXdOya .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vh3ZnXdOya .panel-text {
  color: #ffffff;
}
.cid-vh3ZnXdOya .mbr-section-title {
  text-align: left;
  color: #b44f79;
}
.cid-vh3ZnXdOya .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vh3ZnXdOya .panel-title-edit,
.cid-vh3ZnXdOya .mbr-iconfont {
  color: #ffffff;
}
.cid-v5aOLGrqIM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5aOLGrqIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5aOLGrqIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v5aOLGrqIM .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v5aOLGrqIM .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5aOLGrqIM .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-v5aOLGrqIM .card-wrapper {
  background: #ffffff;
}
.cid-v5aOLGrqIM .mbr-text,
.cid-v5aOLGrqIM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5aOLGrqIM .card-title,
.cid-v5aOLGrqIM .card-box {
  text-align: left;
  color: #000000;
}
.cid-v5aOLGrqIM .image-wrapper img {
  width: 100%;
}
.cid-v5aOLIn0vK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5aOLIn0vK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5aOLIn0vK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5aOLIn0vK .img-wrapper {
  text-align: center;
}
.cid-v5aOLIn0vK img {
  margin: auto;
  width: 200px;
}
.cid-v5aOLIn0vK .row {
  align-items: flex-start;
}
.cid-v5aOLIn0vK .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v5aOLIn0vK .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v5aOLIn0vK .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5aOLIn0vK .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v5aOLIn0vK .mbr-section-title,
.cid-v5aOLIn0vK .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5aOLIn0vK .content-head {
  max-width: 800px;
}
.cid-v5aOLITRFe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5aOLITRFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5aOLITRFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5aOLITRFe .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5aOLITRFe .footer-col {
    flex-direction: column;
  }
}
.cid-v5aOLITRFe .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5aOLITRFe .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5aOLITRFe .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5aOLITRFe .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v5aOLITRFe .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5aOLITRFe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5aOLITRFe .soc-item {
  margin: 8px;
}
.cid-v5aOLITRFe .soc-item a:hover .mbr-iconfont,
.cid-v5aOLITRFe .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v5aOLITRFe .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5aOLITRFe .row {
    text-align: center;
  }
  .cid-v5aOLITRFe .social-row {
    justify-content: center;
  }
}
.cid-v5aOLITRFe .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v5aOLITRFe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5aOLITRFe .list {
    margin-bottom: 0rem;
  }
}
.cid-v5aOLITRFe .mbr-text {
  color: #bbbbbb;
}
.cid-v5aOLITRFe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5aOLITRFe .list,
.cid-v5aOLITRFe .item-wrap {
  color: #ffffff;
}
.cid-v5aOLITRFe .copyright {
  color: #ffffff;
}
.cid-v5m02wBsk8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5m02wBsk8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5m02wBsk8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5m02wBsk8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5m02wBsk8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5m02wBsk8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5m02wBsk8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5m02wBsk8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5m02wBsk8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5m02wBsk8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5m02wBsk8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5m02wBsk8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5m02wBsk8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5m02wBsk8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5m02wBsk8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5m02wBsk8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5m02wBsk8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5m02wBsk8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5m02wBsk8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5m02wBsk8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5m02wBsk8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5m02wBsk8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5m02wBsk8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5m02wBsk8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5m02wBsk8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5m02wBsk8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5m02wBsk8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v5m02wBsk8 .nav-item:focus,
.cid-v5m02wBsk8 .nav-link:focus {
  outline: none;
}
.cid-v5m02wBsk8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5m02wBsk8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5m02wBsk8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5m02wBsk8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5m02wBsk8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5m02wBsk8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5m02wBsk8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5m02wBsk8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5m02wBsk8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5m02wBsk8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5m02wBsk8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5m02wBsk8 .navbar.collapsed {
  justify-content: center;
}
.cid-v5m02wBsk8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5m02wBsk8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5m02wBsk8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5m02wBsk8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5m02wBsk8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5m02wBsk8 .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-v5m02wBsk8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5m02wBsk8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5m02wBsk8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5m02wBsk8 .navbar {
    min-height: 72px;
  }
  .cid-v5m02wBsk8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5m02wBsk8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5m02wBsk8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5m02wBsk8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5m02wBsk8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5m02wBsk8 .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-v5m02wBsk8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5m02wBsk8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5m02wBsk8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5m02wBsk8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5m02wBsk8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5m02wBsk8 .dropdown-item.active,
.cid-v5m02wBsk8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5m02wBsk8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5m02wBsk8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5m02wBsk8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5m02wBsk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5m02wBsk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5m02wBsk8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5m02wBsk8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5m02wBsk8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5m02wBsk8 .navbar-buttons {
    text-align: left;
  }
}
.cid-v5m02wBsk8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5m02wBsk8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v5m02wBsk8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5m02wBsk8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5m02wBsk8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5m02wBsk8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5m02wBsk8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5m02wBsk8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5m02wBsk8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5m02wBsk8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5m02wBsk8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5m02wBsk8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5m02wBsk8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5m02wBsk8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5m02wBsk8 .navbar {
    height: 70px;
  }
  .cid-v5m02wBsk8 .navbar.opened {
    height: auto;
  }
  .cid-v5m02wBsk8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5m02wBsk8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5m02wBsk8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5m02wBsk8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5m02wBsk8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5m02wBsk8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5m02wBsk8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5m02wBsk8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5m02wBsk8 .navbar-brand {
    margin-right: auto;
  }
  .cid-v5m02wBsk8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5m02wBsk8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5m02wBsk8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5m02wBsk8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5m02wBsk8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5m02wBsk8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5m02wBsk8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5m02wBsk8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5m02wBsk8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5m02wBsk8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5m02wBsk8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5m02wYv3T {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v5m02wYv3T .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5m02wYv3T {
    align-items: center;
  }
  .cid-v5m02wYv3T .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5m02wYv3T .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5m02wYv3T {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5m02wYv3T .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5m02wYv3T .content-wrap {
    width: 100%;
  }
}
.cid-v5m02wYv3T .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5m02wYv3T .mbr-text,
.cid-v5m02wYv3T .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5m02xqmAN {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m02xqmAN .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02xqmAN .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02xqmAN .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5m02xqmAN .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5m02xKQ7Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m02xKQ7Q .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02xKQ7Q .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02xKQ7Q .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v8Kq7h6dyA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Kq7h6dyA .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v8Kq7h6dyA .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v8Kq7h6dyA .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5m02y6vYU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m02y6vYU .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02y6vYU .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02y6vYU .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02yxE7O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m02yxE7O .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02yxE7O .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02yxE7O .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02yTf5E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m02yTf5E .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02yTf5E .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02yTf5E .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02ziIjI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m02ziIjI .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02ziIjI .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02ziIjI .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02zOD1l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m02zOD1l .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02zOD1l .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m02zOD1l .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vf4IE8fZIm {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4IE8fZIm {
    align-items: center;
  }
  .cid-vf4IE8fZIm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4IE8fZIm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4IE8fZIm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4IE8fZIm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4IE8fZIm .content-wrap {
    width: 100%;
  }
}
.cid-vf4IE8fZIm .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4IE8fZIm .mbr-text,
.cid-vf4IE8fZIm .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v5m02BNHlY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5m02BNHlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5m02BNHlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5m02BNHlY .img-wrapper {
  text-align: center;
}
.cid-v5m02BNHlY img {
  margin: auto;
  width: 200px;
}
.cid-v5m02BNHlY .row {
  align-items: flex-start;
}
.cid-v5m02BNHlY .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v5m02BNHlY .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v5m02BNHlY .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5m02BNHlY .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v5m02BNHlY .mbr-section-title,
.cid-v5m02BNHlY .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5m02BNHlY .content-head {
  max-width: 800px;
}
.cid-v5m02ChWdX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5m02ChWdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5m02ChWdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5m02ChWdX .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5m02ChWdX .footer-col {
    flex-direction: column;
  }
}
.cid-v5m02ChWdX .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5m02ChWdX .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5m02ChWdX .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5m02ChWdX .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v5m02ChWdX .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5m02ChWdX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5m02ChWdX .soc-item {
  margin: 8px;
}
.cid-v5m02ChWdX .soc-item a:hover .mbr-iconfont,
.cid-v5m02ChWdX .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v5m02ChWdX .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5m02ChWdX .row {
    text-align: center;
  }
  .cid-v5m02ChWdX .social-row {
    justify-content: center;
  }
}
.cid-v5m02ChWdX .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v5m02ChWdX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5m02ChWdX .list {
    margin-bottom: 0rem;
  }
}
.cid-v5m02ChWdX .mbr-text {
  color: #bbbbbb;
}
.cid-v5m02ChWdX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5m02ChWdX .list,
.cid-v5m02ChWdX .item-wrap {
  color: #ffffff;
}
.cid-v5m02ChWdX .copyright {
  color: #ffffff;
}
.cid-v5m1WBczwR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5m1WBczwR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5m1WBczwR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5m1WBczwR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5m1WBczwR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5m1WBczwR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5m1WBczwR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5m1WBczwR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5m1WBczwR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5m1WBczwR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5m1WBczwR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5m1WBczwR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5m1WBczwR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5m1WBczwR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5m1WBczwR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5m1WBczwR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5m1WBczwR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5m1WBczwR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5m1WBczwR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5m1WBczwR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5m1WBczwR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5m1WBczwR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5m1WBczwR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5m1WBczwR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5m1WBczwR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5m1WBczwR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5m1WBczwR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v5m1WBczwR .nav-item:focus,
.cid-v5m1WBczwR .nav-link:focus {
  outline: none;
}
.cid-v5m1WBczwR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5m1WBczwR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5m1WBczwR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5m1WBczwR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5m1WBczwR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5m1WBczwR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5m1WBczwR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5m1WBczwR .navbar.opened {
  transition: all 0.3s;
}
.cid-v5m1WBczwR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5m1WBczwR .navbar .navbar-logo img {
  width: auto;
}
.cid-v5m1WBczwR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5m1WBczwR .navbar.collapsed {
  justify-content: center;
}
.cid-v5m1WBczwR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5m1WBczwR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5m1WBczwR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5m1WBczwR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5m1WBczwR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5m1WBczwR .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-v5m1WBczwR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5m1WBczwR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5m1WBczwR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5m1WBczwR .navbar {
    min-height: 72px;
  }
  .cid-v5m1WBczwR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5m1WBczwR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5m1WBczwR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5m1WBczwR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5m1WBczwR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5m1WBczwR .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-v5m1WBczwR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5m1WBczwR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5m1WBczwR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5m1WBczwR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5m1WBczwR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5m1WBczwR .dropdown-item.active,
.cid-v5m1WBczwR .dropdown-item:active {
  background-color: transparent;
}
.cid-v5m1WBczwR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5m1WBczwR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5m1WBczwR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5m1WBczwR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5m1WBczwR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5m1WBczwR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5m1WBczwR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5m1WBczwR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5m1WBczwR .navbar-buttons {
    text-align: left;
  }
}
.cid-v5m1WBczwR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5m1WBczwR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v5m1WBczwR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5m1WBczwR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5m1WBczwR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5m1WBczwR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5m1WBczwR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5m1WBczwR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5m1WBczwR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5m1WBczwR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5m1WBczwR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5m1WBczwR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5m1WBczwR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5m1WBczwR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5m1WBczwR .navbar {
    height: 70px;
  }
  .cid-v5m1WBczwR .navbar.opened {
    height: auto;
  }
  .cid-v5m1WBczwR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5m1WBczwR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5m1WBczwR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5m1WBczwR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5m1WBczwR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5m1WBczwR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5m1WBczwR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5m1WBczwR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5m1WBczwR .navbar-brand {
    margin-right: auto;
  }
  .cid-v5m1WBczwR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5m1WBczwR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5m1WBczwR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5m1WBczwR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5m1WBczwR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5m1WBczwR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5m1WBczwR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5m1WBczwR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5m1WBczwR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5m1WBczwR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5m1WBczwR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5m1WBBwkz {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v5m1WBBwkz .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5m1WBBwkz {
    align-items: center;
  }
  .cid-v5m1WBBwkz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5m1WBBwkz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5m1WBBwkz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5m1WBBwkz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5m1WBBwkz .content-wrap {
    width: 100%;
  }
}
.cid-v5m1WBBwkz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5m1WBBwkz .mbr-text,
.cid-v5m1WBBwkz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5m1WC0s9X {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m1WC0s9X .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WC0s9X .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WC0s9X .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5m1WC0s9X .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5m1WCin7g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m1WCin7g .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WCin7g .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WCin7g .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5m1WCAfZb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m1WCAfZb .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WCAfZb .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WCAfZb .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WCWWbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m1WCWWbD .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WCWWbD .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WCWWbD .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WDhlWs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m1WDhlWs .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WDhlWs .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WDhlWs .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WDAOs3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m1WDAOs3 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WDAOs3 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WDAOs3 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m3pEKW59 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m3pEKW59 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m3pEKW59 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m3pEKW59 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WDWVYr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m1WDWVYr .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WDWVYr .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m1WDWVYr .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vf4IgyeDkk {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4IgyeDkk {
    align-items: center;
  }
  .cid-vf4IgyeDkk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4IgyeDkk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4IgyeDkk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4IgyeDkk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4IgyeDkk .content-wrap {
    width: 100%;
  }
}
.cid-vf4IgyeDkk .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4IgyeDkk .mbr-text,
.cid-vf4IgyeDkk .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v5m1WFw1Cl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5m1WFw1Cl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5m1WFw1Cl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5m1WFw1Cl .img-wrapper {
  text-align: center;
}
.cid-v5m1WFw1Cl img {
  margin: auto;
  width: 200px;
}
.cid-v5m1WFw1Cl .row {
  align-items: flex-start;
}
.cid-v5m1WFw1Cl .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v5m1WFw1Cl .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v5m1WFw1Cl .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5m1WFw1Cl .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v5m1WFw1Cl .mbr-section-title,
.cid-v5m1WFw1Cl .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5m1WFw1Cl .content-head {
  max-width: 800px;
}
.cid-v5m1WFWbD2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5m1WFWbD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5m1WFWbD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5m1WFWbD2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5m1WFWbD2 .footer-col {
    flex-direction: column;
  }
}
.cid-v5m1WFWbD2 .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5m1WFWbD2 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5m1WFWbD2 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5m1WFWbD2 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v5m1WFWbD2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5m1WFWbD2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5m1WFWbD2 .soc-item {
  margin: 8px;
}
.cid-v5m1WFWbD2 .soc-item a:hover .mbr-iconfont,
.cid-v5m1WFWbD2 .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v5m1WFWbD2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5m1WFWbD2 .row {
    text-align: center;
  }
  .cid-v5m1WFWbD2 .social-row {
    justify-content: center;
  }
}
.cid-v5m1WFWbD2 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v5m1WFWbD2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5m1WFWbD2 .list {
    margin-bottom: 0rem;
  }
}
.cid-v5m1WFWbD2 .mbr-text {
  color: #bbbbbb;
}
.cid-v5m1WFWbD2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5m1WFWbD2 .list,
.cid-v5m1WFWbD2 .item-wrap {
  color: #ffffff;
}
.cid-v5m1WFWbD2 .copyright {
  color: #ffffff;
}
.cid-v5m4dBjWPk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5m4dBjWPk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5m4dBjWPk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5m4dBjWPk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5m4dBjWPk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5m4dBjWPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5m4dBjWPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5m4dBjWPk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5m4dBjWPk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5m4dBjWPk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5m4dBjWPk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5m4dBjWPk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5m4dBjWPk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5m4dBjWPk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5m4dBjWPk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5m4dBjWPk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5m4dBjWPk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5m4dBjWPk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5m4dBjWPk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5m4dBjWPk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5m4dBjWPk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5m4dBjWPk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5m4dBjWPk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5m4dBjWPk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5m4dBjWPk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5m4dBjWPk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5m4dBjWPk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v5m4dBjWPk .nav-item:focus,
.cid-v5m4dBjWPk .nav-link:focus {
  outline: none;
}
.cid-v5m4dBjWPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5m4dBjWPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5m4dBjWPk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5m4dBjWPk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5m4dBjWPk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5m4dBjWPk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5m4dBjWPk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5m4dBjWPk .navbar.opened {
  transition: all 0.3s;
}
.cid-v5m4dBjWPk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5m4dBjWPk .navbar .navbar-logo img {
  width: auto;
}
.cid-v5m4dBjWPk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5m4dBjWPk .navbar.collapsed {
  justify-content: center;
}
.cid-v5m4dBjWPk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5m4dBjWPk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5m4dBjWPk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5m4dBjWPk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5m4dBjWPk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5m4dBjWPk .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-v5m4dBjWPk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5m4dBjWPk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5m4dBjWPk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5m4dBjWPk .navbar {
    min-height: 72px;
  }
  .cid-v5m4dBjWPk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5m4dBjWPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5m4dBjWPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5m4dBjWPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5m4dBjWPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5m4dBjWPk .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-v5m4dBjWPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5m4dBjWPk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5m4dBjWPk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5m4dBjWPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5m4dBjWPk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5m4dBjWPk .dropdown-item.active,
.cid-v5m4dBjWPk .dropdown-item:active {
  background-color: transparent;
}
.cid-v5m4dBjWPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5m4dBjWPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5m4dBjWPk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5m4dBjWPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5m4dBjWPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5m4dBjWPk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5m4dBjWPk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5m4dBjWPk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5m4dBjWPk .navbar-buttons {
    text-align: left;
  }
}
.cid-v5m4dBjWPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5m4dBjWPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v5m4dBjWPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5m4dBjWPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5m4dBjWPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5m4dBjWPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5m4dBjWPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5m4dBjWPk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5m4dBjWPk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5m4dBjWPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5m4dBjWPk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5m4dBjWPk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5m4dBjWPk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5m4dBjWPk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5m4dBjWPk .navbar {
    height: 70px;
  }
  .cid-v5m4dBjWPk .navbar.opened {
    height: auto;
  }
  .cid-v5m4dBjWPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5m4dBjWPk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5m4dBjWPk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5m4dBjWPk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5m4dBjWPk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5m4dBjWPk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5m4dBjWPk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5m4dBjWPk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5m4dBjWPk .navbar-brand {
    margin-right: auto;
  }
  .cid-v5m4dBjWPk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5m4dBjWPk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5m4dBjWPk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5m4dBjWPk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5m4dBjWPk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5m4dBjWPk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5m4dBjWPk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5m4dBjWPk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5m4dBjWPk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5m4dBjWPk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5m4dBjWPk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5m4dBFZnL {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v5m4dBFZnL .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5m4dBFZnL {
    align-items: center;
  }
  .cid-v5m4dBFZnL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5m4dBFZnL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5m4dBFZnL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5m4dBFZnL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5m4dBFZnL .content-wrap {
    width: 100%;
  }
}
.cid-v5m4dBFZnL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5m4dBFZnL .mbr-text,
.cid-v5m4dBFZnL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5m4dC671f {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m4dC671f .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v5m4dC671f .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dC671f .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5m4dC671f .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5m4dCtU06 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m4dCtU06 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dCtU06 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dCtU06 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5m4dCURDH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m4dCURDH .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dCURDH .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dCURDH .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dDjAyr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m4dDjAyr .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dDjAyr .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dDjAyr .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dDNXYH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m4dDNXYH .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dDNXYH .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dDNXYH .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dElUvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m4dElUvM .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dElUvM .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dElUvM .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dEUblC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5m4dEUblC .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dEUblC .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5m4dEUblC .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vf4JyB8UUJ {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4JyB8UUJ {
    align-items: center;
  }
  .cid-vf4JyB8UUJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4JyB8UUJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4JyB8UUJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4JyB8UUJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4JyB8UUJ .content-wrap {
    width: 100%;
  }
}
.cid-vf4JyB8UUJ .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4JyB8UUJ .mbr-text,
.cid-vf4JyB8UUJ .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vf4JzdgqlE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vf4JzdgqlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4JzdgqlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4JzdgqlE .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vf4JzdgqlE .card-title,
.cid-vf4JzdgqlE .iconfont-wrapper {
  color: #232323;
}
.cid-vf4JzdgqlE .card-text {
  color: #232323;
}
.cid-vf4JzdgqlE .mbr-section-title {
  color: #232323;
}
.cid-vf4JzdgqlE .mbr-section-subtitle {
  color: #232323;
}
.cid-vf4JzdgqlE .content-head {
  max-width: 800px;
}
.cid-v5m4dGGj8P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5m4dGGj8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5m4dGGj8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5m4dGGj8P .img-wrapper {
  text-align: center;
}
.cid-v5m4dGGj8P img {
  margin: auto;
  width: 200px;
}
.cid-v5m4dGGj8P .row {
  align-items: flex-start;
}
.cid-v5m4dGGj8P .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v5m4dGGj8P .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v5m4dGGj8P .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5m4dGGj8P .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v5m4dGGj8P .mbr-section-title,
.cid-v5m4dGGj8P .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5m4dGGj8P .content-head {
  max-width: 800px;
}
.cid-v5m4dHaVFn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5m4dHaVFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5m4dHaVFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5m4dHaVFn .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5m4dHaVFn .footer-col {
    flex-direction: column;
  }
}
.cid-v5m4dHaVFn .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5m4dHaVFn .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5m4dHaVFn .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5m4dHaVFn .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v5m4dHaVFn .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5m4dHaVFn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5m4dHaVFn .soc-item {
  margin: 8px;
}
.cid-v5m4dHaVFn .soc-item a:hover .mbr-iconfont,
.cid-v5m4dHaVFn .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v5m4dHaVFn .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5m4dHaVFn .row {
    text-align: center;
  }
  .cid-v5m4dHaVFn .social-row {
    justify-content: center;
  }
}
.cid-v5m4dHaVFn .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v5m4dHaVFn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5m4dHaVFn .list {
    margin-bottom: 0rem;
  }
}
.cid-v5m4dHaVFn .mbr-text {
  color: #bbbbbb;
}
.cid-v5m4dHaVFn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5m4dHaVFn .list,
.cid-v5m4dHaVFn .item-wrap {
  color: #ffffff;
}
.cid-v5m4dHaVFn .copyright {
  color: #ffffff;
}
.cid-v5mfNiLQ0f {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5mfNiLQ0f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5mfNiLQ0f .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5mfNiLQ0f .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5mfNiLQ0f .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5mfNiLQ0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5mfNiLQ0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5mfNiLQ0f .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5mfNiLQ0f .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5mfNiLQ0f .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5mfNiLQ0f .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5mfNiLQ0f .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5mfNiLQ0f .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5mfNiLQ0f .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5mfNiLQ0f .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5mfNiLQ0f .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5mfNiLQ0f .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5mfNiLQ0f .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5mfNiLQ0f .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5mfNiLQ0f .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5mfNiLQ0f .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5mfNiLQ0f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5mfNiLQ0f .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5mfNiLQ0f .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5mfNiLQ0f .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5mfNiLQ0f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5mfNiLQ0f .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v5mfNiLQ0f .nav-item:focus,
.cid-v5mfNiLQ0f .nav-link:focus {
  outline: none;
}
.cid-v5mfNiLQ0f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5mfNiLQ0f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5mfNiLQ0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5mfNiLQ0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5mfNiLQ0f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5mfNiLQ0f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5mfNiLQ0f .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5mfNiLQ0f .navbar.opened {
  transition: all 0.3s;
}
.cid-v5mfNiLQ0f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5mfNiLQ0f .navbar .navbar-logo img {
  width: auto;
}
.cid-v5mfNiLQ0f .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5mfNiLQ0f .navbar.collapsed {
  justify-content: center;
}
.cid-v5mfNiLQ0f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5mfNiLQ0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5mfNiLQ0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5mfNiLQ0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5mfNiLQ0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5mfNiLQ0f .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-v5mfNiLQ0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5mfNiLQ0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5mfNiLQ0f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5mfNiLQ0f .navbar {
    min-height: 72px;
  }
  .cid-v5mfNiLQ0f .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5mfNiLQ0f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5mfNiLQ0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5mfNiLQ0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5mfNiLQ0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5mfNiLQ0f .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-v5mfNiLQ0f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5mfNiLQ0f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5mfNiLQ0f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5mfNiLQ0f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5mfNiLQ0f .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5mfNiLQ0f .dropdown-item.active,
.cid-v5mfNiLQ0f .dropdown-item:active {
  background-color: transparent;
}
.cid-v5mfNiLQ0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5mfNiLQ0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5mfNiLQ0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5mfNiLQ0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5mfNiLQ0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5mfNiLQ0f .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5mfNiLQ0f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5mfNiLQ0f .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5mfNiLQ0f .navbar-buttons {
    text-align: left;
  }
}
.cid-v5mfNiLQ0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5mfNiLQ0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v5mfNiLQ0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5mfNiLQ0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mfNiLQ0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mfNiLQ0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5mfNiLQ0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mfNiLQ0f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5mfNiLQ0f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5mfNiLQ0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mfNiLQ0f .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5mfNiLQ0f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5mfNiLQ0f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5mfNiLQ0f .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5mfNiLQ0f .navbar {
    height: 70px;
  }
  .cid-v5mfNiLQ0f .navbar.opened {
    height: auto;
  }
  .cid-v5mfNiLQ0f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5mfNiLQ0f .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5mfNiLQ0f .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5mfNiLQ0f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5mfNiLQ0f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5mfNiLQ0f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5mfNiLQ0f .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5mfNiLQ0f .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5mfNiLQ0f .navbar-brand {
    margin-right: auto;
  }
  .cid-v5mfNiLQ0f .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5mfNiLQ0f .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5mfNiLQ0f .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5mfNiLQ0f .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5mfNiLQ0f .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5mfNiLQ0f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5mfNiLQ0f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5mfNiLQ0f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5mfNiLQ0f .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5mfNiLQ0f .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5mfNiLQ0f .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5mfNjpS0z {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v5mfNjpS0z .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5mfNjpS0z {
    align-items: center;
  }
  .cid-v5mfNjpS0z .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5mfNjpS0z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5mfNjpS0z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5mfNjpS0z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5mfNjpS0z .content-wrap {
    width: 100%;
  }
}
.cid-v5mfNjpS0z .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5mfNjpS0z .mbr-text,
.cid-v5mfNjpS0z .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5mfNjNGK1 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5mfNjNGK1 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5mfNjNGK1 .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v5mfNjNGK1 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5mfNjNGK1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5mghCg6QZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5mghCg6QZ .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5mghCg6QZ .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5mghCg6QZ .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgG1wUte2S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgG1wUte2S .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgG1wUte2S .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgG1wUte2S .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgp8OX0QFK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgp8OX0QFK .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgp8OX0QFK .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgp8OX0QFK .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5mfNliv4y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5mfNliv4y .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5mfNliv4y .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5mfNliv4y .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgG23lx2iB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgG23lx2iB .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgG23lx2iB .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgG23lx2iB .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5mh79TMnH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5mh79TMnH .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5mh79TMnH .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5mh79TMnH .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5mhkrEr3S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5mhkrEr3S .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5mhkrEr3S .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5mhkrEr3S .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5mhKvMQoc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5mhKvMQoc .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5mhKvMQoc .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5mhKvMQoc .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5mic72WSa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5mic72WSa .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5mic72WSa .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5mic72WSa .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5xp5Qw2LL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5xp5Qw2LL .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5xp5Qw2LL .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5xp5Qw2LL .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5mfNmZALP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5mfNmZALP .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5mfNmZALP .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5mfNmZALP .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5miJMM4hc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5miJMM4hc .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5miJMM4hc .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5miJMM4hc .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5mj0UzKWC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5mj0UzKWC .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5mj0UzKWC .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5mj0UzKWC .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5mfNnKbc1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5mfNnKbc1 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5mfNnKbc1 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5mfNnKbc1 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-veRVBfy7Ak {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veRVBfy7Ak .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-veRVBfy7Ak .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-veRVBfy7Ak .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5mfNpmfCn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5mfNpmfCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mfNpmfCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mfNpmfCn .img-wrapper {
  text-align: center;
}
.cid-v5mfNpmfCn img {
  margin: auto;
  width: 200px;
}
.cid-v5mfNpmfCn .row {
  align-items: flex-start;
}
.cid-v5mfNpmfCn .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v5mfNpmfCn .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v5mfNpmfCn .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5mfNpmfCn .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v5mfNpmfCn .mbr-section-title,
.cid-v5mfNpmfCn .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5mfNpmfCn .content-head {
  max-width: 800px;
}
.cid-v5mfNpM0Wp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5mfNpM0Wp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mfNpM0Wp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mfNpM0Wp .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5mfNpM0Wp .footer-col {
    flex-direction: column;
  }
}
.cid-v5mfNpM0Wp .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5mfNpM0Wp .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5mfNpM0Wp .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5mfNpM0Wp .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v5mfNpM0Wp .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5mfNpM0Wp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5mfNpM0Wp .soc-item {
  margin: 8px;
}
.cid-v5mfNpM0Wp .soc-item a:hover .mbr-iconfont,
.cid-v5mfNpM0Wp .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v5mfNpM0Wp .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5mfNpM0Wp .row {
    text-align: center;
  }
  .cid-v5mfNpM0Wp .social-row {
    justify-content: center;
  }
}
.cid-v5mfNpM0Wp .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v5mfNpM0Wp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5mfNpM0Wp .list {
    margin-bottom: 0rem;
  }
}
.cid-v5mfNpM0Wp .mbr-text {
  color: #bbbbbb;
}
.cid-v5mfNpM0Wp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5mfNpM0Wp .list,
.cid-v5mfNpM0Wp .item-wrap {
  color: #ffffff;
}
.cid-v5mfNpM0Wp .copyright {
  color: #ffffff;
}
.cid-v5r9mj6uoZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5r9mj6uoZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5r9mj6uoZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5r9mj6uoZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5r9mj6uoZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5r9mj6uoZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5r9mj6uoZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5r9mj6uoZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5r9mj6uoZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5r9mj6uoZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5r9mj6uoZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5r9mj6uoZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5r9mj6uoZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5r9mj6uoZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5r9mj6uoZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5r9mj6uoZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5r9mj6uoZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5r9mj6uoZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5r9mj6uoZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5r9mj6uoZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5r9mj6uoZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5r9mj6uoZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5r9mj6uoZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5r9mj6uoZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5r9mj6uoZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5r9mj6uoZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5r9mj6uoZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v5r9mj6uoZ .nav-item:focus,
.cid-v5r9mj6uoZ .nav-link:focus {
  outline: none;
}
.cid-v5r9mj6uoZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5r9mj6uoZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5r9mj6uoZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5r9mj6uoZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5r9mj6uoZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5r9mj6uoZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5r9mj6uoZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5r9mj6uoZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v5r9mj6uoZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5r9mj6uoZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v5r9mj6uoZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5r9mj6uoZ .navbar.collapsed {
  justify-content: center;
}
.cid-v5r9mj6uoZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5r9mj6uoZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5r9mj6uoZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5r9mj6uoZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5r9mj6uoZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5r9mj6uoZ .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-v5r9mj6uoZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5r9mj6uoZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5r9mj6uoZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5r9mj6uoZ .navbar {
    min-height: 72px;
  }
  .cid-v5r9mj6uoZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5r9mj6uoZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5r9mj6uoZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5r9mj6uoZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5r9mj6uoZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5r9mj6uoZ .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-v5r9mj6uoZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5r9mj6uoZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5r9mj6uoZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5r9mj6uoZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5r9mj6uoZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5r9mj6uoZ .dropdown-item.active,
.cid-v5r9mj6uoZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v5r9mj6uoZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5r9mj6uoZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5r9mj6uoZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5r9mj6uoZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5r9mj6uoZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5r9mj6uoZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5r9mj6uoZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5r9mj6uoZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5r9mj6uoZ .navbar-buttons {
    text-align: left;
  }
}
.cid-v5r9mj6uoZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5r9mj6uoZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v5r9mj6uoZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5r9mj6uoZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5r9mj6uoZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5r9mj6uoZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5r9mj6uoZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5r9mj6uoZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5r9mj6uoZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5r9mj6uoZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5r9mj6uoZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5r9mj6uoZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5r9mj6uoZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5r9mj6uoZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5r9mj6uoZ .navbar {
    height: 70px;
  }
  .cid-v5r9mj6uoZ .navbar.opened {
    height: auto;
  }
  .cid-v5r9mj6uoZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5r9mj6uoZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5r9mj6uoZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5r9mj6uoZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5r9mj6uoZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5r9mj6uoZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5r9mj6uoZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5r9mj6uoZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5r9mj6uoZ .navbar-brand {
    margin-right: auto;
  }
  .cid-v5r9mj6uoZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5r9mj6uoZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5r9mj6uoZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5r9mj6uoZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5r9mj6uoZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5r9mj6uoZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5r9mj6uoZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5r9mj6uoZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5r9mj6uoZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5r9mj6uoZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5r9mj6uoZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5r9mjMCqX {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v5r9mjMCqX .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5r9mjMCqX {
    align-items: center;
  }
  .cid-v5r9mjMCqX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5r9mjMCqX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5r9mjMCqX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5r9mjMCqX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5r9mjMCqX .content-wrap {
    width: 100%;
  }
}
.cid-v5r9mjMCqX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5r9mjMCqX .mbr-text,
.cid-v5r9mjMCqX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5r9mkevJF {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5r9mkevJF .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mkevJF .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v5r9mkevJF .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5r9mkevJF .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5r9mkwjcC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5r9mkwjcC .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mkwjcC .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mkwjcC .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5r9mkR7ZG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5r9mkR7ZG .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mkR7ZG .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mkR7ZG .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mlaTzM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5r9mlaTzM .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mlaTzM .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mlaTzM .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mlzVmP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5r9mlzVmP .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mlzVmP .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mlzVmP .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mlUtmA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5r9mlUtmA .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mlUtmA .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mlUtmA .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mmdb7I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5r9mmdb7I .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mmdb7I .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mmdb7I .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rfFzFM0b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rfFzFM0b .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rfFzFM0b .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rfFzFM0b .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5r9mmUZRm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5r9mmUZRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5r9mmUZRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5r9mmUZRm .img-wrapper {
  text-align: center;
}
.cid-v5r9mmUZRm img {
  margin: auto;
  width: 200px;
}
.cid-v5r9mmUZRm .row {
  align-items: flex-start;
}
.cid-v5r9mmUZRm .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v5r9mmUZRm .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v5r9mmUZRm .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5r9mmUZRm .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v5r9mmUZRm .mbr-section-title,
.cid-v5r9mmUZRm .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5r9mmUZRm .content-head {
  max-width: 800px;
}
.cid-v5r9mnjX5B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5r9mnjX5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5r9mnjX5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5r9mnjX5B .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5r9mnjX5B .footer-col {
    flex-direction: column;
  }
}
.cid-v5r9mnjX5B .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5r9mnjX5B .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5r9mnjX5B .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5r9mnjX5B .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v5r9mnjX5B .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5r9mnjX5B .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5r9mnjX5B .soc-item {
  margin: 8px;
}
.cid-v5r9mnjX5B .soc-item a:hover .mbr-iconfont,
.cid-v5r9mnjX5B .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v5r9mnjX5B .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5r9mnjX5B .row {
    text-align: center;
  }
  .cid-v5r9mnjX5B .social-row {
    justify-content: center;
  }
}
.cid-v5r9mnjX5B .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v5r9mnjX5B .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5r9mnjX5B .list {
    margin-bottom: 0rem;
  }
}
.cid-v5r9mnjX5B .mbr-text {
  color: #bbbbbb;
}
.cid-v5r9mnjX5B .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5r9mnjX5B .list,
.cid-v5r9mnjX5B .item-wrap {
  color: #ffffff;
}
.cid-v5r9mnjX5B .copyright {
  color: #ffffff;
}
.cid-v5rgeaLtl8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5rgeaLtl8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5rgeaLtl8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5rgeaLtl8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5rgeaLtl8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5rgeaLtl8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5rgeaLtl8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5rgeaLtl8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5rgeaLtl8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5rgeaLtl8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5rgeaLtl8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5rgeaLtl8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5rgeaLtl8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5rgeaLtl8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5rgeaLtl8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5rgeaLtl8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5rgeaLtl8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5rgeaLtl8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5rgeaLtl8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5rgeaLtl8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5rgeaLtl8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5rgeaLtl8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5rgeaLtl8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5rgeaLtl8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5rgeaLtl8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5rgeaLtl8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5rgeaLtl8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v5rgeaLtl8 .nav-item:focus,
.cid-v5rgeaLtl8 .nav-link:focus {
  outline: none;
}
.cid-v5rgeaLtl8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5rgeaLtl8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5rgeaLtl8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5rgeaLtl8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5rgeaLtl8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5rgeaLtl8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5rgeaLtl8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5rgeaLtl8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5rgeaLtl8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5rgeaLtl8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5rgeaLtl8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5rgeaLtl8 .navbar.collapsed {
  justify-content: center;
}
.cid-v5rgeaLtl8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5rgeaLtl8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5rgeaLtl8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5rgeaLtl8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5rgeaLtl8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5rgeaLtl8 .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-v5rgeaLtl8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5rgeaLtl8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5rgeaLtl8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5rgeaLtl8 .navbar {
    min-height: 72px;
  }
  .cid-v5rgeaLtl8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5rgeaLtl8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5rgeaLtl8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5rgeaLtl8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5rgeaLtl8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5rgeaLtl8 .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-v5rgeaLtl8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5rgeaLtl8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5rgeaLtl8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5rgeaLtl8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5rgeaLtl8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5rgeaLtl8 .dropdown-item.active,
.cid-v5rgeaLtl8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5rgeaLtl8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5rgeaLtl8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5rgeaLtl8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5rgeaLtl8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5rgeaLtl8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5rgeaLtl8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5rgeaLtl8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5rgeaLtl8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5rgeaLtl8 .navbar-buttons {
    text-align: left;
  }
}
.cid-v5rgeaLtl8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5rgeaLtl8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v5rgeaLtl8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5rgeaLtl8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5rgeaLtl8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5rgeaLtl8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5rgeaLtl8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5rgeaLtl8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5rgeaLtl8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5rgeaLtl8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5rgeaLtl8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5rgeaLtl8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5rgeaLtl8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5rgeaLtl8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5rgeaLtl8 .navbar {
    height: 70px;
  }
  .cid-v5rgeaLtl8 .navbar.opened {
    height: auto;
  }
  .cid-v5rgeaLtl8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5rgeaLtl8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5rgeaLtl8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5rgeaLtl8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5rgeaLtl8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5rgeaLtl8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5rgeaLtl8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5rgeaLtl8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5rgeaLtl8 .navbar-brand {
    margin-right: auto;
  }
  .cid-v5rgeaLtl8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5rgeaLtl8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5rgeaLtl8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5rgeaLtl8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5rgeaLtl8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5rgeaLtl8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5rgeaLtl8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5rgeaLtl8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5rgeaLtl8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5rgeaLtl8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5rgeaLtl8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5rgebyjzl {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v5rgebyjzl .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5rgebyjzl {
    align-items: center;
  }
  .cid-v5rgebyjzl .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5rgebyjzl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5rgebyjzl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5rgebyjzl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5rgebyjzl .content-wrap {
    width: 100%;
  }
}
.cid-v5rgebyjzl .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5rgebyjzl .mbr-text,
.cid-v5rgebyjzl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5rgec4agQ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rgec4agQ .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgec4agQ .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v5rgec4agQ .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5rgec4agQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5rgecsJH9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rgecsJH9 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgecsJH9 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgecsJH9 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5rgecTAUh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rgecTAUh .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgecTAUh .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgecTAUh .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgedmNBT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rgedmNBT .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgedmNBT .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgedmNBT .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgedKK1n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rgedKK1n .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgedKK1n .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgedKK1n .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgeefGXp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rgeefGXp .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgeefGXp .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgeefGXp .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgeeRG3I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rgeeRG3I .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgeeRG3I .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgeeRG3I .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgefn1XH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rgefn1XH .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgefn1XH .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgefn1XH .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rgefLRQf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5rgefLRQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5rgefLRQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5rgefLRQf .img-wrapper {
  text-align: center;
}
.cid-v5rgefLRQf img {
  margin: auto;
  width: 200px;
}
.cid-v5rgefLRQf .row {
  align-items: flex-start;
}
.cid-v5rgefLRQf .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v5rgefLRQf .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v5rgefLRQf .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5rgefLRQf .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v5rgefLRQf .mbr-section-title,
.cid-v5rgefLRQf .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5rgefLRQf .content-head {
  max-width: 800px;
}
.cid-v5rgegryqi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5rgegryqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5rgegryqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5rgegryqi .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5rgegryqi .footer-col {
    flex-direction: column;
  }
}
.cid-v5rgegryqi .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5rgegryqi .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5rgegryqi .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5rgegryqi .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v5rgegryqi .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5rgegryqi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5rgegryqi .soc-item {
  margin: 8px;
}
.cid-v5rgegryqi .soc-item a:hover .mbr-iconfont,
.cid-v5rgegryqi .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v5rgegryqi .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5rgegryqi .row {
    text-align: center;
  }
  .cid-v5rgegryqi .social-row {
    justify-content: center;
  }
}
.cid-v5rgegryqi .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v5rgegryqi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5rgegryqi .list {
    margin-bottom: 0rem;
  }
}
.cid-v5rgegryqi .mbr-text {
  color: #bbbbbb;
}
.cid-v5rgegryqi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5rgegryqi .list,
.cid-v5rgegryqi .item-wrap {
  color: #ffffff;
}
.cid-v5rgegryqi .copyright {
  color: #ffffff;
}
.cid-v5rrq6EcgJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5rrq6EcgJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5rrq6EcgJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5rrq6EcgJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5rrq6EcgJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5rrq6EcgJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5rrq6EcgJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5rrq6EcgJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5rrq6EcgJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5rrq6EcgJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5rrq6EcgJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5rrq6EcgJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5rrq6EcgJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5rrq6EcgJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5rrq6EcgJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5rrq6EcgJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5rrq6EcgJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5rrq6EcgJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5rrq6EcgJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5rrq6EcgJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5rrq6EcgJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5rrq6EcgJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5rrq6EcgJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5rrq6EcgJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5rrq6EcgJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5rrq6EcgJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5rrq6EcgJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v5rrq6EcgJ .nav-item:focus,
.cid-v5rrq6EcgJ .nav-link:focus {
  outline: none;
}
.cid-v5rrq6EcgJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5rrq6EcgJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5rrq6EcgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5rrq6EcgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5rrq6EcgJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5rrq6EcgJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5rrq6EcgJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5rrq6EcgJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v5rrq6EcgJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5rrq6EcgJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v5rrq6EcgJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5rrq6EcgJ .navbar.collapsed {
  justify-content: center;
}
.cid-v5rrq6EcgJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5rrq6EcgJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5rrq6EcgJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5rrq6EcgJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5rrq6EcgJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5rrq6EcgJ .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-v5rrq6EcgJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5rrq6EcgJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5rrq6EcgJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5rrq6EcgJ .navbar {
    min-height: 72px;
  }
  .cid-v5rrq6EcgJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5rrq6EcgJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5rrq6EcgJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5rrq6EcgJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5rrq6EcgJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5rrq6EcgJ .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-v5rrq6EcgJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5rrq6EcgJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5rrq6EcgJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5rrq6EcgJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5rrq6EcgJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5rrq6EcgJ .dropdown-item.active,
.cid-v5rrq6EcgJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v5rrq6EcgJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5rrq6EcgJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5rrq6EcgJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5rrq6EcgJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5rrq6EcgJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5rrq6EcgJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5rrq6EcgJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5rrq6EcgJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5rrq6EcgJ .navbar-buttons {
    text-align: left;
  }
}
.cid-v5rrq6EcgJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5rrq6EcgJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v5rrq6EcgJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5rrq6EcgJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5rrq6EcgJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5rrq6EcgJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5rrq6EcgJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5rrq6EcgJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5rrq6EcgJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5rrq6EcgJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5rrq6EcgJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5rrq6EcgJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5rrq6EcgJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5rrq6EcgJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5rrq6EcgJ .navbar {
    height: 70px;
  }
  .cid-v5rrq6EcgJ .navbar.opened {
    height: auto;
  }
  .cid-v5rrq6EcgJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5rrq6EcgJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5rrq6EcgJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5rrq6EcgJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5rrq6EcgJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5rrq6EcgJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5rrq6EcgJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5rrq6EcgJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5rrq6EcgJ .navbar-brand {
    margin-right: auto;
  }
  .cid-v5rrq6EcgJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5rrq6EcgJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5rrq6EcgJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5rrq6EcgJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5rrq6EcgJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5rrq6EcgJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5rrq6EcgJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5rrq6EcgJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5rrq6EcgJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5rrq6EcgJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5rrq6EcgJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5rrq777Bq {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v5rrq777Bq .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5rrq777Bq {
    align-items: center;
  }
  .cid-v5rrq777Bq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5rrq777Bq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5rrq777Bq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5rrq777Bq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5rrq777Bq .content-wrap {
    width: 100%;
  }
}
.cid-v5rrq777Bq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5rrq777Bq .mbr-text,
.cid-v5rrq777Bq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5rrq7xVNR {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rrq7xVNR .mbr-text {
  color: #b44f79;
  text-align: center;
}
.cid-v5rrq7xVNR .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v5rrq7xVNR .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5rrq7xVNR .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5rrq7SdSm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rrq7SdSm .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq7SdSm .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq7SdSm .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5rrq8ew0P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rrq8ew0P .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq8ew0P .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq8ew0P .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq8EBCK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rrq8EBCK .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq8EBCK .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq8EBCK .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq8XFIx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rrq8XFIx .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq8XFIx .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq8XFIx .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq9jfKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rrq9jfKt .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq9jfKt .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq9jfKt .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq9MVem {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rrq9MVem .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq9MVem .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrq9MVem .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrqaeTIp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5rrqaeTIp .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrqaeTIp .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrqaeTIp .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5rrqaL5lq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5rrqaL5lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5rrqaL5lq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5rrqaL5lq .img-wrapper {
  text-align: center;
}
.cid-v5rrqaL5lq img {
  margin: auto;
  width: 200px;
}
.cid-v5rrqaL5lq .row {
  align-items: flex-start;
}
.cid-v5rrqaL5lq .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v5rrqaL5lq .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v5rrqaL5lq .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5rrqaL5lq .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v5rrqaL5lq .mbr-section-title,
.cid-v5rrqaL5lq .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5rrqaL5lq .content-head {
  max-width: 800px;
}
.cid-v5rrqbpPZz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5rrqbpPZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5rrqbpPZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5rrqbpPZz .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5rrqbpPZz .footer-col {
    flex-direction: column;
  }
}
.cid-v5rrqbpPZz .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5rrqbpPZz .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5rrqbpPZz .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5rrqbpPZz .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v5rrqbpPZz .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5rrqbpPZz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5rrqbpPZz .soc-item {
  margin: 8px;
}
.cid-v5rrqbpPZz .soc-item a:hover .mbr-iconfont,
.cid-v5rrqbpPZz .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v5rrqbpPZz .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5rrqbpPZz .row {
    text-align: center;
  }
  .cid-v5rrqbpPZz .social-row {
    justify-content: center;
  }
}
.cid-v5rrqbpPZz .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v5rrqbpPZz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5rrqbpPZz .list {
    margin-bottom: 0rem;
  }
}
.cid-v5rrqbpPZz .mbr-text {
  color: #bbbbbb;
}
.cid-v5rrqbpPZz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5rrqbpPZz .list,
.cid-v5rrqbpPZz .item-wrap {
  color: #ffffff;
}
.cid-v5rrqbpPZz .copyright {
  color: #ffffff;
}
.cid-v5teC2t1zQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5teC2t1zQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5teC2t1zQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5teC2t1zQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5teC2t1zQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5teC2t1zQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5teC2t1zQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5teC2t1zQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5teC2t1zQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5teC2t1zQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5teC2t1zQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5teC2t1zQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5teC2t1zQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5teC2t1zQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5teC2t1zQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5teC2t1zQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5teC2t1zQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5teC2t1zQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5teC2t1zQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5teC2t1zQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5teC2t1zQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5teC2t1zQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5teC2t1zQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5teC2t1zQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5teC2t1zQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5teC2t1zQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5teC2t1zQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v5teC2t1zQ .nav-item:focus,
.cid-v5teC2t1zQ .nav-link:focus {
  outline: none;
}
.cid-v5teC2t1zQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5teC2t1zQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5teC2t1zQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5teC2t1zQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5teC2t1zQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5teC2t1zQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5teC2t1zQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5teC2t1zQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v5teC2t1zQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5teC2t1zQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v5teC2t1zQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5teC2t1zQ .navbar.collapsed {
  justify-content: center;
}
.cid-v5teC2t1zQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5teC2t1zQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5teC2t1zQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5teC2t1zQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5teC2t1zQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5teC2t1zQ .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-v5teC2t1zQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5teC2t1zQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5teC2t1zQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5teC2t1zQ .navbar {
    min-height: 72px;
  }
  .cid-v5teC2t1zQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5teC2t1zQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5teC2t1zQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5teC2t1zQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5teC2t1zQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5teC2t1zQ .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-v5teC2t1zQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5teC2t1zQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5teC2t1zQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5teC2t1zQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5teC2t1zQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5teC2t1zQ .dropdown-item.active,
.cid-v5teC2t1zQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v5teC2t1zQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5teC2t1zQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5teC2t1zQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5teC2t1zQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5teC2t1zQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5teC2t1zQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5teC2t1zQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5teC2t1zQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5teC2t1zQ .navbar-buttons {
    text-align: left;
  }
}
.cid-v5teC2t1zQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5teC2t1zQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v5teC2t1zQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5teC2t1zQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5teC2t1zQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5teC2t1zQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5teC2t1zQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5teC2t1zQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5teC2t1zQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5teC2t1zQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5teC2t1zQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5teC2t1zQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5teC2t1zQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5teC2t1zQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5teC2t1zQ .navbar {
    height: 70px;
  }
  .cid-v5teC2t1zQ .navbar.opened {
    height: auto;
  }
  .cid-v5teC2t1zQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5teC2t1zQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5teC2t1zQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5teC2t1zQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5teC2t1zQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5teC2t1zQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5teC2t1zQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5teC2t1zQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5teC2t1zQ .navbar-brand {
    margin-right: auto;
  }
  .cid-v5teC2t1zQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5teC2t1zQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5teC2t1zQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5teC2t1zQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5teC2t1zQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5teC2t1zQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5teC2t1zQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5teC2t1zQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5teC2t1zQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5teC2t1zQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5teC2t1zQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5teC2OCg7 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v5teC2OCg7 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5teC2OCg7 {
    align-items: center;
  }
  .cid-v5teC2OCg7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5teC2OCg7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5teC2OCg7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5teC2OCg7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5teC2OCg7 .content-wrap {
    width: 100%;
  }
}
.cid-v5teC2OCg7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5teC2OCg7 .mbr-text,
.cid-v5teC2OCg7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5teC3avMT {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5teC3avMT .mbr-text {
  color: #b44f79;
}
.cid-v5teC3avMT .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v5teC3avMT .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4RsVw6Yi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf4RsVw6Yi .item:focus,
.cid-vf4RsVw6Yi span:focus {
  outline: none;
}
.cid-vf4RsVw6Yi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vf4RsVw6Yi .item {
    margin-bottom: 1rem;
  }
}
.cid-vf4RsVw6Yi .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vf4RsVw6Yi .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vf4RsVw6Yi .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vf4RsVw6Yi .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vf4RsVw6Yi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vf4RsVw6Yi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vf4RsVw6Yi .mbr-text,
.cid-vf4RsVw6Yi .item .mbr-section-btn {
  text-align: center;
}
.cid-vf4RsVw6Yi .content-head {
  max-width: 800px;
}
.cid-vf4RsVw6Yi .mbr-number {
  color: #9fe870;
}
.cid-vf4RsVw6Yi .mbr-section-subtitle,
.cid-vf4RsVw6Yi .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-vf4RsVw6Yi .mbr-text {
  text-align: left;
}
.cid-vf4RsVw6Yi .mbr-text,
.cid-vf4RsVw6Yi .mbr-card-btn {
  text-align: left;
}
.cid-vf4RsVw6Yi .mbr-text,
.cid-vf4RsVw6Yi .mbr-section-btn {
  text-align: left;
}
.cid-vf4RsVw6Yi .mbr-text,
.cid-vf4RsVw6Yi .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vf4RsVw6Yi .card-text,
.cid-vf4RsVw6Yi .item .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vf4RsVw6Yi .card-title {
  text-align: center;
  color: #b44f79;
}
.cid-v5teC3ziLQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5teC3ziLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5teC3ziLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5teC3ziLQ .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-v5teC3ziLQ .card-title,
.cid-v5teC3ziLQ .iconfont-wrapper {
  color: #232323;
}
.cid-v5teC3ziLQ .card-text {
  color: #232323;
}
.cid-v5teC3ziLQ .mbr-section-title {
  color: #232323;
}
.cid-v5teC3ziLQ .mbr-section-subtitle {
  color: #232323;
}
.cid-v5teC3ziLQ .content-head {
  max-width: 800px;
}
.cid-v5teC452MN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5teC452MN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5teC452MN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5teC452MN .img-wrapper {
  text-align: center;
}
.cid-v5teC452MN img {
  margin: auto;
  width: 200px;
}
.cid-v5teC452MN .row {
  align-items: flex-start;
}
.cid-v5teC452MN .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v5teC452MN .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v5teC452MN .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5teC452MN .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v5teC452MN .mbr-section-title,
.cid-v5teC452MN .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5teC452MN .content-head {
  max-width: 800px;
}
.cid-v5teC4vHAV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5teC4vHAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5teC4vHAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5teC4vHAV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5teC4vHAV .footer-col {
    flex-direction: column;
  }
}
.cid-v5teC4vHAV .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5teC4vHAV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5teC4vHAV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5teC4vHAV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v5teC4vHAV .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5teC4vHAV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5teC4vHAV .soc-item {
  margin: 8px;
}
.cid-v5teC4vHAV .soc-item a:hover .mbr-iconfont,
.cid-v5teC4vHAV .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v5teC4vHAV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5teC4vHAV .row {
    text-align: center;
  }
  .cid-v5teC4vHAV .social-row {
    justify-content: center;
  }
}
.cid-v5teC4vHAV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v5teC4vHAV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5teC4vHAV .list {
    margin-bottom: 0rem;
  }
}
.cid-v5teC4vHAV .mbr-text {
  color: #bbbbbb;
}
.cid-v5teC4vHAV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5teC4vHAV .list,
.cid-v5teC4vHAV .item-wrap {
  color: #ffffff;
}
.cid-v5teC4vHAV .copyright {
  color: #ffffff;
}
.cid-v5Jj182s8Y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5Jj182s8Y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5Jj182s8Y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5Jj182s8Y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5Jj182s8Y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5Jj182s8Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5Jj182s8Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5Jj182s8Y .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5Jj182s8Y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5Jj182s8Y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5Jj182s8Y .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5Jj182s8Y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5Jj182s8Y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5Jj182s8Y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5Jj182s8Y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5Jj182s8Y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5Jj182s8Y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5Jj182s8Y .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5Jj182s8Y .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5Jj182s8Y .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5Jj182s8Y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5Jj182s8Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5Jj182s8Y .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5Jj182s8Y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Jj182s8Y .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5Jj182s8Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5Jj182s8Y .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v5Jj182s8Y .nav-item:focus,
.cid-v5Jj182s8Y .nav-link:focus {
  outline: none;
}
.cid-v5Jj182s8Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5Jj182s8Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5Jj182s8Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5Jj182s8Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5Jj182s8Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5Jj182s8Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5Jj182s8Y .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5Jj182s8Y .navbar.opened {
  transition: all 0.3s;
}
.cid-v5Jj182s8Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5Jj182s8Y .navbar .navbar-logo img {
  width: auto;
}
.cid-v5Jj182s8Y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5Jj182s8Y .navbar.collapsed {
  justify-content: center;
}
.cid-v5Jj182s8Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5Jj182s8Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5Jj182s8Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5Jj182s8Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5Jj182s8Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5Jj182s8Y .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-v5Jj182s8Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5Jj182s8Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5Jj182s8Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5Jj182s8Y .navbar {
    min-height: 72px;
  }
  .cid-v5Jj182s8Y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5Jj182s8Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5Jj182s8Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5Jj182s8Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5Jj182s8Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5Jj182s8Y .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-v5Jj182s8Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5Jj182s8Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5Jj182s8Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5Jj182s8Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5Jj182s8Y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5Jj182s8Y .dropdown-item.active,
.cid-v5Jj182s8Y .dropdown-item:active {
  background-color: transparent;
}
.cid-v5Jj182s8Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5Jj182s8Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5Jj182s8Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5Jj182s8Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5Jj182s8Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5Jj182s8Y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5Jj182s8Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5Jj182s8Y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5Jj182s8Y .navbar-buttons {
    text-align: left;
  }
}
.cid-v5Jj182s8Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5Jj182s8Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v5Jj182s8Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5Jj182s8Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5Jj182s8Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5Jj182s8Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5Jj182s8Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5Jj182s8Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5Jj182s8Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5Jj182s8Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5Jj182s8Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5Jj182s8Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5Jj182s8Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5Jj182s8Y .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5Jj182s8Y .navbar {
    height: 70px;
  }
  .cid-v5Jj182s8Y .navbar.opened {
    height: auto;
  }
  .cid-v5Jj182s8Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5Jj182s8Y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5Jj182s8Y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5Jj182s8Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5Jj182s8Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5Jj182s8Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5Jj182s8Y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5Jj182s8Y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5Jj182s8Y .navbar-brand {
    margin-right: auto;
  }
  .cid-v5Jj182s8Y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5Jj182s8Y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5Jj182s8Y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5Jj182s8Y .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5Jj182s8Y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5Jj182s8Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5Jj182s8Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5Jj182s8Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5Jj182s8Y .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5Jj182s8Y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5Jj182s8Y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5Jj18iELX {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v5Jj18iELX .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5Jj18iELX {
    align-items: center;
  }
  .cid-v5Jj18iELX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5Jj18iELX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5Jj18iELX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5Jj18iELX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5Jj18iELX .content-wrap {
    width: 100%;
  }
}
.cid-v5Jj18iELX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5Jj18iELX .mbr-text,
.cid-v5Jj18iELX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5Jj18wPRq {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Jj18wPRq .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj18wPRq .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj18wPRq .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5Jj18wPRq .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5Jj18FtRr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Jj18FtRr .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj18FtRr .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj18FtRr .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v5Jj18R2hF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Jj18R2hF .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj18R2hF .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj18R2hF .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj194ZWX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Jj194ZWX .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj194ZWX .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj194ZWX .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj19eDOz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Jj19eDOz .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj19eDOz .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj19eDOz .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj19p89W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Jj19p89W .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj19p89W .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj19p89W .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5JjO4RcI3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5JjO4RcI3 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5JjO4RcI3 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5JjO4RcI3 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj19BtNa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Jj19BtNa .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj19BtNa .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v5Jj19BtNa .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vf4JiuXuv9 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4JiuXuv9 {
    align-items: center;
  }
  .cid-vf4JiuXuv9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4JiuXuv9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4JiuXuv9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4JiuXuv9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4JiuXuv9 .content-wrap {
    width: 100%;
  }
}
.cid-vf4JiuXuv9 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4JiuXuv9 .mbr-text,
.cid-vf4JiuXuv9 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vf4Jjf9wxj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vf4Jjf9wxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4Jjf9wxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4Jjf9wxj .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vf4Jjf9wxj .card-title,
.cid-vf4Jjf9wxj .iconfont-wrapper {
  color: #232323;
}
.cid-vf4Jjf9wxj .card-text {
  color: #232323;
}
.cid-vf4Jjf9wxj .mbr-section-title {
  color: #232323;
}
.cid-vf4Jjf9wxj .mbr-section-subtitle {
  color: #232323;
}
.cid-vf4Jjf9wxj .content-head {
  max-width: 800px;
}
.cid-v5Jj19YDzE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5Jj19YDzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Jj19YDzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Jj19YDzE .img-wrapper {
  text-align: center;
}
.cid-v5Jj19YDzE img {
  margin: auto;
  width: 200px;
}
.cid-v5Jj19YDzE .row {
  align-items: flex-start;
}
.cid-v5Jj19YDzE .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v5Jj19YDzE .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v5Jj19YDzE .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5Jj19YDzE .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v5Jj19YDzE .mbr-section-title,
.cid-v5Jj19YDzE .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5Jj19YDzE .content-head {
  max-width: 800px;
}
.cid-v5Jj1af77P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v5Jj1af77P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Jj1af77P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Jj1af77P .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5Jj1af77P .footer-col {
    flex-direction: column;
  }
}
.cid-v5Jj1af77P .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5Jj1af77P .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5Jj1af77P .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5Jj1af77P .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Jj1af77P .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5Jj1af77P .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5Jj1af77P .soc-item {
  margin: 8px;
}
.cid-v5Jj1af77P .soc-item a:hover .mbr-iconfont,
.cid-v5Jj1af77P .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v5Jj1af77P .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5Jj1af77P .row {
    text-align: center;
  }
  .cid-v5Jj1af77P .social-row {
    justify-content: center;
  }
}
.cid-v5Jj1af77P .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v5Jj1af77P .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5Jj1af77P .list {
    margin-bottom: 0rem;
  }
}
.cid-v5Jj1af77P .mbr-text {
  color: #bbbbbb;
}
.cid-v5Jj1af77P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5Jj1af77P .list,
.cid-v5Jj1af77P .item-wrap {
  color: #ffffff;
}
.cid-v5Jj1af77P .copyright {
  color: #ffffff;
}
.cid-v8aU47GjmO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v8aU47GjmO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8aU47GjmO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v8aU47GjmO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8aU47GjmO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v8aU47GjmO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8aU47GjmO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8aU47GjmO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v8aU47GjmO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v8aU47GjmO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v8aU47GjmO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v8aU47GjmO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v8aU47GjmO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v8aU47GjmO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v8aU47GjmO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v8aU47GjmO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v8aU47GjmO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v8aU47GjmO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v8aU47GjmO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v8aU47GjmO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v8aU47GjmO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v8aU47GjmO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v8aU47GjmO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v8aU47GjmO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8aU47GjmO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v8aU47GjmO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8aU47GjmO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v8aU47GjmO .nav-item:focus,
.cid-v8aU47GjmO .nav-link:focus {
  outline: none;
}
.cid-v8aU47GjmO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8aU47GjmO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8aU47GjmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8aU47GjmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8aU47GjmO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8aU47GjmO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8aU47GjmO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v8aU47GjmO .navbar.opened {
  transition: all 0.3s;
}
.cid-v8aU47GjmO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8aU47GjmO .navbar .navbar-logo img {
  width: auto;
}
.cid-v8aU47GjmO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v8aU47GjmO .navbar.collapsed {
  justify-content: center;
}
.cid-v8aU47GjmO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8aU47GjmO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8aU47GjmO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8aU47GjmO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8aU47GjmO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8aU47GjmO .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-v8aU47GjmO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8aU47GjmO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8aU47GjmO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v8aU47GjmO .navbar {
    min-height: 72px;
  }
  .cid-v8aU47GjmO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v8aU47GjmO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8aU47GjmO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8aU47GjmO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8aU47GjmO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8aU47GjmO .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-v8aU47GjmO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8aU47GjmO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v8aU47GjmO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8aU47GjmO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8aU47GjmO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v8aU47GjmO .dropdown-item.active,
.cid-v8aU47GjmO .dropdown-item:active {
  background-color: transparent;
}
.cid-v8aU47GjmO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8aU47GjmO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8aU47GjmO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8aU47GjmO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8aU47GjmO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v8aU47GjmO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v8aU47GjmO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8aU47GjmO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v8aU47GjmO .navbar-buttons {
    text-align: left;
  }
}
.cid-v8aU47GjmO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8aU47GjmO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v8aU47GjmO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8aU47GjmO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8aU47GjmO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8aU47GjmO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8aU47GjmO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8aU47GjmO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8aU47GjmO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8aU47GjmO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8aU47GjmO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8aU47GjmO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8aU47GjmO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8aU47GjmO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8aU47GjmO .navbar {
    height: 70px;
  }
  .cid-v8aU47GjmO .navbar.opened {
    height: auto;
  }
  .cid-v8aU47GjmO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8aU47GjmO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v8aU47GjmO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v8aU47GjmO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v8aU47GjmO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v8aU47GjmO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v8aU47GjmO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v8aU47GjmO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v8aU47GjmO .navbar-brand {
    margin-right: auto;
  }
  .cid-v8aU47GjmO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v8aU47GjmO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v8aU47GjmO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v8aU47GjmO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v8aU47GjmO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v8aU47GjmO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v8aU47GjmO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v8aU47GjmO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v8aU47GjmO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v8aU47GjmO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v8aU47GjmO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v8aU48hov8 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v8aU48hov8 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v8aU48hov8 {
    align-items: center;
  }
  .cid-v8aU48hov8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8aU48hov8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8aU48hov8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8aU48hov8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8aU48hov8 .content-wrap {
    width: 100%;
  }
}
.cid-v8aU48hov8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8aU48hov8 .mbr-text,
.cid-v8aU48hov8 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v8aU48xM2o {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8aU48xM2o .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU48xM2o .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU48xM2o .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v8aU48xM2o .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v8aU48J7gs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8aU48J7gs .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU48J7gs .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU48J7gs .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU48YKbc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8aU48YKbc .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU48YKbc .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU48YKbc .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU49bYi9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8aU49bYi9 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU49bYi9 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU49bYi9 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU49ryrW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8aU49ryrW .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU49ryrW .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU49ryrW .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU49Hlgm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8aU49Hlgm .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU49Hlgm .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU49Hlgm .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v8aVNClL5V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8aVNClL5V .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v8aVNClL5V .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v8aVNClL5V .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v8aYJo237I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8aYJo237I .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v8aYJo237I .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v8aYJo237I .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v8aZWaqL8c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8aZWaqL8c .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v8aZWaqL8c .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v8aZWaqL8c .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v8aY7ge9hr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v8aY7ge9hr .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v8aY7ge9hr .panel-group {
  border: none;
}
.cid-v8aY7ge9hr .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v8aY7ge9hr .card-header {
    padding: 0rem;
  }
}
.cid-v8aY7ge9hr .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v8aY7ge9hr .img-col {
  padding: 0;
}
.cid-v8aY7ge9hr .img-item {
  height: 100%;
}
.cid-v8aY7ge9hr img {
  height: 100%;
  object-fit: cover;
}
.cid-v8aY7ge9hr .collapsed span {
  transform: rotate(0deg);
}
.cid-v8aY7ge9hr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8aY7ge9hr p {
  margin-bottom: 0.3rem;
}
.cid-v8aY7ge9hr .panel-title-edit {
  color: #000000;
}
.cid-v8aY7ge9hr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v8aY7ge9hr .card {
  background: #b44f79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v8aY7ge9hr .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8aY7ge9hr .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v8aY7ge9hr .panel-text {
  color: #ffffff;
}
.cid-v8aY7ge9hr .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v8aY7ge9hr .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v8aY7ge9hr .panel-title-edit,
.cid-v8aY7ge9hr .mbr-iconfont {
  color: #ffffff;
}
.cid-v8aU49WIGZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8aU49WIGZ .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU49WIGZ .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU49WIGZ .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-v8aU4aqi86 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v8aU4aqi86 {
    align-items: center;
  }
  .cid-v8aU4aqi86 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8aU4aqi86 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8aU4aqi86 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8aU4aqi86 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8aU4aqi86 .content-wrap {
    width: 100%;
  }
}
.cid-v8aU4aqi86 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v8aU4aqi86 .mbr-text,
.cid-v8aU4aqi86 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v8aU4aEMf2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v8aU4aEMf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8aU4aEMf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8aU4aEMf2 .img-wrapper {
  text-align: center;
}
.cid-v8aU4aEMf2 img {
  margin: auto;
  width: 200px;
}
.cid-v8aU4aEMf2 .row {
  align-items: flex-start;
}
.cid-v8aU4aEMf2 .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v8aU4aEMf2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8aU4aEMf2 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8aU4aEMf2 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v8aU4aEMf2 .mbr-section-title,
.cid-v8aU4aEMf2 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v8aU4aEMf2 .content-head {
  max-width: 800px;
}
.cid-v8aU4b1l7x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v8aU4b1l7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8aU4b1l7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8aU4b1l7x .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8aU4b1l7x .footer-col {
    flex-direction: column;
  }
}
.cid-v8aU4b1l7x .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8aU4b1l7x .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8aU4b1l7x .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8aU4b1l7x .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8aU4b1l7x .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8aU4b1l7x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8aU4b1l7x .soc-item {
  margin: 8px;
}
.cid-v8aU4b1l7x .soc-item a:hover .mbr-iconfont,
.cid-v8aU4b1l7x .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v8aU4b1l7x .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8aU4b1l7x .row {
    text-align: center;
  }
  .cid-v8aU4b1l7x .social-row {
    justify-content: center;
  }
}
.cid-v8aU4b1l7x .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8aU4b1l7x .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8aU4b1l7x .list {
    margin-bottom: 0rem;
  }
}
.cid-v8aU4b1l7x .mbr-text {
  color: #bbbbbb;
}
.cid-v8aU4b1l7x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8aU4b1l7x .list,
.cid-v8aU4b1l7x .item-wrap {
  color: #ffffff;
}
.cid-v8aU4b1l7x .copyright {
  color: #ffffff;
}
.cid-v8gwWyI4NS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v8gwWyI4NS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8gwWyI4NS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v8gwWyI4NS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8gwWyI4NS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v8gwWyI4NS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8gwWyI4NS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8gwWyI4NS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v8gwWyI4NS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v8gwWyI4NS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v8gwWyI4NS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v8gwWyI4NS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v8gwWyI4NS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v8gwWyI4NS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v8gwWyI4NS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v8gwWyI4NS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v8gwWyI4NS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v8gwWyI4NS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v8gwWyI4NS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v8gwWyI4NS .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v8gwWyI4NS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v8gwWyI4NS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v8gwWyI4NS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v8gwWyI4NS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8gwWyI4NS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v8gwWyI4NS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8gwWyI4NS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v8gwWyI4NS .nav-item:focus,
.cid-v8gwWyI4NS .nav-link:focus {
  outline: none;
}
.cid-v8gwWyI4NS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8gwWyI4NS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8gwWyI4NS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8gwWyI4NS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8gwWyI4NS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8gwWyI4NS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8gwWyI4NS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v8gwWyI4NS .navbar.opened {
  transition: all 0.3s;
}
.cid-v8gwWyI4NS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8gwWyI4NS .navbar .navbar-logo img {
  width: auto;
}
.cid-v8gwWyI4NS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v8gwWyI4NS .navbar.collapsed {
  justify-content: center;
}
.cid-v8gwWyI4NS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8gwWyI4NS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8gwWyI4NS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8gwWyI4NS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8gwWyI4NS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8gwWyI4NS .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-v8gwWyI4NS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8gwWyI4NS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8gwWyI4NS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v8gwWyI4NS .navbar {
    min-height: 72px;
  }
  .cid-v8gwWyI4NS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v8gwWyI4NS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8gwWyI4NS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8gwWyI4NS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8gwWyI4NS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8gwWyI4NS .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-v8gwWyI4NS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8gwWyI4NS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v8gwWyI4NS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8gwWyI4NS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8gwWyI4NS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v8gwWyI4NS .dropdown-item.active,
.cid-v8gwWyI4NS .dropdown-item:active {
  background-color: transparent;
}
.cid-v8gwWyI4NS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8gwWyI4NS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8gwWyI4NS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8gwWyI4NS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8gwWyI4NS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v8gwWyI4NS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v8gwWyI4NS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8gwWyI4NS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v8gwWyI4NS .navbar-buttons {
    text-align: left;
  }
}
.cid-v8gwWyI4NS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8gwWyI4NS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v8gwWyI4NS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8gwWyI4NS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8gwWyI4NS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8gwWyI4NS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8gwWyI4NS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8gwWyI4NS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8gwWyI4NS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8gwWyI4NS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8gwWyI4NS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8gwWyI4NS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8gwWyI4NS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gwWyI4NS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8gwWyI4NS .navbar {
    height: 70px;
  }
  .cid-v8gwWyI4NS .navbar.opened {
    height: auto;
  }
  .cid-v8gwWyI4NS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8gwWyI4NS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v8gwWyI4NS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v8gwWyI4NS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v8gwWyI4NS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v8gwWyI4NS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v8gwWyI4NS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v8gwWyI4NS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v8gwWyI4NS .navbar-brand {
    margin-right: auto;
  }
  .cid-v8gwWyI4NS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v8gwWyI4NS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v8gwWyI4NS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v8gwWyI4NS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v8gwWyI4NS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v8gwWyI4NS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v8gwWyI4NS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v8gwWyI4NS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v8gwWyI4NS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v8gwWyI4NS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v8gwWyI4NS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v8gwWyVKB9 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v8gwWyVKB9 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v8gwWyVKB9 {
    align-items: center;
  }
  .cid-v8gwWyVKB9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8gwWyVKB9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8gwWyVKB9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8gwWyVKB9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8gwWyVKB9 .content-wrap {
    width: 100%;
  }
}
.cid-v8gwWyVKB9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8gwWyVKB9 .mbr-text,
.cid-v8gwWyVKB9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v8gwWzeZY0 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8gwWzeZY0 .mbr-text {
  color: #b44f79;
}
.cid-v8gwWzeZY0 .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-v8gwWzeZY0 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4Ipzb23w {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4Ipzb23w {
    align-items: center;
  }
  .cid-vf4Ipzb23w .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4Ipzb23w .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4Ipzb23w {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4Ipzb23w .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4Ipzb23w .content-wrap {
    width: 100%;
  }
}
.cid-vf4Ipzb23w .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4Ipzb23w .mbr-text,
.cid-vf4Ipzb23w .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v8gwWzqPS2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8gwWzqPS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gwWzqPS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gwWzqPS2 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-v8gwWzqPS2 .card-title,
.cid-v8gwWzqPS2 .iconfont-wrapper {
  color: #232323;
}
.cid-v8gwWzqPS2 .card-text {
  color: #232323;
}
.cid-v8gwWzqPS2 .mbr-section-title {
  color: #232323;
}
.cid-v8gwWzqPS2 .mbr-section-subtitle {
  color: #232323;
}
.cid-v8gwWzqPS2 .content-head {
  max-width: 800px;
}
.cid-v8gwWzJave {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v8gwWzJave .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gwWzJave .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gwWzJave .img-wrapper {
  text-align: center;
}
.cid-v8gwWzJave img {
  margin: auto;
  width: 200px;
}
.cid-v8gwWzJave .row {
  align-items: flex-start;
}
.cid-v8gwWzJave .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v8gwWzJave .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8gwWzJave .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8gwWzJave .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v8gwWzJave .mbr-section-title,
.cid-v8gwWzJave .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v8gwWzJave .content-head {
  max-width: 800px;
}
.cid-v8gwWzYlEv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v8gwWzYlEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gwWzYlEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gwWzYlEv .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8gwWzYlEv .footer-col {
    flex-direction: column;
  }
}
.cid-v8gwWzYlEv .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8gwWzYlEv .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8gwWzYlEv .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8gwWzYlEv .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8gwWzYlEv .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8gwWzYlEv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8gwWzYlEv .soc-item {
  margin: 8px;
}
.cid-v8gwWzYlEv .soc-item a:hover .mbr-iconfont,
.cid-v8gwWzYlEv .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v8gwWzYlEv .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8gwWzYlEv .row {
    text-align: center;
  }
  .cid-v8gwWzYlEv .social-row {
    justify-content: center;
  }
}
.cid-v8gwWzYlEv .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8gwWzYlEv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8gwWzYlEv .list {
    margin-bottom: 0rem;
  }
}
.cid-v8gwWzYlEv .mbr-text {
  color: #bbbbbb;
}
.cid-v8gwWzYlEv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8gwWzYlEv .list,
.cid-v8gwWzYlEv .item-wrap {
  color: #ffffff;
}
.cid-v8gwWzYlEv .copyright {
  color: #ffffff;
}
.cid-v8PSGbqroh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v8PSGbqroh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8PSGbqroh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v8PSGbqroh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8PSGbqroh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v8PSGbqroh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8PSGbqroh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8PSGbqroh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v8PSGbqroh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v8PSGbqroh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v8PSGbqroh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v8PSGbqroh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v8PSGbqroh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v8PSGbqroh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v8PSGbqroh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v8PSGbqroh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v8PSGbqroh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v8PSGbqroh .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v8PSGbqroh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v8PSGbqroh .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v8PSGbqroh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v8PSGbqroh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v8PSGbqroh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v8PSGbqroh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8PSGbqroh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v8PSGbqroh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8PSGbqroh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v8PSGbqroh .nav-item:focus,
.cid-v8PSGbqroh .nav-link:focus {
  outline: none;
}
.cid-v8PSGbqroh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8PSGbqroh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8PSGbqroh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8PSGbqroh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8PSGbqroh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8PSGbqroh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8PSGbqroh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v8PSGbqroh .navbar.opened {
  transition: all 0.3s;
}
.cid-v8PSGbqroh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8PSGbqroh .navbar .navbar-logo img {
  width: auto;
}
.cid-v8PSGbqroh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v8PSGbqroh .navbar.collapsed {
  justify-content: center;
}
.cid-v8PSGbqroh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8PSGbqroh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8PSGbqroh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8PSGbqroh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8PSGbqroh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8PSGbqroh .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-v8PSGbqroh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8PSGbqroh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8PSGbqroh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v8PSGbqroh .navbar {
    min-height: 72px;
  }
  .cid-v8PSGbqroh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v8PSGbqroh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8PSGbqroh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8PSGbqroh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8PSGbqroh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8PSGbqroh .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-v8PSGbqroh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8PSGbqroh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v8PSGbqroh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8PSGbqroh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8PSGbqroh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v8PSGbqroh .dropdown-item.active,
.cid-v8PSGbqroh .dropdown-item:active {
  background-color: transparent;
}
.cid-v8PSGbqroh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8PSGbqroh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8PSGbqroh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8PSGbqroh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8PSGbqroh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v8PSGbqroh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v8PSGbqroh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8PSGbqroh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v8PSGbqroh .navbar-buttons {
    text-align: left;
  }
}
.cid-v8PSGbqroh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8PSGbqroh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v8PSGbqroh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8PSGbqroh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8PSGbqroh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8PSGbqroh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8PSGbqroh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8PSGbqroh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8PSGbqroh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8PSGbqroh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8PSGbqroh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8PSGbqroh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8PSGbqroh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8PSGbqroh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8PSGbqroh .navbar {
    height: 70px;
  }
  .cid-v8PSGbqroh .navbar.opened {
    height: auto;
  }
  .cid-v8PSGbqroh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8PSGbqroh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v8PSGbqroh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v8PSGbqroh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v8PSGbqroh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v8PSGbqroh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v8PSGbqroh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v8PSGbqroh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v8PSGbqroh .navbar-brand {
    margin-right: auto;
  }
  .cid-v8PSGbqroh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v8PSGbqroh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v8PSGbqroh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v8PSGbqroh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v8PSGbqroh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v8PSGbqroh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v8PSGbqroh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v8PSGbqroh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v8PSGbqroh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v8PSGbqroh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v8PSGbqroh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v8PSGbI3lN {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v8PSGbI3lN .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v8PSGbI3lN {
    align-items: center;
  }
  .cid-v8PSGbI3lN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8PSGbI3lN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8PSGbI3lN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8PSGbI3lN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8PSGbI3lN .content-wrap {
    width: 100%;
  }
}
.cid-v8PSGbI3lN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8PSGbI3lN .mbr-text,
.cid-v8PSGbI3lN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v8PSGbV9wu {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8PSGbV9wu .mbr-text {
  color: #b44f79;
}
.cid-v8PSGbV9wu .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-v8PSGbV9wu .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v8PSGbV9wu .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v8Q4y8qHo9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Q4y8qHo9 .mbr-text {
  color: #b44f79;
}
.cid-v8Q4y8qHo9 .mbr-section-subtitle {
  color: #000000;
}
.cid-v8Q4y8qHo9 .mbr-section-title {
  color: #b44f79;
}
.cid-v8Q5wx0Xdk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Q5wx0Xdk .mbr-text {
  color: #b44f79;
}
.cid-v8Q5wx0Xdk .mbr-section-subtitle {
  color: #000000;
}
.cid-v8Q5wx0Xdk .mbr-section-title {
  color: #b44f79;
}
.cid-v8Q5C8bCm0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Q5C8bCm0 .mbr-text {
  color: #b44f79;
}
.cid-v8Q5C8bCm0 .mbr-section-subtitle {
  color: #000000;
}
.cid-v8Q5C8bCm0 .mbr-section-title {
  color: #b44f79;
}
.cid-v8Q5NhkTvJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Q5NhkTvJ .mbr-text {
  color: #b44f79;
}
.cid-v8Q5NhkTvJ .mbr-section-subtitle {
  color: #000000;
}
.cid-v8Q5NhkTvJ .mbr-section-title {
  color: #b44f79;
}
.cid-v8Q5UigedH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Q5UigedH .mbr-text {
  color: #b44f79;
}
.cid-v8Q5UigedH .mbr-section-subtitle {
  color: #000000;
}
.cid-v8Q5UigedH .mbr-section-title {
  color: #b44f79;
}
.cid-v8Q62qM8ii {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Q62qM8ii .mbr-text {
  color: #b44f79;
}
.cid-v8Q62qM8ii .mbr-section-subtitle {
  color: #000000;
}
.cid-v8Q62qM8ii .mbr-section-title {
  color: #b44f79;
}
.cid-v8Q6zhkHoe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Q6zhkHoe .mbr-text {
  color: #b44f79;
}
.cid-v8Q6zhkHoe .mbr-section-subtitle {
  color: #000000;
}
.cid-v8Q6zhkHoe .mbr-section-title {
  color: #b44f79;
}
.cid-v8Qba7t7h4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Qba7t7h4 .mbr-text {
  color: #b44f79;
}
.cid-v8Qba7t7h4 .mbr-section-subtitle {
  color: #000000;
}
.cid-v8Qba7t7h4 .mbr-section-title {
  color: #b44f79;
}
.cid-v8Qc1cUVQI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Qc1cUVQI .mbr-text {
  color: #b44f79;
}
.cid-v8Qc1cUVQI .mbr-section-subtitle {
  color: #000000;
}
.cid-v8Qc1cUVQI .mbr-section-title {
  color: #b44f79;
}
.cid-v8QcnhW0IT {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v8QcnhW0IT {
    align-items: center;
  }
  .cid-v8QcnhW0IT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8QcnhW0IT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8QcnhW0IT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8QcnhW0IT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8QcnhW0IT .content-wrap {
    width: 100%;
  }
}
.cid-v8QcnhW0IT .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-v8QcnhW0IT .mbr-text,
.cid-v8QcnhW0IT .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v8PSGcvpkC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v8PSGcvpkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PSGcvpkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PSGcvpkC .img-wrapper {
  text-align: center;
}
.cid-v8PSGcvpkC img {
  margin: auto;
  width: 200px;
}
.cid-v8PSGcvpkC .row {
  align-items: flex-start;
}
.cid-v8PSGcvpkC .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v8PSGcvpkC .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8PSGcvpkC .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8PSGcvpkC .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v8PSGcvpkC .mbr-section-title,
.cid-v8PSGcvpkC .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v8PSGcvpkC .content-head {
  max-width: 800px;
}
.cid-v8PSGcMRgV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v8PSGcMRgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PSGcMRgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PSGcMRgV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8PSGcMRgV .footer-col {
    flex-direction: column;
  }
}
.cid-v8PSGcMRgV .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8PSGcMRgV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8PSGcMRgV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8PSGcMRgV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8PSGcMRgV .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8PSGcMRgV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8PSGcMRgV .soc-item {
  margin: 8px;
}
.cid-v8PSGcMRgV .soc-item a:hover .mbr-iconfont,
.cid-v8PSGcMRgV .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v8PSGcMRgV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8PSGcMRgV .row {
    text-align: center;
  }
  .cid-v8PSGcMRgV .social-row {
    justify-content: center;
  }
}
.cid-v8PSGcMRgV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8PSGcMRgV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8PSGcMRgV .list {
    margin-bottom: 0rem;
  }
}
.cid-v8PSGcMRgV .mbr-text {
  color: #bbbbbb;
}
.cid-v8PSGcMRgV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8PSGcMRgV .list,
.cid-v8PSGcMRgV .item-wrap {
  color: #ffffff;
}
.cid-v8PSGcMRgV .copyright {
  color: #ffffff;
}
.cid-v9AsMxjzw5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v9AsMxjzw5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v9AsMxjzw5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v9AsMxjzw5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9AsMxjzw5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v9AsMxjzw5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9AsMxjzw5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9AsMxjzw5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v9AsMxjzw5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v9AsMxjzw5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v9AsMxjzw5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v9AsMxjzw5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v9AsMxjzw5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v9AsMxjzw5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v9AsMxjzw5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v9AsMxjzw5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v9AsMxjzw5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v9AsMxjzw5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v9AsMxjzw5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v9AsMxjzw5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v9AsMxjzw5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v9AsMxjzw5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v9AsMxjzw5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v9AsMxjzw5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v9AsMxjzw5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v9AsMxjzw5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9AsMxjzw5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-v9AsMxjzw5 .nav-item:focus,
.cid-v9AsMxjzw5 .nav-link:focus {
  outline: none;
}
.cid-v9AsMxjzw5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9AsMxjzw5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9AsMxjzw5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9AsMxjzw5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9AsMxjzw5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9AsMxjzw5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9AsMxjzw5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v9AsMxjzw5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v9AsMxjzw5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9AsMxjzw5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v9AsMxjzw5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v9AsMxjzw5 .navbar.collapsed {
  justify-content: center;
}
.cid-v9AsMxjzw5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9AsMxjzw5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9AsMxjzw5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9AsMxjzw5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9AsMxjzw5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9AsMxjzw5 .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-v9AsMxjzw5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9AsMxjzw5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9AsMxjzw5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v9AsMxjzw5 .navbar {
    min-height: 72px;
  }
  .cid-v9AsMxjzw5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v9AsMxjzw5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9AsMxjzw5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9AsMxjzw5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9AsMxjzw5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9AsMxjzw5 .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-v9AsMxjzw5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9AsMxjzw5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v9AsMxjzw5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9AsMxjzw5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9AsMxjzw5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v9AsMxjzw5 .dropdown-item.active,
.cid-v9AsMxjzw5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v9AsMxjzw5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9AsMxjzw5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9AsMxjzw5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9AsMxjzw5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v9AsMxjzw5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v9AsMxjzw5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v9AsMxjzw5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9AsMxjzw5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v9AsMxjzw5 .navbar-buttons {
    text-align: left;
  }
}
.cid-v9AsMxjzw5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9AsMxjzw5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-v9AsMxjzw5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9AsMxjzw5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9AsMxjzw5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9AsMxjzw5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9AsMxjzw5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AsMxjzw5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9AsMxjzw5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9AsMxjzw5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AsMxjzw5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9AsMxjzw5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9AsMxjzw5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9AsMxjzw5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9AsMxjzw5 .navbar {
    height: 70px;
  }
  .cid-v9AsMxjzw5 .navbar.opened {
    height: auto;
  }
  .cid-v9AsMxjzw5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9AsMxjzw5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v9AsMxjzw5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v9AsMxjzw5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v9AsMxjzw5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v9AsMxjzw5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v9AsMxjzw5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v9AsMxjzw5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v9AsMxjzw5 .navbar-brand {
    margin-right: auto;
  }
  .cid-v9AsMxjzw5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v9AsMxjzw5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v9AsMxjzw5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v9AsMxjzw5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v9AsMxjzw5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v9AsMxjzw5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v9AsMxjzw5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v9AsMxjzw5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v9AsMxjzw5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v9AsMxjzw5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v9AsMxjzw5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v9AsMxx4Mk {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v9AsMxx4Mk .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v9AsMxx4Mk {
    align-items: center;
  }
  .cid-v9AsMxx4Mk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9AsMxx4Mk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9AsMxx4Mk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9AsMxx4Mk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9AsMxx4Mk .content-wrap {
    width: 100%;
  }
}
.cid-v9AsMxx4Mk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v9AsMxx4Mk .mbr-text,
.cid-v9AsMxx4Mk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v9AsMxJTmM {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9AsMxJTmM .mbr-text {
  color: #b44f79;
}
.cid-v9AsMxJTmM .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-v9AsMxJTmM .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-v9AsMxJTmM .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v9AsMxUUMv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9AsMxUUMv .mbr-text {
  color: #b44f79;
}
.cid-v9AsMxUUMv .mbr-section-subtitle {
  color: #000000;
}
.cid-v9AsMxUUMv .mbr-section-title {
  color: #b44f79;
}
.cid-v9AsMy6DCm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9AsMy6DCm .mbr-text {
  color: #b44f79;
}
.cid-v9AsMy6DCm .mbr-section-subtitle {
  color: #000000;
}
.cid-v9AsMy6DCm .mbr-section-title {
  color: #b44f79;
}
.cid-v9AsMyvU7d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9AsMyvU7d .mbr-text {
  color: #b44f79;
}
.cid-v9AsMyvU7d .mbr-section-subtitle {
  color: #000000;
}
.cid-v9AsMyvU7d .mbr-section-title {
  color: #b44f79;
}
.cid-vf5bJSAofw {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf5bJSAofw {
    align-items: center;
  }
  .cid-vf5bJSAofw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf5bJSAofw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf5bJSAofw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf5bJSAofw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf5bJSAofw .content-wrap {
    width: 100%;
  }
}
.cid-vf5bJSAofw .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf5bJSAofw .mbr-text,
.cid-vf5bJSAofw .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-v9AsMA9y81 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v9AsMA9y81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AsMA9y81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AsMA9y81 .img-wrapper {
  text-align: center;
}
.cid-v9AsMA9y81 img {
  margin: auto;
  width: 200px;
}
.cid-v9AsMA9y81 .row {
  align-items: flex-start;
}
.cid-v9AsMA9y81 .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v9AsMA9y81 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v9AsMA9y81 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v9AsMA9y81 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-v9AsMA9y81 .mbr-section-title,
.cid-v9AsMA9y81 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9AsMA9y81 .content-head {
  max-width: 800px;
}
.cid-v9AsMAA89d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-v9AsMAA89d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AsMAA89d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AsMAA89d .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v9AsMAA89d .footer-col {
    flex-direction: column;
  }
}
.cid-v9AsMAA89d .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v9AsMAA89d .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v9AsMAA89d .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v9AsMAA89d .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v9AsMAA89d .mbr-section-btn {
    text-align: center;
  }
}
.cid-v9AsMAA89d .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v9AsMAA89d .soc-item {
  margin: 8px;
}
.cid-v9AsMAA89d .soc-item a:hover .mbr-iconfont,
.cid-v9AsMAA89d .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v9AsMAA89d .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v9AsMAA89d .row {
    text-align: center;
  }
  .cid-v9AsMAA89d .social-row {
    justify-content: center;
  }
}
.cid-v9AsMAA89d .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v9AsMAA89d .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9AsMAA89d .list {
    margin-bottom: 0rem;
  }
}
.cid-v9AsMAA89d .mbr-text {
  color: #bbbbbb;
}
.cid-v9AsMAA89d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9AsMAA89d .list,
.cid-v9AsMAA89d .item-wrap {
  color: #ffffff;
}
.cid-v9AsMAA89d .copyright {
  color: #ffffff;
}
.cid-vabf32pSbN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vabf32pSbN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabf32pSbN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vabf32pSbN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vabf32pSbN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vabf32pSbN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vabf32pSbN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vabf32pSbN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vabf32pSbN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vabf32pSbN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vabf32pSbN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vabf32pSbN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vabf32pSbN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vabf32pSbN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vabf32pSbN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vabf32pSbN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vabf32pSbN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vabf32pSbN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vabf32pSbN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vabf32pSbN .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vabf32pSbN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vabf32pSbN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vabf32pSbN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vabf32pSbN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vabf32pSbN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vabf32pSbN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vabf32pSbN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vabf32pSbN .nav-item:focus,
.cid-vabf32pSbN .nav-link:focus {
  outline: none;
}
.cid-vabf32pSbN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vabf32pSbN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vabf32pSbN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vabf32pSbN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vabf32pSbN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vabf32pSbN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vabf32pSbN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vabf32pSbN .navbar.opened {
  transition: all 0.3s;
}
.cid-vabf32pSbN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vabf32pSbN .navbar .navbar-logo img {
  width: auto;
}
.cid-vabf32pSbN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vabf32pSbN .navbar.collapsed {
  justify-content: center;
}
.cid-vabf32pSbN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vabf32pSbN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vabf32pSbN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vabf32pSbN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vabf32pSbN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vabf32pSbN .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-vabf32pSbN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vabf32pSbN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vabf32pSbN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vabf32pSbN .navbar {
    min-height: 72px;
  }
  .cid-vabf32pSbN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vabf32pSbN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vabf32pSbN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vabf32pSbN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vabf32pSbN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vabf32pSbN .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-vabf32pSbN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vabf32pSbN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vabf32pSbN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vabf32pSbN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vabf32pSbN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vabf32pSbN .dropdown-item.active,
.cid-vabf32pSbN .dropdown-item:active {
  background-color: transparent;
}
.cid-vabf32pSbN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vabf32pSbN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vabf32pSbN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vabf32pSbN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vabf32pSbN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vabf32pSbN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vabf32pSbN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vabf32pSbN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vabf32pSbN .navbar-buttons {
    text-align: left;
  }
}
.cid-vabf32pSbN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vabf32pSbN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vabf32pSbN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vabf32pSbN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabf32pSbN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabf32pSbN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vabf32pSbN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabf32pSbN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vabf32pSbN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vabf32pSbN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabf32pSbN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vabf32pSbN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vabf32pSbN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vabf32pSbN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vabf32pSbN .navbar {
    height: 70px;
  }
  .cid-vabf32pSbN .navbar.opened {
    height: auto;
  }
  .cid-vabf32pSbN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vabf32pSbN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vabf32pSbN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vabf32pSbN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vabf32pSbN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vabf32pSbN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vabf32pSbN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vabf32pSbN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vabf32pSbN .navbar-brand {
    margin-right: auto;
  }
  .cid-vabf32pSbN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vabf32pSbN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vabf32pSbN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vabf32pSbN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabf32pSbN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vabf32pSbN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vabf32pSbN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vabf32pSbN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vabf32pSbN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabf32pSbN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vabf32pSbN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vabf32EUvg {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vabf32EUvg .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vabf32EUvg {
    align-items: center;
  }
  .cid-vabf32EUvg .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vabf32EUvg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vabf32EUvg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vabf32EUvg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vabf32EUvg .content-wrap {
    width: 100%;
  }
}
.cid-vabf32EUvg .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vabf32EUvg .mbr-text,
.cid-vabf32EUvg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vabf32PCe3 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabf32PCe3 .mbr-text {
  color: #b44f79;
}
.cid-vabf32PCe3 .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vabf32PCe3 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4JvzwSko {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4JvzwSko {
    align-items: center;
  }
  .cid-vf4JvzwSko .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4JvzwSko .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4JvzwSko {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4JvzwSko .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4JvzwSko .content-wrap {
    width: 100%;
  }
}
.cid-vf4JvzwSko .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4JvzwSko .mbr-text,
.cid-vf4JvzwSko .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vabf32ZASQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabf32ZASQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabf32ZASQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabf32ZASQ .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vabf32ZASQ .card-title,
.cid-vabf32ZASQ .iconfont-wrapper {
  color: #232323;
}
.cid-vabf32ZASQ .card-text {
  color: #232323;
}
.cid-vabf32ZASQ .mbr-section-title {
  color: #232323;
}
.cid-vabf32ZASQ .mbr-section-subtitle {
  color: #232323;
}
.cid-vabf32ZASQ .content-head {
  max-width: 800px;
}
.cid-vabf33hC10 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabf33hC10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabf33hC10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabf33hC10 .img-wrapper {
  text-align: center;
}
.cid-vabf33hC10 img {
  margin: auto;
  width: 200px;
}
.cid-vabf33hC10 .row {
  align-items: flex-start;
}
.cid-vabf33hC10 .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vabf33hC10 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vabf33hC10 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabf33hC10 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vabf33hC10 .mbr-section-title,
.cid-vabf33hC10 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vabf33hC10 .content-head {
  max-width: 800px;
}
.cid-vabf33y9Mv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabf33y9Mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabf33y9Mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabf33y9Mv .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vabf33y9Mv .footer-col {
    flex-direction: column;
  }
}
.cid-vabf33y9Mv .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vabf33y9Mv .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabf33y9Mv .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vabf33y9Mv .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vabf33y9Mv .mbr-section-btn {
    text-align: center;
  }
}
.cid-vabf33y9Mv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vabf33y9Mv .soc-item {
  margin: 8px;
}
.cid-vabf33y9Mv .soc-item a:hover .mbr-iconfont,
.cid-vabf33y9Mv .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vabf33y9Mv .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabf33y9Mv .row {
    text-align: center;
  }
  .cid-vabf33y9Mv .social-row {
    justify-content: center;
  }
}
.cid-vabf33y9Mv .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vabf33y9Mv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vabf33y9Mv .list {
    margin-bottom: 0rem;
  }
}
.cid-vabf33y9Mv .mbr-text {
  color: #bbbbbb;
}
.cid-vabf33y9Mv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vabf33y9Mv .list,
.cid-vabf33y9Mv .item-wrap {
  color: #ffffff;
}
.cid-vabf33y9Mv .copyright {
  color: #ffffff;
}
.cid-vabhBbJ9g9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vabhBbJ9g9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabhBbJ9g9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vabhBbJ9g9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vabhBbJ9g9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vabhBbJ9g9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vabhBbJ9g9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vabhBbJ9g9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vabhBbJ9g9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vabhBbJ9g9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vabhBbJ9g9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vabhBbJ9g9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vabhBbJ9g9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vabhBbJ9g9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vabhBbJ9g9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vabhBbJ9g9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vabhBbJ9g9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vabhBbJ9g9 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vabhBbJ9g9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vabhBbJ9g9 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vabhBbJ9g9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vabhBbJ9g9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vabhBbJ9g9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vabhBbJ9g9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vabhBbJ9g9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vabhBbJ9g9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vabhBbJ9g9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vabhBbJ9g9 .nav-item:focus,
.cid-vabhBbJ9g9 .nav-link:focus {
  outline: none;
}
.cid-vabhBbJ9g9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vabhBbJ9g9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vabhBbJ9g9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vabhBbJ9g9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vabhBbJ9g9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vabhBbJ9g9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vabhBbJ9g9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vabhBbJ9g9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vabhBbJ9g9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vabhBbJ9g9 .navbar .navbar-logo img {
  width: auto;
}
.cid-vabhBbJ9g9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vabhBbJ9g9 .navbar.collapsed {
  justify-content: center;
}
.cid-vabhBbJ9g9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vabhBbJ9g9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vabhBbJ9g9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vabhBbJ9g9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vabhBbJ9g9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vabhBbJ9g9 .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-vabhBbJ9g9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vabhBbJ9g9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vabhBbJ9g9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vabhBbJ9g9 .navbar {
    min-height: 72px;
  }
  .cid-vabhBbJ9g9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vabhBbJ9g9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vabhBbJ9g9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vabhBbJ9g9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vabhBbJ9g9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vabhBbJ9g9 .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-vabhBbJ9g9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vabhBbJ9g9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vabhBbJ9g9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vabhBbJ9g9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vabhBbJ9g9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vabhBbJ9g9 .dropdown-item.active,
.cid-vabhBbJ9g9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vabhBbJ9g9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vabhBbJ9g9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vabhBbJ9g9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vabhBbJ9g9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vabhBbJ9g9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vabhBbJ9g9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vabhBbJ9g9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vabhBbJ9g9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vabhBbJ9g9 .navbar-buttons {
    text-align: left;
  }
}
.cid-vabhBbJ9g9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vabhBbJ9g9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vabhBbJ9g9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vabhBbJ9g9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabhBbJ9g9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabhBbJ9g9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vabhBbJ9g9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabhBbJ9g9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vabhBbJ9g9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vabhBbJ9g9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabhBbJ9g9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vabhBbJ9g9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vabhBbJ9g9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vabhBbJ9g9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vabhBbJ9g9 .navbar {
    height: 70px;
  }
  .cid-vabhBbJ9g9 .navbar.opened {
    height: auto;
  }
  .cid-vabhBbJ9g9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vabhBbJ9g9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vabhBbJ9g9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vabhBbJ9g9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vabhBbJ9g9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vabhBbJ9g9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vabhBbJ9g9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vabhBbJ9g9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vabhBbJ9g9 .navbar-brand {
    margin-right: auto;
  }
  .cid-vabhBbJ9g9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vabhBbJ9g9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vabhBbJ9g9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vabhBbJ9g9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabhBbJ9g9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vabhBbJ9g9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vabhBbJ9g9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vabhBbJ9g9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vabhBbJ9g9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabhBbJ9g9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vabhBbJ9g9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vabhBc1DJd {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vabhBc1DJd .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vabhBc1DJd {
    align-items: center;
  }
  .cid-vabhBc1DJd .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vabhBc1DJd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vabhBc1DJd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vabhBc1DJd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vabhBc1DJd .content-wrap {
    width: 100%;
  }
}
.cid-vabhBc1DJd .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vabhBc1DJd .mbr-text,
.cid-vabhBc1DJd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vabhBcf1h9 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabhBcf1h9 .mbr-text {
  color: #b44f79;
}
.cid-vabhBcf1h9 .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vabhBcf1h9 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf57zBtuXe {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf57zBtuXe {
    align-items: center;
  }
  .cid-vf57zBtuXe .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf57zBtuXe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf57zBtuXe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf57zBtuXe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf57zBtuXe .content-wrap {
    width: 100%;
  }
}
.cid-vf57zBtuXe .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf57zBtuXe .mbr-text,
.cid-vf57zBtuXe .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vabhBcvAKx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabhBcvAKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabhBcvAKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabhBcvAKx .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vabhBcvAKx .card-title,
.cid-vabhBcvAKx .iconfont-wrapper {
  color: #232323;
}
.cid-vabhBcvAKx .card-text {
  color: #232323;
}
.cid-vabhBcvAKx .mbr-section-title {
  color: #232323;
}
.cid-vabhBcvAKx .mbr-section-subtitle {
  color: #232323;
}
.cid-vabhBcvAKx .content-head {
  max-width: 800px;
}
.cid-vabhBcPvso {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabhBcPvso .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabhBcPvso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabhBcPvso .img-wrapper {
  text-align: center;
}
.cid-vabhBcPvso img {
  margin: auto;
  width: 200px;
}
.cid-vabhBcPvso .row {
  align-items: flex-start;
}
.cid-vabhBcPvso .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vabhBcPvso .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vabhBcPvso .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabhBcPvso .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vabhBcPvso .mbr-section-title,
.cid-vabhBcPvso .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vabhBcPvso .content-head {
  max-width: 800px;
}
.cid-vabhBd6zB9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabhBd6zB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabhBd6zB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabhBd6zB9 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vabhBd6zB9 .footer-col {
    flex-direction: column;
  }
}
.cid-vabhBd6zB9 .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vabhBd6zB9 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabhBd6zB9 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vabhBd6zB9 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vabhBd6zB9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vabhBd6zB9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vabhBd6zB9 .soc-item {
  margin: 8px;
}
.cid-vabhBd6zB9 .soc-item a:hover .mbr-iconfont,
.cid-vabhBd6zB9 .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vabhBd6zB9 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabhBd6zB9 .row {
    text-align: center;
  }
  .cid-vabhBd6zB9 .social-row {
    justify-content: center;
  }
}
.cid-vabhBd6zB9 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vabhBd6zB9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vabhBd6zB9 .list {
    margin-bottom: 0rem;
  }
}
.cid-vabhBd6zB9 .mbr-text {
  color: #bbbbbb;
}
.cid-vabhBd6zB9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vabhBd6zB9 .list,
.cid-vabhBd6zB9 .item-wrap {
  color: #ffffff;
}
.cid-vabhBd6zB9 .copyright {
  color: #ffffff;
}
.cid-vabjxAnRuN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vabjxAnRuN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabjxAnRuN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vabjxAnRuN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vabjxAnRuN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vabjxAnRuN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vabjxAnRuN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vabjxAnRuN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vabjxAnRuN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vabjxAnRuN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vabjxAnRuN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vabjxAnRuN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vabjxAnRuN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vabjxAnRuN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vabjxAnRuN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vabjxAnRuN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vabjxAnRuN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vabjxAnRuN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vabjxAnRuN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vabjxAnRuN .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vabjxAnRuN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vabjxAnRuN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vabjxAnRuN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vabjxAnRuN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vabjxAnRuN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vabjxAnRuN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vabjxAnRuN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vabjxAnRuN .nav-item:focus,
.cid-vabjxAnRuN .nav-link:focus {
  outline: none;
}
.cid-vabjxAnRuN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vabjxAnRuN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vabjxAnRuN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vabjxAnRuN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vabjxAnRuN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vabjxAnRuN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vabjxAnRuN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vabjxAnRuN .navbar.opened {
  transition: all 0.3s;
}
.cid-vabjxAnRuN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vabjxAnRuN .navbar .navbar-logo img {
  width: auto;
}
.cid-vabjxAnRuN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vabjxAnRuN .navbar.collapsed {
  justify-content: center;
}
.cid-vabjxAnRuN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vabjxAnRuN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vabjxAnRuN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vabjxAnRuN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vabjxAnRuN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vabjxAnRuN .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-vabjxAnRuN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vabjxAnRuN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vabjxAnRuN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vabjxAnRuN .navbar {
    min-height: 72px;
  }
  .cid-vabjxAnRuN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vabjxAnRuN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vabjxAnRuN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vabjxAnRuN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vabjxAnRuN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vabjxAnRuN .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-vabjxAnRuN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vabjxAnRuN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vabjxAnRuN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vabjxAnRuN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vabjxAnRuN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vabjxAnRuN .dropdown-item.active,
.cid-vabjxAnRuN .dropdown-item:active {
  background-color: transparent;
}
.cid-vabjxAnRuN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vabjxAnRuN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vabjxAnRuN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vabjxAnRuN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vabjxAnRuN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vabjxAnRuN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vabjxAnRuN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vabjxAnRuN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vabjxAnRuN .navbar-buttons {
    text-align: left;
  }
}
.cid-vabjxAnRuN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vabjxAnRuN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vabjxAnRuN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vabjxAnRuN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabjxAnRuN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabjxAnRuN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vabjxAnRuN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabjxAnRuN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vabjxAnRuN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vabjxAnRuN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabjxAnRuN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vabjxAnRuN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vabjxAnRuN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vabjxAnRuN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vabjxAnRuN .navbar {
    height: 70px;
  }
  .cid-vabjxAnRuN .navbar.opened {
    height: auto;
  }
  .cid-vabjxAnRuN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vabjxAnRuN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vabjxAnRuN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vabjxAnRuN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vabjxAnRuN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vabjxAnRuN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vabjxAnRuN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vabjxAnRuN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vabjxAnRuN .navbar-brand {
    margin-right: auto;
  }
  .cid-vabjxAnRuN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vabjxAnRuN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vabjxAnRuN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vabjxAnRuN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabjxAnRuN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vabjxAnRuN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vabjxAnRuN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vabjxAnRuN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vabjxAnRuN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabjxAnRuN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vabjxAnRuN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vabjxAN7dR {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vabjxAN7dR .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vabjxAN7dR {
    align-items: center;
  }
  .cid-vabjxAN7dR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vabjxAN7dR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vabjxAN7dR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vabjxAN7dR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vabjxAN7dR .content-wrap {
    width: 100%;
  }
}
.cid-vabjxAN7dR .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vabjxAN7dR .mbr-text,
.cid-vabjxAN7dR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vabjxAZZVN {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabjxAZZVN .mbr-text {
  color: #b44f79;
}
.cid-vabjxAZZVN .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vabjxAZZVN .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4NFyRS43 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4NFyRS43 {
    align-items: center;
  }
  .cid-vf4NFyRS43 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4NFyRS43 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4NFyRS43 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4NFyRS43 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4NFyRS43 .content-wrap {
    width: 100%;
  }
}
.cid-vf4NFyRS43 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4NFyRS43 .mbr-text,
.cid-vf4NFyRS43 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vabjxBf19p {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabjxBf19p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabjxBf19p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabjxBf19p .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vabjxBf19p .card-title,
.cid-vabjxBf19p .iconfont-wrapper {
  color: #232323;
}
.cid-vabjxBf19p .card-text {
  color: #232323;
}
.cid-vabjxBf19p .mbr-section-title {
  color: #232323;
}
.cid-vabjxBf19p .mbr-section-subtitle {
  color: #232323;
}
.cid-vabjxBf19p .content-head {
  max-width: 800px;
}
.cid-vabjxCl4p8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabjxCl4p8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabjxCl4p8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabjxCl4p8 .img-wrapper {
  text-align: center;
}
.cid-vabjxCl4p8 img {
  margin: auto;
  width: 200px;
}
.cid-vabjxCl4p8 .row {
  align-items: flex-start;
}
.cid-vabjxCl4p8 .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vabjxCl4p8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vabjxCl4p8 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabjxCl4p8 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vabjxCl4p8 .mbr-section-title,
.cid-vabjxCl4p8 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vabjxCl4p8 .content-head {
  max-width: 800px;
}
.cid-vabjxCSSms {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabjxCSSms .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabjxCSSms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabjxCSSms .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vabjxCSSms .footer-col {
    flex-direction: column;
  }
}
.cid-vabjxCSSms .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vabjxCSSms .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabjxCSSms .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vabjxCSSms .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vabjxCSSms .mbr-section-btn {
    text-align: center;
  }
}
.cid-vabjxCSSms .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vabjxCSSms .soc-item {
  margin: 8px;
}
.cid-vabjxCSSms .soc-item a:hover .mbr-iconfont,
.cid-vabjxCSSms .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vabjxCSSms .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabjxCSSms .row {
    text-align: center;
  }
  .cid-vabjxCSSms .social-row {
    justify-content: center;
  }
}
.cid-vabjxCSSms .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vabjxCSSms .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vabjxCSSms .list {
    margin-bottom: 0rem;
  }
}
.cid-vabjxCSSms .mbr-text {
  color: #bbbbbb;
}
.cid-vabjxCSSms .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vabjxCSSms .list,
.cid-vabjxCSSms .item-wrap {
  color: #ffffff;
}
.cid-vabjxCSSms .copyright {
  color: #ffffff;
}
.cid-vablEhvUgu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vablEhvUgu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vablEhvUgu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vablEhvUgu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vablEhvUgu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vablEhvUgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vablEhvUgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vablEhvUgu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vablEhvUgu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vablEhvUgu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vablEhvUgu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vablEhvUgu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vablEhvUgu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vablEhvUgu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vablEhvUgu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vablEhvUgu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vablEhvUgu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vablEhvUgu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vablEhvUgu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vablEhvUgu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vablEhvUgu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vablEhvUgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vablEhvUgu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vablEhvUgu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vablEhvUgu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vablEhvUgu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vablEhvUgu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vablEhvUgu .nav-item:focus,
.cid-vablEhvUgu .nav-link:focus {
  outline: none;
}
.cid-vablEhvUgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vablEhvUgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vablEhvUgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vablEhvUgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vablEhvUgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vablEhvUgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vablEhvUgu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vablEhvUgu .navbar.opened {
  transition: all 0.3s;
}
.cid-vablEhvUgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vablEhvUgu .navbar .navbar-logo img {
  width: auto;
}
.cid-vablEhvUgu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vablEhvUgu .navbar.collapsed {
  justify-content: center;
}
.cid-vablEhvUgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vablEhvUgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vablEhvUgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vablEhvUgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vablEhvUgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vablEhvUgu .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-vablEhvUgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vablEhvUgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vablEhvUgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vablEhvUgu .navbar {
    min-height: 72px;
  }
  .cid-vablEhvUgu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vablEhvUgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vablEhvUgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vablEhvUgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vablEhvUgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vablEhvUgu .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-vablEhvUgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vablEhvUgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vablEhvUgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vablEhvUgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vablEhvUgu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vablEhvUgu .dropdown-item.active,
.cid-vablEhvUgu .dropdown-item:active {
  background-color: transparent;
}
.cid-vablEhvUgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vablEhvUgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vablEhvUgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vablEhvUgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vablEhvUgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vablEhvUgu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vablEhvUgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vablEhvUgu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vablEhvUgu .navbar-buttons {
    text-align: left;
  }
}
.cid-vablEhvUgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vablEhvUgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vablEhvUgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vablEhvUgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vablEhvUgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vablEhvUgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vablEhvUgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vablEhvUgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vablEhvUgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vablEhvUgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vablEhvUgu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vablEhvUgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vablEhvUgu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vablEhvUgu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vablEhvUgu .navbar {
    height: 70px;
  }
  .cid-vablEhvUgu .navbar.opened {
    height: auto;
  }
  .cid-vablEhvUgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vablEhvUgu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vablEhvUgu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vablEhvUgu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vablEhvUgu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vablEhvUgu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vablEhvUgu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vablEhvUgu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vablEhvUgu .navbar-brand {
    margin-right: auto;
  }
  .cid-vablEhvUgu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vablEhvUgu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vablEhvUgu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vablEhvUgu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vablEhvUgu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vablEhvUgu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vablEhvUgu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vablEhvUgu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vablEhvUgu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vablEhvUgu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vablEhvUgu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vablEhNjnB {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vablEhNjnB .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vablEhNjnB {
    align-items: center;
  }
  .cid-vablEhNjnB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vablEhNjnB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vablEhNjnB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vablEhNjnB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vablEhNjnB .content-wrap {
    width: 100%;
  }
}
.cid-vablEhNjnB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vablEhNjnB .mbr-text,
.cid-vablEhNjnB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vablEi0eOL {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vablEi0eOL .mbr-text {
  color: #b44f79;
}
.cid-vablEi0eOL .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vablEi0eOL .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4J9JVqeJ {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4J9JVqeJ {
    align-items: center;
  }
  .cid-vf4J9JVqeJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4J9JVqeJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4J9JVqeJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4J9JVqeJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4J9JVqeJ .content-wrap {
    width: 100%;
  }
}
.cid-vf4J9JVqeJ .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4J9JVqeJ .mbr-text,
.cid-vf4J9JVqeJ .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vablEih94p {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vablEih94p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vablEih94p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vablEih94p .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vablEih94p .card-title,
.cid-vablEih94p .iconfont-wrapper {
  color: #232323;
}
.cid-vablEih94p .card-text {
  color: #232323;
}
.cid-vablEih94p .mbr-section-title {
  color: #232323;
}
.cid-vablEih94p .mbr-section-subtitle {
  color: #232323;
}
.cid-vablEih94p .content-head {
  max-width: 800px;
}
.cid-vablEiCqwr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vablEiCqwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vablEiCqwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vablEiCqwr .img-wrapper {
  text-align: center;
}
.cid-vablEiCqwr img {
  margin: auto;
  width: 200px;
}
.cid-vablEiCqwr .row {
  align-items: flex-start;
}
.cid-vablEiCqwr .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vablEiCqwr .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vablEiCqwr .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vablEiCqwr .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vablEiCqwr .mbr-section-title,
.cid-vablEiCqwr .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vablEiCqwr .content-head {
  max-width: 800px;
}
.cid-vablEiTKIk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vablEiTKIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vablEiTKIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vablEiTKIk .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vablEiTKIk .footer-col {
    flex-direction: column;
  }
}
.cid-vablEiTKIk .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vablEiTKIk .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vablEiTKIk .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vablEiTKIk .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vablEiTKIk .mbr-section-btn {
    text-align: center;
  }
}
.cid-vablEiTKIk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vablEiTKIk .soc-item {
  margin: 8px;
}
.cid-vablEiTKIk .soc-item a:hover .mbr-iconfont,
.cid-vablEiTKIk .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vablEiTKIk .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vablEiTKIk .row {
    text-align: center;
  }
  .cid-vablEiTKIk .social-row {
    justify-content: center;
  }
}
.cid-vablEiTKIk .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vablEiTKIk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vablEiTKIk .list {
    margin-bottom: 0rem;
  }
}
.cid-vablEiTKIk .mbr-text {
  color: #bbbbbb;
}
.cid-vablEiTKIk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vablEiTKIk .list,
.cid-vablEiTKIk .item-wrap {
  color: #ffffff;
}
.cid-vablEiTKIk .copyright {
  color: #ffffff;
}
.cid-vabzHYQ1nG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vabzHYQ1nG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabzHYQ1nG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vabzHYQ1nG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vabzHYQ1nG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vabzHYQ1nG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vabzHYQ1nG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vabzHYQ1nG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vabzHYQ1nG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vabzHYQ1nG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vabzHYQ1nG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vabzHYQ1nG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vabzHYQ1nG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vabzHYQ1nG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vabzHYQ1nG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vabzHYQ1nG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vabzHYQ1nG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vabzHYQ1nG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vabzHYQ1nG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vabzHYQ1nG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vabzHYQ1nG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vabzHYQ1nG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vabzHYQ1nG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vabzHYQ1nG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vabzHYQ1nG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vabzHYQ1nG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vabzHYQ1nG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vabzHYQ1nG .nav-item:focus,
.cid-vabzHYQ1nG .nav-link:focus {
  outline: none;
}
.cid-vabzHYQ1nG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vabzHYQ1nG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vabzHYQ1nG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vabzHYQ1nG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vabzHYQ1nG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vabzHYQ1nG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vabzHYQ1nG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vabzHYQ1nG .navbar.opened {
  transition: all 0.3s;
}
.cid-vabzHYQ1nG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vabzHYQ1nG .navbar .navbar-logo img {
  width: auto;
}
.cid-vabzHYQ1nG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vabzHYQ1nG .navbar.collapsed {
  justify-content: center;
}
.cid-vabzHYQ1nG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vabzHYQ1nG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vabzHYQ1nG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vabzHYQ1nG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vabzHYQ1nG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vabzHYQ1nG .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-vabzHYQ1nG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vabzHYQ1nG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vabzHYQ1nG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vabzHYQ1nG .navbar {
    min-height: 72px;
  }
  .cid-vabzHYQ1nG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vabzHYQ1nG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vabzHYQ1nG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vabzHYQ1nG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vabzHYQ1nG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vabzHYQ1nG .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-vabzHYQ1nG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vabzHYQ1nG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vabzHYQ1nG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vabzHYQ1nG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vabzHYQ1nG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vabzHYQ1nG .dropdown-item.active,
.cid-vabzHYQ1nG .dropdown-item:active {
  background-color: transparent;
}
.cid-vabzHYQ1nG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vabzHYQ1nG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vabzHYQ1nG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vabzHYQ1nG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vabzHYQ1nG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vabzHYQ1nG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vabzHYQ1nG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vabzHYQ1nG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vabzHYQ1nG .navbar-buttons {
    text-align: left;
  }
}
.cid-vabzHYQ1nG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vabzHYQ1nG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vabzHYQ1nG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vabzHYQ1nG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabzHYQ1nG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabzHYQ1nG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vabzHYQ1nG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabzHYQ1nG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vabzHYQ1nG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vabzHYQ1nG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabzHYQ1nG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vabzHYQ1nG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vabzHYQ1nG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vabzHYQ1nG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vabzHYQ1nG .navbar {
    height: 70px;
  }
  .cid-vabzHYQ1nG .navbar.opened {
    height: auto;
  }
  .cid-vabzHYQ1nG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vabzHYQ1nG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vabzHYQ1nG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vabzHYQ1nG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vabzHYQ1nG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vabzHYQ1nG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vabzHYQ1nG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vabzHYQ1nG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vabzHYQ1nG .navbar-brand {
    margin-right: auto;
  }
  .cid-vabzHYQ1nG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vabzHYQ1nG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vabzHYQ1nG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vabzHYQ1nG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabzHYQ1nG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vabzHYQ1nG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vabzHYQ1nG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vabzHYQ1nG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vabzHYQ1nG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabzHYQ1nG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vabzHYQ1nG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vabzHZ8LgM {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vabzHZ8LgM .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vabzHZ8LgM {
    align-items: center;
  }
  .cid-vabzHZ8LgM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vabzHZ8LgM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vabzHZ8LgM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vabzHZ8LgM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vabzHZ8LgM .content-wrap {
    width: 100%;
  }
}
.cid-vabzHZ8LgM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vabzHZ8LgM .mbr-text,
.cid-vabzHZ8LgM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vabzHZqGhf {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabzHZqGhf .mbr-text {
  color: #b44f79;
}
.cid-vabzHZqGhf .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vabzHZqGhf .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf53SywVga {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf53SywVga {
    align-items: center;
  }
  .cid-vf53SywVga .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf53SywVga .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf53SywVga {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf53SywVga .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf53SywVga .content-wrap {
    width: 100%;
  }
}
.cid-vf53SywVga .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf53SywVga .mbr-text,
.cid-vf53SywVga .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vabzHZByw1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabzHZByw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabzHZByw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabzHZByw1 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vabzHZByw1 .card-title,
.cid-vabzHZByw1 .iconfont-wrapper {
  color: #232323;
}
.cid-vabzHZByw1 .card-text {
  color: #232323;
}
.cid-vabzHZByw1 .mbr-section-title {
  color: #232323;
}
.cid-vabzHZByw1 .mbr-section-subtitle {
  color: #232323;
}
.cid-vabzHZByw1 .content-head {
  max-width: 800px;
}
.cid-vabzHZZ6ml {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabzHZZ6ml .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabzHZZ6ml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabzHZZ6ml .img-wrapper {
  text-align: center;
}
.cid-vabzHZZ6ml img {
  margin: auto;
  width: 200px;
}
.cid-vabzHZZ6ml .row {
  align-items: flex-start;
}
.cid-vabzHZZ6ml .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vabzHZZ6ml .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vabzHZZ6ml .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabzHZZ6ml .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vabzHZZ6ml .mbr-section-title,
.cid-vabzHZZ6ml .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vabzHZZ6ml .content-head {
  max-width: 800px;
}
.cid-vabzI0gDnh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabzI0gDnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabzI0gDnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabzI0gDnh .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vabzI0gDnh .footer-col {
    flex-direction: column;
  }
}
.cid-vabzI0gDnh .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vabzI0gDnh .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabzI0gDnh .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vabzI0gDnh .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vabzI0gDnh .mbr-section-btn {
    text-align: center;
  }
}
.cid-vabzI0gDnh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vabzI0gDnh .soc-item {
  margin: 8px;
}
.cid-vabzI0gDnh .soc-item a:hover .mbr-iconfont,
.cid-vabzI0gDnh .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vabzI0gDnh .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabzI0gDnh .row {
    text-align: center;
  }
  .cid-vabzI0gDnh .social-row {
    justify-content: center;
  }
}
.cid-vabzI0gDnh .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vabzI0gDnh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vabzI0gDnh .list {
    margin-bottom: 0rem;
  }
}
.cid-vabzI0gDnh .mbr-text {
  color: #bbbbbb;
}
.cid-vabzI0gDnh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vabzI0gDnh .list,
.cid-vabzI0gDnh .item-wrap {
  color: #ffffff;
}
.cid-vabzI0gDnh .copyright {
  color: #ffffff;
}
.cid-vabAw7it5c {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vabAw7it5c .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabAw7it5c .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vabAw7it5c .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vabAw7it5c .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vabAw7it5c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vabAw7it5c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vabAw7it5c .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vabAw7it5c .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vabAw7it5c .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vabAw7it5c .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vabAw7it5c .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vabAw7it5c .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vabAw7it5c .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vabAw7it5c .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vabAw7it5c .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vabAw7it5c .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vabAw7it5c .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vabAw7it5c .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vabAw7it5c .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vabAw7it5c .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vabAw7it5c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vabAw7it5c .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vabAw7it5c .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vabAw7it5c .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vabAw7it5c .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vabAw7it5c .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vabAw7it5c .nav-item:focus,
.cid-vabAw7it5c .nav-link:focus {
  outline: none;
}
.cid-vabAw7it5c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vabAw7it5c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vabAw7it5c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vabAw7it5c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vabAw7it5c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vabAw7it5c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vabAw7it5c .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vabAw7it5c .navbar.opened {
  transition: all 0.3s;
}
.cid-vabAw7it5c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vabAw7it5c .navbar .navbar-logo img {
  width: auto;
}
.cid-vabAw7it5c .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vabAw7it5c .navbar.collapsed {
  justify-content: center;
}
.cid-vabAw7it5c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vabAw7it5c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vabAw7it5c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vabAw7it5c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vabAw7it5c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vabAw7it5c .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-vabAw7it5c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vabAw7it5c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vabAw7it5c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vabAw7it5c .navbar {
    min-height: 72px;
  }
  .cid-vabAw7it5c .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vabAw7it5c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vabAw7it5c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vabAw7it5c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vabAw7it5c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vabAw7it5c .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-vabAw7it5c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vabAw7it5c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vabAw7it5c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vabAw7it5c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vabAw7it5c .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vabAw7it5c .dropdown-item.active,
.cid-vabAw7it5c .dropdown-item:active {
  background-color: transparent;
}
.cid-vabAw7it5c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vabAw7it5c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vabAw7it5c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vabAw7it5c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vabAw7it5c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vabAw7it5c .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vabAw7it5c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vabAw7it5c .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vabAw7it5c .navbar-buttons {
    text-align: left;
  }
}
.cid-vabAw7it5c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vabAw7it5c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vabAw7it5c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vabAw7it5c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabAw7it5c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabAw7it5c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vabAw7it5c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabAw7it5c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vabAw7it5c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vabAw7it5c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabAw7it5c .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vabAw7it5c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vabAw7it5c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vabAw7it5c .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vabAw7it5c .navbar {
    height: 70px;
  }
  .cid-vabAw7it5c .navbar.opened {
    height: auto;
  }
  .cid-vabAw7it5c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vabAw7it5c .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vabAw7it5c .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vabAw7it5c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vabAw7it5c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vabAw7it5c .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vabAw7it5c .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vabAw7it5c .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vabAw7it5c .navbar-brand {
    margin-right: auto;
  }
  .cid-vabAw7it5c .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vabAw7it5c .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vabAw7it5c .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vabAw7it5c .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabAw7it5c .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vabAw7it5c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vabAw7it5c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vabAw7it5c .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vabAw7it5c .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabAw7it5c .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vabAw7it5c .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vabAw7GAGB {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vabAw7GAGB .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vabAw7GAGB {
    align-items: center;
  }
  .cid-vabAw7GAGB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vabAw7GAGB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vabAw7GAGB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vabAw7GAGB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vabAw7GAGB .content-wrap {
    width: 100%;
  }
}
.cid-vabAw7GAGB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vabAw7GAGB .mbr-text,
.cid-vabAw7GAGB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vabAw89J4s {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabAw89J4s .mbr-text {
  color: #b44f79;
}
.cid-vabAw89J4s .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vabAw89J4s .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4IzfHyp6 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4IzfHyp6 {
    align-items: center;
  }
  .cid-vf4IzfHyp6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4IzfHyp6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4IzfHyp6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4IzfHyp6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4IzfHyp6 .content-wrap {
    width: 100%;
  }
}
.cid-vf4IzfHyp6 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4IzfHyp6 .mbr-text,
.cid-vf4IzfHyp6 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vabAw8u6dB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabAw8u6dB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabAw8u6dB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabAw8u6dB .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vabAw8u6dB .card-title,
.cid-vabAw8u6dB .iconfont-wrapper {
  color: #232323;
}
.cid-vabAw8u6dB .card-text {
  color: #232323;
}
.cid-vabAw8u6dB .mbr-section-title {
  color: #232323;
}
.cid-vabAw8u6dB .mbr-section-subtitle {
  color: #232323;
}
.cid-vabAw8u6dB .content-head {
  max-width: 800px;
}
.cid-vabAw972Tz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabAw972Tz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabAw972Tz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabAw972Tz .img-wrapper {
  text-align: center;
}
.cid-vabAw972Tz img {
  margin: auto;
  width: 200px;
}
.cid-vabAw972Tz .row {
  align-items: flex-start;
}
.cid-vabAw972Tz .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vabAw972Tz .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vabAw972Tz .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabAw972Tz .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vabAw972Tz .mbr-section-title,
.cid-vabAw972Tz .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vabAw972Tz .content-head {
  max-width: 800px;
}
.cid-vabAw9xlfA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabAw9xlfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabAw9xlfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabAw9xlfA .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vabAw9xlfA .footer-col {
    flex-direction: column;
  }
}
.cid-vabAw9xlfA .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vabAw9xlfA .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabAw9xlfA .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vabAw9xlfA .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vabAw9xlfA .mbr-section-btn {
    text-align: center;
  }
}
.cid-vabAw9xlfA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vabAw9xlfA .soc-item {
  margin: 8px;
}
.cid-vabAw9xlfA .soc-item a:hover .mbr-iconfont,
.cid-vabAw9xlfA .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vabAw9xlfA .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabAw9xlfA .row {
    text-align: center;
  }
  .cid-vabAw9xlfA .social-row {
    justify-content: center;
  }
}
.cid-vabAw9xlfA .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vabAw9xlfA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vabAw9xlfA .list {
    margin-bottom: 0rem;
  }
}
.cid-vabAw9xlfA .mbr-text {
  color: #bbbbbb;
}
.cid-vabAw9xlfA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vabAw9xlfA .list,
.cid-vabAw9xlfA .item-wrap {
  color: #ffffff;
}
.cid-vabAw9xlfA .copyright {
  color: #ffffff;
}
.cid-vabBzcs9Ar {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vabBzcs9Ar .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabBzcs9Ar .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vabBzcs9Ar .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vabBzcs9Ar .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vabBzcs9Ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vabBzcs9Ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vabBzcs9Ar .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vabBzcs9Ar .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vabBzcs9Ar .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vabBzcs9Ar .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vabBzcs9Ar .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vabBzcs9Ar .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vabBzcs9Ar .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vabBzcs9Ar .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vabBzcs9Ar .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vabBzcs9Ar .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vabBzcs9Ar .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vabBzcs9Ar .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vabBzcs9Ar .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vabBzcs9Ar .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vabBzcs9Ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vabBzcs9Ar .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vabBzcs9Ar .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vabBzcs9Ar .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vabBzcs9Ar .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vabBzcs9Ar .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vabBzcs9Ar .nav-item:focus,
.cid-vabBzcs9Ar .nav-link:focus {
  outline: none;
}
.cid-vabBzcs9Ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vabBzcs9Ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vabBzcs9Ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vabBzcs9Ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vabBzcs9Ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vabBzcs9Ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vabBzcs9Ar .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vabBzcs9Ar .navbar.opened {
  transition: all 0.3s;
}
.cid-vabBzcs9Ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vabBzcs9Ar .navbar .navbar-logo img {
  width: auto;
}
.cid-vabBzcs9Ar .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vabBzcs9Ar .navbar.collapsed {
  justify-content: center;
}
.cid-vabBzcs9Ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vabBzcs9Ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vabBzcs9Ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vabBzcs9Ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vabBzcs9Ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vabBzcs9Ar .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-vabBzcs9Ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vabBzcs9Ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vabBzcs9Ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vabBzcs9Ar .navbar {
    min-height: 72px;
  }
  .cid-vabBzcs9Ar .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vabBzcs9Ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vabBzcs9Ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vabBzcs9Ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vabBzcs9Ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vabBzcs9Ar .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-vabBzcs9Ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vabBzcs9Ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vabBzcs9Ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vabBzcs9Ar .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vabBzcs9Ar .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vabBzcs9Ar .dropdown-item.active,
.cid-vabBzcs9Ar .dropdown-item:active {
  background-color: transparent;
}
.cid-vabBzcs9Ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vabBzcs9Ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vabBzcs9Ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vabBzcs9Ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vabBzcs9Ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vabBzcs9Ar .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vabBzcs9Ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vabBzcs9Ar .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vabBzcs9Ar .navbar-buttons {
    text-align: left;
  }
}
.cid-vabBzcs9Ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vabBzcs9Ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vabBzcs9Ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vabBzcs9Ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabBzcs9Ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabBzcs9Ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vabBzcs9Ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabBzcs9Ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vabBzcs9Ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vabBzcs9Ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabBzcs9Ar .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vabBzcs9Ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vabBzcs9Ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vabBzcs9Ar .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vabBzcs9Ar .navbar {
    height: 70px;
  }
  .cid-vabBzcs9Ar .navbar.opened {
    height: auto;
  }
  .cid-vabBzcs9Ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vabBzcs9Ar .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vabBzcs9Ar .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vabBzcs9Ar .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vabBzcs9Ar .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vabBzcs9Ar .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vabBzcs9Ar .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vabBzcs9Ar .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vabBzcs9Ar .navbar-brand {
    margin-right: auto;
  }
  .cid-vabBzcs9Ar .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vabBzcs9Ar .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vabBzcs9Ar .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vabBzcs9Ar .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabBzcs9Ar .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vabBzcs9Ar .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vabBzcs9Ar .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vabBzcs9Ar .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vabBzcs9Ar .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabBzcs9Ar .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vabBzcs9Ar .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vabBzcRmF3 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vabBzcRmF3 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vabBzcRmF3 {
    align-items: center;
  }
  .cid-vabBzcRmF3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vabBzcRmF3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vabBzcRmF3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vabBzcRmF3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vabBzcRmF3 .content-wrap {
    width: 100%;
  }
}
.cid-vabBzcRmF3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vabBzcRmF3 .mbr-text,
.cid-vabBzcRmF3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vabBzdddsh {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabBzdddsh .mbr-text {
  color: #b44f79;
}
.cid-vabBzdddsh .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vabBzdddsh .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf568nFqNX {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf568nFqNX {
    align-items: center;
  }
  .cid-vf568nFqNX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf568nFqNX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf568nFqNX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf568nFqNX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf568nFqNX .content-wrap {
    width: 100%;
  }
}
.cid-vf568nFqNX .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf568nFqNX .mbr-text,
.cid-vf568nFqNX .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vabBzdts64 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabBzdts64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabBzdts64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabBzdts64 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vabBzdts64 .card-title,
.cid-vabBzdts64 .iconfont-wrapper {
  color: #232323;
}
.cid-vabBzdts64 .card-text {
  color: #232323;
}
.cid-vabBzdts64 .mbr-section-title {
  color: #232323;
}
.cid-vabBzdts64 .mbr-section-subtitle {
  color: #232323;
}
.cid-vabBzdts64 .content-head {
  max-width: 800px;
}
.cid-vabBzdVVWp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabBzdVVWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabBzdVVWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabBzdVVWp .img-wrapper {
  text-align: center;
}
.cid-vabBzdVVWp img {
  margin: auto;
  width: 200px;
}
.cid-vabBzdVVWp .row {
  align-items: flex-start;
}
.cid-vabBzdVVWp .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vabBzdVVWp .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vabBzdVVWp .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabBzdVVWp .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vabBzdVVWp .mbr-section-title,
.cid-vabBzdVVWp .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vabBzdVVWp .content-head {
  max-width: 800px;
}
.cid-vabBzevLDa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabBzevLDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabBzevLDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabBzevLDa .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vabBzevLDa .footer-col {
    flex-direction: column;
  }
}
.cid-vabBzevLDa .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vabBzevLDa .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabBzevLDa .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vabBzevLDa .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vabBzevLDa .mbr-section-btn {
    text-align: center;
  }
}
.cid-vabBzevLDa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vabBzevLDa .soc-item {
  margin: 8px;
}
.cid-vabBzevLDa .soc-item a:hover .mbr-iconfont,
.cid-vabBzevLDa .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vabBzevLDa .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabBzevLDa .row {
    text-align: center;
  }
  .cid-vabBzevLDa .social-row {
    justify-content: center;
  }
}
.cid-vabBzevLDa .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vabBzevLDa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vabBzevLDa .list {
    margin-bottom: 0rem;
  }
}
.cid-vabBzevLDa .mbr-text {
  color: #bbbbbb;
}
.cid-vabBzevLDa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vabBzevLDa .list,
.cid-vabBzevLDa .item-wrap {
  color: #ffffff;
}
.cid-vabBzevLDa .copyright {
  color: #ffffff;
}
.cid-vabCh16V0M {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vabCh16V0M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabCh16V0M .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vabCh16V0M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vabCh16V0M .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vabCh16V0M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vabCh16V0M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vabCh16V0M .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vabCh16V0M .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vabCh16V0M .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vabCh16V0M .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vabCh16V0M .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vabCh16V0M .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vabCh16V0M .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vabCh16V0M .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vabCh16V0M .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vabCh16V0M .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vabCh16V0M .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vabCh16V0M .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vabCh16V0M .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vabCh16V0M .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vabCh16V0M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vabCh16V0M .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vabCh16V0M .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vabCh16V0M .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vabCh16V0M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vabCh16V0M .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vabCh16V0M .nav-item:focus,
.cid-vabCh16V0M .nav-link:focus {
  outline: none;
}
.cid-vabCh16V0M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vabCh16V0M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vabCh16V0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vabCh16V0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vabCh16V0M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vabCh16V0M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vabCh16V0M .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vabCh16V0M .navbar.opened {
  transition: all 0.3s;
}
.cid-vabCh16V0M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vabCh16V0M .navbar .navbar-logo img {
  width: auto;
}
.cid-vabCh16V0M .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vabCh16V0M .navbar.collapsed {
  justify-content: center;
}
.cid-vabCh16V0M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vabCh16V0M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vabCh16V0M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vabCh16V0M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vabCh16V0M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vabCh16V0M .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-vabCh16V0M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vabCh16V0M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vabCh16V0M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vabCh16V0M .navbar {
    min-height: 72px;
  }
  .cid-vabCh16V0M .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vabCh16V0M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vabCh16V0M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vabCh16V0M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vabCh16V0M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vabCh16V0M .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-vabCh16V0M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vabCh16V0M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vabCh16V0M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vabCh16V0M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vabCh16V0M .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vabCh16V0M .dropdown-item.active,
.cid-vabCh16V0M .dropdown-item:active {
  background-color: transparent;
}
.cid-vabCh16V0M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vabCh16V0M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vabCh16V0M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vabCh16V0M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vabCh16V0M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vabCh16V0M .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vabCh16V0M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vabCh16V0M .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vabCh16V0M .navbar-buttons {
    text-align: left;
  }
}
.cid-vabCh16V0M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vabCh16V0M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vabCh16V0M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vabCh16V0M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabCh16V0M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabCh16V0M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vabCh16V0M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabCh16V0M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vabCh16V0M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vabCh16V0M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabCh16V0M .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vabCh16V0M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vabCh16V0M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vabCh16V0M .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vabCh16V0M .navbar {
    height: 70px;
  }
  .cid-vabCh16V0M .navbar.opened {
    height: auto;
  }
  .cid-vabCh16V0M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vabCh16V0M .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vabCh16V0M .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vabCh16V0M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vabCh16V0M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vabCh16V0M .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vabCh16V0M .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vabCh16V0M .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vabCh16V0M .navbar-brand {
    margin-right: auto;
  }
  .cid-vabCh16V0M .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vabCh16V0M .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vabCh16V0M .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vabCh16V0M .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabCh16V0M .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vabCh16V0M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vabCh16V0M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vabCh16V0M .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vabCh16V0M .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabCh16V0M .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vabCh16V0M .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vabCh1sOIq {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vabCh1sOIq .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vabCh1sOIq {
    align-items: center;
  }
  .cid-vabCh1sOIq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vabCh1sOIq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vabCh1sOIq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vabCh1sOIq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vabCh1sOIq .content-wrap {
    width: 100%;
  }
}
.cid-vabCh1sOIq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vabCh1sOIq .mbr-text,
.cid-vabCh1sOIq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vabCh1MaN0 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabCh1MaN0 .mbr-text {
  color: #b44f79;
}
.cid-vabCh1MaN0 .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vabCh1MaN0 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf5cDGdy9b {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf5cDGdy9b {
    align-items: center;
  }
  .cid-vf5cDGdy9b .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf5cDGdy9b .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf5cDGdy9b {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf5cDGdy9b .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf5cDGdy9b .content-wrap {
    width: 100%;
  }
}
.cid-vf5cDGdy9b .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf5cDGdy9b .mbr-text,
.cid-vf5cDGdy9b .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vabCh29tT7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabCh29tT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabCh29tT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabCh29tT7 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vabCh29tT7 .card-title,
.cid-vabCh29tT7 .iconfont-wrapper {
  color: #232323;
}
.cid-vabCh29tT7 .card-text {
  color: #232323;
}
.cid-vabCh29tT7 .mbr-section-title {
  color: #232323;
}
.cid-vabCh29tT7 .mbr-section-subtitle {
  color: #232323;
}
.cid-vabCh29tT7 .content-head {
  max-width: 800px;
}
.cid-vabCh2w0RP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabCh2w0RP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabCh2w0RP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabCh2w0RP .img-wrapper {
  text-align: center;
}
.cid-vabCh2w0RP img {
  margin: auto;
  width: 200px;
}
.cid-vabCh2w0RP .row {
  align-items: flex-start;
}
.cid-vabCh2w0RP .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vabCh2w0RP .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vabCh2w0RP .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabCh2w0RP .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vabCh2w0RP .mbr-section-title,
.cid-vabCh2w0RP .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vabCh2w0RP .content-head {
  max-width: 800px;
}
.cid-vabCh2T0zW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabCh2T0zW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabCh2T0zW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabCh2T0zW .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vabCh2T0zW .footer-col {
    flex-direction: column;
  }
}
.cid-vabCh2T0zW .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vabCh2T0zW .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabCh2T0zW .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vabCh2T0zW .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vabCh2T0zW .mbr-section-btn {
    text-align: center;
  }
}
.cid-vabCh2T0zW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vabCh2T0zW .soc-item {
  margin: 8px;
}
.cid-vabCh2T0zW .soc-item a:hover .mbr-iconfont,
.cid-vabCh2T0zW .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vabCh2T0zW .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabCh2T0zW .row {
    text-align: center;
  }
  .cid-vabCh2T0zW .social-row {
    justify-content: center;
  }
}
.cid-vabCh2T0zW .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vabCh2T0zW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vabCh2T0zW .list {
    margin-bottom: 0rem;
  }
}
.cid-vabCh2T0zW .mbr-text {
  color: #bbbbbb;
}
.cid-vabCh2T0zW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vabCh2T0zW .list,
.cid-vabCh2T0zW .item-wrap {
  color: #ffffff;
}
.cid-vabCh2T0zW .copyright {
  color: #ffffff;
}
.cid-vabCUtdkmm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vabCUtdkmm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabCUtdkmm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vabCUtdkmm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vabCUtdkmm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vabCUtdkmm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vabCUtdkmm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vabCUtdkmm .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vabCUtdkmm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vabCUtdkmm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vabCUtdkmm .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vabCUtdkmm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vabCUtdkmm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vabCUtdkmm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vabCUtdkmm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vabCUtdkmm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vabCUtdkmm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vabCUtdkmm .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vabCUtdkmm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vabCUtdkmm .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vabCUtdkmm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vabCUtdkmm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vabCUtdkmm .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vabCUtdkmm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vabCUtdkmm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vabCUtdkmm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vabCUtdkmm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vabCUtdkmm .nav-item:focus,
.cid-vabCUtdkmm .nav-link:focus {
  outline: none;
}
.cid-vabCUtdkmm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vabCUtdkmm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vabCUtdkmm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vabCUtdkmm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vabCUtdkmm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vabCUtdkmm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vabCUtdkmm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vabCUtdkmm .navbar.opened {
  transition: all 0.3s;
}
.cid-vabCUtdkmm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vabCUtdkmm .navbar .navbar-logo img {
  width: auto;
}
.cid-vabCUtdkmm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vabCUtdkmm .navbar.collapsed {
  justify-content: center;
}
.cid-vabCUtdkmm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vabCUtdkmm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vabCUtdkmm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vabCUtdkmm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vabCUtdkmm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vabCUtdkmm .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-vabCUtdkmm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vabCUtdkmm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vabCUtdkmm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vabCUtdkmm .navbar {
    min-height: 72px;
  }
  .cid-vabCUtdkmm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vabCUtdkmm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vabCUtdkmm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vabCUtdkmm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vabCUtdkmm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vabCUtdkmm .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-vabCUtdkmm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vabCUtdkmm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vabCUtdkmm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vabCUtdkmm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vabCUtdkmm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vabCUtdkmm .dropdown-item.active,
.cid-vabCUtdkmm .dropdown-item:active {
  background-color: transparent;
}
.cid-vabCUtdkmm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vabCUtdkmm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vabCUtdkmm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vabCUtdkmm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vabCUtdkmm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vabCUtdkmm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vabCUtdkmm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vabCUtdkmm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vabCUtdkmm .navbar-buttons {
    text-align: left;
  }
}
.cid-vabCUtdkmm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vabCUtdkmm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vabCUtdkmm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vabCUtdkmm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabCUtdkmm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabCUtdkmm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vabCUtdkmm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabCUtdkmm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vabCUtdkmm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vabCUtdkmm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabCUtdkmm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vabCUtdkmm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vabCUtdkmm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vabCUtdkmm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vabCUtdkmm .navbar {
    height: 70px;
  }
  .cid-vabCUtdkmm .navbar.opened {
    height: auto;
  }
  .cid-vabCUtdkmm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vabCUtdkmm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vabCUtdkmm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vabCUtdkmm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vabCUtdkmm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vabCUtdkmm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vabCUtdkmm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vabCUtdkmm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vabCUtdkmm .navbar-brand {
    margin-right: auto;
  }
  .cid-vabCUtdkmm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vabCUtdkmm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vabCUtdkmm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vabCUtdkmm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabCUtdkmm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vabCUtdkmm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vabCUtdkmm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vabCUtdkmm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vabCUtdkmm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabCUtdkmm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vabCUtdkmm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vabCUtxQux {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vabCUtxQux .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vabCUtxQux {
    align-items: center;
  }
  .cid-vabCUtxQux .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vabCUtxQux .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vabCUtxQux {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vabCUtxQux .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vabCUtxQux .content-wrap {
    width: 100%;
  }
}
.cid-vabCUtxQux .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vabCUtxQux .mbr-text,
.cid-vabCUtxQux .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vabCUtVZiq {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabCUtVZiq .mbr-text {
  color: #b44f79;
}
.cid-vabCUtVZiq .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vabCUtVZiq .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4Imh0h1J {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4Imh0h1J {
    align-items: center;
  }
  .cid-vf4Imh0h1J .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4Imh0h1J .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4Imh0h1J {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4Imh0h1J .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4Imh0h1J .content-wrap {
    width: 100%;
  }
}
.cid-vf4Imh0h1J .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4Imh0h1J .mbr-text,
.cid-vf4Imh0h1J .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vabCUu7I10 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabCUu7I10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabCUu7I10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabCUu7I10 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vabCUu7I10 .card-title,
.cid-vabCUu7I10 .iconfont-wrapper {
  color: #232323;
}
.cid-vabCUu7I10 .card-text {
  color: #232323;
}
.cid-vabCUu7I10 .mbr-section-title {
  color: #232323;
}
.cid-vabCUu7I10 .mbr-section-subtitle {
  color: #232323;
}
.cid-vabCUu7I10 .content-head {
  max-width: 800px;
}
.cid-vabCUusKmE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabCUusKmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabCUusKmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabCUusKmE .img-wrapper {
  text-align: center;
}
.cid-vabCUusKmE img {
  margin: auto;
  width: 200px;
}
.cid-vabCUusKmE .row {
  align-items: flex-start;
}
.cid-vabCUusKmE .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vabCUusKmE .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vabCUusKmE .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabCUusKmE .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vabCUusKmE .mbr-section-title,
.cid-vabCUusKmE .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vabCUusKmE .content-head {
  max-width: 800px;
}
.cid-vabCUuKLfv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabCUuKLfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabCUuKLfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabCUuKLfv .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vabCUuKLfv .footer-col {
    flex-direction: column;
  }
}
.cid-vabCUuKLfv .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vabCUuKLfv .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabCUuKLfv .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vabCUuKLfv .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vabCUuKLfv .mbr-section-btn {
    text-align: center;
  }
}
.cid-vabCUuKLfv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vabCUuKLfv .soc-item {
  margin: 8px;
}
.cid-vabCUuKLfv .soc-item a:hover .mbr-iconfont,
.cid-vabCUuKLfv .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vabCUuKLfv .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabCUuKLfv .row {
    text-align: center;
  }
  .cid-vabCUuKLfv .social-row {
    justify-content: center;
  }
}
.cid-vabCUuKLfv .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vabCUuKLfv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vabCUuKLfv .list {
    margin-bottom: 0rem;
  }
}
.cid-vabCUuKLfv .mbr-text {
  color: #bbbbbb;
}
.cid-vabCUuKLfv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vabCUuKLfv .list,
.cid-vabCUuKLfv .item-wrap {
  color: #ffffff;
}
.cid-vabCUuKLfv .copyright {
  color: #ffffff;
}
.cid-vabDvL936q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vabDvL936q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabDvL936q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vabDvL936q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vabDvL936q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vabDvL936q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vabDvL936q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vabDvL936q .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vabDvL936q .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vabDvL936q .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vabDvL936q .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vabDvL936q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vabDvL936q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vabDvL936q .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vabDvL936q .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vabDvL936q .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vabDvL936q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vabDvL936q .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vabDvL936q .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vabDvL936q .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vabDvL936q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vabDvL936q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vabDvL936q .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vabDvL936q .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vabDvL936q .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vabDvL936q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vabDvL936q .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vabDvL936q .nav-item:focus,
.cid-vabDvL936q .nav-link:focus {
  outline: none;
}
.cid-vabDvL936q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vabDvL936q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vabDvL936q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vabDvL936q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vabDvL936q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vabDvL936q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vabDvL936q .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vabDvL936q .navbar.opened {
  transition: all 0.3s;
}
.cid-vabDvL936q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vabDvL936q .navbar .navbar-logo img {
  width: auto;
}
.cid-vabDvL936q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vabDvL936q .navbar.collapsed {
  justify-content: center;
}
.cid-vabDvL936q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vabDvL936q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vabDvL936q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vabDvL936q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vabDvL936q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vabDvL936q .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-vabDvL936q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vabDvL936q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vabDvL936q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vabDvL936q .navbar {
    min-height: 72px;
  }
  .cid-vabDvL936q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vabDvL936q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vabDvL936q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vabDvL936q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vabDvL936q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vabDvL936q .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-vabDvL936q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vabDvL936q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vabDvL936q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vabDvL936q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vabDvL936q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vabDvL936q .dropdown-item.active,
.cid-vabDvL936q .dropdown-item:active {
  background-color: transparent;
}
.cid-vabDvL936q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vabDvL936q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vabDvL936q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vabDvL936q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vabDvL936q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vabDvL936q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vabDvL936q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vabDvL936q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vabDvL936q .navbar-buttons {
    text-align: left;
  }
}
.cid-vabDvL936q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vabDvL936q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vabDvL936q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vabDvL936q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabDvL936q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabDvL936q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vabDvL936q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabDvL936q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vabDvL936q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vabDvL936q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabDvL936q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vabDvL936q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vabDvL936q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vabDvL936q .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vabDvL936q .navbar {
    height: 70px;
  }
  .cid-vabDvL936q .navbar.opened {
    height: auto;
  }
  .cid-vabDvL936q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vabDvL936q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vabDvL936q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vabDvL936q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vabDvL936q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vabDvL936q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vabDvL936q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vabDvL936q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vabDvL936q .navbar-brand {
    margin-right: auto;
  }
  .cid-vabDvL936q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vabDvL936q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vabDvL936q .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vabDvL936q .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabDvL936q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vabDvL936q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vabDvL936q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vabDvL936q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vabDvL936q .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabDvL936q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vabDvL936q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vabDvLHsv8 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vabDvLHsv8 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vabDvLHsv8 {
    align-items: center;
  }
  .cid-vabDvLHsv8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vabDvLHsv8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vabDvLHsv8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vabDvLHsv8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vabDvLHsv8 .content-wrap {
    width: 100%;
  }
}
.cid-vabDvLHsv8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vabDvLHsv8 .mbr-text,
.cid-vabDvLHsv8 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vabDvM2dxM {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabDvM2dxM .mbr-text {
  color: #b44f79;
}
.cid-vabDvM2dxM .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vabDvM2dxM .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4MPOCjQr {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4MPOCjQr {
    align-items: center;
  }
  .cid-vf4MPOCjQr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4MPOCjQr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4MPOCjQr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4MPOCjQr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4MPOCjQr .content-wrap {
    width: 100%;
  }
}
.cid-vf4MPOCjQr .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4MPOCjQr .mbr-text,
.cid-vf4MPOCjQr .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vf4Nl2pXSZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf4Nl2pXSZ .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vf4Nl2pXSZ .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vf4Nl2pXSZ .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vabDvMjs0O {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabDvMjs0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabDvMjs0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabDvMjs0O .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vabDvMjs0O .card-title,
.cid-vabDvMjs0O .iconfont-wrapper {
  color: #232323;
}
.cid-vabDvMjs0O .card-text {
  color: #232323;
}
.cid-vabDvMjs0O .mbr-section-title {
  color: #232323;
}
.cid-vabDvMjs0O .mbr-section-subtitle {
  color: #232323;
}
.cid-vabDvMjs0O .content-head {
  max-width: 800px;
}
.cid-vabDvMEEiR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabDvMEEiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabDvMEEiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabDvMEEiR .img-wrapper {
  text-align: center;
}
.cid-vabDvMEEiR img {
  margin: auto;
  width: 200px;
}
.cid-vabDvMEEiR .row {
  align-items: flex-start;
}
.cid-vabDvMEEiR .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vabDvMEEiR .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vabDvMEEiR .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabDvMEEiR .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vabDvMEEiR .mbr-section-title,
.cid-vabDvMEEiR .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vabDvMEEiR .content-head {
  max-width: 800px;
}
.cid-vabDvN0ddd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabDvN0ddd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabDvN0ddd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabDvN0ddd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vabDvN0ddd .footer-col {
    flex-direction: column;
  }
}
.cid-vabDvN0ddd .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vabDvN0ddd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabDvN0ddd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vabDvN0ddd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vabDvN0ddd .mbr-section-btn {
    text-align: center;
  }
}
.cid-vabDvN0ddd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vabDvN0ddd .soc-item {
  margin: 8px;
}
.cid-vabDvN0ddd .soc-item a:hover .mbr-iconfont,
.cid-vabDvN0ddd .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vabDvN0ddd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabDvN0ddd .row {
    text-align: center;
  }
  .cid-vabDvN0ddd .social-row {
    justify-content: center;
  }
}
.cid-vabDvN0ddd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vabDvN0ddd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vabDvN0ddd .list {
    margin-bottom: 0rem;
  }
}
.cid-vabDvN0ddd .mbr-text {
  color: #bbbbbb;
}
.cid-vabDvN0ddd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vabDvN0ddd .list,
.cid-vabDvN0ddd .item-wrap {
  color: #ffffff;
}
.cid-vabDvN0ddd .copyright {
  color: #ffffff;
}
.cid-vabE8uJ2qw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vabE8uJ2qw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabE8uJ2qw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vabE8uJ2qw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vabE8uJ2qw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vabE8uJ2qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vabE8uJ2qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vabE8uJ2qw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vabE8uJ2qw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vabE8uJ2qw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vabE8uJ2qw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vabE8uJ2qw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vabE8uJ2qw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vabE8uJ2qw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vabE8uJ2qw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vabE8uJ2qw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vabE8uJ2qw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vabE8uJ2qw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vabE8uJ2qw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vabE8uJ2qw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vabE8uJ2qw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vabE8uJ2qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vabE8uJ2qw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vabE8uJ2qw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vabE8uJ2qw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vabE8uJ2qw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vabE8uJ2qw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vabE8uJ2qw .nav-item:focus,
.cid-vabE8uJ2qw .nav-link:focus {
  outline: none;
}
.cid-vabE8uJ2qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vabE8uJ2qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vabE8uJ2qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vabE8uJ2qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vabE8uJ2qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vabE8uJ2qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vabE8uJ2qw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vabE8uJ2qw .navbar.opened {
  transition: all 0.3s;
}
.cid-vabE8uJ2qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vabE8uJ2qw .navbar .navbar-logo img {
  width: auto;
}
.cid-vabE8uJ2qw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vabE8uJ2qw .navbar.collapsed {
  justify-content: center;
}
.cid-vabE8uJ2qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vabE8uJ2qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vabE8uJ2qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vabE8uJ2qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vabE8uJ2qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vabE8uJ2qw .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-vabE8uJ2qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vabE8uJ2qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vabE8uJ2qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vabE8uJ2qw .navbar {
    min-height: 72px;
  }
  .cid-vabE8uJ2qw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vabE8uJ2qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vabE8uJ2qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vabE8uJ2qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vabE8uJ2qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vabE8uJ2qw .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-vabE8uJ2qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vabE8uJ2qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vabE8uJ2qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vabE8uJ2qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vabE8uJ2qw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vabE8uJ2qw .dropdown-item.active,
.cid-vabE8uJ2qw .dropdown-item:active {
  background-color: transparent;
}
.cid-vabE8uJ2qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vabE8uJ2qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vabE8uJ2qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vabE8uJ2qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vabE8uJ2qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vabE8uJ2qw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vabE8uJ2qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vabE8uJ2qw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vabE8uJ2qw .navbar-buttons {
    text-align: left;
  }
}
.cid-vabE8uJ2qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vabE8uJ2qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vabE8uJ2qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vabE8uJ2qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabE8uJ2qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabE8uJ2qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vabE8uJ2qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabE8uJ2qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vabE8uJ2qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vabE8uJ2qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabE8uJ2qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vabE8uJ2qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vabE8uJ2qw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vabE8uJ2qw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vabE8uJ2qw .navbar {
    height: 70px;
  }
  .cid-vabE8uJ2qw .navbar.opened {
    height: auto;
  }
  .cid-vabE8uJ2qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vabE8uJ2qw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vabE8uJ2qw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vabE8uJ2qw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vabE8uJ2qw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vabE8uJ2qw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vabE8uJ2qw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vabE8uJ2qw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vabE8uJ2qw .navbar-brand {
    margin-right: auto;
  }
  .cid-vabE8uJ2qw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vabE8uJ2qw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vabE8uJ2qw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vabE8uJ2qw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabE8uJ2qw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vabE8uJ2qw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vabE8uJ2qw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vabE8uJ2qw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vabE8uJ2qw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabE8uJ2qw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vabE8uJ2qw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vabE8v1tTM {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vabE8v1tTM .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vabE8v1tTM {
    align-items: center;
  }
  .cid-vabE8v1tTM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vabE8v1tTM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vabE8v1tTM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vabE8v1tTM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vabE8v1tTM .content-wrap {
    width: 100%;
  }
}
.cid-vabE8v1tTM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vabE8v1tTM .mbr-text,
.cid-vabE8v1tTM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vabE8viWCL {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabE8viWCL .mbr-text {
  color: #b44f79;
}
.cid-vabE8viWCL .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vabE8viWCL .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4NUxvkKe {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4NUxvkKe {
    align-items: center;
  }
  .cid-vf4NUxvkKe .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4NUxvkKe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4NUxvkKe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4NUxvkKe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4NUxvkKe .content-wrap {
    width: 100%;
  }
}
.cid-vf4NUxvkKe .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4NUxvkKe .mbr-text,
.cid-vf4NUxvkKe .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vabE8vvHii {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabE8vvHii .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabE8vvHii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabE8vvHii .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vabE8vvHii .card-title,
.cid-vabE8vvHii .iconfont-wrapper {
  color: #232323;
}
.cid-vabE8vvHii .card-text {
  color: #232323;
}
.cid-vabE8vvHii .mbr-section-title {
  color: #232323;
}
.cid-vabE8vvHii .mbr-section-subtitle {
  color: #232323;
}
.cid-vabE8vvHii .content-head {
  max-width: 800px;
}
.cid-vabE8vPah5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabE8vPah5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabE8vPah5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabE8vPah5 .img-wrapper {
  text-align: center;
}
.cid-vabE8vPah5 img {
  margin: auto;
  width: 200px;
}
.cid-vabE8vPah5 .row {
  align-items: flex-start;
}
.cid-vabE8vPah5 .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vabE8vPah5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vabE8vPah5 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabE8vPah5 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vabE8vPah5 .mbr-section-title,
.cid-vabE8vPah5 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vabE8vPah5 .content-head {
  max-width: 800px;
}
.cid-vabE8w8efU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabE8w8efU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabE8w8efU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabE8w8efU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vabE8w8efU .footer-col {
    flex-direction: column;
  }
}
.cid-vabE8w8efU .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vabE8w8efU .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabE8w8efU .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vabE8w8efU .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vabE8w8efU .mbr-section-btn {
    text-align: center;
  }
}
.cid-vabE8w8efU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vabE8w8efU .soc-item {
  margin: 8px;
}
.cid-vabE8w8efU .soc-item a:hover .mbr-iconfont,
.cid-vabE8w8efU .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vabE8w8efU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabE8w8efU .row {
    text-align: center;
  }
  .cid-vabE8w8efU .social-row {
    justify-content: center;
  }
}
.cid-vabE8w8efU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vabE8w8efU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vabE8w8efU .list {
    margin-bottom: 0rem;
  }
}
.cid-vabE8w8efU .mbr-text {
  color: #bbbbbb;
}
.cid-vabE8w8efU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vabE8w8efU .list,
.cid-vabE8w8efU .item-wrap {
  color: #ffffff;
}
.cid-vabE8w8efU .copyright {
  color: #ffffff;
}
.cid-vabEUSDbDx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vabEUSDbDx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabEUSDbDx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vabEUSDbDx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vabEUSDbDx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vabEUSDbDx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vabEUSDbDx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vabEUSDbDx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vabEUSDbDx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vabEUSDbDx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vabEUSDbDx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vabEUSDbDx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vabEUSDbDx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vabEUSDbDx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vabEUSDbDx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vabEUSDbDx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vabEUSDbDx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vabEUSDbDx .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vabEUSDbDx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vabEUSDbDx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vabEUSDbDx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vabEUSDbDx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vabEUSDbDx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vabEUSDbDx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vabEUSDbDx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vabEUSDbDx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vabEUSDbDx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vabEUSDbDx .nav-item:focus,
.cid-vabEUSDbDx .nav-link:focus {
  outline: none;
}
.cid-vabEUSDbDx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vabEUSDbDx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vabEUSDbDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vabEUSDbDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vabEUSDbDx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vabEUSDbDx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vabEUSDbDx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vabEUSDbDx .navbar.opened {
  transition: all 0.3s;
}
.cid-vabEUSDbDx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vabEUSDbDx .navbar .navbar-logo img {
  width: auto;
}
.cid-vabEUSDbDx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vabEUSDbDx .navbar.collapsed {
  justify-content: center;
}
.cid-vabEUSDbDx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vabEUSDbDx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vabEUSDbDx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vabEUSDbDx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vabEUSDbDx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vabEUSDbDx .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-vabEUSDbDx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vabEUSDbDx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vabEUSDbDx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vabEUSDbDx .navbar {
    min-height: 72px;
  }
  .cid-vabEUSDbDx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vabEUSDbDx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vabEUSDbDx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vabEUSDbDx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vabEUSDbDx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vabEUSDbDx .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-vabEUSDbDx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vabEUSDbDx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vabEUSDbDx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vabEUSDbDx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vabEUSDbDx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vabEUSDbDx .dropdown-item.active,
.cid-vabEUSDbDx .dropdown-item:active {
  background-color: transparent;
}
.cid-vabEUSDbDx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vabEUSDbDx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vabEUSDbDx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vabEUSDbDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vabEUSDbDx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vabEUSDbDx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vabEUSDbDx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vabEUSDbDx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vabEUSDbDx .navbar-buttons {
    text-align: left;
  }
}
.cid-vabEUSDbDx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vabEUSDbDx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vabEUSDbDx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vabEUSDbDx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabEUSDbDx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vabEUSDbDx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vabEUSDbDx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabEUSDbDx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vabEUSDbDx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vabEUSDbDx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vabEUSDbDx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vabEUSDbDx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vabEUSDbDx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vabEUSDbDx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vabEUSDbDx .navbar {
    height: 70px;
  }
  .cid-vabEUSDbDx .navbar.opened {
    height: auto;
  }
  .cid-vabEUSDbDx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vabEUSDbDx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vabEUSDbDx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vabEUSDbDx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vabEUSDbDx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vabEUSDbDx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vabEUSDbDx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vabEUSDbDx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vabEUSDbDx .navbar-brand {
    margin-right: auto;
  }
  .cid-vabEUSDbDx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vabEUSDbDx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vabEUSDbDx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vabEUSDbDx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabEUSDbDx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vabEUSDbDx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vabEUSDbDx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vabEUSDbDx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vabEUSDbDx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vabEUSDbDx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vabEUSDbDx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vabEUSYYPN {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vabEUSYYPN .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vabEUSYYPN {
    align-items: center;
  }
  .cid-vabEUSYYPN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vabEUSYYPN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vabEUSYYPN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vabEUSYYPN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vabEUSYYPN .content-wrap {
    width: 100%;
  }
}
.cid-vabEUSYYPN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vabEUSYYPN .mbr-text,
.cid-vabEUSYYPN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vabEUTiBEO {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabEUTiBEO .mbr-text {
  color: #b44f79;
}
.cid-vabEUTiBEO .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vabEUTiBEO .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf57JlmOcI {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf57JlmOcI {
    align-items: center;
  }
  .cid-vf57JlmOcI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf57JlmOcI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf57JlmOcI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf57JlmOcI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf57JlmOcI .content-wrap {
    width: 100%;
  }
}
.cid-vf57JlmOcI .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf57JlmOcI .mbr-text,
.cid-vf57JlmOcI .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vabEUTslLa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vabEUTslLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabEUTslLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabEUTslLa .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vabEUTslLa .card-title,
.cid-vabEUTslLa .iconfont-wrapper {
  color: #232323;
}
.cid-vabEUTslLa .card-text {
  color: #232323;
}
.cid-vabEUTslLa .mbr-section-title {
  color: #232323;
}
.cid-vabEUTslLa .mbr-section-subtitle {
  color: #232323;
}
.cid-vabEUTslLa .content-head {
  max-width: 800px;
}
.cid-vabEUTKQ8W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabEUTKQ8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabEUTKQ8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabEUTKQ8W .img-wrapper {
  text-align: center;
}
.cid-vabEUTKQ8W img {
  margin: auto;
  width: 200px;
}
.cid-vabEUTKQ8W .row {
  align-items: flex-start;
}
.cid-vabEUTKQ8W .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vabEUTKQ8W .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vabEUTKQ8W .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabEUTKQ8W .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vabEUTKQ8W .mbr-section-title,
.cid-vabEUTKQ8W .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vabEUTKQ8W .content-head {
  max-width: 800px;
}
.cid-vabEUU5hgc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vabEUU5hgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabEUU5hgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabEUU5hgc .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vabEUU5hgc .footer-col {
    flex-direction: column;
  }
}
.cid-vabEUU5hgc .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vabEUU5hgc .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vabEUU5hgc .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vabEUU5hgc .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vabEUU5hgc .mbr-section-btn {
    text-align: center;
  }
}
.cid-vabEUU5hgc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vabEUU5hgc .soc-item {
  margin: 8px;
}
.cid-vabEUU5hgc .soc-item a:hover .mbr-iconfont,
.cid-vabEUU5hgc .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vabEUU5hgc .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vabEUU5hgc .row {
    text-align: center;
  }
  .cid-vabEUU5hgc .social-row {
    justify-content: center;
  }
}
.cid-vabEUU5hgc .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vabEUU5hgc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vabEUU5hgc .list {
    margin-bottom: 0rem;
  }
}
.cid-vabEUU5hgc .mbr-text {
  color: #bbbbbb;
}
.cid-vabEUU5hgc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vabEUU5hgc .list,
.cid-vabEUU5hgc .item-wrap {
  color: #ffffff;
}
.cid-vabEUU5hgc .copyright {
  color: #ffffff;
}
.cid-vaUgNilbm5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vaUgNilbm5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vaUgNilbm5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vaUgNilbm5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaUgNilbm5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vaUgNilbm5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaUgNilbm5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaUgNilbm5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vaUgNilbm5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vaUgNilbm5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vaUgNilbm5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vaUgNilbm5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vaUgNilbm5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vaUgNilbm5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vaUgNilbm5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vaUgNilbm5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vaUgNilbm5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vaUgNilbm5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vaUgNilbm5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vaUgNilbm5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vaUgNilbm5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vaUgNilbm5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vaUgNilbm5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vaUgNilbm5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaUgNilbm5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vaUgNilbm5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaUgNilbm5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vaUgNilbm5 .nav-item:focus,
.cid-vaUgNilbm5 .nav-link:focus {
  outline: none;
}
.cid-vaUgNilbm5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaUgNilbm5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaUgNilbm5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaUgNilbm5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaUgNilbm5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaUgNilbm5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaUgNilbm5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vaUgNilbm5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaUgNilbm5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaUgNilbm5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vaUgNilbm5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vaUgNilbm5 .navbar.collapsed {
  justify-content: center;
}
.cid-vaUgNilbm5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaUgNilbm5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaUgNilbm5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vaUgNilbm5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaUgNilbm5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaUgNilbm5 .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-vaUgNilbm5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaUgNilbm5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaUgNilbm5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vaUgNilbm5 .navbar {
    min-height: 72px;
  }
  .cid-vaUgNilbm5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vaUgNilbm5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaUgNilbm5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaUgNilbm5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaUgNilbm5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaUgNilbm5 .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-vaUgNilbm5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaUgNilbm5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vaUgNilbm5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaUgNilbm5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaUgNilbm5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vaUgNilbm5 .dropdown-item.active,
.cid-vaUgNilbm5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaUgNilbm5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaUgNilbm5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaUgNilbm5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaUgNilbm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaUgNilbm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vaUgNilbm5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vaUgNilbm5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaUgNilbm5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vaUgNilbm5 .navbar-buttons {
    text-align: left;
  }
}
.cid-vaUgNilbm5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaUgNilbm5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vaUgNilbm5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaUgNilbm5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaUgNilbm5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaUgNilbm5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaUgNilbm5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaUgNilbm5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaUgNilbm5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaUgNilbm5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaUgNilbm5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vaUgNilbm5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaUgNilbm5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaUgNilbm5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaUgNilbm5 .navbar {
    height: 70px;
  }
  .cid-vaUgNilbm5 .navbar.opened {
    height: auto;
  }
  .cid-vaUgNilbm5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaUgNilbm5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vaUgNilbm5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vaUgNilbm5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vaUgNilbm5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vaUgNilbm5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vaUgNilbm5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vaUgNilbm5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vaUgNilbm5 .navbar-brand {
    margin-right: auto;
  }
  .cid-vaUgNilbm5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vaUgNilbm5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vaUgNilbm5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vaUgNilbm5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vaUgNilbm5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vaUgNilbm5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vaUgNilbm5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vaUgNilbm5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vaUgNilbm5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vaUgNilbm5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vaUgNilbm5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vaUgNiE7TE {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vaUgNiE7TE .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vaUgNiE7TE {
    align-items: center;
  }
  .cid-vaUgNiE7TE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vaUgNiE7TE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vaUgNiE7TE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vaUgNiE7TE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vaUgNiE7TE .content-wrap {
    width: 100%;
  }
}
.cid-vaUgNiE7TE .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vaUgNiE7TE .mbr-text,
.cid-vaUgNiE7TE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vaUgNiPl1y {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaUgNiPl1y .mbr-text {
  color: #b44f79;
}
.cid-vaUgNiPl1y .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vaUgNiPl1y .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vaUgNiPl1y .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vaUgNj0UNb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaUgNj0UNb .mbr-text {
  color: #b44f79;
}
.cid-vaUgNj0UNb .mbr-section-subtitle {
  color: #000000;
}
.cid-vaUgNj0UNb .mbr-section-title {
  color: #b44f79;
}
.cid-vaUgNj8hVs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaUgNj8hVs .mbr-text {
  color: #b44f79;
}
.cid-vaUgNj8hVs .mbr-section-subtitle {
  color: #000000;
}
.cid-vaUgNj8hVs .mbr-section-title {
  color: #b44f79;
}
.cid-vaUgNjieqZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaUgNjieqZ .mbr-text {
  color: #b44f79;
}
.cid-vaUgNjieqZ .mbr-section-subtitle {
  color: #000000;
}
.cid-vaUgNjieqZ .mbr-section-title {
  color: #b44f79;
}
.cid-vf4NZhr33C {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4NZhr33C {
    align-items: center;
  }
  .cid-vf4NZhr33C .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4NZhr33C .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4NZhr33C {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4NZhr33C .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4NZhr33C .content-wrap {
    width: 100%;
  }
}
.cid-vf4NZhr33C .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4NZhr33C .mbr-text,
.cid-vf4NZhr33C .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vaUgNjFrqW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vaUgNjFrqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUgNjFrqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUgNjFrqW .img-wrapper {
  text-align: center;
}
.cid-vaUgNjFrqW img {
  margin: auto;
  width: 200px;
}
.cid-vaUgNjFrqW .row {
  align-items: flex-start;
}
.cid-vaUgNjFrqW .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vaUgNjFrqW .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vaUgNjFrqW .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaUgNjFrqW .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vaUgNjFrqW .mbr-section-title,
.cid-vaUgNjFrqW .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vaUgNjFrqW .content-head {
  max-width: 800px;
}
.cid-vaUgNk09xp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vaUgNk09xp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUgNk09xp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUgNk09xp .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vaUgNk09xp .footer-col {
    flex-direction: column;
  }
}
.cid-vaUgNk09xp .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vaUgNk09xp .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaUgNk09xp .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vaUgNk09xp .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vaUgNk09xp .mbr-section-btn {
    text-align: center;
  }
}
.cid-vaUgNk09xp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vaUgNk09xp .soc-item {
  margin: 8px;
}
.cid-vaUgNk09xp .soc-item a:hover .mbr-iconfont,
.cid-vaUgNk09xp .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vaUgNk09xp .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vaUgNk09xp .row {
    text-align: center;
  }
  .cid-vaUgNk09xp .social-row {
    justify-content: center;
  }
}
.cid-vaUgNk09xp .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vaUgNk09xp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaUgNk09xp .list {
    margin-bottom: 0rem;
  }
}
.cid-vaUgNk09xp .mbr-text {
  color: #bbbbbb;
}
.cid-vaUgNk09xp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaUgNk09xp .list,
.cid-vaUgNk09xp .item-wrap {
  color: #ffffff;
}
.cid-vaUgNk09xp .copyright {
  color: #ffffff;
}
.cid-vce4K2STVx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vce4K2STVx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vce4K2STVx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vce4K2STVx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vce4K2STVx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vce4K2STVx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vce4K2STVx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vce4K2STVx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vce4K2STVx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vce4K2STVx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vce4K2STVx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vce4K2STVx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vce4K2STVx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vce4K2STVx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vce4K2STVx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vce4K2STVx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vce4K2STVx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vce4K2STVx .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vce4K2STVx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vce4K2STVx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vce4K2STVx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vce4K2STVx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vce4K2STVx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vce4K2STVx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vce4K2STVx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vce4K2STVx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vce4K2STVx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vce4K2STVx .nav-item:focus,
.cid-vce4K2STVx .nav-link:focus {
  outline: none;
}
.cid-vce4K2STVx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vce4K2STVx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vce4K2STVx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vce4K2STVx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vce4K2STVx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vce4K2STVx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vce4K2STVx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vce4K2STVx .navbar.opened {
  transition: all 0.3s;
}
.cid-vce4K2STVx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vce4K2STVx .navbar .navbar-logo img {
  width: auto;
}
.cid-vce4K2STVx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vce4K2STVx .navbar.collapsed {
  justify-content: center;
}
.cid-vce4K2STVx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vce4K2STVx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vce4K2STVx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vce4K2STVx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vce4K2STVx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vce4K2STVx .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-vce4K2STVx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vce4K2STVx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vce4K2STVx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vce4K2STVx .navbar {
    min-height: 72px;
  }
  .cid-vce4K2STVx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vce4K2STVx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vce4K2STVx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vce4K2STVx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vce4K2STVx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vce4K2STVx .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-vce4K2STVx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vce4K2STVx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vce4K2STVx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vce4K2STVx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vce4K2STVx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vce4K2STVx .dropdown-item.active,
.cid-vce4K2STVx .dropdown-item:active {
  background-color: transparent;
}
.cid-vce4K2STVx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vce4K2STVx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vce4K2STVx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vce4K2STVx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vce4K2STVx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vce4K2STVx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vce4K2STVx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vce4K2STVx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vce4K2STVx .navbar-buttons {
    text-align: left;
  }
}
.cid-vce4K2STVx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vce4K2STVx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vce4K2STVx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vce4K2STVx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vce4K2STVx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vce4K2STVx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vce4K2STVx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vce4K2STVx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vce4K2STVx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vce4K2STVx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vce4K2STVx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vce4K2STVx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vce4K2STVx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vce4K2STVx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vce4K2STVx .navbar {
    height: 70px;
  }
  .cid-vce4K2STVx .navbar.opened {
    height: auto;
  }
  .cid-vce4K2STVx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vce4K2STVx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vce4K2STVx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vce4K2STVx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vce4K2STVx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vce4K2STVx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vce4K2STVx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vce4K2STVx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vce4K2STVx .navbar-brand {
    margin-right: auto;
  }
  .cid-vce4K2STVx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vce4K2STVx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vce4K2STVx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vce4K2STVx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vce4K2STVx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vce4K2STVx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vce4K2STVx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vce4K2STVx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vce4K2STVx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vce4K2STVx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vce4K2STVx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vce4K3ajMC {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vce4K3ajMC .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vce4K3ajMC {
    align-items: center;
  }
  .cid-vce4K3ajMC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vce4K3ajMC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vce4K3ajMC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vce4K3ajMC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vce4K3ajMC .content-wrap {
    width: 100%;
  }
}
.cid-vce4K3ajMC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vce4K3ajMC .mbr-text,
.cid-vce4K3ajMC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vce4K3oFVQ {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vce4K3oFVQ .mbr-text {
  color: #b44f79;
}
.cid-vce4K3oFVQ .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vce4K3oFVQ .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4Itm44gD {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4Itm44gD {
    align-items: center;
  }
  .cid-vf4Itm44gD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4Itm44gD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4Itm44gD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4Itm44gD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4Itm44gD .content-wrap {
    width: 100%;
  }
}
.cid-vf4Itm44gD .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4Itm44gD .mbr-text,
.cid-vf4Itm44gD .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vce4K3BD0J {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vce4K3BD0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vce4K3BD0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vce4K3BD0J .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vce4K3BD0J .card-title,
.cid-vce4K3BD0J .iconfont-wrapper {
  color: #232323;
}
.cid-vce4K3BD0J .card-text {
  color: #232323;
}
.cid-vce4K3BD0J .mbr-section-title {
  color: #232323;
}
.cid-vce4K3BD0J .mbr-section-subtitle {
  color: #232323;
}
.cid-vce4K3BD0J .content-head {
  max-width: 800px;
}
.cid-vce4K3URiZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vce4K3URiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vce4K3URiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vce4K3URiZ .img-wrapper {
  text-align: center;
}
.cid-vce4K3URiZ img {
  margin: auto;
  width: 200px;
}
.cid-vce4K3URiZ .row {
  align-items: flex-start;
}
.cid-vce4K3URiZ .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vce4K3URiZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vce4K3URiZ .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vce4K3URiZ .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vce4K3URiZ .mbr-section-title,
.cid-vce4K3URiZ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vce4K3URiZ .content-head {
  max-width: 800px;
}
.cid-vce4K49CcF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vce4K49CcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vce4K49CcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vce4K49CcF .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vce4K49CcF .footer-col {
    flex-direction: column;
  }
}
.cid-vce4K49CcF .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vce4K49CcF .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vce4K49CcF .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vce4K49CcF .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vce4K49CcF .mbr-section-btn {
    text-align: center;
  }
}
.cid-vce4K49CcF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vce4K49CcF .soc-item {
  margin: 8px;
}
.cid-vce4K49CcF .soc-item a:hover .mbr-iconfont,
.cid-vce4K49CcF .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vce4K49CcF .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vce4K49CcF .row {
    text-align: center;
  }
  .cid-vce4K49CcF .social-row {
    justify-content: center;
  }
}
.cid-vce4K49CcF .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vce4K49CcF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vce4K49CcF .list {
    margin-bottom: 0rem;
  }
}
.cid-vce4K49CcF .mbr-text {
  color: #bbbbbb;
}
.cid-vce4K49CcF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vce4K49CcF .list,
.cid-vce4K49CcF .item-wrap {
  color: #ffffff;
}
.cid-vce4K49CcF .copyright {
  color: #ffffff;
}
.cid-vd0fSBoTED {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vd0fSBoTED .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vd0fSBoTED .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vd0fSBoTED .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd0fSBoTED .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vd0fSBoTED .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd0fSBoTED .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd0fSBoTED .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vd0fSBoTED .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vd0fSBoTED .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vd0fSBoTED .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vd0fSBoTED .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vd0fSBoTED .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vd0fSBoTED .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vd0fSBoTED .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vd0fSBoTED .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vd0fSBoTED .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vd0fSBoTED .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vd0fSBoTED .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vd0fSBoTED .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vd0fSBoTED .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vd0fSBoTED .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vd0fSBoTED .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vd0fSBoTED .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vd0fSBoTED .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vd0fSBoTED .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd0fSBoTED .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vd0fSBoTED .nav-item:focus,
.cid-vd0fSBoTED .nav-link:focus {
  outline: none;
}
.cid-vd0fSBoTED .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd0fSBoTED .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd0fSBoTED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd0fSBoTED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd0fSBoTED .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd0fSBoTED .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd0fSBoTED .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vd0fSBoTED .navbar.opened {
  transition: all 0.3s;
}
.cid-vd0fSBoTED .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd0fSBoTED .navbar .navbar-logo img {
  width: auto;
}
.cid-vd0fSBoTED .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vd0fSBoTED .navbar.collapsed {
  justify-content: center;
}
.cid-vd0fSBoTED .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd0fSBoTED .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd0fSBoTED .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vd0fSBoTED .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd0fSBoTED .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd0fSBoTED .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-vd0fSBoTED .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd0fSBoTED .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd0fSBoTED .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vd0fSBoTED .navbar {
    min-height: 72px;
  }
  .cid-vd0fSBoTED .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vd0fSBoTED .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd0fSBoTED .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd0fSBoTED .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd0fSBoTED .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd0fSBoTED .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-vd0fSBoTED .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd0fSBoTED .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vd0fSBoTED .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd0fSBoTED .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vd0fSBoTED .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vd0fSBoTED .dropdown-item.active,
.cid-vd0fSBoTED .dropdown-item:active {
  background-color: transparent;
}
.cid-vd0fSBoTED .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd0fSBoTED .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd0fSBoTED .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd0fSBoTED .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd0fSBoTED .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vd0fSBoTED .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vd0fSBoTED ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd0fSBoTED .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vd0fSBoTED .navbar-buttons {
    text-align: left;
  }
}
.cid-vd0fSBoTED button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd0fSBoTED button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vd0fSBoTED button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd0fSBoTED button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd0fSBoTED button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd0fSBoTED button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd0fSBoTED nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd0fSBoTED nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd0fSBoTED nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd0fSBoTED nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd0fSBoTED .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vd0fSBoTED a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd0fSBoTED .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vd0fSBoTED .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd0fSBoTED .navbar {
    height: 70px;
  }
  .cid-vd0fSBoTED .navbar.opened {
    height: auto;
  }
  .cid-vd0fSBoTED .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd0fSBoTED .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vd0fSBoTED .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vd0fSBoTED .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vd0fSBoTED .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vd0fSBoTED .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vd0fSBoTED .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vd0fSBoTED .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vd0fSBoTED .navbar-brand {
    margin-right: auto;
  }
  .cid-vd0fSBoTED .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vd0fSBoTED .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vd0fSBoTED .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vd0fSBoTED .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd0fSBoTED .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vd0fSBoTED .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vd0fSBoTED .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vd0fSBoTED .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vd0fSBoTED .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd0fSBoTED .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vd0fSBoTED .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vd0fSDOO9I {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vd0fSDOO9I .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd0fSDOO9I {
    align-items: center;
  }
  .cid-vd0fSDOO9I .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd0fSDOO9I .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd0fSDOO9I {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vd0fSDOO9I .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd0fSDOO9I .content-wrap {
    width: 100%;
  }
}
.cid-vd0fSDOO9I .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vd0fSDOO9I .mbr-text,
.cid-vd0fSDOO9I .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vd0fSFood3 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vd0fSFood3 .mbr-text {
  color: #b44f79;
}
.cid-vd0fSFood3 .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0fSFood3 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vd0gh7tB56 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vd0gh7tB56 .mbr-text {
  color: #b44f79;
}
.cid-vd0gh7tB56 .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0gh7tB56 .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0h9xLP1z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vd0h9xLP1z .mbr-text {
  color: #b44f79;
}
.cid-vd0h9xLP1z .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0h9xLP1z .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0hAFQ78t {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vd0hAFQ78t .mbr-text {
  color: #b44f79;
}
.cid-vd0hAFQ78t .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0hAFQ78t .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0hQcYrBV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vd0hQcYrBV .mbr-text {
  color: #b44f79;
}
.cid-vd0hQcYrBV .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0hQcYrBV .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0i2JMg6v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vd0i2JMg6v .mbr-text {
  color: #b44f79;
}
.cid-vd0i2JMg6v .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0i2JMg6v .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0ixpOh8s {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vd0ixpOh8s .mbr-text {
  color: #b44f79;
}
.cid-vd0ixpOh8s .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0ixpOh8s .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0iHvsjZk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vd0iHvsjZk .mbr-text {
  color: #b44f79;
}
.cid-vd0iHvsjZk .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0iHvsjZk .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0iSlJ7Oo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vd0iSlJ7Oo .mbr-text {
  color: #b44f79;
}
.cid-vd0iSlJ7Oo .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vd0iSlJ7Oo .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-vf56WM1nWv {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf56WM1nWv {
    align-items: center;
  }
  .cid-vf56WM1nWv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf56WM1nWv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf56WM1nWv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf56WM1nWv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf56WM1nWv .content-wrap {
    width: 100%;
  }
}
.cid-vf56WM1nWv .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf56WM1nWv .mbr-text,
.cid-vf56WM1nWv .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vd0fSHoEx3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vd0fSHoEx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd0fSHoEx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd0fSHoEx3 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vd0fSHoEx3 .card-title,
.cid-vd0fSHoEx3 .iconfont-wrapper {
  color: #232323;
}
.cid-vd0fSHoEx3 .card-text {
  color: #232323;
}
.cid-vd0fSHoEx3 .mbr-section-title {
  color: #232323;
}
.cid-vd0fSHoEx3 .mbr-section-subtitle {
  color: #232323;
}
.cid-vd0fSHoEx3 .content-head {
  max-width: 800px;
}
.cid-vd0fSIBKAL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vd0fSIBKAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd0fSIBKAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd0fSIBKAL .img-wrapper {
  text-align: center;
}
.cid-vd0fSIBKAL img {
  margin: auto;
  width: 200px;
}
.cid-vd0fSIBKAL .row {
  align-items: flex-start;
}
.cid-vd0fSIBKAL .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vd0fSIBKAL .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vd0fSIBKAL .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd0fSIBKAL .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vd0fSIBKAL .mbr-section-title,
.cid-vd0fSIBKAL .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vd0fSIBKAL .content-head {
  max-width: 800px;
}
.cid-vd0fSIT5Hf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vd0fSIT5Hf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd0fSIT5Hf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd0fSIT5Hf .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vd0fSIT5Hf .footer-col {
    flex-direction: column;
  }
}
.cid-vd0fSIT5Hf .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vd0fSIT5Hf .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd0fSIT5Hf .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vd0fSIT5Hf .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vd0fSIT5Hf .mbr-section-btn {
    text-align: center;
  }
}
.cid-vd0fSIT5Hf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vd0fSIT5Hf .soc-item {
  margin: 8px;
}
.cid-vd0fSIT5Hf .soc-item a:hover .mbr-iconfont,
.cid-vd0fSIT5Hf .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vd0fSIT5Hf .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vd0fSIT5Hf .row {
    text-align: center;
  }
  .cid-vd0fSIT5Hf .social-row {
    justify-content: center;
  }
}
.cid-vd0fSIT5Hf .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vd0fSIT5Hf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vd0fSIT5Hf .list {
    margin-bottom: 0rem;
  }
}
.cid-vd0fSIT5Hf .mbr-text {
  color: #bbbbbb;
}
.cid-vd0fSIT5Hf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd0fSIT5Hf .list,
.cid-vd0fSIT5Hf .item-wrap {
  color: #ffffff;
}
.cid-vd0fSIT5Hf .copyright {
  color: #ffffff;
}
.cid-vdxZVXJ78V {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vdxZVXJ78V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdxZVXJ78V .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdxZVXJ78V .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdxZVXJ78V .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdxZVXJ78V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxZVXJ78V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdxZVXJ78V .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vdxZVXJ78V .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdxZVXJ78V .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdxZVXJ78V .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdxZVXJ78V .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdxZVXJ78V .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdxZVXJ78V .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdxZVXJ78V .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdxZVXJ78V .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdxZVXJ78V .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdxZVXJ78V .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vdxZVXJ78V .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdxZVXJ78V .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdxZVXJ78V .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdxZVXJ78V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdxZVXJ78V .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdxZVXJ78V .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxZVXJ78V .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdxZVXJ78V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdxZVXJ78V .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vdxZVXJ78V .nav-item:focus,
.cid-vdxZVXJ78V .nav-link:focus {
  outline: none;
}
.cid-vdxZVXJ78V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxZVXJ78V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxZVXJ78V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxZVXJ78V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxZVXJ78V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdxZVXJ78V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdxZVXJ78V .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdxZVXJ78V .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxZVXJ78V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxZVXJ78V .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxZVXJ78V .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vdxZVXJ78V .navbar.collapsed {
  justify-content: center;
}
.cid-vdxZVXJ78V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdxZVXJ78V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdxZVXJ78V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdxZVXJ78V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdxZVXJ78V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdxZVXJ78V .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-vdxZVXJ78V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdxZVXJ78V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdxZVXJ78V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdxZVXJ78V .navbar {
    min-height: 72px;
  }
  .cid-vdxZVXJ78V .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdxZVXJ78V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxZVXJ78V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxZVXJ78V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxZVXJ78V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxZVXJ78V .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-vdxZVXJ78V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxZVXJ78V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdxZVXJ78V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxZVXJ78V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdxZVXJ78V .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdxZVXJ78V .dropdown-item.active,
.cid-vdxZVXJ78V .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxZVXJ78V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxZVXJ78V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxZVXJ78V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxZVXJ78V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdxZVXJ78V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdxZVXJ78V .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdxZVXJ78V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxZVXJ78V .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdxZVXJ78V .navbar-buttons {
    text-align: left;
  }
}
.cid-vdxZVXJ78V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdxZVXJ78V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vdxZVXJ78V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdxZVXJ78V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdxZVXJ78V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdxZVXJ78V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxZVXJ78V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxZVXJ78V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxZVXJ78V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxZVXJ78V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxZVXJ78V .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdxZVXJ78V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxZVXJ78V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdxZVXJ78V .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdxZVXJ78V .navbar {
    height: 70px;
  }
  .cid-vdxZVXJ78V .navbar.opened {
    height: auto;
  }
  .cid-vdxZVXJ78V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxZVXJ78V .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdxZVXJ78V .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdxZVXJ78V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdxZVXJ78V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdxZVXJ78V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdxZVXJ78V .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdxZVXJ78V .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdxZVXJ78V .navbar-brand {
    margin-right: auto;
  }
  .cid-vdxZVXJ78V .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdxZVXJ78V .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdxZVXJ78V .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdxZVXJ78V .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdxZVXJ78V .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdxZVXJ78V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdxZVXJ78V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdxZVXJ78V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdxZVXJ78V .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdxZVXJ78V .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdxZVXJ78V .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdxZVXZq0u {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vdxZVXZq0u .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vdxZVXZq0u {
    align-items: center;
  }
  .cid-vdxZVXZq0u .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdxZVXZq0u .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdxZVXZq0u {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdxZVXZq0u .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdxZVXZq0u .content-wrap {
    width: 100%;
  }
}
.cid-vdxZVXZq0u .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdxZVXZq0u .mbr-text,
.cid-vdxZVXZq0u .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdxZVYcL3i {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdxZVYcL3i .mbr-text {
  color: #b44f79;
}
.cid-vdxZVYcL3i .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vdxZVYcL3i .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4J6Bddkm {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4J6Bddkm {
    align-items: center;
  }
  .cid-vf4J6Bddkm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4J6Bddkm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4J6Bddkm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4J6Bddkm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4J6Bddkm .content-wrap {
    width: 100%;
  }
}
.cid-vf4J6Bddkm .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4J6Bddkm .mbr-text,
.cid-vf4J6Bddkm .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vdxZVYo5YM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdxZVYo5YM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxZVYo5YM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxZVYo5YM .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vdxZVYo5YM .card-title,
.cid-vdxZVYo5YM .iconfont-wrapper {
  color: #232323;
}
.cid-vdxZVYo5YM .card-text {
  color: #232323;
}
.cid-vdxZVYo5YM .mbr-section-title {
  color: #232323;
}
.cid-vdxZVYo5YM .mbr-section-subtitle {
  color: #232323;
}
.cid-vdxZVYo5YM .content-head {
  max-width: 800px;
}
.cid-vdxZVYFgzB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vdxZVYFgzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxZVYFgzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxZVYFgzB .img-wrapper {
  text-align: center;
}
.cid-vdxZVYFgzB img {
  margin: auto;
  width: 200px;
}
.cid-vdxZVYFgzB .row {
  align-items: flex-start;
}
.cid-vdxZVYFgzB .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vdxZVYFgzB .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vdxZVYFgzB .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdxZVYFgzB .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vdxZVYFgzB .mbr-section-title,
.cid-vdxZVYFgzB .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vdxZVYFgzB .content-head {
  max-width: 800px;
}
.cid-vdxZVYTuAT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vdxZVYTuAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxZVYTuAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxZVYTuAT .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdxZVYTuAT .footer-col {
    flex-direction: column;
  }
}
.cid-vdxZVYTuAT .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdxZVYTuAT .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdxZVYTuAT .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdxZVYTuAT .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxZVYTuAT .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdxZVYTuAT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdxZVYTuAT .soc-item {
  margin: 8px;
}
.cid-vdxZVYTuAT .soc-item a:hover .mbr-iconfont,
.cid-vdxZVYTuAT .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdxZVYTuAT .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdxZVYTuAT .row {
    text-align: center;
  }
  .cid-vdxZVYTuAT .social-row {
    justify-content: center;
  }
}
.cid-vdxZVYTuAT .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdxZVYTuAT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdxZVYTuAT .list {
    margin-bottom: 0rem;
  }
}
.cid-vdxZVYTuAT .mbr-text {
  color: #bbbbbb;
}
.cid-vdxZVYTuAT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdxZVYTuAT .list,
.cid-vdxZVYTuAT .item-wrap {
  color: #ffffff;
}
.cid-vdxZVYTuAT .copyright {
  color: #ffffff;
}
.cid-ve1QnvEd5q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ve1QnvEd5q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ve1QnvEd5q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ve1QnvEd5q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ve1QnvEd5q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ve1QnvEd5q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve1QnvEd5q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve1QnvEd5q .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ve1QnvEd5q .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ve1QnvEd5q .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ve1QnvEd5q .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ve1QnvEd5q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ve1QnvEd5q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ve1QnvEd5q .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ve1QnvEd5q .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ve1QnvEd5q .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ve1QnvEd5q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ve1QnvEd5q .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ve1QnvEd5q .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ve1QnvEd5q .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ve1QnvEd5q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ve1QnvEd5q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ve1QnvEd5q .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ve1QnvEd5q .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve1QnvEd5q .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ve1QnvEd5q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve1QnvEd5q .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ve1QnvEd5q .nav-item:focus,
.cid-ve1QnvEd5q .nav-link:focus {
  outline: none;
}
.cid-ve1QnvEd5q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve1QnvEd5q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve1QnvEd5q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve1QnvEd5q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve1QnvEd5q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve1QnvEd5q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve1QnvEd5q .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ve1QnvEd5q .navbar.opened {
  transition: all 0.3s;
}
.cid-ve1QnvEd5q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve1QnvEd5q .navbar .navbar-logo img {
  width: auto;
}
.cid-ve1QnvEd5q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ve1QnvEd5q .navbar.collapsed {
  justify-content: center;
}
.cid-ve1QnvEd5q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve1QnvEd5q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve1QnvEd5q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ve1QnvEd5q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve1QnvEd5q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve1QnvEd5q .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-ve1QnvEd5q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve1QnvEd5q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve1QnvEd5q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ve1QnvEd5q .navbar {
    min-height: 72px;
  }
  .cid-ve1QnvEd5q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ve1QnvEd5q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve1QnvEd5q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve1QnvEd5q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve1QnvEd5q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve1QnvEd5q .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-ve1QnvEd5q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve1QnvEd5q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ve1QnvEd5q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve1QnvEd5q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve1QnvEd5q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ve1QnvEd5q .dropdown-item.active,
.cid-ve1QnvEd5q .dropdown-item:active {
  background-color: transparent;
}
.cid-ve1QnvEd5q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve1QnvEd5q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve1QnvEd5q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve1QnvEd5q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ve1QnvEd5q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ve1QnvEd5q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ve1QnvEd5q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve1QnvEd5q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ve1QnvEd5q .navbar-buttons {
    text-align: left;
  }
}
.cid-ve1QnvEd5q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve1QnvEd5q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-ve1QnvEd5q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve1QnvEd5q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve1QnvEd5q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve1QnvEd5q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve1QnvEd5q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve1QnvEd5q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve1QnvEd5q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve1QnvEd5q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve1QnvEd5q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ve1QnvEd5q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve1QnvEd5q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ve1QnvEd5q .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ve1QnvEd5q .navbar {
    height: 70px;
  }
  .cid-ve1QnvEd5q .navbar.opened {
    height: auto;
  }
  .cid-ve1QnvEd5q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve1QnvEd5q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ve1QnvEd5q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ve1QnvEd5q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ve1QnvEd5q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ve1QnvEd5q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ve1QnvEd5q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ve1QnvEd5q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ve1QnvEd5q .navbar-brand {
    margin-right: auto;
  }
  .cid-ve1QnvEd5q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ve1QnvEd5q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ve1QnvEd5q .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ve1QnvEd5q .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ve1QnvEd5q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ve1QnvEd5q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ve1QnvEd5q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ve1QnvEd5q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ve1QnvEd5q .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ve1QnvEd5q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ve1QnvEd5q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ve1Qnw4KMz {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ve1Qnw4KMz .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ve1Qnw4KMz {
    align-items: center;
  }
  .cid-ve1Qnw4KMz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ve1Qnw4KMz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ve1Qnw4KMz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ve1Qnw4KMz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ve1Qnw4KMz .content-wrap {
    width: 100%;
  }
}
.cid-ve1Qnw4KMz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ve1Qnw4KMz .mbr-text,
.cid-ve1Qnw4KMz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ve1Qnwk4xt {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve1Qnwk4xt .mbr-text {
  color: #b44f79;
}
.cid-ve1Qnwk4xt .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1Qnwk4xt .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-ve1QnwAFQR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve1QnwAFQR .mbr-text {
  color: #b44f79;
}
.cid-ve1QnwAFQR .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnwAFQR .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnwLeZL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve1QnwLeZL .mbr-text {
  color: #b44f79;
}
.cid-ve1QnwLeZL .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnwLeZL .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnwZocu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve1QnwZocu .mbr-text {
  color: #b44f79;
}
.cid-ve1QnwZocu .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnwZocu .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnxbSmT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve1QnxbSmT .mbr-text {
  color: #b44f79;
}
.cid-ve1QnxbSmT .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnxbSmT .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnxqM61 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve1QnxqM61 .mbr-text {
  color: #b44f79;
}
.cid-ve1QnxqM61 .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnxqM61 .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnxG4lb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve1QnxG4lb .mbr-text {
  color: #b44f79;
}
.cid-ve1QnxG4lb .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnxG4lb .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnxUbST {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve1QnxUbST .mbr-text {
  color: #b44f79;
}
.cid-ve1QnxUbST .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnxUbST .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnydYYp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve1QnydYYp .mbr-text {
  color: #b44f79;
}
.cid-ve1QnydYYp .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-ve1QnydYYp .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-vf56qLomVV {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf56qLomVV {
    align-items: center;
  }
  .cid-vf56qLomVV .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf56qLomVV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf56qLomVV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf56qLomVV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf56qLomVV .content-wrap {
    width: 100%;
  }
}
.cid-vf56qLomVV .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf56qLomVV .mbr-text,
.cid-vf56qLomVV .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-ve1QnyTrLO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-ve1QnyTrLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve1QnyTrLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve1QnyTrLO .img-wrapper {
  text-align: center;
}
.cid-ve1QnyTrLO img {
  margin: auto;
  width: 200px;
}
.cid-ve1QnyTrLO .row {
  align-items: flex-start;
}
.cid-ve1QnyTrLO .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-ve1QnyTrLO .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ve1QnyTrLO .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve1QnyTrLO .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-ve1QnyTrLO .mbr-section-title,
.cid-ve1QnyTrLO .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ve1QnyTrLO .content-head {
  max-width: 800px;
}
.cid-ve1QnzfHrZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-ve1QnzfHrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve1QnzfHrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve1QnzfHrZ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ve1QnzfHrZ .footer-col {
    flex-direction: column;
  }
}
.cid-ve1QnzfHrZ .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ve1QnzfHrZ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve1QnzfHrZ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ve1QnzfHrZ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ve1QnzfHrZ .mbr-section-btn {
    text-align: center;
  }
}
.cid-ve1QnzfHrZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ve1QnzfHrZ .soc-item {
  margin: 8px;
}
.cid-ve1QnzfHrZ .soc-item a:hover .mbr-iconfont,
.cid-ve1QnzfHrZ .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ve1QnzfHrZ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ve1QnzfHrZ .row {
    text-align: center;
  }
  .cid-ve1QnzfHrZ .social-row {
    justify-content: center;
  }
}
.cid-ve1QnzfHrZ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ve1QnzfHrZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve1QnzfHrZ .list {
    margin-bottom: 0rem;
  }
}
.cid-ve1QnzfHrZ .mbr-text {
  color: #bbbbbb;
}
.cid-ve1QnzfHrZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve1QnzfHrZ .list,
.cid-ve1QnzfHrZ .item-wrap {
  color: #ffffff;
}
.cid-ve1QnzfHrZ .copyright {
  color: #ffffff;
}
.cid-vej2yHpvUO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vej2yHpvUO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vej2yHpvUO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vej2yHpvUO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vej2yHpvUO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vej2yHpvUO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vej2yHpvUO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vej2yHpvUO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vej2yHpvUO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vej2yHpvUO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vej2yHpvUO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vej2yHpvUO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vej2yHpvUO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vej2yHpvUO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vej2yHpvUO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vej2yHpvUO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vej2yHpvUO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vej2yHpvUO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vej2yHpvUO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vej2yHpvUO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vej2yHpvUO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vej2yHpvUO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vej2yHpvUO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vej2yHpvUO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vej2yHpvUO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vej2yHpvUO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vej2yHpvUO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vej2yHpvUO .nav-item:focus,
.cid-vej2yHpvUO .nav-link:focus {
  outline: none;
}
.cid-vej2yHpvUO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vej2yHpvUO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vej2yHpvUO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vej2yHpvUO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vej2yHpvUO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vej2yHpvUO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vej2yHpvUO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vej2yHpvUO .navbar.opened {
  transition: all 0.3s;
}
.cid-vej2yHpvUO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vej2yHpvUO .navbar .navbar-logo img {
  width: auto;
}
.cid-vej2yHpvUO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vej2yHpvUO .navbar.collapsed {
  justify-content: center;
}
.cid-vej2yHpvUO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vej2yHpvUO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vej2yHpvUO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vej2yHpvUO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vej2yHpvUO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vej2yHpvUO .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-vej2yHpvUO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vej2yHpvUO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vej2yHpvUO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vej2yHpvUO .navbar {
    min-height: 72px;
  }
  .cid-vej2yHpvUO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vej2yHpvUO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vej2yHpvUO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vej2yHpvUO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vej2yHpvUO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vej2yHpvUO .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-vej2yHpvUO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vej2yHpvUO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vej2yHpvUO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vej2yHpvUO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vej2yHpvUO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vej2yHpvUO .dropdown-item.active,
.cid-vej2yHpvUO .dropdown-item:active {
  background-color: transparent;
}
.cid-vej2yHpvUO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vej2yHpvUO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vej2yHpvUO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vej2yHpvUO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vej2yHpvUO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vej2yHpvUO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vej2yHpvUO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vej2yHpvUO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vej2yHpvUO .navbar-buttons {
    text-align: left;
  }
}
.cid-vej2yHpvUO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vej2yHpvUO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vej2yHpvUO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vej2yHpvUO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vej2yHpvUO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vej2yHpvUO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vej2yHpvUO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vej2yHpvUO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vej2yHpvUO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vej2yHpvUO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vej2yHpvUO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vej2yHpvUO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vej2yHpvUO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vej2yHpvUO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vej2yHpvUO .navbar {
    height: 70px;
  }
  .cid-vej2yHpvUO .navbar.opened {
    height: auto;
  }
  .cid-vej2yHpvUO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vej2yHpvUO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vej2yHpvUO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vej2yHpvUO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vej2yHpvUO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vej2yHpvUO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vej2yHpvUO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vej2yHpvUO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vej2yHpvUO .navbar-brand {
    margin-right: auto;
  }
  .cid-vej2yHpvUO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vej2yHpvUO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vej2yHpvUO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vej2yHpvUO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vej2yHpvUO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vej2yHpvUO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vej2yHpvUO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vej2yHpvUO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vej2yHpvUO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vej2yHpvUO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vej2yHpvUO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vej2yHKzIT {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vej2yHKzIT .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vej2yHKzIT {
    align-items: center;
  }
  .cid-vej2yHKzIT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vej2yHKzIT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vej2yHKzIT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vej2yHKzIT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vej2yHKzIT .content-wrap {
    width: 100%;
  }
}
.cid-vej2yHKzIT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vej2yHKzIT .mbr-text,
.cid-vej2yHKzIT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vej2yHVfcC {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vej2yHVfcC .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yHVfcC .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yHVfcC .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vej2yHVfcC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vej2yIaJSn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vej2yIaJSn .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yIaJSn .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yIaJSn .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yIoI8S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vej2yIoI8S .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yIoI8S .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yIoI8S .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yIFFgl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vej2yIFFgl .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yIFFgl .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yIFFgl .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yIT3fX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vej2yIT3fX .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yIT3fX .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yIT3fX .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yJ6LWB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vej2yJ6LWB .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yJ6LWB .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yJ6LWB .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yJuwk5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vej2yJuwk5 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yJuwk5 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yJuwk5 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yJJ3gp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vej2yJJ3gp .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yJJ3gp .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yJJ3gp .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vej2yKOhop {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vej2yKOhop {
    align-items: center;
  }
  .cid-vej2yKOhop .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vej2yKOhop .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vej2yKOhop {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vej2yKOhop .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vej2yKOhop .content-wrap {
    width: 100%;
  }
}
.cid-vej2yKOhop .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vej2yKOhop .mbr-text,
.cid-vej2yKOhop .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vej2yL7OCK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vej2yL7OCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vej2yL7OCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vej2yL7OCK .img-wrapper {
  text-align: center;
}
.cid-vej2yL7OCK img {
  margin: auto;
  width: 200px;
}
.cid-vej2yL7OCK .row {
  align-items: flex-start;
}
.cid-vej2yL7OCK .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vej2yL7OCK .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vej2yL7OCK .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vej2yL7OCK .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vej2yL7OCK .mbr-section-title,
.cid-vej2yL7OCK .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vej2yL7OCK .content-head {
  max-width: 800px;
}
.cid-vej2yLAAnU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vej2yLAAnU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vej2yLAAnU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vej2yLAAnU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vej2yLAAnU .footer-col {
    flex-direction: column;
  }
}
.cid-vej2yLAAnU .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vej2yLAAnU .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vej2yLAAnU .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vej2yLAAnU .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vej2yLAAnU .mbr-section-btn {
    text-align: center;
  }
}
.cid-vej2yLAAnU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vej2yLAAnU .soc-item {
  margin: 8px;
}
.cid-vej2yLAAnU .soc-item a:hover .mbr-iconfont,
.cid-vej2yLAAnU .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vej2yLAAnU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vej2yLAAnU .row {
    text-align: center;
  }
  .cid-vej2yLAAnU .social-row {
    justify-content: center;
  }
}
.cid-vej2yLAAnU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vej2yLAAnU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vej2yLAAnU .list {
    margin-bottom: 0rem;
  }
}
.cid-vej2yLAAnU .mbr-text {
  color: #bbbbbb;
}
.cid-vej2yLAAnU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vej2yLAAnU .list,
.cid-vej2yLAAnU .item-wrap {
  color: #ffffff;
}
.cid-vej2yLAAnU .copyright {
  color: #ffffff;
}
.cid-veRPS5k6Mg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veRPS5k6Mg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-veRPS5k6Mg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veRPS5k6Mg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veRPS5k6Mg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-veRPS5k6Mg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veRPS5k6Mg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veRPS5k6Mg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veRPS5k6Mg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-veRPS5k6Mg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-veRPS5k6Mg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veRPS5k6Mg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veRPS5k6Mg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veRPS5k6Mg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-veRPS5k6Mg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veRPS5k6Mg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veRPS5k6Mg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veRPS5k6Mg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veRPS5k6Mg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veRPS5k6Mg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-veRPS5k6Mg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veRPS5k6Mg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-veRPS5k6Mg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veRPS5k6Mg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veRPS5k6Mg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veRPS5k6Mg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veRPS5k6Mg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-veRPS5k6Mg .nav-item:focus,
.cid-veRPS5k6Mg .nav-link:focus {
  outline: none;
}
.cid-veRPS5k6Mg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veRPS5k6Mg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veRPS5k6Mg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veRPS5k6Mg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veRPS5k6Mg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veRPS5k6Mg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veRPS5k6Mg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veRPS5k6Mg .navbar.opened {
  transition: all 0.3s;
}
.cid-veRPS5k6Mg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veRPS5k6Mg .navbar .navbar-logo img {
  width: auto;
}
.cid-veRPS5k6Mg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veRPS5k6Mg .navbar.collapsed {
  justify-content: center;
}
.cid-veRPS5k6Mg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veRPS5k6Mg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veRPS5k6Mg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veRPS5k6Mg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veRPS5k6Mg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veRPS5k6Mg .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-veRPS5k6Mg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veRPS5k6Mg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veRPS5k6Mg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veRPS5k6Mg .navbar {
    min-height: 72px;
  }
  .cid-veRPS5k6Mg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veRPS5k6Mg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veRPS5k6Mg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veRPS5k6Mg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veRPS5k6Mg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veRPS5k6Mg .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-veRPS5k6Mg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veRPS5k6Mg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veRPS5k6Mg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veRPS5k6Mg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veRPS5k6Mg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veRPS5k6Mg .dropdown-item.active,
.cid-veRPS5k6Mg .dropdown-item:active {
  background-color: transparent;
}
.cid-veRPS5k6Mg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veRPS5k6Mg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veRPS5k6Mg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veRPS5k6Mg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veRPS5k6Mg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veRPS5k6Mg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veRPS5k6Mg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veRPS5k6Mg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veRPS5k6Mg .navbar-buttons {
    text-align: left;
  }
}
.cid-veRPS5k6Mg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veRPS5k6Mg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-veRPS5k6Mg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veRPS5k6Mg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veRPS5k6Mg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veRPS5k6Mg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veRPS5k6Mg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRPS5k6Mg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veRPS5k6Mg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veRPS5k6Mg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRPS5k6Mg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veRPS5k6Mg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veRPS5k6Mg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veRPS5k6Mg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veRPS5k6Mg .navbar {
    height: 70px;
  }
  .cid-veRPS5k6Mg .navbar.opened {
    height: auto;
  }
  .cid-veRPS5k6Mg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veRPS5k6Mg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veRPS5k6Mg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veRPS5k6Mg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veRPS5k6Mg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veRPS5k6Mg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veRPS5k6Mg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veRPS5k6Mg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veRPS5k6Mg .navbar-brand {
    margin-right: auto;
  }
  .cid-veRPS5k6Mg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veRPS5k6Mg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veRPS5k6Mg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veRPS5k6Mg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veRPS5k6Mg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veRPS5k6Mg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veRPS5k6Mg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veRPS5k6Mg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veRPS5k6Mg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veRPS5k6Mg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veRPS5k6Mg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veRPS5AM9X {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-veRPS5AM9X .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-veRPS5AM9X {
    align-items: center;
  }
  .cid-veRPS5AM9X .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veRPS5AM9X .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veRPS5AM9X {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-veRPS5AM9X .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veRPS5AM9X .content-wrap {
    width: 100%;
  }
}
.cid-veRPS5AM9X .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-veRPS5AM9X .mbr-text,
.cid-veRPS5AM9X .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-veRPS5KiTz {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veRPS5KiTz .mbr-text {
  color: #b44f79;
}
.cid-veRPS5KiTz .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-veRPS5KiTz .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vf4J3SfbVu {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vf4J3SfbVu {
    align-items: center;
  }
  .cid-vf4J3SfbVu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf4J3SfbVu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf4J3SfbVu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vf4J3SfbVu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf4J3SfbVu .content-wrap {
    width: 100%;
  }
}
.cid-vf4J3SfbVu .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vf4J3SfbVu .mbr-text,
.cid-vf4J3SfbVu .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-veRPS5WtyF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veRPS5WtyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRPS5WtyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRPS5WtyF .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-veRPS5WtyF .card-title,
.cid-veRPS5WtyF .iconfont-wrapper {
  color: #232323;
}
.cid-veRPS5WtyF .card-text {
  color: #232323;
}
.cid-veRPS5WtyF .mbr-section-title {
  color: #232323;
}
.cid-veRPS5WtyF .mbr-section-subtitle {
  color: #232323;
}
.cid-veRPS5WtyF .content-head {
  max-width: 800px;
}
.cid-veRPS6f1ts {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-veRPS6f1ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRPS6f1ts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRPS6f1ts .img-wrapper {
  text-align: center;
}
.cid-veRPS6f1ts img {
  margin: auto;
  width: 200px;
}
.cid-veRPS6f1ts .row {
  align-items: flex-start;
}
.cid-veRPS6f1ts .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-veRPS6f1ts .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-veRPS6f1ts .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veRPS6f1ts .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-veRPS6f1ts .mbr-section-title,
.cid-veRPS6f1ts .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veRPS6f1ts .content-head {
  max-width: 800px;
}
.cid-veRPS6uMzH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-veRPS6uMzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRPS6uMzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRPS6uMzH .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-veRPS6uMzH .footer-col {
    flex-direction: column;
  }
}
.cid-veRPS6uMzH .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veRPS6uMzH .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veRPS6uMzH .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veRPS6uMzH .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veRPS6uMzH .mbr-section-btn {
    text-align: center;
  }
}
.cid-veRPS6uMzH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veRPS6uMzH .soc-item {
  margin: 8px;
}
.cid-veRPS6uMzH .soc-item a:hover .mbr-iconfont,
.cid-veRPS6uMzH .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-veRPS6uMzH .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-veRPS6uMzH .row {
    text-align: center;
  }
  .cid-veRPS6uMzH .social-row {
    justify-content: center;
  }
}
.cid-veRPS6uMzH .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-veRPS6uMzH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veRPS6uMzH .list {
    margin-bottom: 0rem;
  }
}
.cid-veRPS6uMzH .mbr-text {
  color: #bbbbbb;
}
.cid-veRPS6uMzH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veRPS6uMzH .list,
.cid-veRPS6uMzH .item-wrap {
  color: #ffffff;
}
.cid-veRPS6uMzH .copyright {
  color: #ffffff;
}
.cid-vgbKc75FKe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgbKc75FKe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgbKc75FKe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgbKc75FKe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgbKc75FKe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgbKc75FKe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgbKc75FKe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgbKc75FKe .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgbKc75FKe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgbKc75FKe .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgbKc75FKe .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgbKc75FKe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgbKc75FKe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgbKc75FKe .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgbKc75FKe .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgbKc75FKe .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgbKc75FKe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgbKc75FKe .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgbKc75FKe .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgbKc75FKe .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgbKc75FKe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgbKc75FKe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgbKc75FKe .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgbKc75FKe .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgbKc75FKe .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgbKc75FKe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgbKc75FKe .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vgbKc75FKe .nav-item:focus,
.cid-vgbKc75FKe .nav-link:focus {
  outline: none;
}
.cid-vgbKc75FKe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgbKc75FKe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgbKc75FKe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgbKc75FKe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgbKc75FKe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgbKc75FKe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgbKc75FKe .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgbKc75FKe .navbar.opened {
  transition: all 0.3s;
}
.cid-vgbKc75FKe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgbKc75FKe .navbar .navbar-logo img {
  width: auto;
}
.cid-vgbKc75FKe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgbKc75FKe .navbar.collapsed {
  justify-content: center;
}
.cid-vgbKc75FKe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgbKc75FKe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgbKc75FKe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgbKc75FKe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgbKc75FKe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgbKc75FKe .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-vgbKc75FKe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgbKc75FKe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgbKc75FKe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgbKc75FKe .navbar {
    min-height: 72px;
  }
  .cid-vgbKc75FKe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgbKc75FKe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgbKc75FKe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgbKc75FKe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgbKc75FKe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgbKc75FKe .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-vgbKc75FKe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgbKc75FKe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgbKc75FKe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgbKc75FKe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgbKc75FKe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgbKc75FKe .dropdown-item.active,
.cid-vgbKc75FKe .dropdown-item:active {
  background-color: transparent;
}
.cid-vgbKc75FKe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgbKc75FKe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgbKc75FKe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgbKc75FKe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgbKc75FKe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgbKc75FKe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgbKc75FKe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgbKc75FKe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgbKc75FKe .navbar-buttons {
    text-align: left;
  }
}
.cid-vgbKc75FKe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgbKc75FKe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vgbKc75FKe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgbKc75FKe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgbKc75FKe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgbKc75FKe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgbKc75FKe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgbKc75FKe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgbKc75FKe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgbKc75FKe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgbKc75FKe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgbKc75FKe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgbKc75FKe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgbKc75FKe .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgbKc75FKe .navbar {
    height: 70px;
  }
  .cid-vgbKc75FKe .navbar.opened {
    height: auto;
  }
  .cid-vgbKc75FKe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgbKc75FKe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgbKc75FKe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgbKc75FKe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgbKc75FKe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vgbKc75FKe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgbKc75FKe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgbKc75FKe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgbKc75FKe .navbar-brand {
    margin-right: auto;
  }
  .cid-vgbKc75FKe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgbKc75FKe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgbKc75FKe .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgbKc75FKe .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgbKc75FKe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgbKc75FKe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgbKc75FKe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vgbKc75FKe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgbKc75FKe .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgbKc75FKe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgbKc75FKe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgbKc7i0tY {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vgbKc7i0tY .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vgbKc7i0tY {
    align-items: center;
  }
  .cid-vgbKc7i0tY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgbKc7i0tY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgbKc7i0tY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgbKc7i0tY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgbKc7i0tY .content-wrap {
    width: 100%;
  }
}
.cid-vgbKc7i0tY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vgbKc7i0tY .mbr-text,
.cid-vgbKc7i0tY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vgbKc7so34 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgbKc7so34 .mbr-text {
  color: #b44f79;
}
.cid-vgbKc7so34 .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vgbKc7so34 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgbKc7DMYT {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vgbKc7DMYT {
    align-items: center;
  }
  .cid-vgbKc7DMYT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgbKc7DMYT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgbKc7DMYT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgbKc7DMYT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgbKc7DMYT .content-wrap {
    width: 100%;
  }
}
.cid-vgbKc7DMYT .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vgbKc7DMYT .mbr-text,
.cid-vgbKc7DMYT .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vgbKc7MpVs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgbKc7MpVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgbKc7MpVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgbKc7MpVs .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vgbKc7MpVs .card-title,
.cid-vgbKc7MpVs .iconfont-wrapper {
  color: #232323;
}
.cid-vgbKc7MpVs .card-text {
  color: #232323;
}
.cid-vgbKc7MpVs .mbr-section-title {
  color: #232323;
}
.cid-vgbKc7MpVs .mbr-section-subtitle {
  color: #232323;
}
.cid-vgbKc7MpVs .content-head {
  max-width: 800px;
}
.cid-vgbKc833IA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vgbKc833IA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgbKc833IA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgbKc833IA .img-wrapper {
  text-align: center;
}
.cid-vgbKc833IA img {
  margin: auto;
  width: 200px;
}
.cid-vgbKc833IA .row {
  align-items: flex-start;
}
.cid-vgbKc833IA .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vgbKc833IA .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vgbKc833IA .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgbKc833IA .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vgbKc833IA .mbr-section-title,
.cid-vgbKc833IA .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vgbKc833IA .content-head {
  max-width: 800px;
}
.cid-vgbKc8lGgH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vgbKc8lGgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgbKc8lGgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgbKc8lGgH .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vgbKc8lGgH .footer-col {
    flex-direction: column;
  }
}
.cid-vgbKc8lGgH .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgbKc8lGgH .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgbKc8lGgH .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgbKc8lGgH .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgbKc8lGgH .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgbKc8lGgH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgbKc8lGgH .soc-item {
  margin: 8px;
}
.cid-vgbKc8lGgH .soc-item a:hover .mbr-iconfont,
.cid-vgbKc8lGgH .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vgbKc8lGgH .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgbKc8lGgH .row {
    text-align: center;
  }
  .cid-vgbKc8lGgH .social-row {
    justify-content: center;
  }
}
.cid-vgbKc8lGgH .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vgbKc8lGgH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgbKc8lGgH .list {
    margin-bottom: 0rem;
  }
}
.cid-vgbKc8lGgH .mbr-text {
  color: #bbbbbb;
}
.cid-vgbKc8lGgH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgbKc8lGgH .list,
.cid-vgbKc8lGgH .item-wrap {
  color: #ffffff;
}
.cid-vgbKc8lGgH .copyright {
  color: #ffffff;
}
.cid-vgETJ2UFNd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgETJ2UFNd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgETJ2UFNd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgETJ2UFNd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgETJ2UFNd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgETJ2UFNd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgETJ2UFNd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgETJ2UFNd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgETJ2UFNd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgETJ2UFNd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgETJ2UFNd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgETJ2UFNd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgETJ2UFNd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgETJ2UFNd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgETJ2UFNd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgETJ2UFNd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgETJ2UFNd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgETJ2UFNd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgETJ2UFNd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgETJ2UFNd .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgETJ2UFNd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgETJ2UFNd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgETJ2UFNd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgETJ2UFNd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgETJ2UFNd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgETJ2UFNd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgETJ2UFNd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vgETJ2UFNd .nav-item:focus,
.cid-vgETJ2UFNd .nav-link:focus {
  outline: none;
}
.cid-vgETJ2UFNd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgETJ2UFNd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgETJ2UFNd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgETJ2UFNd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgETJ2UFNd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgETJ2UFNd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgETJ2UFNd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgETJ2UFNd .navbar.opened {
  transition: all 0.3s;
}
.cid-vgETJ2UFNd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgETJ2UFNd .navbar .navbar-logo img {
  width: auto;
}
.cid-vgETJ2UFNd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgETJ2UFNd .navbar.collapsed {
  justify-content: center;
}
.cid-vgETJ2UFNd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgETJ2UFNd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgETJ2UFNd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgETJ2UFNd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgETJ2UFNd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgETJ2UFNd .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-vgETJ2UFNd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgETJ2UFNd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgETJ2UFNd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgETJ2UFNd .navbar {
    min-height: 72px;
  }
  .cid-vgETJ2UFNd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgETJ2UFNd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgETJ2UFNd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgETJ2UFNd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgETJ2UFNd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgETJ2UFNd .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-vgETJ2UFNd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgETJ2UFNd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgETJ2UFNd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgETJ2UFNd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgETJ2UFNd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgETJ2UFNd .dropdown-item.active,
.cid-vgETJ2UFNd .dropdown-item:active {
  background-color: transparent;
}
.cid-vgETJ2UFNd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgETJ2UFNd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgETJ2UFNd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgETJ2UFNd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgETJ2UFNd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgETJ2UFNd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgETJ2UFNd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgETJ2UFNd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgETJ2UFNd .navbar-buttons {
    text-align: left;
  }
}
.cid-vgETJ2UFNd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgETJ2UFNd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vgETJ2UFNd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgETJ2UFNd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgETJ2UFNd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgETJ2UFNd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgETJ2UFNd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgETJ2UFNd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgETJ2UFNd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgETJ2UFNd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgETJ2UFNd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgETJ2UFNd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgETJ2UFNd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgETJ2UFNd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgETJ2UFNd .navbar {
    height: 70px;
  }
  .cid-vgETJ2UFNd .navbar.opened {
    height: auto;
  }
  .cid-vgETJ2UFNd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgETJ2UFNd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgETJ2UFNd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgETJ2UFNd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgETJ2UFNd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vgETJ2UFNd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgETJ2UFNd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgETJ2UFNd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgETJ2UFNd .navbar-brand {
    margin-right: auto;
  }
  .cid-vgETJ2UFNd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgETJ2UFNd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgETJ2UFNd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgETJ2UFNd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgETJ2UFNd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgETJ2UFNd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgETJ2UFNd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vgETJ2UFNd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgETJ2UFNd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgETJ2UFNd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgETJ2UFNd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgETJ3byt1 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vgETJ3byt1 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vgETJ3byt1 {
    align-items: center;
  }
  .cid-vgETJ3byt1 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgETJ3byt1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgETJ3byt1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgETJ3byt1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgETJ3byt1 .content-wrap {
    width: 100%;
  }
}
.cid-vgETJ3byt1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vgETJ3byt1 .mbr-text,
.cid-vgETJ3byt1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vgETJ3tttI {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgETJ3tttI .mbr-text {
  color: #b44f79;
}
.cid-vgETJ3tttI .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vgETJ3tttI .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgETJ3Hsa8 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vgETJ3Hsa8 {
    align-items: center;
  }
  .cid-vgETJ3Hsa8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgETJ3Hsa8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgETJ3Hsa8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgETJ3Hsa8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgETJ3Hsa8 .content-wrap {
    width: 100%;
  }
}
.cid-vgETJ3Hsa8 .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vgETJ3Hsa8 .mbr-text,
.cid-vgETJ3Hsa8 .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vgETJ3SaaV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgETJ3SaaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgETJ3SaaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgETJ3SaaV .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vgETJ3SaaV .card-title,
.cid-vgETJ3SaaV .iconfont-wrapper {
  color: #232323;
}
.cid-vgETJ3SaaV .card-text {
  color: #232323;
}
.cid-vgETJ3SaaV .mbr-section-title {
  color: #232323;
}
.cid-vgETJ3SaaV .mbr-section-subtitle {
  color: #232323;
}
.cid-vgETJ3SaaV .content-head {
  max-width: 800px;
}
.cid-vgETJ4fJR5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vgETJ4fJR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgETJ4fJR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgETJ4fJR5 .img-wrapper {
  text-align: center;
}
.cid-vgETJ4fJR5 img {
  margin: auto;
  width: 200px;
}
.cid-vgETJ4fJR5 .row {
  align-items: flex-start;
}
.cid-vgETJ4fJR5 .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vgETJ4fJR5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vgETJ4fJR5 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgETJ4fJR5 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vgETJ4fJR5 .mbr-section-title,
.cid-vgETJ4fJR5 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vgETJ4fJR5 .content-head {
  max-width: 800px;
}
.cid-vgETJ4zQBp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vgETJ4zQBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgETJ4zQBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgETJ4zQBp .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vgETJ4zQBp .footer-col {
    flex-direction: column;
  }
}
.cid-vgETJ4zQBp .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgETJ4zQBp .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgETJ4zQBp .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgETJ4zQBp .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgETJ4zQBp .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgETJ4zQBp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgETJ4zQBp .soc-item {
  margin: 8px;
}
.cid-vgETJ4zQBp .soc-item a:hover .mbr-iconfont,
.cid-vgETJ4zQBp .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vgETJ4zQBp .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgETJ4zQBp .row {
    text-align: center;
  }
  .cid-vgETJ4zQBp .social-row {
    justify-content: center;
  }
}
.cid-vgETJ4zQBp .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vgETJ4zQBp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgETJ4zQBp .list {
    margin-bottom: 0rem;
  }
}
.cid-vgETJ4zQBp .mbr-text {
  color: #bbbbbb;
}
.cid-vgETJ4zQBp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgETJ4zQBp .list,
.cid-vgETJ4zQBp .item-wrap {
  color: #ffffff;
}
.cid-vgETJ4zQBp .copyright {
  color: #ffffff;
}
.cid-vgRqRqZ2dN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgRqRqZ2dN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgRqRqZ2dN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgRqRqZ2dN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgRqRqZ2dN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgRqRqZ2dN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgRqRqZ2dN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgRqRqZ2dN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgRqRqZ2dN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgRqRqZ2dN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgRqRqZ2dN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgRqRqZ2dN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgRqRqZ2dN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgRqRqZ2dN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgRqRqZ2dN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgRqRqZ2dN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgRqRqZ2dN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgRqRqZ2dN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgRqRqZ2dN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgRqRqZ2dN .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgRqRqZ2dN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgRqRqZ2dN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgRqRqZ2dN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgRqRqZ2dN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgRqRqZ2dN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgRqRqZ2dN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgRqRqZ2dN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vgRqRqZ2dN .nav-item:focus,
.cid-vgRqRqZ2dN .nav-link:focus {
  outline: none;
}
.cid-vgRqRqZ2dN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgRqRqZ2dN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgRqRqZ2dN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgRqRqZ2dN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgRqRqZ2dN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgRqRqZ2dN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgRqRqZ2dN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgRqRqZ2dN .navbar.opened {
  transition: all 0.3s;
}
.cid-vgRqRqZ2dN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgRqRqZ2dN .navbar .navbar-logo img {
  width: auto;
}
.cid-vgRqRqZ2dN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgRqRqZ2dN .navbar.collapsed {
  justify-content: center;
}
.cid-vgRqRqZ2dN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgRqRqZ2dN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgRqRqZ2dN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgRqRqZ2dN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgRqRqZ2dN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgRqRqZ2dN .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-vgRqRqZ2dN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgRqRqZ2dN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgRqRqZ2dN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgRqRqZ2dN .navbar {
    min-height: 72px;
  }
  .cid-vgRqRqZ2dN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgRqRqZ2dN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgRqRqZ2dN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgRqRqZ2dN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgRqRqZ2dN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgRqRqZ2dN .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-vgRqRqZ2dN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgRqRqZ2dN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgRqRqZ2dN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgRqRqZ2dN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgRqRqZ2dN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgRqRqZ2dN .dropdown-item.active,
.cid-vgRqRqZ2dN .dropdown-item:active {
  background-color: transparent;
}
.cid-vgRqRqZ2dN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgRqRqZ2dN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgRqRqZ2dN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgRqRqZ2dN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgRqRqZ2dN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgRqRqZ2dN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgRqRqZ2dN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgRqRqZ2dN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgRqRqZ2dN .navbar-buttons {
    text-align: left;
  }
}
.cid-vgRqRqZ2dN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgRqRqZ2dN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vgRqRqZ2dN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgRqRqZ2dN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgRqRqZ2dN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgRqRqZ2dN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgRqRqZ2dN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgRqRqZ2dN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgRqRqZ2dN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgRqRqZ2dN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgRqRqZ2dN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgRqRqZ2dN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgRqRqZ2dN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgRqRqZ2dN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgRqRqZ2dN .navbar {
    height: 70px;
  }
  .cid-vgRqRqZ2dN .navbar.opened {
    height: auto;
  }
  .cid-vgRqRqZ2dN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgRqRqZ2dN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgRqRqZ2dN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgRqRqZ2dN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgRqRqZ2dN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vgRqRqZ2dN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgRqRqZ2dN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgRqRqZ2dN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgRqRqZ2dN .navbar-brand {
    margin-right: auto;
  }
  .cid-vgRqRqZ2dN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgRqRqZ2dN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgRqRqZ2dN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgRqRqZ2dN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgRqRqZ2dN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgRqRqZ2dN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgRqRqZ2dN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vgRqRqZ2dN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgRqRqZ2dN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgRqRqZ2dN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgRqRqZ2dN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgRqRrg790 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vgRqRrg790 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vgRqRrg790 {
    align-items: center;
  }
  .cid-vgRqRrg790 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgRqRrg790 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgRqRrg790 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgRqRrg790 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgRqRrg790 .content-wrap {
    width: 100%;
  }
}
.cid-vgRqRrg790 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vgRqRrg790 .mbr-text,
.cid-vgRqRrg790 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vgRqRruTt9 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRqRruTt9 .mbr-text {
  color: #b44f79;
}
.cid-vgRqRruTt9 .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vgRqRruTt9 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRsEijsOk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRsEijsOk .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRsEijsOk .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRsEijsOk .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRsRfwIUd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRsRfwIUd .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRsRfwIUd .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRsRfwIUd .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRt0zoC0H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRt0zoC0H .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRt0zoC0H .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRt0zoC0H .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRteCw87u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRteCw87u .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRteCw87u .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRteCw87u .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRtu3ghqw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRtu3ghqw .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRtu3ghqw .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRtu3ghqw .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRqRrJ5Md {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vgRqRrJ5Md {
    align-items: center;
  }
  .cid-vgRqRrJ5Md .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgRqRrJ5Md .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgRqRrJ5Md {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgRqRrJ5Md .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgRqRrJ5Md .content-wrap {
    width: 100%;
  }
}
.cid-vgRqRrJ5Md .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vgRqRrJ5Md .mbr-text,
.cid-vgRqRrJ5Md .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vgRtJj90qy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRtJj90qy .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRtJj90qy .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vgRtJj90qy .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRu9zph8j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRu9zph8j .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRu9zph8j .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRu9zph8j .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRtGEmOZy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRtGEmOZy .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRtGEmOZy .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRtGEmOZy .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRtOrTglA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRtOrTglA .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRtOrTglA .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRtOrTglA .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRun3dxKn {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vgRun3dxKn {
    align-items: center;
  }
  .cid-vgRun3dxKn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgRun3dxKn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgRun3dxKn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgRun3dxKn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgRun3dxKn .content-wrap {
    width: 100%;
  }
}
.cid-vgRun3dxKn .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vgRun3dxKn .mbr-text,
.cid-vgRun3dxKn .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vgRuCxrDZF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRuCxrDZF .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRuCxrDZF .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRuCxrDZF .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRqRskqWa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vgRqRskqWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRqRskqWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRqRskqWa .img-wrapper {
  text-align: center;
}
.cid-vgRqRskqWa img {
  margin: auto;
  width: 200px;
}
.cid-vgRqRskqWa .row {
  align-items: flex-start;
}
.cid-vgRqRskqWa .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vgRqRskqWa .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vgRqRskqWa .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgRqRskqWa .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vgRqRskqWa .mbr-section-title,
.cid-vgRqRskqWa .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vgRqRskqWa .content-head {
  max-width: 800px;
}
.cid-vgRqRsAxrj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vgRqRsAxrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRqRsAxrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRqRsAxrj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vgRqRsAxrj .footer-col {
    flex-direction: column;
  }
}
.cid-vgRqRsAxrj .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgRqRsAxrj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgRqRsAxrj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgRqRsAxrj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgRqRsAxrj .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgRqRsAxrj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgRqRsAxrj .soc-item {
  margin: 8px;
}
.cid-vgRqRsAxrj .soc-item a:hover .mbr-iconfont,
.cid-vgRqRsAxrj .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vgRqRsAxrj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgRqRsAxrj .row {
    text-align: center;
  }
  .cid-vgRqRsAxrj .social-row {
    justify-content: center;
  }
}
.cid-vgRqRsAxrj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vgRqRsAxrj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgRqRsAxrj .list {
    margin-bottom: 0rem;
  }
}
.cid-vgRqRsAxrj .mbr-text {
  color: #bbbbbb;
}
.cid-vgRqRsAxrj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgRqRsAxrj .list,
.cid-vgRqRsAxrj .item-wrap {
  color: #ffffff;
}
.cid-vgRqRsAxrj .copyright {
  color: #ffffff;
}
.cid-vgRvo47tl2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgRvo47tl2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgRvo47tl2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgRvo47tl2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgRvo47tl2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgRvo47tl2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgRvo47tl2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgRvo47tl2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgRvo47tl2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgRvo47tl2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgRvo47tl2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgRvo47tl2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgRvo47tl2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgRvo47tl2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgRvo47tl2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgRvo47tl2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgRvo47tl2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgRvo47tl2 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgRvo47tl2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgRvo47tl2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgRvo47tl2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgRvo47tl2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgRvo47tl2 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgRvo47tl2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgRvo47tl2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgRvo47tl2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgRvo47tl2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vgRvo47tl2 .nav-item:focus,
.cid-vgRvo47tl2 .nav-link:focus {
  outline: none;
}
.cid-vgRvo47tl2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgRvo47tl2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgRvo47tl2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgRvo47tl2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgRvo47tl2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgRvo47tl2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgRvo47tl2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgRvo47tl2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgRvo47tl2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgRvo47tl2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgRvo47tl2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgRvo47tl2 .navbar.collapsed {
  justify-content: center;
}
.cid-vgRvo47tl2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgRvo47tl2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgRvo47tl2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgRvo47tl2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgRvo47tl2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgRvo47tl2 .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-vgRvo47tl2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgRvo47tl2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgRvo47tl2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgRvo47tl2 .navbar {
    min-height: 72px;
  }
  .cid-vgRvo47tl2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgRvo47tl2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgRvo47tl2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgRvo47tl2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgRvo47tl2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgRvo47tl2 .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-vgRvo47tl2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgRvo47tl2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgRvo47tl2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgRvo47tl2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgRvo47tl2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgRvo47tl2 .dropdown-item.active,
.cid-vgRvo47tl2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgRvo47tl2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgRvo47tl2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgRvo47tl2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgRvo47tl2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgRvo47tl2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgRvo47tl2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgRvo47tl2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgRvo47tl2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgRvo47tl2 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgRvo47tl2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgRvo47tl2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vgRvo47tl2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgRvo47tl2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgRvo47tl2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgRvo47tl2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgRvo47tl2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgRvo47tl2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgRvo47tl2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgRvo47tl2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgRvo47tl2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgRvo47tl2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgRvo47tl2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgRvo47tl2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgRvo47tl2 .navbar {
    height: 70px;
  }
  .cid-vgRvo47tl2 .navbar.opened {
    height: auto;
  }
  .cid-vgRvo47tl2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgRvo47tl2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgRvo47tl2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgRvo47tl2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgRvo47tl2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vgRvo47tl2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgRvo47tl2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgRvo47tl2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgRvo47tl2 .navbar-brand {
    margin-right: auto;
  }
  .cid-vgRvo47tl2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgRvo47tl2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgRvo47tl2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgRvo47tl2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgRvo47tl2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgRvo47tl2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgRvo47tl2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vgRvo47tl2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgRvo47tl2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgRvo47tl2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgRvo47tl2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgRvo4rG1x {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vgRvo4rG1x .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vgRvo4rG1x {
    align-items: center;
  }
  .cid-vgRvo4rG1x .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgRvo4rG1x .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgRvo4rG1x {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgRvo4rG1x .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgRvo4rG1x .content-wrap {
    width: 100%;
  }
}
.cid-vgRvo4rG1x .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vgRvo4rG1x .mbr-text,
.cid-vgRvo4rG1x .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vgRvo4LGZK {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRvo4LGZK .mbr-text {
  color: #b44f79;
}
.cid-vgRvo4LGZK .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vgRvo4LGZK .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRvW8ADyD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRvW8ADyD .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRvW8ADyD .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRvW8ADyD .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRw8qPk61 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRw8qPk61 .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRw8qPk61 .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRw8qPk61 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRweTkXDF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRweTkXDF .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRweTkXDF .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRweTkXDF .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRwlEIxfH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRwlEIxfH .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRwlEIxfH .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRwlEIxfH .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRwrJ38M6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRwrJ38M6 .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRwrJ38M6 .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRwrJ38M6 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRwB8UWXo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRwB8UWXo .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRwB8UWXo .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vgRwB8UWXo .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRwLAIQQZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRwLAIQQZ .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRwLAIQQZ .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRwLAIQQZ .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRwMdjPfC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRwMdjPfC .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRwMdjPfC .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRwMdjPfC .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRwT2Sl5N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRwT2Sl5N .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRwT2Sl5N .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRwT2Sl5N .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRvo4XTzK {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vgRvo4XTzK {
    align-items: center;
  }
  .cid-vgRvo4XTzK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgRvo4XTzK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgRvo4XTzK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgRvo4XTzK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgRvo4XTzK .content-wrap {
    width: 100%;
  }
}
.cid-vgRvo4XTzK .mbr-section-title {
  text-align: center;
  color: #b44f79;
}
.cid-vgRvo4XTzK .mbr-text,
.cid-vgRvo4XTzK .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vgRvo59Rzh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgRvo59Rzh .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRvo59Rzh .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vgRvo59Rzh .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRvo5lPyr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRvo5lPyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRvo5lPyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRvo5lPyr .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-vgRvo5lPyr .card-title,
.cid-vgRvo5lPyr .iconfont-wrapper {
  color: #232323;
}
.cid-vgRvo5lPyr .card-text {
  color: #232323;
}
.cid-vgRvo5lPyr .mbr-section-title {
  color: #232323;
}
.cid-vgRvo5lPyr .mbr-section-subtitle {
  color: #232323;
}
.cid-vgRvo5lPyr .content-head {
  max-width: 800px;
}
.cid-vgRvo5MXl4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vgRvo5MXl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRvo5MXl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRvo5MXl4 .img-wrapper {
  text-align: center;
}
.cid-vgRvo5MXl4 img {
  margin: auto;
  width: 200px;
}
.cid-vgRvo5MXl4 .row {
  align-items: flex-start;
}
.cid-vgRvo5MXl4 .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vgRvo5MXl4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vgRvo5MXl4 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgRvo5MXl4 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vgRvo5MXl4 .mbr-section-title,
.cid-vgRvo5MXl4 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vgRvo5MXl4 .content-head {
  max-width: 800px;
}
.cid-vgRvo69bGY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vgRvo69bGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRvo69bGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRvo69bGY .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vgRvo69bGY .footer-col {
    flex-direction: column;
  }
}
.cid-vgRvo69bGY .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgRvo69bGY .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgRvo69bGY .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgRvo69bGY .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgRvo69bGY .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgRvo69bGY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgRvo69bGY .soc-item {
  margin: 8px;
}
.cid-vgRvo69bGY .soc-item a:hover .mbr-iconfont,
.cid-vgRvo69bGY .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vgRvo69bGY .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgRvo69bGY .row {
    text-align: center;
  }
  .cid-vgRvo69bGY .social-row {
    justify-content: center;
  }
}
.cid-vgRvo69bGY .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vgRvo69bGY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgRvo69bGY .list {
    margin-bottom: 0rem;
  }
}
.cid-vgRvo69bGY .mbr-text {
  color: #bbbbbb;
}
.cid-vgRvo69bGY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgRvo69bGY .list,
.cid-vgRvo69bGY .item-wrap {
  color: #ffffff;
}
.cid-vgRvo69bGY .copyright {
  color: #ffffff;
}
.cid-vgRxsWO82B {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgRxsWO82B .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgRxsWO82B .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgRxsWO82B .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgRxsWO82B .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgRxsWO82B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgRxsWO82B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgRxsWO82B .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgRxsWO82B .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgRxsWO82B .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgRxsWO82B .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgRxsWO82B .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgRxsWO82B .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgRxsWO82B .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgRxsWO82B .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgRxsWO82B .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgRxsWO82B .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgRxsWO82B .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgRxsWO82B .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgRxsWO82B .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgRxsWO82B .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgRxsWO82B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgRxsWO82B .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgRxsWO82B .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgRxsWO82B .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgRxsWO82B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgRxsWO82B .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vgRxsWO82B .nav-item:focus,
.cid-vgRxsWO82B .nav-link:focus {
  outline: none;
}
.cid-vgRxsWO82B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgRxsWO82B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgRxsWO82B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgRxsWO82B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgRxsWO82B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgRxsWO82B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgRxsWO82B .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgRxsWO82B .navbar.opened {
  transition: all 0.3s;
}
.cid-vgRxsWO82B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgRxsWO82B .navbar .navbar-logo img {
  width: auto;
}
.cid-vgRxsWO82B .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgRxsWO82B .navbar.collapsed {
  justify-content: center;
}
.cid-vgRxsWO82B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgRxsWO82B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgRxsWO82B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgRxsWO82B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgRxsWO82B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgRxsWO82B .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-vgRxsWO82B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgRxsWO82B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgRxsWO82B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgRxsWO82B .navbar {
    min-height: 72px;
  }
  .cid-vgRxsWO82B .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgRxsWO82B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgRxsWO82B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgRxsWO82B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgRxsWO82B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgRxsWO82B .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-vgRxsWO82B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgRxsWO82B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgRxsWO82B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgRxsWO82B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgRxsWO82B .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgRxsWO82B .dropdown-item.active,
.cid-vgRxsWO82B .dropdown-item:active {
  background-color: transparent;
}
.cid-vgRxsWO82B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgRxsWO82B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgRxsWO82B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgRxsWO82B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgRxsWO82B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgRxsWO82B .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgRxsWO82B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgRxsWO82B .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgRxsWO82B .navbar-buttons {
    text-align: left;
  }
}
.cid-vgRxsWO82B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgRxsWO82B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b44f79;
}
.cid-vgRxsWO82B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgRxsWO82B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgRxsWO82B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgRxsWO82B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgRxsWO82B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgRxsWO82B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgRxsWO82B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgRxsWO82B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgRxsWO82B .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgRxsWO82B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgRxsWO82B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgRxsWO82B .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgRxsWO82B .navbar {
    height: 70px;
  }
  .cid-vgRxsWO82B .navbar.opened {
    height: auto;
  }
  .cid-vgRxsWO82B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgRxsWO82B .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgRxsWO82B .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgRxsWO82B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgRxsWO82B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vgRxsWO82B .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgRxsWO82B .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgRxsWO82B .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgRxsWO82B .navbar-brand {
    margin-right: auto;
  }
  .cid-vgRxsWO82B .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgRxsWO82B .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgRxsWO82B .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgRxsWO82B .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgRxsWO82B .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgRxsWO82B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgRxsWO82B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vgRxsWO82B .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgRxsWO82B .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgRxsWO82B .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgRxsWO82B .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgRxsXbUfK {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vgRxsXbUfK .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vgRxsXbUfK {
    align-items: center;
  }
  .cid-vgRxsXbUfK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgRxsXbUfK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgRxsXbUfK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgRxsXbUfK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgRxsXbUfK .content-wrap {
    width: 100%;
  }
}
.cid-vgRxsXbUfK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vgRxsXbUfK .mbr-text,
.cid-vgRxsXbUfK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vgRxsXy1HP {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgRxsXy1HP .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsXy1HP .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsXy1HP .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRxsXy1HP .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vgRxsXKqKG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgRxsXKqKG .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsXKqKG .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsXKqKG .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRxsXYEUt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgRxsXYEUt .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsXYEUt .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsXYEUt .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsYavQK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgRxsYavQK .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsYavQK .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsYavQK .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsYpuvz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgRxsYpuvz .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsYpuvz .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsYpuvz .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsYDswl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgRxsYDswl .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsYDswl .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsYDswl .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsYQoTQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgRxsYQoTQ .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsYQoTQ .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsYQoTQ .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRyy3HsOG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgRyy3HsOG .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRyy3HsOG .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRyy3HsOG .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRyIaPsl8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgRyIaPsl8 .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRyIaPsl8 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRyIaPsl8 .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRyQIMrtu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRyQIMrtu .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRyQIMrtu .mbr-section-subtitle {
  color: #b44f79;
  text-align: center;
}
.cid-vgRyQIMrtu .mbr-section-title {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRyZMkIIq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRyZMkIIq .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRyZMkIIq .mbr-section-subtitle {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRyZMkIIq .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRz4jB7rP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRz4jB7rP .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRz4jB7rP .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRz4jB7rP .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRz6l3k2P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgRz6l3k2P .mbr-text {
  color: #b44f79;
  text-align: left;
}
.cid-vgRz6l3k2P .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRz6l3k2P .mbr-section-title {
  color: #b44f79;
  text-align: left;
}
.cid-vgRzqXof8a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgRzqXof8a .item:focus,
.cid-vgRzqXof8a span:focus {
  outline: none;
}
.cid-vgRzqXof8a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgRzqXof8a .item {
    margin-bottom: 1rem;
  }
}
.cid-vgRzqXof8a .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgRzqXof8a .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgRzqXof8a .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vgRzqXof8a .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vgRzqXof8a .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vgRzqXof8a .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgRzqXof8a .mbr-text,
.cid-vgRzqXof8a .item .mbr-section-btn {
  text-align: center;
}
.cid-vgRzqXof8a .content-head {
  max-width: 800px;
}
.cid-vgRzqXof8a .mbr-number {
  color: #9fe870;
}
.cid-vgRzqXof8a .mbr-section-subtitle,
.cid-vgRzqXof8a .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-vgRzqXof8a .mbr-text {
  text-align: left;
}
.cid-vgRzqXof8a .mbr-text,
.cid-vgRzqXof8a .mbr-card-btn {
  text-align: left;
}
.cid-vgRzqXof8a .mbr-text,
.cid-vgRzqXof8a .mbr-section-btn {
  text-align: left;
}
.cid-vgRzqXof8a .mbr-text,
.cid-vgRzqXof8a .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vgRzqXof8a .card-text,
.cid-vgRzqXof8a .item .mbr-section-btn {
  text-align: center;
  color: #b44f79;
}
.cid-vgRzqXof8a .card-title {
  text-align: center;
  color: #b44f79;
}
.cid-vgRxsZi6X0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgRxsZi6X0 .mbr-text {
  color: #b44f79;
  text-align: justify;
}
.cid-vgRxsZi6X0 .mbr-section-subtitle {
  color: #b44f79;
  text-align: left;
}
.cid-vgRxsZi6X0 .mbr-section-title {
  color: #b44f79;
  text-align: center;
}
.cid-vgRxsZJ4wK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vgRxsZJ4wK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRxsZJ4wK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRxsZJ4wK .img-wrapper {
  text-align: center;
}
.cid-vgRxsZJ4wK img {
  margin: auto;
  width: 200px;
}
.cid-vgRxsZJ4wK .row {
  align-items: flex-start;
}
.cid-vgRxsZJ4wK .item-wrapper {
  margin-bottom: 2rem;
  background: #b44f79;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vgRxsZJ4wK .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vgRxsZJ4wK .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgRxsZJ4wK .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vgRxsZJ4wK .mbr-section-title,
.cid-vgRxsZJ4wK .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vgRxsZJ4wK .content-head {
  max-width: 800px;
}
.cid-vgRxt01nbZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b44f79;
}
.cid-vgRxt01nbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRxt01nbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRxt01nbZ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vgRxt01nbZ .footer-col {
    flex-direction: column;
  }
}
.cid-vgRxt01nbZ .row {
  background: #b44f79;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgRxt01nbZ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgRxt01nbZ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgRxt01nbZ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgRxt01nbZ .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgRxt01nbZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgRxt01nbZ .soc-item {
  margin: 8px;
}
.cid-vgRxt01nbZ .soc-item a:hover .mbr-iconfont,
.cid-vgRxt01nbZ .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vgRxt01nbZ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgRxt01nbZ .row {
    text-align: center;
  }
  .cid-vgRxt01nbZ .social-row {
    justify-content: center;
  }
}
.cid-vgRxt01nbZ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vgRxt01nbZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgRxt01nbZ .list {
    margin-bottom: 0rem;
  }
}
.cid-vgRxt01nbZ .mbr-text {
  color: #bbbbbb;
}
.cid-vgRxt01nbZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgRxt01nbZ .list,
.cid-vgRxt01nbZ .item-wrap {
  color: #ffffff;
}
.cid-vgRxt01nbZ .copyright {
  color: #ffffff;
}
