body {
  font-family: Spline Sans Mono;
}
.display-1 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 8rem;
  line-height: 1.1;
  letter-spacing: -0.015em;
  word-spacing: -0.15em;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 4.25rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
  word-spacing: -0.15em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-4 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: -0.05em;
  word-spacing: -0.15em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.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: #4c2c43 !important;
}
.bg-success {
  background-color: #c8832c !important;
}
.bg-info {
  background-color: #cbc3c9 !important;
}
.bg-warning {
  background-color: #695363 !important;
}
.bg-danger {
  background-color: #8f808b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4c2c43 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #090f10 !important;
  background-color: #975283 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #090f10 !important;
  background-color: #975283 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a3b437 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #090f10 !important;
  background-color: #cfdb80 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #090f10 !important;
  background-color: #cfdb80 !important;
}
.btn-info,
.btn-info:active {
  background-color: #cbc3c9 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #090f10 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #090f10 !important;
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c8832c !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #090f10 !important;
  background-color: #e6b87f !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #090f10 !important;
  background-color: #e6b87f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #695363 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #090f10 !important;
  background-color: #a6879d !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #090f10 !important;
  background-color: #a6879d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8f808b !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #090f10 !important;
  background-color: #c5bac2 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #090f10 !important;
  background-color: #c5bac2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #090f10 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #090f10 !important;
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #090f10 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #090f10 !important;
  background-color: #2f545a !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #090f10 !important;
  background-color: #2f545a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4c2c43;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #150c13 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c2c43 !important;
  border-color: #4c2c43 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a3b437;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #677223 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a3b437 !important;
  border-color: #a3b437 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cbc3c9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a3959f !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cbc3c9 !important;
  border-color: #cbc3c9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c8832c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #81541c !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c8832c !important;
  border-color: #c8832c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #695363;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #392d35 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #695363 !important;
  border-color: #695363 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8f808b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #62565f !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8f808b !important;
  border-color: #8f808b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #090f10;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #090f10 !important;
  border-color: #090f10 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4c2c43 !important;
}
.text-secondary {
  color: #a3b437 !important;
}
.text-success {
  color: #c8832c !important;
}
.text-info {
  color: #cbc3c9 !important;
}
.text-warning {
  color: #695363 !important;
}
.text-danger {
  color: #8f808b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #090f10 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b070a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5c661f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #744c1a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9c8c98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #30262d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5a4f57 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4c2c43;
}
.nav-tabs .nav-link:not(.active) {
  color: #090f10;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cbc3c9;
}
.alert-warning {
  background-color: #695363;
}
.alert-danger {
  background-color: #8f808b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4c2c43;
  border-color: #4c2c43;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4c2c43;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c499b8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e6bf8d;
}
.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: #a992a3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cbc4c9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4c2c43 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4c2c43;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4c2c43;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c2c43;
}
.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: #4c2c43;
  border-bottom-color: #4c2c43;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4c2c43 !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: #a3b437 !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='%234c2c43' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .3s;
  transition: 0.4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 5vw;
}
.row {
  margin-left: -2rem;
  margin-right: -2rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 48px;
  padding: 0.75rem 2rem;
  border-radius: 0 !important;
  border: none;
  font-weight: 500;
  transition: .3s all !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .15s all !important;
  transform: rotate(-45deg);
  transform-style: preserve-3d;
}
.mbr-section-btn .btn:hover {
  transform: translate(0, -8px);
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-black {
  color: #fff !important;
}
.mbr-section-btn .btn-black:hover {
  color: #fff !important;
}
.section-border-item {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.section-border-item_top {
  top: 0;
}
.section-border-item_bottom {
  bottom: 0;
}
.section-border-item_center {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.text-transform-container {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
}
.text-transform-container .text-transform-wrap {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: btn-move-out 0.3s ease-in-out;
}
.text-transform-container .mbr-text {
  transition: .3s all;
}
.text-transform-container .iconfont-wrapper .mbr-iconfont {
  transition: .3s all;
  padding-right: 8px;
}
.text-transform-container:hover .text-transform-wrap {
  animation: btn-move 0.3s ease-in-out;
}
.text-transform-container:hover .iconfont-wrapper .mbr-iconfont {
  padding-right: 0;
  padding-left: 8px;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uLmQEu27Ph .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-uLmQEu27Ph .nav-item {
  list-style: none;
}
.cid-uLmQEu27Ph .nav-item:focus,
.cid-uLmQEu27Ph .nav-link:focus {
  outline: none;
}
.cid-uLmQEu27Ph .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLmQEu27Ph .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmQEu27Ph .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #4c2c43;
}
.cid-uLmQEu27Ph .navbar.opened {
  transition: all 0.3s;
  background: #4c2c43 !important;
}
.cid-uLmQEu27Ph .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse.show,
.cid-uLmQEu27Ph .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uLmQEu27Ph .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uLmQEu27Ph .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3rem);
}
.cid-uLmQEu27Ph .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uLmQEu27Ph .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uLmQEu27Ph .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uLmQEu27Ph .navbar.navbar-short {
  background: #4c2c43 !important;
  min-height: 60px;
}
.cid-uLmQEu27Ph .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLmQEu27Ph .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLmQEu27Ph .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmQEu27Ph .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmQEu27Ph .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmQEu27Ph .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLmQEu27Ph .dropdown-item.active,
.cid-uLmQEu27Ph .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmQEu27Ph .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmQEu27Ph .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uLmQEu27Ph .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uLmQEu27Ph .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uLmQEu27Ph .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c2c43;
}
.cid-uLmQEu27Ph .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmQEu27Ph .socicon {
  transition: color 0.3s;
}
.cid-uLmQEu27Ph .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmQEu27Ph ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLmQEu27Ph .navbar-buttons {
  text-align: inherit;
}
.cid-uLmQEu27Ph button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a3b437;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLmQEu27Ph .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmQEu27Ph .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-uLmQEu27Ph .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uLmQEu27Ph .nav-link:hover,
.cid-uLmQEu27Ph .dropdown-item:hover,
.cid-uLmQEu27Ph .icons-menu .mbr-iconfont:hover {
  color: #cbc3c9 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmQEu27Ph .navbar {
    height: 77px;
  }
  .cid-uLmQEu27Ph .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uLmQEu27Ph .navbar-collapse .img-column {
    display: none;
  }
  .cid-uLmQEu27Ph .icons-menu,
  .cid-uLmQEu27Ph .navbar-buttons,
  .cid-uLmQEu27Ph .contact-block,
  .cid-uLmQEu27Ph .text-column {
    text-align: center !important;
  }
}
.cid-uLmQEu27Ph h6.mbr-fonts-style {
  padding: 0;
}
.cid-uLmQEu27Ph .collapsing {
  transition: 0s;
}
.cid-uLmQEu27Ph .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-uLmQEu27Ph .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-uLmQEu27Ph .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-uLmQEu27Ph .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-uLmQEu27Ph .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-uLmQEu27Ph .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-uLmQEu27Ph .contact-block {
    margin-left: 20px;
  }
  .cid-uLmQEu27Ph .contact-block ul li {
    text-align: left;
  }
  .cid-uLmQEu27Ph ul.col {
    padding: 0;
  }
}
.cid-uLmQEu27Ph .icons-menu,
.cid-uLmQEu27Ph .navbar-buttons,
.cid-uLmQEu27Ph .contact-block,
.cid-uLmQEu27Ph .text-column {
  color: #000000;
}
.cid-uLmQEu27Ph .icons-menu a span {
  color: #000000;
}
.cid-uLmQEu27Ph H6 {
  color: #a3b437;
  text-align: left;
}
.cid-tmYQUHz5hH {
  background-image: url("../../../assets/images/shutterstock-2026919714.webp");
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tmYQUHz5hH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmYQUHz5hH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmYQUHz5hH .section-border-item {
  background-color: #4c2c43;
}
.cid-tmYQUHz5hH .mbr-section-title {
  color: #ffffff;
}
.cid-tmYQUHz5hH .mbr-section-subtitle {
  color: #ffffff;
  background-image: linear-gradient(180deg, currentColor, #a3b437) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tmYQUHz5hH .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmYQUHz5hH .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tmYQUHz5hH .mbr-text,
.cid-tmYQUHz5hH .mbr-section-btn {
  color: #090f10;
}
.cid-uL4B7NvMeC {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL4B7NvMeC img {
  width: 100%;
}
.cid-uL4B7NvMeC p {
  line-height: 1.6;
}
.cid-uL4B7NvMeC .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uL4B7NvMeC .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uL4B7NvMeC .mbr-text,
.cid-uL4B7NvMeC .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uL4B7NvMeC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uL4B7NvMeC .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #a3b437;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uL4B7NvMeC .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-uL4B7NvMeC .mbr-section-title,
.cid-uL4B7NvMeC .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uL4B7NvMeC .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-uLmb3jZkCy {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLmb3jZkCy blockquote {
  border-color: #4c2c43;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uLmb44rq2M {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLmb44rq2M blockquote {
  border-color: #a3b437;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tmYWN3vmKg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1314412-1.webp");
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tmYWN3vmKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmYWN3vmKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmYWN3vmKg .section-border-item {
  background-color: #2b137d;
}
.cid-tmYWN3vmKg .mbr-section-title {
  color: #fff;
  text-align: center;
}
.cid-tmYWN3vmKg .mbr-section-subtitle {
  color: #0597FF;
  background-image: linear-gradient(315deg, currentColor, #fcdb42) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tmYWN3vmKg .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmYWN3vmKg .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tmYWN3vmKg .mbr-text,
.cid-tmYWN3vmKg .mbr-section-btn {
  text-align: center;
}
.cid-uLDthOjA78 {
  background-color: #4c2c43;
  overflow: hidden;
}
.cid-uLDthOjA78::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #4c2c43 50%);
  z-index: 1;
}
.cid-uLDthOjA78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDthOjA78 .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-uLDthOjA78 .container {
    padding: 0 22px;
  }
}
.cid-uLDthOjA78 .row {
  position: relative;
  z-index: 1;
}
.cid-uLDthOjA78 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uLDthOjA78 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #a3b437;
}
.cid-uLDthOjA78 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #a3b437;
}
.cid-uLDthOjA78 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLDthOjA78 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLDthOjA78 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLDthOjA78 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uLDthOjA78 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uLDthOjA78 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover,
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover::before,
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #e0e0e0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLDthOjA78 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #e0e0e0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLDthOjA78 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uLDthOjA78 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLDthOjA78 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #e0e0e0;
  text-align: center;
}
.cid-uLDthOjA78 .mbr-section-title {
  color: #ffffff;
}
.cid-uLDthOjA78 .mbr-text {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .mbr-section-subtitle {
  color: #2e2e2e;
}
.cid-uLDthOjA78 .list {
  color: #ffffff;
}
.cid-uLDthOjA78 .mbr-contact {
  color: #ffffff;
}
.cid-uLDthOjA78 .mbr-desc {
  color: #ffffff;
}
.cid-uLDthOjA78 .list,
.cid-uLDthOjA78 .item-wrap {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .mbr-contact,
.cid-uLDthOjA78 .item-contact {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .mbr-desc,
.cid-uLDthOjA78 .mbr-section-btn {
  color: #e0e0e0;
}
.cid-uLmQEu27Ph .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-uLmQEu27Ph .nav-item {
  list-style: none;
}
.cid-uLmQEu27Ph .nav-item:focus,
.cid-uLmQEu27Ph .nav-link:focus {
  outline: none;
}
.cid-uLmQEu27Ph .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLmQEu27Ph .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmQEu27Ph .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #4c2c43;
}
.cid-uLmQEu27Ph .navbar.opened {
  transition: all 0.3s;
  background: #4c2c43 !important;
}
.cid-uLmQEu27Ph .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse.show,
.cid-uLmQEu27Ph .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uLmQEu27Ph .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uLmQEu27Ph .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3rem);
}
.cid-uLmQEu27Ph .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uLmQEu27Ph .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uLmQEu27Ph .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uLmQEu27Ph .navbar.navbar-short {
  background: #4c2c43 !important;
  min-height: 60px;
}
.cid-uLmQEu27Ph .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLmQEu27Ph .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLmQEu27Ph .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmQEu27Ph .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmQEu27Ph .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmQEu27Ph .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLmQEu27Ph .dropdown-item.active,
.cid-uLmQEu27Ph .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmQEu27Ph .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmQEu27Ph .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uLmQEu27Ph .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uLmQEu27Ph .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uLmQEu27Ph .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c2c43;
}
.cid-uLmQEu27Ph .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmQEu27Ph .socicon {
  transition: color 0.3s;
}
.cid-uLmQEu27Ph .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmQEu27Ph ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLmQEu27Ph .navbar-buttons {
  text-align: inherit;
}
.cid-uLmQEu27Ph button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a3b437;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLmQEu27Ph .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmQEu27Ph .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-uLmQEu27Ph .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uLmQEu27Ph .nav-link:hover,
.cid-uLmQEu27Ph .dropdown-item:hover,
.cid-uLmQEu27Ph .icons-menu .mbr-iconfont:hover {
  color: #cbc3c9 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmQEu27Ph .navbar {
    height: 77px;
  }
  .cid-uLmQEu27Ph .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uLmQEu27Ph .navbar-collapse .img-column {
    display: none;
  }
  .cid-uLmQEu27Ph .icons-menu,
  .cid-uLmQEu27Ph .navbar-buttons,
  .cid-uLmQEu27Ph .contact-block,
  .cid-uLmQEu27Ph .text-column {
    text-align: center !important;
  }
}
.cid-uLmQEu27Ph h6.mbr-fonts-style {
  padding: 0;
}
.cid-uLmQEu27Ph .collapsing {
  transition: 0s;
}
.cid-uLmQEu27Ph .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-uLmQEu27Ph .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-uLmQEu27Ph .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-uLmQEu27Ph .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-uLmQEu27Ph .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-uLmQEu27Ph .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-uLmQEu27Ph .contact-block {
    margin-left: 20px;
  }
  .cid-uLmQEu27Ph .contact-block ul li {
    text-align: left;
  }
  .cid-uLmQEu27Ph ul.col {
    padding: 0;
  }
}
.cid-uLmQEu27Ph .icons-menu,
.cid-uLmQEu27Ph .navbar-buttons,
.cid-uLmQEu27Ph .contact-block,
.cid-uLmQEu27Ph .text-column {
  color: #000000;
}
.cid-uLmQEu27Ph .icons-menu a span {
  color: #000000;
}
.cid-uLmQEu27Ph H6 {
  color: #a3b437;
  text-align: left;
}
.cid-uLmz0Ie8Nd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/shutterstock-2017134890.webp");
}
.cid-uLmz0Ie8Nd .mbr-text,
.cid-uLmz0Ie8Nd .mbr-section-btn {
  color: #ffffff;
}
.cid-uLmz0Ie8Nd .container {
  max-width: 1000px;
}
.cid-uLmz0Ie8Nd .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #ffffff;
  padding-bottom: 1rem;
}
.cid-uLmz0Ie8Nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmz0Ie8Nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmz0Ie8Nd .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLmCKcVVQA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLmCKcVVQA .mbr-text {
  color: #879a9f;
}
.cid-uLmCKcVVQA .color {
  background: #a3b437;
}
.cid-uLmCKcVVQA .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uLmCKcVVQA .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uLmCKcVVQA .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #4c2c43;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border-radius: 0;
}
@media (min-width: 767px) {
  .cid-uLmCKcVVQA .card2 {
    margin-left: 1rem;
  }
  .cid-uLmCKcVVQA .card-wrapper {
    margin-right: 1rem;
  }
}
.cid-uLmCKcVVQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmCKcVVQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmCKcVVQA .card-title {
  text-align: left;
}
.cid-uLmEk7cBhE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLmEk7cBhE .mbr-text {
  color: #879a9f;
}
.cid-uLmEk7cBhE .color {
  background: #4c2c43;
}
.cid-uLmEk7cBhE .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uLmEk7cBhE .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uLmEk7cBhE .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #4c2c43;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border-radius: 0;
}
@media (min-width: 767px) {
  .cid-uLmEk7cBhE .card2 {
    margin-left: 1rem;
  }
  .cid-uLmEk7cBhE .card-wrapper {
    margin-right: 1rem;
  }
}
.cid-uLmEk7cBhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmEk7cBhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmEk7cBhE .card-title {
  text-align: left;
}
.cid-uLmELqmtlU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/shutterstock-1440992648.webp");
}
.cid-uLmELqmtlU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmELqmtlU .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-uLmELqmtlU .container {
    padding: 0 30px;
  }
}
.cid-uLmELqmtlU .row {
  justify-content: center;
}
.cid-uLmELqmtlU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLmELqmtlU .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLmELqmtlU .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLmELqmtlU .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uLmELqmtlU .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uLmELqmtlU .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uLmELqmtlU .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLmELqmtlU .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #a3b437;
}
.cid-uLmELqmtlU .mbr-section-title {
  color: #232323;
}
.cid-uLmELqmtlU .mbr-text {
  color: #144031;
}
.cid-uLmELqmtlU .list,
.cid-uLmELqmtlU .item-wrap {
  color: #0f1314;
}
.cid-uLmHrZM4jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4c2c43;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uLmHrZM4jU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmHrZM4jU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmHrZM4jU .section-border-item {
  background-color: #2b137d;
}
.cid-uLmHrZM4jU .mbr-section-title {
  color: #fff;
  text-align: center;
}
.cid-uLmHrZM4jU .mbr-section-subtitle {
  color: #0597FF;
  background-image: linear-gradient(315deg, currentColor, #fcdb42) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLmHrZM4jU .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLmHrZM4jU .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uLmHrZM4jU .mbr-text,
.cid-uLmHrZM4jU .mbr-section-btn {
  text-align: center;
}
.cid-uLDthOjA78 {
  background-color: #4c2c43;
  overflow: hidden;
}
.cid-uLDthOjA78::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #4c2c43 50%);
  z-index: 1;
}
.cid-uLDthOjA78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDthOjA78 .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-uLDthOjA78 .container {
    padding: 0 22px;
  }
}
.cid-uLDthOjA78 .row {
  position: relative;
  z-index: 1;
}
.cid-uLDthOjA78 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uLDthOjA78 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #a3b437;
}
.cid-uLDthOjA78 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #a3b437;
}
.cid-uLDthOjA78 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLDthOjA78 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLDthOjA78 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLDthOjA78 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uLDthOjA78 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uLDthOjA78 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover,
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover::before,
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #e0e0e0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLDthOjA78 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #e0e0e0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLDthOjA78 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uLDthOjA78 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLDthOjA78 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #e0e0e0;
  text-align: center;
}
.cid-uLDthOjA78 .mbr-section-title {
  color: #ffffff;
}
.cid-uLDthOjA78 .mbr-text {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .mbr-section-subtitle {
  color: #2e2e2e;
}
.cid-uLDthOjA78 .list {
  color: #ffffff;
}
.cid-uLDthOjA78 .mbr-contact {
  color: #ffffff;
}
.cid-uLDthOjA78 .mbr-desc {
  color: #ffffff;
}
.cid-uLDthOjA78 .list,
.cid-uLDthOjA78 .item-wrap {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .mbr-contact,
.cid-uLDthOjA78 .item-contact {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .mbr-desc,
.cid-uLDthOjA78 .mbr-section-btn {
  color: #e0e0e0;
}
.cid-uLmQEu27Ph .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-uLmQEu27Ph .nav-item {
  list-style: none;
}
.cid-uLmQEu27Ph .nav-item:focus,
.cid-uLmQEu27Ph .nav-link:focus {
  outline: none;
}
.cid-uLmQEu27Ph .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLmQEu27Ph .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmQEu27Ph .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #4c2c43;
}
.cid-uLmQEu27Ph .navbar.opened {
  transition: all 0.3s;
  background: #4c2c43 !important;
}
.cid-uLmQEu27Ph .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse.show,
.cid-uLmQEu27Ph .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uLmQEu27Ph .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uLmQEu27Ph .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3rem);
}
.cid-uLmQEu27Ph .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uLmQEu27Ph .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uLmQEu27Ph .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uLmQEu27Ph .navbar.navbar-short {
  background: #4c2c43 !important;
  min-height: 60px;
}
.cid-uLmQEu27Ph .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLmQEu27Ph .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLmQEu27Ph .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmQEu27Ph .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmQEu27Ph .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmQEu27Ph .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLmQEu27Ph .dropdown-item.active,
.cid-uLmQEu27Ph .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmQEu27Ph .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmQEu27Ph .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uLmQEu27Ph .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uLmQEu27Ph .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uLmQEu27Ph .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c2c43;
}
.cid-uLmQEu27Ph .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmQEu27Ph .socicon {
  transition: color 0.3s;
}
.cid-uLmQEu27Ph .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmQEu27Ph ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLmQEu27Ph .navbar-buttons {
  text-align: inherit;
}
.cid-uLmQEu27Ph button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a3b437;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLmQEu27Ph .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmQEu27Ph .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-uLmQEu27Ph .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uLmQEu27Ph .nav-link:hover,
.cid-uLmQEu27Ph .dropdown-item:hover,
.cid-uLmQEu27Ph .icons-menu .mbr-iconfont:hover {
  color: #cbc3c9 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmQEu27Ph .navbar {
    height: 77px;
  }
  .cid-uLmQEu27Ph .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uLmQEu27Ph .navbar-collapse .img-column {
    display: none;
  }
  .cid-uLmQEu27Ph .icons-menu,
  .cid-uLmQEu27Ph .navbar-buttons,
  .cid-uLmQEu27Ph .contact-block,
  .cid-uLmQEu27Ph .text-column {
    text-align: center !important;
  }
}
.cid-uLmQEu27Ph h6.mbr-fonts-style {
  padding: 0;
}
.cid-uLmQEu27Ph .collapsing {
  transition: 0s;
}
.cid-uLmQEu27Ph .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-uLmQEu27Ph .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-uLmQEu27Ph .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-uLmQEu27Ph .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-uLmQEu27Ph .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-uLmQEu27Ph .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-uLmQEu27Ph .contact-block {
    margin-left: 20px;
  }
  .cid-uLmQEu27Ph .contact-block ul li {
    text-align: left;
  }
  .cid-uLmQEu27Ph ul.col {
    padding: 0;
  }
}
.cid-uLmQEu27Ph .icons-menu,
.cid-uLmQEu27Ph .navbar-buttons,
.cid-uLmQEu27Ph .contact-block,
.cid-uLmQEu27Ph .text-column {
  color: #000000;
}
.cid-uLmQEu27Ph .icons-menu a span {
  color: #000000;
}
.cid-uLmQEu27Ph H6 {
  color: #a3b437;
  text-align: left;
}
.cid-uLmi8fu6rU {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/shutterstock-610735670.webp");
}
.cid-uLmi8fu6rU .mbr-text,
.cid-uLmi8fu6rU .mbr-section-btn {
  color: #ffffff;
}
.cid-uLmi8fu6rU .container {
  max-width: 1000px;
}
.cid-uLmi8fu6rU .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #ffffff;
  padding-bottom: 1rem;
}
.cid-uLmi8fu6rU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmi8fu6rU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmi8fu6rU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLmeFL5Jic {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLmeFL5Jic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmeFL5Jic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmeFL5Jic .content-wrapper {
  padding: 10px;
  border-top: 10px solid #a3b437;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uLmeFL5Jic .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uLmeFL5Jic .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uLmeFL5Jic .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLmeFL5Jic .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLmeFL5Jic .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLmeFL5Jic .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uLmeFL5Jic .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLmeFL5Jic .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLmeFL5Jic .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uLmeFL5Jic .mbr-section-title {
  color: #000c3f;
}
.cid-uLmeFL5Jic .mbr-text {
  color: #000c3f;
}
.cid-uLmeFL5Jic .mbr-text,
.cid-uLmeFL5Jic .text-wrapper {
  text-align: center;
}
.cid-uLmk5Gw1du {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLmk5Gw1du .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmk5Gw1du .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-uLmk5Gw1du .container {
    padding: 0 30px;
  }
}
.cid-uLmk5Gw1du .row {
  justify-content: center;
}
.cid-uLmk5Gw1du .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLmk5Gw1du .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLmk5Gw1du .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLmk5Gw1du .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uLmk5Gw1du .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uLmk5Gw1du .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uLmk5Gw1du .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLmk5Gw1du .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #c8832c;
}
.cid-uLmk5Gw1du .mbr-section-title {
  color: #232323;
}
.cid-uLmk5Gw1du .mbr-text {
  color: #144031;
}
.cid-uLmk5Gw1du .list,
.cid-uLmk5Gw1du .item-wrap {
  color: #0f1314;
}
.cid-uLmmDFnCK9 {
  padding-top: 2rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uLmmDFnCK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmmDFnCK9 .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-uLmmDFnCK9 .container {
    padding: 0 30px;
  }
}
.cid-uLmmDFnCK9 .row {
  justify-content: center;
}
.cid-uLmmDFnCK9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLmmDFnCK9 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLmmDFnCK9 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLmmDFnCK9 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uLmmDFnCK9 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uLmmDFnCK9 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uLmmDFnCK9 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLmmDFnCK9 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #c8832c;
}
.cid-uLmmDFnCK9 .mbr-section-title {
  color: #232323;
}
.cid-uLmmDFnCK9 .mbr-text {
  color: #144031;
}
.cid-uLmmDFnCK9 .list,
.cid-uLmmDFnCK9 .item-wrap {
  color: #0f1314;
}
.cid-uLmuiBjL45 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4c2c43;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uLmuiBjL45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmuiBjL45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmuiBjL45 .section-border-item {
  background-color: #a3b437;
}
.cid-uLmuiBjL45 .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-uLmuiBjL45 .card-wrap {
  width: 100%;
}
.cid-uLmuiBjL45 .card-box {
  width: 100%;
}
.cid-uLmuiBjL45 .card-title {
  color: #FFF;
}
.cid-uLmuiBjL45 .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-uLmuiBjL45 .mbr-text {
    margin-top: 1rem;
  }
}
.cid-uLmtfCmc1H {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLmtfCmc1H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLmtfCmc1H img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-uLmtfCmc1H .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-uLmtfCmc1H .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-uLmtfCmc1H .list-group-item {
  padding: 0.5rem 0;
  background: transparent;
  position: relative;
  color: #a3b437;
  white-space: nowrap;
}
.cid-uLmtfCmc1H .list-group-item span {
  font-size: 1.2em;
  color: #c8832c;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-uLmtfCmc1H .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-uLmtfCmc1H .mbr-text {
  color: #1d1e22;
}
.cid-uLmtfCmc1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmtfCmc1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmuL06IM6 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #e0e0e0;
}
@media (max-width: 991px) {
  .cid-uLmuL06IM6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLmuL06IM6 img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-uLmuL06IM6 .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-uLmuL06IM6 .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-uLmuL06IM6 .list-group-item {
  padding: 0.5rem 0;
  background: transparent;
  position: relative;
  color: #a3b437;
  white-space: nowrap;
}
.cid-uLmuL06IM6 .list-group-item span {
  font-size: 1.2em;
  color: #c8832c;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-uLmuL06IM6 .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-uLmuL06IM6 .mbr-text {
  color: #1d1e22;
}
.cid-uLmuL06IM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmuL06IM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmvjpMLtH {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLmvjpMLtH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLmvjpMLtH img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-uLmvjpMLtH .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-uLmvjpMLtH .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-uLmvjpMLtH .list-group-item {
  padding: 0.5rem 0;
  background: transparent;
  position: relative;
  color: #a3b437;
  white-space: nowrap;
}
.cid-uLmvjpMLtH .list-group-item span {
  font-size: 1.2em;
  color: #c8832c;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-uLmvjpMLtH .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-uLmvjpMLtH .mbr-text {
  color: #1d1e22;
}
.cid-uLmvjpMLtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmvjpMLtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmcZ8O3sJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1314412-1.webp");
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uLmcZ8O3sJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmcZ8O3sJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmcZ8O3sJ .section-border-item {
  background-color: #2b137d;
}
.cid-uLmcZ8O3sJ .mbr-section-title {
  color: #fff;
  text-align: center;
}
.cid-uLmcZ8O3sJ .mbr-section-subtitle {
  color: #0597FF;
  background-image: linear-gradient(315deg, currentColor, #fcdb42) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLmcZ8O3sJ .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLmcZ8O3sJ .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uLmcZ8O3sJ .mbr-text,
.cid-uLmcZ8O3sJ .mbr-section-btn {
  text-align: center;
}
.cid-uLDthOjA78 {
  background-color: #4c2c43;
  overflow: hidden;
}
.cid-uLDthOjA78::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #4c2c43 50%);
  z-index: 1;
}
.cid-uLDthOjA78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDthOjA78 .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-uLDthOjA78 .container {
    padding: 0 22px;
  }
}
.cid-uLDthOjA78 .row {
  position: relative;
  z-index: 1;
}
.cid-uLDthOjA78 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uLDthOjA78 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #a3b437;
}
.cid-uLDthOjA78 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #a3b437;
}
.cid-uLDthOjA78 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLDthOjA78 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLDthOjA78 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLDthOjA78 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uLDthOjA78 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uLDthOjA78 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover,
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover::before,
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #e0e0e0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLDthOjA78 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #e0e0e0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLDthOjA78 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uLDthOjA78 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLDthOjA78 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #e0e0e0;
  text-align: center;
}
.cid-uLDthOjA78 .mbr-section-title {
  color: #ffffff;
}
.cid-uLDthOjA78 .mbr-text {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .mbr-section-subtitle {
  color: #2e2e2e;
}
.cid-uLDthOjA78 .list {
  color: #ffffff;
}
.cid-uLDthOjA78 .mbr-contact {
  color: #ffffff;
}
.cid-uLDthOjA78 .mbr-desc {
  color: #ffffff;
}
.cid-uLDthOjA78 .list,
.cid-uLDthOjA78 .item-wrap {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .mbr-contact,
.cid-uLDthOjA78 .item-contact {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .mbr-desc,
.cid-uLDthOjA78 .mbr-section-btn {
  color: #e0e0e0;
}
.cid-uLmQEu27Ph .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-uLmQEu27Ph .nav-item {
  list-style: none;
}
.cid-uLmQEu27Ph .nav-item:focus,
.cid-uLmQEu27Ph .nav-link:focus {
  outline: none;
}
.cid-uLmQEu27Ph .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLmQEu27Ph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLmQEu27Ph .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmQEu27Ph .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #4c2c43;
}
.cid-uLmQEu27Ph .navbar.opened {
  transition: all 0.3s;
  background: #4c2c43 !important;
}
.cid-uLmQEu27Ph .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse.show,
.cid-uLmQEu27Ph .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uLmQEu27Ph .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uLmQEu27Ph .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uLmQEu27Ph .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3rem);
}
.cid-uLmQEu27Ph .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uLmQEu27Ph .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uLmQEu27Ph .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uLmQEu27Ph .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uLmQEu27Ph .navbar.navbar-short {
  background: #4c2c43 !important;
  min-height: 60px;
}
.cid-uLmQEu27Ph .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLmQEu27Ph .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLmQEu27Ph .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmQEu27Ph .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmQEu27Ph .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmQEu27Ph .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLmQEu27Ph .dropdown-item.active,
.cid-uLmQEu27Ph .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmQEu27Ph .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmQEu27Ph .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uLmQEu27Ph .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uLmQEu27Ph .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uLmQEu27Ph .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c2c43;
}
.cid-uLmQEu27Ph .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmQEu27Ph .socicon {
  transition: color 0.3s;
}
.cid-uLmQEu27Ph .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmQEu27Ph ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLmQEu27Ph .navbar-buttons {
  text-align: inherit;
}
.cid-uLmQEu27Ph button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a3b437;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmQEu27Ph button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmQEu27Ph nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmQEu27Ph .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLmQEu27Ph .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmQEu27Ph .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-uLmQEu27Ph .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uLmQEu27Ph .nav-link:hover,
.cid-uLmQEu27Ph .dropdown-item:hover,
.cid-uLmQEu27Ph .icons-menu .mbr-iconfont:hover {
  color: #cbc3c9 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmQEu27Ph .navbar {
    height: 77px;
  }
  .cid-uLmQEu27Ph .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uLmQEu27Ph .navbar-collapse .img-column {
    display: none;
  }
  .cid-uLmQEu27Ph .icons-menu,
  .cid-uLmQEu27Ph .navbar-buttons,
  .cid-uLmQEu27Ph .contact-block,
  .cid-uLmQEu27Ph .text-column {
    text-align: center !important;
  }
}
.cid-uLmQEu27Ph h6.mbr-fonts-style {
  padding: 0;
}
.cid-uLmQEu27Ph .collapsing {
  transition: 0s;
}
.cid-uLmQEu27Ph .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-uLmQEu27Ph .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-uLmQEu27Ph .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-uLmQEu27Ph .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-uLmQEu27Ph .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-uLmQEu27Ph .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-uLmQEu27Ph .contact-block {
    margin-left: 20px;
  }
  .cid-uLmQEu27Ph .contact-block ul li {
    text-align: left;
  }
  .cid-uLmQEu27Ph ul.col {
    padding: 0;
  }
}
.cid-uLmQEu27Ph .icons-menu,
.cid-uLmQEu27Ph .navbar-buttons,
.cid-uLmQEu27Ph .contact-block,
.cid-uLmQEu27Ph .text-column {
  color: #000000;
}
.cid-uLmQEu27Ph .icons-menu a span {
  color: #000000;
}
.cid-uLmQEu27Ph H6 {
  color: #a3b437;
  text-align: left;
}
.cid-uLmKymBGJx {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features2.webp");
  overflow: hidden;
}
.cid-uLmKymBGJx .mbr-overlay {
  background-color: #4c2c43;
  opacity: 0.7;
}
.cid-uLmKymBGJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmKymBGJx .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLmKymBGJx .mbr-section-btn,
.cid-uLmKymBGJx .btn {
  width: 100%;
  margin: 0;
}
.cid-uLmKymBGJx .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLmKymBGJx .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uLmKymBGJx input,
.cid-uLmKymBGJx textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ffffff !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #ffffff !important;
}
.cid-uLmKymBGJx input:hover,
.cid-uLmKymBGJx textarea:hover,
.cid-uLmKymBGJx input:active,
.cid-uLmKymBGJx textarea:active,
.cid-uLmKymBGJx input:focus,
.cid-uLmKymBGJx textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uLmKymBGJx input::placeholder,
.cid-uLmKymBGJx textarea::placeholder {
  color: #ffffff !important;
}
.cid-uLmKymBGJx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLDthOjA78 {
  background-color: #4c2c43;
  overflow: hidden;
}
.cid-uLDthOjA78::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #4c2c43 50%);
  z-index: 1;
}
.cid-uLDthOjA78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDthOjA78 .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-uLDthOjA78 .container {
    padding: 0 22px;
  }
}
.cid-uLDthOjA78 .row {
  position: relative;
  z-index: 1;
}
.cid-uLDthOjA78 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uLDthOjA78 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #a3b437;
}
.cid-uLDthOjA78 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #a3b437;
}
.cid-uLDthOjA78 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLDthOjA78 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLDthOjA78 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLDthOjA78 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uLDthOjA78 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uLDthOjA78 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover,
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover::before,
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uLDthOjA78 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #e0e0e0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLDthOjA78 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uLDthOjA78 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #e0e0e0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLDthOjA78 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uLDthOjA78 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLDthOjA78 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #e0e0e0;
  text-align: center;
}
.cid-uLDthOjA78 .mbr-section-title {
  color: #ffffff;
}
.cid-uLDthOjA78 .mbr-text {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .mbr-section-subtitle {
  color: #2e2e2e;
}
.cid-uLDthOjA78 .list {
  color: #ffffff;
}
.cid-uLDthOjA78 .mbr-contact {
  color: #ffffff;
}
.cid-uLDthOjA78 .mbr-desc {
  color: #ffffff;
}
.cid-uLDthOjA78 .list,
.cid-uLDthOjA78 .item-wrap {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .mbr-contact,
.cid-uLDthOjA78 .item-contact {
  color: #e0e0e0;
}
.cid-uLDthOjA78 .mbr-desc,
.cid-uLDthOjA78 .mbr-section-btn {
  color: #e0e0e0;
}
