@import url(https://fonts.googleapis.com/css?family=Gilda+Display:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.7rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Gilda Display', serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #c19b76 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #a3c6d2 !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #a3c6d2 !important;
  border-color: #a3c6d2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #70a6b9 !important;
  border-color: #70a6b9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #70a6b9 !important;
  border-color: #70a6b9 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #906841 !important;
  color: #906841 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #5f9cb0 !important;
  color: #5f9cb0 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #a3c6d2 !important;
  border-color: #a3c6d2 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a3c6d2 !important;
  border-color: #a3c6d2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c19b76 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #a3c6d2 !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #906841 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5f9cb0 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a3c6d2;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c19b76;
  border-color: #c19b76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c19b76;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9dbce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.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: 'Gilda Display', serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c19b76;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c19b76;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c19b76;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c19b76;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c19b76;
  border-bottom-color: #c19b76;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c19b76 !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: #333333 !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%;
}
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='%23c19b76' %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;
}
.cid-svR3uktQHG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-svR3uktQHG .underline .line {
  width: 2rem;
  height: 1px;
  background: #9f2b19;
  display: inline-block;
}
.cid-svR3uktQHG .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-svR3uktQHG .title {
    width: 100% !important;
  }
}
.cid-svR3uktQHG .mbr-section-title {
  color: #030303;
}
.cid-s42K3caWeh {
  background-image: url("../../../assets/images/mnsn-1600x1062.jpg");
}
.cid-s42K3caWeh .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-s42K3caWeh .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s42K3caWeh .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s42K3caWeh .animated-element,
.cid-s42K3caWeh .typed-cursor {
  color: #ffffff;
}
.cid-s42K3caWeh .animated-element {
  border-bottom: 5px solid #c19b76;
}
@media (max-width: 767px) {
  .cid-s42K3caWeh .typed-text {
    text-align: center;
  }
}
.cid-s42K3caWeh .mbr-section-subtitle,
.cid-s42K3caWeh .underline {
  text-align: center;
}
.cid-s42K3caWeh .mbr-section-title {
  text-align: left;
}
.cid-t3zLBBLPUQ {
  background: #ffffff;
}
.cid-t3zLBBLPUQ .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-t3zLBBLPUQ .image-block img {
  width: 100%;
}
.cid-t3zLBBLPUQ .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-t3zLBBLPUQ .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-sMH5NhS3lE {
  background-color: #000000;
}
.cid-sMH5NhS3lE .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sMH5NhS3lE .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sMH5NhS3lE .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMH5NhS3lE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sMH5NhS3lE .image-element {
    padding-left: 0;
  }
}
.cid-sMH5NhS3lE .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sMH5NhS3lE .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-sMH5NhS3lE .brown {
  color: #c19b76;
}
.cid-sMH5NhS3lE .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMH5NhS3lE .paragraphs-wrapper .first-paragraph,
.cid-sMH5NhS3lE .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sMH5NhS3lE .image-element {
    padding-top: 1rem;
  }
  .cid-sMH5NhS3lE .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMH5NhS3lE .paragraphs-wrapper .first-paragraph,
  .cid-sMH5NhS3lE .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sMH5NhS3lE .first-paragraph,
  .cid-sMH5NhS3lE .second-paragraph {
    width: 50%;
  }
  .cid-sMH5NhS3lE .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sMH5NhS3lE .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sMH5NhS3lE .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sMH5NhS3lE .mbr-section-title,
  .cid-sMH5NhS3lE .mbr-section-btn {
    text-align: left;
  }
}
.cid-sMH5NhS3lE .mbr-text,
.cid-sMH5NhS3lE .mbr-section-btn {
  color: #ffffff;
}
.cid-sMH5NhS3lE .mbr-text,
.cid-sMH5NhS3lE .mbr-section-btn P {
  text-align: center;
}
.cid-sGzYlhRA8U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGzYlhRA8U .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sGzYlhRA8U .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sGzYlhRA8U .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-sGzYlhRA8U .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-sGzYlhRA8U .image-element {
    padding-right: 0;
  }
}
.cid-sGzYlhRA8U .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGzYlhRA8U .mbr-section-subtitle,
.cid-sGzYlhRA8U .mbr-text {
  color: #878787;
}
.cid-sGzYlhRA8U .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sGzYlhRA8U .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGzYlhRA8U .text-element {
    padding-top: 0;
  }
}
.cid-sGzYlhRA8U .mbr-section-title {
  color: #000000;
}
.cid-sGzYlhRA8U .mbr-section-subtitle,
.cid-sGzYlhRA8U .underline {
  color: #ffffff;
}
.cid-sGzYlhRA8U .mbr-text,
.cid-sGzYlhRA8U .mbr-section-btn {
  color: #030303;
}
.cid-sCdnhcUEip {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sCdnhcUEip .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sCdnhcUEip .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCdnhcUEip .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCdnhcUEip .mbr-text,
.cid-sCdnhcUEip .mbr-section-btn {
  text-align: center;
}
.cid-sCdnhcUEip .mbr-section-title {
  text-align: center;
}
.cid-sC7KqM8WgC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sC7KqM8WgC .card .card-img {
  overflow: hidden;
}
.cid-sC7KqM8WgC .card .card-img img {
  transition: all .5s;
}
.cid-sC7KqM8WgC .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sC7KqM8WgC .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sC7KqM8WgC .card {
  display: block;
  height: 100%;
}
.cid-sC7KqM8WgC .card .card-wrapper {
  height: 100%;
}
.cid-sC7KqM8WgC .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-sC7KqM8WgC .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-sC7KqM8WgC .card .card-box .card-title {
  margin: 0;
}
.cid-sC7KqM8WgC .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sC7KqM8WgC .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sC7KqM8WgC .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sC7KqM8WgC .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sC7KqM8WgC .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sC7KqM8WgC .card .card-footer .icons-list {
  margin: 0;
}
.cid-sC7KqM8WgC .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-sC7KqM8WgC .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-sC7KqM8WgC .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-sC7KqM8WgC .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-sC7KqM8WgC .card-box {
  border-style: solid;
  border-color: #b7b6b6;
  border-width: 0 1px 1px 1px;
}
.cid-sC7KqM8WgC .card-footer {
  border-top: 1px solid #b7b6b6;
}
.cid-sC7KqM8WgC .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-sC7KqM8WgC .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sC7KqM8WgC .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sC7KqM8WgC .main-title {
  color: #333333;
}
.cid-sC8bT17nzh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sC8bT17nzh .card .card-img {
  overflow: hidden;
}
.cid-sC8bT17nzh .card .card-img img {
  transition: all .5s;
}
.cid-sC8bT17nzh .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sC8bT17nzh .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sC8bT17nzh .card {
  display: block;
  height: 100%;
}
.cid-sC8bT17nzh .card .card-wrapper {
  height: 100%;
}
.cid-sC8bT17nzh .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-sC8bT17nzh .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-sC8bT17nzh .card .card-box .card-title {
  margin: 0;
}
.cid-sC8bT17nzh .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sC8bT17nzh .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sC8bT17nzh .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sC8bT17nzh .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sC8bT17nzh .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sC8bT17nzh .card .card-footer .icons-list {
  margin: 0;
}
.cid-sC8bT17nzh .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-sC8bT17nzh .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-sC8bT17nzh .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-sC8bT17nzh .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-sC8bT17nzh .card-box {
  border-style: solid;
  border-color: #a69e9e;
  border-width: 0 1px 1px 1px;
}
.cid-sC8bT17nzh .card-footer {
  border-top: 1px solid #a69e9e;
}
.cid-sC8bT17nzh .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-sC8bT17nzh .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sC8bT17nzh .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sC8bT17nzh .info-text {
  text-align: left;
}
.cid-sC8bT17nzh .link-text {
  text-align: center;
}
.cid-sCbQYMrO2u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCbQYMrO2u .card .card-img {
  overflow: hidden;
}
.cid-sCbQYMrO2u .card .card-img img {
  transition: all .5s;
}
.cid-sCbQYMrO2u .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sCbQYMrO2u .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sCbQYMrO2u .card {
  display: block;
  height: 100%;
}
.cid-sCbQYMrO2u .card .card-wrapper {
  height: 100%;
}
.cid-sCbQYMrO2u .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-sCbQYMrO2u .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-sCbQYMrO2u .card .card-box .card-title {
  margin: 0;
}
.cid-sCbQYMrO2u .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCbQYMrO2u .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sCbQYMrO2u .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sCbQYMrO2u .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sCbQYMrO2u .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCbQYMrO2u .card .card-footer .icons-list {
  margin: 0;
}
.cid-sCbQYMrO2u .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-sCbQYMrO2u .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-sCbQYMrO2u .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-sCbQYMrO2u .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-sCbQYMrO2u .card-box {
  border-style: solid;
  border-color: #a69e9e;
  border-width: 0 1px 1px 1px;
}
.cid-sCbQYMrO2u .card-footer {
  border-top: 1px solid #a69e9e;
}
.cid-sCbQYMrO2u .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-sCbQYMrO2u .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCbQYMrO2u .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sCbQYMrO2u .link-text {
  text-align: center;
}
.cid-sC8W4Vbd1B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sC8W4Vbd1B .card .card-img {
  overflow: hidden;
}
.cid-sC8W4Vbd1B .card .card-img img {
  transition: all .5s;
}
.cid-sC8W4Vbd1B .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sC8W4Vbd1B .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sC8W4Vbd1B .card {
  display: block;
  height: 100%;
}
.cid-sC8W4Vbd1B .card .card-wrapper {
  height: 100%;
}
.cid-sC8W4Vbd1B .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-sC8W4Vbd1B .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-sC8W4Vbd1B .card .card-box .card-title {
  margin: 0;
}
.cid-sC8W4Vbd1B .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sC8W4Vbd1B .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sC8W4Vbd1B .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sC8W4Vbd1B .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sC8W4Vbd1B .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sC8W4Vbd1B .card .card-footer .icons-list {
  margin: 0;
}
.cid-sC8W4Vbd1B .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-sC8W4Vbd1B .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-sC8W4Vbd1B .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-sC8W4Vbd1B .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-sC8W4Vbd1B .card-box {
  border-style: solid;
  border-color: #a69e9e;
  border-width: 0 1px 1px 1px;
}
.cid-sC8W4Vbd1B .card-footer {
  border-top: 1px solid #a69e9e;
}
.cid-sC8W4Vbd1B .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-sC8W4Vbd1B .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sC8W4Vbd1B .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sC8W4Vbd1B .link-text {
  color: #ffffff;
}
.cid-sCbQFqMke4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCbQFqMke4 .card .card-img {
  overflow: hidden;
}
.cid-sCbQFqMke4 .card .card-img img {
  transition: all .5s;
}
.cid-sCbQFqMke4 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sCbQFqMke4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sCbQFqMke4 .card {
  display: block;
  height: 100%;
}
.cid-sCbQFqMke4 .card .card-wrapper {
  height: 100%;
}
.cid-sCbQFqMke4 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-sCbQFqMke4 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-sCbQFqMke4 .card .card-box .card-title {
  margin: 0;
}
.cid-sCbQFqMke4 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCbQFqMke4 .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sCbQFqMke4 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sCbQFqMke4 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sCbQFqMke4 .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCbQFqMke4 .card .card-footer .icons-list {
  margin: 0;
}
.cid-sCbQFqMke4 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-sCbQFqMke4 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-sCbQFqMke4 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-sCbQFqMke4 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-sCbQFqMke4 .card-box {
  border-style: solid;
  border-color: #a69e9e;
  border-width: 0 1px 1px 1px;
}
.cid-sCbQFqMke4 .card-footer {
  border-top: 1px solid #a69e9e;
}
.cid-sCbQFqMke4 .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-sCbQFqMke4 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCbQFqMke4 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sCdgl7Siif {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCdgl7Siif .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sCdgl7Siif .form-group {
  margin-bottom: 1rem;
}
.cid-sCdgl7Siif .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-sCdgl7Siif textarea.form-control {
  min-height: 96px;
}
.cid-sCdgl7Siif .input-group-btn {
  width: 100%;
}
.cid-sCdgl7Siif .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-sCdgl7Siif .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-sCdgl7Siif .google-map {
  width: 100%;
  height: 25rem;
}
.cid-sCdgl7Siif .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sCdgl7Siif .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-sCdgl7Siif .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-sCdgl7Siif .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-sCdgl7Siif .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCdgl7Siif .form-subtitle {
    text-align: center;
  }
}
.cid-sCdgl7Siif .main-title {
  color: #000000;
}
.cid-sCdgl7Siif .form-text {
  color: #000000;
}
.cid-sCdgl7Siif LABEL {
  color: #030303;
}
.cid-sCdgl7Siif .first-column {
  color: #030303;
}
.cid-sCdgl7Siif .second-column {
  color: #000000;
}
.cid-svR3mBmA22 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svR3mBmA22 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-svR3mBmA22 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-svR3mBmA22 .title {
    width: 100% !important;
  }
}
.cid-sGDMtiwOEB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sGDMtiwOEB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sGDMtiwOEB .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-sGDMtiwOEB .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sGDMtiwOEB .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sGDMtiwOEB .link {
  letter-spacing: 2px;
}
.cid-sGDMtiwOEB .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-sGDMtiwOEB .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGDMtiwOEB .card {
    padding-bottom: 2rem;
  }
}
.cid-sGE7z11iPm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sGE7z11iPm .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sGE7z11iPm .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-sGE7z11iPm .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sGE7z11iPm .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sGE7z11iPm .link {
  letter-spacing: 2px;
}
.cid-sGE7z11iPm .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-sGE7z11iPm .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGE7z11iPm .card {
    padding-bottom: 2rem;
  }
}
.cid-sFOpzJWI8c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sFOpzJWI8c .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sFOpzJWI8c .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-sFOpzJWI8c .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sFOpzJWI8c .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sFOpzJWI8c .link {
  letter-spacing: 2px;
}
.cid-sFOpzJWI8c .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-sFOpzJWI8c .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFOpzJWI8c .card {
    padding-bottom: 2rem;
  }
}
.cid-sHMlsIXm8z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sHMlsIXm8z .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sHMlsIXm8z .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-sHMlsIXm8z .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sHMlsIXm8z .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sHMlsIXm8z .link {
  letter-spacing: 2px;
}
.cid-sHMlsIXm8z .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-sHMlsIXm8z .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sHMlsIXm8z .card {
    padding-bottom: 2rem;
  }
}
.cid-sFOEbegIVN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sFOEbegIVN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sFOEbegIVN .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-sFOEbegIVN .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sFOEbegIVN .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sFOEbegIVN .link {
  letter-spacing: 2px;
}
.cid-sFOEbegIVN .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-sFOEbegIVN .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFOEbegIVN .card {
    padding-bottom: 2rem;
  }
}
.cid-sGnGlmw9CQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sGnGlmw9CQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sGnGlmw9CQ .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-sGnGlmw9CQ .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sGnGlmw9CQ .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sGnGlmw9CQ .link {
  letter-spacing: 2px;
}
.cid-sGnGlmw9CQ .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-sGnGlmw9CQ .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGnGlmw9CQ .card {
    padding-bottom: 2rem;
  }
}
.cid-sFNVRNAzrD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sFNVRNAzrD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sFNVRNAzrD .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-sFNVRNAzrD .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sFNVRNAzrD .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sFNVRNAzrD .link {
  letter-spacing: 2px;
}
.cid-sFNVRNAzrD .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-sFNVRNAzrD .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFNVRNAzrD .card {
    padding-bottom: 2rem;
  }
}
.cid-sFO5wAWOVw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sFO5wAWOVw .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sFO5wAWOVw .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-sFO5wAWOVw .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sFO5wAWOVw .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sFO5wAWOVw .link {
  letter-spacing: 2px;
}
.cid-sFO5wAWOVw .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-sFO5wAWOVw .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFO5wAWOVw .card {
    padding-bottom: 2rem;
  }
}
.cid-sFN7ClHQHl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sFN7ClHQHl .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sFN7ClHQHl .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-sFN7ClHQHl .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sFN7ClHQHl .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sFN7ClHQHl .link {
  letter-spacing: 2px;
}
.cid-sFN7ClHQHl .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-sFN7ClHQHl .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFN7ClHQHl .card {
    padding-bottom: 2rem;
  }
}
.cid-sFNJZxfz6W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sFNJZxfz6W .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sFNJZxfz6W .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-sFNJZxfz6W .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sFNJZxfz6W .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sFNJZxfz6W .link {
  letter-spacing: 2px;
}
.cid-sFNJZxfz6W .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-sFNJZxfz6W .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFNJZxfz6W .card {
    padding-bottom: 2rem;
  }
}
.cid-sFN5gchRPs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sFN5gchRPs .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sFN5gchRPs .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sFN5gchRPs .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sFN5gchRPs .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sFN5gchRPs .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sFN5gchRPs .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFN5gchRPs .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sFN5gchRPs .image-element {
    padding: 0 15px;
  }
  .cid-sFN5gchRPs .text-element {
    padding: 2rem 1rem;
  }
  .cid-sFN5gchRPs .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sFN5gchRPs .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sFN5gRFi2Y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sFN5gRFi2Y .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sFN5gRFi2Y .row {
  background-color: #ffffff;
}
.cid-sFN5gRFi2Y .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sFN5gRFi2Y .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sFN5gRFi2Y .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sFN5gRFi2Y .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFN5gRFi2Y .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sFN5gRFi2Y .image-element {
    padding: 0 15px;
  }
  .cid-sFN5gRFi2Y .text-element {
    padding: 2rem 1rem;
  }
  .cid-sFN5gRFi2Y .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sZpWhwZSFe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sZpWhwZSFe .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sZpWhwZSFe .row {
  background-color: #ffffff;
}
.cid-sZpWhwZSFe .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sZpWhwZSFe .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sZpWhwZSFe .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sZpWhwZSFe .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sZpWhwZSFe .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sZpWhwZSFe .image-element {
    padding: 0 15px;
  }
  .cid-sZpWhwZSFe .text-element {
    padding: 2rem 1rem;
  }
  .cid-sZpWhwZSFe .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sZq0XVdwmk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sZq0XVdwmk .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sZq0XVdwmk .row {
  background-color: #ffffff;
}
.cid-sZq0XVdwmk .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sZq0XVdwmk .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sZq0XVdwmk .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sZq0XVdwmk .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sZq0XVdwmk .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sZq0XVdwmk .image-element {
    padding: 0 15px;
  }
  .cid-sZq0XVdwmk .text-element {
    padding: 2rem 1rem;
  }
  .cid-sZq0XVdwmk .text-element .mbr-text {
    padding: 1rem;
  }
}
