.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 4.8rem;
  line-height: 0.85;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Figtree', 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: 768px) {
  .display-1 {
    font-size: 1.92rem !important;
    font-size: calc( 3.66rem + (4.8 - 3.66) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.55 * (3.66rem + (4.8 - 3.66) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f63207 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f39715 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f63207 !important;
  border-color: #f63207 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #a22105 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a22105 !important;
  border-color: #a22105 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ae42c8 !important;
  border-color: #ae42c8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #78288b !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #78288b !important;
  border-color: #78288b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #148cca !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #2a747e !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #2e2500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffd10a !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2e2500 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f39715 !important;
  border-color: #f39715 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #a96609 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a96609 !important;
  border-color: #a96609 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #cfcfcf !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !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: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #000000 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  color: #f63207 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f63207;
  color: #f63207;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a22105 !important;
  background-color: transparent!important;
  border-color: #a22105 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f63207 !important;
  border-color: #f63207 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ae42c8;
  color: #ae42c8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #78288b !important;
  background-color: transparent!important;
  border-color: #78288b !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ae42c8 !important;
  border-color: #ae42c8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f39715;
  color: #f39715;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a96609 !important;
  background-color: transparent!important;
  border-color: #a96609 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f39715 !important;
  border-color: #f39715 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f63207 !important;
}
.text-secondary {
  color: #ae42c8 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f39715 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #931e04 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6e257f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9a5e08 !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: #f63207;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f39715;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f63207;
  border-color: #f63207;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f63207;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fed4cb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdedd7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f63207 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f63207;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f63207;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f63207;
}
.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: #f63207;
  border-bottom-color: #f63207;
}
.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: #f63207 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ae42c8 !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='%23f63207' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u8W7ysmL2O {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8W7ysmL2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8W7ysmL2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8W7ysmL2O a {
  font-weight: 900;
}
.cid-u8W7ysmL2O .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-u8W7ysmL2O .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u8W7ysmL2O .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-u8W7ysmL2O .image-wrapper {
  padding: 0;
}
.cid-u8W7ysmL2O .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8W7ysmL2O .image-wrapper img {
    border-radius: 0;
  }
}
.cid-u8W7ysmL2O .mbr-section-title {
  color: #f39715;
}
.cid-u8W7ysmL2O .mbr-text,
.cid-u8W7ysmL2O .mbr-section-btn {
  color: #353535;
}
.cid-tgVqxngsb0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .container,
  .cid-tgVqxngsb0 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tgVqxngsb0 .container .navbar-collapse,
  .cid-tgVqxngsb0 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 {
    flex-wrap: wrap;
  }
  .cid-tgVqxngsb0 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tgVqxngsb0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tgVqxngsb0 .btn {
  padding: 0.8rem 2rem;
}
.cid-tgVqxngsb0 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tgVqxngsb0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-tgVqxngsb0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tgVqxngsb0 nav.navbar {
  position: fixed;
}
.cid-tgVqxngsb0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgVqxngsb0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgVqxngsb0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgVqxngsb0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgVqxngsb0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgVqxngsb0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown-menu,
.cid-tgVqxngsb0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tgVqxngsb0 .nav-item:focus,
.cid-tgVqxngsb0 .nav-link:focus {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgVqxngsb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgVqxngsb0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgVqxngsb0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tgVqxngsb0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tgVqxngsb0 .navbar.collapsed {
  justify-content: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgVqxngsb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tgVqxngsb0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgVqxngsb0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgVqxngsb0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tgVqxngsb0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgVqxngsb0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgVqxngsb0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgVqxngsb0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgVqxngsb0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgVqxngsb0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown-item.active,
.cid-tgVqxngsb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgVqxngsb0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgVqxngsb0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgVqxngsb0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgVqxngsb0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgVqxngsb0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgVqxngsb0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgVqxngsb0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgVqxngsb0 .navbar {
    height: 70px;
  }
  .cid-tgVqxngsb0 .navbar.opened {
    height: auto;
  }
  .cid-tgVqxngsb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8WbL9mgmr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8WbL9mgmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WbL9mgmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WbL9mgmr .container,
.cid-u8WbL9mgmr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8WbL9mgmr .container,
  .cid-u8WbL9mgmr .container-fluid {
    padding: 0 20px;
  }
}
.cid-u8WbL9mgmr .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u8WbL9mgmr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u8WbL9mgmr .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8WbL9mgmr .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u8WbL9mgmr .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-u8WbL9mgmr .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-u8WbL9mgmr .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8WbL9mgmr .list-wrap {
  margin-bottom: 15px;
}
.cid-u8WbL9mgmr .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8WbL9mgmr .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-u8WbL9mgmr .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-u8WbL9mgmr .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-u8WbL9mgmr .mbr-section-title {
  color: #f39715;
  text-align: center;
}
.cid-u8WbL9mgmr .mbr-section-subtitle {
  color: #3d4045;
}
.cid-u8WbL9mgmr .list {
  color: #f39715;
}
.cid-tZ5I8sxNlF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ5I8sxNlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5I8sxNlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5I8sxNlF .mbr-text,
.cid-tZ5I8sxNlF .mbr-section-btn {
  text-align: left;
}
.cid-tZ5I8sxNlF .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-tgVZ4ZHv2d {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-tgVZ4ZHv2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVZ4ZHv2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tgVZ4ZHv2d .container {
    max-width: 1400px;
  }
}
.cid-tgVZ4ZHv2d .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ae42c8;
  margin-bottom: 2rem;
}
.cid-tgVZ4ZHv2d .card-wrapper {
  margin-top: 3rem;
  background: #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-tgVZ4ZHv2d .row {
  justify-content: center;
}
.cid-tgVZ4ZHv2d .card-title,
.cid-tgVZ4ZHv2d .iconfont-wrapper {
  text-align: center;
}
.cid-tZ5FieBX4X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZ5FieBX4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5FieBX4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5JQmMHSc {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f39715;
}
@media (max-width: 1200px) {
  .cid-tZ5JQmMHSc .display-2 {
    font-size: 2.1rem;
  }
}
.cid-tZ5JQmMHSc .item-img {
  padding: 0.5rem;
}
.cid-tZ5JQmMHSc img,
.cid-tZ5JQmMHSc .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tZ5JQmMHSc .item:focus,
.cid-tZ5JQmMHSc span:focus {
  outline: none;
}
.cid-tZ5JQmMHSc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZ5JQmMHSc .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZ5JQmMHSc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZ5JQmMHSc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZ5JQmMHSc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZ5JQmMHSc .mbr-section-title {
  color: #ffffff;
}
.cid-tZ5JQmMHSc .item-title {
  color: #ae42c8;
}
.cid-tZ5JQmMHSc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ5JQmMHSc .mbr-text,
.cid-tZ5JQmMHSc .mbr-section-btn {
  text-align: center;
}
.cid-u8WaJaRAGF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8WaJaRAGF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u8WaJaRAGF .card-title {
  margin-bottom: 26px;
  color: #ae42c8;
}
.cid-u8WaJaRAGF .mbr-text {
  margin-bottom: 30px;
}
.cid-u8WaJaRAGF .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-u8WaJaRAGF .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-u8WaJaRAGF .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-u8WaJaRAGF .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-u8WaJaRAGF .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-u8WaJaRAGF .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-u8WaJaRAGF .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8WaJaRAGF .text-wrapper {
    text-align: center;
  }
  .cid-u8WaJaRAGF .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u8WaJaRAGF .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u8WaJaRAGF .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8WaJaRAGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WaJaRAGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WaJaRAGF .mbr-text,
