body {
  font-family: Sora;
}
.display-1 {
  font-family: 'Sora', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Sora', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Sora', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.8rem;
}
.display-7 {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn .btn:hover {
  padding-right: 2rem;
  padding-left: 2rem;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  padding-left: 0.5rem;
}
.btn {
  padding: 0.5rem 1.4rem;
  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: #9d0ef2 !important;
}
.bg-success {
  background-color: #faaf3f !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffd96a !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9d0ef2 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6ecd9c !important;
  border-color: transparent  !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7e0ac3 !important;
  border-color: transparent !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6ecd9c !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6ecd9c !important;
  border-color: transparent  !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #48c082 !important;
  border-color: transparent !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #6ecd9c !important;
  border-color: transparent  !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: transparent !important;
}
.btn-success,
.btn-success:active {
  background-color: #faaf3f !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6ecd9c !important;
  border-color: transparent  !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f99a0d !important;
  border-color: transparent !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd96a !important;
  border-color: transparent  !important;
  color: #6a4f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #372900 !important;
  background-color: #6ecd9c !important;
  border-color: transparent  !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6a4f00 !important;
  background-color: #ffcc37 !important;
  border-color: transparent !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #6ecd9c !important;
  border-color: transparent  !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: transparent !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: transparent  !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #6ecd9c !important;
  border-color: transparent  !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: transparent !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #6ecd9c !important;
  border-color: transparent  !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: transparent !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #6ecd9c !important;
  border-color: transparent  !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: transparent !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: transparent  !important;
  color: #7a7a7a !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #6ecd9c !important;
  border-color: transparent  !important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: transparent !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d0ef2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7e0ac3 !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: #9d0ef2 !important;
  border-color: #9d0ef2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ecd9c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #48c082 !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: #6ecd9c !important;
  border-color: #6ecd9c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #19a2e8 !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #faaf3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f99a0d !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: #faaf3f !important;
  border-color: #faaf3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd96a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffcc37 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6a4f00 !important;
  background-color: #ffd96a !important;
  border-color: #ffd96a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7733 !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #9d0ef2 !important;
}
.text-secondary {
  color: #6ecd9c !important;
}
.text-success {
  color: #faaf3f !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffd96a !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7e0ac3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #48c082 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f99a0d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #19a2e8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffcc37 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff7733 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.nav-tabs .nav-link.active {
  color: #9d0ef2;
}
.nav-tabs .nav-link:not(.active) {
  color: #333333;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffd96a;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9d0ef2;
  border-color: #9d0ef2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9d0ef2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ecd0fc;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.2rem;
}
.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: #9d0ef2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.2rem;
}
blockquote {
  border-color: #9d0ef2;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9d0ef2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9d0ef2;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #777d74;
  border-bottom-color: #777d74;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9d0ef2;
  border-bottom-color: #9d0ef2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #9d0ef2 !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: #6ecd9c !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='%239d0ef2' %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-s6S0P17ssK {
  z-index: 1000;
  width: 100%;
}
.cid-s6S0P17ssK nav.navbar {
  position: fixed;
}
.cid-s6S0P17ssK .nav-link {
  position: relative;
}
.cid-s6S0P17ssK .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-s6S0P17ssK .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-s6S0P17ssK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s6S0P17ssK .dropdown-menu {
  padding: 0;
}
.cid-s6S0P17ssK .dropdown-item:hover,
.cid-s6S0P17ssK .dropdown-item:focus {
  background: #9d0ef2 !important;
  color: white !important;
}
.cid-s6S0P17ssK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s6S0P17ssK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s6S0P17ssK .container {
  display: flex;
  margin: auto;
}
.cid-s6S0P17ssK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6S0P17ssK .navbar-caption {
  padding-right: 4rem;
}
.cid-s6S0P17ssK .dropdown-menu,
.cid-s6S0P17ssK .navbar.opened {
  background: #ffffff !important;
}
.cid-s6S0P17ssK .nav-item:focus,
.cid-s6S0P17ssK .nav-link:focus {
  outline: none;
}
.cid-s6S0P17ssK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s6S0P17ssK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6S0P17ssK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6S0P17ssK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s6S0P17ssK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s6S0P17ssK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s6S0P17ssK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s6S0P17ssK .navbar.opened {
  transition: all .3s;
}
.cid-s6S0P17ssK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s6S0P17ssK .navbar .navbar-logo img {
  width: auto;
}
.cid-s6S0P17ssK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6S0P17ssK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s6S0P17ssK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6S0P17ssK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-s6S0P17ssK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6S0P17ssK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6S0P17ssK .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: 55%;
}
.cid-s6S0P17ssK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6S0P17ssK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s6S0P17ssK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s6S0P17ssK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s6S0P17ssK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6S0P17ssK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6S0P17ssK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6S0P17ssK .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: 55%;
  }
  .cid-s6S0P17ssK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6S0P17ssK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6S0P17ssK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s6S0P17ssK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s6S0P17ssK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s6S0P17ssK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s6S0P17ssK .navbar.navbar-short {
  min-height: 60px;
}
.cid-s6S0P17ssK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6S0P17ssK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6S0P17ssK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s6S0P17ssK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6S0P17ssK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6S0P17ssK .dropdown-item.active,
.cid-s6S0P17ssK .dropdown-item:active {
  background-color: transparent;
}
.cid-s6S0P17ssK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6S0P17ssK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6S0P17ssK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6S0P17ssK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s6S0P17ssK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s6S0P17ssK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6S0P17ssK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s6S0P17ssK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s6S0P17ssK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s6S0P17ssK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s6S0P17ssK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6S0P17ssK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6S0P17ssK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6S0P17ssK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6S0P17ssK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6S0P17ssK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6S0P17ssK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6S0P17ssK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6S0P17ssK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s6S0P17ssK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s6S0P17ssK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6S0P17ssK .navbar {
    height: 77px;
  }
  .cid-s6S0P17ssK .navbar.opened {
    height: auto;
  }
  .cid-s6S0P17ssK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVwYsMp9OK {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/1-1200x720.jpg");
}
.cid-uVwYsMp9OK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVwYsMp9OK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVwYsMp9OK .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVwYsMp9OK .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVwYsMp9OK .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVwYsMp9OK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVwYsMp9OK .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uVwYsMp9OK .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVwYsMp9OK .text-wrapper {
    padding-left: 0;
  }
}
.cid-uVwYsMp9OK .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVwYsMp9OK .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVwYsMp9OK .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVwYsMp9OK .mbr-label {
  color: #ffffff;
}
.cid-uVwYsMp9OK .mbr-section-title {
  color: #ffffff;
}
.cid-uVwYsMp9OK .mbr-text {
  color: #ffffff;
}
.cid-uVx2aMnBUR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVx2aMnBUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx2aMnBUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx2aMnBUR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVx2aMnBUR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVx2aMnBUR .container {
    padding: 0 30px;
  }
}
.cid-uVx2aMnBUR .row {
  justify-content: center;
}
.cid-uVx2aMnBUR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVx2aMnBUR .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVx2aMnBUR .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVx2aMnBUR .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uVx2aMnBUR .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uVx2aMnBUR .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uVx2aMnBUR .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVx2aMnBUR .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uVx2aMnBUR .mbr-section-title {
  color: #22654E;
}
.cid-uVx2aMnBUR .mbr-text {
  color: #144031;
}
.cid-s6S1tUtSWp {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-s6S1tUtSWp img {
  transition: all 0.3s;
}
.cid-s6S1tUtSWp .img-wrapper {
  overflow: hidden;
}
.cid-s6S1tUtSWp .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-s6S1tUtSWp .container {
    padding: 0 2rem;
  }
}
.cid-s6S1tUtSWp .title {
  display: flex;
  padding: 0 1rem;
}
.cid-s6S1tUtSWp .icon {
  font-size: 5rem;
  color: #ffd96a;
  padding-right: 0rem;
  margin-right: -1rem;
  display: block;
}
.cid-s6S1tUtSWp .mbr-iconfont {
  font-size: 1.5rem;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
}
.cid-s6S1tUtSWp .card-wrapper {
  background: #fafafa;
  margin-bottom: 2rem;
}
.cid-s6S1tUtSWp .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-s6S1tUtSWp .card-wrapper:hover .mbr-iconfont {
  transform: translateX(8px);
}
.cid-s6S1tUtSWp .card-box {
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s6S1tUtSWp .card-box {
    padding: 1rem;
  }
  .cid-s6S1tUtSWp .align-left {
    text-align: center;
  }
  .cid-s6S1tUtSWp .align-right,
  .cid-s6S1tUtSWp .align-left {
    text-align: center;
  }
  .cid-s6S1tUtSWp .title {
    flex-direction: column;
  }
  .cid-s6S1tUtSWp .icon,
  .cid-s6S1tUtSWp .title-box {
    margin: 0rem;
  }
  .cid-s6S1tUtSWp .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-s6S1tUtSWp .mbr-text,
.cid-s6S1tUtSWp .card-box {
  color: #000000;
}
.cid-s6S1tUtSWp .card-subtitle {
  color: #59bb93;
}
.cid-s6S1tUtSWp .main-title {
  color: #59bb93;
}
.cid-s6S1tUtSWp .card-title,
.cid-s6S1tUtSWp .card-box {
  text-align: center;
}
.cid-uVx3Allg6L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVx3Allg6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx3Allg6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx3Allg6L .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVx3Allg6L .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVx3Allg6L .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVx3Allg6L .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVx3Allg6L .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVx3Allg6L .mbr-section-title {
  color: #ff6d99;
}
.cid-uVx3Allg6L .mbr-text,
.cid-uVx3Allg6L .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVx3Allg6L .mbr-section-title,
.cid-uVx3Allg6L .mbr-section-btn {
  text-align: center;
}
.cid-s6S0XBpGGx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-s6S0XBpGGx .container-fluid {
  padding: 0 1rem;
}
.cid-s6S0XBpGGx .row {
  position: relative;
}
.cid-s6S0XBpGGx .arrow-down {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffffff;
}
.cid-s6S0XBpGGx .mbr-section-btn {
  position: absolute;
  bottom: 3rem;
  width: fit-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.cid-s6S0XBpGGx .main-title {
  position: absolute;
  top: 3rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #ffffff;
}
.cid-s6S0XBpGGx .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 30rem;
  color: #ffffff;
  opacity: 0.2;
  z-index: 1;
}
.cid-s6S0XBpGGx .card-box {
  z-index: 2;
  margin: auto;
  position: relative;
  max-width: 450px;
  height: 100%;
}
.cid-s6S0XBpGGx .card-wrapper {
  position: relative;
  transition: all 0.3s;
  padding: 18rem 1rem;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s6S0XBpGGx .card1 {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s6S0XBpGGx .card2 {
  background-color: #ffb18a;
  overflow: hidden;
}
.cid-s6S0XBpGGx .card-title,
.cid-s6S0XBpGGx .card-box {
  color: #ffffff;
}
.cid-s6S0XBpGGx .card-title {
  color: #000000;
}
.cid-uVx5qxcesb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-uVx5qxcesb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx5qxcesb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx5qxcesb .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVx5qxcesb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVx5qxcesb .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVx5qxcesb .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVx5qxcesb .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVx5qxcesb .mbr-section-title {
  color: #ff6d99;
}
.cid-uVx5qxcesb .mbr-text,
.cid-uVx5qxcesb .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVx5qxcesb .mbr-section-title,
.cid-uVx5qxcesb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-s6S1hnkuIv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-s6S1hnkuIv .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-s6S1hnkuIv .team-card:hover {
  transform: translateY(-10px);
}
.cid-s6S1hnkuIv .card-wrapper {
  display: flex;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-s6S1hnkuIv .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-s6S1hnkuIv .main-icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  margin-right: -1rem;
  display: block;
}
.cid-s6S1hnkuIv img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-s6S1hnkuIv .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-s6S1hnkuIv .image-wrap {
    width: 100%;
  }
}
.cid-s6S1hnkuIv .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-s6S1hnkuIv .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #ffd96a;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-s6S1hnkuIv .line {
    display: none;
  }
}
.cid-s6S1hnkuIv .container {
  max-width: 1600px;
}
@media (min-width: 767px) {
  .cid-s6S1hnkuIv .container {
    padding: 0 3rem;
  }
}
.cid-s6S1hnkuIv .content-wrap {
  padding: 2rem;
}
.cid-s6S1hnkuIv .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-s6S1hnkuIv .card1 {
  background: #ffb18a;
}
.cid-s6S1hnkuIv .card2 {
  background: #27b7eb;
}
.cid-s6S1hnkuIv .card3 {
  background: #faaf3f;
}
.cid-s6S1hnkuIv .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-s6S1hnkuIv .card-wrap {
    flex-direction: column;
  }
}
.cid-s6S1hnkuIv .card-wrap:hover img {
  transform: scale(1);
}
.cid-s6S1hnkuIv .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-s6S1hnkuIv .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s6S1hnkuIv .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
  .cid-s6S1hnkuIv .card-wrapper {
    flex-direction: column;
  }
  .cid-s6S1hnkuIv .icon,
  .cid-s6S1hnkuIv .card-box {
    margin: 0rem;
  }
  .cid-s6S1hnkuIv .main-icon {
    margin: auto;
    margin-bottom: 1rem!important;
  }
  .cid-s6S1hnkuIv .align-left {
    text-align: center;
  }
}
.cid-s6S1hnkuIv .card-title,
.cid-s6S1hnkuIv .icon,
.cid-s6S1hnkuIv .icon-plus {
  color: #000000;
  text-align: center;
}
.cid-s6S1hnkuIv .mbr-role {
  color: #ffffff;
}
.cid-s6S1hnkuIv .main-title {
  color: #f16f52;
}
.cid-uVx5rJrl55 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVx5rJrl55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx5rJrl55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx5rJrl55 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVx5rJrl55 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVx5rJrl55 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVx5rJrl55 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVx5rJrl55 .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVx5rJrl55 .mbr-section-title {
  color: #ff6d99;
}
.cid-uVx5rJrl55 .mbr-text,
.cid-uVx5rJrl55 .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVx5rJrl55 .mbr-section-title,
.cid-uVx5rJrl55 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVxcGyknge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uVxcGyknge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxcGyknge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxcGyknge .content-wrapper {
  padding: 80px 90px;
  background-color: #ffb18a;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVxcGyknge .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uVxcGyknge .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVxcGyknge .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uVxcGyknge .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVxcGyknge .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVxcGyknge .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uVxcGyknge .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxcGyknge .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVxcGyknge .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uVxcGyknge .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uVxcGyknge .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uVxcGyknge .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVxcGyknge .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uVxcGyknge .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uVxcGyknge .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uVxcGyknge .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVxcGyknge .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uVxcGyknge .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uVxcGyknge .mbr-section-title {
  color: #050f0f;
}
.cid-uVxcGyknge .item-title {
  color: #050f0f;
}
.cid-uVxcGyknge .item-text {
  color: #050f0f;
}
.cid-uVxcGyknge .mbr-section-title,
.cid-uVxcGyknge .tabs-wrapper {
  text-align: center;
}
.cid-s6S1ESjm3f {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-s6S1ESjm3f .image-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-s6S1ESjm3f .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-s6S1ESjm3f .card {
  margin-bottom: 2rem;
}
.cid-s6S1ESjm3f .card-wrapper {
  padding-bottom: 5rem;
  display: flex;
  overflow: visible;
}
.cid-s6S1ESjm3f .mbr-iconfont {
  position: absolute;
  top: -1rem;
  left: 0rem;
  font-size: 5rem;
  color: #59bb93;
  opacity: 0.2;
}
.cid-s6S1ESjm3f .icon {
  font-size: 5rem;
  color: #59bb93;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-s6S1ESjm3f .card-box {
  margin-left: -1rem;
}
.cid-s6S1ESjm3f .card-title {
  color: #000000;
  text-align: center;
}
.cid-s6S1ESjm3f .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-s6S1ESjm3f .align-right,
  .cid-s6S1ESjm3f .align-left {
    text-align: center;
  }
  .cid-s6S1ESjm3f .card-wrapper {
    flex-direction: column;
  }
  .cid-s6S1ESjm3f .icon,
  .cid-s6S1ESjm3f .card-box {
    margin: 0rem;
  }
  .cid-s6S1ESjm3f .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-s6S1ESjm3f .mbr-text {
  color: #000000;
}
.cid-s6S1ESjm3f .name {
  color: #6f5ad3;
}
.cid-s6S1ESjm3f .position {
  color: #6f5ad3;
}
.cid-uVx849Pmji {
  background-image: url("../../../assets/images/2-1361x767.jpg");
}
.cid-uVx849Pmji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx849Pmji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx849Pmji .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uVx849Pmji .image-wrap {
    height: 350px;
  }
}
.cid-uVx85SDFuZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uVx85SDFuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx85SDFuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx85SDFuZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVx85SDFuZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVx85SDFuZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVx85SDFuZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVx85SDFuZ .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVx85SDFuZ .mbr-section-title {
  color: #000000;
}
.cid-uVx85SDFuZ .mbr-text,
.cid-uVx85SDFuZ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVx85SDFuZ .mbr-section-title,
.cid-uVx85SDFuZ .title-wrapper,
.cid-uVx85SDFuZ .mbr-section-btn {
  text-align: center;
}
.cid-uVx9mMOb7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVx9mMOb7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx9mMOb7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx9mMOb7A .row {
  margin: 0 -45px;
}
.cid-uVx9mMOb7A .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uVx9mMOb7A .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uVx9mMOb7A .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVx9mMOb7A .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVx9mMOb7A .image-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-uVx9mMOb7A .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uVx9mMOb7A .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uVx9mMOb7A .image-wrapper img {
    height: 300px;
  }
}
.cid-uVx9mMOb7A .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #fecb66;
  margin-bottom: 22px;
}
.cid-uVx9mMOb7A .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #bbbbbb;
}
.cid-uVx9mMOb7A .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uVx9mMOb7A .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVx9mMOb7A .mbr-label {
  color: #3a001d;
}
.cid-uVx9mMOb7A .mbr-section-title {
  color: #fffaf0;
}
.cid-uVx9mMOb7A .mbr-text {
  color: #fffaf0;
}
.cid-uVx9mMOb7A .mbr-section-title,
.cid-uVx9mMOb7A .mbr-section-btn {
  color: #000000;
}
.cid-uVx9mMOb7A .mbr-text,
.cid-uVx9mMOb7A .text-wrapper {
  color: #000000;
}
.cid-uVx8kMjDlZ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uVx8kMjDlZ .card-text {
  padding-left: 3.5rem;
  color: #000000;
  max-width: 500px;
}
.cid-uVx8kMjDlZ .card-box {
  padding-bottom: 1rem;
}
.cid-uVx8kMjDlZ img {
  border-radius: 8px;
}
.cid-uVx8kMjDlZ .mbr-section-btn {
  margin-left: 2.5rem;
}
.cid-uVx8kMjDlZ .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-uVx8kMjDlZ .container {
    padding: 0 2rem;
  }
}
.cid-uVx8kMjDlZ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVx8kMjDlZ .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uVx8kMjDlZ .card-title {
  position: relative;
  padding-left: 3.5rem;
  color: #000000;
}
.cid-uVx8kMjDlZ .card-title:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}
.cid-uVx8kMjDlZ .main-text {
  color: #ffffff;
}
.cid-uVx8kMjDlZ .main-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uVx8kMjDlZ .align-left {
    text-align: center;
  }
  .cid-uVx8kMjDlZ .card-text {
    padding-left: 1.5rem;
  }
  .cid-uVx8kMjDlZ .card-title {
    padding-left: 1.5rem;
  }
  .cid-uVx8kMjDlZ .card-title:before {
    left: 0rem;
  }
  .cid-uVx8kMjDlZ .mbr-section-btn {
    margin-left: 0rem;
  }
}
.cid-uVx8kMjDlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx8kMjDlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx9loeEuL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVx9loeEuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx9loeEuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx9loeEuL .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-uVx9loeEuL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #ffb18a;
}
@media (max-width: 992px) {
  .cid-uVx9loeEuL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uVx9loeEuL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uVx9loeEuL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVx9loeEuL .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVx9loeEuL .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-uVx9loeEuL .mbr-section-title {
  color: #fffaf0;
}
.cid-uVx9loeEuL .mbr-text,
.cid-uVx9loeEuL .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVx9loeEuL .mbr-section-title,
.cid-uVx9loeEuL .mbr-section-btn,
.cid-uVx9loeEuL .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-s6S1e6zeH1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-s6S1e6zeH1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-s6S1e6zeH1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s6S1e6zeH1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s6S1e6zeH1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s6S1e6zeH1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVxbjOhzG1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxbjOhzG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxbjOhzG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxbjOhzG1 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVxbjOhzG1 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uVxbjOhzG1 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVxbjOhzG1 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uVxbjOhzG1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVxbjOhzG1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVxbjOhzG1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVxbjOhzG1 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uVxbjOhzG1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVxbjOhzG1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVxbjOhzG1 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVxbjOhzG1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVxbjOhzG1 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uVxbjOhzG1 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVxbjOhzG1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxbjOhzG1 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVxbjOhzG1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVxbjOhzG1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVxbjOhzG1 .list-wrapper .list .item-wrap:hover,
.cid-uVxbjOhzG1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVxbjOhzG1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVxbjOhzG1 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVxbjOhzG1 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxbjOhzG1 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVxbjOhzG1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVxbjOhzG1 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uVxbjOhzG1 .mbr-desc {
  color: #000000;
}
.cid-uVxbjOhzG1 .mbr-text,
.cid-uVxbjOhzG1 .text-wrapper {
  color: #9aa0a6;
}
.cid-uVxbjOhzG1 .list {
  color: #9aa0a6;
}
.cid-uVxbjOhzG1 .mbr-text,
.cid-uVxbjOhzG1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uVxbjOhzG1 .list,
.cid-uVxbjOhzG1 .item-wrap {
  color: #000000;
}
.cid-uVxrGNdnEM {
  z-index: 1000;
  width: 100%;
}
.cid-uVxrGNdnEM nav.navbar {
  position: fixed;
}
.cid-uVxrGNdnEM .nav-link {
  position: relative;
}
.cid-uVxrGNdnEM .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uVxrGNdnEM .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-uVxrGNdnEM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVxrGNdnEM .dropdown-menu {
  padding: 0;
}
.cid-uVxrGNdnEM .dropdown-item:hover,
.cid-uVxrGNdnEM .dropdown-item:focus {
  background: #9d0ef2 !important;
  color: white !important;
}
.cid-uVxrGNdnEM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uVxrGNdnEM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVxrGNdnEM .container {
  display: flex;
  margin: auto;
}
.cid-uVxrGNdnEM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVxrGNdnEM .navbar-caption {
  padding-right: 4rem;
}
.cid-uVxrGNdnEM .dropdown-menu,
.cid-uVxrGNdnEM .navbar.opened {
  background: #ffffff !important;
}
.cid-uVxrGNdnEM .nav-item:focus,
.cid-uVxrGNdnEM .nav-link:focus {
  outline: none;
}
.cid-uVxrGNdnEM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVxrGNdnEM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVxrGNdnEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVxrGNdnEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVxrGNdnEM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVxrGNdnEM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVxrGNdnEM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uVxrGNdnEM .navbar.opened {
  transition: all .3s;
}
.cid-uVxrGNdnEM .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVxrGNdnEM .navbar .navbar-logo img {
  width: auto;
}
.cid-uVxrGNdnEM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVxrGNdnEM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVxrGNdnEM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVxrGNdnEM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uVxrGNdnEM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVxrGNdnEM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVxrGNdnEM .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: 55%;
}
.cid-uVxrGNdnEM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVxrGNdnEM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVxrGNdnEM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVxrGNdnEM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVxrGNdnEM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVxrGNdnEM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVxrGNdnEM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVxrGNdnEM .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: 55%;
  }
  .cid-uVxrGNdnEM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVxrGNdnEM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVxrGNdnEM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVxrGNdnEM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVxrGNdnEM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVxrGNdnEM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVxrGNdnEM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVxrGNdnEM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVxrGNdnEM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVxrGNdnEM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVxrGNdnEM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVxrGNdnEM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVxrGNdnEM .dropdown-item.active,
