body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Shadows Into Light', handwriting;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 3.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f3703c !important;
}
.bg-success {
  background-color: #ffb18a !important;
}
.bg-info {
  background-color: #ff9966 !important;
}
.bg-warning {
  background-color: #f3703c !important;
}
.bg-danger {
  background-color: #f25111 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f3703c !important;
  border-color: #f3703c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #cc430d !important;
  border-color: #cc430d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cc430d !important;
  border-color: #cc430d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff7842 !important;
  border-color: #ff7842 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ea4300 !important;
  border-color: #ea4300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ea4300 !important;
  border-color: #ea4300 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f3703c !important;
  border-color: #f3703c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #cc430d !important;
  border-color: #cc430d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cc430d !important;
  border-color: #cc430d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f25111 !important;
  border-color: #f25111 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a33509 !important;
  border-color: #a33509 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a33509 !important;
  border-color: #a33509 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f3703c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cc430d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f3703c !important;
  border-color: #f3703c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7842;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ea4300 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7842 !important;
  border-color: #ff7842 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb18a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff7733 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f3703c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cc430d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3703c !important;
  border-color: #f3703c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f25111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a33509 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f25111 !important;
  border-color: #f25111 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f3703c !important;
}
.text-secondary {
  color: #ff7842 !important;
}
.text-success {
  color: #ffb18a !important;
}
.text-info {
  color: #ff9966 !important;
}
.text-warning {
  color: #f3703c !important;
}
.text-danger {
  color: #f25111 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bd3e0c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #db3f00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff6d24 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ff5500 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bd3e0c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #953008 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f3703c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff9966;
}
.alert-warning {
  background-color: #f3703c;
}
.alert-danger {
  background-color: #f25111;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f3703c;
  border-color: #f3703c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f3703c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffdfc;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdfc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdded2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #f3703c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f3703c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f3703c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f3703c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f3703c;
  border-bottom-color: #f3703c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f3703c !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: #ff7842 !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='%23f3703c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-v1jsNyL393 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1jsNyL393 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-v1jsNyL393 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v1jsNyL393 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v1jsNyL393 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jsNyL393 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jsNyL393 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v1jsNyL393 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v1jsNyL393 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v1jsNyL393 .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-v1jsNyL393 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1jsNyL393 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1jsNyL393 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #f7efdf;
  border-radius: 4px !important;
}
.cid-v1jsNyL393 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1jsNyL393 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 5px !important;
}
.cid-v1jsNyL393 .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
  text-shadow: 0 5px 0 #000000;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-v1jsNyL393 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1jsNyL393 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1jsNyL393 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v1jsNyL393 .container,