.cid-u8WaJaRAGF .mbr-section-btn {
  color: #000000;
}
.cid-u8WaJaRAGF .card-title,
.cid-u8WaJaRAGF .icon_block {
  color: #000000;
}
.cid-tgVZ97rwq2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-tgVZ97rwq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVZ97rwq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgVZ97rwq2 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tgVZ97rwq2 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tgVZ97rwq2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tgVZ97rwq2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tgVZ97rwq2 img {
  border-radius: 2rem;
}
.cid-tgVZ97rwq2 .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tgVZ97rwq2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tgVZ97rwq2 .mbr-text,
.cid-tgVZ97rwq2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-tZ5LtEcPrD {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tZ5LtEcPrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5LtEcPrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5LtEcPrD .mbr-text,
.cid-tZ5LtEcPrD .mbr-section-btn {
  text-align: left;
}
.cid-tZ5LtEcPrD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8T64HMcox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u8T64HMcox .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T64HMcox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8T64HMcox .container {
    padding: 0 16px;
  }
}
.cid-u8T64HMcox .row {
  justify-content: space-between;
}
.cid-u8T64HMcox .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u8T64HMcox .panel-group {
  border: 1px solid #ffffff;
  background-color: #f39715;
}
.cid-u8T64HMcox .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u8T64HMcox .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-u8T64HMcox .panel-group .card:first-child {
  border-top: none;
}
.cid-u8T64HMcox .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #29372d;
  color: #ffffff;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #f39715;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-u8T64HMcox .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-u8T64HMcox .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u8T64HMcox .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8T64HMcox .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-u8T64HMcox .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u8T64HMcox .panel-title-edit {
  color: #000000;
}
.cid-u8T64HMcox .panel-text {
  color: #000000;
}
.cid-u8WaVj1yZu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8WaVj1yZu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u8WaVj1yZu .card-title {
  margin-bottom: 26px;
  color: #ae42c8;
}
.cid-u8WaVj1yZu .mbr-text {
  margin-bottom: 30px;
}
.cid-u8WaVj1yZu .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-u8WaVj1yZu .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-u8WaVj1yZu .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-u8WaVj1yZu .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-u8WaVj1yZu .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-u8WaVj1yZu .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-u8WaVj1yZu .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8WaVj1yZu .text-wrapper {
    text-align: center;
  }
  .cid-u8WaVj1yZu .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u8WaVj1yZu .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u8WaVj1yZu .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8WaVj1yZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WaVj1yZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WaVj1yZu .mbr-text,