.cid-uVxrGNdnEM .dropdown-item:active {
  background-color: transparent;
}
.cid-uVxrGNdnEM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVxrGNdnEM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVxrGNdnEM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVxrGNdnEM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVxrGNdnEM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVxrGNdnEM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVxrGNdnEM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVxrGNdnEM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVxrGNdnEM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uVxrGNdnEM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uVxrGNdnEM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVxrGNdnEM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxrGNdnEM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxrGNdnEM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVxrGNdnEM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxrGNdnEM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVxrGNdnEM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVxrGNdnEM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxrGNdnEM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVxrGNdnEM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVxrGNdnEM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVxrGNdnEM .navbar {
    height: 77px;
  }
  .cid-uVxrGNdnEM .navbar.opened {
    height: auto;
  }
  .cid-uVxrGNdnEM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVxrGO1E9c {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/4-1280x720.jpeg");
}
.cid-uVxrGO1E9c::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uVxrGO1E9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxrGO1E9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxrGO1E9c .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVxrGO1E9c .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVxrGO1E9c .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVxrGO1E9c .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVxrGO1E9c .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uVxrGO1E9c .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVxrGO1E9c .text-wrapper {
    padding-left: 0;
  }
}
.cid-uVxrGO1E9c .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVxrGO1E9c .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVxrGO1E9c .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVxrGO1E9c .mbr-label {
  color: #ffffff;
}
.cid-uVxrGO1E9c .mbr-section-title {
  color: #ffffff;
}
.cid-uVxrGO1E9c .mbr-text {
  color: #ffffff;
}
.cid-uVxrGQ2Wu3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVxrGQ2Wu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxrGQ2Wu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxrGQ2Wu3 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVxrGQ2Wu3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVxrGQ2Wu3 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVxrGQ2Wu3 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVxrGQ2Wu3 .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVxrGQ2Wu3 .mbr-section-title {
  color: #ff6d99;
}
.cid-uVxrGQ2Wu3 .mbr-text,
.cid-uVxrGQ2Wu3 .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVxrGQ2Wu3 .mbr-section-title,
.cid-uVxrGQ2Wu3 .mbr-section-btn {
  text-align: center;
}
.cid-uVxrGWCr8o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uVxrGWCr8o .google-map {
  height: 30rem;
  position: relative;
}
.cid-uVxrGWCr8o .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uVxrGWCr8o .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uVxrGWCr8o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uVxrGWCr8o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVxrGX2HyV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxrGX2HyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxrGX2HyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxrGX2HyV .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVxrGX2HyV .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uVxrGX2HyV .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVxrGX2HyV .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uVxrGX2HyV .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVxrGX2HyV .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVxrGX2HyV .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVxrGX2HyV .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uVxrGX2HyV .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVxrGX2HyV .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVxrGX2HyV .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVxrGX2HyV .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVxrGX2HyV .items-wrapper .card {
  padding: 0 32px;
}
.cid-uVxrGX2HyV .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVxrGX2HyV .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxrGX2HyV .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVxrGX2HyV .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVxrGX2HyV .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVxrGX2HyV .list-wrapper .list .item-wrap:hover,
.cid-uVxrGX2HyV .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVxrGX2HyV .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVxrGX2HyV .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVxrGX2HyV .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxrGX2HyV .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVxrGX2HyV .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVxrGX2HyV .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uVxrGX2HyV .mbr-desc {
  color: #000000;
}
.cid-uVxrGX2HyV .mbr-text,
.cid-uVxrGX2HyV .text-wrapper {
  color: #9aa0a6;
}
.cid-uVxrGX2HyV .list {
  color: #9aa0a6;
}
.cid-uVxrGX2HyV .mbr-text,
.cid-uVxrGX2HyV .mbr-section-btn {
  color: #ffffff;
}
.cid-uVxrGX2HyV .list,
.cid-uVxrGX2HyV .item-wrap {
  color: #000000;
}
.cid-uVxsPmOSgq {
  z-index: 1000;
  width: 100%;
}
.cid-uVxsPmOSgq nav.navbar {
  position: fixed;
}
.cid-uVxsPmOSgq .nav-link {
  position: relative;
}
.cid-uVxsPmOSgq .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uVxsPmOSgq .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-uVxsPmOSgq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVxsPmOSgq .dropdown-menu {
  padding: 0;
}
.cid-uVxsPmOSgq .dropdown-item:hover,
.cid-uVxsPmOSgq .dropdown-item:focus {
  background: #9d0ef2 !important;
  color: white !important;
}
.cid-uVxsPmOSgq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uVxsPmOSgq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVxsPmOSgq .container {
  display: flex;
  margin: auto;
}
.cid-uVxsPmOSgq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVxsPmOSgq .navbar-caption {
  padding-right: 4rem;
}
.cid-uVxsPmOSgq .dropdown-menu,
.cid-uVxsPmOSgq .navbar.opened {
  background: #ffffff !important;
}
.cid-uVxsPmOSgq .nav-item:focus,
.cid-uVxsPmOSgq .nav-link:focus {
  outline: none;
}
.cid-uVxsPmOSgq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVxsPmOSgq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVxsPmOSgq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVxsPmOSgq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVxsPmOSgq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVxsPmOSgq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVxsPmOSgq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uVxsPmOSgq .navbar.opened {
  transition: all .3s;
}
.cid-uVxsPmOSgq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVxsPmOSgq .navbar .navbar-logo img {
  width: auto;
}
.cid-uVxsPmOSgq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVxsPmOSgq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVxsPmOSgq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVxsPmOSgq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uVxsPmOSgq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVxsPmOSgq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVxsPmOSgq .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: 55%;
}
.cid-uVxsPmOSgq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVxsPmOSgq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVxsPmOSgq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVxsPmOSgq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVxsPmOSgq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVxsPmOSgq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVxsPmOSgq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVxsPmOSgq .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: 55%;
  }
  .cid-uVxsPmOSgq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVxsPmOSgq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVxsPmOSgq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVxsPmOSgq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVxsPmOSgq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVxsPmOSgq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVxsPmOSgq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVxsPmOSgq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVxsPmOSgq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVxsPmOSgq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVxsPmOSgq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVxsPmOSgq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVxsPmOSgq .dropdown-item.active,
