body {
  font-family: Gayathri;
}
.display-1 {
  font-family: 'Gayathri', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Gayathri', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Gayathri', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Gayathri', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Gayathri', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #f24100 !important;
}
.bg-success {
  background-color: #ca41ec !important;
}
.bg-info {
  background-color: #f4efe8 !important;
}
.bg-warning {
  background-color: #3017cd !important;
}
.bg-danger {
  background-color: #f24100 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f24100 !important;
  border-color: #f24100 !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: #9b2a00 !important;
  border-color: #9b2a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9b2a00 !important;
  border-color: #9b2a00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #94f8f8 !important;
  border-color: #94f8f8 !important;
  color: #098484 !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: #033333 !important;
  background-color: #43f3f3 !important;
  border-color: #43f3f3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #098484 !important;
  background-color: #43f3f3 !important;
  border-color: #43f3f3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f4efe8 !important;
  border-color: #f4efe8 !important;
  color: #967547 !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: #d8c6ad !important;
  border-color: #d8c6ad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #967547 !important;
  background-color: #d8c6ad !important;
  border-color: #d8c6ad !important;
}
.btn-success,
.btn-success:active {
  background-color: #ca41ec !important;
  border-color: #ca41ec !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: #a013c3 !important;
  border-color: #a013c3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a013c3 !important;
  border-color: #a013c3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3017cd !important;
  border-color: #3017cd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1e0e7f !important;
  border-color: #1e0e7f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1e0e7f !important;
  border-color: #1e0e7f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f24100 !important;
  border-color: #f24100 !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: #9b2a00 !important;
  border-color: #9b2a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9b2a00 !important;
  border-color: #9b2a00 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f24100;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9b2a00 !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: #f24100 !important;
  border-color: #f24100 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #94f8f8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #43f3f3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #098484 !important;
  background-color: #94f8f8 !important;
  border-color: #94f8f8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4efe8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d8c6ad !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #967547 !important;
  background-color: #f4efe8 !important;
  border-color: #f4efe8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ca41ec;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a013c3 !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: #ca41ec !important;
  border-color: #ca41ec !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3017cd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e0e7f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3017cd !important;
  border-color: #3017cd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f24100;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9b2a00 !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: #f24100 !important;
  border-color: #f24100 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f24100 !important;
}
.text-secondary {
  color: #94f8f8 !important;
}
.text-success {
  color: #ca41ec !important;
}
.text-info {
  color: #f4efe8 !important;
}
.text-warning {
  color: #3017cd !important;
}
.text-danger {
  color: #f24100 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8c2600 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #34f2f2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9512b5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #d3bfa3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1b0d71 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8c2600 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f24100;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f4efe8;
}
.alert-warning {
  background-color: #3017cd;
}
.alert-danger {
  background-color: #f24100;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f24100;
  border-color: #f24100;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f24100;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd0bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefaff;
}
.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: #c1b9f7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffd0bf;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gayathri', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  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: #f24100 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gayathri', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f24100;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f24100;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f24100;
}
.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: #f24100;
  border-bottom-color: #f24100;
}
.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: #f24100 !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: #94f8f8 !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='%23f24100' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  max-height: 57px;
  padding: 12px 36px 8px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #f24100;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  box-shadow: inset 0 -100px 0 0 #f24100 !important;
  color: #f4efe8 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #94f8f8;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  box-shadow: inset 0 -100px 0 0 #94f8f8 !important;
  color: #f24100 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #ca41ec;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  box-shadow: inset 0 -100px 0 0 #ca41ec !important;
  color: #f24100 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #f4efe8;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  box-shadow: inset 0 -100px 0 0 #f4efe8 !important;
  color: #f24100 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #3017cd;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  box-shadow: inset 0 -100px 0 0 #3017cd !important;
  color: #f4efe8 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #f24100;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  box-shadow: inset 0 -100px 0 0 #f24100 !important;
  color: #f24100 !important;
}
.cid-upPSzAcUTH {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upPSzAcUTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPSzAcUTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPSzAcUTH .content-wrapper {
  padding: 80px 90px;
  background-color: #e2e2e2;
}
@media (max-width: 992px) {
  .cid-upPSzAcUTH .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-upPSzAcUTH .content-wrapper .mbr-section-title {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upPSzAcUTH .content-wrapper .mbr-section-title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.cid-upPSzAcUTH .content-wrapper .mbr-section-title span {
  color: #f7fff7;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
@media (max-width: 992px) {
  .cid-upPSzAcUTH .content-wrapper .mbr-section-title span {
    -webkit-text-stroke-width: .125rem;
    text-shadow: 2px 2px 0 #050f0f;
  }
}
.cid-upPSzAcUTH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .cid-upPSzAcUTH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-upPSzAcUTH .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-upPSzAcUTH .mbr-section-title {
  color: #050f0f;
}
.cid-upPSzAcUTH .mbr-text,
.cid-upPSzAcUTH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upPSzAcUTH .mbr-section-title,
.cid-upPSzAcUTH .mbr-section-btn {
  text-align: center;
}
.cid-upQ6qq4JdE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efecef;
}
.cid-upQ6qq4JdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-upQ6qq4JdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upQ6qq4JdE .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-upQ6qq4JdE .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-upQ6qq4JdE .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #000000;
}
.cid-upQ6qq4JdE .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-upQ6x4S10P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upQ6x4S10P blockquote {
  border-color: #e2e2e2;
  border-radius: 4px;
  background-color: #efecef;
}
.cid-tlLmWQcFLo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-tlLmWQcFLo .row {
  position: relative;
}
.cid-tlLmWQcFLo .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #e2e2e2 50%, #e2e2e2);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tlLmWQcFLo .row .blur-circle {
    display: none;
  }
}
.cid-tlLmWQcFLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlLmWQcFLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlLmWQcFLo .row {
  justify-content: center;
}
.cid-tlLmWQcFLo .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tlLmWQcFLo .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tlLmWQcFLo .row {
    padding: 0 24px;
  }
}
.cid-tlLmWQcFLo .row.row-wrapper {
  padding: 64px;
  background-color: #efecef;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-tlLmWQcFLo .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #111111;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-tlLmWQcFLo .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tlLmWQcFLo .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-tlLmWQcFLo .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tlLmWQcFLo .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-tlLmWQcFLo .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tlLmWQcFLo .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-tlLmWQcFLo .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-tlLmWQcFLo .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-tlLmWQcFLo .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-tlLmWQcFLo .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tlLmWQcFLo .mbr-section-title {
  color: #000000;
}
.cid-tlLmWQcFLo .mbr-link {
  color: #f4efe8;
}
.cid-tlLmWQcFLo .mbr-desc {
  color: #f4efe8;
}
.cid-tlLmWQcFLo .mbr-text {
  color: #f4efe8;
}
.cid-upQmi4idon {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2e2e2;
}
.cid-upQmi4idon .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-upQmi4idon .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-upQmi4idon .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-upQmi4idon .mbr-section-title {
  color: #000000;
}
.cid-upQmi4idon .mbr-text {
  color: #000000;
}
.cid-upQmi4idon .container-fluid {
  padding: 0;
}
.cid-upQmi4idon .row {
  margin: 0;
}
.cid-upQmi4idon .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-upQmi4idon .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-upQmi4idon .text-container {
    padding: 60px;
  }
}
.cid-upQmi4idon .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-upQmi4idon .image-wrapper {
    height: 420px;
  }
}
.cid-upQmi4idon .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-upQmi4idon .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-upQmi4idon .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-upQmi4idon .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-upQmi4idon .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-upQmi4idon .item__buttons-container_round {
  align-items: flex-start;
}
.cid-upQmi4idon .btn {
  margin: 0;
}
.cid-upQmi4idon .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-upQmi4idon .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-upQmi4idon .item__button {
  margin: 0;
}
.cid-upQmi4idon .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-upQmi4idon .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-upQmi4idon .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-upQmi4idon .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-upQmaDcwDy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upQmaDcwDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-upQmaDcwDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upQmaDcwDy .container {
  max-width: 1280px;
}
.cid-upQmaDcwDy .row {
  justify-content: flex-start;
}
.cid-upQmaDcwDy .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #e2e2e2;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-upQmaDcwDy .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-upQmaDcwDy .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-upQmaDcwDy .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-upQmaDcwDy .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-upQmaDcwDy .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upQmaDcwDy .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-upQmaDcwDy .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-upQmaDcwDy .mbr-text {
  color: #353535;
  width: 100%;
  margin-bottom: 0;
}
.cid-upQ8DCkY71 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efecef;
}
@media (max-width: 991px) {
  .cid-upQ8DCkY71 .col-title {
    margin-bottom: 20px;
  }
}
.cid-upQ8DCkY71 .mbr-section-title {
  color: #000000;
}
.cid-upQ8DCkY71 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-upQ8DCkY71 .mbr-text {
  color: #000000;
}
.cid-tlLmDJCthF {
  z-index: 1000;
  width: 100%;
}
.cid-tlLmDJCthF .navbar-dropdown {
  background-color: #f4efe8 !important;
  padding: 0;
  position: fixed;
}
.cid-tlLmDJCthF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f4efe8 !important;
  background: #f4efe8;
}
.cid-tlLmDJCthF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tlLmDJCthF .menu_box .navbar.opened,
  .cid-tlLmDJCthF .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tlLmDJCthF nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tlLmDJCthF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tlLmDJCthF .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tlLmDJCthF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tlLmDJCthF .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tlLmDJCthF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tlLmDJCthF .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tlLmDJCthF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tlLmDJCthF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tlLmDJCthF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tlLmDJCthF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tlLmDJCthF .offcanvas-body .mbr-text,
  .cid-tlLmDJCthF .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tlLmDJCthF .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tlLmDJCthF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tlLmDJCthF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #111111;
  }
  .cid-tlLmDJCthF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tlLmDJCthF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tlLmDJCthF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tlLmDJCthF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tlLmDJCthF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tlLmDJCthF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tlLmDJCthF .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);
  }
  .cid-tlLmDJCthF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tlLmDJCthF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tlLmDJCthF li.nav-item::before {
    content: '';
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 0;
    height: 9px;
    background-color: #94f8f8;
    z-index: -1;
    transition: all .3s ease;
  }
  .cid-tlLmDJCthF li.nav-item:hover::before {
    width: 100%;
  }
  .cid-tlLmDJCthF .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tlLmDJCthF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tlLmDJCthF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tlLmDJCthF .nav-item {
    margin: 0 !important;
  }
}
.cid-tlLmDJCthF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tlLmDJCthF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tlLmDJCthF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tlLmDJCthF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tlLmDJCthF .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-tlLmDJCthF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tlLmDJCthF .offcanvas_box {
    display: none;
  }
}
.cid-tlLmDJCthF .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tlLmDJCthF .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tlLmDJCthF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-tlLmDJCthF .container {
  display: flex;
  margin: auto;
}
.cid-tlLmDJCthF .iconfont-wrapper {
  color: #111111;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tlLmDJCthF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tlLmDJCthF .iconfont-wrapper:hover {
  color: #f24100;
}
.cid-tlLmDJCthF .navbar-caption {
  color: #111111;
}
.cid-tlLmDJCthF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tlLmDJCthF .navbar-nav {
    margin: 0;
  }
}
.cid-tlLmDJCthF .dropdown-menu,
.cid-tlLmDJCthF .navbar.opened {
  background-color: false !important;
}
.cid-tlLmDJCthF .nav-item:focus,
.cid-tlLmDJCthF .nav-link:focus {
  outline: none;
}
.cid-tlLmDJCthF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlLmDJCthF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlLmDJCthF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlLmDJCthF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlLmDJCthF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlLmDJCthF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlLmDJCthF .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tlLmDJCthF .navbar.opened {
  transition: all 0.3s;
}
.cid-tlLmDJCthF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tlLmDJCthF .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
}
.cid-tlLmDJCthF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tlLmDJCthF .navbar.collapsed {
  justify-content: center;
}
.cid-tlLmDJCthF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlLmDJCthF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tlLmDJCthF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlLmDJCthF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlLmDJCthF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlLmDJCthF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tlLmDJCthF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tlLmDJCthF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tlLmDJCthF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tlLmDJCthF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlLmDJCthF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlLmDJCthF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tlLmDJCthF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlLmDJCthF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tlLmDJCthF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlLmDJCthF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tlLmDJCthF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tlLmDJCthF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tlLmDJCthF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlLmDJCthF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlLmDJCthF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tlLmDJCthF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlLmDJCthF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlLmDJCthF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlLmDJCthF .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-tlLmDJCthF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlLmDJCthF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlLmDJCthF .dropdown-item.active,
.cid-tlLmDJCthF .dropdown-item:active {
  background-color: transparent;
}
.cid-tlLmDJCthF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlLmDJCthF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlLmDJCthF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlLmDJCthF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlLmDJCthF ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tlLmDJCthF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlLmDJCthF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4efe8;
  background: #f4efe8;
}
.cid-tlLmDJCthF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #111111;
}
.cid-tlLmDJCthF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlLmDJCthF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlLmDJCthF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlLmDJCthF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlLmDJCthF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlLmDJCthF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlLmDJCthF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlLmDJCthF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlLmDJCthF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tlLmDJCthF .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-tlLmDJCthF .navbar {
    height: 70px;
  }
  .cid-tlLmDJCthF .navbar.opened {
    height: auto;
  }
  .cid-tlLmDJCthF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlLmDJCthF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tlLmDJCthF .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tlLmDJCthF .mbr-section-btn-main .btn {
  max-height: 37px;
}
.cid-tlLmDJCthF .navbar-caption:hover {
  color: #f24100;
}
@media (min-width: 992px) {
  .cid-tlLmDJCthF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tlLmDJCthF .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-tlLmDJCthF .mbr-text {
  color: #f4efe8;
  text-align: left;
}
.cid-tlLmDJCthF .text_widget {
  color: #f4efe8;
}
.cid-tlLmDJCthF .mbr-section-subtitle,
.cid-tlLmDJCthF .text_widget {
  text-align: left;
}
.cid-tlLmDJCthF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upQ8FmRetu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upQ8FmRetu .mbr-fallback-image.disabled {
  display: none;
}
.cid-upQ8FmRetu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upQ8FmRetu .container {
  max-width: 1280px;
}
.cid-upQ8FmRetu .row {
  justify-content: flex-start;
}
.cid-upQ8FmRetu .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #efecef;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-upQ8FmRetu .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-upQ8FmRetu .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-upQ8FmRetu .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-upQ8FmRetu .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-upQ8FmRetu .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upQ8FmRetu .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-upQ8FmRetu .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-upQ8FmRetu .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-upQVJdM8Tx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upQVJdM8Tx .mbr-fallback-image.disabled {
  display: none;
}
.cid-upQVJdM8Tx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upQVJdM8Tx .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-upQVJdM8Tx .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-upQVJdM8Tx .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upQVJdM8Tx .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-upQVJdM8Tx .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-upQVJdM8Tx .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-upQVJdM8Tx .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upQVJdM8Tx .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upQVJdM8Tx .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upQVJdM8Tx .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-upQVJdM8Tx .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-upQVJdM8Tx .mbr-section-title,
.cid-upQVJdM8Tx .mbr-section-btn {
  color: #000000;
}
.cid-upQpNlco6m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2e2e2;
}
.cid-upQpNlco6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-upQpNlco6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upQpNlco6m .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-upQpNlco6m .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-upQpNlco6m .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-upQpNlco6m .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-upQpNlco6m .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-upQpNlco6m .col-img {
    display: none;
  }
}
.cid-upQpNlco6m .img-wrap {
  width: 100%;
}
.cid-upQpNlco6m .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-upQpNlco6m .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-upQpNlco6m .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-upQpNlco6m .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-upQpNlco6m .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-upQpNlco6m .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-upQpNlco6m .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-upQpNlco6m .panel-group {
    margin-top: 0;
  }
}
.cid-upQpNlco6m .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-upQpNlco6m .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-upQpNlco6m .card-header {
    padding: 8px 0;
  }
}
.cid-upQpNlco6m .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-upQpNlco6m .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-upQpNlco6m .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-upQpNlco6m .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-upQpNlco6m .panel-title-edit {
  color: #000000;
}
.cid-upQpNlco6m .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-upQpNlco6m .panel-body {
    padding: 0 0 24px;
  }
}
.cid-upQpNlco6m .panel-text {
  color: #353535;
  margin: 0;
}
.cid-upQ8GCQdhr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efecef;
}
@media (max-width: 991px) {
  .cid-upQ8GCQdhr .col-title {
    margin-bottom: 20px;
  }
}
.cid-upQ8GCQdhr .mbr-section-title {
  color: #000000;
}
.cid-upQ8GCQdhr .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-upQ8GCQdhr .mbr-text {
  color: #000000;
}
.cid-upQm63zOha {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upQm63zOha .mbr-fallback-image.disabled {
  display: none;
}
.cid-upQm63zOha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upQm63zOha .container {
  max-width: 1280px;
}
.cid-upQm63zOha .row {
  justify-content: flex-start;
}
.cid-upQm63zOha .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #efecef;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-upQm63zOha .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-upQm63zOha .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-upQm63zOha .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-upQm63zOha .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-upQm63zOha .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upQm63zOha .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-upQm63zOha .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-upQm63zOha .mbr-text {
  color: #353535;
  width: 100%;
  margin-bottom: 0;
}
.cid-upPU168Mwo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upPU168Mwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPU168Mwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPU168Mwo .content-wrap {
  padding: 60px;
  background-color: #e2e2e2;
}
@media (max-width: 992px) {
  .cid-upPU168Mwo .content-wrap {
    padding: 30px 20px;
  }
}
.cid-upPU168Mwo .content-wrap .row {
  justify-content: center;
}
.cid-upPU168Mwo .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upPU168Mwo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upPU168Mwo .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upPU168Mwo .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-upPU168Mwo .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-upPU168Mwo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upPU168Mwo .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upPU168Mwo .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upPU168Mwo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upPU168Mwo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upPU168Mwo .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upPU168Mwo .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upPU168Mwo .nav-wrapper .list .item-wrap:hover,
.cid-upPU168Mwo .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upPU168Mwo .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upPU168Mwo .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upPU168Mwo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upPU168Mwo .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upPU168Mwo .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upPU168Mwo .contacts-wrapper .list .item-wrap:hover,
.cid-upPU168Mwo .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upPU168Mwo .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upPU168Mwo .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upPU168Mwo .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upPU168Mwo .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upPU168Mwo .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upPU168Mwo .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upPU168Mwo .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upPU168Mwo .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-upPU168Mwo .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-upPU168Mwo .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-upPU168Mwo .mbr-section-title {
  color: #ed463f;
}
.cid-upPU168Mwo .mbr-section-subtitle {
  color: #000000;
}
.cid-upPU168Mwo .list {
  color: #404349;
}
.cid-upPU168Mwo .list,
.cid-upPU168Mwo .item-wrap {
  color: #000000;
}
.cid-upR65EWCsu {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upR65EWCsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR65EWCsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR65EWCsu .content-wrapper {
  padding: 80px 90px;
  background-color: #e2e2e2;
}
@media (max-width: 992px) {
  .cid-upR65EWCsu .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-upR65EWCsu .content-wrapper .mbr-section-title {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upR65EWCsu .content-wrapper .mbr-section-title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.cid-upR65EWCsu .content-wrapper .mbr-section-title span {
  color: #f7fff7;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
@media (max-width: 992px) {
  .cid-upR65EWCsu .content-wrapper .mbr-section-title span {
    -webkit-text-stroke-width: .125rem;
    text-shadow: 2px 2px 0 #050f0f;
  }
}
.cid-upR65EWCsu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .cid-upR65EWCsu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-upR65EWCsu .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-upR65EWCsu .mbr-section-title {
  color: #050f0f;
}
.cid-upR65EWCsu .mbr-text,
.cid-upR65EWCsu .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upR65EWCsu .mbr-section-title,
.cid-upR65EWCsu .mbr-section-btn {
  text-align: center;
}
.cid-upR65H63mp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upR65H63mp blockquote {
  border-color: #e2e2e2;
  border-radius: 4px;
  background-color: #efecef;
}
.cid-upR65Mp00l {
  z-index: 1000;
  width: 100%;
}
.cid-upR65Mp00l .navbar-dropdown {
  background-color: #f4efe8 !important;
  padding: 0;
  position: fixed;
}
.cid-upR65Mp00l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f4efe8 !important;
  background: #f4efe8;
}
.cid-upR65Mp00l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-upR65Mp00l .menu_box .navbar.opened,
  .cid-upR65Mp00l .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-upR65Mp00l nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-upR65Mp00l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-upR65Mp00l .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upR65Mp00l .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upR65Mp00l .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-upR65Mp00l .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-upR65Mp00l .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-upR65Mp00l .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-upR65Mp00l .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-upR65Mp00l .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-upR65Mp00l .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-upR65Mp00l .offcanvas-body .mbr-text,
  .cid-upR65Mp00l .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-upR65Mp00l .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-upR65Mp00l .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-upR65Mp00l .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #111111;
  }
  .cid-upR65Mp00l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-upR65Mp00l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-upR65Mp00l .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-upR65Mp00l .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-upR65Mp00l ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-upR65Mp00l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upR65Mp00l .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);
  }
  .cid-upR65Mp00l .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-upR65Mp00l li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-upR65Mp00l li.nav-item::before {
    content: '';
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 0;
    height: 9px;
    background-color: #94f8f8;
    z-index: -1;
    transition: all .3s ease;
  }
  .cid-upR65Mp00l li.nav-item:hover::before {
    width: 100%;
  }
  .cid-upR65Mp00l .lg_brand {
    margin: 0 1rem;
  }
}
.cid-upR65Mp00l .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upR65Mp00l .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-upR65Mp00l .nav-item {
    margin: 0 !important;
  }
}
.cid-upR65Mp00l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upR65Mp00l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upR65Mp00l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upR65Mp00l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upR65Mp00l .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-upR65Mp00l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upR65Mp00l .offcanvas_box {
    display: none;
  }
}
.cid-upR65Mp00l .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-upR65Mp00l .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upR65Mp00l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-upR65Mp00l .container {
  display: flex;
  margin: auto;
}
.cid-upR65Mp00l .iconfont-wrapper {
  color: #111111;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upR65Mp00l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upR65Mp00l .iconfont-wrapper:hover {
  color: #f24100;
}
.cid-upR65Mp00l .navbar-caption {
  color: #111111;
}
.cid-upR65Mp00l .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-upR65Mp00l .navbar-nav {
    margin: 0;
  }
}
.cid-upR65Mp00l .dropdown-menu,
.cid-upR65Mp00l .navbar.opened {
  background-color: false !important;
}
.cid-upR65Mp00l .nav-item:focus,
.cid-upR65Mp00l .nav-link:focus {
  outline: none;
}
.cid-upR65Mp00l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upR65Mp00l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upR65Mp00l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upR65Mp00l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upR65Mp00l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upR65Mp00l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upR65Mp00l .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-upR65Mp00l .navbar.opened {
  transition: all 0.3s;
}
.cid-upR65Mp00l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upR65Mp00l .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
}
.cid-upR65Mp00l .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-upR65Mp00l .navbar.collapsed {
  justify-content: center;
}
.cid-upR65Mp00l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upR65Mp00l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upR65Mp00l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upR65Mp00l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upR65Mp00l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upR65Mp00l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upR65Mp00l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upR65Mp00l .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upR65Mp00l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-upR65Mp00l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upR65Mp00l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upR65Mp00l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upR65Mp00l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upR65Mp00l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upR65Mp00l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upR65Mp00l .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upR65Mp00l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upR65Mp00l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upR65Mp00l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upR65Mp00l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upR65Mp00l .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upR65Mp00l .navbar.navbar-short {
  min-height: 60px;
}
.cid-upR65Mp00l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upR65Mp00l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upR65Mp00l .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-upR65Mp00l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upR65Mp00l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upR65Mp00l .dropdown-item.active,
.cid-upR65Mp00l .dropdown-item:active {
  background-color: transparent;
}
.cid-upR65Mp00l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upR65Mp00l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upR65Mp00l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upR65Mp00l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upR65Mp00l ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-upR65Mp00l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upR65Mp00l button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4efe8;
  background: #f4efe8;
}
.cid-upR65Mp00l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #111111;
}
.cid-upR65Mp00l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upR65Mp00l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upR65Mp00l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upR65Mp00l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upR65Mp00l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upR65Mp00l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upR65Mp00l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upR65Mp00l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upR65Mp00l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upR65Mp00l .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-upR65Mp00l .navbar {
    height: 70px;
  }
  .cid-upR65Mp00l .navbar.opened {
    height: auto;
  }
  .cid-upR65Mp00l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upR65Mp00l .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-upR65Mp00l .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-upR65Mp00l .mbr-section-btn-main .btn {
  max-height: 37px;
}
.cid-upR65Mp00l .navbar-caption:hover {
  color: #f24100;
}
@media (min-width: 992px) {
  .cid-upR65Mp00l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upR65Mp00l .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-upR65Mp00l .mbr-text {
  color: #f4efe8;
  text-align: left;
}
.cid-upR65Mp00l .text_widget {
  color: #f4efe8;
}
.cid-upR65Mp00l .mbr-section-subtitle,
.cid-upR65Mp00l .text_widget {
  text-align: left;
}
.cid-upR65Mp00l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upR65SQ250 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upR65SQ250 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR65SQ250 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR65SQ250 .content-wrap {
  padding: 60px;
  background-color: #e2e2e2;
}
@media (max-width: 992px) {
  .cid-upR65SQ250 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-upR65SQ250 .content-wrap .row {
  justify-content: center;
}
.cid-upR65SQ250 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upR65SQ250 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upR65SQ250 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upR65SQ250 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-upR65SQ250 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-upR65SQ250 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upR65SQ250 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upR65SQ250 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upR65SQ250 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upR65SQ250 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upR65SQ250 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upR65SQ250 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upR65SQ250 .nav-wrapper .list .item-wrap:hover,
.cid-upR65SQ250 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upR65SQ250 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upR65SQ250 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upR65SQ250 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upR65SQ250 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upR65SQ250 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upR65SQ250 .contacts-wrapper .list .item-wrap:hover,
.cid-upR65SQ250 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upR65SQ250 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upR65SQ250 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upR65SQ250 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upR65SQ250 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upR65SQ250 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upR65SQ250 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upR65SQ250 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upR65SQ250 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-upR65SQ250 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-upR65SQ250 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-upR65SQ250 .mbr-section-title {
  color: #ed463f;
}
.cid-upR65SQ250 .mbr-section-subtitle {
  color: #000000;
}
.cid-upR65SQ250 .list {
  color: #404349;
}
.cid-upR65SQ250 .list,
.cid-upR65SQ250 .item-wrap {
  color: #000000;
}
.cid-upR6vmutB4 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upR6vmutB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR6vmutB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR6vmutB4 .content-wrapper {
  padding: 80px 90px;
  background-color: #e2e2e2;
}
@media (max-width: 992px) {
  .cid-upR6vmutB4 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-upR6vmutB4 .content-wrapper .mbr-section-title {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upR6vmutB4 .content-wrapper .mbr-section-title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.cid-upR6vmutB4 .content-wrapper .mbr-section-title span {
  color: #f7fff7;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
@media (max-width: 992px) {
  .cid-upR6vmutB4 .content-wrapper .mbr-section-title span {
    -webkit-text-stroke-width: .125rem;
    text-shadow: 2px 2px 0 #050f0f;
  }
}
.cid-upR6vmutB4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .cid-upR6vmutB4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-upR6vmutB4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-upR6vmutB4 .mbr-section-title {
  color: #050f0f;
}
.cid-upR6vmutB4 .mbr-text,
.cid-upR6vmutB4 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upR6vmutB4 .mbr-section-title,
.cid-upR6vmutB4 .mbr-section-btn {
  text-align: center;
}
.cid-upR6vnykrD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upR6vnykrD blockquote {
  border-color: #e2e2e2;
  border-radius: 4px;
  background-color: #efecef;
}
.cid-upR6vofZ2r {
  z-index: 1000;
  width: 100%;
}
.cid-upR6vofZ2r .navbar-dropdown {
  background-color: #f4efe8 !important;
  padding: 0;
  position: fixed;
}
.cid-upR6vofZ2r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f4efe8 !important;
  background: #f4efe8;
}
.cid-upR6vofZ2r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-upR6vofZ2r .menu_box .navbar.opened,
  .cid-upR6vofZ2r .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-upR6vofZ2r nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-upR6vofZ2r .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-upR6vofZ2r .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upR6vofZ2r .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upR6vofZ2r .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-upR6vofZ2r .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-upR6vofZ2r .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-upR6vofZ2r .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-upR6vofZ2r .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-upR6vofZ2r .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-upR6vofZ2r .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-upR6vofZ2r .offcanvas-body .mbr-text,
  .cid-upR6vofZ2r .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-upR6vofZ2r .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-upR6vofZ2r .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-upR6vofZ2r .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #111111;
  }
  .cid-upR6vofZ2r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-upR6vofZ2r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-upR6vofZ2r .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-upR6vofZ2r .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-upR6vofZ2r ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-upR6vofZ2r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upR6vofZ2r .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);
  }
  .cid-upR6vofZ2r .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-upR6vofZ2r li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-upR6vofZ2r li.nav-item::before {
    content: '';
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 0;
    height: 9px;
    background-color: #94f8f8;
    z-index: -1;
    transition: all .3s ease;
  }
  .cid-upR6vofZ2r li.nav-item:hover::before {
    width: 100%;
  }
  .cid-upR6vofZ2r .lg_brand {
    margin: 0 1rem;
  }
}
.cid-upR6vofZ2r .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upR6vofZ2r .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-upR6vofZ2r .nav-item {
    margin: 0 !important;
  }
}
.cid-upR6vofZ2r .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upR6vofZ2r .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upR6vofZ2r .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upR6vofZ2r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upR6vofZ2r .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-upR6vofZ2r .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upR6vofZ2r .offcanvas_box {
    display: none;
  }
}
.cid-upR6vofZ2r .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-upR6vofZ2r .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upR6vofZ2r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-upR6vofZ2r .container {
  display: flex;
  margin: auto;
}
.cid-upR6vofZ2r .iconfont-wrapper {
  color: #111111;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upR6vofZ2r .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upR6vofZ2r .iconfont-wrapper:hover {
  color: #f24100;
}
.cid-upR6vofZ2r .navbar-caption {
  color: #111111;
}
.cid-upR6vofZ2r .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-upR6vofZ2r .navbar-nav {
    margin: 0;
  }
}
.cid-upR6vofZ2r .dropdown-menu,
.cid-upR6vofZ2r .navbar.opened {
  background-color: false !important;
}
.cid-upR6vofZ2r .nav-item:focus,
.cid-upR6vofZ2r .nav-link:focus {
  outline: none;
}
.cid-upR6vofZ2r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upR6vofZ2r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upR6vofZ2r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upR6vofZ2r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upR6vofZ2r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upR6vofZ2r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upR6vofZ2r .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-upR6vofZ2r .navbar.opened {
  transition: all 0.3s;
}
.cid-upR6vofZ2r .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upR6vofZ2r .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
}
.cid-upR6vofZ2r .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-upR6vofZ2r .navbar.collapsed {
  justify-content: center;
}
.cid-upR6vofZ2r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upR6vofZ2r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upR6vofZ2r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upR6vofZ2r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upR6vofZ2r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upR6vofZ2r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upR6vofZ2r .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upR6vofZ2r .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upR6vofZ2r .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-upR6vofZ2r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upR6vofZ2r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upR6vofZ2r .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upR6vofZ2r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upR6vofZ2r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upR6vofZ2r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upR6vofZ2r .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upR6vofZ2r .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upR6vofZ2r .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upR6vofZ2r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upR6vofZ2r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upR6vofZ2r .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upR6vofZ2r .navbar.navbar-short {
  min-height: 60px;
}
.cid-upR6vofZ2r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upR6vofZ2r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upR6vofZ2r .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-upR6vofZ2r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upR6vofZ2r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upR6vofZ2r .dropdown-item.active,
.cid-upR6vofZ2r .dropdown-item:active {
  background-color: transparent;
}
.cid-upR6vofZ2r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upR6vofZ2r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upR6vofZ2r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upR6vofZ2r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upR6vofZ2r ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-upR6vofZ2r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upR6vofZ2r button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4efe8;
  background: #f4efe8;
}
.cid-upR6vofZ2r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #111111;
}
.cid-upR6vofZ2r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upR6vofZ2r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upR6vofZ2r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upR6vofZ2r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upR6vofZ2r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upR6vofZ2r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upR6vofZ2r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upR6vofZ2r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upR6vofZ2r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upR6vofZ2r .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-upR6vofZ2r .navbar {
    height: 70px;
  }
  .cid-upR6vofZ2r .navbar.opened {
    height: auto;
  }
  .cid-upR6vofZ2r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upR6vofZ2r .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-upR6vofZ2r .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-upR6vofZ2r .mbr-section-btn-main .btn {
  max-height: 37px;
}
.cid-upR6vofZ2r .navbar-caption:hover {
  color: #f24100;
}
@media (min-width: 992px) {
  .cid-upR6vofZ2r .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upR6vofZ2r .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-upR6vofZ2r .mbr-text {
  color: #f4efe8;
  text-align: left;
}
.cid-upR6vofZ2r .text_widget {
  color: #f4efe8;
}
.cid-upR6vofZ2r .mbr-section-subtitle,
.cid-upR6vofZ2r .text_widget {
  text-align: left;
}
.cid-upR6vofZ2r a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upR6vpoMdC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upR6vpoMdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR6vpoMdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR6vpoMdC .content-wrap {
  padding: 60px;
  background-color: #e2e2e2;
}
@media (max-width: 992px) {
  .cid-upR6vpoMdC .content-wrap {
    padding: 30px 20px;
  }
}
.cid-upR6vpoMdC .content-wrap .row {
  justify-content: center;
}
.cid-upR6vpoMdC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upR6vpoMdC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upR6vpoMdC .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upR6vpoMdC .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-upR6vpoMdC .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-upR6vpoMdC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upR6vpoMdC .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upR6vpoMdC .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upR6vpoMdC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upR6vpoMdC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upR6vpoMdC .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upR6vpoMdC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upR6vpoMdC .nav-wrapper .list .item-wrap:hover,
.cid-upR6vpoMdC .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upR6vpoMdC .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upR6vpoMdC .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upR6vpoMdC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upR6vpoMdC .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upR6vpoMdC .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upR6vpoMdC .contacts-wrapper .list .item-wrap:hover,
.cid-upR6vpoMdC .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upR6vpoMdC .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upR6vpoMdC .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upR6vpoMdC .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upR6vpoMdC .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upR6vpoMdC .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upR6vpoMdC .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upR6vpoMdC .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upR6vpoMdC .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-upR6vpoMdC .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-upR6vpoMdC .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-upR6vpoMdC .mbr-section-title {
  color: #ed463f;
}
.cid-upR6vpoMdC .mbr-section-subtitle {
  color: #000000;
}
.cid-upR6vpoMdC .list {
  color: #404349;
}
.cid-upR6vpoMdC .list,
.cid-upR6vpoMdC .item-wrap {
  color: #000000;
}
.cid-upRc7zQfHg {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upRc7zQfHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRc7zQfHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRc7zQfHg .content-wrapper {
  padding: 80px 90px;
  background-color: #e2e2e2;
}
@media (max-width: 992px) {
  .cid-upRc7zQfHg .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-upRc7zQfHg .content-wrapper .mbr-section-title {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upRc7zQfHg .content-wrapper .mbr-section-title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.cid-upRc7zQfHg .content-wrapper .mbr-section-title span {
  color: #f7fff7;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
@media (max-width: 992px) {
  .cid-upRc7zQfHg .content-wrapper .mbr-section-title span {
    -webkit-text-stroke-width: .125rem;
    text-shadow: 2px 2px 0 #050f0f;
  }
}
.cid-upRc7zQfHg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .cid-upRc7zQfHg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-upRc7zQfHg .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-upRc7zQfHg .mbr-section-title {
  color: #050f0f;
}
.cid-upRc7zQfHg .mbr-text,
.cid-upRc7zQfHg .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upRc7zQfHg .mbr-section-title,
.cid-upRc7zQfHg .mbr-section-btn {
  text-align: center;
}
.cid-upRc7B230r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efecef;
}
.cid-upRc7B230r .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRc7B230r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRc7B230r .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-upRc7B230r .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-upRc7B230r .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #000000;
}
.cid-upRc7B230r .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-upRc7CcrgL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upRc7CcrgL blockquote {
  border-color: #e2e2e2;
  border-radius: 4px;
  background-color: #efecef;
}
.cid-upRc7CQSi1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-upRc7CQSi1 .row {
  position: relative;
}
.cid-upRc7CQSi1 .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #e2e2e2 50%, #e2e2e2);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-upRc7CQSi1 .row .blur-circle {
    display: none;
  }
}
.cid-upRc7CQSi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRc7CQSi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRc7CQSi1 .row {
  justify-content: center;
}
.cid-upRc7CQSi1 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-upRc7CQSi1 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-upRc7CQSi1 .row {
    padding: 0 24px;
  }
}
.cid-upRc7CQSi1 .row.row-wrapper {
  padding: 64px;
  background-color: #efecef;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-upRc7CQSi1 .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #111111;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-upRc7CQSi1 .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-upRc7CQSi1 .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-upRc7CQSi1 .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-upRc7CQSi1 .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-upRc7CQSi1 .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upRc7CQSi1 .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-upRc7CQSi1 .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-upRc7CQSi1 .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-upRc7CQSi1 .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-upRc7CQSi1 .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-upRc7CQSi1 .mbr-section-title {
  color: #000000;
}
.cid-upRc7CQSi1 .mbr-link {
  color: #f4efe8;
}
.cid-upRc7CQSi1 .mbr-desc {
  color: #f4efe8;
}
.cid-upRc7CQSi1 .mbr-text {
  color: #f4efe8;
}
.cid-upRc7DNSdf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2e2e2;
}
.cid-upRc7DNSdf .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-upRc7DNSdf .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-upRc7DNSdf .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-upRc7DNSdf .mbr-section-title {
  color: #000000;
}
.cid-upRc7DNSdf .mbr-text {
  color: #000000;
}
.cid-upRc7DNSdf .container-fluid {
  padding: 0;
}
.cid-upRc7DNSdf .row {
  margin: 0;
}
.cid-upRc7DNSdf .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-upRc7DNSdf .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-upRc7DNSdf .text-container {
    padding: 60px;
  }
}
.cid-upRc7DNSdf .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-upRc7DNSdf .image-wrapper {
    height: 420px;
  }
}
.cid-upRc7DNSdf .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-upRc7DNSdf .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-upRc7DNSdf .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-upRc7DNSdf .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-upRc7DNSdf .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-upRc7DNSdf .item__buttons-container_round {
  align-items: flex-start;
}
.cid-upRc7DNSdf .btn {
  margin: 0;
}
.cid-upRc7DNSdf .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-upRc7DNSdf .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-upRc7DNSdf .item__button {
  margin: 0;
}
.cid-upRc7DNSdf .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-upRc7DNSdf .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-upRc7DNSdf .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-upRc7DNSdf .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-upRc7EGOCD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upRc7EGOCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRc7EGOCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRc7EGOCD .container {
  max-width: 1280px;
}
.cid-upRc7EGOCD .row {
  justify-content: flex-start;
}
.cid-upRc7EGOCD .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #e2e2e2;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-upRc7EGOCD .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-upRc7EGOCD .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-upRc7EGOCD .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-upRc7EGOCD .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-upRc7EGOCD .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upRc7EGOCD .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-upRc7EGOCD .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-upRc7EGOCD .mbr-text {
  color: #353535;
  width: 100%;
  margin-bottom: 0;
}
.cid-upRc7FIVFX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2e2e2;
}
.cid-upRc7FIVFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRc7FIVFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRc7FIVFX .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-upRc7FIVFX .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-upRc7FIVFX .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-upRc7FIVFX .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-upRc7FIVFX .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-upRc7FIVFX .col-img {
    display: none;
  }
}
.cid-upRc7FIVFX .img-wrap {
  width: 100%;
}
.cid-upRc7FIVFX .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-upRc7FIVFX .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-upRc7FIVFX .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-upRc7FIVFX .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-upRc7FIVFX .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-upRc7FIVFX .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-upRc7FIVFX .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-upRc7FIVFX .panel-group {
    margin-top: 0;
  }
}
.cid-upRc7FIVFX .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-upRc7FIVFX .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-upRc7FIVFX .card-header {
    padding: 8px 0;
  }
}
.cid-upRc7FIVFX .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-upRc7FIVFX .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-upRc7FIVFX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-upRc7FIVFX .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-upRc7FIVFX .panel-title-edit {
  color: #000000;
}
.cid-upRc7FIVFX .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-upRc7FIVFX .panel-body {
    padding: 0 0 24px;
  }
}
.cid-upRc7FIVFX .panel-text {
  color: #353535;
  margin: 0;
}
.cid-upRc7GKv4B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efecef;
}
@media (max-width: 991px) {
  .cid-upRc7GKv4B .col-title {
    margin-bottom: 20px;
  }
}
.cid-upRc7GKv4B .mbr-section-title {
  color: #000000;
}
.cid-upRc7GKv4B .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-upRc7GKv4B .mbr-text {
  color: #000000;
}
.cid-upRc7HwVn5 {
  z-index: 1000;
  width: 100%;
}
.cid-upRc7HwVn5 .navbar-dropdown {
  background-color: #f4efe8 !important;
  padding: 0;
  position: fixed;
}
.cid-upRc7HwVn5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f4efe8 !important;
  background: #f4efe8;
}
.cid-upRc7HwVn5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-upRc7HwVn5 .menu_box .navbar.opened,
  .cid-upRc7HwVn5 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-upRc7HwVn5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-upRc7HwVn5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-upRc7HwVn5 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upRc7HwVn5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upRc7HwVn5 .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-upRc7HwVn5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-upRc7HwVn5 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-upRc7HwVn5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-upRc7HwVn5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-upRc7HwVn5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-upRc7HwVn5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-upRc7HwVn5 .offcanvas-body .mbr-text,
  .cid-upRc7HwVn5 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-upRc7HwVn5 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-upRc7HwVn5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-upRc7HwVn5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #111111;
  }
  .cid-upRc7HwVn5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-upRc7HwVn5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-upRc7HwVn5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-upRc7HwVn5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-upRc7HwVn5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-upRc7HwVn5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upRc7HwVn5 .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);
  }
  .cid-upRc7HwVn5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-upRc7HwVn5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-upRc7HwVn5 li.nav-item::before {
    content: '';
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 0;
    height: 9px;
    background-color: #94f8f8;
    z-index: -1;
    transition: all .3s ease;
  }
  .cid-upRc7HwVn5 li.nav-item:hover::before {
    width: 100%;
  }
  .cid-upRc7HwVn5 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-upRc7HwVn5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upRc7HwVn5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-upRc7HwVn5 .nav-item {
    margin: 0 !important;
  }
}
.cid-upRc7HwVn5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upRc7HwVn5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upRc7HwVn5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upRc7HwVn5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upRc7HwVn5 .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-upRc7HwVn5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upRc7HwVn5 .offcanvas_box {
    display: none;
  }
}
.cid-upRc7HwVn5 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-upRc7HwVn5 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upRc7HwVn5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-upRc7HwVn5 .container {
  display: flex;
  margin: auto;
}
.cid-upRc7HwVn5 .iconfont-wrapper {
  color: #111111;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upRc7HwVn5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upRc7HwVn5 .iconfont-wrapper:hover {
  color: #f24100;
}
.cid-upRc7HwVn5 .navbar-caption {
  color: #111111;
}
.cid-upRc7HwVn5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-upRc7HwVn5 .navbar-nav {
    margin: 0;
  }
}
.cid-upRc7HwVn5 .dropdown-menu,
.cid-upRc7HwVn5 .navbar.opened {
  background-color: false !important;
}
.cid-upRc7HwVn5 .nav-item:focus,
.cid-upRc7HwVn5 .nav-link:focus {
  outline: none;
}
.cid-upRc7HwVn5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upRc7HwVn5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upRc7HwVn5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upRc7HwVn5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upRc7HwVn5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upRc7HwVn5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upRc7HwVn5 .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-upRc7HwVn5 .navbar.opened {
  transition: all 0.3s;
}
.cid-upRc7HwVn5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upRc7HwVn5 .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
}
.cid-upRc7HwVn5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-upRc7HwVn5 .navbar.collapsed {
  justify-content: center;
}
.cid-upRc7HwVn5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upRc7HwVn5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upRc7HwVn5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upRc7HwVn5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upRc7HwVn5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upRc7HwVn5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upRc7HwVn5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upRc7HwVn5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upRc7HwVn5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-upRc7HwVn5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upRc7HwVn5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upRc7HwVn5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upRc7HwVn5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upRc7HwVn5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upRc7HwVn5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upRc7HwVn5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upRc7HwVn5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upRc7HwVn5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upRc7HwVn5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upRc7HwVn5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upRc7HwVn5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upRc7HwVn5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upRc7HwVn5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upRc7HwVn5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upRc7HwVn5 .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-upRc7HwVn5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upRc7HwVn5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upRc7HwVn5 .dropdown-item.active,
.cid-upRc7HwVn5 .dropdown-item:active {
  background-color: transparent;
}
.cid-upRc7HwVn5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upRc7HwVn5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upRc7HwVn5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upRc7HwVn5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upRc7HwVn5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-upRc7HwVn5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upRc7HwVn5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4efe8;
  background: #f4efe8;
}
.cid-upRc7HwVn5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #111111;
}
.cid-upRc7HwVn5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upRc7HwVn5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upRc7HwVn5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upRc7HwVn5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upRc7HwVn5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upRc7HwVn5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upRc7HwVn5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upRc7HwVn5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upRc7HwVn5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upRc7HwVn5 .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-upRc7HwVn5 .navbar {
    height: 70px;
  }
  .cid-upRc7HwVn5 .navbar.opened {
    height: auto;
  }
  .cid-upRc7HwVn5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upRc7HwVn5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-upRc7HwVn5 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-upRc7HwVn5 .mbr-section-btn-main .btn {
  max-height: 37px;
}
.cid-upRc7HwVn5 .navbar-caption:hover {
  color: #f24100;
}
@media (min-width: 992px) {
  .cid-upRc7HwVn5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upRc7HwVn5 .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-upRc7HwVn5 .mbr-text {
  color: #f4efe8;
  text-align: left;
}
.cid-upRc7HwVn5 .text_widget {
  color: #f4efe8;
}
.cid-upRc7HwVn5 .mbr-section-subtitle,
.cid-upRc7HwVn5 .text_widget {
  text-align: left;
}
.cid-upRc7HwVn5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upRc7IDUs8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upRc7IDUs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRc7IDUs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRc7IDUs8 .container {
  max-width: 1280px;
}
.cid-upRc7IDUs8 .row {
  justify-content: flex-start;
}
.cid-upRc7IDUs8 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #efecef;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-upRc7IDUs8 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-upRc7IDUs8 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-upRc7IDUs8 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-upRc7IDUs8 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-upRc7IDUs8 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upRc7IDUs8 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-upRc7IDUs8 .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-upRc7IDUs8 .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-upRc7JRXLO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upRc7JRXLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRc7JRXLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRc7JRXLO .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-upRc7JRXLO .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-upRc7JRXLO .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upRc7JRXLO .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-upRc7JRXLO .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-upRc7JRXLO .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-upRc7JRXLO .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upRc7JRXLO .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upRc7JRXLO .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upRc7JRXLO .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-upRc7JRXLO .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-upRc7JRXLO .mbr-section-title,
.cid-upRc7JRXLO .mbr-section-btn {
  color: #000000;
}
.cid-upRc7KKreG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efecef;
}
@media (max-width: 991px) {
  .cid-upRc7KKreG .col-title {
    margin-bottom: 20px;
  }
}
.cid-upRc7KKreG .mbr-section-title {
  color: #000000;
}
.cid-upRc7KKreG .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-upRc7KKreG .mbr-text {
  color: #000000;
}
.cid-upRc7Ly9d4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upRc7Ly9d4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRc7Ly9d4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRc7Ly9d4 .container {
  max-width: 1280px;
}
.cid-upRc7Ly9d4 .row {
  justify-content: flex-start;
}
.cid-upRc7Ly9d4 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #efecef;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-upRc7Ly9d4 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-upRc7Ly9d4 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-upRc7Ly9d4 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-upRc7Ly9d4 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-upRc7Ly9d4 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upRc7Ly9d4 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-upRc7Ly9d4 .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-upRc7Ly9d4 .mbr-text {
  color: #353535;
  width: 100%;
  margin-bottom: 0;
}
.cid-upRc7Muysg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upRc7Muysg .row {
  position: relative;
}
.cid-upRc7Muysg .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #e2e2e2 50%, #e2e2e2);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-upRc7Muysg .row .blur-circle {
    display: none;
  }
}
.cid-upRc7Muysg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRc7Muysg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRc7Muysg .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-upRc7Muysg .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-upRc7Muysg .row {
    padding: 0 24px;
  }
}
.cid-upRc7Muysg .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-upRc7Muysg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upRc7Muysg .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-upRc7Muysg .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #efecef;
  z-index: -1;
}
.cid-upRc7Muysg .tab-content {
  position: relative;
  z-index: 2;
}
.cid-upRc7Muysg .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #111111;
  border-radius: 0;
}
.cid-upRc7Muysg .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-upRc7Muysg .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-upRc7Muysg .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: .7;
}
.cid-upRc7Muysg .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-upRc7Muysg .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-upRc7Muysg .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-upRc7Muysg .mbr-section-title {
  color: #111111;
}
.cid-upRc7Muysg .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-upRc7Muysg .panel-title-edit,
.cid-upRc7Muysg .mbr-iconfont {
  color: #000000;
}
.cid-upRyEQUq0L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-upRyEQUq0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRyEQUq0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRyEQUq0L .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upRyEQUq0L .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-upRyEQUq0L .container {
    padding: 0 16px;
  }
}
.cid-upRyEQUq0L .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-upRyEQUq0L .google-map iframe {
    height: 350px;
  }
}
.cid-upRc7Nwgvb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upRc7Nwgvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRc7Nwgvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRc7Nwgvb .content-wrap {
  padding: 60px;
  background-color: #e2e2e2;
}
@media (max-width: 992px) {
  .cid-upRc7Nwgvb .content-wrap {
    padding: 30px 20px;
  }
}
.cid-upRc7Nwgvb .content-wrap .row {
  justify-content: center;
}
.cid-upRc7Nwgvb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upRc7Nwgvb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upRc7Nwgvb .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upRc7Nwgvb .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-upRc7Nwgvb .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-upRc7Nwgvb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upRc7Nwgvb .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upRc7Nwgvb .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upRc7Nwgvb .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upRc7Nwgvb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upRc7Nwgvb .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upRc7Nwgvb .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upRc7Nwgvb .nav-wrapper .list .item-wrap:hover,
.cid-upRc7Nwgvb .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upRc7Nwgvb .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upRc7Nwgvb .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upRc7Nwgvb .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upRc7Nwgvb .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upRc7Nwgvb .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upRc7Nwgvb .contacts-wrapper .list .item-wrap:hover,
.cid-upRc7Nwgvb .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upRc7Nwgvb .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upRc7Nwgvb .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upRc7Nwgvb .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upRc7Nwgvb .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upRc7Nwgvb .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upRc7Nwgvb .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upRc7Nwgvb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upRc7Nwgvb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-upRc7Nwgvb .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-upRc7Nwgvb .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-upRc7Nwgvb .mbr-section-title {
  color: #ed463f;
}
.cid-upRc7Nwgvb .mbr-section-subtitle {
  color: #000000;
}
.cid-upRc7Nwgvb .list {
  color: #404349;
}
.cid-upRc7Nwgvb .list,
.cid-upRc7Nwgvb .item-wrap {
  color: #000000;
}
.cid-upRahxLf7w {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upRahxLf7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRahxLf7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRahxLf7w .content-wrapper {
  padding: 80px 90px;
  background-color: #e2e2e2;
}
@media (max-width: 992px) {
  .cid-upRahxLf7w .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-upRahxLf7w .content-wrapper .mbr-section-title {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upRahxLf7w .content-wrapper .mbr-section-title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.cid-upRahxLf7w .content-wrapper .mbr-section-title span {
  color: #f7fff7;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
@media (max-width: 992px) {
  .cid-upRahxLf7w .content-wrapper .mbr-section-title span {
    -webkit-text-stroke-width: .125rem;
    text-shadow: 2px 2px 0 #050f0f;
  }
}
.cid-upRahxLf7w .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .cid-upRahxLf7w .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-upRahxLf7w .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-upRahxLf7w .mbr-section-title {
  color: #050f0f;
}
.cid-upRahxLf7w .mbr-text,
.cid-upRahxLf7w .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upRahxLf7w .mbr-section-title,
.cid-upRahxLf7w .mbr-section-btn {
  text-align: center;
}
.cid-upRahz1tnn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efecef;
}
.cid-upRahz1tnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRahz1tnn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRahz1tnn .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-upRahz1tnn .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-upRahz1tnn .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #000000;
}
.cid-upRahz1tnn .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-upRahA5Lkp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upRahA5Lkp blockquote {
  border-color: #e2e2e2;
  border-radius: 4px;
  background-color: #efecef;
}
.cid-upRahAKXpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-upRahAKXpj .row {
  position: relative;
}
.cid-upRahAKXpj .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #e2e2e2 50%, #e2e2e2);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-upRahAKXpj .row .blur-circle {
    display: none;
  }
}
.cid-upRahAKXpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRahAKXpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRahAKXpj .row {
  justify-content: center;
}
.cid-upRahAKXpj .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-upRahAKXpj .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-upRahAKXpj .row {
    padding: 0 24px;
  }
}
.cid-upRahAKXpj .row.row-wrapper {
  padding: 64px;
  background-color: #efecef;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-upRahAKXpj .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #111111;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-upRahAKXpj .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-upRahAKXpj .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-upRahAKXpj .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-upRahAKXpj .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-upRahAKXpj .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upRahAKXpj .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-upRahAKXpj .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-upRahAKXpj .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-upRahAKXpj .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-upRahAKXpj .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-upRahAKXpj .mbr-section-title {
  color: #000000;
}
.cid-upRahAKXpj .mbr-link {
  color: #f4efe8;
}
.cid-upRahAKXpj .mbr-desc {
  color: #f4efe8;
}
.cid-upRahAKXpj .mbr-text {
  color: #f4efe8;
}
.cid-upRahBRXVz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2e2e2;
}
.cid-upRahBRXVz .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-upRahBRXVz .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-upRahBRXVz .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-upRahBRXVz .mbr-section-title {
  color: #000000;
}
.cid-upRahBRXVz .mbr-text {
  color: #000000;
}
.cid-upRahBRXVz .container-fluid {
  padding: 0;
}
.cid-upRahBRXVz .row {
  margin: 0;
}
.cid-upRahBRXVz .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-upRahBRXVz .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-upRahBRXVz .text-container {
    padding: 60px;
  }
}
.cid-upRahBRXVz .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-upRahBRXVz .image-wrapper {
    height: 420px;
  }
}
.cid-upRahBRXVz .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-upRahBRXVz .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-upRahBRXVz .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-upRahBRXVz .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-upRahBRXVz .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-upRahBRXVz .item__buttons-container_round {
  align-items: flex-start;
}
.cid-upRahBRXVz .btn {
  margin: 0;
}
.cid-upRahBRXVz .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-upRahBRXVz .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-upRahBRXVz .item__button {
  margin: 0;
}
.cid-upRahBRXVz .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-upRahBRXVz .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-upRahBRXVz .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-upRahBRXVz .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-upRahCG5U8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upRahCG5U8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRahCG5U8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRahCG5U8 .container {
  max-width: 1280px;
}
.cid-upRahCG5U8 .row {
  justify-content: flex-start;
}
.cid-upRahCG5U8 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #e2e2e2;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-upRahCG5U8 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-upRahCG5U8 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-upRahCG5U8 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-upRahCG5U8 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-upRahCG5U8 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upRahCG5U8 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-upRahCG5U8 .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-upRahCG5U8 .mbr-text {
  color: #353535;
  width: 100%;
  margin-bottom: 0;
}
.cid-upRahDRtWf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2e2e2;
}
.cid-upRahDRtWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRahDRtWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRahDRtWf .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-upRahDRtWf .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-upRahDRtWf .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-upRahDRtWf .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-upRahDRtWf .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-upRahDRtWf .col-img {
    display: none;
  }
}
.cid-upRahDRtWf .img-wrap {
  width: 100%;
}
.cid-upRahDRtWf .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-upRahDRtWf .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-upRahDRtWf .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-upRahDRtWf .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-upRahDRtWf .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-upRahDRtWf .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-upRahDRtWf .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-upRahDRtWf .panel-group {
    margin-top: 0;
  }
}
.cid-upRahDRtWf .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-upRahDRtWf .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-upRahDRtWf .card-header {
    padding: 8px 0;
  }
}
.cid-upRahDRtWf .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-upRahDRtWf .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-upRahDRtWf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-upRahDRtWf .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-upRahDRtWf .panel-title-edit {
  color: #000000;
}
.cid-upRahDRtWf .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-upRahDRtWf .panel-body {
    padding: 0 0 24px;
  }
}
.cid-upRahDRtWf .panel-text {
  color: #353535;
  margin: 0;
}
.cid-upRahF2xPz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efecef;
}
@media (max-width: 991px) {
  .cid-upRahF2xPz .col-title {
    margin-bottom: 20px;
  }
}
.cid-upRahF2xPz .mbr-section-title {
  color: #000000;
}
.cid-upRahF2xPz .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-upRahF2xPz .mbr-text {
  color: #000000;
}
.cid-upRahFMZoS {
  z-index: 1000;
  width: 100%;
}
.cid-upRahFMZoS .navbar-dropdown {
  background-color: #f4efe8 !important;
  padding: 0;
  position: fixed;
}
.cid-upRahFMZoS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f4efe8 !important;
  background: #f4efe8;
}
.cid-upRahFMZoS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-upRahFMZoS .menu_box .navbar.opened,
  .cid-upRahFMZoS .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-upRahFMZoS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-upRahFMZoS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-upRahFMZoS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upRahFMZoS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upRahFMZoS .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-upRahFMZoS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-upRahFMZoS .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-upRahFMZoS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-upRahFMZoS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-upRahFMZoS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-upRahFMZoS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-upRahFMZoS .offcanvas-body .mbr-text,
  .cid-upRahFMZoS .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-upRahFMZoS .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-upRahFMZoS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-upRahFMZoS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #111111;
  }
  .cid-upRahFMZoS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-upRahFMZoS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-upRahFMZoS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-upRahFMZoS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-upRahFMZoS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-upRahFMZoS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upRahFMZoS .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);
  }
  .cid-upRahFMZoS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-upRahFMZoS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-upRahFMZoS li.nav-item::before {
    content: '';
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 0;
    height: 9px;
    background-color: #94f8f8;
    z-index: -1;
    transition: all .3s ease;
  }
  .cid-upRahFMZoS li.nav-item:hover::before {
    width: 100%;
  }
  .cid-upRahFMZoS .lg_brand {
    margin: 0 1rem;
  }
}
.cid-upRahFMZoS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upRahFMZoS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-upRahFMZoS .nav-item {
    margin: 0 !important;
  }
}
.cid-upRahFMZoS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upRahFMZoS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upRahFMZoS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upRahFMZoS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upRahFMZoS .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-upRahFMZoS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upRahFMZoS .offcanvas_box {
    display: none;
  }
}
.cid-upRahFMZoS .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-upRahFMZoS .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upRahFMZoS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-upRahFMZoS .container {
  display: flex;
  margin: auto;
}
.cid-upRahFMZoS .iconfont-wrapper {
  color: #111111;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upRahFMZoS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upRahFMZoS .iconfont-wrapper:hover {
  color: #f24100;
}
.cid-upRahFMZoS .navbar-caption {
  color: #111111;
}
.cid-upRahFMZoS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-upRahFMZoS .navbar-nav {
    margin: 0;
  }
}
.cid-upRahFMZoS .dropdown-menu,
.cid-upRahFMZoS .navbar.opened {
  background-color: false !important;
}
.cid-upRahFMZoS .nav-item:focus,
.cid-upRahFMZoS .nav-link:focus {
  outline: none;
}
.cid-upRahFMZoS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upRahFMZoS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upRahFMZoS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upRahFMZoS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upRahFMZoS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upRahFMZoS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upRahFMZoS .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-upRahFMZoS .navbar.opened {
  transition: all 0.3s;
}
.cid-upRahFMZoS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upRahFMZoS .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
}
.cid-upRahFMZoS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-upRahFMZoS .navbar.collapsed {
  justify-content: center;
}
.cid-upRahFMZoS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upRahFMZoS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upRahFMZoS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upRahFMZoS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upRahFMZoS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upRahFMZoS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upRahFMZoS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upRahFMZoS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upRahFMZoS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-upRahFMZoS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upRahFMZoS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upRahFMZoS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upRahFMZoS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upRahFMZoS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upRahFMZoS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upRahFMZoS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upRahFMZoS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upRahFMZoS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upRahFMZoS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upRahFMZoS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upRahFMZoS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upRahFMZoS .navbar.navbar-short {
  min-height: 60px;
}
.cid-upRahFMZoS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upRahFMZoS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upRahFMZoS .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-upRahFMZoS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upRahFMZoS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upRahFMZoS .dropdown-item.active,
.cid-upRahFMZoS .dropdown-item:active {
  background-color: transparent;
}
.cid-upRahFMZoS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upRahFMZoS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upRahFMZoS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upRahFMZoS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upRahFMZoS ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-upRahFMZoS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upRahFMZoS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4efe8;
  background: #f4efe8;
}
.cid-upRahFMZoS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #111111;
}
.cid-upRahFMZoS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upRahFMZoS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upRahFMZoS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upRahFMZoS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upRahFMZoS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upRahFMZoS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upRahFMZoS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upRahFMZoS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upRahFMZoS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upRahFMZoS .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-upRahFMZoS .navbar {
    height: 70px;
  }
  .cid-upRahFMZoS .navbar.opened {
    height: auto;
  }
  .cid-upRahFMZoS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upRahFMZoS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-upRahFMZoS .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-upRahFMZoS .mbr-section-btn-main .btn {
  max-height: 37px;
}
.cid-upRahFMZoS .navbar-caption:hover {
  color: #f24100;
}
@media (min-width: 992px) {
  .cid-upRahFMZoS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upRahFMZoS .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-upRahFMZoS .mbr-text {
  color: #f4efe8;
  text-align: left;
}
.cid-upRahFMZoS .text_widget {
  color: #f4efe8;
}
.cid-upRahFMZoS .mbr-section-subtitle,
.cid-upRahFMZoS .text_widget {
  text-align: left;
}
.cid-upRahFMZoS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upRchpF0v4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upRchpF0v4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRchpF0v4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRchpF0v4 .video-wrapper iframe {
  width: 100%;
}
.cid-upRchpF0v4 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #f4efe8;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-upRchpF0v4 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-upRchpF0v4 .video-block {
  position: relative;
  z-index: 1;
}
.cid-upRchpF0v4 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-upRchpF0v4 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-upRchpF0v4 .video-block .image-absolute {
    display: none;
  }
}
.cid-upRahH7fZ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upRahH7fZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRahH7fZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRahH7fZ6 .container {
  max-width: 1280px;
}
.cid-upRahH7fZ6 .row {
  justify-content: flex-start;
}
.cid-upRahH7fZ6 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #efecef;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-upRahH7fZ6 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-upRahH7fZ6 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-upRahH7fZ6 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-upRahH7fZ6 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-upRahH7fZ6 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upRahH7fZ6 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-upRahH7fZ6 .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-upRahH7fZ6 .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-upRahIcgrP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upRahIcgrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRahIcgrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRahIcgrP .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-upRahIcgrP .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-upRahIcgrP .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upRahIcgrP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-upRahIcgrP .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-upRahIcgrP .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-upRahIcgrP .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upRahIcgrP .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upRahIcgrP .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upRahIcgrP .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-upRahIcgrP .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-upRahIcgrP .mbr-section-title,
.cid-upRahIcgrP .mbr-section-btn {
  color: #000000;
}
.cid-upRahJ6pD3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efecef;
}
@media (max-width: 991px) {
  .cid-upRahJ6pD3 .col-title {
    margin-bottom: 20px;
  }
}
.cid-upRahJ6pD3 .mbr-section-title {
  color: #000000;
}
.cid-upRahJ6pD3 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-upRahJ6pD3 .mbr-text {
  color: #000000;
}
.cid-upRahK1yCE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upRahK1yCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRahK1yCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRahK1yCE .container {
  max-width: 1280px;
}
.cid-upRahK1yCE .row {
  justify-content: flex-start;
}
.cid-upRahK1yCE .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #efecef;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-upRahK1yCE .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-upRahK1yCE .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-upRahK1yCE .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-upRahK1yCE .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-upRahK1yCE .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upRahK1yCE .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-upRahK1yCE .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-upRahK1yCE .mbr-text {
  color: #353535;
  width: 100%;
  margin-bottom: 0;
}
.cid-upRahL7wYx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upRahL7wYx .row {
  position: relative;
}
.cid-upRahL7wYx .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #e2e2e2 50%, #e2e2e2);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-upRahL7wYx .row .blur-circle {
    display: none;
  }
}
.cid-upRahL7wYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRahL7wYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRahL7wYx .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-upRahL7wYx .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-upRahL7wYx .row {
    padding: 0 24px;
  }
}
.cid-upRahL7wYx .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-upRahL7wYx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upRahL7wYx .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-upRahL7wYx .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #efecef;
  z-index: -1;
}
.cid-upRahL7wYx .tab-content {
  position: relative;
  z-index: 2;
}
.cid-upRahL7wYx .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #111111;
  border-radius: 0;
}
.cid-upRahL7wYx .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-upRahL7wYx .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-upRahL7wYx .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: .7;
}
.cid-upRahL7wYx .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-upRahL7wYx .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-upRahL7wYx .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-upRahL7wYx .mbr-section-title {
  color: #111111;
}
.cid-upRahL7wYx .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-upRahL7wYx .panel-title-edit,
.cid-upRahL7wYx .mbr-iconfont {
  color: #000000;
}
.cid-upRahM3eR5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upRahM3eR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRahM3eR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRahM3eR5 .content-wrap {
  padding: 60px;
  background-color: #e2e2e2;
}
@media (max-width: 992px) {
  .cid-upRahM3eR5 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-upRahM3eR5 .content-wrap .row {
  justify-content: center;
}
.cid-upRahM3eR5 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upRahM3eR5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upRahM3eR5 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upRahM3eR5 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-upRahM3eR5 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-upRahM3eR5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upRahM3eR5 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upRahM3eR5 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upRahM3eR5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upRahM3eR5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upRahM3eR5 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upRahM3eR5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upRahM3eR5 .nav-wrapper .list .item-wrap:hover,
.cid-upRahM3eR5 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upRahM3eR5 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upRahM3eR5 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upRahM3eR5 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upRahM3eR5 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upRahM3eR5 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upRahM3eR5 .contacts-wrapper .list .item-wrap:hover,
.cid-upRahM3eR5 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upRahM3eR5 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upRahM3eR5 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upRahM3eR5 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upRahM3eR5 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upRahM3eR5 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upRahM3eR5 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upRahM3eR5 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upRahM3eR5 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-upRahM3eR5 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-upRahM3eR5 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-upRahM3eR5 .mbr-section-title {
  color: #ed463f;
}
.cid-upRahM3eR5 .mbr-section-subtitle {
  color: #000000;
}
.cid-upRahM3eR5 .list {
  color: #404349;
}
.cid-upRahM3eR5 .list,
.cid-upRahM3eR5 .item-wrap {
  color: #000000;
}
.cid-upR6GSYYaV {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upR6GSYYaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR6GSYYaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR6GSYYaV .content-wrapper {
  padding: 80px 90px;
  background-color: #e2e2e2;
}
@media (max-width: 992px) {
  .cid-upR6GSYYaV .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-upR6GSYYaV .content-wrapper .mbr-section-title {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upR6GSYYaV .content-wrapper .mbr-section-title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.cid-upR6GSYYaV .content-wrapper .mbr-section-title span {
  color: #f7fff7;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
@media (max-width: 992px) {
  .cid-upR6GSYYaV .content-wrapper .mbr-section-title span {
    -webkit-text-stroke-width: .125rem;
    text-shadow: 2px 2px 0 #050f0f;
  }
}
.cid-upR6GSYYaV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .cid-upR6GSYYaV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-upR6GSYYaV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-upR6GSYYaV .mbr-section-title {
  color: #050f0f;
}
.cid-upR6GSYYaV .mbr-text,
.cid-upR6GSYYaV .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upR6GSYYaV .mbr-section-title,
.cid-upR6GSYYaV .mbr-section-btn {
  text-align: center;
}
.cid-upR6GTR0pL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efecef;
}
.cid-upR6GTR0pL .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR6GTR0pL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR6GTR0pL .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-upR6GTR0pL .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-upR6GTR0pL .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #000000;
}
.cid-upR6GTR0pL .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-upR6GUF8gp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upR6GUF8gp blockquote {
  border-color: #e2e2e2;
  border-radius: 4px;
  background-color: #efecef;
}
.cid-upR6GVj3rX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4efe8;
}
.cid-upR6GVj3rX .row {
  position: relative;
}
.cid-upR6GVj3rX .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #e2e2e2 50%, #e2e2e2);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-upR6GVj3rX .row .blur-circle {
    display: none;
  }
}
.cid-upR6GVj3rX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR6GVj3rX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR6GVj3rX .row {
  justify-content: center;
}
.cid-upR6GVj3rX .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-upR6GVj3rX .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-upR6GVj3rX .row {
    padding: 0 24px;
  }
}
.cid-upR6GVj3rX .row.row-wrapper {
  padding: 64px;
  background-color: #efecef;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-upR6GVj3rX .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #111111;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-upR6GVj3rX .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-upR6GVj3rX .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-upR6GVj3rX .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-upR6GVj3rX .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-upR6GVj3rX .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upR6GVj3rX .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-upR6GVj3rX .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-upR6GVj3rX .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-upR6GVj3rX .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-upR6GVj3rX .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-upR6GVj3rX .mbr-section-title {
  color: #000000;
}
.cid-upR6GVj3rX .mbr-link {
  color: #f4efe8;
}
.cid-upR6GVj3rX .mbr-desc {
  color: #f4efe8;
}
.cid-upR6GVj3rX .mbr-text {
  color: #f4efe8;
}
.cid-upR6GWi5bI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2e2e2;
}
.cid-upR6GWi5bI .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-upR6GWi5bI .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-upR6GWi5bI .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-upR6GWi5bI .mbr-section-title {
  color: #000000;
}
.cid-upR6GWi5bI .mbr-text {
  color: #000000;
}
.cid-upR6GWi5bI .container-fluid {
  padding: 0;
}
.cid-upR6GWi5bI .row {
  margin: 0;
}
.cid-upR6GWi5bI .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-upR6GWi5bI .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-upR6GWi5bI .text-container {
    padding: 60px;
  }
}
.cid-upR6GWi5bI .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-upR6GWi5bI .image-wrapper {
    height: 420px;
  }
}
.cid-upR6GWi5bI .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-upR6GWi5bI .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-upR6GWi5bI .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-upR6GWi5bI .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-upR6GWi5bI .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-upR6GWi5bI .item__buttons-container_round {
  align-items: flex-start;
}
.cid-upR6GWi5bI .btn {
  margin: 0;
}
.cid-upR6GWi5bI .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-upR6GWi5bI .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-upR6GWi5bI .item__button {
  margin: 0;
}
.cid-upR6GWi5bI .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-upR6GWi5bI .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-upR6GWi5bI .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-upR6GWi5bI .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-upR6GX1ADJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upR6GX1ADJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR6GX1ADJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR6GX1ADJ .container {
  max-width: 1280px;
}
.cid-upR6GX1ADJ .row {
  justify-content: flex-start;
}
.cid-upR6GX1ADJ .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #e2e2e2;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-upR6GX1ADJ .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-upR6GX1ADJ .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-upR6GX1ADJ .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-upR6GX1ADJ .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-upR6GX1ADJ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upR6GX1ADJ .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-upR6GX1ADJ .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-upR6GX1ADJ .mbr-text {
  color: #353535;
  width: 100%;
  margin-bottom: 0;
}
.cid-upR6H1WOzA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2e2e2;
}
.cid-upR6H1WOzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR6H1WOzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR6H1WOzA .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-upR6H1WOzA .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-upR6H1WOzA .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-upR6H1WOzA .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-upR6H1WOzA .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-upR6H1WOzA .col-img {
    display: none;
  }
}
.cid-upR6H1WOzA .img-wrap {
  width: 100%;
}
.cid-upR6H1WOzA .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-upR6H1WOzA .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-upR6H1WOzA .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-upR6H1WOzA .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-upR6H1WOzA .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-upR6H1WOzA .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-upR6H1WOzA .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-upR6H1WOzA .panel-group {
    margin-top: 0;
  }
}
.cid-upR6H1WOzA .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-upR6H1WOzA .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-upR6H1WOzA .card-header {
    padding: 8px 0;
  }
}
.cid-upR6H1WOzA .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-upR6H1WOzA .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-upR6H1WOzA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-upR6H1WOzA .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-upR6H1WOzA .panel-title-edit {
  color: #000000;
}
.cid-upR6H1WOzA .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-upR6H1WOzA .panel-body {
    padding: 0 0 24px;
  }
}
.cid-upR6H1WOzA .panel-text {
  color: #353535;
  margin: 0;
}
.cid-upR6GY484r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efecef;
}
@media (max-width: 991px) {
  .cid-upR6GY484r .col-title {
    margin-bottom: 20px;
  }
}
.cid-upR6GY484r .mbr-section-title {
  color: #000000;
}
.cid-upR6GY484r .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-upR6GY484r .mbr-text {
  color: #000000;
}
.cid-upR6GYOQOk {
  z-index: 1000;
  width: 100%;
}
.cid-upR6GYOQOk .navbar-dropdown {
  background-color: #f4efe8 !important;
  padding: 0;
  position: fixed;
}
.cid-upR6GYOQOk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f4efe8 !important;
  background: #f4efe8;
}
.cid-upR6GYOQOk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-upR6GYOQOk .menu_box .navbar.opened,
  .cid-upR6GYOQOk .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-upR6GYOQOk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-upR6GYOQOk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-upR6GYOQOk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upR6GYOQOk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upR6GYOQOk .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-upR6GYOQOk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-upR6GYOQOk .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-upR6GYOQOk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-upR6GYOQOk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-upR6GYOQOk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-upR6GYOQOk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-upR6GYOQOk .offcanvas-body .mbr-text,
  .cid-upR6GYOQOk .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-upR6GYOQOk .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-upR6GYOQOk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-upR6GYOQOk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #111111;
  }
  .cid-upR6GYOQOk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-upR6GYOQOk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-upR6GYOQOk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-upR6GYOQOk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-upR6GYOQOk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-upR6GYOQOk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upR6GYOQOk .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);
  }
  .cid-upR6GYOQOk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-upR6GYOQOk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-upR6GYOQOk li.nav-item::before {
    content: '';
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 0;
    height: 9px;
    background-color: #94f8f8;
    z-index: -1;
    transition: all .3s ease;
  }
  .cid-upR6GYOQOk li.nav-item:hover::before {
    width: 100%;
  }
  .cid-upR6GYOQOk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-upR6GYOQOk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upR6GYOQOk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-upR6GYOQOk .nav-item {
    margin: 0 !important;
  }
}
.cid-upR6GYOQOk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upR6GYOQOk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upR6GYOQOk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upR6GYOQOk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upR6GYOQOk .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-upR6GYOQOk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upR6GYOQOk .offcanvas_box {
    display: none;
  }
}
.cid-upR6GYOQOk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-upR6GYOQOk .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upR6GYOQOk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-upR6GYOQOk .container {
  display: flex;
  margin: auto;
}
.cid-upR6GYOQOk .iconfont-wrapper {
  color: #111111;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upR6GYOQOk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upR6GYOQOk .iconfont-wrapper:hover {
  color: #f24100;
}
.cid-upR6GYOQOk .navbar-caption {
  color: #111111;
}
.cid-upR6GYOQOk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-upR6GYOQOk .navbar-nav {
    margin: 0;
  }
}
.cid-upR6GYOQOk .dropdown-menu,
.cid-upR6GYOQOk .navbar.opened {
  background-color: false !important;
}
.cid-upR6GYOQOk .nav-item:focus,
.cid-upR6GYOQOk .nav-link:focus {
  outline: none;
}
.cid-upR6GYOQOk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upR6GYOQOk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upR6GYOQOk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upR6GYOQOk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upR6GYOQOk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upR6GYOQOk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upR6GYOQOk .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-upR6GYOQOk .navbar.opened {
  transition: all 0.3s;
}
.cid-upR6GYOQOk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upR6GYOQOk .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
}
.cid-upR6GYOQOk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-upR6GYOQOk .navbar.collapsed {
  justify-content: center;
}
.cid-upR6GYOQOk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upR6GYOQOk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upR6GYOQOk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upR6GYOQOk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upR6GYOQOk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upR6GYOQOk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upR6GYOQOk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upR6GYOQOk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upR6GYOQOk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-upR6GYOQOk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upR6GYOQOk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upR6GYOQOk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upR6GYOQOk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upR6GYOQOk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upR6GYOQOk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upR6GYOQOk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upR6GYOQOk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upR6GYOQOk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upR6GYOQOk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upR6GYOQOk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upR6GYOQOk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upR6GYOQOk .navbar.navbar-short {
  min-height: 60px;
}
.cid-upR6GYOQOk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upR6GYOQOk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upR6GYOQOk .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-upR6GYOQOk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upR6GYOQOk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upR6GYOQOk .dropdown-item.active,
.cid-upR6GYOQOk .dropdown-item:active {
  background-color: transparent;
}
.cid-upR6GYOQOk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upR6GYOQOk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upR6GYOQOk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upR6GYOQOk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upR6GYOQOk ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-upR6GYOQOk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upR6GYOQOk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4efe8;
  background: #f4efe8;
}
.cid-upR6GYOQOk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #111111;
}
.cid-upR6GYOQOk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upR6GYOQOk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upR6GYOQOk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upR6GYOQOk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upR6GYOQOk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upR6GYOQOk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upR6GYOQOk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upR6GYOQOk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upR6GYOQOk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upR6GYOQOk .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-upR6GYOQOk .navbar {
    height: 70px;
  }
  .cid-upR6GYOQOk .navbar.opened {
    height: auto;
  }
  .cid-upR6GYOQOk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upR6GYOQOk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-upR6GYOQOk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-upR6GYOQOk .mbr-section-btn-main .btn {
  max-height: 37px;
}
.cid-upR6GYOQOk .navbar-caption:hover {
  color: #f24100;
}
@media (min-width: 992px) {
  .cid-upR6GYOQOk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upR6GYOQOk .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-upR6GYOQOk .mbr-text {
  color: #f4efe8;
  text-align: left;
}
.cid-upR6GYOQOk .text_widget {
  color: #f4efe8;
}
.cid-upR6GYOQOk .mbr-section-subtitle,
.cid-upR6GYOQOk .text_widget {
  text-align: left;
}
.cid-upR6GYOQOk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upR6H048kB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upR6H048kB .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR6H048kB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR6H048kB .container {
  max-width: 1280px;
}
.cid-upR6H048kB .row {
  justify-content: flex-start;
}
.cid-upR6H048kB .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #efecef;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-upR6H048kB .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-upR6H048kB .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-upR6H048kB .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-upR6H048kB .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-upR6H048kB .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upR6H048kB .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-upR6H048kB .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-upR6H048kB .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-upR6H17kx3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upR6H17kx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR6H17kx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR6H17kx3 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-upR6H17kx3 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-upR6H17kx3 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upR6H17kx3 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-upR6H17kx3 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-upR6H17kx3 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-upR6H17kx3 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upR6H17kx3 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upR6H17kx3 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upR6H17kx3 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-upR6H17kx3 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-upR6H17kx3 .mbr-section-title,
.cid-upR6H17kx3 .mbr-section-btn {
  color: #000000;
}
.cid-upR6H34VV0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efecef;
}
@media (max-width: 991px) {
  .cid-upR6H34VV0 .col-title {
    margin-bottom: 20px;
  }
}
.cid-upR6H34VV0 .mbr-section-title {
  color: #000000;
}
.cid-upR6H34VV0 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-upR6H34VV0 .mbr-text {
  color: #000000;
}
.cid-upR6H3T7bb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-upR6H3T7bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR6H3T7bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR6H3T7bb .container {
  max-width: 1280px;
}
.cid-upR6H3T7bb .row {
  justify-content: flex-start;
}
.cid-upR6H3T7bb .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #efecef;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-upR6H3T7bb .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-upR6H3T7bb .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-upR6H3T7bb .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-upR6H3T7bb .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-upR6H3T7bb .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upR6H3T7bb .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-upR6H3T7bb .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-upR6H3T7bb .mbr-text {
  color: #353535;
  width: 100%;
  margin-bottom: 0;
}
.cid-upR73xlZUl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upR73xlZUl .row {
  position: relative;
}
.cid-upR73xlZUl .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #e2e2e2 50%, #e2e2e2);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-upR73xlZUl .row .blur-circle {
    display: none;
  }
}
.cid-upR73xlZUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR73xlZUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR73xlZUl .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-upR73xlZUl .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-upR73xlZUl .row {
    padding: 0 24px;
  }
}
.cid-upR73xlZUl .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-upR73xlZUl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upR73xlZUl .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-upR73xlZUl .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #efecef;
  z-index: -1;
}
.cid-upR73xlZUl .tab-content {
  position: relative;
  z-index: 2;
}
.cid-upR73xlZUl .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #111111;
  border-radius: 0;
}
.cid-upR73xlZUl .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-upR73xlZUl .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-upR73xlZUl .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: .7;
}
.cid-upR73xlZUl .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-upR73xlZUl .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-upR73xlZUl .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-upR73xlZUl .mbr-section-title {
  color: #111111;
}
.cid-upR73xlZUl .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-upR73xlZUl .panel-title-edit,
.cid-upR73xlZUl .mbr-iconfont {
  color: #000000;
}
.cid-upRyyvmLJJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-upRyyvmLJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRyyvmLJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRyyvmLJJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upRyyvmLJJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-upRyyvmLJJ .container {
    padding: 0 16px;
  }
}
.cid-upRyyvmLJJ .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-upRyyvmLJJ .google-map iframe {
    height: 350px;
  }
}
.cid-upR6H4UE5H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efecef;
}
.cid-upR6H4UE5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR6H4UE5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR6H4UE5H .content-wrap {
  padding: 60px;
  background-color: #e2e2e2;
}
@media (max-width: 992px) {
  .cid-upR6H4UE5H .content-wrap {
    padding: 30px 20px;
  }
}
.cid-upR6H4UE5H .content-wrap .row {
  justify-content: center;
}
.cid-upR6H4UE5H .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upR6H4UE5H .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upR6H4UE5H .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upR6H4UE5H .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-upR6H4UE5H .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-upR6H4UE5H .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upR6H4UE5H .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upR6H4UE5H .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upR6H4UE5H .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upR6H4UE5H .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upR6H4UE5H .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upR6H4UE5H .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upR6H4UE5H .nav-wrapper .list .item-wrap:hover,
.cid-upR6H4UE5H .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upR6H4UE5H .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upR6H4UE5H .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upR6H4UE5H .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upR6H4UE5H .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upR6H4UE5H .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upR6H4UE5H .contacts-wrapper .list .item-wrap:hover,
.cid-upR6H4UE5H .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upR6H4UE5H .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upR6H4UE5H .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upR6H4UE5H .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upR6H4UE5H .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upR6H4UE5H .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upR6H4UE5H .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upR6H4UE5H .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upR6H4UE5H .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-upR6H4UE5H .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-upR6H4UE5H .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-upR6H4UE5H .mbr-section-title {
  color: #ed463f;
}
.cid-upR6H4UE5H .mbr-section-subtitle {
  color: #000000;
}
.cid-upR6H4UE5H .list {
  color: #404349;
}
.cid-upR6H4UE5H .list,
.cid-upR6H4UE5H .item-wrap {
  color: #000000;
}