.cid-u8WaVj1yZu .mbr-section-btn {
  color: #000000;
}
.cid-u8WaVj1yZu .card-title,
.cid-u8WaVj1yZu .icon_block {
  color: #000000;
}
.cid-u8Stau3Mkh {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8Stau3Mkh .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-u8Stau3Mkh .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8Stau3Mkh .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-u8Stau3Mkh .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-u8Stau3Mkh .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-u8Stau3Mkh .mbr-text {
  color: #000000;
}
.cid-u8StYBVNzM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f39715;
}
.cid-u8StYBVNzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8StYBVNzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8StYBVNzM .row {
  justify-content: flex-start;
}
.cid-u8StYBVNzM .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8StYBVNzM .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u8StYBVNzM .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8StYBVNzM .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u8StYBVNzM .title-container {
    padding: 12px;
  }
}
.cid-u8StYBVNzM .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u8StYBVNzM .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u8StYBVNzM .content-container {
    padding: 24px 12px;
  }
}
.cid-u8StYBVNzM .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u8StYBVNzM .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u8StYBVNzM .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u8StYBVNzM .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-u8Y5gu630r {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8Y5gu630r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Y5gu630r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Y5gu630r .google-map {
  height: 35rem;
  position: relative;
}
.cid-u8Y5gu630r .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8Y5gu630r .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8Y5gu630r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8Y5gu630r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8Y5gu630r .mbr-section-title {
  color: #000000;
}
.cid-tZ5xcbBe8a {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-tZ5xcbBe8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5xcbBe8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tZ5xcbBe8a .container {
    padding: 0 12px;
  }
}
.cid-tZ5xcbBe8a .title-wrapper a {
  display: block;
}
.cid-tZ5xcbBe8a .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tZ5xcbBe8a .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tZ5xcbBe8a .list-wrapper .list,
.cid-tZ5xcbBe8a .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .list-wrapper .list,
  .cid-tZ5xcbBe8a .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tZ5xcbBe8a .list-wrapper .list .item-wrap,
.cid-tZ5xcbBe8a .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5xcbBe8a .list-wrapper .list .item-wrap:hover,
.cid-tZ5xcbBe8a .list-wrapper .list_main .item-wrap:hover,
.cid-tZ5xcbBe8a .list-wrapper .list .item-wrap:focus,
.cid-tZ5xcbBe8a .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tZ5xcbBe8a .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tZ5xcbBe8a .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5xcbBe8a .contacts-wrapper .list .item-wrap:hover,
.cid-tZ5xcbBe8a .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tZ5xcbBe8a .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tZ5xcbBe8a .social-row .soc-item {
  margin-right: 24px;
}
.cid-tZ5xcbBe8a .social-row .soc-item a:hover .mbr-iconfont,
.cid-tZ5xcbBe8a .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tZ5xcbBe8a .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5xcbBe8a .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #f63207;
  text-align: center;
}
.cid-tZ5xcbBe8a .mbr-section-title {
  color: #ffffff;
}
.cid-tZ5xcbBe8a .mbr-list-title {
  color: #000000;
}
.cid-tZ5xcbBe8a .list {
  color: #ffe885;
}
.cid-tZ5xcbBe8a .list_main {
  color: #000000;
}
.cid-tgVqxngsb0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .container,
  .cid-tgVqxngsb0 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tgVqxngsb0 .container .navbar-collapse,
  .cid-tgVqxngsb0 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 {
    flex-wrap: wrap;
  }
  .cid-tgVqxngsb0 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tgVqxngsb0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tgVqxngsb0 .btn {
  padding: 0.8rem 2rem;
}
.cid-tgVqxngsb0 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tgVqxngsb0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-tgVqxngsb0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tgVqxngsb0 nav.navbar {
  position: fixed;
}
.cid-tgVqxngsb0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgVqxngsb0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgVqxngsb0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgVqxngsb0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgVqxngsb0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgVqxngsb0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown-menu,
.cid-tgVqxngsb0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tgVqxngsb0 .nav-item:focus,
.cid-tgVqxngsb0 .nav-link:focus {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgVqxngsb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgVqxngsb0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgVqxngsb0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tgVqxngsb0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tgVqxngsb0 .navbar.collapsed {
  justify-content: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgVqxngsb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tgVqxngsb0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgVqxngsb0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgVqxngsb0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tgVqxngsb0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgVqxngsb0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgVqxngsb0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgVqxngsb0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgVqxngsb0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgVqxngsb0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown-item.active,
.cid-tgVqxngsb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgVqxngsb0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgVqxngsb0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgVqxngsb0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgVqxngsb0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgVqxngsb0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgVqxngsb0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgVqxngsb0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgVqxngsb0 .navbar {
    height: 70px;
  }
  .cid-tgVqxngsb0 .navbar.opened {
    height: auto;
  }
  .cid-tgVqxngsb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ5My8oxgQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ5My8oxgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5My8oxgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5My8oxgQ .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tZ5My8oxgQ .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tZ5My8oxgQ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tZ5My8oxgQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZ5My8oxgQ img {
  border-radius: 2rem;
}
.cid-tZ5My8oxgQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZ5My8oxgQ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZ5My8oxgQ .mbr-text,
.cid-tZ5My8oxgQ .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8Y5tkSiEd {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8Y5tkSiEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Y5tkSiEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Y5tkSiEd .google-map {
  height: 35rem;
  position: relative;
}
.cid-u8Y5tkSiEd .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8Y5tkSiEd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8Y5tkSiEd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8Y5tkSiEd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8Y5tkSiEd .mbr-section-title {
  color: #000000;
}
.cid-tZ5xcbBe8a {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-tZ5xcbBe8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5xcbBe8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tZ5xcbBe8a .container {
    padding: 0 12px;
  }
}
.cid-tZ5xcbBe8a .title-wrapper a {
  display: block;
}
.cid-tZ5xcbBe8a .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tZ5xcbBe8a .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tZ5xcbBe8a .list-wrapper .list,
.cid-tZ5xcbBe8a .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .list-wrapper .list,
  .cid-tZ5xcbBe8a .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tZ5xcbBe8a .list-wrapper .list .item-wrap,
.cid-tZ5xcbBe8a .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5xcbBe8a .list-wrapper .list .item-wrap:hover,
.cid-tZ5xcbBe8a .list-wrapper .list_main .item-wrap:hover,
.cid-tZ5xcbBe8a .list-wrapper .list .item-wrap:focus,
.cid-tZ5xcbBe8a .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tZ5xcbBe8a .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tZ5xcbBe8a .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5xcbBe8a .contacts-wrapper .list .item-wrap:hover,
.cid-tZ5xcbBe8a .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tZ5xcbBe8a .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tZ5xcbBe8a .social-row .soc-item {
  margin-right: 24px;
}
.cid-tZ5xcbBe8a .social-row .soc-item a:hover .mbr-iconfont,
.cid-tZ5xcbBe8a .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tZ5xcbBe8a .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5xcbBe8a .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #f63207;
  text-align: center;
}
.cid-tZ5xcbBe8a .mbr-section-title {
  color: #ffffff;
}
.cid-tZ5xcbBe8a .mbr-list-title {
  color: #000000;
}
.cid-tZ5xcbBe8a .list {
  color: #ffe885;
}
.cid-tZ5xcbBe8a .list_main {
  color: #000000;
}
.cid-tZ5Nw5ZeUC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tZ5Nw5ZeUC .container,
  .cid-tZ5Nw5ZeUC .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tZ5Nw5ZeUC .container .navbar-collapse,
  .cid-tZ5Nw5ZeUC .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tZ5Nw5ZeUC {
    flex-wrap: wrap;
  }
  .cid-tZ5Nw5ZeUC .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tZ5Nw5ZeUC .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tZ5Nw5ZeUC .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tZ5Nw5ZeUC .btn {
  padding: 0.8rem 2rem;
}
.cid-tZ5Nw5ZeUC .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tZ5Nw5ZeUC .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-tZ5Nw5ZeUC .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tZ5Nw5ZeUC nav.navbar {
  position: fixed;
}
.cid-tZ5Nw5ZeUC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ5Nw5ZeUC .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZ5Nw5ZeUC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZ5Nw5ZeUC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZ5Nw5ZeUC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZ5Nw5ZeUC .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tZ5Nw5ZeUC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZ5Nw5ZeUC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ5Nw5ZeUC .dropdown-menu,
.cid-tZ5Nw5ZeUC .navbar.opened {
  background: #ffffff !important;
}
.cid-tZ5Nw5ZeUC .nav-item:focus,
.cid-tZ5Nw5ZeUC .nav-link:focus {
  outline: none;
}
.cid-tZ5Nw5ZeUC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ5Nw5ZeUC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ5Nw5ZeUC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ5Nw5ZeUC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ5Nw5ZeUC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ5Nw5ZeUC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ5Nw5ZeUC .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tZ5Nw5ZeUC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZ5Nw5ZeUC .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ5Nw5ZeUC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ5Nw5ZeUC .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ5Nw5ZeUC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed {
  justify-content: center;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ5Nw5ZeUC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tZ5Nw5ZeUC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZ5Nw5ZeUC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ5Nw5ZeUC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ5Nw5ZeUC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ5Nw5ZeUC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ5Nw5ZeUC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZ5Nw5ZeUC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZ5Nw5ZeUC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZ5Nw5ZeUC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ5Nw5ZeUC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZ5Nw5ZeUC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ5Nw5ZeUC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ5Nw5ZeUC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZ5Nw5ZeUC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZ5Nw5ZeUC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZ5Nw5ZeUC .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-tZ5Nw5ZeUC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ5Nw5ZeUC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ5Nw5ZeUC .dropdown-item.active,
.cid-tZ5Nw5ZeUC .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ5Nw5ZeUC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ5Nw5ZeUC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ5Nw5ZeUC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ5Nw5ZeUC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZ5Nw5ZeUC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZ5Nw5ZeUC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZ5Nw5ZeUC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ5Nw5ZeUC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZ5Nw5ZeUC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ5Nw5ZeUC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tZ5Nw5ZeUC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ5Nw5ZeUC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ5Nw5ZeUC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ5Nw5ZeUC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ5Nw5ZeUC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ5Nw5ZeUC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ5Nw5ZeUC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ5Nw5ZeUC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ5Nw5ZeUC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZ5Nw5ZeUC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ5Nw5ZeUC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ5Nw5ZeUC .navbar {
    height: 70px;
  }
  .cid-tZ5Nw5ZeUC .navbar.opened {
    height: auto;
  }
  .cid-tZ5Nw5ZeUC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ5Nw6Xxns {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ5Nw6Xxns .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5Nw6Xxns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5Nw6Xxns .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tZ5Nw6Xxns .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tZ5Nw6Xxns .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tZ5Nw6Xxns .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZ5Nw6Xxns img {
  border-radius: 2rem;
}
.cid-tZ5Nw6Xxns .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZ5Nw6Xxns .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZ5Nw6Xxns .mbr-text,
.cid-tZ5Nw6Xxns .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8Y5wziCTU {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8Y5wziCTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Y5wziCTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Y5wziCTU .google-map {
  height: 35rem;
  position: relative;
}
.cid-u8Y5wziCTU .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8Y5wziCTU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8Y5wziCTU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8Y5wziCTU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8Y5wziCTU .mbr-section-title {
  color: #000000;
}
.cid-tZ5Nw7SQ8m {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-tZ5Nw7SQ8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5Nw7SQ8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZ5Nw7SQ8m .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tZ5Nw7SQ8m .container {
    padding: 0 12px;
  }
}
.cid-tZ5Nw7SQ8m .title-wrapper a {
  display: block;
}
.cid-tZ5Nw7SQ8m .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tZ5Nw7SQ8m .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tZ5Nw7SQ8m .list-wrapper .list,
.cid-tZ5Nw7SQ8m .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tZ5Nw7SQ8m .list-wrapper .list,
  .cid-tZ5Nw7SQ8m .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tZ5Nw7SQ8m .list-wrapper .list .item-wrap,
.cid-tZ5Nw7SQ8m .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5Nw7SQ8m .list-wrapper .list .item-wrap:hover,
.cid-tZ5Nw7SQ8m .list-wrapper .list_main .item-wrap:hover,
.cid-tZ5Nw7SQ8m .list-wrapper .list .item-wrap:focus,
.cid-tZ5Nw7SQ8m .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tZ5Nw7SQ8m .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tZ5Nw7SQ8m .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tZ5Nw7SQ8m .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5Nw7SQ8m .contacts-wrapper .list .item-wrap:hover,
.cid-tZ5Nw7SQ8m .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tZ5Nw7SQ8m .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ5Nw7SQ8m .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tZ5Nw7SQ8m .social-row .soc-item {
  margin-right: 24px;
}
.cid-tZ5Nw7SQ8m .social-row .soc-item a:hover .mbr-iconfont,
.cid-tZ5Nw7SQ8m .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tZ5Nw7SQ8m .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5Nw7SQ8m .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #f63207;
  text-align: center;
}
.cid-tZ5Nw7SQ8m .mbr-section-title {
  color: #ffffff;
}
.cid-tZ5Nw7SQ8m .mbr-list-title {
  color: #000000;
}
.cid-tZ5Nw7SQ8m .list {
  color: #ffe885;
}
.cid-tZ5Nw7SQ8m .list_main {
  color: #000000;
}
.cid-u8We5J3t0T {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8We5J3t0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We5J3t0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8We5J3t0T a {
  font-weight: 900;
}
.cid-u8We5J3t0T .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-u8We5J3t0T .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u8We5J3t0T .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-u8We5J3t0T .image-wrapper {
  padding: 0;
}
.cid-u8We5J3t0T .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8We5J3t0T .image-wrapper img {
    border-radius: 0;
  }
}
.cid-u8We5J3t0T .mbr-section-title {
  color: #f39715;
}
.cid-u8We5J3t0T .mbr-text,
.cid-u8We5J3t0T .mbr-section-btn {
  color: #353535;
}
.cid-u8We5KnWR4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-u8We5KnWR4 .container,
  .cid-u8We5KnWR4 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u8We5KnWR4 .container .navbar-collapse,
  .cid-u8We5KnWR4 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u8We5KnWR4 {
    flex-wrap: wrap;
  }
  .cid-u8We5KnWR4 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u8We5KnWR4 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u8We5KnWR4 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u8We5KnWR4 .btn {
  padding: 0.8rem 2rem;
}
.cid-u8We5KnWR4 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u8We5KnWR4 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u8We5KnWR4 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u8We5KnWR4 nav.navbar {
  position: fixed;
}
.cid-u8We5KnWR4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8We5KnWR4 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8We5KnWR4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8We5KnWR4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8We5KnWR4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8We5KnWR4 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u8We5KnWR4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8We5KnWR4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8We5KnWR4 .dropdown-menu,
.cid-u8We5KnWR4 .navbar.opened {
  background: #ffffff !important;
}
.cid-u8We5KnWR4 .nav-item:focus,
.cid-u8We5KnWR4 .nav-link:focus {
  outline: none;
}
.cid-u8We5KnWR4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8We5KnWR4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8We5KnWR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8We5KnWR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8We5KnWR4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8We5KnWR4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8We5KnWR4 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u8We5KnWR4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u8We5KnWR4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8We5KnWR4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8We5KnWR4 .navbar .navbar-logo img {
  width: auto;
}
.cid-u8We5KnWR4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u8We5KnWR4 .navbar.collapsed {
  justify-content: center;
}
.cid-u8We5KnWR4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8We5KnWR4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8We5KnWR4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u8We5KnWR4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8We5KnWR4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8We5KnWR4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8We5KnWR4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8We5KnWR4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8We5KnWR4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8We5KnWR4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8We5KnWR4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8We5KnWR4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8We5KnWR4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8We5KnWR4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8We5KnWR4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8We5KnWR4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8We5KnWR4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8We5KnWR4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8We5KnWR4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8We5KnWR4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8We5KnWR4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8We5KnWR4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8We5KnWR4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8We5KnWR4 .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-u8We5KnWR4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8We5KnWR4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8We5KnWR4 .dropdown-item.active,
.cid-u8We5KnWR4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8We5KnWR4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8We5KnWR4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8We5KnWR4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8We5KnWR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8We5KnWR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8We5KnWR4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8We5KnWR4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8We5KnWR4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8We5KnWR4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8We5KnWR4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u8We5KnWR4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8We5KnWR4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8We5KnWR4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8We5KnWR4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8We5KnWR4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8We5KnWR4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8We5KnWR4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8We5KnWR4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8We5KnWR4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8We5KnWR4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8We5KnWR4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8We5KnWR4 .navbar {
    height: 70px;
  }
  .cid-u8We5KnWR4 .navbar.opened {
    height: auto;
  }
  .cid-u8We5KnWR4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8We5LYS5B {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8We5LYS5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We5LYS5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8We5LYS5B .container,
.cid-u8We5LYS5B .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8We5LYS5B .container,
  .cid-u8We5LYS5B .container-fluid {
    padding: 0 20px;
  }
}
.cid-u8We5LYS5B .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u8We5LYS5B .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u8We5LYS5B .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8We5LYS5B .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u8We5LYS5B .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-u8We5LYS5B .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-u8We5LYS5B .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8We5LYS5B .list-wrap {
  margin-bottom: 15px;
}
.cid-u8We5LYS5B .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8We5LYS5B .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-u8We5LYS5B .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-u8We5LYS5B .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-u8We5LYS5B .mbr-section-title {
  color: #f39715;
  text-align: center;
}
.cid-u8We5LYS5B .mbr-section-subtitle {
  color: #3d4045;
}
.cid-u8We5LYS5B .list {
  color: #f39715;
}
.cid-u8We5MVKXB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8We5MVKXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We5MVKXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8We5MVKXB .mbr-text,
.cid-u8We5MVKXB .mbr-section-btn {
  text-align: left;
}
.cid-u8We5MVKXB .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u8We5O0nsn {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8We5O0nsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We5O0nsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u8We5O0nsn .container {
    max-width: 1400px;
  }
}
.cid-u8We5O0nsn .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ae42c8;
  margin-bottom: 2rem;
}
.cid-u8We5O0nsn .card-wrapper {
  margin-top: 3rem;
  background: #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-u8We5O0nsn .row {
  justify-content: center;
}
.cid-u8We5O0nsn .card-title,
.cid-u8We5O0nsn .iconfont-wrapper {
  text-align: center;
}
.cid-u8We5Pt2gF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8We5Pt2gF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We5Pt2gF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8We5QvHMS {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f39715;
}
@media (max-width: 1200px) {
  .cid-u8We5QvHMS .display-2 {
    font-size: 2.1rem;
  }
}
.cid-u8We5QvHMS .item-img {
  padding: 0.5rem;
}
.cid-u8We5QvHMS img,
.cid-u8We5QvHMS .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u8We5QvHMS .item:focus,
.cid-u8We5QvHMS span:focus {
  outline: none;
}
.cid-u8We5QvHMS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8We5QvHMS .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8We5QvHMS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8We5QvHMS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u8We5QvHMS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8We5QvHMS .mbr-section-title {
  color: #ffffff;
}
.cid-u8We5QvHMS .item-title {
  color: #ae42c8;
}
.cid-u8We5QvHMS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8We5QvHMS .mbr-text,
.cid-u8We5QvHMS .mbr-section-btn {
  text-align: center;
}
.cid-u8We5RRYkf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8We5RRYkf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u8We5RRYkf .card-title {
  margin-bottom: 26px;
  color: #ae42c8;
}
.cid-u8We5RRYkf .mbr-text {
  margin-bottom: 30px;
}
.cid-u8We5RRYkf .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-u8We5RRYkf .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-u8We5RRYkf .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-u8We5RRYkf .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-u8We5RRYkf .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-u8We5RRYkf .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-u8We5RRYkf .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8We5RRYkf .text-wrapper {
    text-align: center;
  }
  .cid-u8We5RRYkf .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u8We5RRYkf .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u8We5RRYkf .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8We5RRYkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We5RRYkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8We5RRYkf .mbr-text,
.cid-u8We5RRYkf .mbr-section-btn {
  color: #000000;
}
.cid-u8We5RRYkf .card-title,
.cid-u8We5RRYkf .icon_block {
  color: #000000;
}
.cid-u8We5T4TmM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8We5T4TmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We5T4TmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8We5T4TmM .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u8We5T4TmM .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u8We5T4TmM .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8We5T4TmM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8We5T4TmM img {
  border-radius: 2rem;
}
.cid-u8We5T4TmM .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-u8We5T4TmM .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u8We5T4TmM .mbr-text,
.cid-u8We5T4TmM .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8We5Un8UB {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8We5Un8UB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We5Un8UB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8We5Un8UB .mbr-text,
.cid-u8We5Un8UB .mbr-section-btn {
  text-align: left;
}
.cid-u8We5Un8UB .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8We5VD3qH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u8We5VD3qH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We5VD3qH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8We5VD3qH .container {
    padding: 0 16px;
  }
}
.cid-u8We5VD3qH .row {
  justify-content: space-between;
}
.cid-u8We5VD3qH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u8We5VD3qH .panel-group {
  border: 1px solid #ffffff;
  background-color: #f39715;
}
.cid-u8We5VD3qH .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u8We5VD3qH .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-u8We5VD3qH .panel-group .card:first-child {
  border-top: none;
}
.cid-u8We5VD3qH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8We5VD3qH .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u8We5VD3qH .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-u8We5VD3qH .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u8We5VD3qH .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8We5VD3qH .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #29372d;
  color: #ffffff;
}
.cid-u8We5VD3qH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #f39715;
}
.cid-u8We5VD3qH .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-u8We5VD3qH .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-u8We5VD3qH .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u8We5VD3qH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8We5VD3qH .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-u8We5VD3qH .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u8We5VD3qH .panel-title-edit {
  color: #000000;
}
.cid-u8We5VD3qH .panel-text {
  color: #000000;
}
.cid-u8We5XgSaM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8We5XgSaM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u8We5XgSaM .card-title {
  margin-bottom: 26px;
  color: #ae42c8;
}
.cid-u8We5XgSaM .mbr-text {
  margin-bottom: 30px;
}
.cid-u8We5XgSaM .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-u8We5XgSaM .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-u8We5XgSaM .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-u8We5XgSaM .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-u8We5XgSaM .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-u8We5XgSaM .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-u8We5XgSaM .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8We5XgSaM .text-wrapper {
    text-align: center;
  }
  .cid-u8We5XgSaM .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u8We5XgSaM .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u8We5XgSaM .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8We5XgSaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We5XgSaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8We5XgSaM .mbr-text,
.cid-u8We5XgSaM .mbr-section-btn {
  color: #000000;
}
.cid-u8We5XgSaM .card-title,
.cid-u8We5XgSaM .icon_block {
  color: #000000;
}
.cid-u8We5YAg5H {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8We5YAg5H .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-u8We5YAg5H .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8We5YAg5H .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-u8We5YAg5H .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-u8We5YAg5H .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-u8We5YAg5H .mbr-text {
  color: #000000;
}
.cid-u8We5ZXUyP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f39715;
}
.cid-u8We5ZXUyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We5ZXUyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8We5ZXUyP .row {
  justify-content: flex-start;
}
.cid-u8We5ZXUyP .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8We5ZXUyP .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u8We5ZXUyP .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8We5ZXUyP .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u8We5ZXUyP .title-container {
    padding: 12px;
  }
}
.cid-u8We5ZXUyP .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u8We5ZXUyP .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u8We5ZXUyP .content-container {
    padding: 24px 12px;
  }
}
.cid-u8We5ZXUyP .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u8We5ZXUyP .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u8We5ZXUyP .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u8We5ZXUyP .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-u8WfH4NheH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u8WfH4NheH .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u8WfH4NheH .panel-group {
  border: none;
}
.cid-u8WfH4NheH .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u8WfH4NheH .card:hover {
  background: #f63207;
}
@media (max-width: 767px) {
  .cid-u8WfH4NheH .card {
    padding: 1rem;
  }
}
.cid-u8WfH4NheH .card-header {
  border: none;
}
.cid-u8WfH4NheH p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u8WfH4NheH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8WfH4NheH .panel-body,
.cid-u8WfH4NheH .card-header {
  padding: 0rem 0;
}
.cid-u8WfH4NheH .panel-title-edit {
  color: #000000;
}
.cid-u8WfH4NheH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u8WfH4NheH .panel-text {
  color: #000000;
}
.cid-u8WfH4NheH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfH4NheH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WfH4NheH H3 {
  text-align: center;
}
.cid-u8We61cxrO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8We61cxrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We61cxrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8We61cxrO .google-map {
  height: 35rem;
  position: relative;
}
.cid-u8We61cxrO .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8We61cxrO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8We61cxrO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8We61cxrO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8We61cxrO .mbr-section-title {
  color: #000000;
}
.cid-u8We62Dhsq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8We62Dhsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8We62Dhsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8We62Dhsq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8We62Dhsq .container {
    padding: 0 12px;
  }
}
.cid-u8We62Dhsq .title-wrapper a {
  display: block;
}
.cid-u8We62Dhsq .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8We62Dhsq .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u8We62Dhsq .list-wrapper .list,
.cid-u8We62Dhsq .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8We62Dhsq .list-wrapper .list,
  .cid-u8We62Dhsq .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u8We62Dhsq .list-wrapper .list .item-wrap,