.cid-uVxsPmOSgq .dropdown-item:active {
  background-color: transparent;
}
.cid-uVxsPmOSgq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVxsPmOSgq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVxsPmOSgq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVxsPmOSgq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVxsPmOSgq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVxsPmOSgq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVxsPmOSgq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVxsPmOSgq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVxsPmOSgq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uVxsPmOSgq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uVxsPmOSgq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVxsPmOSgq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxsPmOSgq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxsPmOSgq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVxsPmOSgq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxsPmOSgq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVxsPmOSgq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVxsPmOSgq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxsPmOSgq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVxsPmOSgq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVxsPmOSgq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVxsPmOSgq .navbar {
    height: 77px;
  }
  .cid-uVxsPmOSgq .navbar.opened {
    height: auto;
  }
  .cid-uVxsPmOSgq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVxsPnF454 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/5.webp");
}
.cid-uVxsPnF454::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uVxsPnF454 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxsPnF454 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxsPnF454 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVxsPnF454 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVxsPnF454 .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVxsPnF454 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVxsPnF454 .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uVxsPnF454 .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVxsPnF454 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uVxsPnF454 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVxsPnF454 .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVxsPnF454 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVxsPnF454 .mbr-label {
  color: #ffffff;
}
.cid-uVxsPnF454 .mbr-section-title {
  color: #ffffff;
}
.cid-uVxsPnF454 .mbr-text {
  color: #ffffff;
}
.cid-uVxsPoxH3d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVxsPoxH3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxsPoxH3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxsPoxH3d .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVxsPoxH3d .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVxsPoxH3d .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVxsPoxH3d .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVxsPoxH3d .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVxsPoxH3d .mbr-section-title {
  color: #ff6d99;
}
.cid-uVxsPoxH3d .mbr-text,
.cid-uVxsPoxH3d .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVxsPoxH3d .mbr-section-title,
.cid-uVxsPoxH3d .mbr-section-btn {
  text-align: center;
}
.cid-uVxsPpbmPN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uVxsPpbmPN .google-map {
  height: 30rem;
  position: relative;
}
.cid-uVxsPpbmPN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uVxsPpbmPN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uVxsPpbmPN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uVxsPpbmPN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVxsPpMD3R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxsPpMD3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxsPpMD3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxsPpMD3R .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVxsPpMD3R .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uVxsPpMD3R .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVxsPpMD3R .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uVxsPpMD3R .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVxsPpMD3R .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVxsPpMD3R .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVxsPpMD3R .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uVxsPpMD3R .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVxsPpMD3R .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVxsPpMD3R .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVxsPpMD3R .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVxsPpMD3R .items-wrapper .card {
  padding: 0 32px;
}
.cid-uVxsPpMD3R .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVxsPpMD3R .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxsPpMD3R .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVxsPpMD3R .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVxsPpMD3R .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVxsPpMD3R .list-wrapper .list .item-wrap:hover,
.cid-uVxsPpMD3R .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVxsPpMD3R .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVxsPpMD3R .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVxsPpMD3R .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxsPpMD3R .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVxsPpMD3R .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVxsPpMD3R .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uVxsPpMD3R .mbr-desc {
  color: #000000;
}
.cid-uVxsPpMD3R .mbr-text,
.cid-uVxsPpMD3R .text-wrapper {
  color: #9aa0a6;
}
.cid-uVxsPpMD3R .list {
  color: #9aa0a6;
}
.cid-uVxsPpMD3R .mbr-text,
.cid-uVxsPpMD3R .mbr-section-btn {
  color: #ffffff;
}
.cid-uVxsPpMD3R .list,
.cid-uVxsPpMD3R .item-wrap {
  color: #000000;
}
.cid-uVxtHpSfg9 {
  z-index: 1000;
  width: 100%;
}
.cid-uVxtHpSfg9 nav.navbar {
  position: fixed;
}
.cid-uVxtHpSfg9 .nav-link {
  position: relative;
}
.cid-uVxtHpSfg9 .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uVxtHpSfg9 .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-uVxtHpSfg9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVxtHpSfg9 .dropdown-menu {
  padding: 0;
}
.cid-uVxtHpSfg9 .dropdown-item:hover,
.cid-uVxtHpSfg9 .dropdown-item:focus {
  background: #9d0ef2 !important;
  color: white !important;
}
.cid-uVxtHpSfg9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uVxtHpSfg9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVxtHpSfg9 .container {
  display: flex;
  margin: auto;
}
.cid-uVxtHpSfg9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVxtHpSfg9 .navbar-caption {
  padding-right: 4rem;
}
.cid-uVxtHpSfg9 .dropdown-menu,
.cid-uVxtHpSfg9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVxtHpSfg9 .nav-item:focus,
.cid-uVxtHpSfg9 .nav-link:focus {
  outline: none;
}
.cid-uVxtHpSfg9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVxtHpSfg9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVxtHpSfg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVxtHpSfg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVxtHpSfg9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVxtHpSfg9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVxtHpSfg9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uVxtHpSfg9 .navbar.opened {
  transition: all .3s;
}
.cid-uVxtHpSfg9 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVxtHpSfg9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVxtHpSfg9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVxtHpSfg9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVxtHpSfg9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVxtHpSfg9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uVxtHpSfg9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVxtHpSfg9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVxtHpSfg9 .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: 55%;
}
.cid-uVxtHpSfg9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVxtHpSfg9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVxtHpSfg9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVxtHpSfg9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVxtHpSfg9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVxtHpSfg9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVxtHpSfg9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVxtHpSfg9 .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: 55%;
  }
  .cid-uVxtHpSfg9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVxtHpSfg9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVxtHpSfg9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVxtHpSfg9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVxtHpSfg9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVxtHpSfg9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVxtHpSfg9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVxtHpSfg9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVxtHpSfg9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVxtHpSfg9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVxtHpSfg9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVxtHpSfg9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVxtHpSfg9 .dropdown-item.active,