.cid-v1jsNyL393 .container-fluid {
  display: flex;
  height: 105px;
  padding: .5rem 16px .5rem 16px;
  flex-wrap: nowrap;
  background: rgba(247, 239, 223, 0) !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: #f7efdf;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .container,
  .cid-v1jsNyL393 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v1jsNyL393 .container,
  .cid-v1jsNyL393 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1jsNyL393 .iconfont-wrapper {
  color: #fffaf0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1jsNyL393 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v1jsNyL393 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-v1jsNyL393 .nav-item:focus,
.cid-v1jsNyL393 .nav-link:focus {
  outline: none;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1jsNyL393 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jsNyL393 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1jsNyL393 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1jsNyL393 .navbar .navbar-logo img {
  width: auto;
}
.cid-v1jsNyL393 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v1jsNyL393 .navbar.collapsed {
  justify-content: center;
}
.cid-v1jsNyL393 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jsNyL393 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1jsNyL393 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jsNyL393 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jsNyL393 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1jsNyL393 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1jsNyL393 .navbar {
    min-height: 72px;
  }
  .cid-v1jsNyL393 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1jsNyL393 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jsNyL393 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jsNyL393 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jsNyL393 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jsNyL393 .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-v1jsNyL393 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jsNyL393 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1jsNyL393 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1jsNyL393 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1jsNyL393 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1jsNyL393 .dropdown-item.active,
.cid-v1jsNyL393 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jsNyL393 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jsNyL393 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jsNyL393 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jsNyL393 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1jsNyL393 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v1jsNyL393 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1jsNyL393 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1jsNyL393 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-buttons {
    text-align: left;
  }
}
.cid-v1jsNyL393 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a001d;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jsNyL393 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1jsNyL393 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v1jsNyL393 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v1jsNyL393 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #3a001d;
  color: #fffaf0;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jsNyL393 .navbar {
    height: 70px;
  }
  .cid-v1jsNyL393 .navbar.opened {
    height: auto;
  }
  .cid-v1jsNyL393 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1jsNyL393 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1jsNyL393 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v1jsNyL393 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v1jsNyL393 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1jsNyL393 .navbar-brand {
    margin-right: auto;
  }
  .cid-v1jsNyL393 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7efdf;
    opacity: 1;
    border-color: rgba(247, 239, 223, 0) !important;
    background: rgba(247, 239, 223, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v1jsNyL393 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1jsNyL393 .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-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1jsNyL393 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v1jsNyL393 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1jsNyL393 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1jsNyL393 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .content-wrap {
    display: block;
  }
}
.cid-uOurCRrssy {
  background-image: url("../../../assets/images/590f685a98b187b7b9a76c33911af6dc.jpg-702x1104.jpg");
}
.cid-uOurCRrssy h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uOurCRrssy span {
  background-image: url("../../../assets/images/morden-orange-color-abstract-background-with-wave-orange-background-use-for-business-corporate-institution-poster-template-party-festive-seminar-illustration-free-vector.jpg-1920x960.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uOurCRrssy .mbr-section-title {
  color: #ffffff;
}
.cid-uOurCRrssy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOurCRrssy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO28HU2KQB {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uO28HU2KQB svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-uO28HU2KQB .mbr-text,
.cid-uO28HU2KQB .mbr-section-btn {
  color: #716c80;
}
.cid-uO28HU2KQB #e12_areaS3 {
  fill: #f3703c !important;
}
.cid-uO28HU2KQB #e19_areaS3 {
  fill: #ffffff !important;
}
.cid-uO28HU2KQB H1 {
  color: #f3703c;
}
.cid-uO28HU2KQB img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uO28HU2KQB .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uO28HU2KQB .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-uO28HU2KQB img {
    width: 100%;
  }
}
.cid-uO28HU2KQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO28HU2KQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuXp6IVpw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOuXp6IVpw .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #f3703c none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uOuXp6IVpw .photo-split {
  position: relative;
}
.cid-uOuXp6IVpw .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uOuXp6IVpw .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #f3703c;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uOuXp6IVpw .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #f3703c;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uOuXp6IVpw .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uOuXp6IVpw .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #f3703c;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uOuXp6IVpw .wrap-block {
  padding: 3rem 3rem;
}
.cid-uOuXp6IVpw .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uOuXp6IVpw .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uOuXp6IVpw .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uOuXp6IVpw .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uOuXp6IVpw .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uOuXp6IVpw .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uOuXp6IVpw .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uOuXp6IVpw .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uOuXp6IVpw .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uOuXp6IVpw .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uOuXp6IVpw .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #f3703c;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uOuXp6IVpw .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uOuXp6IVpw .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uOuXp6IVpw .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uOuXp6IVpw .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uOuXp6IVpw .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uOuXp6IVpw .photo-split .element-outer,
  .cid-uOuXp6IVpw .photo-split .element-outer2 {
    display: none;
  }
  .cid-uOuXp6IVpw .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uOuXp6IVpw .mbr-section-title,
  .cid-uOuXp6IVpw .mbr-section-subtitle,
  .cid-uOuXp6IVpw .mbr-text {
    text-align: left !important;
  }
  .cid-uOuXp6IVpw .social-list {
    text-align: left !important;
  }
}
.cid-uOuXp6IVpw .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uOuXp6IVpw .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uOuXp6IVpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuXp6IVpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuXp6IVpw .wrap-block .contents h4,
.cid-uOuXp6IVpw .menu-content-right {
  color: #000000;
}
.cid-uOuXp6IVpw .wrap-block .contents h3,
.cid-uOuXp6IVpw .menu-content-right {
  color: #f37645;
}
.cid-uOuXp6IVpw .wrap-block .contents .mbr-section-title,
.cid-uOuXp6IVpw .menu-content-right {
  color: #f3703c;
}
.cid-u2pAfDlzef {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2pAfDlzef .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2pAfDlzef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2pAfDlzef .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u2pAfDlzef .container {
    padding: 10px 8px;
  }
}
.cid-u2pAfDlzef .row {
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: inset 0 0 5rem #f3703c;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u2pAfDlzef .row {
    padding: 50px 10px;
  }
}
.cid-u2pAfDlzef .row .card {
  padding: 0;
}
.cid-u2pAfDlzef .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u2pAfDlzef .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-u2pAfDlzef .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-u2pAfDlzef .mbr-section-title span {
  opacity: .5;
}
.cid-uDt0uJWyf4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uDt0uJWyf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDt0uJWyf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDt0uJWyf4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDt0uJWyf4 .container {
    padding: 0 15px;
  }
}
.cid-uDt0uJWyf4 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDt0uJWyf4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDt0uJWyf4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDt0uJWyf4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uDt0uJWyf4 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uDt0uJWyf4 .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uDt0uJWyf4 .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uDt0uJWyf4 .items-wrapper .item:hover .item-wrapper::before,
.cid-uDt0uJWyf4 .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #ffffff;
  border: 1px solid #111111;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #ffffff -20%, #f3703c 50%, #f37645 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #f3703c;
}
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-uDt0uJWyf4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uDt0uJWyf4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDt0uJWyf4 .item-title {
  color: #f2ac2b;
}
.cid-uDt0uJWyf4 .item-text {
  color: #ffffff;
}
.cid-uDt0uJWyf4 .item-title,
.cid-uDt0uJWyf4 .icon-wrapper,
.cid-uDt0uJWyf4 .mbr-section-btn {
  color: #000000;
}
.cid-uuVbW6vkLN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uuVbW6vkLN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuVbW6vkLN .row {
    flex-direction: column-reverse;
  }
  .cid-uuVbW6vkLN .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uuVbW6vkLN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuVbW6vkLN .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uuVbW6vkLN .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uuVbW6vkLN .card-title {
  color: #f37645;
}
.cid-uuVbW6vkLN .mbr-text,
.cid-uuVbW6vkLN .mbr-section-btn {
  color: #000000;
}
.cid-uuVbW6vkLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuVbW6vkLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuVe3p0mDB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-uuVe3p0mDB .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-uuVe3p0mDB .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-uuVe3p0mDB .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-uuVe3p0mDB .shape {
    max-width: 80px;
  }
}
.cid-uuVe3p0mDB .mbr-text {
  color: #000000;
}
.cid-u2jR28x0z0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2jR28x0z0 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-u2jR28x0z0 span {
  background-image: url("../../../assets/images/morden-orange-color-abstract-background-with-wave-orange-background-use-for-business-corporate-institution-poster-template-party-festive-seminar-illustration-free-vector.jpg-1920x960.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-u2jR28x0z0 .mbr-section-title {
  color: #47b5ed;
}
.cid-u2jPBHngJC {
  overflow: hidden !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #ffffff 30%, #ffffff 100%);
}
.cid-u2jPBHngJC .animated-element {
  color: #ff7842;
}
.cid-u2jPBHngJC .img-block {
  -webkit-align-self: center;
  align-self: center -5px;
}
.cid-u2jPBHngJC .mbr-section-subtitle {
  color: #f37645;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u2jPBHngJC .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u2jPBHngJC .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-u2jPBHngJC {
    background: #ffffff;
  }
  .cid-u2jPBHngJC .img-block {
    padding-bottom: 2rem;
  }
}
.cid-u2jPBHngJC .mbr-section-title {
  color: #000000;
}
.cid-u2jPBHngJC .mbr-text,
.cid-u2jPBHngJC .mbr-section-btn {
  color: #000000;
}
.cid-u2jRmygBnp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2jRmygBnp h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-u2jRmygBnp span {
  background-image: url("../../../assets/images/morden-orange-color-abstract-background-with-wave-orange-background-use-for-business-corporate-institution-poster-template-party-festive-seminar-illustration-free-vector.jpg-1920x960.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-u2jRmygBnp .mbr-section-title {
  color: #47b5ed;
}
.cid-uO2J9oluKj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uO2J9oluKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO2J9oluKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uO2J9oluKj .container {
    padding: 0 26px;
  }
}
.cid-uO2J9oluKj .row {
  justify-content: center;
}
.cid-uO2J9oluKj .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uO2J9oluKj .item {
    padding: 0 12px;
  }
}
.cid-uO2J9oluKj .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
  border: 1px solid #f3703c;
  padding: 20px;
}
.cid-uO2J9oluKj .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uO2J9oluKj .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-uO2J9oluKj .item-title {
  color: #000000;
  text-align: center;
}
.cid-uO2J9oluKj .mbr-desc {
  color: #cacaca;
  text-align: center;
}
.cid-v2Dd8mI6qL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2Dd8mI6qL h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-v2Dd8mI6qL span {
  background-image: url("../../../assets/images/morden-orange-color-abstract-background-with-wave-orange-background-use-for-business-corporate-institution-poster-template-party-festive-seminar-illustration-free-vector.jpg-1920x960.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-v2Dd8mI6qL .mbr-section-title {
  color: #47b5ed;
}
.cid-v2DdoMzT7M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2DdoMzT7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2DdoMzT7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v2DdoMzT7M .container {
    padding: 0 26px;
  }
}
.cid-v2DdoMzT7M .row {
  justify-content: center;
}
.cid-v2DdoMzT7M .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2DdoMzT7M .item {
    padding: 0 12px;
  }
}
.cid-v2DdoMzT7M .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
  border: 1px solid #f3703c;
  padding: 20px;
}
.cid-v2DdoMzT7M .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v2DdoMzT7M .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-v2DdoMzT7M .item-title {
  color: #000000;
  text-align: center;
}
.cid-v2DdoMzT7M .mbr-desc {
  color: #cacaca;
  text-align: center;
}
.cid-v2DdFZCOae {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2DdFZCOae .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2DdFZCOae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v2DdFZCOae .container {
    padding: 0 26px;
  }
}
.cid-v2DdFZCOae .row {
  justify-content: center;
}
.cid-v2DdFZCOae .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2DdFZCOae .item {
    padding: 0 12px;
  }
}
.cid-v2DdFZCOae .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
  border: 1px solid #f3703c;
  padding: 20px;
}
.cid-v2DdFZCOae .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v2DdFZCOae .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-v2DdFZCOae .item-title {
  color: #000000;
  text-align: center;
}
.cid-v2DdFZCOae .mbr-desc {
  color: #cacaca;
  text-align: center;
}
.cid-u2RPdDx12H {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2RPdDx12H h3 {
  position: relative;
}
.cid-u2RPdDx12H h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -130px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u2RPdDx12H .mbr-iconfont {
  margin-top: 160px;
  display: block;
  font-size: 3rem;
  color: #f3703c;
}
.cid-u2RPdDx12H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RPdDx12H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2RPdDx12H H3 {
  color: #f3703c;
}
.cid-uO2gu997KI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uO2gu997KI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO2gu997KI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO2gu997KI .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uO2gu997KI .mbr-section-title {
  color: #FF014E;
}
.cid-uO2gu997KI .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uO2gu997KI .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uO2gu997KI .card-row {
  align-items: stretch;
}
.cid-uO2gu997KI .card {
  margin-top: 40px;
}
.cid-uO2gu997KI .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #f3703c, #ffffff);
  box-shadow: 10px 10px 19px #f3703c, -10px -10px 19px #bbbbbb;
}
@media (max-width: 1199px) {
  .cid-uO2gu997KI .card-wrapper {
    padding: 35px;
  }
}
.cid-uO2gu997KI .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uO2gu997KI .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-uO2gu997KI .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-uO2gu997KI .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #f3aa78, #ffffff);
  opacity: 0;
  transition: .5s all;
}
.cid-uO2gu997KI .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uO2gu997KI .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-uO2gu997KI .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
}
.cid-uO2gu997KI .card-1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uO2gu997KI .card-2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uO2gu997KI .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-uO2gu997KI .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-uO2gu997KI .card-info {
  color: #C4CFDE;
  margin-top: 12px;
  margin-bottom: 10px;
}
.cid-uO2gu997KI .card-text,
.cid-uO2gu997KI .mbr-section-btn {
  color: #000000;
}
.cid-u0Z5Ziq66q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u0Z5Ziq66q h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-u0Z5Ziq66q span {
  background-image: url("../../../assets/images/morden-orange-color-abstract-background-with-wave-orange-background-use-for-business-corporate-institution-poster-template-party-festive-seminar-illustration-free-vector.jpg-1920x960.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-u0Z5Ziq66q .mbr-section-title {
  color: #47b5ed;
}
.cid-uOuMUOueE6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-uOuMUOueE6 .carousel-control {
  background: #000;
}
.cid-uOuMUOueE6 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uOuMUOueE6 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOuMUOueE6 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uOuMUOueE6 .carousel-item .wrap-img {
  text-align: center;
}
.cid-uOuMUOueE6 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uOuMUOueE6 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOuMUOueE6 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uOuMUOueE6 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uOuMUOueE6 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uOuMUOueE6 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uOuMUOueE6 .cloneditem-1,
.cid-uOuMUOueE6 .cloneditem-2,
.cid-uOuMUOueE6 .cloneditem-3,
.cid-uOuMUOueE6 .cloneditem-4,
.cid-uOuMUOueE6 .cloneditem-5 {
  display: none;
}
.cid-uOuMUOueE6 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOuMUOueE6 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uOuMUOueE6 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uOuMUOueE6 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uOuMUOueE6 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uOuMUOueE6 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOuMUOueE6 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides2 .cloneditem-1,
  .cid-uOuMUOueE6 .carousel-inner.slides2 .cloneditem-2,
  .cid-uOuMUOueE6 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uOuMUOueE6 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uOuMUOueE6 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uOuMUOueE6 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uOuMUOueE6 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOuMUOueE6 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides3 .cloneditem-1,
  .cid-uOuMUOueE6 .carousel-inner.slides3 .cloneditem-2,
  .cid-uOuMUOueE6 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uOuMUOueE6 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uOuMUOueE6 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uOuMUOueE6 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uOuMUOueE6 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOuMUOueE6 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides4 .cloneditem-1,
  .cid-uOuMUOueE6 .carousel-inner.slides4 .cloneditem-2,
  .cid-uOuMUOueE6 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uOuMUOueE6 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uOuMUOueE6 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uOuMUOueE6 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uOuMUOueE6 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOuMUOueE6 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides5 .cloneditem-1,
  .cid-uOuMUOueE6 .carousel-inner.slides5 .cloneditem-2,
  .cid-uOuMUOueE6 .carousel-inner.slides5 .cloneditem-3,
  .cid-uOuMUOueE6 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uOuMUOueE6 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uOuMUOueE6 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uOuMUOueE6 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uOuMUOueE6 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOuMUOueE6 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOuMUOueE6 .carousel-inner.slides6 .cloneditem-1,
  .cid-uOuMUOueE6 .carousel-inner.slides6 .cloneditem-2,
  .cid-uOuMUOueE6 .carousel-inner.slides6 .cloneditem-3,
  .cid-uOuMUOueE6 .carousel-inner.slides6 .cloneditem-4,
  .cid-uOuMUOueE6 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uOuMUOueE6 H2 {
  color: #ffffff;
}
.cid-u2jYCmi2N8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2jYCmi2N8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u2jYCmi2N8 .wrapper {
  max-width: 350px;
}
.cid-u2jYCmi2N8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35%;
  background-color: white;
  margin-top: 16px;
  margin-right: 0.5rem;
  margin-bottom: 0rem;
  padding: 1.7rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u2jYCmi2N8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u2jYCmi2N8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2jYCmi2N8 .list {
    margin-bottom: 0rem;
  }
}
.cid-u2jYCmi2N8 .mbr-text {
  color: #ffffff;
}
.cid-u2jYCmi2N8 .mbr-iconfont {
  color: black;
}
.cid-u2jYCmi2N8 img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-u2jYCmi2N8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u2jYCmi2N8 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #f3703c;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all .5s;
  display: block;
  cursor: pointer;
}
.cid-u2jYCmi2N8 .social-list .soc-item {
  margin-right: 1rem;
  background-color: #ff9966;
}
.cid-u2jYCmi2N8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2jYCmi2N8 .item-wrap {
  margin-bottom: 16px;
}
.cid-u2jYCmi2N8 .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2jYCmi2N8 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u2jYCmi2N8 .text {
  color: #000000;
  display: inline;
}
.cid-u2jYCmi2N8 a {
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .cid-u2jYCmi2N8 img {
    display: inline;
  }
  .cid-u2jYCmi2N8 .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-u2jYCmi2N8 .b:nth-child(4) {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u2jYCmi2N8 .row {
    text-align: center;
  }
}
.cid-u2jYCmi2N8 .text1 {
  color: #ffffff;
}
.cid-u2jYCmi2N8 .s2 {
  flex-direction: row-reverse;
}
.cid-u2jYCmi2N8 .s2 .soc-item {
  margin-left: 1rem;
  margin-right: 0rem;
  transition: all .5s;
}
.cid-u2jYCmi2N8 .s1 {
  flex-direction: row-reverse;
}
.cid-u2jYCmi2N8 .mbr-iconfont-1 {
  font-size: 44px;
  color: #f3703c;
}
.cid-u2jYCmi2N8 .soc-item:hover {
  background-color: #f3703c;
}
.cid-u2jYCmi2N8 .soc-item:hover .mbr-iconfont-social {
  color: #ff9966 !important;
}
.cid-u2jYCmi2N8 .line {
  margin: auto;
  height: 1px;
  width: 99%;
  background-color: #ADADAD;
}
.cid-u2jYCmi2N8 .l1 {
  margin-bottom: 90px;
}
.cid-u2jYCmi2N8 .l2 {
  margin-top: 100px;
}
.cid-u2jYFE4tjn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u2jYFE4tjn .mbr-text {
  color: #ffffff;
}
.cid-u2jYFE4tjn .media-container-row .mbr-text {
  color: #000000;
}
.cid-v1jsNyL393 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1jsNyL393 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-v1jsNyL393 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v1jsNyL393 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v1jsNyL393 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jsNyL393 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jsNyL393 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v1jsNyL393 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v1jsNyL393 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v1jsNyL393 .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-v1jsNyL393 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1jsNyL393 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1jsNyL393 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #f7efdf;
  border-radius: 4px !important;
}
.cid-v1jsNyL393 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1jsNyL393 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 5px !important;
}
.cid-v1jsNyL393 .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
  text-shadow: 0 5px 0 #000000;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-v1jsNyL393 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1jsNyL393 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1jsNyL393 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v1jsNyL393 .container,