.cid-u8We62Dhsq .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8We62Dhsq .list-wrapper .list .item-wrap:hover,
.cid-u8We62Dhsq .list-wrapper .list_main .item-wrap:hover,
.cid-u8We62Dhsq .list-wrapper .list .item-wrap:focus,
.cid-u8We62Dhsq .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-u8We62Dhsq .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8We62Dhsq .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u8We62Dhsq .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8We62Dhsq .contacts-wrapper .list .item-wrap:hover,
.cid-u8We62Dhsq .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-u8We62Dhsq .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8We62Dhsq .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u8We62Dhsq .social-row .soc-item {
  margin-right: 24px;
}
.cid-u8We62Dhsq .social-row .soc-item a:hover .mbr-iconfont,
.cid-u8We62Dhsq .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-u8We62Dhsq .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-u8We62Dhsq .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #f63207;
  text-align: center;
}
.cid-u8We62Dhsq .mbr-section-title {
  color: #ffffff;
}
.cid-u8We62Dhsq .mbr-list-title {
  color: #000000;
}
.cid-u8We62Dhsq .list {
  color: #ffe885;
}
.cid-u8We62Dhsq .list_main {
  color: #000000;
}
.cid-u8WfVO7sRm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8WfVO7sRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfVO7sRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WfVO7sRm a {
  font-weight: 900;
}
.cid-u8WfVO7sRm .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-u8WfVO7sRm .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u8WfVO7sRm .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-u8WfVO7sRm .image-wrapper {
  padding: 0;
}
.cid-u8WfVO7sRm .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8WfVO7sRm .image-wrapper img {
    border-radius: 0;
  }
}
.cid-u8WfVO7sRm .mbr-section-title {
  color: #f39715;
}
.cid-u8WfVO7sRm .mbr-text,
.cid-u8WfVO7sRm .mbr-section-btn {
  color: #353535;
}
.cid-u8WfVPmDbP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-u8WfVPmDbP .container,
  .cid-u8WfVPmDbP .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u8WfVPmDbP .container .navbar-collapse,
  .cid-u8WfVPmDbP .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u8WfVPmDbP {
    flex-wrap: wrap;
  }
  .cid-u8WfVPmDbP .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u8WfVPmDbP .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u8WfVPmDbP .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u8WfVPmDbP .btn {
  padding: 0.8rem 2rem;
}
.cid-u8WfVPmDbP .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u8WfVPmDbP .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u8WfVPmDbP .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u8WfVPmDbP nav.navbar {
  position: fixed;
}
.cid-u8WfVPmDbP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8WfVPmDbP .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8WfVPmDbP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8WfVPmDbP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8WfVPmDbP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8WfVPmDbP .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u8WfVPmDbP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8WfVPmDbP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8WfVPmDbP .dropdown-menu,
.cid-u8WfVPmDbP .navbar.opened {
  background: #ffffff !important;
}
.cid-u8WfVPmDbP .nav-item:focus,
.cid-u8WfVPmDbP .nav-link:focus {
  outline: none;
}
.cid-u8WfVPmDbP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8WfVPmDbP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8WfVPmDbP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8WfVPmDbP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8WfVPmDbP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8WfVPmDbP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8WfVPmDbP .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u8WfVPmDbP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u8WfVPmDbP .navbar.opened {
  transition: all 0.3s;
}
.cid-u8WfVPmDbP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8WfVPmDbP .navbar .navbar-logo img {
  width: auto;
}
.cid-u8WfVPmDbP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u8WfVPmDbP .navbar.collapsed {
  justify-content: center;
}
.cid-u8WfVPmDbP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8WfVPmDbP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8WfVPmDbP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u8WfVPmDbP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8WfVPmDbP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8WfVPmDbP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8WfVPmDbP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8WfVPmDbP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8WfVPmDbP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8WfVPmDbP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8WfVPmDbP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8WfVPmDbP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8WfVPmDbP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8WfVPmDbP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8WfVPmDbP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8WfVPmDbP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8WfVPmDbP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8WfVPmDbP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8WfVPmDbP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8WfVPmDbP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8WfVPmDbP .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8WfVPmDbP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8WfVPmDbP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8WfVPmDbP .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-u8WfVPmDbP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8WfVPmDbP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8WfVPmDbP .dropdown-item.active,
.cid-u8WfVPmDbP .dropdown-item:active {
  background-color: transparent;
}
.cid-u8WfVPmDbP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8WfVPmDbP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8WfVPmDbP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8WfVPmDbP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8WfVPmDbP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8WfVPmDbP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8WfVPmDbP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8WfVPmDbP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8WfVPmDbP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8WfVPmDbP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u8WfVPmDbP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8WfVPmDbP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8WfVPmDbP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8WfVPmDbP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8WfVPmDbP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8WfVPmDbP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8WfVPmDbP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8WfVPmDbP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8WfVPmDbP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8WfVPmDbP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8WfVPmDbP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8WfVPmDbP .navbar {
    height: 70px;
  }
  .cid-u8WfVPmDbP .navbar.opened {
    height: auto;
  }
  .cid-u8WfVPmDbP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8WfVQV25t {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8WfVQV25t .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfVQV25t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WfVQV25t .container,
.cid-u8WfVQV25t .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8WfVQV25t .container,
  .cid-u8WfVQV25t .container-fluid {
    padding: 0 20px;
  }
}
.cid-u8WfVQV25t .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u8WfVQV25t .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u8WfVQV25t .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8WfVQV25t .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u8WfVQV25t .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-u8WfVQV25t .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-u8WfVQV25t .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8WfVQV25t .list-wrap {
  margin-bottom: 15px;
}
.cid-u8WfVQV25t .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8WfVQV25t .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-u8WfVQV25t .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-u8WfVQV25t .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-u8WfVQV25t .mbr-section-title {
  color: #f39715;
  text-align: center;
}
.cid-u8WfVQV25t .mbr-section-subtitle {
  color: #3d4045;
}
.cid-u8WfVQV25t .list {
  color: #f39715;
}
.cid-u8WfVSFtdW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8WfVSFtdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfVSFtdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WfVSFtdW .mbr-text,
.cid-u8WfVSFtdW .mbr-section-btn {
  text-align: left;
}
.cid-u8WfVSFtdW .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u8WfVTLHSS {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8WfVTLHSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfVTLHSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u8WfVTLHSS .container {
    max-width: 1400px;
  }
}
.cid-u8WfVTLHSS .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ae42c8;
  margin-bottom: 2rem;
}
.cid-u8WfVTLHSS .card-wrapper {
  margin-top: 3rem;
  background: #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-u8WfVTLHSS .row {
  justify-content: center;
}
.cid-u8WfVTLHSS .card-title,
.cid-u8WfVTLHSS .iconfont-wrapper {
  text-align: center;
}
.cid-u8WfVVnOro {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8WfVVnOro .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfVVnOro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WfVWsytV {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f39715;
}
@media (max-width: 1200px) {
  .cid-u8WfVWsytV .display-2 {
    font-size: 2.1rem;
  }
}
.cid-u8WfVWsytV .item-img {
  padding: 0.5rem;
}
.cid-u8WfVWsytV img,
.cid-u8WfVWsytV .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u8WfVWsytV .item:focus,
.cid-u8WfVWsytV span:focus {
  outline: none;
}
.cid-u8WfVWsytV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8WfVWsytV .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8WfVWsytV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8WfVWsytV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u8WfVWsytV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8WfVWsytV .mbr-section-title {
  color: #ffffff;
}
.cid-u8WfVWsytV .item-title {
  color: #ae42c8;
}
.cid-u8WfVWsytV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8WfVWsytV .mbr-text,
.cid-u8WfVWsytV .mbr-section-btn {
  text-align: center;
}
.cid-u8WfVY6mHi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8WfVY6mHi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u8WfVY6mHi .card-title {
  margin-bottom: 26px;
  color: #ae42c8;
}
.cid-u8WfVY6mHi .mbr-text {
  margin-bottom: 30px;
}
.cid-u8WfVY6mHi .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-u8WfVY6mHi .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-u8WfVY6mHi .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-u8WfVY6mHi .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-u8WfVY6mHi .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-u8WfVY6mHi .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-u8WfVY6mHi .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8WfVY6mHi .text-wrapper {
    text-align: center;
  }
  .cid-u8WfVY6mHi .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u8WfVY6mHi .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u8WfVY6mHi .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8WfVY6mHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfVY6mHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WfVY6mHi .mbr-text,
.cid-u8WfVY6mHi .mbr-section-btn {
  color: #000000;
}
.cid-u8WfVY6mHi .card-title,
.cid-u8WfVY6mHi .icon_block {
  color: #000000;
}
.cid-u8WfVZidmY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8WfVZidmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfVZidmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WfVZidmY .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u8WfVZidmY .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u8WfVZidmY .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8WfVZidmY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8WfVZidmY img {
  border-radius: 2rem;
}
.cid-u8WfVZidmY .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-u8WfVZidmY .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u8WfVZidmY .mbr-text,
.cid-u8WfVZidmY .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8WfW0HYAw {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8WfW0HYAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfW0HYAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WfW0HYAw .mbr-text,
.cid-u8WfW0HYAw .mbr-section-btn {
  text-align: left;
}
.cid-u8WfW0HYAw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8WfW1Xv5X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u8WfW1Xv5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfW1Xv5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8WfW1Xv5X .container {
    padding: 0 16px;
  }
}
.cid-u8WfW1Xv5X .row {
  justify-content: space-between;
}
.cid-u8WfW1Xv5X .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u8WfW1Xv5X .panel-group {
  border: 1px solid #ffffff;
  background-color: #f39715;
}
.cid-u8WfW1Xv5X .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u8WfW1Xv5X .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-u8WfW1Xv5X .panel-group .card:first-child {
  border-top: none;
}
.cid-u8WfW1Xv5X .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8WfW1Xv5X .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u8WfW1Xv5X .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-u8WfW1Xv5X .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u8WfW1Xv5X .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8WfW1Xv5X .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #29372d;
  color: #ffffff;
}
.cid-u8WfW1Xv5X .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #f39715;
}
.cid-u8WfW1Xv5X .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-u8WfW1Xv5X .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-u8WfW1Xv5X .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u8WfW1Xv5X .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8WfW1Xv5X .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-u8WfW1Xv5X .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u8WfW1Xv5X .panel-title-edit {
  color: #000000;
}
.cid-u8WfW1Xv5X .panel-text {
  color: #000000;
}
.cid-u8WfW3ASTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8WfW3ASTn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u8WfW3ASTn .card-title {
  margin-bottom: 26px;
  color: #ae42c8;
}
.cid-u8WfW3ASTn .mbr-text {
  margin-bottom: 30px;
}
.cid-u8WfW3ASTn .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-u8WfW3ASTn .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-u8WfW3ASTn .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-u8WfW3ASTn .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-u8WfW3ASTn .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-u8WfW3ASTn .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-u8WfW3ASTn .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8WfW3ASTn .text-wrapper {
    text-align: center;
  }
  .cid-u8WfW3ASTn .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u8WfW3ASTn .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u8WfW3ASTn .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8WfW3ASTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfW3ASTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WfW3ASTn .mbr-text,