.cid-uVxtHpSfg9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVxtHpSfg9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVxtHpSfg9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVxtHpSfg9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVxtHpSfg9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVxtHpSfg9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVxtHpSfg9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVxtHpSfg9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVxtHpSfg9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVxtHpSfg9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uVxtHpSfg9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uVxtHpSfg9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVxtHpSfg9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxtHpSfg9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxtHpSfg9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVxtHpSfg9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxtHpSfg9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVxtHpSfg9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVxtHpSfg9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxtHpSfg9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVxtHpSfg9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVxtHpSfg9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVxtHpSfg9 .navbar {
    height: 77px;
  }
  .cid-uVxtHpSfg9 .navbar.opened {
    height: auto;
  }
  .cid-uVxtHpSfg9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVxtHr15MG {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/6.webp");
}
.cid-uVxtHr15MG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxtHr15MG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHr15MG .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVxtHr15MG .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVxtHr15MG .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVxtHr15MG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVxtHr15MG .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uVxtHr15MG .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVxtHr15MG .text-wrapper {
    padding-left: 0;
  }
}
.cid-uVxtHr15MG .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVxtHr15MG .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVxtHr15MG .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVxtHr15MG .mbr-label {
  color: #ffffff;
}
.cid-uVxtHr15MG .mbr-section-title {
  color: #ffffff;
}
.cid-uVxtHr15MG .mbr-text {
  color: #ffffff;
}
.cid-uVxtHrMSiy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVxtHrMSiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxtHrMSiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHrMSiy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVxtHrMSiy .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVxtHrMSiy .container {
    padding: 0 30px;
  }
}
.cid-uVxtHrMSiy .row {
  justify-content: center;
}
.cid-uVxtHrMSiy .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVxtHrMSiy .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVxtHrMSiy .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVxtHrMSiy .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uVxtHrMSiy .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uVxtHrMSiy .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uVxtHrMSiy .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVxtHrMSiy .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uVxtHrMSiy .mbr-section-title {
  color: #22654E;
}
.cid-uVxtHrMSiy .mbr-text {
  color: #144031;
}
.cid-uVxtHsIeP4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-uVxtHsIeP4 img {
  transition: all 0.3s;
}
.cid-uVxtHsIeP4 .img-wrapper {
  overflow: hidden;
}
.cid-uVxtHsIeP4 .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-uVxtHsIeP4 .container {
    padding: 0 2rem;
  }
}
.cid-uVxtHsIeP4 .title {
  display: flex;
  padding: 0 1rem;
}
.cid-uVxtHsIeP4 .icon {
  font-size: 5rem;
  color: #ffd96a;
  padding-right: 0rem;
  margin-right: -1rem;
  display: block;
}
.cid-uVxtHsIeP4 .mbr-iconfont {
  font-size: 1.5rem;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
}
.cid-uVxtHsIeP4 .card-wrapper {
  background: #fafafa;
  margin-bottom: 2rem;
}
.cid-uVxtHsIeP4 .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uVxtHsIeP4 .card-wrapper:hover .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uVxtHsIeP4 .card-box {
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uVxtHsIeP4 .card-box {
    padding: 1rem;
  }
  .cid-uVxtHsIeP4 .align-left {
    text-align: center;
  }
  .cid-uVxtHsIeP4 .align-right,
  .cid-uVxtHsIeP4 .align-left {
    text-align: center;
  }
  .cid-uVxtHsIeP4 .title {
    flex-direction: column;
  }
  .cid-uVxtHsIeP4 .icon,
  .cid-uVxtHsIeP4 .title-box {
    margin: 0rem;
  }
  .cid-uVxtHsIeP4 .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uVxtHsIeP4 .mbr-text,
.cid-uVxtHsIeP4 .card-box {
  color: #000000;
}
.cid-uVxtHsIeP4 .card-subtitle {
  color: #59bb93;
}
.cid-uVxtHsIeP4 .main-title {
  color: #59bb93;
}
.cid-uVxtHsIeP4 .card-title,
.cid-uVxtHsIeP4 .card-box {
  text-align: center;
}
.cid-uVxtHtvNJV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVxtHtvNJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxtHtvNJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHtvNJV .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVxtHtvNJV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVxtHtvNJV .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVxtHtvNJV .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVxtHtvNJV .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVxtHtvNJV .mbr-section-title {
  color: #ff6d99;
}
.cid-uVxtHtvNJV .mbr-text,
.cid-uVxtHtvNJV .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVxtHtvNJV .mbr-section-title,
.cid-uVxtHtvNJV .mbr-section-btn {
  text-align: center;
}
.cid-uVxtHtVRyz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVxtHtVRyz .container-fluid {
  padding: 0 1rem;
}
.cid-uVxtHtVRyz .row {
  position: relative;
}
.cid-uVxtHtVRyz .arrow-down {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffffff;
}
.cid-uVxtHtVRyz .mbr-section-btn {
  position: absolute;
  bottom: 3rem;
  width: fit-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.cid-uVxtHtVRyz .main-title {
  position: absolute;
  top: 3rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #ffffff;
}
.cid-uVxtHtVRyz .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 30rem;
  color: #ffffff;
  opacity: 0.2;
  z-index: 1;
}
.cid-uVxtHtVRyz .card-box {
  z-index: 2;
  margin: auto;
  position: relative;
  max-width: 450px;
  height: 100%;
}
.cid-uVxtHtVRyz .card-wrapper {
  position: relative;
  transition: all 0.3s;
  padding: 18rem 1rem;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVxtHtVRyz .card1 {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVxtHtVRyz .card2 {
  background-color: #ffb18a;
  overflow: hidden;
}
.cid-uVxtHtVRyz .card-title,
.cid-uVxtHtVRyz .card-box {
  color: #ffffff;
}
.cid-uVxtHtVRyz .card-title {
  color: #000000;
}
.cid-uVxtHuHLhK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-uVxtHuHLhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxtHuHLhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHuHLhK .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVxtHuHLhK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVxtHuHLhK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVxtHuHLhK .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVxtHuHLhK .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVxtHuHLhK .mbr-section-title {
  color: #ff6d99;
}
.cid-uVxtHuHLhK .mbr-text,
.cid-uVxtHuHLhK .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVxtHuHLhK .mbr-section-title,
.cid-uVxtHuHLhK .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVxtHviKTj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uVxtHviKTj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uVxtHviKTj .team-card:hover {
  transform: translateY(-10px);
}
.cid-uVxtHviKTj .card-wrapper {
  display: flex;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-uVxtHviKTj .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uVxtHviKTj .main-icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  margin-right: -1rem;
  display: block;
}
.cid-uVxtHviKTj img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-uVxtHviKTj .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-uVxtHviKTj .image-wrap {
    width: 100%;
  }
}
.cid-uVxtHviKTj .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-uVxtHviKTj .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #ffd96a;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-uVxtHviKTj .line {
    display: none;
  }
}
.cid-uVxtHviKTj .container {
  max-width: 1600px;
}
@media (min-width: 767px) {
  .cid-uVxtHviKTj .container {
    padding: 0 3rem;
  }
}
.cid-uVxtHviKTj .content-wrap {
  padding: 2rem;
}
.cid-uVxtHviKTj .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-uVxtHviKTj .card1 {
  background: #ffb18a;
}
.cid-uVxtHviKTj .card2 {
  background: #27b7eb;
}
.cid-uVxtHviKTj .card3 {
  background: #faaf3f;
}
.cid-uVxtHviKTj .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVxtHviKTj .card-wrap {
    flex-direction: column;
  }
}
.cid-uVxtHviKTj .card-wrap:hover img {
  transform: scale(1);
}
.cid-uVxtHviKTj .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-uVxtHviKTj .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uVxtHviKTj .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
  .cid-uVxtHviKTj .card-wrapper {
    flex-direction: column;
  }
  .cid-uVxtHviKTj .icon,
  .cid-uVxtHviKTj .card-box {
    margin: 0rem;
  }
  .cid-uVxtHviKTj .main-icon {
    margin: auto;
    margin-bottom: 1rem!important;
  }
  .cid-uVxtHviKTj .align-left {
    text-align: center;
  }
}
.cid-uVxtHviKTj .card-title,
.cid-uVxtHviKTj .icon,
.cid-uVxtHviKTj .icon-plus {
  color: #000000;
  text-align: center;
}
.cid-uVxtHviKTj .mbr-role {
  color: #ffffff;
}
.cid-uVxtHviKTj .main-title {
  color: #f16f52;
}
.cid-uVxtHxYU2V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxtHxYU2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxtHxYU2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHxYU2V .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVxtHxYU2V .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVxtHxYU2V .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVxtHxYU2V .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVxtHxYU2V .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVxtHxYU2V .mbr-section-title {
  color: #ff6d99;
}
.cid-uVxtHxYU2V .mbr-text,
.cid-uVxtHxYU2V .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVxtHxYU2V .mbr-section-title,
.cid-uVxtHxYU2V .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVxtHyURZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uVxtHyURZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxtHyURZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHyURZt .content-wrapper {
  padding: 80px 90px;
  background-color: #ffb18a;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVxtHyURZt .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uVxtHyURZt .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVxtHyURZt .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uVxtHyURZt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVxtHyURZt .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVxtHyURZt .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uVxtHyURZt .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxtHyURZt .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVxtHyURZt .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uVxtHyURZt .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uVxtHyURZt .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uVxtHyURZt .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVxtHyURZt .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uVxtHyURZt .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uVxtHyURZt .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uVxtHyURZt .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVxtHyURZt .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uVxtHyURZt .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uVxtHyURZt .mbr-section-title {
  color: #050f0f;
}
.cid-uVxtHyURZt .item-title {
  color: #050f0f;
}
.cid-uVxtHyURZt .item-text {
  color: #050f0f;
}
.cid-uVxtHyURZt .mbr-section-title,
.cid-uVxtHyURZt .tabs-wrapper {
  text-align: center;
}
.cid-uVxtHzWyLC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-uVxtHzWyLC .image-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uVxtHzWyLC .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uVxtHzWyLC .card {
  margin-bottom: 2rem;
}
.cid-uVxtHzWyLC .card-wrapper {
  padding-bottom: 5rem;
  display: flex;
  overflow: visible;
}
.cid-uVxtHzWyLC .mbr-iconfont {
  position: absolute;
  top: -1rem;
  left: 0rem;
  font-size: 5rem;
  color: #59bb93;
  opacity: 0.2;
}
.cid-uVxtHzWyLC .icon {
  font-size: 5rem;
  color: #59bb93;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-uVxtHzWyLC .card-box {
  margin-left: -1rem;
}
.cid-uVxtHzWyLC .card-title {
  color: #000000;
  text-align: center;
}
.cid-uVxtHzWyLC .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uVxtHzWyLC .align-right,
  .cid-uVxtHzWyLC .align-left {
    text-align: center;
  }
  .cid-uVxtHzWyLC .card-wrapper {
    flex-direction: column;
  }
  .cid-uVxtHzWyLC .icon,
  .cid-uVxtHzWyLC .card-box {
    margin: 0rem;
  }
  .cid-uVxtHzWyLC .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uVxtHzWyLC .mbr-text {
  color: #000000;
}
.cid-uVxtHzWyLC .name {
  color: #6f5ad3;
}
.cid-uVxtHzWyLC .position {
  color: #6f5ad3;
}
.cid-uVxtHAxtmU {
  background-image: url("../../../assets/images/7.webp");
}
.cid-uVxtHAxtmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxtHAxtmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHAxtmU .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uVxtHAxtmU .image-wrap {
    height: 350px;
  }
}
.cid-uVxtHASees {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uVxtHASees .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxtHASees .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHASees .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVxtHASees .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVxtHASees .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVxtHASees .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVxtHASees .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVxtHASees .mbr-section-title {
  color: #000000;
}
.cid-uVxtHASees .mbr-text,
.cid-uVxtHASees .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVxtHASees .mbr-section-title,
.cid-uVxtHASees .title-wrapper,
.cid-uVxtHASees .mbr-section-btn {
  text-align: center;
}
.cid-uVxtHBjZiI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxtHBjZiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxtHBjZiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHBjZiI .row {
  margin: 0 -45px;
}
.cid-uVxtHBjZiI .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uVxtHBjZiI .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uVxtHBjZiI .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVxtHBjZiI .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVxtHBjZiI .image-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-uVxtHBjZiI .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uVxtHBjZiI .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uVxtHBjZiI .image-wrapper img {
    height: 300px;
  }
}
.cid-uVxtHBjZiI .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #fecb66;
  margin-bottom: 22px;
}
.cid-uVxtHBjZiI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #bbbbbb;
}
.cid-uVxtHBjZiI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uVxtHBjZiI .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVxtHBjZiI .mbr-label {
  color: #3a001d;
}
.cid-uVxtHBjZiI .mbr-section-title {
  color: #fffaf0;
}
.cid-uVxtHBjZiI .mbr-text {
  color: #fffaf0;
}
.cid-uVxtHBjZiI .mbr-section-title,
.cid-uVxtHBjZiI .mbr-section-btn {
  color: #000000;
}
.cid-uVxtHBjZiI .mbr-text,
.cid-uVxtHBjZiI .text-wrapper {
  color: #000000;
}
.cid-uVxtHBK60P {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uVxtHBK60P .card-text {
  padding-left: 3.5rem;
  color: #000000;
  max-width: 500px;
}
.cid-uVxtHBK60P .card-box {
  padding-bottom: 1rem;
}
.cid-uVxtHBK60P img {
  border-radius: 8px;
}
.cid-uVxtHBK60P .mbr-section-btn {
  margin-left: 2.5rem;
}
.cid-uVxtHBK60P .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-uVxtHBK60P .container {
    padding: 0 2rem;
  }
}
.cid-uVxtHBK60P .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVxtHBK60P .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uVxtHBK60P .card-title {
  position: relative;
  padding-left: 3.5rem;
  color: #000000;
}
.cid-uVxtHBK60P .card-title:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}
.cid-uVxtHBK60P .main-text {
  color: #ffffff;
}
.cid-uVxtHBK60P .main-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uVxtHBK60P .align-left {
    text-align: center;
  }
  .cid-uVxtHBK60P .card-text {
    padding-left: 1.5rem;
  }
  .cid-uVxtHBK60P .card-title {
    padding-left: 1.5rem;
  }
  .cid-uVxtHBK60P .card-title:before {
    left: 0rem;
  }
  .cid-uVxtHBK60P .mbr-section-btn {
    margin-left: 0rem;
  }
}
.cid-uVxtHBK60P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxtHBK60P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHCgNGQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxtHCgNGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxtHCgNGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHCgNGQ .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-uVxtHCgNGQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #ffb18a;
}
@media (max-width: 992px) {
  .cid-uVxtHCgNGQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uVxtHCgNGQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uVxtHCgNGQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVxtHCgNGQ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVxtHCgNGQ .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-uVxtHCgNGQ .mbr-section-title {
  color: #fffaf0;
}
.cid-uVxtHCgNGQ .mbr-text,
.cid-uVxtHCgNGQ .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVxtHCgNGQ .mbr-section-title,
.cid-uVxtHCgNGQ .mbr-section-btn,
.cid-uVxtHCgNGQ .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uVxx2byPKp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVxx2byPKp .panel-group {
  border: none;
}
.cid-uVxx2byPKp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVxx2byPKp .panel-title.collapsed .icon-card::after {
  transform: rotate(90deg);
}
.cid-uVxx2byPKp .panel-title.collapsed .icon-card::before {
  transform: rotate(180deg);
}
.cid-uVxx2byPKp .panel-title:hover .icon-card::after {
  transform: rotate(0deg);
}
.cid-uVxx2byPKp .panel-title:hover .icon-card::before {
  transform: rotate(0deg);
}
.cid-uVxx2byPKp .card-header {
  margin: 0 !important;
  padding: 0.8125rem 0 0.3125rem 0;
  border-bottom: 2px solid #e5d9d0;
}
.cid-uVxx2byPKp .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cid-uVxx2byPKp .card {
  margin-bottom: 0.75rem;
}
.cid-uVxx2byPKp .card .card-header {
  background-color: transparent;
}
.cid-uVxx2byPKp .panel-title-edit {
  width: 100%;
  color: #000000;
}
.cid-uVxx2byPKp .image-wrapper,
.cid-uVxx2byPKp .mbr-img-wrap {
  height: 100%;
}
.cid-uVxx2byPKp .icon-card {
  width: 17px;
  height: 17px;
  position: relative;
}
.cid-uVxx2byPKp .icon-card::before,
.cid-uVxx2byPKp .icon-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #9d0ef2;
  transition: 0.3s;
}
.cid-uVxx2byPKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxx2byPKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHCDnSo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uVxtHCDnSo .google-map {
  height: 30rem;
  position: relative;
}
.cid-uVxtHCDnSo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uVxtHCDnSo .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uVxtHCDnSo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uVxtHCDnSo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVxtHD393h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxtHD393h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxtHD393h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxtHD393h .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVxtHD393h .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uVxtHD393h .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVxtHD393h .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uVxtHD393h .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVxtHD393h .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVxtHD393h .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVxtHD393h .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uVxtHD393h .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVxtHD393h .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVxtHD393h .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVxtHD393h .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVxtHD393h .items-wrapper .card {
  padding: 0 32px;
}
.cid-uVxtHD393h .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVxtHD393h .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxtHD393h .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVxtHD393h .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVxtHD393h .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVxtHD393h .list-wrapper .list .item-wrap:hover,
.cid-uVxtHD393h .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVxtHD393h .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVxtHD393h .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVxtHD393h .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxtHD393h .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVxtHD393h .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVxtHD393h .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uVxtHD393h .mbr-desc {
  color: #000000;
}
.cid-uVxtHD393h .mbr-text,
.cid-uVxtHD393h .text-wrapper {
  color: #9aa0a6;
}
.cid-uVxtHD393h .list {
  color: #9aa0a6;
}
.cid-uVxtHD393h .mbr-text,
.cid-uVxtHD393h .mbr-section-btn {
  color: #ffffff;
}
.cid-uVxtHD393h .list,
.cid-uVxtHD393h .item-wrap {
  color: #000000;
}
.cid-uVxy0PJrRl {
  z-index: 1000;
  width: 100%;
}
.cid-uVxy0PJrRl nav.navbar {
  position: fixed;
}
.cid-uVxy0PJrRl .nav-link {
  position: relative;
}
.cid-uVxy0PJrRl .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uVxy0PJrRl .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-uVxy0PJrRl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVxy0PJrRl .dropdown-menu {
  padding: 0;
}
.cid-uVxy0PJrRl .dropdown-item:hover,
.cid-uVxy0PJrRl .dropdown-item:focus {
  background: #9d0ef2 !important;
  color: white !important;
}
.cid-uVxy0PJrRl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uVxy0PJrRl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVxy0PJrRl .container {
  display: flex;
  margin: auto;
}
.cid-uVxy0PJrRl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVxy0PJrRl .navbar-caption {
  padding-right: 4rem;
}
.cid-uVxy0PJrRl .dropdown-menu,
.cid-uVxy0PJrRl .navbar.opened {
  background: #ffffff !important;
}
.cid-uVxy0PJrRl .nav-item:focus,
.cid-uVxy0PJrRl .nav-link:focus {
  outline: none;
}
.cid-uVxy0PJrRl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVxy0PJrRl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVxy0PJrRl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVxy0PJrRl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVxy0PJrRl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVxy0PJrRl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVxy0PJrRl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uVxy0PJrRl .navbar.opened {
  transition: all .3s;
}
.cid-uVxy0PJrRl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVxy0PJrRl .navbar .navbar-logo img {
  width: auto;
}
.cid-uVxy0PJrRl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVxy0PJrRl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVxy0PJrRl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVxy0PJrRl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uVxy0PJrRl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVxy0PJrRl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVxy0PJrRl .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: 55%;
}
.cid-uVxy0PJrRl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVxy0PJrRl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVxy0PJrRl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVxy0PJrRl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVxy0PJrRl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVxy0PJrRl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVxy0PJrRl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVxy0PJrRl .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: 55%;
  }
  .cid-uVxy0PJrRl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVxy0PJrRl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVxy0PJrRl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVxy0PJrRl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVxy0PJrRl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVxy0PJrRl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVxy0PJrRl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVxy0PJrRl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVxy0PJrRl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVxy0PJrRl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVxy0PJrRl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVxy0PJrRl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVxy0PJrRl .dropdown-item.active,
