.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 6.1rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.625rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #291f1e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #800000 !important;
  border-color: #800000 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #291f1e !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #002366 !important;
}
.bg-warning {
  background-color: #008080 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #291f1e !important;
  border-color: #291f1e !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #463534 !important;
  border-color: #463534 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #463534 !important;
  border-color: #463534 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #002366 !important;
  border-color: #002366 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #003599 !important;
  border-color: #003599 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #003599 !important;
  border-color: #003599 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #008080 !important;
  border-color: #008080 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #00b3b3 !important;
  border-color: #00b3b3 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #00b3b3 !important;
  border-color: #00b3b3 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #291f1e;
  color: #291f1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #291f1e !important;
  border-color: #291f1e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #800000;
  color: #800000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #290000 !important;
  background-color: transparent !important;
  border-color: #290000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #800000 !important;
  border-color: #800000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #002366;
  color: #002366;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00050f !important;
  background-color: transparent !important;
  border-color: #00050f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #002366 !important;
  border-color: #002366 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #008080;
  color: #008080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #002929 !important;
  background-color: transparent !important;
  border-color: #002929 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #008080 !important;
  border-color: #008080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #291f1e !important;
}
.text-secondary {
  color: #800000 !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #002366 !important;
}
.text-warning {
  color: #008080 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1a0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #001a1a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #291f1e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #002366;
}
.alert-warning {
  background-color: #008080;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #291f1e;
  border-color: #291f1e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #291f1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcd1d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #004fe6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #00ffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #291f1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #291f1e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #291f1e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #291f1e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #291f1e;
  border-bottom-color: #291f1e;
}
.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: #291f1e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #800000 !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='%23291f1e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #800000;
  background: rgba(128, 0, 0, 0.8) !important;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #800000;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background: rgba(128, 0, 0, 0.8) !important;
  position: fixed;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #800000 !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #800000;
    opacity: 1;
    border-color: rgba(128, 0, 0, 0.8) !important;
    background: rgba(128, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZs5WPRvK6 {
  display: flex;
  padding-top: 25rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mining-zdnoixnoe24tim-2000x1333.webp");
}
.cid-tZs5WPRvK6 .mbr-overlay {
  background-color: #002366;
  opacity: 0.6;
}
.cid-tZs5WPRvK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs5WPRvK6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs5WPRvK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs5WPRvK6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZs5WPRvK6 {
    align-items: center;
  }
  .cid-tZs5WPRvK6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs5WPRvK6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WPRvK6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs5WPRvK6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs5WPRvK6 .content-wrap {
    width: 100%;
  }
}
.cid-tZs5WPRvK6 .mbr-section-subtitle,
.cid-tZs5WPRvK6 .line {
  color: #ffffff;
}
.cid-tZs5WPRvK6 .mbr-text,
.cid-tZs5WPRvK6 .mbr-section-btn {
  text-align: left;
}
.cid-u9l1CXNWp9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-u9l1CXNWp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9l1CXNWp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9l1CXNWp9 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-u9l1CXNWp9 .container {
    padding: 0 16px;
  }
}
.cid-u9l1CXNWp9 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-u9l1CXNWp9 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u9l1CXNWp9 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u9l1CXNWp9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u9l1CXNWp9 .title-wrapper .mbr-section-title span {
  color: #800000;
}
.cid-u9l1CXNWp9 .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-u9l1CXNWp9 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-u9l1CXNWp9 .item .item-wrapper:hover .item-img img,
.cid-u9l1CXNWp9 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #291f1e !important;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #800000 !important;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #232323 !important;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #002366 !important;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #008080 !important;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #ffffff !important;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-u9l1CXNWp9 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u9l1CXNWp9 .mbr-section-title {
  color: #000000;
}
.cid-u9l1CXNWp9 .mbr-desc {
  color: #6f6f6f;
}
.cid-u9l1CXNWp9 .item-text {
  color: #000000;
}
.cid-u9l1CXNWp9 .mbr-section-subtitle,
.cid-u9l1CXNWp9 .line {
  color: #000000;
}
.cid-u9l1CXNWp9 .mbr-section-title,
.cid-u9l1CXNWp9 .mbr-section-btn-main {
  color: #291f1e;
}
.cid-u9l1CXNWp9 .item-benefits {
  align: center;
  text-align: center;
}
.cid-u9l1CXNWp9 .mbr-iconfont-bullet {
  font-size: 3em;
  color: #800000;
  fill: #800000;
}
.cid-u9l1CXNWp9 .mbr-iconfont-bullet span {
  text-align: center;
  align: center;
}
.cid-uzT7zlljI4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uzT7zlljI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzT7zlljI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzT7zlljI4 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-uzT7zlljI4 .container {
    padding: 0 16px;
  }
}
.cid-uzT7zlljI4 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uzT7zlljI4 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uzT7zlljI4 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uzT7zlljI4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzT7zlljI4 .title-wrapper .mbr-section-title span {
  color: #800000;
}
.cid-uzT7zlljI4 .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-uzT7zlljI4 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uzT7zlljI4 .item .item-wrapper:hover .item-img img,
.cid-uzT7zlljI4 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uzT7zlljI4 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #291f1e !important;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #800000 !important;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #232323 !important;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #002366 !important;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #008080 !important;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #ffffff !important;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uzT7zlljI4 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uzT7zlljI4 .mbr-section-title {
  color: #000000;
}
.cid-uzT7zlljI4 .mbr-desc {
  color: #6f6f6f;
}
.cid-uzT7zlljI4 .item-text {
  color: #000000;
}
.cid-uzT7zlljI4 .mbr-section-subtitle,
.cid-uzT7zlljI4 .line {
  color: #000000;
}
.cid-uzT7zlljI4 .mbr-section-title,
.cid-uzT7zlljI4 .mbr-section-btn-main {
  color: #291f1e;
}
.cid-uzT7zlljI4 .mbr-iconfont-bullet {
  font-size: 3em;
  color: #800000;
  fill: #800000;
}
.cid-uzT7zlljI4 .mbr-iconfont-bullet span {
  text-align: center;
  align: center;
}
.cid-uzT7zlljI4 .item-benefits {
  align: center;
  text-align: center;
}
.cid-u96SgBLPBX {
  background-color: #ffffff;
}
.cid-u96SgBLPBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u96SgBLPBX .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-u96SgBLPBX .container {
    padding: 0 22px;
  }
}
.cid-u96SgBLPBX .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-u96SgBLPBX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u96SgBLPBX .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-u96SgBLPBX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #800000;
  border-radius: 0 !important;
}
.cid-u96SgBLPBX .item .item-wrapper .item-content {
  padding: 25px 30px;
}
@media (max-width: 992px) {
  .cid-u96SgBLPBX .item .item-wrapper .item-content {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
}
.cid-u96SgBLPBX .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-u96SgBLPBX .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-u96SgBLPBX .item .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-u96SgBLPBX .item .item-wrapper .item-img img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 100% 0 0 0 !important;
}
.cid-u96SgBLPBX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u96SgBLPBX .card-title {
  color: #ffffff;
}
.cid-u96SgBLPBX .card-text {
  color: #ffffff;
}
.cid-tZs9RoHwNm {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tZs9RoHwNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs9RoHwNm .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs9RoHwNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs9RoHwNm .btn:hover {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.cid-tZs9RoHwNm .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs9RoHwNm .btn div {
  overflow: hidden;
}
.cid-tZs9RoHwNm .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZs9RoHwNm {
    align-items: center;
  }
  .cid-tZs9RoHwNm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs9RoHwNm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs9RoHwNm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs9RoHwNm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs9RoHwNm .content-wrap {
    width: 100%;
  }
}
.cid-tZs9RoHwNm .mbr-section-subtitle,
.cid-tZs9RoHwNm .line {
  color: #291f1e;
}
.cid-tZs9RoHwNm .mbr-text,
.cid-tZs9RoHwNm .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-tZs9RoHwNm .mbr-section-title {
  color: #291f1e;
}
.cid-tZs8TrgrJd {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZs8TrgrJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs8TrgrJd .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #291f1e;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-tZs8TrgrJd h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-tZs8TrgrJd h1 {
    margin-bottom: 1rem;
  }
}
.cid-tZs8TrgrJd p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-tZs8TrgrJd p {
    margin-bottom: 2rem;
  }
}
.cid-tZs8TrgrJd .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-tZs8TrgrJd .image-wrapper,
.cid-tZs8TrgrJd img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tZs8TrgrJd .image-wrapper,
  .cid-tZs8TrgrJd img {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs8TrgrJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs8TrgrJd .btn:hover {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.cid-tZs8TrgrJd .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs8TrgrJd .btn div {
  overflow: hidden;
}
.cid-tZs8TrgrJd .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs8TrgrJd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs8TrgrJd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs8TrgrJd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs8TrgrJd .content-wrap {
    width: 100%;
  }
}
.cid-tZs8TrgrJd .mbr-section-subtitle,
.cid-tZs8TrgrJd .line {
  color: #291f1e;
}
.cid-tZs8TrgrJd .mbr-text,
.cid-tZs8TrgrJd .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-tZs8TrgrJd .mbr-section-title {
  color: #291f1e;
}
.cid-tZs8TrgrJd .mbr-section-title,
.cid-tZs8TrgrJd .mbr-section-btn,
.cid-tZs8TrgrJd .line {
  text-align: left;
  color: #291f1e;
}
.cid-tZs8TrgrJd .mbr-text {
  text-align: left;
}
.cid-tZs8Yxtdgg {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZs8Yxtdgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs8Yxtdgg .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #291f1e;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-tZs8Yxtdgg h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-tZs8Yxtdgg h1 {
    margin-bottom: 1rem;
  }
}
.cid-tZs8Yxtdgg p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-tZs8Yxtdgg p {
    margin-bottom: 2rem;
  }
}
.cid-tZs8Yxtdgg .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-tZs8Yxtdgg .image-wrapper,
.cid-tZs8Yxtdgg img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tZs8Yxtdgg .image-wrapper,
  .cid-tZs8Yxtdgg img {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs8Yxtdgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs8Yxtdgg .btn:hover {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.cid-tZs8Yxtdgg .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs8Yxtdgg .btn div {
  overflow: hidden;
}
.cid-tZs8Yxtdgg .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs8Yxtdgg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs8Yxtdgg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs8Yxtdgg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs8Yxtdgg .content-wrap {
    width: 100%;
  }
}
.cid-tZs8Yxtdgg .mbr-section-subtitle,
.cid-tZs8Yxtdgg .line {
  color: #291f1e;
}
.cid-tZs8Yxtdgg .mbr-text,
.cid-tZs8Yxtdgg .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-tZs8Yxtdgg .mbr-section-title {
  color: #291f1e;
}
.cid-tZs8Yxtdgg .mbr-section-title,
.cid-tZs8Yxtdgg .mbr-section-btn,
.cid-tZs8Yxtdgg .line {
  text-align: left;
  color: #291f1e;
}
.cid-tZs8Yxtdgg .mbr-text {
  text-align: left;
}
.cid-u9fEfZd3tw {
  display: flex;
  background-image: url("../../../assets/images/bonico-profile-page6-image1-1031x688.webp");
}
.cid-u9fEfZd3tw .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-u9fEfZd3tw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9fEfZd3tw .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9fEfZd3tw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9fEfZd3tw .btn:hover {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.cid-u9fEfZd3tw .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9fEfZd3tw .btn div {
  overflow: hidden;
}
.cid-u9fEfZd3tw .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9fEfZd3tw {
    align-items: flex-end;
  }
  .cid-u9fEfZd3tw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9fEfZd3tw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9fEfZd3tw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9fEfZd3tw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9fEfZd3tw .content-wrap {
    width: 100%;
  }
}
.cid-u9fEfZd3tw .mbr-section-subtitle,
.cid-u9fEfZd3tw .line {
  color: #ffffff;
}
.cid-u9fEfZd3tw .mbr-text,
.cid-u9fEfZd3tw .mbr-section-btn {
  text-align: right;
}
.cid-u9lhcHu6uy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9lhcHu6uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lhcHu6uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lhcHu6uy ul {
  padding-left: 1.5rem;
}
.cid-u9lhcHu6uy ul li {
  padding-bottom: 0.5rem;
}
.cid-u9lhcHu6uy .mbr-text3 {
  line-height: 1.2;
}
.cid-u9lhcHu6uy p {
  line-height: 1.2;
}
.cid-u9lhcHu6uy .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-u9lhcHu6uy .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-u9lhcHu6uy .round {
    height: 600px;
    top: -100px;
  }
}
.cid-u9lhcHu6uy .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: currentColor;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-u9lhcHu6uy .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-u9lhcHu6uy .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-u9lhcHu6uy .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-u9lhcHu6uy .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u9lhcHu6uy .image-wrapper {
  padding: 0 1rem;
}
.cid-u9lhcHu6uy .mbr-section-title {
  color: #000000;
}
.cid-u9lhcHu6uy .mbr-text,
.cid-u9lhcHu6uy .mbr-section-btn {
  color: #f0466a;
}
.cid-u9lhcHu6uy .mbr-card-title {
  color: #f0466a;
}
.cid-u9lhcHu6uy .mbr-card-title,
.cid-u9lhcHu6uy .line {
  color: #000000;
}
.cid-u9lhcHu6uy .mbr-section-text {
  color: #800000;
}
.cid-uvNmRbumXZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-uvNmRbumXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNmRbumXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvNmRbumXZ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uvNmRbumXZ .line {
    margin-bottom: 1rem;
  }
}
.cid-uvNmRbumXZ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uvNmRbumXZ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uvNmRbumXZ img,
.cid-uvNmRbumXZ .item-img {
  width: 100%;
  object-position: 50% top;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uvNmRbumXZ img,
  .cid-uvNmRbumXZ .item-img {
    max-height: 350px;
  }
}
.cid-uvNmRbumXZ H5 {
  color: #291f1e;
}
.cid-uvNmRbumXZ .mbr-text,
.cid-uvNmRbumXZ .mbr-section-btn {
  color: #291f1e;
}
.cid-uvNmRbumXZ .mbr-section-subtitle,
.cid-uvNmRbumXZ .line {
  color: #291f1e;
}
.cid-uvNmS9VyOv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f0f0f0;
}
.cid-uvNmS9VyOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNmS9VyOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvNmS9VyOv .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uvNmS9VyOv .line {
    margin-bottom: 1rem;
  }
}
.cid-uvNmS9VyOv .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uvNmS9VyOv .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uvNmS9VyOv img,
.cid-uvNmS9VyOv .item-img {
  width: 100%;
  object-position: 50% top;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uvNmS9VyOv img,
  .cid-uvNmS9VyOv .item-img {
    max-height: 350px;
  }
}
.cid-uvNmS9VyOv H5 {
  color: #291f1e;
}
.cid-uvNmS9VyOv .mbr-text,
.cid-uvNmS9VyOv .mbr-section-btn {
  color: #291f1e;
}
.cid-uvNmS9VyOv .mbr-section-subtitle,
.cid-uvNmS9VyOv .line {
  color: #291f1e;
}
.cid-u9kpBv3ax7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #002366;
}
.cid-u9kpBv3ax7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9kpBv3ax7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9kpBv3ax7 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-u9kpBv3ax7 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9kpBv3ax7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9kpBv3ax7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9kpBv3ax7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9kpBv3ax7 .content-head {
  max-width: 800px;
}
.cid-u9kpBv3ax7 .mbr-section-title {
  color: #ffffff;
}
.cid-tZsa0BwFuo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1c0000;
  min-height: 72px;
}
.cid-tZsa0BwFuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZsa0BwFuo .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tZsa0BwFuo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZsa0BwFuo .wrapper-logo img {
  height: 1rem !important;
}
.cid-tZsa0BwFuo .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-tZsa0BwFuo .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-tZsa0BwFuo .card-box {
  padding: 0 2rem;
}
.cid-tZsa0BwFuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZsa0BwFuo .card-title,
.cid-tZsa0BwFuo .iconfont-wrapper,
.cid-tZsa0BwFuo .card-text {
  color: #000000;
  text-align: center;
}
.cid-tZsa0BwFuo .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tZsa0BwFuo .mbr-section-btn {
  text-align: center;
}
.cid-tZsa0BwFuo .card-text,
.cid-tZsa0BwFuo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tZsa0BwFuo .card-title,
.cid-tZsa0BwFuo .iconfont-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-tZsa0BwFuo .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tZsa0BwFuo P {
  text-align: center;
  color: #f7f7f7;
}
.cid-ua25zDPVaq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ua25zDPVaq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ua25zDPVaq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ua25zDPVaq .btn {
  font-weight: 400;
}
.cid-ua25zDPVaq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ua25zDPVaq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ua25zDPVaq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ua25zDPVaq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua25zDPVaq .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ua25zDPVaq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ua25zDPVaq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ua25zDPVaq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ua25zDPVaq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ua25zDPVaq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ua25zDPVaq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ua25zDPVaq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ua25zDPVaq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ua25zDPVaq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ua25zDPVaq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ua25zDPVaq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ua25zDPVaq .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ua25zDPVaq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ua25zDPVaq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ua25zDPVaq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ua25zDPVaq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ua25zDPVaq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ua25zDPVaq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ua25zDPVaq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #800000;
  background: rgba(128, 0, 0, 0.8) !important;
}
.cid-ua25zDPVaq .nav-item:focus,
.cid-ua25zDPVaq .nav-link:focus {
  outline: none;
}
.cid-ua25zDPVaq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ua25zDPVaq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua25zDPVaq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ua25zDPVaq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ua25zDPVaq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ua25zDPVaq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ua25zDPVaq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ua25zDPVaq .navbar.opened {
  transition: all 0.25s;
}
.cid-ua25zDPVaq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ua25zDPVaq .navbar .navbar-logo img {
  width: auto;
}
.cid-ua25zDPVaq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ua25zDPVaq .navbar.collapsed {
  justify-content: center;
}
.cid-ua25zDPVaq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ua25zDPVaq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua25zDPVaq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ua25zDPVaq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua25zDPVaq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua25zDPVaq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ua25zDPVaq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua25zDPVaq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ua25zDPVaq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ua25zDPVaq .navbar {
    min-height: 72px;
  }
  .cid-ua25zDPVaq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ua25zDPVaq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ua25zDPVaq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua25zDPVaq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua25zDPVaq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua25zDPVaq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ua25zDPVaq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ua25zDPVaq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ua25zDPVaq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ua25zDPVaq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ua25zDPVaq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ua25zDPVaq .dropdown-item.active,
