body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.5rem;
  line-height: 0.9;
  letter-spacing: -0.015em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((80vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((98vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4353ff !important;
}
.bg-success {
  background-color: #ea4c89 !important;
}
.bg-info {
  background-color: #707cff !important;
}
.bg-warning {
  background-color: #ecf8f6 !important;
}
.bg-danger {
  background-color: #f35c16 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4353ff !important;
  border-color: #4353ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0014eb !important;
  border-color: #0014eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0014eb !important;
  border-color: #0014eb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #707cff !important;
  border-color: #707cff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf8f6 !important;
  border-color: #ecf8f6 !important;
  color: #3ea796 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #26685d !important;
  background-color: #ade1d8 !important;
  border-color: #ade1d8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3ea796 !important;
  background-color: #ade1d8 !important;
  border-color: #ade1d8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f35c16 !important;
  border-color: #f35c16 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #aa3c09 !important;
  border-color: #aa3c09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #aa3c09 !important;
  border-color: #aa3c09 !important;
}
.btn-white,
.btn-white:active {
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: #626262 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #626262 !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4353ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0014eb !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: #4353ff !important;
  border-color: #4353ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1da1f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a70ae !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: #1da1f2 !important;
  border-color: #1da1f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #707cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #192dff !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: #707cff !important;
  border-color: #707cff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea4c89;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c8175c !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: #ea4c89 !important;
  border-color: #ea4c89 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ecf8f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ade1d8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3ea796 !important;
  background-color: #ecf8f6 !important;
  border-color: #ecf8f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f35c16;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #aa3c09 !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: #f35c16 !important;
  border-color: #f35c16 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2e2e2;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #b7b7b7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #626262 !important;
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.text-primary {
  color: #4353ff !important;
}
.text-secondary {
  color: #1da1f2 !important;
}
.text-success {
  color: #ea4c89 !important;
}
.text-info {
  color: #707cff !important;
}
.text-warning {
  color: #ecf8f6 !important;
}
.text-danger {
  color: #f35c16 !important;
}
.text-white {
  color: #e2e2e2 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0013dc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0967a0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ba1655 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a1fff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a1ddd3 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9b3708 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #afafaf !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4353ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #707cff;
}
.alert-warning {
  background-color: #ecf8f6;
}
.alert-danger {
  background-color: #f35c16;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4353ff;
  border-color: #4353ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4353ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #fde4d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4353ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4353ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4353ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4353ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4353ff;
  border-bottom-color: #4353ff;
}
.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: #4353ff !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: #1da1f2 !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='%234353ff' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
a:hover:before {
  width: 100%;
}
.mbr-fonts-style a {
  position: relative;
}
.mbr-fonts-style a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: 0.3s;
}
.mbr-fonts-style a:hover:before {
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
    padding: 0 4%;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 4%;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 54px;
  padding: 15px 25px;
  border-radius: 7px !important;
  border: none;
  box-shadow: none;
  font-weight: 500;
  transition: .2s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-white:hover {
  background-color: #4353ff !important;
  color: #FFFFFF !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uCnH0AHcl9 {
  background-color: transparent;
}
.cid-uCnH0AHcl9 .navbar-dropdown {
  background-color: #f8a077 !important;
  padding: 0;
}
.cid-uCnH0AHcl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8a077 !important;
  background: #f8a077;
}
.cid-uCnH0AHcl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCnH0AHcl9 .navbar {
  border-bottom: 2px solid #150764 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uCnH0AHcl9 .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uCnH0AHcl9 .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uCnH0AHcl9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCnH0AHcl9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCnH0AHcl9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCnH0AHcl9 .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uCnH0AHcl9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCnH0AHcl9 .navbar.collapsed {
  justify-content: center;
}
.cid-uCnH0AHcl9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCnH0AHcl9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCnH0AHcl9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCnH0AHcl9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCnH0AHcl9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCnH0AHcl9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCnH0AHcl9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCnH0AHcl9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCnH0AHcl9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uCnH0AHcl9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCnH0AHcl9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCnH0AHcl9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCnH0AHcl9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCnH0AHcl9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCnH0AHcl9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCnH0AHcl9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCnH0AHcl9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCnH0AHcl9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCnH0AHcl9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uCnH0AHcl9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCnH0AHcl9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCnH0AHcl9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCnH0AHcl9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCnH0AHcl9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCnH0AHcl9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uCnH0AHcl9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uCnH0AHcl9 .menu_box .navbar.opened,
  .cid-uCnH0AHcl9 .menu_box .navbar-collapse {
    background-color: #f8a077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCnH0AHcl9 .navbar-dropdown {
  position: relative !important;
}
.cid-uCnH0AHcl9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uCnH0AHcl9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCnH0AHcl9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCnH0AHcl9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uCnH0AHcl9 .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uCnH0AHcl9 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uCnH0AHcl9 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uCnH0AHcl9 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uCnH0AHcl9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uCnH0AHcl9 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uCnH0AHcl9 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uCnH0AHcl9 .nav-item .nav-link:hover,
.cid-uCnH0AHcl9 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uCnH0AHcl9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCnH0AHcl9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCnH0AHcl9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCnH0AHcl9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCnH0AHcl9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uCnH0AHcl9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCnH0AHcl9 .offcanvas_box {
    display: none;
  }
}
.cid-uCnH0AHcl9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCnH0AHcl9 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCnH0AHcl9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCnH0AHcl9 .container {
  display: flex;
  margin: auto;
}
.cid-uCnH0AHcl9 .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uCnH0AHcl9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCnH0AHcl9 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uCnH0AHcl9 .navbar-nav {
    margin: 0;
  }
}
.cid-uCnH0AHcl9 .dropdown-menu,
.cid-uCnH0AHcl9 .navbar.opened {
  background-color: false !important;
}
.cid-uCnH0AHcl9 .nav-item:focus,
.cid-uCnH0AHcl9 .nav-link:focus {
  outline: none;
}
.cid-uCnH0AHcl9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCnH0AHcl9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCnH0AHcl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCnH0AHcl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCnH0AHcl9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCnH0AHcl9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCnH0AHcl9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCnH0AHcl9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uCnH0AHcl9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCnH0AHcl9 .dropdown-item.active,
.cid-uCnH0AHcl9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCnH0AHcl9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uCnH0AHcl9 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uCnH0AHcl9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCnH0AHcl9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCnH0AHcl9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCnH0AHcl9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCnH0AHcl9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCnH0AHcl9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8a077;
  background: #f4f2ef;
}
.cid-uCnH0AHcl9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uCnH0AHcl9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCnH0AHcl9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCnH0AHcl9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCnH0AHcl9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCnH0AHcl9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCnH0AHcl9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCnH0AHcl9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCnH0AHcl9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCnH0AHcl9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCnH0AHcl9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCnH0AHcl9 .navbar {
    height: 70px;
  }
  .cid-uCnH0AHcl9 .navbar.opened {
    height: auto;
  }
  .cid-uCnH0AHcl9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCnH0AHcl9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uCnH0AHcl9 .navbar-caption:hover {
  color: #4353ff;
}
@media (min-width: 992px) {
  .cid-uCnH0AHcl9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCnH0AHcl9 .text_widget {
  margin-bottom: 32px;
}
.cid-uCnH0AHcl9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCnH0AHcl9 .text_widget a:hover,
.cid-uCnH0AHcl9 .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uCnH0AHcl9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uCnH0AHcl9 .navbar-caption {
  color: #150764;
}
.cid-uCnH0AHcl9 .mbr-section-subtitle,
.cid-uCnH0AHcl9 .text_widget,
.cid-uCnH0AHcl9 .mbr-section-btn {
  text-align: center;
}
.cid-uCnH0AHcl9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCuHRgfaH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCuHRgfaH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuHRgfaH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuHRgfaH5 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCuHRgfaH5 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCuHRgfaH5 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCuHRgfaH5 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCuHRgfaH5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-uCuHRgfaH5 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCuHRgfaH5 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCuHRgfaH5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCuHRgfaH5 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCuHRgfaH5 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCuHRgfaH5 .mbr-section-title {
  color: #191c25;
}
.cid-uCuHRgfaH5 .mbr-desc {
  color: #232323;
  text-align: center;
}
.cid-uCuHRgfaH5 .mbr-section-title,
.cid-uCuHRgfaH5 .mbr-section-btn,
.cid-uCuHRgfaH5 .title-wrapper {
  text-align: center;
}
.cid-topxbiJT0t {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-topxbiJT0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-topxbiJT0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topxbiJT0t .text-wrap {
  width: 100%;
}
.cid-topxbiJT0t .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-topxbiJT0t .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-topxbiJT0t .list-wrap {
  margin-top: 52px;
}
.cid-topxbiJT0t .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-topxbiJT0t .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-topxbiJT0t .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-topxbiJT0t .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-topBQiMOhF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-topBQiMOhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-topBQiMOhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topBQiMOhF .text-wrap {
  width: 100%;
}
.cid-topBQiMOhF .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-topBQiMOhF .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-topBQiMOhF .comment-text {
  margin-top: 40px;
  color: #000000;
}
.cid-uCuIFKulyg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uCuIFKulyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuIFKulyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuIFKulyg img {
  border-radius: 2rem;
}
.cid-uCuIFKulyg .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uCuIFKulyg .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4353ff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uCuIFKulyg .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1da1f2;
  font-size: 1.5rem;
}
.cid-uCuIFKulyg .mbr-section-title {
  color: #000000;
}
.cid-uCuIFKulyg .mbr-text,
.cid-uCuIFKulyg .mbr-section-btn {
  color: #000000;
}
.cid-uCuIFKulyg .mbr-section-subtitle,
.cid-uCuIFKulyg .align-wrapper {
  color: #04492e;
}
.cid-uCo99j1wdJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCo99j1wdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCo99j1wdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCo99j1wdJ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #4353ff;
  margin-bottom: 2rem;
}
.cid-uCo99j1wdJ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uCo99j1wdJ .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCo99j1wdJ .card-title,
.cid-uCo99j1wdJ .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uCo99j1wdJ .card-text {
  text-align: center;
}
.cid-uCoTBGNuLN {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uCoTBGNuLN .col-title {
    margin-bottom: 20px;
  }
}
.cid-uCoTBGNuLN .mbr-section-title {
  color: #000000;
}
.cid-uCoTBGNuLN .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uCoTBGNuLN .mbr-text {
  color: #000000;
}
.cid-uCpq1jI4Jt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCpq1jI4Jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpq1jI4Jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpq1jI4Jt .content-wrapper {
  padding: 80px 90px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCpq1jI4Jt .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uCpq1jI4Jt .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCpq1jI4Jt .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCpq1jI4Jt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCpq1jI4Jt .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCpq1jI4Jt .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCpq1jI4Jt .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uCpq1jI4Jt .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCpq1jI4Jt .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item:hover,
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uCpq1jI4Jt .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uCpq1jI4Jt .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uCpq1jI4Jt .mbr-text,
.cid-uCpq1jI4Jt .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uCpq1jI4Jt .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uCpv4AllSj {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCpv4AllSj .mbr-text {
    text-align: center;
  }
}
.cid-uCpv4AllSj .mbr-text,
.cid-uCpv4AllSj .mbr-section-btn {
  color: #000000;
}
.cid-uCLAh0ebkb {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCLAh0ebkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLAh0ebkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLAh0ebkb .section-head {
  margin-bottom: 50px;
}
.cid-uCLAh0ebkb .mbr-section-title {
  color: #000000;
}
.cid-uCLAh0ebkb .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uCLAh0ebkb .card {
  padding: 0;
}
.cid-uCLAh0ebkb .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
.cid-uCLAh0ebkb .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-uCLAh0ebkb .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #f8a077;
}
.cid-uCLAh0ebkb .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8a077;
  transition: .3s all;
}
.cid-uCLAh0ebkb .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-uCLAh0ebkb .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-uCLAh0ebkb .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uCLAh0ebkb .sign {
  display: none !important;
}
.cid-uCLAh0ebkb .panel-title-edit {
  color: #000000;
}
.cid-uCLAh0ebkb .panel-body {
  padding: 15px 0;
}
.cid-uCLAh0ebkb .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-uCpvdBAQRW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uCpvdBAQRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpvdBAQRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpvdBAQRW .content-wrapper {
  padding: 80px 90px;
  background-color: #f8a077;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uCpvdBAQRW .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCpvdBAQRW .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCpvdBAQRW .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uCpvdBAQRW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCpvdBAQRW .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCpvdBAQRW .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .cid-uCpvdBAQRW .content-wrapper .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uCpvdBAQRW .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uCpvdBAQRW .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uCpvdBAQRW .content-wrapper .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCpvdBAQRW .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCpvdBAQRW .mbr-section-title {
  color: #050f0f;
}
.cid-uCpvdBAQRW .mbr-text {
  color: #050f0f;
}
.cid-uCpv0j9VLG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCpv0j9VLG .mbr-text {
    text-align: center;
  }
}
.cid-uCpv0j9VLG .mbr-text,
.cid-uCpv0j9VLG .mbr-section-btn {
  color: #000000;
}
.cid-uCoebuXN07 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8a077;
}
.cid-uCoebuXN07 .container {
  padding: 0 5%;
}
.cid-uCoebuXN07 .item:focus,
.cid-uCoebuXN07 span:focus {
  outline: none;
}
.cid-uCoebuXN07 .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uCoebuXN07 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uCoebuXN07 .items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uCoebuXN07 .items:nth-child(2) {
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-uCoebuXN07 .items:nth-child(2) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCoebuXN07 .items:nth-child(3) {
    flex-direction: row;
  }
  .cid-uCoebuXN07 .items:nth-child(3) .item-wrapper:first-child {
    margin-right: 12px;
  }
  .cid-uCoebuXN07 .items:nth-child(3) .item-wrapper:last-child {
    margin-left: 12px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uCoebuXN07 .items:nth-child(3) .item-wrapper:first-child {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uCoebuXN07 .items:nth-child(3) .item-wrapper:last-child {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 768px) {
  .cid-uCoebuXN07 .items:nth-child(3) {
    flex-direction: column;
  }
}
.cid-uCoebuXN07 .mbr-section-head {
  margin-bottom: 4.5rem;
}
.cid-uCoebuXN07 .item-wrapper {
  position: relative;
  border-radius: 15px;
  display: flex;
  flex-flow: column nowrap;
  max-width: 360px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-uCoebuXN07 .item-wrapper {
    margin: 0 auto 2rem;
  }
}
.cid-uCoebuXN07 .item-title-wrapper {
  max-height: 95px;
  padding: 1.3rem 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000000;
}
@media (max-width: 1200px) {
  .cid-uCoebuXN07 .item-title-wrapper {
    padding: 1.3rem 0.6rem;
  }
}
@media (max-width: 768px) {
  .cid-uCoebuXN07 .item-title-wrapper {
    padding: 1.3rem 2.3rem;
  }
}
@media (max-width: 450px) {
  .cid-uCoebuXN07 .item-title-wrapper {
    padding: 1rem;
  }
}
.cid-uCoebuXN07 .item-title-wrapper img {
  max-width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 15px;
}
.cid-uCoebuXN07 .item-title-wrapper .item-title {
  margin: 0;
}
.cid-uCoebuXN07 .item-title-wrapper .item-desc {
  margin: 0;
}
.cid-uCoebuXN07 .item-title-wrapper .item-title-span {
  width: 50px;
  display: flex;
  justify-content: space-around;
}
.cid-uCoebuXN07 .item-title-wrapper span {
  display: block;
  font-size: 2rem;
  margin-top: -1rem;
}
.cid-uCoebuXN07 .item-title-wrapper a {
  height: 100%;
  padding: 1.3rem 0;
}
.cid-uCoebuXN07 .item-title-name {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uCoebuXN07 .item-content {
  background: #ffffff;
  padding: 2.5rem 3rem;
}
.cid-uCoebuXN07 .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
}
.cid-uCoebuXN07 .mbr-section-subtitle {
  color: #3a3e5e;
  text-align: center;
}
.cid-uCoebuXN07 .item-title,
.cid-uCoebuXN07 .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uCoebuXN07 .item-desc {
  color: #FFFFFF;
}
.cid-uCoebuXN07 .item-text {
  color: #3a3e5e;
}
.cid-uCojV95M2H {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCojV95M2H .mbr-text {
    text-align: center;
  }
}
.cid-uCojV95M2H .mbr-text,
.cid-uCojV95M2H .mbr-section-btn {
  color: #000000;
}
.cid-uCoaBseKYy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uCoaBseKYy .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCoaBseKYy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCoaBseKYy .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-uCoaBseKYy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCoaBseKYy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCoaKjIvdB {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f68551;
  position: relative;
  overflow: hidden;
}
.cid-uCoaKjIvdB a {
  transition: 0.3s;
}
.cid-uCoaKjIvdB h5 {
  margin-bottom: 1.6rem;
}
.cid-uCoaKjIvdB .card-img2 span {
  padding-top: 6px;
}
.cid-uCoaKjIvdB .soc-item a {
  padding-top: 5px;
}
.cid-uCoaKjIvdB .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uCoaKjIvdB .link:hover {
  color: #4353ff !important;
}
@media (max-width: 992px) {
  .cid-uCoaKjIvdB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uCoaKjIvdB .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uCoaKjIvdB .soc-item span {
  font-size: 1rem;
}
.cid-uCoaKjIvdB .soc-item:hover span {
  color: #4353ff !important;
}
.cid-uCoaKjIvdB .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uCoaKjIvdB .item h6 {
  margin: 0;
}
.cid-uCoaKjIvdB .media-wrap {
  margin-bottom: 1rem;
}
.cid-uCoaKjIvdB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uCoaKjIvdB img {
  width: 80%;
}
.cid-uCoaKjIvdB .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uCoaKjIvdB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uCoaKjIvdB .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uCoaKjIvdB .container {
  padding: 0;
}
.cid-uCoaKjIvdB .btn-primary {
  color: #333333 !important;
}
.cid-uCoaKjIvdB .btn-primary:hover {
  background-color: #1024ff !important;
}
.cid-uCoVbyT1No {
  background-color: transparent;
}
.cid-uCoVbyT1No .navbar-dropdown {
  background-color: #f8a077 !important;
  padding: 0;
}
.cid-uCoVbyT1No .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8a077 !important;
  background: #f8a077;
}
.cid-uCoVbyT1No .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCoVbyT1No .navbar {
  border-bottom: 2px solid #150764 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uCoVbyT1No .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uCoVbyT1No .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uCoVbyT1No .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCoVbyT1No .navbar.opened {
  transition: all 0.3s;
}
.cid-uCoVbyT1No .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCoVbyT1No .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uCoVbyT1No .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCoVbyT1No .navbar.collapsed {
  justify-content: center;
}
.cid-uCoVbyT1No .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCoVbyT1No .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCoVbyT1No .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCoVbyT1No .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCoVbyT1No .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCoVbyT1No .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCoVbyT1No .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCoVbyT1No .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCoVbyT1No .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uCoVbyT1No .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCoVbyT1No .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCoVbyT1No .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCoVbyT1No .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCoVbyT1No .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCoVbyT1No .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCoVbyT1No .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCoVbyT1No .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCoVbyT1No .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCoVbyT1No .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uCoVbyT1No .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCoVbyT1No .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCoVbyT1No .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCoVbyT1No .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCoVbyT1No .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCoVbyT1No .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uCoVbyT1No .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uCoVbyT1No .menu_box .navbar.opened,
  .cid-uCoVbyT1No .menu_box .navbar-collapse {
    background-color: #f8a077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCoVbyT1No .navbar-dropdown {
  position: relative !important;
}
.cid-uCoVbyT1No .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uCoVbyT1No .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCoVbyT1No .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCoVbyT1No .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uCoVbyT1No .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uCoVbyT1No .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uCoVbyT1No .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uCoVbyT1No .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uCoVbyT1No .nav-item {
    margin: 0 !important;
  }
}
.cid-uCoVbyT1No .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uCoVbyT1No .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uCoVbyT1No .nav-item .nav-link:hover,
.cid-uCoVbyT1No .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uCoVbyT1No .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCoVbyT1No .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCoVbyT1No .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCoVbyT1No .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCoVbyT1No .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uCoVbyT1No .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCoVbyT1No .offcanvas_box {
    display: none;
  }
}
.cid-uCoVbyT1No .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCoVbyT1No .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCoVbyT1No .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCoVbyT1No .container {
  display: flex;
  margin: auto;
}
.cid-uCoVbyT1No .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uCoVbyT1No .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCoVbyT1No .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uCoVbyT1No .navbar-nav {
    margin: 0;
  }
}
.cid-uCoVbyT1No .dropdown-menu,
.cid-uCoVbyT1No .navbar.opened {
  background-color: false !important;
}
.cid-uCoVbyT1No .nav-item:focus,
.cid-uCoVbyT1No .nav-link:focus {
  outline: none;
}
.cid-uCoVbyT1No .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCoVbyT1No .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCoVbyT1No .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCoVbyT1No .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCoVbyT1No .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCoVbyT1No .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCoVbyT1No .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCoVbyT1No .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uCoVbyT1No .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCoVbyT1No .dropdown-item.active,
.cid-uCoVbyT1No .dropdown-item:active {
  background-color: transparent;
}
.cid-uCoVbyT1No .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uCoVbyT1No .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uCoVbyT1No .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCoVbyT1No .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCoVbyT1No .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCoVbyT1No ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCoVbyT1No .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCoVbyT1No button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8a077;
  background: #f4f2ef;
}
.cid-uCoVbyT1No button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uCoVbyT1No button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCoVbyT1No button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCoVbyT1No button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCoVbyT1No button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCoVbyT1No nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCoVbyT1No nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCoVbyT1No nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCoVbyT1No nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCoVbyT1No a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCoVbyT1No .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCoVbyT1No .navbar {
    height: 70px;
  }
  .cid-uCoVbyT1No .navbar.opened {
    height: auto;
  }
  .cid-uCoVbyT1No .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCoVbyT1No .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uCoVbyT1No .navbar-caption:hover {
  color: #4353ff;
}
@media (min-width: 992px) {
  .cid-uCoVbyT1No .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCoVbyT1No .text_widget {
  margin-bottom: 32px;
}
.cid-uCoVbyT1No .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCoVbyT1No .text_widget a:hover,
.cid-uCoVbyT1No .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uCoVbyT1No .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uCoVbyT1No .navbar-caption {
  color: #150764;
}
.cid-uCoVbyT1No .mbr-section-subtitle,
.cid-uCoVbyT1No .text_widget,
.cid-uCoVbyT1No .mbr-section-btn {
  text-align: center;
}
.cid-uCoVbyT1No a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCvfvEs17u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCvfvEs17u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCvfvEs17u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCvfvEs17u .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCvfvEs17u .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCvfvEs17u .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCvfvEs17u .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCvfvEs17u .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uCvfvEs17u .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCvfvEs17u .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCvfvEs17u .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCvfvEs17u .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCvfvEs17u .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCvfvEs17u .mbr-section-title {
  color: #191c25;
}
.cid-uCvfvEs17u .mbr-desc {
  color: #232323;
  text-align: center;
}
.cid-uCvfvEs17u .mbr-section-title,
.cid-uCvfvEs17u .mbr-section-btn,
.cid-uCvfvEs17u .title-wrapper {
  text-align: center;
}
.cid-uCoVbDXLsk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCoVbDXLsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCoVbDXLsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCoVbDXLsk .text-wrap {
  width: 100%;
}
.cid-uCoVbDXLsk .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uCoVbDXLsk .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uCoVbDXLsk .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uCoVbXv13v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uCoVbXv13v .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCoVbXv13v .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCoVbXv13v .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-uCoVbXv13v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCoVbXv13v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCoVbYYvdc {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f8a077;
  position: relative;
  overflow: hidden;
}
.cid-uCoVbYYvdc a {
  transition: 0.3s;
}
.cid-uCoVbYYvdc h5 {
  margin-bottom: 1.6rem;
}
.cid-uCoVbYYvdc .card-img2 span {
  padding-top: 6px;
}
.cid-uCoVbYYvdc .soc-item a {
  padding-top: 5px;
}
.cid-uCoVbYYvdc .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uCoVbYYvdc .link:hover {
  color: #4353ff !important;
}
@media (max-width: 992px) {
  .cid-uCoVbYYvdc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uCoVbYYvdc .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uCoVbYYvdc .soc-item span {
  font-size: 1rem;
}
.cid-uCoVbYYvdc .soc-item:hover span {
  color: #4353ff !important;
}
.cid-uCoVbYYvdc .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uCoVbYYvdc .item h6 {
  margin: 0;
}
.cid-uCoVbYYvdc .media-wrap {
  margin-bottom: 1rem;
}
.cid-uCoVbYYvdc .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uCoVbYYvdc img {
  width: 80%;
}
.cid-uCoVbYYvdc .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uCoVbYYvdc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uCoVbYYvdc .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uCoVbYYvdc .container {
  padding: 0;
}
.cid-uCoVbYYvdc .btn-primary {
  color: #333333 !important;
}
.cid-uCoVbYYvdc .btn-primary:hover {
  background-color: #1024ff !important;
}
.cid-uCoVNhTLug {
  background-color: transparent;
}
.cid-uCoVNhTLug .navbar-dropdown {
  background-color: #f8a077 !important;
  padding: 0;
}
.cid-uCoVNhTLug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8a077 !important;
  background: #f8a077;
}
.cid-uCoVNhTLug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCoVNhTLug .navbar {
  border-bottom: 2px solid #150764 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uCoVNhTLug .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uCoVNhTLug .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uCoVNhTLug .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCoVNhTLug .navbar.opened {
  transition: all 0.3s;
}
.cid-uCoVNhTLug .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCoVNhTLug .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uCoVNhTLug .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCoVNhTLug .navbar.collapsed {
  justify-content: center;
}
.cid-uCoVNhTLug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCoVNhTLug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCoVNhTLug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCoVNhTLug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCoVNhTLug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCoVNhTLug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCoVNhTLug .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCoVNhTLug .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCoVNhTLug .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uCoVNhTLug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCoVNhTLug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCoVNhTLug .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCoVNhTLug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCoVNhTLug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCoVNhTLug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCoVNhTLug .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCoVNhTLug .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCoVNhTLug .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCoVNhTLug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uCoVNhTLug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCoVNhTLug .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCoVNhTLug .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCoVNhTLug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCoVNhTLug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCoVNhTLug .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uCoVNhTLug .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uCoVNhTLug .menu_box .navbar.opened,
  .cid-uCoVNhTLug .menu_box .navbar-collapse {
    background-color: #f8a077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCoVNhTLug .navbar-dropdown {
  position: relative !important;
}
.cid-uCoVNhTLug .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uCoVNhTLug .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCoVNhTLug .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCoVNhTLug .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uCoVNhTLug .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uCoVNhTLug .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uCoVNhTLug .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uCoVNhTLug .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uCoVNhTLug .nav-item {
    margin: 0 !important;
  }
}
.cid-uCoVNhTLug .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uCoVNhTLug .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uCoVNhTLug .nav-item .nav-link:hover,
.cid-uCoVNhTLug .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uCoVNhTLug .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCoVNhTLug .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCoVNhTLug .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCoVNhTLug .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCoVNhTLug .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uCoVNhTLug .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCoVNhTLug .offcanvas_box {
    display: none;
  }
}
.cid-uCoVNhTLug .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCoVNhTLug .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCoVNhTLug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCoVNhTLug .container {
  display: flex;
  margin: auto;
}
.cid-uCoVNhTLug .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uCoVNhTLug .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCoVNhTLug .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uCoVNhTLug .navbar-nav {
    margin: 0;
  }
}
.cid-uCoVNhTLug .dropdown-menu,
.cid-uCoVNhTLug .navbar.opened {
  background-color: false !important;
}
.cid-uCoVNhTLug .nav-item:focus,
.cid-uCoVNhTLug .nav-link:focus {
  outline: none;
}
.cid-uCoVNhTLug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCoVNhTLug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCoVNhTLug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCoVNhTLug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCoVNhTLug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCoVNhTLug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCoVNhTLug .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCoVNhTLug .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uCoVNhTLug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCoVNhTLug .dropdown-item.active,
.cid-uCoVNhTLug .dropdown-item:active {
  background-color: transparent;
}
.cid-uCoVNhTLug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uCoVNhTLug .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uCoVNhTLug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCoVNhTLug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCoVNhTLug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCoVNhTLug ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCoVNhTLug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCoVNhTLug button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8a077;
  background: #f4f2ef;
}
.cid-uCoVNhTLug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uCoVNhTLug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCoVNhTLug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCoVNhTLug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCoVNhTLug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCoVNhTLug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCoVNhTLug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCoVNhTLug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCoVNhTLug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCoVNhTLug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCoVNhTLug .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCoVNhTLug .navbar {
    height: 70px;
  }
  .cid-uCoVNhTLug .navbar.opened {
    height: auto;
  }
  .cid-uCoVNhTLug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCoVNhTLug .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uCoVNhTLug .navbar-caption:hover {
  color: #4353ff;
}
@media (min-width: 992px) {
  .cid-uCoVNhTLug .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCoVNhTLug .text_widget {
  margin-bottom: 32px;
}
.cid-uCoVNhTLug .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCoVNhTLug .text_widget a:hover,
.cid-uCoVNhTLug .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uCoVNhTLug .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uCoVNhTLug .navbar-caption {
  color: #150764;
}
.cid-uCoVNhTLug .mbr-section-subtitle,
.cid-uCoVNhTLug .text_widget,
.cid-uCoVNhTLug .mbr-section-btn {
  text-align: center;
}
.cid-uCoVNhTLug a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCvfKnWOW0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCvfKnWOW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCvfKnWOW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCvfKnWOW0 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCvfKnWOW0 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCvfKnWOW0 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCvfKnWOW0 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCvfKnWOW0 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uCvfKnWOW0 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCvfKnWOW0 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCvfKnWOW0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCvfKnWOW0 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCvfKnWOW0 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCvfKnWOW0 .mbr-section-title {
  color: #191c25;
}
.cid-uCvfKnWOW0 .mbr-desc {
  color: #232323;
  text-align: center;
}
.cid-uCvfKnWOW0 .mbr-section-title,
.cid-uCvfKnWOW0 .mbr-section-btn,
.cid-uCvfKnWOW0 .title-wrapper {
  text-align: center;
}
.cid-uCoVNlstEf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCoVNlstEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCoVNlstEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCoVNlstEf .text-wrap {
  width: 100%;
}
.cid-uCoVNlstEf .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uCoVNlstEf .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uCoVNlstEf .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uCoVNnVxuO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uCoVNnVxuO .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCoVNnVxuO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCoVNnVxuO .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-uCoVNnVxuO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCoVNnVxuO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCoVNpbF0G {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f8a077;
  position: relative;
  overflow: hidden;
}
.cid-uCoVNpbF0G a {
  transition: 0.3s;
}
.cid-uCoVNpbF0G h5 {
  margin-bottom: 1.6rem;
}
.cid-uCoVNpbF0G .card-img2 span {
  padding-top: 6px;
}
.cid-uCoVNpbF0G .soc-item a {
  padding-top: 5px;
}
.cid-uCoVNpbF0G .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uCoVNpbF0G .link:hover {
  color: #4353ff !important;
}
@media (max-width: 992px) {
  .cid-uCoVNpbF0G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uCoVNpbF0G .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uCoVNpbF0G .soc-item span {
  font-size: 1rem;
}
.cid-uCoVNpbF0G .soc-item:hover span {
  color: #4353ff !important;
}
.cid-uCoVNpbF0G .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uCoVNpbF0G .item h6 {
  margin: 0;
}
.cid-uCoVNpbF0G .media-wrap {
  margin-bottom: 1rem;
}
.cid-uCoVNpbF0G .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uCoVNpbF0G img {
  width: 80%;
}
.cid-uCoVNpbF0G .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uCoVNpbF0G .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uCoVNpbF0G .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uCoVNpbF0G .container {
  padding: 0;
}
.cid-uCoVNpbF0G .btn-primary {
  color: #333333 !important;
}
.cid-uCoVNpbF0G .btn-primary:hover {
  background-color: #1024ff !important;
}
.cid-uCuRHWujLu {
  background-color: transparent;
}
.cid-uCuRHWujLu .navbar-dropdown {
  background-color: #f8a077 !important;
  padding: 0;
}
.cid-uCuRHWujLu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8a077 !important;
  background: #f8a077;
}
.cid-uCuRHWujLu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCuRHWujLu .navbar {
  border-bottom: 2px solid #150764 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uCuRHWujLu .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uCuRHWujLu .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uCuRHWujLu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCuRHWujLu .navbar.opened {
  transition: all 0.3s;
}
.cid-uCuRHWujLu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCuRHWujLu .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uCuRHWujLu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCuRHWujLu .navbar.collapsed {
  justify-content: center;
}
.cid-uCuRHWujLu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCuRHWujLu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCuRHWujLu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCuRHWujLu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCuRHWujLu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCuRHWujLu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCuRHWujLu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCuRHWujLu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCuRHWujLu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uCuRHWujLu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCuRHWujLu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCuRHWujLu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCuRHWujLu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCuRHWujLu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCuRHWujLu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCuRHWujLu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCuRHWujLu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCuRHWujLu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCuRHWujLu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uCuRHWujLu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCuRHWujLu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCuRHWujLu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCuRHWujLu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCuRHWujLu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCuRHWujLu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uCuRHWujLu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uCuRHWujLu .menu_box .navbar.opened,
  .cid-uCuRHWujLu .menu_box .navbar-collapse {
    background-color: #f8a077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCuRHWujLu .navbar-dropdown {
  position: relative !important;
}
.cid-uCuRHWujLu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uCuRHWujLu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCuRHWujLu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCuRHWujLu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uCuRHWujLu .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uCuRHWujLu .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uCuRHWujLu .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uCuRHWujLu .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uCuRHWujLu .nav-item {
    margin: 0 !important;
  }
}
.cid-uCuRHWujLu .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uCuRHWujLu .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uCuRHWujLu .nav-item .nav-link:hover,
.cid-uCuRHWujLu .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uCuRHWujLu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCuRHWujLu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCuRHWujLu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCuRHWujLu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCuRHWujLu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uCuRHWujLu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCuRHWujLu .offcanvas_box {
    display: none;
  }
}
.cid-uCuRHWujLu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCuRHWujLu .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCuRHWujLu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCuRHWujLu .container {
  display: flex;
  margin: auto;
}
.cid-uCuRHWujLu .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uCuRHWujLu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCuRHWujLu .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uCuRHWujLu .navbar-nav {
    margin: 0;
  }
}
.cid-uCuRHWujLu .dropdown-menu,
.cid-uCuRHWujLu .navbar.opened {
  background-color: false !important;
}
.cid-uCuRHWujLu .nav-item:focus,
.cid-uCuRHWujLu .nav-link:focus {
  outline: none;
}
.cid-uCuRHWujLu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCuRHWujLu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCuRHWujLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCuRHWujLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCuRHWujLu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCuRHWujLu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCuRHWujLu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCuRHWujLu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uCuRHWujLu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCuRHWujLu .dropdown-item.active,
.cid-uCuRHWujLu .dropdown-item:active {
  background-color: transparent;
}
.cid-uCuRHWujLu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uCuRHWujLu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uCuRHWujLu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCuRHWujLu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCuRHWujLu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCuRHWujLu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCuRHWujLu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCuRHWujLu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8a077;
  background: #f4f2ef;
}
.cid-uCuRHWujLu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uCuRHWujLu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCuRHWujLu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCuRHWujLu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCuRHWujLu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCuRHWujLu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCuRHWujLu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCuRHWujLu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCuRHWujLu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCuRHWujLu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCuRHWujLu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCuRHWujLu .navbar {
    height: 70px;
  }
  .cid-uCuRHWujLu .navbar.opened {
    height: auto;
  }
  .cid-uCuRHWujLu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCuRHWujLu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uCuRHWujLu .navbar-caption:hover {
  color: #4353ff;
}
@media (min-width: 992px) {
  .cid-uCuRHWujLu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCuRHWujLu .text_widget {
  margin-bottom: 32px;
}
.cid-uCuRHWujLu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCuRHWujLu .text_widget a:hover,
.cid-uCuRHWujLu .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uCuRHWujLu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uCuRHWujLu .navbar-caption {
  color: #150764;
}
.cid-uCuRHWujLu .mbr-section-subtitle,
.cid-uCuRHWujLu .text_widget,
.cid-uCuRHWujLu .mbr-section-btn {
  text-align: center;
}
.cid-uCuRHWujLu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCuRHXGd3y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCuRHXGd3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuRHXGd3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuRHXGd3y .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCuRHXGd3y .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCuRHXGd3y .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCuRHXGd3y .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCuRHXGd3y .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-uCuRHXGd3y .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCuRHXGd3y .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCuRHXGd3y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCuRHXGd3y .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCuRHXGd3y .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCuRHXGd3y .mbr-section-title {
  color: #191c25;
}
.cid-uCuRHXGd3y .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uCuRHXGd3y .mbr-section-title,
.cid-uCuRHXGd3y .mbr-section-btn,
.cid-uCuRHXGd3y .title-wrapper {
  text-align: center;
}
.cid-uCuRHYV7pk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCuRHYV7pk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuRHYV7pk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuRHYV7pk .text-wrap {
  width: 100%;
}
.cid-uCuRHYV7pk .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uCuRHYV7pk .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uCuRHYV7pk .list-wrap {
  margin-top: 52px;
}
.cid-uCuRHYV7pk .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uCuRHYV7pk .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uCuRHYV7pk .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uCuRHYV7pk .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uCuRHZSGTv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCuRHZSGTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuRHZSGTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuRHZSGTv .text-wrap {
  width: 100%;
}
.cid-uCuRHZSGTv .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uCuRHZSGTv .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uCuRHZSGTv .comment-text {
  margin-top: 40px;
  color: #000000;
}
.cid-uCuRI0QDeV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uCuRI0QDeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuRI0QDeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuRI0QDeV img {
  border-radius: 2rem;
}
.cid-uCuRI0QDeV .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uCuRI0QDeV .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4353ff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uCuRI0QDeV .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1da1f2;
  font-size: 1.5rem;
}
.cid-uCuRI0QDeV .mbr-section-title {
  color: #000000;
}
.cid-uCuRI0QDeV .mbr-text,
.cid-uCuRI0QDeV .mbr-section-btn {
  color: #000000;
}
.cid-uCuRI0QDeV .mbr-section-subtitle,
.cid-uCuRI0QDeV .align-wrapper {
  color: #04492e;
}
.cid-uCuRI1RoIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCuRI1RoIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuRI1RoIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuRI1RoIF .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #4353ff;
  margin-bottom: 2rem;
}
.cid-uCuRI1RoIF .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uCuRI1RoIF .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCuRI1RoIF .card-title,
.cid-uCuRI1RoIF .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uCuRI1RoIF .card-text {
  text-align: center;
}
.cid-uCuRI3dZA7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uCuRI3dZA7 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uCuRI3dZA7 .mbr-section-title {
  color: #000000;
}
.cid-uCuRI3dZA7 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uCuRI3dZA7 .mbr-text {
  color: #000000;
}
.cid-uCuRI4ux98 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCuRI4ux98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuRI4ux98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuRI4ux98 .content-wrapper {
  padding: 80px 90px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCuRI4ux98 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uCuRI4ux98 .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCuRI4ux98 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCuRI4ux98 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCuRI4ux98 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCuRI4ux98 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCuRI4ux98 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCuRI4ux98 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uCuRI4ux98 .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCuRI4ux98 .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item:hover,
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uCuRI4ux98 .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uCuRI4ux98 .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCuRI4ux98 .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCuRI4ux98 .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uCuRI4ux98 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uCuRI4ux98 .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uCuRI4ux98 .mbr-text,
.cid-uCuRI4ux98 .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uCuRI4ux98 .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uCuRI5BkzI {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8a077;
}
@media (max-width: 991px) {
  .cid-uCuRI5BkzI .col-title {
    margin-bottom: 20px;
  }
}
.cid-uCuRI5BkzI .mbr-section-title {
  color: #000000;
}
.cid-uCuRI5BkzI .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uCuRI5BkzI .mbr-text {
  color: #000000;
}
.cid-uCuRI6EVpd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCuRI6EVpd .mbr-text {
    text-align: center;
  }
}
.cid-uCuRI6EVpd .mbr-text,
.cid-uCuRI6EVpd .mbr-section-btn {
  color: #000000;
}
.cid-uCuRIct7Jf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8a077;
}
.cid-uCuRIct7Jf .container {
  padding: 0 5%;
}
.cid-uCuRIct7Jf .item:focus,
.cid-uCuRIct7Jf span:focus {
  outline: none;
}
.cid-uCuRIct7Jf .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uCuRIct7Jf .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uCuRIct7Jf .items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uCuRIct7Jf .items:nth-child(2) {
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-uCuRIct7Jf .items:nth-child(2) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCuRIct7Jf .items:nth-child(3) {
    flex-direction: row;
  }
  .cid-uCuRIct7Jf .items:nth-child(3) .item-wrapper:first-child {
    margin-right: 12px;
  }
  .cid-uCuRIct7Jf .items:nth-child(3) .item-wrapper:last-child {
    margin-left: 12px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uCuRIct7Jf .items:nth-child(3) .item-wrapper:first-child {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uCuRIct7Jf .items:nth-child(3) .item-wrapper:last-child {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 768px) {
  .cid-uCuRIct7Jf .items:nth-child(3) {
    flex-direction: column;
  }
}
.cid-uCuRIct7Jf .mbr-section-head {
  margin-bottom: 4.5rem;
}
.cid-uCuRIct7Jf .item-wrapper {
  position: relative;
  border-radius: 15px;
  display: flex;
  flex-flow: column nowrap;
  max-width: 360px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-uCuRIct7Jf .item-wrapper {
    margin: 0 auto 2rem;
  }
}
.cid-uCuRIct7Jf .item-title-wrapper {
  max-height: 95px;
  padding: 1.3rem 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000000;
}
@media (max-width: 1200px) {
  .cid-uCuRIct7Jf .item-title-wrapper {
    padding: 1.3rem 0.6rem;
  }
}
@media (max-width: 768px) {
  .cid-uCuRIct7Jf .item-title-wrapper {
    padding: 1.3rem 2.3rem;
  }
}
@media (max-width: 450px) {
  .cid-uCuRIct7Jf .item-title-wrapper {
    padding: 1rem;
  }
}
.cid-uCuRIct7Jf .item-title-wrapper img {
  max-width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 15px;
}
.cid-uCuRIct7Jf .item-title-wrapper .item-title {
  margin: 0;
}
.cid-uCuRIct7Jf .item-title-wrapper .item-desc {
  margin: 0;
}
.cid-uCuRIct7Jf .item-title-wrapper .item-title-span {
  width: 50px;
  display: flex;
  justify-content: space-around;
}
.cid-uCuRIct7Jf .item-title-wrapper span {
  display: block;
  font-size: 2rem;
  margin-top: -1rem;
}
.cid-uCuRIct7Jf .item-title-wrapper a {
  height: 100%;
  padding: 1.3rem 0;
}
.cid-uCuRIct7Jf .item-title-name {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uCuRIct7Jf .item-content {
  background: #ffffff;
  padding: 2.5rem 3rem;
}
.cid-uCuRIct7Jf .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
}
.cid-uCuRIct7Jf .mbr-section-subtitle {
  color: #3a3e5e;
  text-align: center;
}
.cid-uCuRIct7Jf .item-title,
.cid-uCuRIct7Jf .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uCuRIct7Jf .item-desc {
  color: #FFFFFF;
}
.cid-uCuRIct7Jf .item-text {
  color: #3a3e5e;
}
.cid-uCLAqJvFRP {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCLAqJvFRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLAqJvFRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLAqJvFRP .section-head {
  margin-bottom: 50px;
}
.cid-uCLAqJvFRP .mbr-section-title {
  color: #000000;
}
.cid-uCLAqJvFRP .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uCLAqJvFRP .card {
  padding: 0;
}
.cid-uCLAqJvFRP .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
.cid-uCLAqJvFRP .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-uCLAqJvFRP .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #f8a077;
}
.cid-uCLAqJvFRP .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8a077;
  transition: .3s all;
}
.cid-uCLAqJvFRP .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-uCLAqJvFRP .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-uCLAqJvFRP .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uCLAqJvFRP .sign {
  display: none !important;
}
.cid-uCLAqJvFRP .panel-title-edit {
  color: #000000;
}
.cid-uCLAqJvFRP .panel-body {
  padding: 15px 0;
}
.cid-uCLAqJvFRP .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-uCuRIa2BYN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uCuRIa2BYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuRIa2BYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuRIa2BYN .content-wrapper {
  padding: 80px 90px;
  background-color: #f8a077;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uCuRIa2BYN .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCuRIa2BYN .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCuRIa2BYN .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uCuRIa2BYN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCuRIa2BYN .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCuRIa2BYN .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .cid-uCuRIa2BYN .content-wrapper .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uCuRIa2BYN .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uCuRIa2BYN .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uCuRIa2BYN .content-wrapper .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCuRIa2BYN .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCuRIa2BYN .mbr-section-title {
  color: #050f0f;
}
.cid-uCuRIa2BYN .mbr-text {
  color: #050f0f;
}
.cid-uCuRIbgxPs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCuRIbgxPs .mbr-text {
    text-align: center;
  }
}
.cid-uCuRIbgxPs .mbr-text,
.cid-uCuRIbgxPs .mbr-section-btn {
  color: #000000;
}
.cid-uCuRIbgxPs H1 {
  text-align: center;
}
.cid-uCuWmDz9wB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uCuWmDz9wB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuWmDz9wB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuWmDz9wB .content-wrapper {
  padding: 80px 90px;
  background-color: #f8a077;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uCuWmDz9wB .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uCuWmDz9wB .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uCuWmDz9wB .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uCuWmDz9wB .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCuWmDz9wB .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCuWmDz9wB .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uCuWmDz9wB .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uCuWmDz9wB .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCuWmDz9wB .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCuWmDz9wB .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uCuWmDz9wB .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uCuWmDz9wB .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uCuWmDz9wB .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uCuWmDz9wB .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uCuWmDz9wB .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uCuWmDz9wB .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCuWmDz9wB .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCuWmDz9wB .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCuWmDz9wB .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uCuWmDz9wB .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uCuWmDz9wB .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uCuWmDz9wB .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uCuWmDz9wB .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uCuWmDz9wB .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uCuWmDz9wB .mbr-section-title {
  color: #050f0f;
}
.cid-uCuWmDz9wB .mbr-text {
  color: #050f0f;
}
.cid-uCuWmDz9wB .panel-title-edit {
  color: #050f0f;
}
.cid-uCuWmDz9wB .panel-text {
  color: #050f0f;
}
.cid-uCuRIfwksv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uCuRIfwksv .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCuRIfwksv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCuRIfwksv .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-uCuRIfwksv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCuRIfwksv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCuRIgLjml {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f68551;
  position: relative;
  overflow: hidden;
}
.cid-uCuRIgLjml a {
  transition: 0.3s;
}
.cid-uCuRIgLjml h5 {
  margin-bottom: 1.6rem;
}
.cid-uCuRIgLjml .card-img2 span {
  padding-top: 6px;
}
.cid-uCuRIgLjml .soc-item a {
  padding-top: 5px;
}
.cid-uCuRIgLjml .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uCuRIgLjml .link:hover {
  color: #4353ff !important;
}
@media (max-width: 992px) {
  .cid-uCuRIgLjml .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uCuRIgLjml .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uCuRIgLjml .soc-item span {
  font-size: 1rem;
}
.cid-uCuRIgLjml .soc-item:hover span {
  color: #4353ff !important;
}
.cid-uCuRIgLjml .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uCuRIgLjml .item h6 {
  margin: 0;
}
.cid-uCuRIgLjml .media-wrap {
  margin-bottom: 1rem;
}
.cid-uCuRIgLjml .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uCuRIgLjml img {
  width: 80%;
}
.cid-uCuRIgLjml .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uCuRIgLjml .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uCuRIgLjml .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uCuRIgLjml .container {
  padding: 0;
}
.cid-uCuRIgLjml .btn-primary {
  color: #333333 !important;
}
.cid-uCuRIgLjml .btn-primary:hover {
  background-color: #1024ff !important;
}
.cid-uCuWtA1BBH {
  background-color: transparent;
}
.cid-uCuWtA1BBH .navbar-dropdown {
  background-color: #f8a077 !important;
  padding: 0;
}
.cid-uCuWtA1BBH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8a077 !important;
  background: #f8a077;
}
.cid-uCuWtA1BBH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCuWtA1BBH .navbar {
  border-bottom: 2px solid #150764 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uCuWtA1BBH .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uCuWtA1BBH .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uCuWtA1BBH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCuWtA1BBH .navbar.opened {
  transition: all 0.3s;
}
.cid-uCuWtA1BBH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCuWtA1BBH .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uCuWtA1BBH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCuWtA1BBH .navbar.collapsed {
  justify-content: center;
}
.cid-uCuWtA1BBH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCuWtA1BBH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCuWtA1BBH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCuWtA1BBH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCuWtA1BBH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCuWtA1BBH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCuWtA1BBH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCuWtA1BBH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCuWtA1BBH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uCuWtA1BBH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCuWtA1BBH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCuWtA1BBH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCuWtA1BBH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCuWtA1BBH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCuWtA1BBH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCuWtA1BBH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCuWtA1BBH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCuWtA1BBH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCuWtA1BBH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uCuWtA1BBH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCuWtA1BBH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCuWtA1BBH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCuWtA1BBH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCuWtA1BBH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCuWtA1BBH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uCuWtA1BBH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uCuWtA1BBH .menu_box .navbar.opened,
  .cid-uCuWtA1BBH .menu_box .navbar-collapse {
    background-color: #f8a077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCuWtA1BBH .navbar-dropdown {
  position: relative !important;
}
.cid-uCuWtA1BBH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uCuWtA1BBH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCuWtA1BBH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCuWtA1BBH .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uCuWtA1BBH .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uCuWtA1BBH .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uCuWtA1BBH .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uCuWtA1BBH .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uCuWtA1BBH .nav-item {
    margin: 0 !important;
  }
}
.cid-uCuWtA1BBH .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uCuWtA1BBH .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uCuWtA1BBH .nav-item .nav-link:hover,
.cid-uCuWtA1BBH .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uCuWtA1BBH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCuWtA1BBH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCuWtA1BBH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCuWtA1BBH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCuWtA1BBH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uCuWtA1BBH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCuWtA1BBH .offcanvas_box {
    display: none;
  }
}
.cid-uCuWtA1BBH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCuWtA1BBH .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCuWtA1BBH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCuWtA1BBH .container {
  display: flex;
  margin: auto;
}
.cid-uCuWtA1BBH .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uCuWtA1BBH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCuWtA1BBH .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uCuWtA1BBH .navbar-nav {
    margin: 0;
  }
}
.cid-uCuWtA1BBH .dropdown-menu,
.cid-uCuWtA1BBH .navbar.opened {
  background-color: false !important;
}
.cid-uCuWtA1BBH .nav-item:focus,
.cid-uCuWtA1BBH .nav-link:focus {
  outline: none;
}
.cid-uCuWtA1BBH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCuWtA1BBH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCuWtA1BBH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCuWtA1BBH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCuWtA1BBH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCuWtA1BBH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCuWtA1BBH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCuWtA1BBH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uCuWtA1BBH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCuWtA1BBH .dropdown-item.active,
.cid-uCuWtA1BBH .dropdown-item:active {
  background-color: transparent;
}
.cid-uCuWtA1BBH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uCuWtA1BBH .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uCuWtA1BBH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCuWtA1BBH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCuWtA1BBH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCuWtA1BBH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCuWtA1BBH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCuWtA1BBH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8a077;
  background: #f4f2ef;
}
.cid-uCuWtA1BBH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uCuWtA1BBH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCuWtA1BBH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCuWtA1BBH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCuWtA1BBH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCuWtA1BBH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCuWtA1BBH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCuWtA1BBH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCuWtA1BBH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCuWtA1BBH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCuWtA1BBH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCuWtA1BBH .navbar {
    height: 70px;
  }
  .cid-uCuWtA1BBH .navbar.opened {
    height: auto;
  }
  .cid-uCuWtA1BBH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCuWtA1BBH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uCuWtA1BBH .navbar-caption:hover {
  color: #4353ff;
}
@media (min-width: 992px) {
  .cid-uCuWtA1BBH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCuWtA1BBH .text_widget {
  margin-bottom: 32px;
}
.cid-uCuWtA1BBH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCuWtA1BBH .text_widget a:hover,
.cid-uCuWtA1BBH .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uCuWtA1BBH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uCuWtA1BBH .navbar-caption {
  color: #150764;
}
.cid-uCuWtA1BBH .mbr-section-subtitle,
.cid-uCuWtA1BBH .text_widget,
.cid-uCuWtA1BBH .mbr-section-btn {
  text-align: center;
}
.cid-uCuWtA1BBH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCuWtASEsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCuWtASEsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuWtASEsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuWtASEsX .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCuWtASEsX .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCuWtASEsX .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCuWtASEsX .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCuWtASEsX .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-uCuWtASEsX .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCuWtASEsX .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCuWtASEsX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCuWtASEsX .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCuWtASEsX .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCuWtASEsX .mbr-section-title {
  color: #191c25;
}
.cid-uCuWtASEsX .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uCuWtASEsX .mbr-section-title,
.cid-uCuWtASEsX .mbr-section-btn,
.cid-uCuWtASEsX .title-wrapper {
  text-align: center;
}
.cid-uCuWtBVF9u {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCuWtBVF9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuWtBVF9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuWtBVF9u .text-wrap {
  width: 100%;
}
.cid-uCuWtBVF9u .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uCuWtBVF9u .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uCuWtBVF9u .list-wrap {
  margin-top: 52px;
}
.cid-uCuWtBVF9u .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uCuWtBVF9u .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uCuWtBVF9u .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uCuWtBVF9u .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uCuWtCQgWe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCuWtCQgWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuWtCQgWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuWtCQgWe .text-wrap {
  width: 100%;
}
.cid-uCuWtCQgWe .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uCuWtCQgWe .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uCuWtCQgWe .comment-text {
  margin-top: 40px;
  color: #000000;
}
.cid-uCuWtEgIJz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uCuWtEgIJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuWtEgIJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuWtEgIJz img {
  border-radius: 2rem;
}
.cid-uCuWtEgIJz .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uCuWtEgIJz .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4353ff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uCuWtEgIJz .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1da1f2;
  font-size: 1.5rem;
}
.cid-uCuWtEgIJz .mbr-section-title {
  color: #000000;
}
.cid-uCuWtEgIJz .mbr-text,
.cid-uCuWtEgIJz .mbr-section-btn {
  color: #000000;
}
.cid-uCuWtEgIJz .mbr-section-subtitle,
.cid-uCuWtEgIJz .align-wrapper {
  color: #04492e;
}
.cid-uCuWtFu0Jq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCuWtFu0Jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuWtFu0Jq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuWtFu0Jq .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #4353ff;
  margin-bottom: 2rem;
}
.cid-uCuWtFu0Jq .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uCuWtFu0Jq .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCuWtFu0Jq .card-title,
.cid-uCuWtFu0Jq .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uCuWtFu0Jq .card-text {
  text-align: center;
}
.cid-uCuWtH3oRg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uCuWtH3oRg .col-title {
    margin-bottom: 20px;
  }
}
.cid-uCuWtH3oRg .mbr-section-title {
  color: #000000;
}
.cid-uCuWtH3oRg .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uCuWtH3oRg .mbr-text {
  color: #000000;
}
.cid-uCuWtIjOhO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCuWtIjOhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuWtIjOhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuWtIjOhO .content-wrapper {
  padding: 80px 90px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCuWtIjOhO .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uCuWtIjOhO .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCuWtIjOhO .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCuWtIjOhO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCuWtIjOhO .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCuWtIjOhO .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCuWtIjOhO .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCuWtIjOhO .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uCuWtIjOhO .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCuWtIjOhO .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item:hover,
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uCuWtIjOhO .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uCuWtIjOhO .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCuWtIjOhO .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCuWtIjOhO .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uCuWtIjOhO .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uCuWtIjOhO .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uCuWtIjOhO .mbr-text,
.cid-uCuWtIjOhO .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uCuWtIjOhO .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uCuWtJHpWA {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8a077;
}
@media (max-width: 991px) {
  .cid-uCuWtJHpWA .col-title {
    margin-bottom: 20px;
  }
}
.cid-uCuWtJHpWA .mbr-section-title {
  color: #000000;
}
.cid-uCuWtJHpWA .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uCuWtJHpWA .mbr-text {
  color: #000000;
}
.cid-uCuWtL1AqW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCuWtL1AqW .mbr-text {
    text-align: center;
  }
}
.cid-uCuWtL1AqW .mbr-text,
.cid-uCuWtL1AqW .mbr-section-btn {
  color: #000000;
}
.cid-uCuWtMosKz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8a077;
}
.cid-uCuWtMosKz .container {
  padding: 0 5%;
}
.cid-uCuWtMosKz .item:focus,
.cid-uCuWtMosKz span:focus {
  outline: none;
}
.cid-uCuWtMosKz .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uCuWtMosKz .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uCuWtMosKz .items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uCuWtMosKz .items:nth-child(2) {
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-uCuWtMosKz .items:nth-child(2) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCuWtMosKz .items:nth-child(3) {
    flex-direction: row;
  }
  .cid-uCuWtMosKz .items:nth-child(3) .item-wrapper:first-child {
    margin-right: 12px;
  }
  .cid-uCuWtMosKz .items:nth-child(3) .item-wrapper:last-child {
    margin-left: 12px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uCuWtMosKz .items:nth-child(3) .item-wrapper:first-child {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uCuWtMosKz .items:nth-child(3) .item-wrapper:last-child {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 768px) {
  .cid-uCuWtMosKz .items:nth-child(3) {
    flex-direction: column;
  }
}
.cid-uCuWtMosKz .mbr-section-head {
  margin-bottom: 4.5rem;
}
.cid-uCuWtMosKz .item-wrapper {
  position: relative;
  border-radius: 15px;
  display: flex;
  flex-flow: column nowrap;
  max-width: 360px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-uCuWtMosKz .item-wrapper {
    margin: 0 auto 2rem;
  }
}
.cid-uCuWtMosKz .item-title-wrapper {
  max-height: 95px;
  padding: 1.3rem 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000000;
}
@media (max-width: 1200px) {
  .cid-uCuWtMosKz .item-title-wrapper {
    padding: 1.3rem 0.6rem;
  }
}
@media (max-width: 768px) {
  .cid-uCuWtMosKz .item-title-wrapper {
    padding: 1.3rem 2.3rem;
  }
}
@media (max-width: 450px) {
  .cid-uCuWtMosKz .item-title-wrapper {
    padding: 1rem;
  }
}
.cid-uCuWtMosKz .item-title-wrapper img {
  max-width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 15px;
}
.cid-uCuWtMosKz .item-title-wrapper .item-title {
  margin: 0;
}
.cid-uCuWtMosKz .item-title-wrapper .item-desc {
  margin: 0;
}
.cid-uCuWtMosKz .item-title-wrapper .item-title-span {
  width: 50px;
  display: flex;
  justify-content: space-around;
}
.cid-uCuWtMosKz .item-title-wrapper span {
  display: block;
  font-size: 2rem;
  margin-top: -1rem;
}
.cid-uCuWtMosKz .item-title-wrapper a {
  height: 100%;
  padding: 1.3rem 0;
}
.cid-uCuWtMosKz .item-title-name {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uCuWtMosKz .item-content {
  background: #ffffff;
  padding: 2.5rem 3rem;
}
.cid-uCuWtMosKz .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
}
.cid-uCuWtMosKz .mbr-section-subtitle {
  color: #3a3e5e;
  text-align: center;
}
.cid-uCuWtMosKz .item-title,
.cid-uCuWtMosKz .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uCuWtMosKz .item-desc {
  color: #FFFFFF;
}
.cid-uCuWtMosKz .item-text {
  color: #3a3e5e;
}
.cid-uCLAwk9b9o {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCLAwk9b9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLAwk9b9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLAwk9b9o .section-head {
  margin-bottom: 50px;
}
.cid-uCLAwk9b9o .mbr-section-title {
  color: #000000;
}
.cid-uCLAwk9b9o .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uCLAwk9b9o .card {
  padding: 0;
}
.cid-uCLAwk9b9o .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
.cid-uCLAwk9b9o .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-uCLAwk9b9o .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #f8a077;
}
.cid-uCLAwk9b9o .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8a077;
  transition: .3s all;
}
.cid-uCLAwk9b9o .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-uCLAwk9b9o .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-uCLAwk9b9o .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uCLAwk9b9o .sign {
  display: none !important;
}
.cid-uCLAwk9b9o .panel-title-edit {
  color: #000000;
}
.cid-uCLAwk9b9o .panel-body {
  padding: 15px 0;
}
.cid-uCLAwk9b9o .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-uCuWtYKJKm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uCuWtYKJKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuWtYKJKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuWtYKJKm .content-wrapper {
  padding: 80px 90px;
  background-color: #f8a077;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uCuWtYKJKm .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCuWtYKJKm .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCuWtYKJKm .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uCuWtYKJKm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCuWtYKJKm .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCuWtYKJKm .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .cid-uCuWtYKJKm .content-wrapper .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uCuWtYKJKm .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uCuWtYKJKm .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uCuWtYKJKm .content-wrapper .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCuWtYKJKm .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCuWtYKJKm .mbr-section-title {
  color: #050f0f;
}
.cid-uCuWtYKJKm .mbr-text {
  color: #050f0f;
}
.cid-uCuWu1YZaz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCuWu1YZaz .mbr-text {
    text-align: center;
  }
}
.cid-uCuWu1YZaz .mbr-text,
.cid-uCuWu1YZaz .mbr-section-btn {
  color: #000000;
}
.cid-uCuWu1YZaz H1 {
  text-align: center;
}
.cid-uCuWu4dXVJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uCuWu4dXVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuWu4dXVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuWu4dXVJ .content-wrapper {
  padding: 80px 90px;
  background-color: #f8a077;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uCuWu4dXVJ .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uCuWu4dXVJ .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uCuWu4dXVJ .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uCuWu4dXVJ .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCuWu4dXVJ .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCuWu4dXVJ .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uCuWu4dXVJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uCuWu4dXVJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCuWu4dXVJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCuWu4dXVJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uCuWu4dXVJ .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uCuWu4dXVJ .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uCuWu4dXVJ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uCuWu4dXVJ .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uCuWu4dXVJ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uCuWu4dXVJ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCuWu4dXVJ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCuWu4dXVJ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCuWu4dXVJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uCuWu4dXVJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uCuWu4dXVJ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uCuWu4dXVJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uCuWu4dXVJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uCuWu4dXVJ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uCuWu4dXVJ .mbr-section-title {
  color: #050f0f;
}
.cid-uCuWu4dXVJ .mbr-text {
  color: #050f0f;
}
.cid-uCuWu4dXVJ .panel-title-edit {
  color: #050f0f;
}
.cid-uCuWu4dXVJ .panel-text {
  color: #050f0f;
}
.cid-uCuWu6Eo1J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uCuWu6Eo1J .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCuWu6Eo1J .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCuWu6Eo1J .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-uCuWu6Eo1J .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCuWu6Eo1J .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCuWu7Qg8e {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f68551;
  position: relative;
  overflow: hidden;
}
.cid-uCuWu7Qg8e a {
  transition: 0.3s;
}
.cid-uCuWu7Qg8e h5 {
  margin-bottom: 1.6rem;
}
.cid-uCuWu7Qg8e .card-img2 span {
  padding-top: 6px;
}
.cid-uCuWu7Qg8e .soc-item a {
  padding-top: 5px;
}
.cid-uCuWu7Qg8e .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uCuWu7Qg8e .link:hover {
  color: #4353ff !important;
}
@media (max-width: 992px) {
  .cid-uCuWu7Qg8e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uCuWu7Qg8e .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uCuWu7Qg8e .soc-item span {
  font-size: 1rem;
}
.cid-uCuWu7Qg8e .soc-item:hover span {
  color: #4353ff !important;
}
.cid-uCuWu7Qg8e .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uCuWu7Qg8e .item h6 {
  margin: 0;
}
.cid-uCuWu7Qg8e .media-wrap {
  margin-bottom: 1rem;
}
.cid-uCuWu7Qg8e .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uCuWu7Qg8e img {
  width: 80%;
}
.cid-uCuWu7Qg8e .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uCuWu7Qg8e .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uCuWu7Qg8e .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uCuWu7Qg8e .container {
  padding: 0;
}
.cid-uCuWu7Qg8e .btn-primary {
  color: #333333 !important;
}
.cid-uCuWu7Qg8e .btn-primary:hover {
  background-color: #1024ff !important;
}
.cid-uCuYVE0oQp {
  background-color: transparent;
}
.cid-uCuYVE0oQp .navbar-dropdown {
  background-color: #f8a077 !important;
  padding: 0;
}
.cid-uCuYVE0oQp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8a077 !important;
  background: #f8a077;
}
.cid-uCuYVE0oQp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCuYVE0oQp .navbar {
  border-bottom: 2px solid #150764 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uCuYVE0oQp .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uCuYVE0oQp .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uCuYVE0oQp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCuYVE0oQp .navbar.opened {
  transition: all 0.3s;
}
.cid-uCuYVE0oQp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCuYVE0oQp .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uCuYVE0oQp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCuYVE0oQp .navbar.collapsed {
  justify-content: center;
}
.cid-uCuYVE0oQp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCuYVE0oQp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCuYVE0oQp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCuYVE0oQp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCuYVE0oQp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCuYVE0oQp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCuYVE0oQp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCuYVE0oQp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCuYVE0oQp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uCuYVE0oQp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCuYVE0oQp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCuYVE0oQp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCuYVE0oQp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCuYVE0oQp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCuYVE0oQp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCuYVE0oQp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCuYVE0oQp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCuYVE0oQp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCuYVE0oQp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uCuYVE0oQp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCuYVE0oQp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCuYVE0oQp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCuYVE0oQp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCuYVE0oQp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCuYVE0oQp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uCuYVE0oQp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uCuYVE0oQp .menu_box .navbar.opened,
  .cid-uCuYVE0oQp .menu_box .navbar-collapse {
    background-color: #f8a077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCuYVE0oQp .navbar-dropdown {
  position: relative !important;
}
.cid-uCuYVE0oQp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uCuYVE0oQp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCuYVE0oQp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCuYVE0oQp .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uCuYVE0oQp .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uCuYVE0oQp .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uCuYVE0oQp .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uCuYVE0oQp .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uCuYVE0oQp .nav-item {
    margin: 0 !important;
  }
}
.cid-uCuYVE0oQp .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uCuYVE0oQp .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uCuYVE0oQp .nav-item .nav-link:hover,
.cid-uCuYVE0oQp .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uCuYVE0oQp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCuYVE0oQp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCuYVE0oQp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCuYVE0oQp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCuYVE0oQp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uCuYVE0oQp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCuYVE0oQp .offcanvas_box {
    display: none;
  }
}
.cid-uCuYVE0oQp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCuYVE0oQp .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCuYVE0oQp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCuYVE0oQp .container {
  display: flex;
  margin: auto;
}
.cid-uCuYVE0oQp .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uCuYVE0oQp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCuYVE0oQp .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uCuYVE0oQp .navbar-nav {
    margin: 0;
  }
}
.cid-uCuYVE0oQp .dropdown-menu,
.cid-uCuYVE0oQp .navbar.opened {
  background-color: false !important;
}
.cid-uCuYVE0oQp .nav-item:focus,
.cid-uCuYVE0oQp .nav-link:focus {
  outline: none;
}
.cid-uCuYVE0oQp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCuYVE0oQp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCuYVE0oQp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCuYVE0oQp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCuYVE0oQp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCuYVE0oQp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCuYVE0oQp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCuYVE0oQp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uCuYVE0oQp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCuYVE0oQp .dropdown-item.active,
.cid-uCuYVE0oQp .dropdown-item:active {
  background-color: transparent;
}
.cid-uCuYVE0oQp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uCuYVE0oQp .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uCuYVE0oQp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCuYVE0oQp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCuYVE0oQp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCuYVE0oQp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCuYVE0oQp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCuYVE0oQp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8a077;
  background: #f4f2ef;
}
.cid-uCuYVE0oQp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uCuYVE0oQp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCuYVE0oQp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCuYVE0oQp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCuYVE0oQp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCuYVE0oQp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCuYVE0oQp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCuYVE0oQp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCuYVE0oQp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCuYVE0oQp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCuYVE0oQp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCuYVE0oQp .navbar {
    height: 70px;
  }
  .cid-uCuYVE0oQp .navbar.opened {
    height: auto;
  }
  .cid-uCuYVE0oQp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCuYVE0oQp .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uCuYVE0oQp .navbar-caption:hover {
  color: #4353ff;
}
@media (min-width: 992px) {
  .cid-uCuYVE0oQp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCuYVE0oQp .text_widget {
  margin-bottom: 32px;
}
.cid-uCuYVE0oQp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCuYVE0oQp .text_widget a:hover,
.cid-uCuYVE0oQp .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uCuYVE0oQp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uCuYVE0oQp .navbar-caption {
  color: #150764;
}
.cid-uCuYVE0oQp .mbr-section-subtitle,
.cid-uCuYVE0oQp .text_widget,
.cid-uCuYVE0oQp .mbr-section-btn {
  text-align: center;
}
.cid-uCuYVE0oQp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCuYVFu9WD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCuYVFu9WD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuYVFu9WD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuYVFu9WD .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCuYVFu9WD .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCuYVFu9WD .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCuYVFu9WD .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCuYVFu9WD .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uCuYVFu9WD .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCuYVFu9WD .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCuYVFu9WD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCuYVFu9WD .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCuYVFu9WD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCuYVFu9WD .mbr-section-title {
  color: #191c25;
}
.cid-uCuYVFu9WD .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uCuYVFu9WD .mbr-section-title,
.cid-uCuYVFu9WD .mbr-section-btn,
.cid-uCuYVFu9WD .title-wrapper {
  text-align: center;
}
.cid-uCuYVGZzPa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCuYVGZzPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuYVGZzPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuYVGZzPa .text-wrap {
  width: 100%;
}
.cid-uCuYVGZzPa .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uCuYVGZzPa .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uCuYVGZzPa .list-wrap {
  margin-top: 52px;
}
.cid-uCuYVGZzPa .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uCuYVGZzPa .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uCuYVGZzPa .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uCuYVGZzPa .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uCuYVI6kRf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCuYVI6kRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuYVI6kRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuYVI6kRf .text-wrap {
  width: 100%;
}
.cid-uCuYVI6kRf .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uCuYVI6kRf .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uCuYVI6kRf .comment-text {
  margin-top: 40px;
  color: #000000;
}
.cid-uCuYVJd8bt {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uCuYVJd8bt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuYVJd8bt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuYVJd8bt img {
  border-radius: 2rem;
}
.cid-uCuYVJd8bt .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uCuYVJd8bt .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4353ff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uCuYVJd8bt .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1da1f2;
  font-size: 1.5rem;
}
.cid-uCuYVJd8bt .mbr-section-title {
  color: #000000;
}
.cid-uCuYVJd8bt .mbr-text,
.cid-uCuYVJd8bt .mbr-section-btn {
  color: #000000;
}
.cid-uCuYVJd8bt .mbr-section-subtitle,
.cid-uCuYVJd8bt .align-wrapper {
  color: #04492e;
}
.cid-uCuYVKm97L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCuYVKm97L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuYVKm97L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuYVKm97L .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #4353ff;
  margin-bottom: 2rem;
}
.cid-uCuYVKm97L .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uCuYVKm97L .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCuYVKm97L .card-title,
.cid-uCuYVKm97L .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uCuYVKm97L .card-text {
  text-align: center;
}
.cid-uCuYVLCbQi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uCuYVLCbQi .col-title {
    margin-bottom: 20px;
  }
}
.cid-uCuYVLCbQi .mbr-section-title {
  color: #000000;
}
.cid-uCuYVLCbQi .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uCuYVLCbQi .mbr-text {
  color: #000000;
}
.cid-uCuYVMxi3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCuYVMxi3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuYVMxi3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuYVMxi3E .content-wrapper {
  padding: 80px 90px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCuYVMxi3E .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uCuYVMxi3E .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCuYVMxi3E .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCuYVMxi3E .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCuYVMxi3E .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCuYVMxi3E .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCuYVMxi3E .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCuYVMxi3E .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uCuYVMxi3E .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCuYVMxi3E .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item:hover,
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uCuYVMxi3E .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uCuYVMxi3E .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCuYVMxi3E .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCuYVMxi3E .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uCuYVMxi3E .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uCuYVMxi3E .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uCuYVMxi3E .mbr-text,
.cid-uCuYVMxi3E .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uCuYVMxi3E .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uCuYVNHSug {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8a077;
}
@media (max-width: 991px) {
  .cid-uCuYVNHSug .col-title {
    margin-bottom: 20px;
  }
}
.cid-uCuYVNHSug .mbr-section-title {
  color: #000000;
}
.cid-uCuYVNHSug .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uCuYVNHSug .mbr-text {
  color: #000000;
}
.cid-uCuYVPtsbC {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCuYVPtsbC .mbr-text {
    text-align: center;
  }
}
.cid-uCuYVPtsbC .mbr-text,
.cid-uCuYVPtsbC .mbr-section-btn {
  color: #000000;
}
.cid-uCuYVRNQ7m {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8a077;
}
.cid-uCuYVRNQ7m .container {
  padding: 0 5%;
}
.cid-uCuYVRNQ7m .item:focus,
.cid-uCuYVRNQ7m span:focus {
  outline: none;
}
.cid-uCuYVRNQ7m .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uCuYVRNQ7m .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uCuYVRNQ7m .items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uCuYVRNQ7m .items:nth-child(2) {
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-uCuYVRNQ7m .items:nth-child(2) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCuYVRNQ7m .items:nth-child(3) {
    flex-direction: row;
  }
  .cid-uCuYVRNQ7m .items:nth-child(3) .item-wrapper:first-child {
    margin-right: 12px;
  }
  .cid-uCuYVRNQ7m .items:nth-child(3) .item-wrapper:last-child {
    margin-left: 12px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uCuYVRNQ7m .items:nth-child(3) .item-wrapper:first-child {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uCuYVRNQ7m .items:nth-child(3) .item-wrapper:last-child {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 768px) {
  .cid-uCuYVRNQ7m .items:nth-child(3) {
    flex-direction: column;
  }
}
.cid-uCuYVRNQ7m .mbr-section-head {
  margin-bottom: 4.5rem;
}
.cid-uCuYVRNQ7m .item-wrapper {
  position: relative;
  border-radius: 15px;
  display: flex;
  flex-flow: column nowrap;
  max-width: 360px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-uCuYVRNQ7m .item-wrapper {
    margin: 0 auto 2rem;
  }
}
.cid-uCuYVRNQ7m .item-title-wrapper {
  max-height: 95px;
  padding: 1.3rem 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000000;
}
@media (max-width: 1200px) {
  .cid-uCuYVRNQ7m .item-title-wrapper {
    padding: 1.3rem 0.6rem;
  }
}
@media (max-width: 768px) {
  .cid-uCuYVRNQ7m .item-title-wrapper {
    padding: 1.3rem 2.3rem;
  }
}
@media (max-width: 450px) {
  .cid-uCuYVRNQ7m .item-title-wrapper {
    padding: 1rem;
  }
}
.cid-uCuYVRNQ7m .item-title-wrapper img {
  max-width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 15px;
}
.cid-uCuYVRNQ7m .item-title-wrapper .item-title {
  margin: 0;
}
.cid-uCuYVRNQ7m .item-title-wrapper .item-desc {
  margin: 0;
}
.cid-uCuYVRNQ7m .item-title-wrapper .item-title-span {
  width: 50px;
  display: flex;
  justify-content: space-around;
}
.cid-uCuYVRNQ7m .item-title-wrapper span {
  display: block;
  font-size: 2rem;
  margin-top: -1rem;
}
.cid-uCuYVRNQ7m .item-title-wrapper a {
  height: 100%;
  padding: 1.3rem 0;
}
.cid-uCuYVRNQ7m .item-title-name {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uCuYVRNQ7m .item-content {
  background: #ffffff;
  padding: 2.5rem 3rem;
}
.cid-uCuYVRNQ7m .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
}
.cid-uCuYVRNQ7m .mbr-section-subtitle {
  color: #3a3e5e;
  text-align: center;
}
.cid-uCuYVRNQ7m .item-title,
.cid-uCuYVRNQ7m .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uCuYVRNQ7m .item-desc {
  color: #FFFFFF;
}
.cid-uCuYVRNQ7m .item-text {
  color: #3a3e5e;
}
.cid-uCLBlTYNgl {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCLBlTYNgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLBlTYNgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLBlTYNgl .section-head {
  margin-bottom: 50px;
}
.cid-uCLBlTYNgl .mbr-section-title {
  color: #000000;
}
.cid-uCLBlTYNgl .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uCLBlTYNgl .card {
  padding: 0;
}
.cid-uCLBlTYNgl .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
.cid-uCLBlTYNgl .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-uCLBlTYNgl .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #f8a077;
}
.cid-uCLBlTYNgl .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8a077;
  transition: .3s all;
}
.cid-uCLBlTYNgl .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-uCLBlTYNgl .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-uCLBlTYNgl .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uCLBlTYNgl .sign {
  display: none !important;
}
.cid-uCLBlTYNgl .panel-title-edit {
  color: #000000;
}
.cid-uCLBlTYNgl .panel-body {
  padding: 15px 0;
}
.cid-uCLBlTYNgl .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-uCuYVXXWu1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uCuYVXXWu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuYVXXWu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuYVXXWu1 .content-wrapper {
  padding: 80px 90px;
  background-color: #f8a077;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uCuYVXXWu1 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCuYVXXWu1 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCuYVXXWu1 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uCuYVXXWu1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCuYVXXWu1 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCuYVXXWu1 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .cid-uCuYVXXWu1 .content-wrapper .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uCuYVXXWu1 .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uCuYVXXWu1 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uCuYVXXWu1 .content-wrapper .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCuYVXXWu1 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCuYVXXWu1 .mbr-section-title {
  color: #050f0f;
}
.cid-uCuYVXXWu1 .mbr-text {
  color: #050f0f;
}
.cid-uCvezoh6IK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCvezoh6IK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCvezoh6IK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCvezoh6IK .container {
    padding: 0 20px;
  }
}
.cid-uCvezoh6IK .row {
  margin: 0;
}
.cid-uCvezoh6IK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCvezoh6IK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCvezoh6IK .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uCvezoh6IK .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uCvezoh6IK .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uCvezoh6IK .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uCvezoh6IK .mbr-section-title {
  color: #ffffff;
}
.cid-uCuYVZuaaW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCuYVZuaaW .mbr-text {
    text-align: center;
  }
}
.cid-uCuYVZuaaW .mbr-text,
.cid-uCuYVZuaaW .mbr-section-btn {
  color: #000000;
}
.cid-uCuYVZuaaW H1 {
  text-align: center;
}
.cid-uCuYW1crEE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uCuYW1crEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuYW1crEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuYW1crEE .content-wrapper {
  padding: 80px 90px;
  background-color: #f8a077;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uCuYW1crEE .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uCuYW1crEE .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uCuYW1crEE .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uCuYW1crEE .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCuYW1crEE .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCuYW1crEE .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uCuYW1crEE .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uCuYW1crEE .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCuYW1crEE .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCuYW1crEE .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uCuYW1crEE .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uCuYW1crEE .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uCuYW1crEE .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uCuYW1crEE .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uCuYW1crEE .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uCuYW1crEE .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCuYW1crEE .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCuYW1crEE .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCuYW1crEE .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uCuYW1crEE .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uCuYW1crEE .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uCuYW1crEE .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uCuYW1crEE .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uCuYW1crEE .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uCuYW1crEE .mbr-section-title {
  color: #050f0f;
}
.cid-uCuYW1crEE .mbr-text {
  color: #050f0f;
}
.cid-uCuYW1crEE .panel-title-edit {
  color: #050f0f;
}
.cid-uCuYW1crEE .panel-text {
  color: #050f0f;
}
.cid-uCuYW2KtEk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uCuYW2KtEk .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCuYW2KtEk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCuYW2KtEk .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-uCuYW2KtEk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCuYW2KtEk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCuYW4eruj {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f68551;
  position: relative;
  overflow: hidden;
}
.cid-uCuYW4eruj a {
  transition: 0.3s;
}
.cid-uCuYW4eruj h5 {
  margin-bottom: 1.6rem;
}
.cid-uCuYW4eruj .card-img2 span {
  padding-top: 6px;
}
.cid-uCuYW4eruj .soc-item a {
  padding-top: 5px;
}
.cid-uCuYW4eruj .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uCuYW4eruj .link:hover {
  color: #4353ff !important;
}
@media (max-width: 992px) {
  .cid-uCuYW4eruj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uCuYW4eruj .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uCuYW4eruj .soc-item span {
  font-size: 1rem;
}
.cid-uCuYW4eruj .soc-item:hover span {
  color: #4353ff !important;
}
.cid-uCuYW4eruj .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uCuYW4eruj .item h6 {
  margin: 0;
}
.cid-uCuYW4eruj .media-wrap {
  margin-bottom: 1rem;
}
.cid-uCuYW4eruj .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uCuYW4eruj img {
  width: 80%;
}
.cid-uCuYW4eruj .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uCuYW4eruj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uCuYW4eruj .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uCuYW4eruj .container {
  padding: 0;
}
.cid-uCuYW4eruj .btn-primary {
  color: #333333 !important;
}
.cid-uCuYW4eruj .btn-primary:hover {
  background-color: #1024ff !important;
}