.cid-uVxy0PJrRl .dropdown-item:active {
  background-color: transparent;
}
.cid-uVxy0PJrRl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVxy0PJrRl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVxy0PJrRl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVxy0PJrRl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVxy0PJrRl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVxy0PJrRl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVxy0PJrRl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVxy0PJrRl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVxy0PJrRl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uVxy0PJrRl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uVxy0PJrRl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVxy0PJrRl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxy0PJrRl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxy0PJrRl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVxy0PJrRl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxy0PJrRl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVxy0PJrRl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVxy0PJrRl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxy0PJrRl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVxy0PJrRl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVxy0PJrRl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVxy0PJrRl .navbar {
    height: 77px;
  }
  .cid-uVxy0PJrRl .navbar.opened {
    height: auto;
  }
  .cid-uVxy0PJrRl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVxy0QQYiS {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/9.webp");
}
.cid-uVxy0QQYiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy0QQYiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy0QQYiS .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVxy0QQYiS .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVxy0QQYiS .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVxy0QQYiS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVxy0QQYiS .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uVxy0QQYiS .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVxy0QQYiS .text-wrapper {
    padding-left: 0;
  }
}
.cid-uVxy0QQYiS .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVxy0QQYiS .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVxy0QQYiS .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVxy0QQYiS .mbr-label {
  color: #ffffff;
}
.cid-uVxy0QQYiS .mbr-section-title {
  color: #ffffff;
}
.cid-uVxy0QQYiS .mbr-text {
  color: #ffffff;
}
.cid-uVxy0RxXcD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVxy0RxXcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy0RxXcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy0RxXcD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVxy0RxXcD .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVxy0RxXcD .container {
    padding: 0 30px;
  }
}
.cid-uVxy0RxXcD .row {
  justify-content: center;
}
.cid-uVxy0RxXcD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVxy0RxXcD .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVxy0RxXcD .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVxy0RxXcD .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uVxy0RxXcD .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uVxy0RxXcD .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uVxy0RxXcD .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVxy0RxXcD .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uVxy0RxXcD .mbr-section-title {
  color: #22654E;
}
.cid-uVxy0RxXcD .mbr-text {
  color: #144031;
}
.cid-uVxy0Sraj7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-uVxy0Sraj7 img {
  transition: all 0.3s;
}
.cid-uVxy0Sraj7 .img-wrapper {
  overflow: hidden;
}
.cid-uVxy0Sraj7 .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-uVxy0Sraj7 .container {
    padding: 0 2rem;
  }
}
.cid-uVxy0Sraj7 .title {
  display: flex;
  padding: 0 1rem;
}
.cid-uVxy0Sraj7 .icon {
  font-size: 5rem;
  color: #ffd96a;
  padding-right: 0rem;
  margin-right: -1rem;
  display: block;
}
.cid-uVxy0Sraj7 .mbr-iconfont {
  font-size: 1.5rem;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
}
.cid-uVxy0Sraj7 .card-wrapper {
  background: #fafafa;
  margin-bottom: 2rem;
}
.cid-uVxy0Sraj7 .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uVxy0Sraj7 .card-wrapper:hover .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uVxy0Sraj7 .card-box {
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uVxy0Sraj7 .card-box {
    padding: 1rem;
  }
  .cid-uVxy0Sraj7 .align-left {
    text-align: center;
  }
  .cid-uVxy0Sraj7 .align-right,
  .cid-uVxy0Sraj7 .align-left {
    text-align: center;
  }
  .cid-uVxy0Sraj7 .title {
    flex-direction: column;
  }
  .cid-uVxy0Sraj7 .icon,
  .cid-uVxy0Sraj7 .title-box {
    margin: 0rem;
  }
  .cid-uVxy0Sraj7 .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uVxy0Sraj7 .mbr-text,
.cid-uVxy0Sraj7 .card-box {
  color: #000000;
}
.cid-uVxy0Sraj7 .card-subtitle {
  color: #59bb93;
}
.cid-uVxy0Sraj7 .main-title {
  color: #59bb93;
}
.cid-uVxy0Sraj7 .card-title,
.cid-uVxy0Sraj7 .card-box {
  text-align: center;
}
.cid-uVxy0U861i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVxy0U861i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy0U861i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy0U861i .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVxy0U861i .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVxy0U861i .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVxy0U861i .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVxy0U861i .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVxy0U861i .mbr-section-title {
  color: #ff6d99;
}
.cid-uVxy0U861i .mbr-text,
.cid-uVxy0U861i .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVxy0U861i .mbr-section-title,
.cid-uVxy0U861i .mbr-section-btn {
  text-align: center;
}
.cid-uVxy0Vv8Vd {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVxy0Vv8Vd .container-fluid {
  padding: 0 1rem;
}
.cid-uVxy0Vv8Vd .row {
  position: relative;
}
.cid-uVxy0Vv8Vd .arrow-down {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffffff;
}
.cid-uVxy0Vv8Vd .mbr-section-btn {
  position: absolute;
  bottom: 3rem;
  width: fit-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.cid-uVxy0Vv8Vd .main-title {
  position: absolute;
  top: 3rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #ffffff;
}
.cid-uVxy0Vv8Vd .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 30rem;
  color: #ffffff;
  opacity: 0.2;
  z-index: 1;
}
.cid-uVxy0Vv8Vd .card-box {
  z-index: 2;
  margin: auto;
  position: relative;
  max-width: 450px;
  height: 100%;
}
.cid-uVxy0Vv8Vd .card-wrapper {
  position: relative;
  transition: all 0.3s;
  padding: 18rem 1rem;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVxy0Vv8Vd .card1 {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVxy0Vv8Vd .card2 {
  background-color: #ffb18a;
  overflow: hidden;
}
.cid-uVxy0Vv8Vd .card-title,
.cid-uVxy0Vv8Vd .card-box {
  color: #ffffff;
}
.cid-uVxy0Vv8Vd .card-title {
  color: #000000;
}
.cid-uVxy0WBqAp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-uVxy0WBqAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy0WBqAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy0WBqAp .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVxy0WBqAp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVxy0WBqAp .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVxy0WBqAp .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVxy0WBqAp .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVxy0WBqAp .mbr-section-title {
  color: #ff6d99;
}
.cid-uVxy0WBqAp .mbr-text,
.cid-uVxy0WBqAp .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVxy0WBqAp .mbr-section-title,
.cid-uVxy0WBqAp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVxy0XI8xe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uVxy0XI8xe .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uVxy0XI8xe .team-card:hover {
  transform: translateY(-10px);
}
.cid-uVxy0XI8xe .card-wrapper {
  display: flex;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-uVxy0XI8xe .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uVxy0XI8xe .main-icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  margin-right: -1rem;
  display: block;
}
.cid-uVxy0XI8xe img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-uVxy0XI8xe .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-uVxy0XI8xe .image-wrap {
    width: 100%;
  }
}
.cid-uVxy0XI8xe .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-uVxy0XI8xe .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #ffd96a;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-uVxy0XI8xe .line {
    display: none;
  }
}
.cid-uVxy0XI8xe .container {
  max-width: 1600px;
}
@media (min-width: 767px) {
  .cid-uVxy0XI8xe .container {
    padding: 0 3rem;
  }
}
.cid-uVxy0XI8xe .content-wrap {
  padding: 2rem;
}
.cid-uVxy0XI8xe .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-uVxy0XI8xe .card1 {
  background: #ffb18a;
}
.cid-uVxy0XI8xe .card2 {
  background: #27b7eb;
}
.cid-uVxy0XI8xe .card3 {
  background: #faaf3f;
}
.cid-uVxy0XI8xe .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVxy0XI8xe .card-wrap {
    flex-direction: column;
  }
}
.cid-uVxy0XI8xe .card-wrap:hover img {
  transform: scale(1);
}
.cid-uVxy0XI8xe .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-uVxy0XI8xe .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uVxy0XI8xe .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
  .cid-uVxy0XI8xe .card-wrapper {
    flex-direction: column;
  }
  .cid-uVxy0XI8xe .icon,
  .cid-uVxy0XI8xe .card-box {
    margin: 0rem;
  }
  .cid-uVxy0XI8xe .main-icon {
    margin: auto;
    margin-bottom: 1rem!important;
  }
  .cid-uVxy0XI8xe .align-left {
    text-align: center;
  }
}
.cid-uVxy0XI8xe .card-title,
.cid-uVxy0XI8xe .icon,
.cid-uVxy0XI8xe .icon-plus {
  color: #000000;
  text-align: center;
}
.cid-uVxy0XI8xe .mbr-role {
  color: #ffffff;
}
.cid-uVxy0XI8xe .main-title {
  color: #f16f52;
}
.cid-uVxy0Yt8or {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxy0Yt8or .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy0Yt8or .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy0Yt8or .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVxy0Yt8or .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVxy0Yt8or .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVxy0Yt8or .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVxy0Yt8or .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVxy0Yt8or .mbr-section-title {
  color: #ff6d99;
}
.cid-uVxy0Yt8or .mbr-text,
.cid-uVxy0Yt8or .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVxy0Yt8or .mbr-section-title,
.cid-uVxy0Yt8or .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVxy0YXX19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uVxy0YXX19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy0YXX19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy0YXX19 .content-wrapper {
  padding: 80px 90px;
  background-color: #ffb18a;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVxy0YXX19 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uVxy0YXX19 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVxy0YXX19 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uVxy0YXX19 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVxy0YXX19 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVxy0YXX19 .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uVxy0YXX19 .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxy0YXX19 .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVxy0YXX19 .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uVxy0YXX19 .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uVxy0YXX19 .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uVxy0YXX19 .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVxy0YXX19 .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uVxy0YXX19 .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uVxy0YXX19 .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uVxy0YXX19 .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVxy0YXX19 .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uVxy0YXX19 .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uVxy0YXX19 .mbr-section-title {
  color: #050f0f;
}
.cid-uVxy0YXX19 .item-title {
  color: #050f0f;
}
.cid-uVxy0YXX19 .item-text {
  color: #050f0f;
}
.cid-uVxy0YXX19 .mbr-section-title,
.cid-uVxy0YXX19 .tabs-wrapper {
  text-align: center;
}
.cid-uVxy0ZOCH1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-uVxy0ZOCH1 .image-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uVxy0ZOCH1 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uVxy0ZOCH1 .card {
  margin-bottom: 2rem;
}
.cid-uVxy0ZOCH1 .card-wrapper {
  padding-bottom: 5rem;
  display: flex;
  overflow: visible;
}
.cid-uVxy0ZOCH1 .mbr-iconfont {
  position: absolute;
  top: -1rem;
  left: 0rem;
  font-size: 5rem;
  color: #59bb93;
  opacity: 0.2;
}
.cid-uVxy0ZOCH1 .icon {
  font-size: 5rem;
  color: #59bb93;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-uVxy0ZOCH1 .card-box {
  margin-left: -1rem;
}
.cid-uVxy0ZOCH1 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uVxy0ZOCH1 .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uVxy0ZOCH1 .align-right,
  .cid-uVxy0ZOCH1 .align-left {
    text-align: center;
  }
  .cid-uVxy0ZOCH1 .card-wrapper {
    flex-direction: column;
  }
  .cid-uVxy0ZOCH1 .icon,
  .cid-uVxy0ZOCH1 .card-box {
    margin: 0rem;
  }
  .cid-uVxy0ZOCH1 .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uVxy0ZOCH1 .mbr-text {
  color: #000000;
}
.cid-uVxy0ZOCH1 .name {
  color: #6f5ad3;
}
.cid-uVxy0ZOCH1 .position {
  color: #6f5ad3;
}
.cid-uVxy10ozjy {
  background-image: url("../../../assets/images/10-1920x1440.jpg");
}
.cid-uVxy10ozjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy10ozjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy10ozjy .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uVxy10ozjy .image-wrap {
    height: 350px;
  }
}
.cid-uVxy10PEPx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uVxy10PEPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy10PEPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy10PEPx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVxy10PEPx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVxy10PEPx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVxy10PEPx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVxy10PEPx .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVxy10PEPx .mbr-section-title {
  color: #000000;
}
.cid-uVxy10PEPx .mbr-text,
.cid-uVxy10PEPx .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVxy10PEPx .mbr-section-title,
.cid-uVxy10PEPx .title-wrapper,
.cid-uVxy10PEPx .mbr-section-btn {
  text-align: center;
}
.cid-uVxDcTDW34 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVxDcTDW34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDcTDW34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDcTDW34 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVxDcTDW34 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVxDcTDW34 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVxDcTDW34 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVxDcTDW34 .container {
    padding: 0 24px;
  }
}
.cid-uVxDcTDW34 .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uVxDcTDW34 .image-wrapper img {
    height: 400px;
  }
}
.cid-uVxy11fz6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxy11fz6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy11fz6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy11fz6O .row {
  margin: 0 -45px;
}
.cid-uVxy11fz6O .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uVxy11fz6O .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uVxy11fz6O .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVxy11fz6O .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVxy11fz6O .image-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-uVxy11fz6O .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uVxy11fz6O .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uVxy11fz6O .image-wrapper img {
    height: 300px;
  }
}
.cid-uVxy11fz6O .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #fecb66;
  margin-bottom: 22px;
}
.cid-uVxy11fz6O .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #bbbbbb;
}
.cid-uVxy11fz6O .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uVxy11fz6O .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVxy11fz6O .mbr-label {
  color: #3a001d;
}
.cid-uVxy11fz6O .mbr-section-title {
  color: #fffaf0;
}
.cid-uVxy11fz6O .mbr-text {
  color: #fffaf0;
}
.cid-uVxy11fz6O .mbr-section-title,
.cid-uVxy11fz6O .mbr-section-btn {
  color: #000000;
}
.cid-uVxy11fz6O .mbr-text,
.cid-uVxy11fz6O .text-wrapper {
  color: #000000;
}
.cid-uVxy11FMJr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uVxy11FMJr .card-text {
  padding-left: 3.5rem;
  color: #000000;
  max-width: 500px;
}
.cid-uVxy11FMJr .card-box {
  padding-bottom: 1rem;
}
.cid-uVxy11FMJr img {
  border-radius: 8px;
}
.cid-uVxy11FMJr .mbr-section-btn {
  margin-left: 2.5rem;
}
.cid-uVxy11FMJr .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-uVxy11FMJr .container {
    padding: 0 2rem;
  }
}
.cid-uVxy11FMJr .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVxy11FMJr .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uVxy11FMJr .card-title {
  position: relative;
  padding-left: 3.5rem;
  color: #000000;
}
.cid-uVxy11FMJr .card-title:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}
.cid-uVxy11FMJr .main-text {
  color: #ffffff;
}
.cid-uVxy11FMJr .main-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uVxy11FMJr .align-left {
    text-align: center;
  }
  .cid-uVxy11FMJr .card-text {
    padding-left: 1.5rem;
  }
  .cid-uVxy11FMJr .card-title {
    padding-left: 1.5rem;
  }
  .cid-uVxy11FMJr .card-title:before {
    left: 0rem;
  }
  .cid-uVxy11FMJr .mbr-section-btn {
    margin-left: 0rem;
  }
}
.cid-uVxy11FMJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy11FMJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy125so3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxy125so3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy125so3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy125so3 .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-uVxy125so3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #ffb18a;
}
@media (max-width: 992px) {
  .cid-uVxy125so3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uVxy125so3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uVxy125so3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVxy125so3 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVxy125so3 .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-uVxy125so3 .mbr-section-title {
  color: #fffaf0;
}
.cid-uVxy125so3 .mbr-text,
.cid-uVxy125so3 .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVxy125so3 .mbr-section-title,
.cid-uVxy125so3 .mbr-section-btn,
.cid-uVxy125so3 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uVxy12rsad {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVxy12rsad .panel-group {
  border: none;
}
.cid-uVxy12rsad .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVxy12rsad .panel-title.collapsed .icon-card::after {
  transform: rotate(90deg);
}
.cid-uVxy12rsad .panel-title.collapsed .icon-card::before {
  transform: rotate(180deg);
}
.cid-uVxy12rsad .panel-title:hover .icon-card::after {
  transform: rotate(0deg);
}
.cid-uVxy12rsad .panel-title:hover .icon-card::before {
  transform: rotate(0deg);
}
.cid-uVxy12rsad .card-header {
  margin: 0 !important;
  padding: 0.8125rem 0 0.3125rem 0;
  border-bottom: 2px solid #e5d9d0;
}
.cid-uVxy12rsad .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cid-uVxy12rsad .card {
  margin-bottom: 0.75rem;
}
.cid-uVxy12rsad .card .card-header {
  background-color: transparent;
}
.cid-uVxy12rsad .panel-title-edit {
  width: 100%;
  color: #000000;
}
.cid-uVxy12rsad .image-wrapper,
.cid-uVxy12rsad .mbr-img-wrap {
  height: 100%;
}
.cid-uVxy12rsad .icon-card {
  width: 17px;
  height: 17px;
  position: relative;
}
.cid-uVxy12rsad .icon-card::before,
.cid-uVxy12rsad .icon-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #9d0ef2;
  transition: 0.3s;
}
.cid-uVxy12rsad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy12rsad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy13jnsx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uVxy13jnsx .google-map {
  height: 30rem;
  position: relative;
}
.cid-uVxy13jnsx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uVxy13jnsx .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uVxy13jnsx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uVxy13jnsx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVxy13K6CQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxy13K6CQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxy13K6CQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxy13K6CQ .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVxy13K6CQ .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uVxy13K6CQ .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVxy13K6CQ .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uVxy13K6CQ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVxy13K6CQ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVxy13K6CQ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVxy13K6CQ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uVxy13K6CQ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVxy13K6CQ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVxy13K6CQ .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVxy13K6CQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVxy13K6CQ .items-wrapper .card {
  padding: 0 32px;
}
.cid-uVxy13K6CQ .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVxy13K6CQ .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxy13K6CQ .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVxy13K6CQ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVxy13K6CQ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVxy13K6CQ .list-wrapper .list .item-wrap:hover,
.cid-uVxy13K6CQ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVxy13K6CQ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVxy13K6CQ .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVxy13K6CQ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxy13K6CQ .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVxy13K6CQ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVxy13K6CQ .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uVxy13K6CQ .mbr-desc {
  color: #000000;
}
.cid-uVxy13K6CQ .mbr-text,
.cid-uVxy13K6CQ .text-wrapper {
  color: #9aa0a6;
}
.cid-uVxy13K6CQ .list {
  color: #9aa0a6;
}
.cid-uVxy13K6CQ .mbr-text,
.cid-uVxy13K6CQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uVxy13K6CQ .list,
.cid-uVxy13K6CQ .item-wrap {
  color: #000000;
}
.cid-uVxDqpP8D8 {
  z-index: 1000;
  width: 100%;
}
.cid-uVxDqpP8D8 nav.navbar {
  position: fixed;
}
.cid-uVxDqpP8D8 .nav-link {
  position: relative;
}
.cid-uVxDqpP8D8 .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uVxDqpP8D8 .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-uVxDqpP8D8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVxDqpP8D8 .dropdown-menu {
  padding: 0;
}
.cid-uVxDqpP8D8 .dropdown-item:hover,
.cid-uVxDqpP8D8 .dropdown-item:focus {
  background: #9d0ef2 !important;
  color: white !important;
}
.cid-uVxDqpP8D8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uVxDqpP8D8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVxDqpP8D8 .container {
  display: flex;
  margin: auto;
}
.cid-uVxDqpP8D8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVxDqpP8D8 .navbar-caption {
  padding-right: 4rem;
}
.cid-uVxDqpP8D8 .dropdown-menu,
.cid-uVxDqpP8D8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVxDqpP8D8 .nav-item:focus,
.cid-uVxDqpP8D8 .nav-link:focus {
  outline: none;
}
.cid-uVxDqpP8D8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVxDqpP8D8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVxDqpP8D8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVxDqpP8D8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVxDqpP8D8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVxDqpP8D8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVxDqpP8D8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uVxDqpP8D8 .navbar.opened {
  transition: all .3s;
}
.cid-uVxDqpP8D8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVxDqpP8D8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVxDqpP8D8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVxDqpP8D8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVxDqpP8D8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVxDqpP8D8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uVxDqpP8D8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVxDqpP8D8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVxDqpP8D8 .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: 55%;
}
.cid-uVxDqpP8D8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVxDqpP8D8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVxDqpP8D8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVxDqpP8D8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVxDqpP8D8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVxDqpP8D8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVxDqpP8D8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVxDqpP8D8 .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: 55%;
  }
  .cid-uVxDqpP8D8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVxDqpP8D8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVxDqpP8D8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVxDqpP8D8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVxDqpP8D8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVxDqpP8D8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVxDqpP8D8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVxDqpP8D8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVxDqpP8D8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVxDqpP8D8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVxDqpP8D8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVxDqpP8D8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVxDqpP8D8 .dropdown-item.active,