.cid-v1jsNyL393 .container-fluid {
  display: flex;
  height: 105px;
  padding: .5rem 16px .5rem 16px;
  flex-wrap: nowrap;
  background: rgba(247, 239, 223, 0) !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: #f7efdf;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .container,
  .cid-v1jsNyL393 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v1jsNyL393 .container,
  .cid-v1jsNyL393 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1jsNyL393 .iconfont-wrapper {
  color: #fffaf0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1jsNyL393 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v1jsNyL393 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-v1jsNyL393 .nav-item:focus,
.cid-v1jsNyL393 .nav-link:focus {
  outline: none;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1jsNyL393 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jsNyL393 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1jsNyL393 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1jsNyL393 .navbar .navbar-logo img {
  width: auto;
}
.cid-v1jsNyL393 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v1jsNyL393 .navbar.collapsed {
  justify-content: center;
}
.cid-v1jsNyL393 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jsNyL393 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1jsNyL393 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jsNyL393 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jsNyL393 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1jsNyL393 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1jsNyL393 .navbar {
    min-height: 72px;
  }
  .cid-v1jsNyL393 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1jsNyL393 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jsNyL393 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jsNyL393 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jsNyL393 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jsNyL393 .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-v1jsNyL393 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jsNyL393 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1jsNyL393 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1jsNyL393 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1jsNyL393 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1jsNyL393 .dropdown-item.active,
.cid-v1jsNyL393 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jsNyL393 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jsNyL393 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jsNyL393 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jsNyL393 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1jsNyL393 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v1jsNyL393 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1jsNyL393 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1jsNyL393 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-buttons {
    text-align: left;
  }
}
.cid-v1jsNyL393 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a001d;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jsNyL393 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1jsNyL393 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v1jsNyL393 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v1jsNyL393 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #3a001d;
  color: #fffaf0;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jsNyL393 .navbar {
    height: 70px;
  }
  .cid-v1jsNyL393 .navbar.opened {
    height: auto;
  }
  .cid-v1jsNyL393 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1jsNyL393 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1jsNyL393 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v1jsNyL393 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v1jsNyL393 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1jsNyL393 .navbar-brand {
    margin-right: auto;
  }
  .cid-v1jsNyL393 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7efdf;
    opacity: 1;
    border-color: rgba(247, 239, 223, 0) !important;
    background: rgba(247, 239, 223, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v1jsNyL393 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1jsNyL393 .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-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1jsNyL393 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v1jsNyL393 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1jsNyL393 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1jsNyL393 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .content-wrap {
    display: block;
  }
}
.cid-uDt8R3IgnB {
  background-image: url("../../../assets/images/f69e0da8609eb2ed2260fe142b4997c0.jpg-800x1200.jpg");
}
.cid-uDt8R3IgnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDt8R3IgnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDt8R3IgnB .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uDt8R3IgnB .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uDt8R3IgnB .container {
    padding: 0 26px;
  }
}
.cid-uDt8R3IgnB .title-wrapper {
  padding-top: 35%;
}
.cid-uDt8R3IgnB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uDt8R3IgnB .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-uDt8R3IgnB .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-uDt8R3IgnB .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-uDt8R3IgnB .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-uDt8R3IgnB .mbr-section-title {
  color: #ffffff;
}
.cid-uDt8R3IgnB .mbr-text {
  color: #ffffff;
}
.cid-uDt8R3IgnB .mbr-section-title,
.cid-uDt8R3IgnB .icon-wrapper,
.cid-uDt8R3IgnB .mbr-section-btn {
  text-align: center;
  color: #f37645;
}
.cid-u0YYMiQ79z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0YYMiQ79z .section-head {
  margin-bottom: 2rem;
}
.cid-u0YYMiQ79z .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-u0YYMiQ79z .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u0YYMiQ79z .row {
    text-align: center;
  }
}
.cid-u0YYMiQ79z .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u0YYMiQ79z .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u0YYMiQ79z .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u0YYMiQ79z .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u2M3UepKZo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2M3UepKZo h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-u2M3UepKZo span {
  background-image: url("../../../assets/images/morden-orange-color-abstract-background-with-wave-orange-background-use-for-business-corporate-institution-poster-template-party-festive-seminar-illustration-free-vector.jpg-1920x960.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-u2M3UepKZo .mbr-section-title {
  color: #47b5ed;
}
.cid-uOiCEQ3oPC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOiCEQ3oPC .row {
  position: relative;
}
.cid-uOiCEQ3oPC .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 34%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff7842 50%, #ffb5b5);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-uOiCEQ3oPC .row .blur-circle {
    display: none;
  }
}
.cid-uOiCEQ3oPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOiCEQ3oPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOiCEQ3oPC .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOiCEQ3oPC .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uOiCEQ3oPC .row {
    padding: 0 24px;
  }
}
.cid-uOiCEQ3oPC .row {
  justify-content: center;
}
.cid-uOiCEQ3oPC .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOiCEQ3oPC .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOiCEQ3oPC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uOiCEQ3oPC .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uOiCEQ3oPC .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-uOiCEQ3oPC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOiCEQ3oPC .card {
  position: relative;
  z-index: 1;
  padding: 64px;
  border-radius: 0;
}
.cid-uOiCEQ3oPC .card .mbr-card-title {
  margin-bottom: 30px;
}
.cid-uOiCEQ3oPC .card .mbr-card-text {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .cid-uOiCEQ3oPC .card {
    padding: 32px;
  }
}
.cid-uOiCEQ3oPC .card.first {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-bottom-right-radius: 16px;
}
.cid-uOiCEQ3oPC .card.last {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-top-left-radius: 16px;
}
.cid-uOiCEQ3oPC .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uOiCEQ3oPC .mbr-text {
  color: #111111;
  text-align: center;
}
.cid-uOiCEQ3oPC .mbr-card-title {
  color: #111111;
}
.cid-uOiCEQ3oPC .mbr-card-text {
  color: #000000;
}
.cid-uOiCEQ3oPC .mbr-card-title,
.cid-uOiCEQ3oPC .mbr-section-btn {
  color: #ff7842;
  text-align: center;
}
.cid-u2M7KSiLZR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f3aa78;
  background: linear-gradient(45deg, #f3aa78, #f25111);
}
.cid-u2M7KSiLZR .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #000000;
}
.cid-u2M7KSiLZR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2M7KSiLZR .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #ff7842;
}
.cid-u2M7KSiLZR .container-fluid {
  max-width: 1200px;
}
.cid-u2M7KSiLZR .btn .inner-dashed-border {
  stroke: #ff7842;
}
.cid-u2M7KSiLZR .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u2M7KSiLZR rect {
  position: absolute;
  width: 95%;
}
.cid-u2M7KSiLZR .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u2M7KSiLZR .svg-1 path {
  fill: #ffffff;
}
.cid-u2M7KSiLZR .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u2M7KSiLZR .svg-2 path {
  fill: #ffffff;
}
.cid-u2M7KSiLZR .svg1 {
  padding: 2px;
}
.cid-u2M7KSiLZR .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-u2M7KSiLZR {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cid-u2M7KSiLZR .container-fluid {
    padding: 0 1rem;
  }
}
.cid-u2M7KSiLZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2M7KSiLZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2M6mn1pTv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2M6mn1pTv h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-u2M6mn1pTv span {
  background-image: url("../../../assets/images/morden-orange-color-abstract-background-with-wave-orange-background-use-for-business-corporate-institution-poster-template-party-festive-seminar-illustration-free-vector.jpg-1920x960.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-u2M6mn1pTv .mbr-section-title {
  color: #47b5ed;
}
.cid-v1jzhG7zmi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1jzhG7zmi h2,
.cid-v1jzhG7zmi h3,
.cid-v1jzhG7zmi h4,
.cid-v1jzhG7zmi p {
  margin: 0;
}
.cid-v1jzhG7zmi .mbr-section-title {
  color: #000000;
}
.cid-v1jzhG7zmi .mbr-section-subtitle {
  color: #6b6b6b;
}
@media (max-width: 767px) {
  .cid-v1jzhG7zmi .heading {
    text-align: center;
  }
}
.cid-v1jzhG7zmi .image {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .cid-v1jzhG7zmi .image {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-v1jzhG7zmi .image {
    padding-top: 100px;
  }
}
.cid-v1jzhG7zmi .image img {
  width: 100%;
  object-fit: cover;
}
.cid-v1jzhG7zmi .progress-wrap {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-v1jzhG7zmi .progress-wrap {
    margin-bottom: -25px;
  }
}
.cid-v1jzhG7zmi .card {
  width: 151px;
  max-width: 151px;
  margin-right: 100px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-v1jzhG7zmi .card {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-v1jzhG7zmi .card .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 26px;
}
.cid-v1jzhG7zmi .card .circle-wrap svg .circle-active {
  stroke: #f25111;
}
.cid-v1jzhG7zmi .card .circle-wrap .circle-text {
  position: absolute;
}
.cid-v1jzhG7zmi .card-wrapper {
  justify-content: center;
}
.cid-v1jzhG7zmi .card-title {
  margin-bottom: 0.625rem;
}
.cid-v1jzhG7zmi .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 0 !important;
}
.cid-v1jzhG7zmi .card1 .circle-wrap .circle-text::before {
  content: "100";
}
.cid-v1jzhG7zmi .card2 .circle-wrap svg .circle-active {
  stroke-dashoffset: 0 !important;
}
.cid-v1jzhG7zmi .card2 .circle-wrap .circle-text::before {
  content: "100";
}
.cid-v1jzhG7zmi .card3 .circle-wrap svg .circle-active {
  stroke-dashoffset: 0 !important;
}
.cid-v1jzhG7zmi .card3 .circle-wrap .circle-text::before {
  content: "100";
}
.cid-v1jzhG7zmi .card4 .circle-wrap svg .circle-active {
  stroke-dashoffset: 0 !important;
}
.cid-v1jzhG7zmi .card4 .circle-wrap .circle-text::before {
  content: "100";
}
.cid-u2jYFE4tjn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u2jYFE4tjn .mbr-text {
  color: #ffffff;
}
.cid-u2jYFE4tjn .media-container-row .mbr-text {
  color: #000000;
}
.cid-v1jsNyL393 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1jsNyL393 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-v1jsNyL393 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v1jsNyL393 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v1jsNyL393 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jsNyL393 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jsNyL393 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v1jsNyL393 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v1jsNyL393 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v1jsNyL393 .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-v1jsNyL393 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1jsNyL393 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1jsNyL393 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #f7efdf;
  border-radius: 4px !important;
}
.cid-v1jsNyL393 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1jsNyL393 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 5px !important;
}
.cid-v1jsNyL393 .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
  text-shadow: 0 5px 0 #000000;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-v1jsNyL393 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1jsNyL393 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1jsNyL393 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v1jsNyL393 .container,