.cid-ua25zDPVaq .dropdown-item:active {
  background-color: transparent;
}
.cid-ua25zDPVaq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ua25zDPVaq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua25zDPVaq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua25zDPVaq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #800000;
}
.cid-ua25zDPVaq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ua25zDPVaq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ua25zDPVaq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ua25zDPVaq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ua25zDPVaq .navbar-buttons {
    text-align: left;
  }
}
.cid-ua25zDPVaq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ua25zDPVaq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ua25zDPVaq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua25zDPVaq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua25zDPVaq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua25zDPVaq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua25zDPVaq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua25zDPVaq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ua25zDPVaq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ua25zDPVaq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua25zDPVaq .navbar-dropdown {
  padding: 0;
  background: rgba(128, 0, 0, 0.8) !important;
  position: fixed;
}
.cid-ua25zDPVaq .opacityScroll {
  background: #800000 !important;
}
.cid-ua25zDPVaq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ua25zDPVaq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ua25zDPVaq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ua25zDPVaq .navbar {
    height: 70px;
  }
  .cid-ua25zDPVaq .navbar.opened {
    height: auto;
  }
  .cid-ua25zDPVaq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua25zDPVaq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ua25zDPVaq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ua25zDPVaq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ua25zDPVaq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ua25zDPVaq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ua25zDPVaq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ua25zDPVaq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ua25zDPVaq .navbar-brand {
    margin-right: auto;
  }
  .cid-ua25zDPVaq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #800000;
    opacity: 1;
    border-color: rgba(128, 0, 0, 0.8) !important;
    background: rgba(128, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ua25zDPVaq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ua25zDPVaq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ua25zDPVaq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ua25zDPVaq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ua25zDPVaq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ua25zDPVaq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ua25zDPVaq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ua25zDPVaq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ua25zDPVaq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ua25zDPVaq .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ua25zDPVaq .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ua25zDPVaq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ua25zEwL6a {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/effecient-drilling-process.webp");
}
.cid-ua25zEwL6a .mbr-overlay {
  background-color: #002366;
  opacity: 0.6;
}
.cid-ua25zEwL6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua25zEwL6a .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ua25zEwL6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua25zEwL6a p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ua25zEwL6a {
    align-items: center;
  }
  .cid-ua25zEwL6a .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ua25zEwL6a .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ua25zEwL6a {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ua25zEwL6a .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ua25zEwL6a .content-wrap {
    width: 100%;
  }
}
.cid-ua25zEwL6a .mbr-section-subtitle,
.cid-ua25zEwL6a .line {
  color: #ffffff;
}
.cid-ua25zEwL6a .mbr-text,
.cid-ua25zEwL6a .mbr-section-btn {
  text-align: left;
}
.cid-ua25zGgIXh {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f0f0f0;
}
.cid-ua25zGgIXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua25zGgIXh .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ua25zGgIXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua25zGgIXh .btn:hover {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.cid-ua25zGgIXh .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ua25zGgIXh .btn div {
  overflow: hidden;
}
.cid-ua25zGgIXh .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ua25zGgIXh {
    align-items: center;
  }
  .cid-ua25zGgIXh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ua25zGgIXh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ua25zGgIXh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ua25zGgIXh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ua25zGgIXh .content-wrap {
    width: 100%;
  }
}
.cid-ua25zGgIXh .mbr-section-subtitle,
.cid-ua25zGgIXh .line {
  color: #291f1e;
}
.cid-ua25zGgIXh .mbr-text,
.cid-ua25zGgIXh .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ua25zGgIXh .mbr-section-title {
  color: #291f1e;
}
.cid-ua25zGKi1i {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-ua25zGKi1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua25zGKi1i .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #291f1e;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-ua25zGKi1i h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-ua25zGKi1i h1 {
    margin-bottom: 1rem;
  }
}
.cid-ua25zGKi1i p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-ua25zGKi1i p {
    margin-bottom: 2rem;
  }
}
.cid-ua25zGKi1i .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-ua25zGKi1i .image-wrapper,
.cid-ua25zGKi1i img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua25zGKi1i .image-wrapper,
  .cid-ua25zGKi1i img {
    padding-bottom: 0.5rem;
  }
}
.cid-ua25zGKi1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua25zGKi1i .btn:hover {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.cid-ua25zGKi1i .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ua25zGKi1i .btn div {
  overflow: hidden;
}
.cid-ua25zGKi1i .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ua25zGKi1i .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ua25zGKi1i {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ua25zGKi1i .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ua25zGKi1i .content-wrap {
    width: 100%;
  }
}
.cid-ua25zGKi1i .mbr-section-subtitle,
.cid-ua25zGKi1i .line {
  color: #291f1e;
}
.cid-ua25zGKi1i .mbr-text,
.cid-ua25zGKi1i .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-ua25zGKi1i .mbr-section-title {
  color: #291f1e;
}
.cid-ua25zGKi1i .mbr-section-title,
.cid-ua25zGKi1i .mbr-section-btn,
.cid-ua25zGKi1i .line {
  text-align: left;
  color: #291f1e;
}
.cid-ua25zGKi1i .mbr-text {
  text-align: left;
}
.cid-ua25zHhA0i {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-ua25zHhA0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua25zHhA0i .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #291f1e;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-ua25zHhA0i h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-ua25zHhA0i h1 {
    margin-bottom: 1rem;
  }
}
.cid-ua25zHhA0i p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-ua25zHhA0i p {
    margin-bottom: 2rem;
  }
}
.cid-ua25zHhA0i .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-ua25zHhA0i .image-wrapper,
.cid-ua25zHhA0i img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua25zHhA0i .image-wrapper,
  .cid-ua25zHhA0i img {
    padding-bottom: 0.5rem;
  }
}
.cid-ua25zHhA0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua25zHhA0i .btn:hover {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.cid-ua25zHhA0i .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ua25zHhA0i .btn div {
  overflow: hidden;
}
.cid-ua25zHhA0i .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ua25zHhA0i .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ua25zHhA0i {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ua25zHhA0i .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ua25zHhA0i .content-wrap {
    width: 100%;
  }
}
.cid-ua25zHhA0i .mbr-section-subtitle,
.cid-ua25zHhA0i .line {
  color: #291f1e;
}
.cid-ua25zHhA0i .mbr-text,
.cid-ua25zHhA0i .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-ua25zHhA0i .mbr-section-title {
  color: #291f1e;
}
.cid-ua25zHhA0i .mbr-section-title,
.cid-ua25zHhA0i .mbr-section-btn,
.cid-ua25zHhA0i .line {
  text-align: left;
  color: #291f1e;
}
.cid-ua25zHhA0i .mbr-text {
  text-align: left;
}
.cid-ua2FstMVi7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua2FstMVi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua2FstMVi7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua2FstMVi7 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-ua2FstMVi7 .line2 {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
}
.cid-ua2FstMVi7 .title .num {
  width: 100%;
  display: block;
}
.cid-ua2FstMVi7 .title .card-title {
  z-index: 1;
}
.cid-ua2FstMVi7 .num {
  color: #291f1e;
}
.cid-ua2FstMVi7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua2FstMVi7 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ua2FstMVi7 * {
    text-align: center !important;
  }
  .cid-ua2FstMVi7 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ua2FstMVi7 .card-title,
.cid-ua2FstMVi7 .card-img {
  color: #291f1e;
}
.cid-ua2FstMVi7 .card-text {
  color: #291f1e;
}
.cid-ua2FstMVi7 .mbr-section-title,
.cid-ua2FstMVi7 .card-box {
  text-align: left;
}
.cid-ua2FstMVi7 .mbr-section-title,
.cid-ua2FstMVi7 .line {
  color: #291f1e;
}
.cid-ua2FstMVi7 .card-text,
.cid-ua2FstMVi7 .line2 {
  color: #291f1e;
}
.cid-ua2HKZQcbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua2HKZQcbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua2HKZQcbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua2HKZQcbD .row {
  flex-direction: row-reverse;
}
.cid-ua2HbA6VST {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f0f0f0;
}
.cid-ua2HbA6VST .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua2HbA6VST .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ua2HbA6VST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua2HbA6VST .btn:hover {
  transform: scale(1.1);
  background: #800000 !important;
  border-color: #800000 !important;
  color: #291f1e !important;
}
.cid-ua2HbA6VST .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ua2HbA6VST .btn div {
  overflow: hidden;
}
.cid-ua2HbA6VST .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ua2HbA6VST {
    align-items: center;
  }
  .cid-ua2HbA6VST .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ua2HbA6VST .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ua2HbA6VST {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ua2HbA6VST .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ua2HbA6VST .content-wrap {
    width: 100%;
  }
}
.cid-ua2HbA6VST .mbr-section-subtitle,
.cid-ua2HbA6VST .line {
  color: #291f1e;
}
.cid-ua2HbA6VST .mbr-text,
.cid-ua2HbA6VST .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ua2HbA6VST .mbr-section-title {
  color: #291f1e;
}
.cid-ua25zK6T7Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #002366;
}
.cid-ua25zK6T7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua25zK6T7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua25zK6T7Y .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ua25zK6T7Y .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ua25zK6T7Y .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ua25zK6T7Y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ua25zK6T7Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ua25zK6T7Y .content-head {
  max-width: 800px;
}
.cid-ua25zK6T7Y .mbr-section-title {
  color: #ffffff;
}
.cid-ua25zKRImL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
  min-height: 72px;
}
.cid-ua25zKRImL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua25zKRImL .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ua25zKRImL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua25zKRImL .wrapper-logo img {
  height: 1rem !important;
}
.cid-ua25zKRImL .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-ua25zKRImL .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-ua25zKRImL .card-box {
  padding: 0 2rem;
}
.cid-ua25zKRImL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua25zKRImL .card-title,
.cid-ua25zKRImL .iconfont-wrapper,
.cid-ua25zKRImL .card-text {
  color: #000000;
  text-align: center;
}
.cid-ua25zKRImL .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ua25zKRImL .mbr-section-btn {
  text-align: center;
}
.cid-ua25zKRImL .card-text,
.cid-ua25zKRImL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ua25zKRImL .card-title,
.cid-ua25zKRImL .iconfont-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-ua25zKRImL .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ua25zKRImL P {
  text-align: center;
  color: #f7f7f7;
}