.cid-uVxDqpP8D8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVxDqpP8D8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVxDqpP8D8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVxDqpP8D8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVxDqpP8D8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVxDqpP8D8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVxDqpP8D8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVxDqpP8D8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVxDqpP8D8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVxDqpP8D8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uVxDqpP8D8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uVxDqpP8D8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVxDqpP8D8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxDqpP8D8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxDqpP8D8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVxDqpP8D8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxDqpP8D8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVxDqpP8D8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVxDqpP8D8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxDqpP8D8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVxDqpP8D8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVxDqpP8D8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVxDqpP8D8 .navbar {
    height: 77px;
  }
  .cid-uVxDqpP8D8 .navbar.opened {
    height: auto;
  }
  .cid-uVxDqpP8D8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVxDqqLsCf {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/12.webp");
}
.cid-uVxDqqLsCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDqqLsCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDqqLsCf .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVxDqqLsCf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVxDqqLsCf .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVxDqqLsCf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVxDqqLsCf .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uVxDqqLsCf .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVxDqqLsCf .text-wrapper {
    padding-left: 0;
  }
}
.cid-uVxDqqLsCf .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVxDqqLsCf .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVxDqqLsCf .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVxDqqLsCf .mbr-label {
  color: #ffffff;
}
.cid-uVxDqqLsCf .mbr-section-title {
  color: #ffffff;
}
.cid-uVxDqqLsCf .mbr-text {
  color: #ffffff;
}
.cid-uVxDqrcoXQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVxDqrcoXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDqrcoXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDqrcoXQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVxDqrcoXQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVxDqrcoXQ .container {
    padding: 0 30px;
  }
}
.cid-uVxDqrcoXQ .row {
  justify-content: center;
}
.cid-uVxDqrcoXQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVxDqrcoXQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVxDqrcoXQ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVxDqrcoXQ .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uVxDqrcoXQ .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uVxDqrcoXQ .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uVxDqrcoXQ .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVxDqrcoXQ .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uVxDqrcoXQ .mbr-section-title {
  color: #22654E;
}
.cid-uVxDqrcoXQ .mbr-text {
  color: #144031;
}
.cid-uVxDqrDFZv {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-uVxDqrDFZv img {
  transition: all 0.3s;
}
.cid-uVxDqrDFZv .img-wrapper {
  overflow: hidden;
}
.cid-uVxDqrDFZv .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-uVxDqrDFZv .container {
    padding: 0 2rem;
  }
}
.cid-uVxDqrDFZv .title {
  display: flex;
  padding: 0 1rem;
}
.cid-uVxDqrDFZv .icon {
  font-size: 5rem;
  color: #ffd96a;
  padding-right: 0rem;
  margin-right: -1rem;
  display: block;
}
.cid-uVxDqrDFZv .mbr-iconfont {
  font-size: 1.5rem;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
}
.cid-uVxDqrDFZv .card-wrapper {
  background: #fafafa;
  margin-bottom: 2rem;
}
.cid-uVxDqrDFZv .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uVxDqrDFZv .card-wrapper:hover .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uVxDqrDFZv .card-box {
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uVxDqrDFZv .card-box {
    padding: 1rem;
  }
  .cid-uVxDqrDFZv .align-left {
    text-align: center;
  }
  .cid-uVxDqrDFZv .align-right,
  .cid-uVxDqrDFZv .align-left {
    text-align: center;
  }
  .cid-uVxDqrDFZv .title {
    flex-direction: column;
  }
  .cid-uVxDqrDFZv .icon,
  .cid-uVxDqrDFZv .title-box {
    margin: 0rem;
  }
  .cid-uVxDqrDFZv .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uVxDqrDFZv .mbr-text,
.cid-uVxDqrDFZv .card-box {
  color: #000000;
}
.cid-uVxDqrDFZv .card-subtitle {
  color: #59bb93;
}
.cid-uVxDqrDFZv .main-title {
  color: #59bb93;
}
.cid-uVxDqrDFZv .card-title,
.cid-uVxDqrDFZv .card-box {
  text-align: center;
}
.cid-uVxDqsyroY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVxDqsyroY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDqsyroY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDqsyroY .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVxDqsyroY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVxDqsyroY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVxDqsyroY .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVxDqsyroY .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVxDqsyroY .mbr-section-title {
  color: #ff6d99;
}
.cid-uVxDqsyroY .mbr-text,
.cid-uVxDqsyroY .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVxDqsyroY .mbr-section-title,
.cid-uVxDqsyroY .mbr-section-btn {
  text-align: center;
}
.cid-uVxDqt5mxf {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVxDqt5mxf .container-fluid {
  padding: 0 1rem;
}
.cid-uVxDqt5mxf .row {
  position: relative;
}
.cid-uVxDqt5mxf .arrow-down {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffffff;
}
.cid-uVxDqt5mxf .mbr-section-btn {
  position: absolute;
  bottom: 3rem;
  width: fit-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.cid-uVxDqt5mxf .main-title {
  position: absolute;
  top: 3rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #ffffff;
}
.cid-uVxDqt5mxf .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 30rem;
  color: #ffffff;
  opacity: 0.2;
  z-index: 1;
}
.cid-uVxDqt5mxf .card-box {
  z-index: 2;
  margin: auto;
  position: relative;
  max-width: 450px;
  height: 100%;
}
.cid-uVxDqt5mxf .card-wrapper {
  position: relative;
  transition: all 0.3s;
  padding: 18rem 1rem;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVxDqt5mxf .card1 {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVxDqt5mxf .card2 {
  background-color: #ffb18a;
  overflow: hidden;
}
.cid-uVxDqt5mxf .card-title,
.cid-uVxDqt5mxf .card-box {
  color: #ffffff;
}
.cid-uVxDqt5mxf .card-title {
  color: #000000;
}
.cid-uVxDqtJfdz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-uVxDqtJfdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDqtJfdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDqtJfdz .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVxDqtJfdz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVxDqtJfdz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVxDqtJfdz .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVxDqtJfdz .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVxDqtJfdz .mbr-section-title {
  color: #ff6d99;
}
.cid-uVxDqtJfdz .mbr-text,
.cid-uVxDqtJfdz .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVxDqtJfdz .mbr-section-title,
.cid-uVxDqtJfdz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVxDqu9RGi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uVxDqu9RGi .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uVxDqu9RGi .team-card:hover {
  transform: translateY(-10px);
}
.cid-uVxDqu9RGi .card-wrapper {
  display: flex;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-uVxDqu9RGi .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uVxDqu9RGi .main-icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  margin-right: -1rem;
  display: block;
}
.cid-uVxDqu9RGi img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-uVxDqu9RGi .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-uVxDqu9RGi .image-wrap {
    width: 100%;
  }
}
.cid-uVxDqu9RGi .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-uVxDqu9RGi .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #ffd96a;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-uVxDqu9RGi .line {
    display: none;
  }
}
.cid-uVxDqu9RGi .container {
  max-width: 1600px;
}
@media (min-width: 767px) {
  .cid-uVxDqu9RGi .container {
    padding: 0 3rem;
  }
}
.cid-uVxDqu9RGi .content-wrap {
  padding: 2rem;
}
.cid-uVxDqu9RGi .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-uVxDqu9RGi .card1 {
  background: #ffb18a;
}
.cid-uVxDqu9RGi .card2 {
  background: #27b7eb;
}
.cid-uVxDqu9RGi .card3 {
  background: #faaf3f;
}
.cid-uVxDqu9RGi .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVxDqu9RGi .card-wrap {
    flex-direction: column;
  }
}
.cid-uVxDqu9RGi .card-wrap:hover img {
  transform: scale(1);
}
.cid-uVxDqu9RGi .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-uVxDqu9RGi .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uVxDqu9RGi .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
  .cid-uVxDqu9RGi .card-wrapper {
    flex-direction: column;
  }
  .cid-uVxDqu9RGi .icon,
  .cid-uVxDqu9RGi .card-box {
    margin: 0rem;
  }
  .cid-uVxDqu9RGi .main-icon {
    margin: auto;
    margin-bottom: 1rem!important;
  }
  .cid-uVxDqu9RGi .align-left {
    text-align: center;
  }
}
.cid-uVxDqu9RGi .card-title,
.cid-uVxDqu9RGi .icon,
.cid-uVxDqu9RGi .icon-plus {
  color: #000000;
  text-align: center;
}
.cid-uVxDqu9RGi .mbr-role {
  color: #ffffff;
}
.cid-uVxDqu9RGi .main-title {
  color: #f16f52;
}
.cid-uVxDquQL2N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxDquQL2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDquQL2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDquQL2N .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVxDquQL2N .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVxDquQL2N .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVxDquQL2N .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVxDquQL2N .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVxDquQL2N .mbr-section-title {
  color: #ff6d99;
}
.cid-uVxDquQL2N .mbr-text,
.cid-uVxDquQL2N .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVxDquQL2N .mbr-section-title,
.cid-uVxDquQL2N .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVxDqvo0Nd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uVxDqvo0Nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDqvo0Nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDqvo0Nd .content-wrapper {
  padding: 80px 90px;
  background-color: #ffb18a;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVxDqvo0Nd .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uVxDqvo0Nd .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVxDqvo0Nd .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uVxDqvo0Nd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVxDqvo0Nd .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVxDqvo0Nd .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uVxDqvo0Nd .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxDqvo0Nd .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVxDqvo0Nd .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uVxDqvo0Nd .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uVxDqvo0Nd .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uVxDqvo0Nd .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVxDqvo0Nd .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uVxDqvo0Nd .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uVxDqvo0Nd .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uVxDqvo0Nd .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVxDqvo0Nd .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uVxDqvo0Nd .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uVxDqvo0Nd .mbr-section-title {
  color: #050f0f;
}
.cid-uVxDqvo0Nd .item-title {
  color: #050f0f;
}
.cid-uVxDqvo0Nd .item-text {
  color: #050f0f;
}
.cid-uVxDqvo0Nd .mbr-section-title,
.cid-uVxDqvo0Nd .tabs-wrapper {
  text-align: center;
}
.cid-uVxDqwtf10 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-uVxDqwtf10 .image-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uVxDqwtf10 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uVxDqwtf10 .card {
  margin-bottom: 2rem;
}
.cid-uVxDqwtf10 .card-wrapper {
  padding-bottom: 5rem;
  display: flex;
  overflow: visible;
}
.cid-uVxDqwtf10 .mbr-iconfont {
  position: absolute;
  top: -1rem;
  left: 0rem;
  font-size: 5rem;
  color: #59bb93;
  opacity: 0.2;
}
.cid-uVxDqwtf10 .icon {
  font-size: 5rem;
  color: #59bb93;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-uVxDqwtf10 .card-box {
  margin-left: -1rem;
}
.cid-uVxDqwtf10 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uVxDqwtf10 .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uVxDqwtf10 .align-right,
  .cid-uVxDqwtf10 .align-left {
    text-align: center;
  }
  .cid-uVxDqwtf10 .card-wrapper {
    flex-direction: column;
  }
  .cid-uVxDqwtf10 .icon,
  .cid-uVxDqwtf10 .card-box {
    margin: 0rem;
  }
  .cid-uVxDqwtf10 .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uVxDqwtf10 .mbr-text {
  color: #000000;
}
.cid-uVxDqwtf10 .name {
  color: #6f5ad3;
}
.cid-uVxDqwtf10 .position {
  color: #6f5ad3;
}
.cid-uVxDqwYabY {
  background-image: url("../../../assets/images/13.webp");
}
.cid-uVxDqwYabY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDqwYabY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDqwYabY .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uVxDqwYabY .image-wrap {
    height: 350px;
  }
}
.cid-uVxDqxqXNi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uVxDqxqXNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDqxqXNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDqxqXNi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVxDqxqXNi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVxDqxqXNi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVxDqxqXNi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVxDqxqXNi .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVxDqxqXNi .mbr-section-title {
  color: #000000;
}
.cid-uVxDqxqXNi .mbr-text,
.cid-uVxDqxqXNi .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVxDqxqXNi .mbr-section-title,
.cid-uVxDqxqXNi .title-wrapper,
.cid-uVxDqxqXNi .mbr-section-btn {
  text-align: center;
}
.cid-uVxDqyqPUJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxDqyqPUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDqyqPUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDqyqPUJ .row {
  margin: 0 -45px;
}
.cid-uVxDqyqPUJ .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uVxDqyqPUJ .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uVxDqyqPUJ .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVxDqyqPUJ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVxDqyqPUJ .image-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-uVxDqyqPUJ .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uVxDqyqPUJ .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uVxDqyqPUJ .image-wrapper img {
    height: 300px;
  }
}
.cid-uVxDqyqPUJ .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #fecb66;
  margin-bottom: 22px;
}
.cid-uVxDqyqPUJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #bbbbbb;
}
.cid-uVxDqyqPUJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uVxDqyqPUJ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVxDqyqPUJ .mbr-label {
  color: #3a001d;
}
.cid-uVxDqyqPUJ .mbr-section-title {
  color: #fffaf0;
}
.cid-uVxDqyqPUJ .mbr-text {
  color: #fffaf0;
}
.cid-uVxDqyqPUJ .mbr-section-title,
.cid-uVxDqyqPUJ .mbr-section-btn {
  color: #000000;
}
.cid-uVxDqyqPUJ .mbr-text,
.cid-uVxDqyqPUJ .text-wrapper {
  color: #000000;
}
.cid-uVxDqyRMqh {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uVxDqyRMqh .card-text {
  padding-left: 3.5rem;
  color: #000000;
  max-width: 500px;
}
.cid-uVxDqyRMqh .card-box {
  padding-bottom: 1rem;
}
.cid-uVxDqyRMqh img {
  border-radius: 8px;
}
.cid-uVxDqyRMqh .mbr-section-btn {
  margin-left: 2.5rem;
}
.cid-uVxDqyRMqh .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-uVxDqyRMqh .container {
    padding: 0 2rem;
  }
}
.cid-uVxDqyRMqh .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVxDqyRMqh .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uVxDqyRMqh .card-title {
  position: relative;
  padding-left: 3.5rem;
  color: #000000;
}
.cid-uVxDqyRMqh .card-title:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}
.cid-uVxDqyRMqh .main-text {
  color: #ffffff;
}
.cid-uVxDqyRMqh .main-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uVxDqyRMqh .align-left {
    text-align: center;
  }
  .cid-uVxDqyRMqh .card-text {
    padding-left: 1.5rem;
  }
  .cid-uVxDqyRMqh .card-title {
    padding-left: 1.5rem;
  }
  .cid-uVxDqyRMqh .card-title:before {
    left: 0rem;
  }
  .cid-uVxDqyRMqh .mbr-section-btn {
    margin-left: 0rem;
  }
}
.cid-uVxDqyRMqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDqyRMqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDqzwaGz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxDqzwaGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDqzwaGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDqzwaGz .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #ffb18a;
}
.cid-uVxDqzwaGz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #ffb18a;
}
@media (max-width: 992px) {
  .cid-uVxDqzwaGz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uVxDqzwaGz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uVxDqzwaGz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVxDqzwaGz .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVxDqzwaGz .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-uVxDqzwaGz .mbr-section-title {
  color: #fffaf0;
}
.cid-uVxDqzwaGz .mbr-text,
.cid-uVxDqzwaGz .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVxDqzwaGz .mbr-section-title,
.cid-uVxDqzwaGz .mbr-section-btn,
.cid-uVxDqzwaGz .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uVxDqzwaGz .mbr-label,
.cid-uVxDqzwaGz .label-wrapper {
  text-align: right;
}
.cid-uVxDqA30NF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVxDqA30NF .panel-group {
  border: none;
}
.cid-uVxDqA30NF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVxDqA30NF .panel-title.collapsed .icon-card::after {
  transform: rotate(90deg);
}
.cid-uVxDqA30NF .panel-title.collapsed .icon-card::before {
  transform: rotate(180deg);
}
.cid-uVxDqA30NF .panel-title:hover .icon-card::after {
  transform: rotate(0deg);
}
.cid-uVxDqA30NF .panel-title:hover .icon-card::before {
  transform: rotate(0deg);
}
.cid-uVxDqA30NF .card-header {
  margin: 0 !important;
  padding: 0.8125rem 0 0.3125rem 0;
  border-bottom: 2px solid #e5d9d0;
}
.cid-uVxDqA30NF .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cid-uVxDqA30NF .card {
  margin-bottom: 0.75rem;
}
.cid-uVxDqA30NF .card .card-header {
  background-color: transparent;
}
.cid-uVxDqA30NF .panel-title-edit {
  width: 100%;
  color: #000000;
}
.cid-uVxDqA30NF .image-wrapper,
.cid-uVxDqA30NF .mbr-img-wrap {
  height: 100%;
}
.cid-uVxDqA30NF .icon-card {
  width: 17px;
  height: 17px;
  position: relative;
}
.cid-uVxDqA30NF .icon-card::before,
.cid-uVxDqA30NF .icon-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #9d0ef2;
  transition: 0.3s;
}
.cid-uVxDqA30NF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDqA30NF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDqBkVSL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uVxDqBkVSL .google-map {
  height: 30rem;
  position: relative;
}
.cid-uVxDqBkVSL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uVxDqBkVSL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uVxDqBkVSL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uVxDqBkVSL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVxDqC6W4M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uVxDqC6W4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxDqC6W4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxDqC6W4M .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVxDqC6W4M .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uVxDqC6W4M .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVxDqC6W4M .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uVxDqC6W4M .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVxDqC6W4M .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVxDqC6W4M .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVxDqC6W4M .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uVxDqC6W4M .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVxDqC6W4M .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVxDqC6W4M .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVxDqC6W4M .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVxDqC6W4M .items-wrapper .card {
  padding: 0 32px;
}
.cid-uVxDqC6W4M .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVxDqC6W4M .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxDqC6W4M .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVxDqC6W4M .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVxDqC6W4M .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVxDqC6W4M .list-wrapper .list .item-wrap:hover,
.cid-uVxDqC6W4M .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVxDqC6W4M .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVxDqC6W4M .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVxDqC6W4M .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVxDqC6W4M .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVxDqC6W4M .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVxDqC6W4M .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uVxDqC6W4M .mbr-desc {
  color: #000000;
}
.cid-uVxDqC6W4M .mbr-text,
.cid-uVxDqC6W4M .text-wrapper {
  color: #9aa0a6;
}
.cid-uVxDqC6W4M .list {
  color: #9aa0a6;
}
.cid-uVxDqC6W4M .mbr-text,
.cid-uVxDqC6W4M .mbr-section-btn {
  color: #ffffff;
}
.cid-uVxDqC6W4M .list,
.cid-uVxDqC6W4M .item-wrap {
  color: #000000;
}