.cid-v1jsNyL393 .container-fluid {
  display: flex;
  height: 105px;
  padding: .5rem 16px .5rem 16px;
  flex-wrap: nowrap;
  background: rgba(247, 239, 223, 0) !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: #f7efdf;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .container,
  .cid-v1jsNyL393 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v1jsNyL393 .container,
  .cid-v1jsNyL393 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1jsNyL393 .iconfont-wrapper {
  color: #fffaf0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1jsNyL393 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v1jsNyL393 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-v1jsNyL393 .nav-item:focus,
.cid-v1jsNyL393 .nav-link:focus {
  outline: none;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1jsNyL393 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jsNyL393 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1jsNyL393 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1jsNyL393 .navbar .navbar-logo img {
  width: auto;
}
.cid-v1jsNyL393 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v1jsNyL393 .navbar.collapsed {
  justify-content: center;
}
.cid-v1jsNyL393 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jsNyL393 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1jsNyL393 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jsNyL393 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jsNyL393 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1jsNyL393 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1jsNyL393 .navbar {
    min-height: 72px;
  }
  .cid-v1jsNyL393 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1jsNyL393 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jsNyL393 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jsNyL393 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jsNyL393 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jsNyL393 .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-v1jsNyL393 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jsNyL393 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1jsNyL393 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1jsNyL393 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1jsNyL393 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1jsNyL393 .dropdown-item.active,
.cid-v1jsNyL393 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jsNyL393 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jsNyL393 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jsNyL393 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jsNyL393 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1jsNyL393 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v1jsNyL393 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1jsNyL393 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1jsNyL393 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-buttons {
    text-align: left;
  }
}
.cid-v1jsNyL393 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a001d;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jsNyL393 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1jsNyL393 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v1jsNyL393 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v1jsNyL393 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #3a001d;
  color: #fffaf0;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jsNyL393 .navbar {
    height: 70px;
  }
  .cid-v1jsNyL393 .navbar.opened {
    height: auto;
  }
  .cid-v1jsNyL393 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1jsNyL393 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1jsNyL393 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v1jsNyL393 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v1jsNyL393 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1jsNyL393 .navbar-brand {
    margin-right: auto;
  }
  .cid-v1jsNyL393 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7efdf;
    opacity: 1;
    border-color: rgba(247, 239, 223, 0) !important;
    background: rgba(247, 239, 223, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v1jsNyL393 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1jsNyL393 .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-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1jsNyL393 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v1jsNyL393 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1jsNyL393 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1jsNyL393 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .content-wrap {
    display: block;
  }
}
.cid-u2Mec3OWjg {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/015353c61f486b322f05358b4efaed63.jpg-563x677.jpg");
}
.cid-u2Mec3OWjg h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-u2Mec3OWjg span {
  background-image: url("../../../assets/images/morden-orange-color-abstract-background-with-wave-orange-background-use-for-business-corporate-institution-poster-template-party-festive-seminar-illustration-free-vector.jpg-1920x960.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-u2Mec3OWjg .mbr-section-title {
  color: #ffffff;
}
.cid-uuVjdNED1B {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uuVjdNED1B .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uuVjdNED1B input,
.cid-uuVjdNED1B textarea,
.cid-uuVjdNED1B .jqselect {
  font-weight: 300 !important;
}
.cid-uuVjdNED1B textarea {
  min-height: 200px !important;
}
.cid-uuVjdNED1B .map-col {
  border-radius: 50%;
  overflow: hidden;
  width: 35rem;
  height: 35rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uuVjdNED1B .map-col {
    margin-bottom: 4rem;
  }
}
.cid-uuVjdNED1B .google-map {
  height: 35rem;
  width: 35rem;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.cid-uuVjdNED1B .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uuVjdNED1B .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uuVjdNED1B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uuVjdNED1B .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uuVjdNED1B .map-col,
  .cid-uuVjdNED1B .google-map {
    height: 20rem;
    border-radius: 0;
    width: auto;
    padding: 0;
  }
}
.cid-uuVjdNED1B .jq-selectbox__select-text {
  color: #000000;
}
.cid-uuVjdNED1B .jq-selectbox li {
  background-color: #111111 !important;
  padding: 1.2em 1.4em !important;
  color: #000000 !important;
  border-top: 1px solid #ff7842;
}
.cid-uuVjdNED1B .form-control,
.cid-uuVjdNED1B .field-input {
  padding: 1.1rem 1.5rem;
  height: auto;
  background-color: #ff7842;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uuVjdNED1B .form-control::-webkit-input-placeholder,
.cid-uuVjdNED1B .field-input::-webkit-input-placeholder,
.cid-uuVjdNED1B .form-control::-webkit-input-placeholder,
.cid-uuVjdNED1B .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uuVjdNED1B .form-control:-moz-placeholder,
.cid-uuVjdNED1B .field-input:-moz-placeholder,
.cid-uuVjdNED1B .form-control:-moz-placeholder,
.cid-uuVjdNED1B .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uuVjdNED1B .form-control:hover,
.cid-uuVjdNED1B .field-input:hover,
.cid-uuVjdNED1B .form-control:focus,
.cid-uuVjdNED1B .field-input:focus {
  background-color: #f25111;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uuVjdNED1B .form-control:hover::-webkit-input-placeholder,
.cid-uuVjdNED1B .field-input:hover::-webkit-input-placeholder,
.cid-uuVjdNED1B .form-control:focus::-webkit-input-placeholder,
.cid-uuVjdNED1B .field-input:focus::-webkit-input-placeholder,
.cid-uuVjdNED1B .form-control:hover::-webkit-input-placeholder,
.cid-uuVjdNED1B .field-input:hover::-webkit-input-placeholder,
.cid-uuVjdNED1B .form-control:focus::-webkit-input-placeholder,
.cid-uuVjdNED1B .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-uuVjdNED1B .form-control:hover:-moz-placeholder,
.cid-uuVjdNED1B .field-input:hover:-moz-placeholder,
.cid-uuVjdNED1B .form-control:focus:-moz-placeholder,
.cid-uuVjdNED1B .field-input:focus:-moz-placeholder,
.cid-uuVjdNED1B .form-control:hover:-moz-placeholder,
.cid-uuVjdNED1B .field-input:hover:-moz-placeholder,
.cid-uuVjdNED1B .form-control:focus:-moz-placeholder,
.cid-uuVjdNED1B .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-uuVjdNED1B textarea {
  padding-top: 1rem !important;
}
.cid-uuVjdNED1B .jq-number__spin:hover,
.cid-uuVjdNED1B .jq-number__spin:focus {
  background-color: #f25111;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uuVjdNED1B .jq-number__spin {
  background-color: #ff7842;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uuVjdNED1B .jq-selectbox li,
.cid-uuVjdNED1B .jq-selectbox li {
  background-color: #ff7842;
  color: #000000;
}
.cid-uuVjdNED1B .jq-selectbox li:hover,
.cid-uuVjdNED1B .jq-selectbox li.selected {
  background-color: #f25111;
  color: #ffffff;
}
.cid-uuVjdNED1B .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uuVjdNED1B .jq-number__spin.minus:hover:after,
.cid-uuVjdNED1B .jq-number__spin.plus:hover:after {
  border-top-color: #ff7842;
  border-bottom-color: #ff7842;
}
.cid-uuVjdNED1B .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uuVjdNED1B .jq-number__spin.minus:after,
.cid-uuVjdNED1B .jq-number__spin.plus:after {
  border-top-color: #f25111;
  border-bottom-color: #f25111;
}
.cid-uuVjdNED1B .jq-selectbox__trigger-arrow {
  border-top-color: #000000 !important;
  border-bottom-color: #000000 !important;
}
.cid-uuVjdNED1B input::-webkit-clear-button {
  display: none;
}
.cid-uuVjdNED1B input::-webkit-inner-spin-button {
  display: none;
}
.cid-uuVjdNED1B input::-webkit-outer-spin-button {
  display: none;
}
.cid-uuVjdNED1B input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uuVjdNED1B H5 {
  color: #200960;
}
.cid-uuVjdNED1B H6 {
  color: #ff7842;
}
.cid-uuViUT0lXq {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  z-index: 0;
}
.cid-uuViUT0lXq .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-uuViUT0lXq img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-uuViUT0lXq .icon1 {
  background: #f25111;
}
.cid-uuViUT0lXq .icon2 {
  background: #f25111;
}
.cid-uuViUT0lXq .icon3 {
  background: #f25111;
}
.cid-uuViUT0lXq .card-box {
  padding-left: 1rem;
}
.cid-uuViUT0lXq .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uuViUT0lXq .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uuViUT0lXq .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uuViUT0lXq .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uuViUT0lXq .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uuViUT0lXq .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-uuViUT0lXq .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uuViUT0lXq .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-uuViUT0lXq .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-uuViUT0lXq .card-text {
  color: #000000;
}
.cid-uuViUT0lXq .title {
  color: #ffffff;
}
.cid-uuViUT0lXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuViUT0lXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2jYFE4tjn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u2jYFE4tjn .mbr-text {
  color: #ffffff;
}
.cid-u2jYFE4tjn .media-container-row .mbr-text {
  color: #000000;
}
.cid-v1jsNyL393 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1jsNyL393 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-v1jsNyL393 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v1jsNyL393 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v1jsNyL393 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1jsNyL393 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1jsNyL393 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v1jsNyL393 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v1jsNyL393 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v1jsNyL393 .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-v1jsNyL393 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1jsNyL393 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1jsNyL393 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #f7efdf;
  border-radius: 4px !important;
}
.cid-v1jsNyL393 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1jsNyL393 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 5px !important;
}
.cid-v1jsNyL393 .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
  text-shadow: 0 5px 0 #000000;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-v1jsNyL393 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1jsNyL393 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1jsNyL393 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v1jsNyL393 .container,
.cid-v1jsNyL393 .container-fluid {
  display: flex;
  height: 105px;
  padding: .5rem 16px .5rem 16px;
  flex-wrap: nowrap;
  background: rgba(247, 239, 223, 0) !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: #f7efdf;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .container,
  .cid-v1jsNyL393 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v1jsNyL393 .container,
  .cid-v1jsNyL393 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1jsNyL393 .iconfont-wrapper {
  color: #fffaf0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1jsNyL393 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v1jsNyL393 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-v1jsNyL393 .nav-item:focus,
.cid-v1jsNyL393 .nav-link:focus {
  outline: none;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1jsNyL393 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1jsNyL393 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1jsNyL393 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1jsNyL393 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1jsNyL393 .navbar .navbar-logo img {
  width: auto;
}
.cid-v1jsNyL393 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v1jsNyL393 .navbar.collapsed {
  justify-content: center;
}
.cid-v1jsNyL393 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1jsNyL393 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1jsNyL393 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1jsNyL393 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1jsNyL393 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1jsNyL393 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1jsNyL393 .navbar {
    min-height: 72px;
  }
  .cid-v1jsNyL393 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1jsNyL393 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1jsNyL393 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1jsNyL393 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1jsNyL393 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1jsNyL393 .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-v1jsNyL393 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1jsNyL393 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1jsNyL393 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1jsNyL393 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1jsNyL393 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1jsNyL393 .dropdown-item.active,
.cid-v1jsNyL393 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1jsNyL393 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1jsNyL393 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1jsNyL393 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1jsNyL393 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1jsNyL393 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v1jsNyL393 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1jsNyL393 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1jsNyL393 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar-buttons {
    text-align: left;
  }
}
.cid-v1jsNyL393 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a001d;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1jsNyL393 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1jsNyL393 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1jsNyL393 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1jsNyL393 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1jsNyL393 .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-v1jsNyL393 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v1jsNyL393 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v1jsNyL393 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #3a001d;
  color: #fffaf0;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1jsNyL393 .navbar {
    height: 70px;
  }
  .cid-v1jsNyL393 .navbar.opened {
    height: auto;
  }
  .cid-v1jsNyL393 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1jsNyL393 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1jsNyL393 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v1jsNyL393 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v1jsNyL393 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1jsNyL393 .navbar-brand {
    margin-right: auto;
  }
  .cid-v1jsNyL393 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7efdf;
    opacity: 1;
    border-color: rgba(247, 239, 223, 0) !important;
    background: rgba(247, 239, 223, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v1jsNyL393 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1jsNyL393 .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-v1jsNyL393 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1jsNyL393 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v1jsNyL393 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1jsNyL393 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1jsNyL393 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1jsNyL393 .content-wrap {
    display: block;
  }
}
.cid-uOuHVp53Hk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOuHVp53Hk .content__block {
  padding: 50px 15px;
}
.cid-uOuHVp53Hk .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #f3703c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOuHVp53Hk .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uOuHVp53Hk .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOuHVp53Hk .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOuHVp53Hk .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOuHVp53Hk .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOuHVp53Hk .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOuHVp53Hk .mbr-section-btn .btn-white-outline:hover {
  color: #f3703c !important;
}
@media (max-width: 991px) {
  .cid-uOuHVp53Hk .content__block {
    padding: 30px 15px;
  }
  .cid-uOuHVp53Hk .mbr-figure {
    padding: 0;
  }
  .cid-uOuHVp53Hk .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOuHVp53Hk .lg-push {
    right: 35%;
  }
  .cid-uOuHVp53Hk .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOuHVp53Hk .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOuHVp53Hk .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOuHVp53Hk .mbr-section-title {
  color: #f25111;
  text-align: center;
}
.cid-uOuHVp53Hk .mbr-text,
.cid-uOuHVp53Hk .mbr-section-btn {
  color: #ffffff;
}
.cid-uDtp90JyZi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDtp90JyZi .section-head {
  margin-bottom: 2rem;
}
.cid-uDtp90JyZi .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uDtp90JyZi .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uDtp90JyZi .row {
    text-align: center;
  }
}
.cid-uDtp90JyZi .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uDtp90JyZi .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uDtp90JyZi .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uDtp90JyZi .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uDtmcSy5bI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDtmcSy5bI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDtmcSy5bI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDtmcSy5bI .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDtmcSy5bI .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDtmcSy5bI .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDtmcSy5bI .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDtmcSy5bI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDtmcSy5bI .tabs-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDtmcSy5bI .tabs-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDtmcSy5bI .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 64px;
}
@media (max-width: 992px) {
  .cid-uDtmcSy5bI .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-uDtmcSy5bI .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uDtmcSy5bI .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-bottom: 8px;
  }
}
.cid-uDtmcSy5bI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 14px;
  border: 1px solid #f25111;
  margin-bottom: 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
}
.cid-uDtmcSy5bI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  display: inline-block;
  margin-left: 14px;
  color: #f25111;
}
.cid-uDtmcSy5bI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #f25111;
}
.cid-uDtmcSy5bI .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDtmcSy5bI .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uDtmcSy5bI .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uDtmcSy5bI .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uDtmcSy5bI .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDtmcSy5bI .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
    margin-bottom: 36px;
  }
}
.cid-uDtmcSy5bI .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uDtmcSy5bI .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uDtmcSy5bI .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDtmcSy5bI .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDtmcSy5bI .mbr-section-title {
  color: #ffffff;
}
.cid-uDtmcSy5bI .item-text {
  color: #000000;
}
.cid-uDtmcSy5bI .mbr-section-title,
.cid-uDtmcSy5bI .mbr-section-btn {
  color: #000000;
}
.cid-uDtpp7sNMc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDtpp7sNMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDtpp7sNMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDtpp7sNMc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDtpp7sNMc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uDtpp7sNMc .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-uDtpp7sNMc .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uDtpp7sNMc .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ff7842;
  display: block;
  margin: 8px 16px;
  border-radius: 0 !important;
}
.cid-uDtpp7sNMc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ff7842;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDtpp7sNMc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-uDtpp7sNMc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ff7842;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
  border-radius: 0 !important;
}
.cid-uDtpp7sNMc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
}
.cid-uDtpp7sNMc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-uDtpp7sNMc .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-uDtpp7sNMc .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uDtpp7sNMc .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uDtpp7sNMc .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uDtpp7sNMc .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDtpp7sNMc .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uDtpp7sNMc .mbr-section-title {
  color: #ffffff;
}
.cid-uDtpp7sNMc .item-title {
  color: #ffffff;
}
.cid-uDtpp7sNMc .item-text,
.cid-uDtpp7sNMc .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uDtpp7sNMc .mbr-section-title,
.cid-uDtpp7sNMc .tabs-wrapper {
  text-align: center;
  color: #f25111;
}
.cid-uDtpp7sNMc .item-title,
.cid-uDtpp7sNMc .image-wrapper {
  text-align: center;
  color: #000000;
}
.cid-u2jYFE4tjn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u2jYFE4tjn .mbr-text {
  color: #ffffff;
}
.cid-u2jYFE4tjn .media-container-row .mbr-text {
  color: #000000;
}