.cid-u8WfW3ASTn .mbr-section-btn {
  color: #000000;
}
.cid-u8WfW3ASTn .card-title,
.cid-u8WfW3ASTn .icon_block {
  color: #000000;
}
.cid-u8WjoTKHL3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f39715;
}
.cid-u8WjoTKHL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WjoTKHL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8WjoTKHL3 .container {
    padding: 0 20px;
  }
}
.cid-u8WjoTKHL3 .row {
  margin: 0;
}
.cid-u8WjoTKHL3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8WjoTKHL3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8WjoTKHL3 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u8WjoTKHL3 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u8WjoTKHL3 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u8WjoTKHL3 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u8WjoTKHL3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8WfW4TTg4 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8WfW4TTg4 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-u8WfW4TTg4 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8WfW4TTg4 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-u8WfW4TTg4 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-u8WfW4TTg4 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-u8WfW4TTg4 .mbr-text {
  color: #000000;
}
.cid-u8WfW6b1eb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f39715;
}
.cid-u8WfW6b1eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfW6b1eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WfW6b1eb .row {
  justify-content: flex-start;
}
.cid-u8WfW6b1eb .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8WfW6b1eb .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u8WfW6b1eb .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8WfW6b1eb .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u8WfW6b1eb .title-container {
    padding: 12px;
  }
}
.cid-u8WfW6b1eb .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u8WfW6b1eb .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u8WfW6b1eb .content-container {
    padding: 24px 12px;
  }
}
.cid-u8WfW6b1eb .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u8WfW6b1eb .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u8WfW6b1eb .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u8WfW6b1eb .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-u8WfW7zoDo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u8WfW7zoDo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u8WfW7zoDo .panel-group {
  border: none;
}
.cid-u8WfW7zoDo .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u8WfW7zoDo .card:hover {
  background: #f63207;
}
@media (max-width: 767px) {
  .cid-u8WfW7zoDo .card {
    padding: 1rem;
  }
}
.cid-u8WfW7zoDo .card-header {
  border: none;
}
.cid-u8WfW7zoDo p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u8WfW7zoDo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8WfW7zoDo .panel-body,
.cid-u8WfW7zoDo .card-header {
  padding: 0rem 0;
}
.cid-u8WfW7zoDo .panel-title-edit {
  color: #000000;
}
.cid-u8WfW7zoDo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u8WfW7zoDo .panel-text {
  color: #000000;
}
.cid-u8WfW7zoDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfW7zoDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WfW7zoDo H3 {
  text-align: center;
}
.cid-u8Y5mmC55A {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8Y5mmC55A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Y5mmC55A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Y5mmC55A .google-map {
  height: 35rem;
  position: relative;
}
.cid-u8Y5mmC55A .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8Y5mmC55A .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8Y5mmC55A .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8Y5mmC55A .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8Y5mmC55A .mbr-section-title {
  color: #000000;
}
.cid-u8WfWelDOw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8WfWelDOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WfWelDOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8WfWelDOw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8WfWelDOw .container {
    padding: 0 12px;
  }
}
.cid-u8WfWelDOw .title-wrapper a {
  display: block;
}
.cid-u8WfWelDOw .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8WfWelDOw .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u8WfWelDOw .list-wrapper .list,
.cid-u8WfWelDOw .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8WfWelDOw .list-wrapper .list,
  .cid-u8WfWelDOw .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u8WfWelDOw .list-wrapper .list .item-wrap,
