.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((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: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #d2bd26 !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #689681 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d2bd26 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #897b19 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #897b19 !important;
  border-color: #897b19 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #689681 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #456355 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #456355 !important;
  border-color: #456355 !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #d2bd26;
  color: #d2bd26;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #897b19 !important;
  background-color: transparent!important;
  border-color: #897b19 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d2bd26 !important;
  border-color: #d2bd26 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e4eedb;
  color: #e4eedb;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #689681;
  color: #689681;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #456355 !important;
  background-color: transparent!important;
  border-color: #456355 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #689681 !important;
  border-color: #689681 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.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: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #d2bd26 !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #689681 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7c6f16 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3e5a4d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !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: #d2bd26;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #689681;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d2bd26;
  border-color: #d2bd26;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d2bd26;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6f1ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3cac0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #d2bd26 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #d2bd26;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d2bd26;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d2bd26;
}
.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: #d2bd26;
  border-bottom-color: #d2bd26;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d2bd26 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e4eedb !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='%23d2bd26' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #d2bd26 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #d2bd26 !important;
  border-color: #d2bd26 !important;
}
.cid-tDSunbbdYc .navbar-dropdown {
  position: relative !important;
}
.cid-tDSunbbdYc .navbar-dropdown {
  position: absolute !important;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSunbbdYc .dropdown-item:hover,
.cid-tDSunbbdYc .dropdown-item:focus {
  color: #d2bd26 !important;
}
.cid-tDSunbbdYc .dropdown-item:hover span {
  color: white;
}
.cid-tDSunbbdYc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSunbbdYc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSunbbdYc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSunbbdYc .nav-link {
  position: relative;
}
.cid-tDSunbbdYc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSunbbdYc .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSunbbdYc .navbar-caption:hover,
.cid-tDSunbbdYc .navbar-caption:focus {
  color: #d2bd26 !important;
}
.cid-tDSunbbdYc .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSunbbdYc .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSunbbdYc .navbar-nav .nav-item:hover {
  color: #d2bd26;
}
.cid-tDSunbbdYc .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item a:hover {
  color: #d2bd26 !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #d2bd26 !important;
}
.cid-tDSunbbdYc .dropdown-menu,
.cid-tDSunbbdYc .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSunbbdYc .nav-item:focus,
.cid-tDSunbbdYc .nav-link:focus {
  outline: none;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSunbbdYc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSunbbdYc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSunbbdYc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 !important;
}
.cid-tDSunbbdYc .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSunbbdYc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSunbbdYc .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSunbbdYc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSunbbdYc .navbar.collapsed {
  justify-content: center;
}
.cid-tDSunbbdYc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSunbbdYc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSunbbdYc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSunbbdYc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSunbbdYc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSunbbdYc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSunbbdYc .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-tDSunbbdYc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSunbbdYc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSunbbdYc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSunbbdYc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSunbbdYc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSunbbdYc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSunbbdYc .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSunbbdYc .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;
  width: 25%;
}
.cid-tDSunbbdYc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSunbbdYc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSunbbdYc .dropdown-item.active,
.cid-tDSunbbdYc .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSunbbdYc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSunbbdYc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSunbbdYc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSunbbdYc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSunbbdYc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSunbbdYc .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSunbbdYc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSunbbdYc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tDSunbbdYc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .navbar {
    height: 70px;
  }
  .cid-tDSunbbdYc .navbar.opened {
    height: auto;
  }
  .cid-tDSunbbdYc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSunbbdYc .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSunbbdYc .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSunbbdYc .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSunbbdYc .navbar-collapse {
    width: 100%;
  }
  .cid-tDSunbbdYc .navbar-nav {
    width: 100%;
  }
  .cid-tDSunbbdYc .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uhIWbcwzuW.popup-builder {
  background-color: #ffffff;
}
.cid-uhIWbcwzuW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhIWbcwzuW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhIWbcwzuW .modal-content,
.cid-uhIWbcwzuW .modal-dialog {
  height: auto;
}
.cid-uhIWbcwzuW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhIWbcwzuW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhIWbcwzuW .form-wrapper .mbr-form .form-group,
  .cid-uhIWbcwzuW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhIWbcwzuW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhIWbcwzuW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhIWbcwzuW .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uhIWbcwzuW .pt-0 {
  padding-top: 0 !important;
}
.cid-uhIWbcwzuW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhIWbcwzuW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhIWbcwzuW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhIWbcwzuW .modal-open {
  overflow: hidden;
}
.cid-uhIWbcwzuW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhIWbcwzuW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhIWbcwzuW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhIWbcwzuW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhIWbcwzuW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhIWbcwzuW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhIWbcwzuW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhIWbcwzuW .modal-content {
  background: #b79b6c;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhIWbcwzuW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhIWbcwzuW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhIWbcwzuW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhIWbcwzuW .modal-backdrop.show {
  opacity: .5;
}
.cid-uhIWbcwzuW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhIWbcwzuW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhIWbcwzuW .modal-header {
    padding: 1rem;
  }
}
.cid-uhIWbcwzuW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhIWbcwzuW .modal-header .close svg {
  fill: #353535;
}
.cid-uhIWbcwzuW .modal-header .close:hover {
  opacity: 1;
}
.cid-uhIWbcwzuW .modal-header .close:focus {
  outline: none;
}
.cid-uhIWbcwzuW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uhIWbcwzuW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhIWbcwzuW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhIWbcwzuW .modal-body {
    padding: 1rem;
  }
}
.cid-uhIWbcwzuW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhIWbcwzuW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhIWbcwzuW .modal-footer {
    padding: 1rem;
  }
}
.cid-uhIWbcwzuW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhIWbcwzuW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhIWbcwzuW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhIWbcwzuW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhIWbcwzuW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhIWbcwzuW .modal-lg,
  .cid-uhIWbcwzuW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhIWbcwzuW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhIWbcwzuW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhIWbcwzuW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhIWbcwzuW .form-group {
  margin-bottom: 1rem;
}
.cid-uhIWbcwzuW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhIWbcwzuW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhIWbcwzuW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhIWbcwzuW .mbr-section-btn {
  margin: 0;
}
.cid-uhIWbcwzuW .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDSunpTzFY {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-tDSunpTzFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSunpTzFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 767px) {
  .cid-tDSunpTzFY .col-content {
    text-align: center;
  }
}
.cid-tDSunpTzFY .label-text {
  margin-bottom: 16px;
  color: #e4eedb;
}
.cid-tDSunpTzFY .mbr-section-title {
  color: #000000;
}
.cid-tDSunpTzFY .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSunpTzFY .mbr-section-btn {
  margin-top: 22px;
}
.cid-tDSunpTzFY .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tDSunpTzFY .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tDSunpTzFY .text-item {
    text-align: center;
  }
}
.cid-tDSunpTzFY .mbr-text {
  color: #24262b;
}
.cid-tDSunpTzFY .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tDSuJ4mYIc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDSuJ4mYIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSuJ4mYIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSuJ4mYIc .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSuJ4mYIc .mbr-section-title {
  color: #24262b;
}
.cid-tDSuJ4mYIc .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSuJ4mYIc .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tDSuJ4mYIc .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-tDSuJ4mYIc .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tDSuJ4mYIc .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-tDSuJ4mYIc .item-content {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tDSuJ4mYIc .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-tDSuJ4mYIc .card-title-1 {
  margin-bottom: 16px;
  color: #689681;
}
.cid-tDSuJ4mYIc .card-title-2 {
  margin-bottom: 16px;
  color: #689681;
}
.cid-tDSuJ4mYIc .card-subtitle-1 {
  color: #24262b;
}
.cid-tDSuJ4mYIc .card-subtitle-2 {
  color: #24262b;
}
.cid-tDSuJ4mYIc .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-tDSuJ4mYIc .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSuJ4mYIc .mbr-section-btn {
  margin-top: 14px;
}
.cid-tDSuJ4mYIc .card-1 .card-wrap {
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-tDSuJ4mYIc .card-2 .card-wrap {
  background-image: url("../../../assets/images/background3.webp");
}
.cid-tDSuJ4mYIc .card-text-1,
.cid-tDSuJ4mYIc .mbr-section-btn-1 {
  color: #24262b;
}
.cid-tDSuJ4mYIc .card-text-2,
.cid-tDSuJ4mYIc .mbr-section-btn-2 {
  color: #000000;
}
.cid-tUszeKgfEr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tUszeKgfEr {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tUszeKgfEr img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tUszeKgfEr H1 {
  color: #90afa1;
}
.cid-tUszeKgfEr .mbr-text,
.cid-tUszeKgfEr .mbr-section-btn {
  color: #132c70;
}
.cid-tUszeKgfEr H3 {
  color: #132c70;
}
.cid-tUszeKgfEr .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tUszeKgfEr .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tUszeKgfEr .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tUszeKgfEr .link:hover {
  color: #d2bd26 !important;
}
.cid-tUszeKgfEr .link:hover .link-ico {
  color: #d2bd26 !important;
  padding-left: 10px;
}
.cid-tUszeKgfEr DIV {
  color: #57468b;
}
.cid-tUszeKgfEr .text-1 {
  line-height: 1;
}
.cid-tUszeKgfEr .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tUszeKgfEr .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tUszeKgfEr .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tUszeKgfEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUszeKgfEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUsydOM0co {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tUsydOM0co .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUsydOM0co .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUsydOM0co .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUsydOM0co .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUsydOM0co .container {
    padding: 0 24px;
  }
}
.cid-tUsydOM0co .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
  font-size: 2500%;
}
@media (max-width: 992px) {
  .cid-tUsydOM0co .content-wrapper .mbr-section-title {
    font-size: 500%;
  }
}
.cid-tUsydOM0co .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-tUsydOM0co .mbr-section-title {
  color: #a2c286;
  text-align: center;
}
.cid-uhlvfPKigs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bdcdc6;
}
.cid-uhlvfPKigs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlvfPKigs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhlvfPKigs .cards-row {
  row-gap: 32px;
}
.cid-uhlvfPKigs .card {
  border-radius: 0;
}
.cid-uhlvfPKigs .card-wrapper {
  width: 100%;
}
.cid-uhlvfPKigs .card-title {
  margin-bottom: 8px;
  color: #b79b6c;
}
.cid-uhlvfPKigs .card-subtitle {
  max-width: 550px;
  color: #010101;
}
.cid-uhlvfPKigs .card-bottom-wrap {
  margin-top: 24px;
}
.cid-uhlvfPKigs .card-name {
  color: #FFFFFF;
}
.cid-uhlvfPKigs .card-text {
  color: #c1c1c1;
}
.cid-tDSuYZU7L0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tDSuYZU7L0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSuYZU7L0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSuYZU7L0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSuYZU7L0 .mbr-section-title {
  color: #24262b;
}
.cid-tDSuYZU7L0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSuYZU7L0 .cards-row {
  row-gap: 32px;
}
.cid-tDSuYZU7L0 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDSuYZU7L0 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tDSuYZU7L0 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tDSuYZU7L0 .card-subtitle {
  color: #689681;
}
.cid-tDSuYZU7L0 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSuYZU7L0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDSuYZU7L0 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tDSuYZU7L0 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tUsPLIEIbv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/1769-1500x1000.webp");
}
.cid-tUsPLIEIbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUsPLIEIbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUsPLIEIbv H2 {
  color: #689681;
  text-align: left;
}
.cid-tUsPLIEIbv .mbr-text,
.cid-tUsPLIEIbv .img-align {
  text-align: left;
}
.cid-uhlsMdn1qp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/1503-1500x1000.webp");
}
.cid-uhlsMdn1qp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlsMdn1qp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhlsMdn1qp H2 {
  color: #689681;
  text-align: right;
}
.cid-uhlsMdn1qp .mbr-text,
.cid-uhlsMdn1qp .img-align {
  text-align: right;
}
.cid-tDSvn0CFpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-tDSvn0CFpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSvn0CFpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSvn0CFpj .main-row {
  row-gap: 32px;
}
.cid-tDSvn0CFpj .mbr-section-head .mbr-section-btn {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cid-tDSvn0CFpj .mbr-section-head {
    text-align: center;
  }
}
.cid-tDSvn0CFpj .mbr-section-title {
  color: #24262b;
}
.cid-tDSvn0CFpj .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
@media (min-width: 1400px) {
  .cid-tDSvn0CFpj .col-form {
    padding-left: 8rem !important;
  }
}
.cid-tDSvn0CFpj .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tDSvn0CFpj form {
  width: 100%;
}
.cid-tDSvn0CFpj form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tDSvn0CFpj form .dragArea.row {
    justify-content: center;
  }
}
.cid-tDSvn0CFpj form p {
  color: #24262b;
}
.cid-tDSvn0CFpj form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-tDSvn0CFpj form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-tDSvn0CFpj form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tDSvn0CFpj form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-tDSvn0CFpj form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tDSvn0CFpj form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-tDSvn0CFpj form select {
  color: #24262b !important;
}
.cid-tDSvn0CFpj form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-tDSvn0CFpj form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tDSvn0CFpj form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tDSvn0CFpj form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tDSvn0CFpj form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tDSvn0CFpj form input,
.cid-tDSvn0CFpj form textarea {
  transition: .3s all;
}
.cid-tDSvn0CFpj form input:active,
.cid-tDSvn0CFpj form textarea:active,
.cid-tDSvn0CFpj form input:focus,
.cid-tDSvn0CFpj form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-tDSvn0CFpj form input:active::-webkit-input-placeholder,
.cid-tDSvn0CFpj form textarea:active::-webkit-input-placeholder,
.cid-tDSvn0CFpj form input:focus::-webkit-input-placeholder,
.cid-tDSvn0CFpj form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tDSvn0CFpj form input:active::-moz-placeholder,
.cid-tDSvn0CFpj form textarea:active::-moz-placeholder,
.cid-tDSvn0CFpj form input:focus::-moz-placeholder,
.cid-tDSvn0CFpj form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tDSvn0CFpj form input:active:-moz-placeholder,
.cid-tDSvn0CFpj form textarea:active:-moz-placeholder,
.cid-tDSvn0CFpj form input:focus:-moz-placeholder,
.cid-tDSvn0CFpj form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tDSvn0CFpj form input:active:-ms-input-placeholder,
.cid-tDSvn0CFpj form textarea:active:-ms-input-placeholder,
.cid-tDSvn0CFpj form input:focus:-ms-input-placeholder,
.cid-tDSvn0CFpj form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tDSvn0CFpj form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-tDSvn0CFpj form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tDSvn0CFpj form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-tDSvn0CFpj form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-tDSvn0CFpj form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-tDSvn0CFpj form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-tDSvn0CFpj form .form-check label {
  color: #24262b;
}
.cid-tDSvn0CFpj form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tDSvn0CFpj form .form-check-input:focus,
.cid-tDSvn0CFpj form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-tDSvn0CFpj form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-tDSvn0CFpj .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tDSvn0CFpj .form-text-wrap {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tDSvn0CFpj .form-text-wrap {
    text-align: center;
  }
}
.cid-tDSvn0CFpj .form-title {
  color: #24262b;
}
.cid-tDSvn0CFpj .form-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSvn0CFpj .form-text {
  margin-top: 16px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-tDSvn0CFpj .form-text {
    text-align: center;
  }
}
.cid-uhIPZ8X0uB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-uhIPZ8X0uB .mbr-text {
  color: #716c80;
}
.cid-uhIPZ8X0uB .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uhIPZ8X0uB .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uhIPZ8X0uB .card-wrapper:hover .ico2 {
  color: #d2bd26 !important;
}
.cid-uhIPZ8X0uB .ico2 {
  color: #e7d8d6 !important;
  transition: all 0.6s;
}
.cid-uhIPZ8X0uB .text-info:hover {
  color: inherit!important;
}
.cid-uhIPZ8X0uB .card-box {
  padding: 0rem 1rem;
}
.cid-uhIPZ8X0uB .ico1 {
  font-size: 3rem !important;
}
.cid-uhIPZ8X0uB h3,
.cid-uhIPZ8X0uB h4 {
  padding: 0;
  margin: 0;
}
.cid-uhIPZ8X0uB .card-title,
.cid-uhIPZ8X0uB .card-img {
  color: #57468b;
}
.cid-uhIPZ8X0uB .card-title {
  color: #57468b;
}
.cid-uhIPZ8X0uB .card-img {
  width: auto;
}
.cid-uhIPZ8X0uB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhIPZ8X0uB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSvrYu5b4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-tDSvrYu5b4 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tDSvrYu5b4 .mbr-text {
  color: #767676;
}
.cid-tUt6t9DdH8 .navbar-dropdown {
  position: relative !important;
}
.cid-tUt6t9DdH8 .navbar-dropdown {
  position: absolute !important;
}
.cid-tUt6t9DdH8 .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-tUt6t9DdH8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUt6t9DdH8 .dropdown-item:hover,
.cid-tUt6t9DdH8 .dropdown-item:focus {
  color: #d2bd26 !important;
}
.cid-tUt6t9DdH8 .dropdown-item:hover span {
  color: white;
}
.cid-tUt6t9DdH8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUt6t9DdH8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUt6t9DdH8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUt6t9DdH8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUt6t9DdH8 .nav-link {
  position: relative;
}
.cid-tUt6t9DdH8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUt6t9DdH8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tUt6t9DdH8 .navbar-caption:hover,
.cid-tUt6t9DdH8 .navbar-caption:focus {
  color: #d2bd26 !important;
}
.cid-tUt6t9DdH8 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tUt6t9DdH8 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tUt6t9DdH8 .navbar-nav .nav-item:hover {
  color: #d2bd26;
}
.cid-tUt6t9DdH8 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tUt6t9DdH8 .navbar-nav .nav-item a:hover {
  color: #d2bd26 !important;
}
.cid-tUt6t9DdH8 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tUt6t9DdH8 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tUt6t9DdH8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tUt6t9DdH8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #d2bd26 !important;
}
.cid-tUt6t9DdH8 .dropdown-menu,
.cid-tUt6t9DdH8 .navbar.opened {
  background: #ffffff !important;
}
.cid-tUt6t9DdH8 .nav-item:focus,
.cid-tUt6t9DdH8 .nav-link:focus {
  outline: none;
}
.cid-tUt6t9DdH8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUt6t9DdH8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUt6t9DdH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUt6t9DdH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUt6t9DdH8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUt6t9DdH8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUt6t9DdH8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 !important;
}
.cid-tUt6t9DdH8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tUt6t9DdH8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUt6t9DdH8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tUt6t9DdH8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUt6t9DdH8 .navbar.collapsed {
  justify-content: center;
}
.cid-tUt6t9DdH8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUt6t9DdH8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUt6t9DdH8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-tUt6t9DdH8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUt6t9DdH8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUt6t9DdH8 .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-tUt6t9DdH8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUt6t9DdH8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUt6t9DdH8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUt6t9DdH8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUt6t9DdH8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUt6t9DdH8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUt6t9DdH8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUt6t9DdH8 .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-tUt6t9DdH8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUt6t9DdH8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUt6t9DdH8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUt6t9DdH8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUt6t9DdH8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUt6t9DdH8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUt6t9DdH8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUt6t9DdH8 .navbar.navbar-short {
  min-height: 70px;
}
.cid-tUt6t9DdH8 .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;
  width: 25%;
}
.cid-tUt6t9DdH8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUt6t9DdH8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUt6t9DdH8 .dropdown-item.active,
.cid-tUt6t9DdH8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tUt6t9DdH8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUt6t9DdH8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUt6t9DdH8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUt6t9DdH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUt6t9DdH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUt6t9DdH8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUt6t9DdH8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUt6t9DdH8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tUt6t9DdH8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUt6t9DdH8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUt6t9DdH8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUt6t9DdH8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUt6t9DdH8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUt6t9DdH8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUt6t9DdH8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUt6t9DdH8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUt6t9DdH8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUt6t9DdH8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUt6t9DdH8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUt6t9DdH8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUt6t9DdH8 .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-tUt6t9DdH8 .navbar {
    height: 70px;
  }
  .cid-tUt6t9DdH8 .navbar.opened {
    height: auto;
  }
  .cid-tUt6t9DdH8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUt6t9DdH8 .container-fluid {
  padding: 0 1rem !important;
}
.cid-tUt6t9DdH8 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tUt6t9DdH8 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tUt6t9DdH8 .navbar-collapse {
    width: 100%;
  }
  .cid-tUt6t9DdH8 .navbar-nav {
    width: 100%;
  }
  .cid-tUt6t9DdH8 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tUt6EVgZkY {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tUt6EVgZkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUt6EVgZkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUt6EVgZkY .container {
    padding: 0 24px;
  }
}
.cid-tUt6EVgZkY .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tUt6EVgZkY .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tUt6EVgZkY .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tUt6EVgZkY .image-wrapper img {
    height: 350px;
  }
}
.cid-tUt6EVgZkY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUt6EVgZkY .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-tUt6EVgZkY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUt6EVgZkY .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-tUt6EVgZkY .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-tUt6EVgZkY .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tUt6EVgZkY .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tUt6EVgZkY .mbr-section-title {
  color: #F9F6E0;
}
.cid-tUt6EVgZkY .mbr-text {
  color: #F9F6E0;
}
.cid-tUt6EVgZkY .mbr-desc {
  color: #E0B548;
}
.cid-tUt8urqxVX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tUt8urqxVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUt8urqxVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUt8urqxVX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUt8urqxVX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tUt8urqxVX .container {
    padding: 0 16px;
  }
}
.cid-tUt8urqxVX .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tUt8urqxVX .row {
    margin: 0 10px;
  }
}
.cid-tUt8urqxVX .row .card {
  position: relative;
  padding: 0;
}
.cid-tUt8urqxVX .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f9a600;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tUt8urqxVX .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tUt8urqxVX .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tUt8urqxVX .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tUt8urqxVX .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tUt8urqxVX .row .card .icon-decor {
    display: none;
  }
}
.cid-tUt8urqxVX .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tUt8urqxVX .title-wrapper {
    width: 100%;
  }
}
.cid-tUt8urqxVX .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tUt8urqxVX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUt8urqxVX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUt8urqxVX .mbr-section-title {
  color: #689681;
}
.cid-tUt8urqxVX .mbr-text {
  color: #fdfcfc;
}
.cid-uhlBUYax6z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/medium-shot-woman-working-as-lawyer-2000x1121.webp");
}
.cid-uhlBUYax6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlBUYax6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uhlBUYax6z .col-content {
    text-align: center;
  }
}
.cid-uhlBUYax6z .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uhlBUYax6z .mbr-section-title {
  color: #a2c286;
}
.cid-uhlBUYax6z .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uhlBUYax6z .mbr-section-btn {
  margin-top: 22px;
}
.cid-uhlBUYax6z .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-uhlBUYax6z .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uhlBUYax6z .text-item {
    text-align: center;
  }
}
.cid-uhlBUYax6z .mbr-text {
  color: #24262b;
}
.cid-uhlBUYax6z .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uhlBUYax6z .mbr-section-subtitle,
.cid-uhlBUYax6z .mbr-section-btn {
  color: #ffffff;
}
.cid-uipQMrqRNV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4eedb;
}
@media (max-width: 992px) {
  .cid-uipQMrqRNV .row {
    flex-direction: column-reverse;
  }
}
.cid-uipQMrqRNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipQMrqRNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipQMrqRNV .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uipQMrqRNV .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uipQMrqRNV .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uipQMrqRNV .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uipQMrqRNV .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #d2bd26 !important;
}
.cid-uipQMrqRNV .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uipQMrqRNV .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uipQMrqRNV .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uipQMrqRNV .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uipQMrqRNV .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-uipQMrqRNV .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uipQMrqRNV .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .cid-uipQMrqRNV .image-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-uipQMrqRNV .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uipQMrqRNV .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-uipQMrqRNV .image-wrapper img {
    min-height: 100%;
  }
}
.cid-uipQMrqRNV .mbr-section-title {
  color: #000000;
}
.cid-uipQMrqRNV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uipQMrqRNV .mbr-section-title,
.cid-uipQMrqRNV .mbr-section-btn {
  text-align: center;
}
.cid-uhKKhXjTDe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhKKhXjTDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKKhXjTDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhKKhXjTDe .title .num {
  width: 100%;
  display: block;
}
.cid-uhKKhXjTDe .title .card-title {
  z-index: 1;
}
.cid-uhKKhXjTDe .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uhKKhXjTDe .num {
  color: #232323;
}
.cid-uhKKhXjTDe .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhKKhXjTDe .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhKKhXjTDe * {
    text-align: center !important;
  }
  .cid-uhKKhXjTDe .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uhKKhXjTDe .content-head {
  max-width: 800px;
}
.cid-uhIkX39OYy {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uhIkX39OYy {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uhIkX39OYy {
    padding-top: 1.5rem;
    padding-bottom: 0.9rem;
  }
}
.cid-uhIkX39OYy .f-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uhIkX39OYy .f-row {
    flex-direction: row;
  }
}
.cid-uhIkX39OYy .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-uhIkX39OYy .f-item {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cid-uhIkX39OYy .image-wrapper {
    min-height: 750px;
  }
}
.cid-uhIkX39OYy .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uhIkX39OYy .text-wrapper {
  width: 100%;
  background-color: #d2bd26;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uhIkX39OYy .text-wrapper {
    transform: translate(20%, 3rem);
  }
}
@media (min-width: 1200px) {
  .cid-uhIkX39OYy .text-wrapper {
    padding: 6rem 3.25rem;
    margin: 1rem;
  }
}
.cid-uhIkX39OYy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uhIkX39OYy .mbr-text,
.cid-uhIkX39OYy .mbr-section-btn {
  color: #ffd8db;
}
.cid-uhIkX39OYy .z-100 {
  z-index: 100;
}
.cid-uhIkX39OYy .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uhIJeeGCCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uhIJeeGCCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhIJeeGCCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhIJeeGCCm .main-row {
  row-gap: 32px;
}
.cid-uhIJeeGCCm .mbr-section-head .mbr-section-btn {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cid-uhIJeeGCCm .mbr-section-head {
    text-align: center;
  }
}
.cid-uhIJeeGCCm .mbr-section-title {
  color: #24262b;
}
.cid-uhIJeeGCCm .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
@media (min-width: 1400px) {
  .cid-uhIJeeGCCm .col-form {
    padding-left: 8rem !important;
  }
}
.cid-uhIJeeGCCm .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uhIJeeGCCm form {
  width: 100%;
}
.cid-uhIJeeGCCm form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uhIJeeGCCm form .dragArea.row {
    justify-content: center;
  }
}
.cid-uhIJeeGCCm form p {
  color: #24262b;
}
.cid-uhIJeeGCCm form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uhIJeeGCCm form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uhIJeeGCCm form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uhIJeeGCCm form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uhIJeeGCCm form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uhIJeeGCCm form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uhIJeeGCCm form select {
  color: #24262b !important;
}
.cid-uhIJeeGCCm form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uhIJeeGCCm form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJeeGCCm form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJeeGCCm form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJeeGCCm form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJeeGCCm form input,
.cid-uhIJeeGCCm form textarea {
  transition: .3s all;
}
.cid-uhIJeeGCCm form input:active,
.cid-uhIJeeGCCm form textarea:active,
.cid-uhIJeeGCCm form input:focus,
.cid-uhIJeeGCCm form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uhIJeeGCCm form input:active::-webkit-input-placeholder,
.cid-uhIJeeGCCm form textarea:active::-webkit-input-placeholder,
.cid-uhIJeeGCCm form input:focus::-webkit-input-placeholder,
.cid-uhIJeeGCCm form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJeeGCCm form input:active::-moz-placeholder,
.cid-uhIJeeGCCm form textarea:active::-moz-placeholder,
.cid-uhIJeeGCCm form input:focus::-moz-placeholder,
.cid-uhIJeeGCCm form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJeeGCCm form input:active:-moz-placeholder,
.cid-uhIJeeGCCm form textarea:active:-moz-placeholder,
.cid-uhIJeeGCCm form input:focus:-moz-placeholder,
.cid-uhIJeeGCCm form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJeeGCCm form input:active:-ms-input-placeholder,
.cid-uhIJeeGCCm form textarea:active:-ms-input-placeholder,
.cid-uhIJeeGCCm form input:focus:-ms-input-placeholder,
.cid-uhIJeeGCCm form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJeeGCCm form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uhIJeeGCCm form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uhIJeeGCCm form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uhIJeeGCCm form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uhIJeeGCCm form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uhIJeeGCCm form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uhIJeeGCCm form .form-check label {
  color: #24262b;
}
.cid-uhIJeeGCCm form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uhIJeeGCCm form .form-check-input:focus,
.cid-uhIJeeGCCm form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uhIJeeGCCm form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uhIJeeGCCm .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uhIJeeGCCm .form-text-wrap {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uhIJeeGCCm .form-text-wrap {
    text-align: center;
  }
}
.cid-uhIJeeGCCm .form-title {
  color: #24262b;
}
.cid-uhIJeeGCCm .form-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uhIJeeGCCm .form-text {
  margin-top: 16px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uhIJeeGCCm .form-text {
    text-align: center;
  }
}
.cid-tUt6td2WQ8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-tUt6td2WQ8 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tUt6td2WQ8 .mbr-text {
  color: #767676;
}
.cid-tUtcKZLELH .navbar-dropdown {
  position: relative !important;
}
.cid-tUtcKZLELH .navbar-dropdown {
  position: absolute !important;
}
.cid-tUtcKZLELH .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-tUtcKZLELH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUtcKZLELH .dropdown-item:hover,
.cid-tUtcKZLELH .dropdown-item:focus {
  color: #d2bd26 !important;
}
.cid-tUtcKZLELH .dropdown-item:hover span {
  color: white;
}
.cid-tUtcKZLELH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUtcKZLELH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUtcKZLELH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUtcKZLELH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUtcKZLELH .nav-link {
  position: relative;
}
.cid-tUtcKZLELH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUtcKZLELH .container {
    flex-wrap: nowrap;
  }
}
.cid-tUtcKZLELH .navbar-caption:hover,
.cid-tUtcKZLELH .navbar-caption:focus {
  color: #d2bd26 !important;
}
.cid-tUtcKZLELH .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tUtcKZLELH .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tUtcKZLELH .navbar-nav .nav-item:hover {
  color: #d2bd26;
}
.cid-tUtcKZLELH .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tUtcKZLELH .navbar-nav .nav-item a:hover {
  color: #d2bd26 !important;
}
.cid-tUtcKZLELH .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tUtcKZLELH .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tUtcKZLELH .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tUtcKZLELH .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #d2bd26 !important;
}
.cid-tUtcKZLELH .dropdown-menu,
.cid-tUtcKZLELH .navbar.opened {
  background: #ffffff !important;
}
.cid-tUtcKZLELH .nav-item:focus,
.cid-tUtcKZLELH .nav-link:focus {
  outline: none;
}
.cid-tUtcKZLELH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUtcKZLELH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUtcKZLELH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUtcKZLELH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUtcKZLELH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUtcKZLELH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUtcKZLELH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 !important;
}
.cid-tUtcKZLELH .navbar.opened {
  transition: all 0.3s;
}
.cid-tUtcKZLELH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUtcKZLELH .navbar .navbar-logo img {
  width: auto;
}
.cid-tUtcKZLELH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUtcKZLELH .navbar.collapsed {
  justify-content: center;
}
.cid-tUtcKZLELH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUtcKZLELH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUtcKZLELH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-tUtcKZLELH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUtcKZLELH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUtcKZLELH .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-tUtcKZLELH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUtcKZLELH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUtcKZLELH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUtcKZLELH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUtcKZLELH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUtcKZLELH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUtcKZLELH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUtcKZLELH .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-tUtcKZLELH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUtcKZLELH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUtcKZLELH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUtcKZLELH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUtcKZLELH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUtcKZLELH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUtcKZLELH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUtcKZLELH .navbar.navbar-short {
  min-height: 70px;
}
.cid-tUtcKZLELH .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;
  width: 25%;
}
.cid-tUtcKZLELH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUtcKZLELH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUtcKZLELH .dropdown-item.active,
.cid-tUtcKZLELH .dropdown-item:active {
  background-color: transparent;
}
.cid-tUtcKZLELH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUtcKZLELH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUtcKZLELH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUtcKZLELH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUtcKZLELH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUtcKZLELH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUtcKZLELH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUtcKZLELH .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tUtcKZLELH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUtcKZLELH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUtcKZLELH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUtcKZLELH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUtcKZLELH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUtcKZLELH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUtcKZLELH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUtcKZLELH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUtcKZLELH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUtcKZLELH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUtcKZLELH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUtcKZLELH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUtcKZLELH .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-tUtcKZLELH .navbar {
    height: 70px;
  }
  .cid-tUtcKZLELH .navbar.opened {
    height: auto;
  }
  .cid-tUtcKZLELH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUtcKZLELH .container-fluid {
  padding: 0 1rem !important;
}
.cid-tUtcKZLELH .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tUtcKZLELH .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tUtcKZLELH .navbar-collapse {
    width: 100%;
  }
  .cid-tUtcKZLELH .navbar-nav {
    width: 100%;
  }
  .cid-tUtcKZLELH .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tUtdm3aJFu {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUtdm3aJFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUtdm3aJFu .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-tUtdm3aJFu .container {
    padding: 0 25px;
  }
}
.cid-tUtdm3aJFu .row {
  justify-content: center;
}
.cid-tUtdm3aJFu .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUtdm3aJFu .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tUtdm3aJFu .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tUtdm3aJFu .image-wrapper img {
    height: 350px;
  }
}
.cid-tUtdm3aJFu .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-tUtdm3aJFu .form-wrapper {
    padding: 0 12px;
  }
}
.cid-tUtdm3aJFu .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-tUtdm3aJFu .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-tUtdm3aJFu .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-tUtdm3aJFu .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tUtdm3aJFu .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-tUtdm3aJFu .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-tUtdm3aJFu .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-tUtdm3aJFu .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-tUtdm3aJFu .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-tUtdm3aJFu .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tUtdm3aJFu .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-tUtdm3aJFu .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tUtdm3aJFu .mbr-section-title {
  color: #000000;
}
.cid-tUtdm3aJFu .mbr-text {
  color: #000000;
}
.cid-tUtdm3aJFu label {
  color: #000000;
}
.cid-tUtdm3aJFu H2 {
  color: #d2bd26;
}
.cid-tUtdm3aJFu P {
  color: #689681;
}
.cid-tUtg8Pletw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e4eedb;
}
.cid-tUtg8Pletw h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-tUtg8Pletw h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-tUtg8Pletw h3:hover:after {
  margin-left: -15px;
}
.cid-tUtg8Pletw .mbr-text,
.cid-tUtg8Pletw .mbr-section-btn {
  color: #767676;
}
.cid-tUtg8Pletw img {
  width: 100%;
}
.cid-tUtg8Pletw .col1 {
  margin: auto;
  max-width: 500px;
  padding: 2rem 1rem;
}
.cid-tUtg8Pletw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUtg8Pletw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhKwA8tti2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhKwA8tti2 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uhKwA8tti2 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uhKwA8tti2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKwA8tti2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhIKYF97rA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uhIKYF97rA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhIKYF97rA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhIKYF97rA .main-row {
  row-gap: 32px;
}
.cid-uhIKYF97rA .mbr-section-head .mbr-section-btn {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cid-uhIKYF97rA .mbr-section-head {
    text-align: center;
  }
}
.cid-uhIKYF97rA .mbr-section-title {
  color: #24262b;
}
.cid-uhIKYF97rA .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
@media (min-width: 1400px) {
  .cid-uhIKYF97rA .col-form {
    padding-left: 8rem !important;
  }
}
.cid-uhIKYF97rA .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uhIKYF97rA form {
  width: 100%;
}
.cid-uhIKYF97rA form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uhIKYF97rA form .dragArea.row {
    justify-content: center;
  }
}
.cid-uhIKYF97rA form p {
  color: #24262b;
}
.cid-uhIKYF97rA form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uhIKYF97rA form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uhIKYF97rA form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uhIKYF97rA form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uhIKYF97rA form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uhIKYF97rA form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uhIKYF97rA form select {
  color: #24262b !important;
}
.cid-uhIKYF97rA form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uhIKYF97rA form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIKYF97rA form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIKYF97rA form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIKYF97rA form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIKYF97rA form input,
.cid-uhIKYF97rA form textarea {
  transition: .3s all;
}
.cid-uhIKYF97rA form input:active,
.cid-uhIKYF97rA form textarea:active,
.cid-uhIKYF97rA form input:focus,
.cid-uhIKYF97rA form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uhIKYF97rA form input:active::-webkit-input-placeholder,
.cid-uhIKYF97rA form textarea:active::-webkit-input-placeholder,
.cid-uhIKYF97rA form input:focus::-webkit-input-placeholder,
.cid-uhIKYF97rA form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIKYF97rA form input:active::-moz-placeholder,
.cid-uhIKYF97rA form textarea:active::-moz-placeholder,
.cid-uhIKYF97rA form input:focus::-moz-placeholder,
.cid-uhIKYF97rA form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIKYF97rA form input:active:-moz-placeholder,
.cid-uhIKYF97rA form textarea:active:-moz-placeholder,
.cid-uhIKYF97rA form input:focus:-moz-placeholder,
.cid-uhIKYF97rA form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIKYF97rA form input:active:-ms-input-placeholder,
.cid-uhIKYF97rA form textarea:active:-ms-input-placeholder,
.cid-uhIKYF97rA form input:focus:-ms-input-placeholder,
.cid-uhIKYF97rA form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIKYF97rA form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uhIKYF97rA form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uhIKYF97rA form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uhIKYF97rA form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uhIKYF97rA form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uhIKYF97rA form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uhIKYF97rA form .form-check label {
  color: #24262b;
}
.cid-uhIKYF97rA form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uhIKYF97rA form .form-check-input:focus,
.cid-uhIKYF97rA form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uhIKYF97rA form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uhIKYF97rA .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uhIKYF97rA .form-text-wrap {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uhIKYF97rA .form-text-wrap {
    text-align: center;
  }
}
.cid-uhIKYF97rA .form-title {
  color: #24262b;
}
.cid-uhIKYF97rA .form-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uhIKYF97rA .form-text {
  margin-top: 16px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uhIKYF97rA .form-text {
    text-align: center;
  }
}
.cid-uhILtwoAxx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-uhILtwoAxx .mbr-text {
  color: #716c80;
}
.cid-uhILtwoAxx .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uhILtwoAxx .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uhILtwoAxx .card-wrapper:hover .ico2 {
  color: #d2bd26 !important;
}
.cid-uhILtwoAxx .ico2 {
  color: #e7d8d6 !important;
  transition: all 0.6s;
}
.cid-uhILtwoAxx .text-info:hover {
  color: inherit!important;
}
.cid-uhILtwoAxx .card-box {
  padding: 0rem 1rem;
}
.cid-uhILtwoAxx .ico1 {
  font-size: 3rem !important;
}
.cid-uhILtwoAxx h3,
.cid-uhILtwoAxx h4 {
  padding: 0;
  margin: 0;
}
.cid-uhILtwoAxx .card-title,
.cid-uhILtwoAxx .card-img {
  color: #57468b;
}
.cid-uhILtwoAxx .card-title {
  color: #57468b;
}
.cid-uhILtwoAxx .card-img {
  width: auto;
}
.cid-uhILtwoAxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhILtwoAxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUtcL30yCT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-tUtcL30yCT .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tUtcL30yCT .mbr-text {
  color: #767676;
}
.cid-uhIsk9vaVm .navbar-dropdown {
  position: relative !important;
}
.cid-uhIsk9vaVm .navbar-dropdown {
  position: absolute !important;
}
.cid-uhIsk9vaVm .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-uhIsk9vaVm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhIsk9vaVm .dropdown-item:hover,
.cid-uhIsk9vaVm .dropdown-item:focus {
  color: #d2bd26 !important;
}
.cid-uhIsk9vaVm .dropdown-item:hover span {
  color: white;
}
.cid-uhIsk9vaVm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhIsk9vaVm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhIsk9vaVm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhIsk9vaVm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhIsk9vaVm .nav-link {
  position: relative;
}
.cid-uhIsk9vaVm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhIsk9vaVm .container {
    flex-wrap: nowrap;
  }
}
.cid-uhIsk9vaVm .navbar-caption:hover,
.cid-uhIsk9vaVm .navbar-caption:focus {
  color: #d2bd26 !important;
}
.cid-uhIsk9vaVm .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uhIsk9vaVm .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uhIsk9vaVm .navbar-nav .nav-item:hover {
  color: #d2bd26;
}
.cid-uhIsk9vaVm .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uhIsk9vaVm .navbar-nav .nav-item a:hover {
  color: #d2bd26 !important;
}
.cid-uhIsk9vaVm .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uhIsk9vaVm .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uhIsk9vaVm .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uhIsk9vaVm .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #d2bd26 !important;
}
.cid-uhIsk9vaVm .dropdown-menu,
.cid-uhIsk9vaVm .navbar.opened {
  background: #ffffff !important;
}
.cid-uhIsk9vaVm .nav-item:focus,
.cid-uhIsk9vaVm .nav-link:focus {
  outline: none;
}
.cid-uhIsk9vaVm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhIsk9vaVm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhIsk9vaVm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhIsk9vaVm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhIsk9vaVm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhIsk9vaVm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhIsk9vaVm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 !important;
}
.cid-uhIsk9vaVm .navbar.opened {
  transition: all 0.3s;
}
.cid-uhIsk9vaVm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhIsk9vaVm .navbar .navbar-logo img {
  width: auto;
}
.cid-uhIsk9vaVm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhIsk9vaVm .navbar.collapsed {
  justify-content: center;
}
.cid-uhIsk9vaVm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhIsk9vaVm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhIsk9vaVm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-uhIsk9vaVm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhIsk9vaVm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhIsk9vaVm .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-uhIsk9vaVm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhIsk9vaVm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhIsk9vaVm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhIsk9vaVm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhIsk9vaVm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhIsk9vaVm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhIsk9vaVm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhIsk9vaVm .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-uhIsk9vaVm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhIsk9vaVm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhIsk9vaVm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhIsk9vaVm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhIsk9vaVm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhIsk9vaVm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhIsk9vaVm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhIsk9vaVm .navbar.navbar-short {
  min-height: 70px;
}
.cid-uhIsk9vaVm .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;
  width: 25%;
}
.cid-uhIsk9vaVm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhIsk9vaVm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhIsk9vaVm .dropdown-item.active,
.cid-uhIsk9vaVm .dropdown-item:active {
  background-color: transparent;
}
.cid-uhIsk9vaVm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhIsk9vaVm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhIsk9vaVm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhIsk9vaVm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhIsk9vaVm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhIsk9vaVm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhIsk9vaVm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhIsk9vaVm .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uhIsk9vaVm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhIsk9vaVm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhIsk9vaVm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhIsk9vaVm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhIsk9vaVm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhIsk9vaVm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhIsk9vaVm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhIsk9vaVm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhIsk9vaVm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhIsk9vaVm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhIsk9vaVm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhIsk9vaVm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhIsk9vaVm .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-uhIsk9vaVm .navbar {
    height: 70px;
  }
  .cid-uhIsk9vaVm .navbar.opened {
    height: auto;
  }
  .cid-uhIsk9vaVm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhIsk9vaVm .container-fluid {
  padding: 0 1rem !important;
}
.cid-uhIsk9vaVm .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uhIsk9vaVm .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uhIsk9vaVm .navbar-collapse {
    width: 100%;
  }
  .cid-uhIsk9vaVm .navbar-nav {
    width: 100%;
  }
  .cid-uhIsk9vaVm .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uhItNWbsJP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #24262b;
}
.cid-uhItNWbsJP .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-uhItNWbsJP .content_block:hover .mbr-section-title a {
  color: #e4eedb !important;
}
.cid-uhItNWbsJP .card_topic,
.cid-uhItNWbsJP .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uhItNWbsJP .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #e4eedb;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uhItNWbsJP .image {
  position: relative;
}
.cid-uhItNWbsJP .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #24262b);
  z-index: 1;
  pointer-events: none;
}
.cid-uhItNWbsJP .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhItNWbsJP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uhItNWbsJP .mbr-section-btn .btn-secondary-outline:hover,
.cid-uhItNWbsJP .mbr-section-btn .btn-secondary-outline .active,
.cid-uhItNWbsJP .mbr-section-btn .btn-secondary-outline:focus {
  color: #d2bd26 !important;
}
.cid-uhItNWbsJP .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uhItNWbsJP .content_block {
    padding: 30px 15px;
  }
  .cid-uhItNWbsJP .mbr-figure {
    padding: 0;
  }
  .cid-uhItNWbsJP .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(36, 38, 43, 0.99));
  }
}
.cid-uhItNWbsJP .category_content,
.cid-uhItNWbsJP .card_topic {
  color: #ffffff;
}
.cid-uhItNWbsJP .mbr-text,
.cid-uhItNWbsJP .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uhIyHBp8Tm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uhIyHBp8Tm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhIyHBp8Tm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uhIyHBp8Tm .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uhIyHBp8Tm .row {
    margin: 0;
  }
}
.cid-uhIyHBp8Tm .row .card {
  padding: 0;
  border-radius: 0 !important;
}
.cid-uhIyHBp8Tm .row .card:nth-child(2) {
  border-left: 1px solid #72716b;
  border-left: none;
  border-right: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uhIyHBp8Tm .row .card:nth-child(2) {
    margin-bottom: 64px;
  }
}
.cid-uhIyHBp8Tm .row .card:nth-child(3) {
  border-top: 1px solid #72716b;
}
.cid-uhIyHBp8Tm .row .card:nth-child(4) {
  border-top: 1px solid #72716b;
  border-left: 1px solid #72716b;
  border-left: none;
  border-right: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uhIyHBp8Tm .row .card {
    padding: 0 16px;
    border: none !important;
  }
}
.cid-uhIyHBp8Tm .subtitle-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uhIyHBp8Tm .subtitle-wrap {
    display: block;
  }
}
.cid-uhIyHBp8Tm .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uhIyHBp8Tm .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #72716b;
    text-align: left;
  }
}
.cid-uhIyHBp8Tm .content-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uhIyHBp8Tm .content-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
    border-left: 1px solid #72716b;
  }
}
.cid-uhIyHBp8Tm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uhIyHBp8Tm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhIyHBp8Tm .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uhIyHBp8Tm .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uhIyHBp8Tm .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uhIyHBp8Tm .content-wrapper .list {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uhIyHBp8Tm .content-wrapper .list {
    margin-top: 24px;
  }
}
.cid-uhIyHBp8Tm .content-wrapper .list .item {
  margin-bottom: 24px;
}
.cid-uhIyHBp8Tm .content-wrapper .list .item .item-wrapper .card-box .title-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uhIyHBp8Tm .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-number {
  margin: 0 24px 0 0;
  color: transparent;
  -webkit-text-stroke: 1px #e0b548;
  -webkit-background-clip: text;
}
.cid-uhIyHBp8Tm .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uhIyHBp8Tm .mbr-section-title {
  color: #F9F6E0;
}
.cid-uhIyHBp8Tm .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-uhIyHBp8Tm .mbr-text {
  color: #F9F6E0;
}
.cid-uhIyHBp8Tm .card-text {
  color: #F9F6E0;
}
.cid-uhIyHBp8Tm .mbr-section-title,
.cid-uhIyHBp8Tm .mbr-section-btn {
  color: #689681;
}
.cid-uhSnJrNJ9f {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uhSnJrNJ9f p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uhSnJrNJ9f .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uhSnJrNJ9f .collapsed {
  border: none;
}
.cid-uhSnJrNJ9f .collapsed span {
  transform: rotate(0deg);
}
.cid-uhSnJrNJ9f span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #e4eedb, #d2bd26);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uhSnJrNJ9f .panel-body {
  padding-top: 0.5rem;
}
.cid-uhSnJrNJ9f .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uhSnJrNJ9f .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uhSnJrNJ9f .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uhSnJrNJ9f .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhSnJrNJ9f .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uhSnJrNJ9f .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uhSnJrNJ9f .panel-text {
  color: #ffffff;
}
.cid-uhSnJrNJ9f H4 {
  color: #999999;
}
.cid-uhSnJrNJ9f H2 {
  color: #689681;
}
.cid-uhSnJrNJ9f .mbr-section-text {
  color: #d2bd26;
}
.cid-uhSnJrNJ9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhSnJrNJ9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhIJkMIkyR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uhIJkMIkyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhIJkMIkyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhIJkMIkyR .main-row {
  row-gap: 32px;
}
.cid-uhIJkMIkyR .mbr-section-head .mbr-section-btn {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cid-uhIJkMIkyR .mbr-section-head {
    text-align: center;
  }
}
.cid-uhIJkMIkyR .mbr-section-title {
  color: #24262b;
}
.cid-uhIJkMIkyR .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
@media (min-width: 1400px) {
  .cid-uhIJkMIkyR .col-form {
    padding-left: 8rem !important;
  }
}
.cid-uhIJkMIkyR .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uhIJkMIkyR form {
  width: 100%;
}
.cid-uhIJkMIkyR form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uhIJkMIkyR form .dragArea.row {
    justify-content: center;
  }
}
.cid-uhIJkMIkyR form p {
  color: #24262b;
}
.cid-uhIJkMIkyR form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uhIJkMIkyR form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uhIJkMIkyR form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uhIJkMIkyR form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uhIJkMIkyR form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uhIJkMIkyR form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uhIJkMIkyR form select {
  color: #24262b !important;
}
.cid-uhIJkMIkyR form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uhIJkMIkyR form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJkMIkyR form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJkMIkyR form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJkMIkyR form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJkMIkyR form input,
.cid-uhIJkMIkyR form textarea {
  transition: .3s all;
}
.cid-uhIJkMIkyR form input:active,
.cid-uhIJkMIkyR form textarea:active,
.cid-uhIJkMIkyR form input:focus,
.cid-uhIJkMIkyR form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uhIJkMIkyR form input:active::-webkit-input-placeholder,
.cid-uhIJkMIkyR form textarea:active::-webkit-input-placeholder,
.cid-uhIJkMIkyR form input:focus::-webkit-input-placeholder,
.cid-uhIJkMIkyR form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJkMIkyR form input:active::-moz-placeholder,
.cid-uhIJkMIkyR form textarea:active::-moz-placeholder,
.cid-uhIJkMIkyR form input:focus::-moz-placeholder,
.cid-uhIJkMIkyR form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJkMIkyR form input:active:-moz-placeholder,
.cid-uhIJkMIkyR form textarea:active:-moz-placeholder,
.cid-uhIJkMIkyR form input:focus:-moz-placeholder,
.cid-uhIJkMIkyR form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJkMIkyR form input:active:-ms-input-placeholder,
.cid-uhIJkMIkyR form textarea:active:-ms-input-placeholder,
.cid-uhIJkMIkyR form input:focus:-ms-input-placeholder,
.cid-uhIJkMIkyR form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uhIJkMIkyR form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uhIJkMIkyR form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uhIJkMIkyR form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uhIJkMIkyR form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uhIJkMIkyR form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uhIJkMIkyR form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uhIJkMIkyR form .form-check label {
  color: #24262b;
}
.cid-uhIJkMIkyR form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uhIJkMIkyR form .form-check-input:focus,
.cid-uhIJkMIkyR form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uhIJkMIkyR form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uhIJkMIkyR .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uhIJkMIkyR .form-text-wrap {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uhIJkMIkyR .form-text-wrap {
    text-align: center;
  }
}
.cid-uhIJkMIkyR .form-title {
  color: #24262b;
}
.cid-uhIJkMIkyR .form-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uhIJkMIkyR .form-text {
  margin-top: 16px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uhIJkMIkyR .form-text {
    text-align: center;
  }
}
.cid-uhIskcJqVv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-uhIskcJqVv .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uhIskcJqVv .mbr-text {
  color: #767676;
}