.cid-u8WfWelDOw .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8WfWelDOw .list-wrapper .list .item-wrap:hover,
.cid-u8WfWelDOw .list-wrapper .list_main .item-wrap:hover,
.cid-u8WfWelDOw .list-wrapper .list .item-wrap:focus,
.cid-u8WfWelDOw .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-u8WfWelDOw .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8WfWelDOw .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u8WfWelDOw .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8WfWelDOw .contacts-wrapper .list .item-wrap:hover,
.cid-u8WfWelDOw .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-u8WfWelDOw .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8WfWelDOw .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u8WfWelDOw .social-row .soc-item {
  margin-right: 24px;
}
.cid-u8WfWelDOw .social-row .soc-item a:hover .mbr-iconfont,
.cid-u8WfWelDOw .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-u8WfWelDOw .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-u8WfWelDOw .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #f63207;
  text-align: center;
}
.cid-u8WfWelDOw .mbr-section-title {
  color: #ffffff;
}
.cid-u8WfWelDOw .mbr-list-title {
  color: #000000;
}
.cid-u8WfWelDOw .list {
  color: #ffe885;
}
.cid-u8WfWelDOw .list_main {
  color: #000000;
}
.cid-u8WhE012bm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8WhE012bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhE012bm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WhE012bm a {
  font-weight: 900;
}
.cid-u8WhE012bm .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-u8WhE012bm .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u8WhE012bm .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-u8WhE012bm .image-wrapper {
  padding: 0;
}
.cid-u8WhE012bm .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8WhE012bm .image-wrapper img {
    border-radius: 0;
  }
}
.cid-u8WhE012bm .mbr-section-title {
  color: #f39715;
}
.cid-u8WhE012bm .mbr-text,
.cid-u8WhE012bm .mbr-section-btn {
  color: #353535;
}
.cid-u8WhE1i35o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-u8WhE1i35o .container,
  .cid-u8WhE1i35o .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u8WhE1i35o .container .navbar-collapse,
  .cid-u8WhE1i35o .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u8WhE1i35o {
    flex-wrap: wrap;
  }
  .cid-u8WhE1i35o .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u8WhE1i35o .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u8WhE1i35o .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u8WhE1i35o .btn {
  padding: 0.8rem 2rem;
}
.cid-u8WhE1i35o .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u8WhE1i35o .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u8WhE1i35o .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u8WhE1i35o nav.navbar {
  position: fixed;
}
.cid-u8WhE1i35o .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8WhE1i35o .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8WhE1i35o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8WhE1i35o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8WhE1i35o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8WhE1i35o .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u8WhE1i35o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8WhE1i35o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8WhE1i35o .dropdown-menu,
.cid-u8WhE1i35o .navbar.opened {
  background: #ffffff !important;
}
.cid-u8WhE1i35o .nav-item:focus,
.cid-u8WhE1i35o .nav-link:focus {
  outline: none;
}
.cid-u8WhE1i35o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8WhE1i35o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8WhE1i35o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8WhE1i35o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8WhE1i35o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8WhE1i35o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8WhE1i35o .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u8WhE1i35o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u8WhE1i35o .navbar.opened {
  transition: all 0.3s;
}
.cid-u8WhE1i35o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8WhE1i35o .navbar .navbar-logo img {
  width: auto;
}
.cid-u8WhE1i35o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u8WhE1i35o .navbar.collapsed {
  justify-content: center;
}
.cid-u8WhE1i35o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8WhE1i35o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8WhE1i35o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u8WhE1i35o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8WhE1i35o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8WhE1i35o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8WhE1i35o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8WhE1i35o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8WhE1i35o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8WhE1i35o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8WhE1i35o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8WhE1i35o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8WhE1i35o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8WhE1i35o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8WhE1i35o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8WhE1i35o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8WhE1i35o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8WhE1i35o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8WhE1i35o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8WhE1i35o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8WhE1i35o .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8WhE1i35o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8WhE1i35o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8WhE1i35o .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-u8WhE1i35o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8WhE1i35o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8WhE1i35o .dropdown-item.active,
.cid-u8WhE1i35o .dropdown-item:active {
  background-color: transparent;
}
.cid-u8WhE1i35o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8WhE1i35o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8WhE1i35o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8WhE1i35o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8WhE1i35o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8WhE1i35o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8WhE1i35o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8WhE1i35o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8WhE1i35o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8WhE1i35o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u8WhE1i35o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8WhE1i35o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8WhE1i35o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8WhE1i35o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8WhE1i35o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8WhE1i35o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8WhE1i35o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8WhE1i35o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8WhE1i35o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8WhE1i35o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8WhE1i35o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8WhE1i35o .navbar {
    height: 70px;
  }
  .cid-u8WhE1i35o .navbar.opened {
    height: auto;
  }
  .cid-u8WhE1i35o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8WhE2zexh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8WhE2zexh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhE2zexh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WhE2zexh .container,
.cid-u8WhE2zexh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8WhE2zexh .container,
  .cid-u8WhE2zexh .container-fluid {
    padding: 0 20px;
  }
}
.cid-u8WhE2zexh .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u8WhE2zexh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u8WhE2zexh .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8WhE2zexh .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u8WhE2zexh .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-u8WhE2zexh .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-u8WhE2zexh .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8WhE2zexh .list-wrap {
  margin-bottom: 15px;
}
.cid-u8WhE2zexh .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8WhE2zexh .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-u8WhE2zexh .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-u8WhE2zexh .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-u8WhE2zexh .mbr-section-title {
  color: #f39715;
  text-align: center;
}
.cid-u8WhE2zexh .mbr-section-subtitle {
  color: #3d4045;
}
.cid-u8WhE2zexh .list {
  color: #f39715;
}
.cid-u8WhE3xhuK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8WhE3xhuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhE3xhuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WhE3xhuK .mbr-text,
.cid-u8WhE3xhuK .mbr-section-btn {
  text-align: left;
}
.cid-u8WhE3xhuK .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u8WhE4te6n {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8WhE4te6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhE4te6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u8WhE4te6n .container {
    max-width: 1400px;
  }
}
.cid-u8WhE4te6n .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ae42c8;
  margin-bottom: 2rem;
}
.cid-u8WhE4te6n .card-wrapper {
  margin-top: 3rem;
  background: #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-u8WhE4te6n .row {
  justify-content: center;
}
.cid-u8WhE4te6n .card-title,
.cid-u8WhE4te6n .iconfont-wrapper {
  text-align: center;
}
.cid-u8WhE5Uqce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8WhE5Uqce .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhE5Uqce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WhE6QLfF {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f39715;
}
@media (max-width: 1200px) {
  .cid-u8WhE6QLfF .display-2 {
    font-size: 2.1rem;
  }
}
.cid-u8WhE6QLfF .item-img {
  padding: 0.5rem;
}
.cid-u8WhE6QLfF img,
.cid-u8WhE6QLfF .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u8WhE6QLfF .item:focus,
.cid-u8WhE6QLfF span:focus {
  outline: none;
}
.cid-u8WhE6QLfF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8WhE6QLfF .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8WhE6QLfF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8WhE6QLfF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u8WhE6QLfF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8WhE6QLfF .mbr-section-title {
  color: #ffffff;
}
.cid-u8WhE6QLfF .item-title {
  color: #ae42c8;
}
.cid-u8WhE6QLfF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8WhE6QLfF .mbr-text,
.cid-u8WhE6QLfF .mbr-section-btn {
  text-align: center;
}
.cid-u8WhE8edFj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8WhE8edFj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u8WhE8edFj .card-title {
  margin-bottom: 26px;
  color: #ae42c8;
}
.cid-u8WhE8edFj .mbr-text {
  margin-bottom: 30px;
}
.cid-u8WhE8edFj .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-u8WhE8edFj .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-u8WhE8edFj .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-u8WhE8edFj .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-u8WhE8edFj .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-u8WhE8edFj .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-u8WhE8edFj .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8WhE8edFj .text-wrapper {
    text-align: center;
  }
  .cid-u8WhE8edFj .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u8WhE8edFj .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u8WhE8edFj .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8WhE8edFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhE8edFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WhE8edFj .mbr-text,
.cid-u8WhE8edFj .mbr-section-btn {
  color: #000000;
}
.cid-u8WhE8edFj .card-title,
.cid-u8WhE8edFj .icon_block {
  color: #000000;
}
.cid-u8WhE9uV0A {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8WhE9uV0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhE9uV0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WhE9uV0A .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u8WhE9uV0A .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u8WhE9uV0A .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8WhE9uV0A .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8WhE9uV0A img {
  border-radius: 2rem;
}
.cid-u8WhE9uV0A .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-u8WhE9uV0A .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u8WhE9uV0A .mbr-text,
.cid-u8WhE9uV0A .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8WhEaNZV2 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8WhEaNZV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhEaNZV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WhEaNZV2 .mbr-text,
.cid-u8WhEaNZV2 .mbr-section-btn {
  text-align: left;
}
.cid-u8WhEaNZV2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8WhEc7hWQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u8WhEc7hWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhEc7hWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8WhEc7hWQ .container {
    padding: 0 16px;
  }
}
.cid-u8WhEc7hWQ .row {
  justify-content: space-between;
}
.cid-u8WhEc7hWQ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u8WhEc7hWQ .panel-group {
  border: 1px solid #ffffff;
  background-color: #f39715;
}
.cid-u8WhEc7hWQ .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u8WhEc7hWQ .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-u8WhEc7hWQ .panel-group .card:first-child {
  border-top: none;
}
.cid-u8WhEc7hWQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8WhEc7hWQ .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u8WhEc7hWQ .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-u8WhEc7hWQ .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u8WhEc7hWQ .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8WhEc7hWQ .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #29372d;
  color: #ffffff;
}
.cid-u8WhEc7hWQ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #f39715;
}
.cid-u8WhEc7hWQ .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-u8WhEc7hWQ .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-u8WhEc7hWQ .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u8WhEc7hWQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8WhEc7hWQ .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-u8WhEc7hWQ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u8WhEc7hWQ .panel-title-edit {
  color: #000000;
}
.cid-u8WhEc7hWQ .panel-text {
  color: #000000;
}
.cid-u8WhEdBh1e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8WhEdBh1e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u8WhEdBh1e .card-title {
  margin-bottom: 26px;
  color: #ae42c8;
}
.cid-u8WhEdBh1e .mbr-text {
  margin-bottom: 30px;
}
.cid-u8WhEdBh1e .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-u8WhEdBh1e .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-u8WhEdBh1e .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-u8WhEdBh1e .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-u8WhEdBh1e .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-u8WhEdBh1e .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-u8WhEdBh1e .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8WhEdBh1e .text-wrapper {
    text-align: center;
  }
  .cid-u8WhEdBh1e .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u8WhEdBh1e .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u8WhEdBh1e .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8WhEdBh1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhEdBh1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WhEdBh1e .mbr-text,
.cid-u8WhEdBh1e .mbr-section-btn {
  color: #000000;
}
.cid-u8WhEdBh1e .card-title,
.cid-u8WhEdBh1e .icon_block {
  color: #000000;
}
.cid-u8WhEeL5hv {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8WhEeL5hv .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-u8WhEeL5hv .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8WhEeL5hv .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-u8WhEeL5hv .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-u8WhEeL5hv .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-u8WhEeL5hv .mbr-text {
  color: #000000;
}
.cid-u8WhEfPge8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f39715;
}
.cid-u8WhEfPge8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhEfPge8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WhEfPge8 .row {
  justify-content: flex-start;
}
.cid-u8WhEfPge8 .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8WhEfPge8 .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u8WhEfPge8 .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8WhEfPge8 .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u8WhEfPge8 .title-container {
    padding: 12px;
  }
}
.cid-u8WhEfPge8 .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u8WhEfPge8 .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u8WhEfPge8 .content-container {
    padding: 24px 12px;
  }
}
.cid-u8WhEfPge8 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u8WhEfPge8 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u8WhEfPge8 .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u8WhEfPge8 .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-u8WhEgXtog {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u8WhEgXtog .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u8WhEgXtog .panel-group {
  border: none;
}
.cid-u8WhEgXtog .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u8WhEgXtog .card:hover {
  background: #f63207;
}
@media (max-width: 767px) {
  .cid-u8WhEgXtog .card {
    padding: 1rem;
  }
}
.cid-u8WhEgXtog .card-header {
  border: none;
}
.cid-u8WhEgXtog p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u8WhEgXtog .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8WhEgXtog .panel-body,
.cid-u8WhEgXtog .card-header {
  padding: 0rem 0;
}
.cid-u8WhEgXtog .panel-title-edit {
  color: #000000;
}
.cid-u8WhEgXtog .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u8WhEgXtog .panel-text {
  color: #000000;
}
.cid-u8WhEgXtog .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhEgXtog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8WhEgXtog H3 {
  text-align: center;
}
.cid-u8Y5qAx74j {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8Y5qAx74j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Y5qAx74j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Y5qAx74j .google-map {
  height: 35rem;
  position: relative;
}
.cid-u8Y5qAx74j .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8Y5qAx74j .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8Y5qAx74j .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8Y5qAx74j .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8Y5qAx74j .mbr-section-title {
  color: #000000;
}
.cid-u8WhEjCdzC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f39715;
}
.cid-u8WhEjCdzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8WhEjCdzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8WhEjCdzC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8WhEjCdzC .container {
    padding: 0 12px;
  }
}
.cid-u8WhEjCdzC .title-wrapper a {
  display: block;
}
.cid-u8WhEjCdzC .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8WhEjCdzC .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u8WhEjCdzC .list-wrapper .list,
.cid-u8WhEjCdzC .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8WhEjCdzC .list-wrapper .list,
  .cid-u8WhEjCdzC .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u8WhEjCdzC .list-wrapper .list .item-wrap,
.cid-u8WhEjCdzC .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8WhEjCdzC .list-wrapper .list .item-wrap:hover,
.cid-u8WhEjCdzC .list-wrapper .list_main .item-wrap:hover,
.cid-u8WhEjCdzC .list-wrapper .list .item-wrap:focus,
.cid-u8WhEjCdzC .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-u8WhEjCdzC .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8WhEjCdzC .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u8WhEjCdzC .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8WhEjCdzC .contacts-wrapper .list .item-wrap:hover,
.cid-u8WhEjCdzC .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-u8WhEjCdzC .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8WhEjCdzC .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u8WhEjCdzC .social-row .soc-item {
  margin-right: 24px;
}
.cid-u8WhEjCdzC .social-row .soc-item a:hover .mbr-iconfont,
.cid-u8WhEjCdzC .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-u8WhEjCdzC .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-u8WhEjCdzC .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #f63207;
  text-align: center;
}
.cid-u8WhEjCdzC .mbr-section-title {
  color: #ffffff;
}
.cid-u8WhEjCdzC .mbr-list-title {
  color: #000000;
}
.cid-u8WhEjCdzC .list {
  color: #ffe885;
}
.cid-u8WhEjCdzC .list_main {
  color: #000000;
}
