.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 0.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.56rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d0a873 !important;
}
.bg-success {
  background-color: #1e2b59 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #d0a873 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d0a873 !important;
  border-color: #d0a873 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b17e3b !important;
  border-color: #b17e3b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b17e3b !important;
  border-color: #b17e3b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #1e2b59 !important;
  border-color: #1e2b59 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #080c18 !important;
  border-color: #080c18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #080c18 !important;
  border-color: #080c18 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d0a873 !important;
  border-color: #d0a873 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b17e3b !important;
  border-color: #b17e3b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b17e3b !important;
  border-color: #b17e3b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d0a873;
  color: #d0a873;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b17e3b !important;
  background-color: transparent!important;
  border-color: #b17e3b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d0a873 !important;
  border-color: #d0a873 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #1e2b59;
  color: #1e2b59;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #080c18 !important;
  background-color: transparent!important;
  border-color: #080c18 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2b59 !important;
  border-color: #1e2b59 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d0a873;
  color: #d0a873;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b17e3b !important;
  background-color: transparent!important;
  border-color: #b17e3b !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d0a873 !important;
  border-color: #d0a873 !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: #d0a873 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #1e2b59 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #d0a873 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a57638 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #04060d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a57638 !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: #d0a873;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #d0a873;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d0a873;
  border-color: #d0a873;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d0a873;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3e59b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #d0a873 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d0a873;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d0a873;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d0a873;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d0a873;
  border-bottom-color: #d0a873;
}
.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: #d0a873 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23d0a873' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tFlGeY6uMV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFlGeY6uMV .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tFlGeY6uMV .modal-body .close {
  background: #1b1b1b;
}
.cid-tFlGeY6uMV .modal-body .close span {
  font-style: normal;
}
.cid-tFlGeY6uMV .carousel-inner > .active,
.cid-tFlGeY6uMV .carousel-inner > .next,
.cid-tFlGeY6uMV .carousel-inner > .prev {
  display: flex;
}
.cid-tFlGeY6uMV .carousel-control .icon-next,
.cid-tFlGeY6uMV .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tFlGeY6uMV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFlGeY6uMV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tFlGeY6uMV .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tFlGeY6uMV .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tFlGeY6uMV .boxed-slider > div {
  position: relative;
}
.cid-tFlGeY6uMV .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tFlGeY6uMV .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tFlGeY6uMV .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFlGeY6uMV .mbr-table-cell {
  padding: 0;
}
.cid-tFlGeY6uMV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tFlGeY6uMV .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tFlGeY6uMV .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tFlGeY6uMV .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tFlGeY6uMV .carousel-item .container {
    width: 100%;
  }
}
.cid-tFlGeY6uMV .carousel-item-next.carousel-item-left,
.cid-tFlGeY6uMV .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tFlGeY6uMV .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tFlGeY6uMV .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFlGeY6uMV .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tFlGeY6uMV .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFlGeY6uMV .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tFlGeY6uMV .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tFlGeY6uMV .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tFlGeY6uMV .mbr-slider .carousel-indicators li.active,
.cid-tFlGeY6uMV .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tFlGeY6uMV .mbr-slider .carousel-indicators li::after,
.cid-tFlGeY6uMV .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tFlGeY6uMV .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tFlGeY6uMV .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tFlGeY6uMV .mbr-slider > .container img {
  width: 100%;
}
.cid-tFlGeY6uMV .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tFlGeY6uMV .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tFlGeY6uMV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFlGeY6uMV .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFlGeY6uMV .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tFlGeY6uMV .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tFlGeY6uMV .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tFlGeY6uMV .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tFlGeY6uMV .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tFlGeY6uMV .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFlGeY6uMV .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tFlGeY6uMV .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tFlGeY6uMV .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tFlGeY6uMV .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tFlGeY6uMV .carousel-inner {
  height: 100%;
}
.cid-tFlGeY6uMV .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tFlGeY6uMV .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 680px;
  overflow: hidden;
}
.cid-tFlGeY6uMV .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tFlGeY6uMV .content-slider-wrap {
  width: 100%;
}
.cid-tFk7OXfVfA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tFk7OXfVfA .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tFk7OXfVfA .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tFk7OXfVfA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tFk7OXfVfA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tFk7OXfVfA .underline .line {
  width: 2rem;
  height: 1px;
  background: #d0a873;
  display: inline-block;
}
.cid-tFk7OXfVfA .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tFk7OXfVfA .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tFk7OXfVfA .image-element {
    padding: 0 15px;
  }
  .cid-tFk7OXfVfA .text-element {
    padding: 2rem 1rem;
  }
  .cid-tFk7OXfVfA .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-tFk7OXfVfA .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tFk7OXfVfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFk7OXfVfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFk7OXfVfA .mbr-text,
.cid-tFk7OXfVfA .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tFk7OXfVfA .mbr-section-subtitle,
.cid-tFk7OXfVfA .underline {
  color: #d0a873;
}
.cid-usbh2o98gp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-usbh2o98gp .card .card-img {
  overflow: hidden;
}
.cid-usbh2o98gp .card .card-img img {
  transition: all 0.5s;
}
.cid-usbh2o98gp .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-usbh2o98gp .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-usbh2o98gp .card {
  display: block;
  height: 100%;
}
.cid-usbh2o98gp .card .card-wrapper {
  height: 100%;
}
.cid-usbh2o98gp .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-usbh2o98gp .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-usbh2o98gp .card .card-box .card-title {
  margin: 0;
}
.cid-usbh2o98gp .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-usbh2o98gp .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-usbh2o98gp .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-usbh2o98gp .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-usbh2o98gp .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-usbh2o98gp .card .card-footer .icons-list {
  margin: 0;
}
.cid-usbh2o98gp .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-usbh2o98gp .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-usbh2o98gp .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-usbh2o98gp .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-usbh2o98gp .card-footer {
  border: none;
}
.cid-usbh2o98gp .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-usbh2o98gp .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usbh2o98gp .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-usbh2o98gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-usbh2o98gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFlup4kvpv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFlup4kvpv .card .card-img {
  overflow: hidden;
}
.cid-tFlup4kvpv .card .card-img img {
  transition: all 0.5s;
}
.cid-tFlup4kvpv .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tFlup4kvpv .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tFlup4kvpv .card {
  display: block;
  height: 100%;
}
.cid-tFlup4kvpv .card .card-wrapper {
  height: 100%;
}
.cid-tFlup4kvpv .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tFlup4kvpv .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tFlup4kvpv .card .card-box .card-title {
  margin: 0;
}
.cid-tFlup4kvpv .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFlup4kvpv .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tFlup4kvpv .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tFlup4kvpv .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tFlup4kvpv .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-tFlup4kvpv .card .card-footer .icons-list {
  margin: 0;
}
.cid-tFlup4kvpv .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tFlup4kvpv .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tFlup4kvpv .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tFlup4kvpv .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tFlup4kvpv .card-footer {
  border: none;
}
.cid-tFlup4kvpv .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-tFlup4kvpv .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFlup4kvpv .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tFlup4kvpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFlup4kvpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabYSPLdW0 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uabYSPLdW0 .card .card-img {
  overflow: hidden;
}
.cid-uabYSPLdW0 .card .card-img img {
  transition: all 0.5s;
}
.cid-uabYSPLdW0 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uabYSPLdW0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uabYSPLdW0 .card {
  display: block;
  height: 100%;
}
.cid-uabYSPLdW0 .card .card-wrapper {
  height: 100%;
}
.cid-uabYSPLdW0 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-uabYSPLdW0 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uabYSPLdW0 .card .card-box .card-title {
  margin: 0;
}
.cid-uabYSPLdW0 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uabYSPLdW0 .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uabYSPLdW0 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uabYSPLdW0 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uabYSPLdW0 .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-uabYSPLdW0 .card .card-footer .icons-list {
  margin: 0;
}
.cid-uabYSPLdW0 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-uabYSPLdW0 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-uabYSPLdW0 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-uabYSPLdW0 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-uabYSPLdW0 .card-footer {
  border: none;
}
.cid-uabYSPLdW0 .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-uabYSPLdW0 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uabYSPLdW0 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uabYSPLdW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabYSPLdW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabYTWLTL0 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uabYTWLTL0 .card .card-img {
  overflow: hidden;
}
.cid-uabYTWLTL0 .card .card-img img {
  transition: all 0.5s;
}
.cid-uabYTWLTL0 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uabYTWLTL0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uabYTWLTL0 .card {
  display: block;
  height: 100%;
}
.cid-uabYTWLTL0 .card .card-wrapper {
  height: 100%;
}
.cid-uabYTWLTL0 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-uabYTWLTL0 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uabYTWLTL0 .card .card-box .card-title {
  margin: 0;
}
.cid-uabYTWLTL0 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uabYTWLTL0 .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uabYTWLTL0 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uabYTWLTL0 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uabYTWLTL0 .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-uabYTWLTL0 .card .card-footer .icons-list {
  margin: 0;
}
.cid-uabYTWLTL0 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-uabYTWLTL0 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-uabYTWLTL0 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-uabYTWLTL0 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-uabYTWLTL0 .card-footer {
  border: none;
}
.cid-uabYTWLTL0 .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-uabYTWLTL0 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uabYTWLTL0 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uabYTWLTL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabYTWLTL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFBOTF35Zo.popup-builder {
  background-color: #ffffff;
}
.cid-tFBOTF35Zo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tFBOTF35Zo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tFBOTF35Zo .modal-content,
.cid-tFBOTF35Zo .modal-dialog {
  height: auto;
}
.cid-tFBOTF35Zo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tFBOTF35Zo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tFBOTF35Zo .form-wrapper .mbr-form .form-group,
  .cid-tFBOTF35Zo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tFBOTF35Zo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tFBOTF35Zo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFBOTF35Zo .mbr-text {
  text-align: center;
}
.cid-tFBOTF35Zo .pt-0 {
  padding-top: 0 !important;
}
.cid-tFBOTF35Zo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tFBOTF35Zo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tFBOTF35Zo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tFBOTF35Zo .modal-open {
  overflow: hidden;
}
.cid-tFBOTF35Zo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tFBOTF35Zo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tFBOTF35Zo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tFBOTF35Zo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tFBOTF35Zo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tFBOTF35Zo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tFBOTF35Zo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tFBOTF35Zo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tFBOTF35Zo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tFBOTF35Zo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tFBOTF35Zo .modal-backdrop.fade {
  opacity: 0;
}
.cid-tFBOTF35Zo .modal-backdrop.show {
  opacity: .5;
}
.cid-tFBOTF35Zo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tFBOTF35Zo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF35Zo .modal-header {
    padding: 1rem;
  }
}
.cid-tFBOTF35Zo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tFBOTF35Zo .modal-header .close svg {
  fill: #353535;
}
.cid-tFBOTF35Zo .modal-header .close:hover {
  opacity: 1;
}
.cid-tFBOTF35Zo .modal-header .close:focus {
  outline: none;
}
.cid-tFBOTF35Zo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tFBOTF35Zo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tFBOTF35Zo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF35Zo .modal-body {
    padding: 1rem;
  }
}
.cid-tFBOTF35Zo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFBOTF35Zo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF35Zo .modal-footer {
    padding: 1rem;
  }
}
.cid-tFBOTF35Zo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tFBOTF35Zo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tFBOTF35Zo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tFBOTF35Zo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tFBOTF35Zo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tFBOTF35Zo .modal-lg,
  .cid-tFBOTF35Zo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tFBOTF35Zo .modal-xl {
    max-width: 1140px;
  }
}
.cid-tFBOTF35Zo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tFBOTF35Zo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tFBOTF35Zo .form-group {
  margin-bottom: 1rem;
}
.cid-tFBOTF35Zo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tFBOTF35Zo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tFBOTF35Zo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tFBOTF35Zo .mbr-section-btn {
  margin: 0;
}
.cid-tFBOTF35Zo .mbr-section-btn .btn {
  margin: 0;
}
.cid-tFknh3Ndg3 {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tFknh3Ndg3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #d0a873;
  display: inline-block;
}
.cid-tFknh3Ndg3 .mbr-section-title,
.cid-tFknh3Ndg3 .mbr-section-subtitle,
.cid-tFknh3Ndg3 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tFknh3Ndg3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tFknh3Ndg3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFknh3Ndg3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tFknh3Ndg3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tFknh3Ndg3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-tFknh3Ndg3 .icon-focus {
  display: none;
}
.cid-tFknh3Ndg3 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tFknh3Ndg3 ul {
  font-size: 0;
}
.cid-tFknh3Ndg3 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tFknh3Ndg3 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tFknh3Ndg3 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tFknh3Ndg3 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tFknh3Ndg3 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tFknh3Ndg3 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tFknh3Ndg3 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tFknh3Ndg3 .btn:hover {
  background: transparent !important;
}
.cid-tFknh3Ndg3 .btn:hover:before {
  background: transparent !important;
}
.cid-tFknh3Ndg3 .btn:before {
  background-color: transparent !important;
}
.cid-tFknh3Ndg3 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tFknh3Ndg3 .mbr-section-subtitle,
.cid-tFknh3Ndg3 .underline {
  color: #d0a873;
}
.cid-tFBOTF472T.popup-builder {
  background-color: #ffffff;
}
.cid-tFBOTF472T.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tFBOTF472T.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tFBOTF472T .modal-content,
.cid-tFBOTF472T .modal-dialog {
  height: auto;
}
.cid-tFBOTF472T .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tFBOTF472T .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tFBOTF472T .form-wrapper .mbr-form .form-group,
  .cid-tFBOTF472T .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tFBOTF472T .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tFBOTF472T .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFBOTF472T .mbr-text {
  text-align: center;
}
.cid-tFBOTF472T .pt-0 {
  padding-top: 0 !important;
}
.cid-tFBOTF472T .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tFBOTF472T .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tFBOTF472T .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tFBOTF472T .modal-open {
  overflow: hidden;
}
.cid-tFBOTF472T .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tFBOTF472T .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tFBOTF472T .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tFBOTF472T .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tFBOTF472T .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tFBOTF472T .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tFBOTF472T .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tFBOTF472T .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tFBOTF472T .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tFBOTF472T .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tFBOTF472T .modal-backdrop.fade {
  opacity: 0;
}
.cid-tFBOTF472T .modal-backdrop.show {
  opacity: .5;
}
.cid-tFBOTF472T .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tFBOTF472T .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF472T .modal-header {
    padding: 1rem;
  }
}
.cid-tFBOTF472T .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tFBOTF472T .modal-header .close svg {
  fill: #353535;
}
.cid-tFBOTF472T .modal-header .close:hover {
  opacity: 1;
}
.cid-tFBOTF472T .modal-header .close:focus {
  outline: none;
}
.cid-tFBOTF472T .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tFBOTF472T .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tFBOTF472T .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF472T .modal-body {
    padding: 1rem;
  }
}
.cid-tFBOTF472T .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFBOTF472T .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF472T .modal-footer {
    padding: 1rem;
  }
}
.cid-tFBOTF472T .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tFBOTF472T .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tFBOTF472T .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tFBOTF472T .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tFBOTF472T .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tFBOTF472T .modal-lg,
  .cid-tFBOTF472T .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tFBOTF472T .modal-xl {
    max-width: 1140px;
  }
}
.cid-tFBOTF472T .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tFBOTF472T .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tFBOTF472T .form-group {
  margin-bottom: 1rem;
}
.cid-tFBOTF472T .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tFBOTF472T .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tFBOTF472T .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tFBOTF472T .mbr-section-btn {
  margin: 0;
}
.cid-tFBOTF472T .mbr-section-btn .btn {
  margin: 0;
}
.cid-tFCG3EhFif {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tFCG3EhFif .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tFCG3EhFif .row {
  background-color: #ffffff;
}
.cid-tFCG3EhFif .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tFCG3EhFif .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tFCG3EhFif .underline .line {
  width: 2rem;
  height: 1px;
  background: #d0a873;
  display: inline-block;
}
.cid-tFCG3EhFif .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tFCG3EhFif .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tFCG3EhFif .image-element {
    padding: 0 15px;
  }
  .cid-tFCG3EhFif .text-element {
    padding: 2rem 1rem;
  }
  .cid-tFCG3EhFif .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-tFCG3EhFif .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFCG3EhFif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFCG3EhFif .mbr-text,
.cid-tFCG3EhFif .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tFCG3EhFif .mbr-section-subtitle,
.cid-tFCG3EhFif .underline {
  color: #d0a873;
}
.cid-uabQUbSYJa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uabQUbSYJa .content-section {
  margin-bottom: 2rem;
}
.cid-uabQUbSYJa .wrapper {
  overflow: hidden;
}
.cid-uabQUbSYJa .wrapper img {
  transition: all 0.5s;
}
.cid-uabQUbSYJa .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uabQUbSYJa .underline .line {
  width: 2rem;
  height: 1px;
  background: #d0a873;
  display: inline-block;
}
.cid-uabQUbSYJa .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-uabQUbSYJa .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-uabQUbSYJa .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uabQUbSYJa .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uabQUbSYJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabQUbSYJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabQUbSYJa .main-subtitle,
.cid-uabQUbSYJa .underline {
  color: #d0a873;
}
.cid-tFBOTF43x3.popup-builder {
  background-color: #ffffff;
}
.cid-tFBOTF43x3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tFBOTF43x3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tFBOTF43x3 .modal-content,
.cid-tFBOTF43x3 .modal-dialog {
  height: auto;
}
.cid-tFBOTF43x3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tFBOTF43x3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tFBOTF43x3 .form-wrapper .mbr-form .form-group,
  .cid-tFBOTF43x3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tFBOTF43x3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tFBOTF43x3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFBOTF43x3 .mbr-text {
  text-align: center;
}
.cid-tFBOTF43x3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tFBOTF43x3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tFBOTF43x3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tFBOTF43x3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tFBOTF43x3 .modal-open {
  overflow: hidden;
}
.cid-tFBOTF43x3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tFBOTF43x3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tFBOTF43x3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tFBOTF43x3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tFBOTF43x3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tFBOTF43x3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tFBOTF43x3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tFBOTF43x3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tFBOTF43x3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tFBOTF43x3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tFBOTF43x3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tFBOTF43x3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tFBOTF43x3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tFBOTF43x3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF43x3 .modal-header {
    padding: 1rem;
  }
}
.cid-tFBOTF43x3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tFBOTF43x3 .modal-header .close svg {
  fill: #353535;
}
.cid-tFBOTF43x3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tFBOTF43x3 .modal-header .close:focus {
  outline: none;
}
.cid-tFBOTF43x3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tFBOTF43x3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tFBOTF43x3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF43x3 .modal-body {
    padding: 1rem;
  }
}
.cid-tFBOTF43x3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFBOTF43x3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF43x3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tFBOTF43x3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tFBOTF43x3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tFBOTF43x3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tFBOTF43x3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tFBOTF43x3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tFBOTF43x3 .modal-lg,
  .cid-tFBOTF43x3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tFBOTF43x3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tFBOTF43x3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tFBOTF43x3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tFBOTF43x3 .form-group {
  margin-bottom: 1rem;
}
.cid-tFBOTF43x3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tFBOTF43x3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tFBOTF43x3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tFBOTF43x3 .mbr-section-btn {
  margin: 0;
}
.cid-tFBOTF43x3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uabP6MpXOR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uabP6MpXOR .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uabP6MpXOR .row {
  background-color: #ffffff;
}
.cid-uabP6MpXOR .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uabP6MpXOR .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uabP6MpXOR .underline .line {
  width: 2rem;
  height: 1px;
  background: #d0a873;
  display: inline-block;
}
.cid-uabP6MpXOR .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uabP6MpXOR .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uabP6MpXOR .image-element {
    padding: 0 15px;
  }
  .cid-uabP6MpXOR .text-element {
    padding: 2rem 1rem;
  }
  .cid-uabP6MpXOR .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-uabP6MpXOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabP6MpXOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabP6MpXOR .mbr-text,
.cid-uabP6MpXOR .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uabP6MpXOR .mbr-section-subtitle,
.cid-uabP6MpXOR .underline {
  color: #d0a873;
}
.cid-uabPTtkKNz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uabPTtkKNz .content-section {
  margin-bottom: 2rem;
}
.cid-uabPTtkKNz .wrapper {
  overflow: hidden;
}
.cid-uabPTtkKNz .wrapper img {
  transition: all 0.5s;
}
.cid-uabPTtkKNz .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uabPTtkKNz .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uabPTtkKNz .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-uabPTtkKNz .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uabPTtkKNz .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uabPTtkKNz .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uabPTtkKNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabPTtkKNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFBOTF5ab5.popup-builder {
  background-color: #ffffff;
}
.cid-tFBOTF5ab5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tFBOTF5ab5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tFBOTF5ab5 .modal-content,
.cid-tFBOTF5ab5 .modal-dialog {
  height: auto;
}
.cid-tFBOTF5ab5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tFBOTF5ab5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tFBOTF5ab5 .form-wrapper .mbr-form .form-group,
  .cid-tFBOTF5ab5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tFBOTF5ab5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tFBOTF5ab5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFBOTF5ab5 .mbr-text {
  text-align: center;
}
.cid-tFBOTF5ab5 .pt-0 {
  padding-top: 0 !important;
}
.cid-tFBOTF5ab5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tFBOTF5ab5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tFBOTF5ab5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tFBOTF5ab5 .modal-open {
  overflow: hidden;
}
.cid-tFBOTF5ab5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tFBOTF5ab5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tFBOTF5ab5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tFBOTF5ab5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tFBOTF5ab5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tFBOTF5ab5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tFBOTF5ab5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tFBOTF5ab5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tFBOTF5ab5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tFBOTF5ab5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tFBOTF5ab5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tFBOTF5ab5 .modal-backdrop.show {
  opacity: .5;
}
.cid-tFBOTF5ab5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tFBOTF5ab5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF5ab5 .modal-header {
    padding: 1rem;
  }
}
.cid-tFBOTF5ab5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tFBOTF5ab5 .modal-header .close svg {
  fill: #353535;
}
.cid-tFBOTF5ab5 .modal-header .close:hover {
  opacity: 1;
}
.cid-tFBOTF5ab5 .modal-header .close:focus {
  outline: none;
}
.cid-tFBOTF5ab5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tFBOTF5ab5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tFBOTF5ab5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF5ab5 .modal-body {
    padding: 1rem;
  }
}
.cid-tFBOTF5ab5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFBOTF5ab5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF5ab5 .modal-footer {
    padding: 1rem;
  }
}
.cid-tFBOTF5ab5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tFBOTF5ab5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tFBOTF5ab5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tFBOTF5ab5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tFBOTF5ab5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tFBOTF5ab5 .modal-lg,
  .cid-tFBOTF5ab5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tFBOTF5ab5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tFBOTF5ab5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tFBOTF5ab5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tFBOTF5ab5 .form-group {
  margin-bottom: 1rem;
}
.cid-tFBOTF5ab5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tFBOTF5ab5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tFBOTF5ab5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tFBOTF5ab5 .mbr-section-btn {
  margin: 0;
}
.cid-tFBOTF5ab5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tFkwvWKAzZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tFkwvWKAzZ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tFkwvWKAzZ .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tFkwvWKAzZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tFkwvWKAzZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tFkwvWKAzZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #d0a873;
  display: inline-block;
}
.cid-tFkwvWKAzZ .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tFkwvWKAzZ .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tFkwvWKAzZ .image-element {
    padding: 0 15px;
  }
  .cid-tFkwvWKAzZ .text-element {
    padding: 2rem 1rem;
  }
  .cid-tFkwvWKAzZ .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-tFkwvWKAzZ .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tFkwvWKAzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFkwvWKAzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFkwvWKAzZ .mbr-text,
.cid-tFkwvWKAzZ .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tFkwvWKAzZ .mbr-section-subtitle,
.cid-tFkwvWKAzZ .underline {
  color: #d0a873;
}
.cid-tFkwvZyELa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFkwvZyELa .card .card-img {
  overflow: hidden;
}
.cid-tFkwvZyELa .card .card-img img {
  transition: all 0.5s;
}
.cid-tFkwvZyELa .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tFkwvZyELa .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tFkwvZyELa .card {
  display: block;
  height: 100%;
}
.cid-tFkwvZyELa .card .card-wrapper {
  height: 100%;
}
.cid-tFkwvZyELa .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tFkwvZyELa .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tFkwvZyELa .card .card-box .card-title {
  margin: 0;
}
.cid-tFkwvZyELa .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFkwvZyELa .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tFkwvZyELa .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tFkwvZyELa .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tFkwvZyELa .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-tFkwvZyELa .card .card-footer .icons-list {
  margin: 0;
}
.cid-tFkwvZyELa .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tFkwvZyELa .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tFkwvZyELa .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tFkwvZyELa .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tFkwvZyELa .card-footer {
  border: none;
}
.cid-tFkwvZyELa .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-tFkwvZyELa .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFkwvZyELa .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tFkwvZyELa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFkwvZyELa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG0T04wWaC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tG0T04wWaC .card .card-img {
  overflow: hidden;
}
.cid-tG0T04wWaC .card .card-img img {
  transition: all 0.5s;
}
.cid-tG0T04wWaC .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tG0T04wWaC .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tG0T04wWaC .card {
  display: block;
  height: 100%;
}
.cid-tG0T04wWaC .card .card-wrapper {
  height: 100%;
}
.cid-tG0T04wWaC .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tG0T04wWaC .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tG0T04wWaC .card .card-box .card-title {
  margin: 0;
}
.cid-tG0T04wWaC .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tG0T04wWaC .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tG0T04wWaC .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tG0T04wWaC .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tG0T04wWaC .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-tG0T04wWaC .card .card-footer .icons-list {
  margin: 0;
}
.cid-tG0T04wWaC .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tG0T04wWaC .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tG0T04wWaC .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tG0T04wWaC .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tG0T04wWaC .card-footer {
  border: none;
}
.cid-tG0T04wWaC .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-tG0T04wWaC .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tG0T04wWaC .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tG0T04wWaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG0T04wWaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabFbKXTR9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uabFbKXTR9 .card .card-img {
  overflow: hidden;
}
.cid-uabFbKXTR9 .card .card-img img {
  transition: all 0.5s;
}
.cid-uabFbKXTR9 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uabFbKXTR9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uabFbKXTR9 .card {
  display: block;
  height: 100%;
}
.cid-uabFbKXTR9 .card .card-wrapper {
  height: 100%;
}
.cid-uabFbKXTR9 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-uabFbKXTR9 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uabFbKXTR9 .card .card-box .card-title {
  margin: 0;
}
.cid-uabFbKXTR9 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uabFbKXTR9 .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uabFbKXTR9 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uabFbKXTR9 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uabFbKXTR9 .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-uabFbKXTR9 .card .card-footer .icons-list {
  margin: 0;
}
.cid-uabFbKXTR9 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-uabFbKXTR9 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-uabFbKXTR9 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-uabFbKXTR9 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-uabFbKXTR9 .card-footer {
  border: none;
}
.cid-uabFbKXTR9 .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-uabFbKXTR9 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uabFbKXTR9 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uabFbKXTR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabFbKXTR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabFeOyjTI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uabFeOyjTI .card .card-img {
  overflow: hidden;
}
.cid-uabFeOyjTI .card .card-img img {
  transition: all 0.5s;
}
.cid-uabFeOyjTI .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uabFeOyjTI .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uabFeOyjTI .card {
  display: block;
  height: 100%;
}
.cid-uabFeOyjTI .card .card-wrapper {
  height: 100%;
}
.cid-uabFeOyjTI .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-uabFeOyjTI .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uabFeOyjTI .card .card-box .card-title {
  margin: 0;
}
.cid-uabFeOyjTI .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uabFeOyjTI .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uabFeOyjTI .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uabFeOyjTI .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uabFeOyjTI .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-uabFeOyjTI .card .card-footer .icons-list {
  margin: 0;
}
.cid-uabFeOyjTI .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-uabFeOyjTI .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-uabFeOyjTI .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-uabFeOyjTI .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-uabFeOyjTI .card-footer {
  border: none;
}
.cid-uabFeOyjTI .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-uabFeOyjTI .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uabFeOyjTI .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uabFeOyjTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabFeOyjTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabFl2Wm9c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uabFl2Wm9c .card .card-img {
  overflow: hidden;
}
.cid-uabFl2Wm9c .card .card-img img {
  transition: all 0.5s;
}
.cid-uabFl2Wm9c .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uabFl2Wm9c .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uabFl2Wm9c .card {
  display: block;
  height: 100%;
}
.cid-uabFl2Wm9c .card .card-wrapper {
  height: 100%;
}
.cid-uabFl2Wm9c .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-uabFl2Wm9c .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uabFl2Wm9c .card .card-box .card-title {
  margin: 0;
}
.cid-uabFl2Wm9c .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uabFl2Wm9c .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uabFl2Wm9c .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uabFl2Wm9c .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uabFl2Wm9c .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-uabFl2Wm9c .card .card-footer .icons-list {
  margin: 0;
}
.cid-uabFl2Wm9c .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-uabFl2Wm9c .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-uabFl2Wm9c .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-uabFl2Wm9c .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-uabFl2Wm9c .card-footer {
  border: none;
}
.cid-uabFl2Wm9c .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-uabFl2Wm9c .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uabFl2Wm9c .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uabFl2Wm9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabFl2Wm9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFBOTF52Nd.popup-builder {
  background-color: #ffffff;
}
.cid-tFBOTF52Nd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tFBOTF52Nd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tFBOTF52Nd .modal-content,
.cid-tFBOTF52Nd .modal-dialog {
  height: auto;
}
.cid-tFBOTF52Nd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tFBOTF52Nd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tFBOTF52Nd .form-wrapper .mbr-form .form-group,
  .cid-tFBOTF52Nd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tFBOTF52Nd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tFBOTF52Nd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFBOTF52Nd .mbr-text {
  text-align: center;
}
.cid-tFBOTF52Nd .pt-0 {
  padding-top: 0 !important;
}
.cid-tFBOTF52Nd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tFBOTF52Nd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tFBOTF52Nd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tFBOTF52Nd .modal-open {
  overflow: hidden;
}
.cid-tFBOTF52Nd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tFBOTF52Nd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tFBOTF52Nd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tFBOTF52Nd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tFBOTF52Nd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tFBOTF52Nd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tFBOTF52Nd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tFBOTF52Nd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tFBOTF52Nd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tFBOTF52Nd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tFBOTF52Nd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tFBOTF52Nd .modal-backdrop.show {
  opacity: .5;
}
.cid-tFBOTF52Nd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tFBOTF52Nd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF52Nd .modal-header {
    padding: 1rem;
  }
}
.cid-tFBOTF52Nd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tFBOTF52Nd .modal-header .close svg {
  fill: #353535;
}
.cid-tFBOTF52Nd .modal-header .close:hover {
  opacity: 1;
}
.cid-tFBOTF52Nd .modal-header .close:focus {
  outline: none;
}
.cid-tFBOTF52Nd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tFBOTF52Nd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tFBOTF52Nd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF52Nd .modal-body {
    padding: 1rem;
  }
}
.cid-tFBOTF52Nd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFBOTF52Nd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF52Nd .modal-footer {
    padding: 1rem;
  }
}
.cid-tFBOTF52Nd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tFBOTF52Nd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tFBOTF52Nd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tFBOTF52Nd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tFBOTF52Nd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tFBOTF52Nd .modal-lg,
  .cid-tFBOTF52Nd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tFBOTF52Nd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tFBOTF52Nd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tFBOTF52Nd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tFBOTF52Nd .form-group {
  margin-bottom: 1rem;
}
.cid-tFBOTF52Nd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tFBOTF52Nd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tFBOTF52Nd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tFBOTF52Nd .mbr-section-btn {
  margin: 0;
}
.cid-tFBOTF52Nd .mbr-section-btn .btn {
  margin: 0;
}
.cid-tFBOTF5k83.popup-builder {
  background-color: #ffffff;
}
.cid-tFBOTF5k83.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tFBOTF5k83.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tFBOTF5k83 .modal-content,
.cid-tFBOTF5k83 .modal-dialog {
  height: auto;
}
.cid-tFBOTF5k83 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tFBOTF5k83 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tFBOTF5k83 .form-wrapper .mbr-form .form-group,
  .cid-tFBOTF5k83 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tFBOTF5k83 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tFBOTF5k83 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFBOTF5k83 .mbr-text {
  text-align: center;
}
.cid-tFBOTF5k83 .pt-0 {
  padding-top: 0 !important;
}
.cid-tFBOTF5k83 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tFBOTF5k83 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tFBOTF5k83 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tFBOTF5k83 .modal-open {
  overflow: hidden;
}
.cid-tFBOTF5k83 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tFBOTF5k83 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tFBOTF5k83 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tFBOTF5k83 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tFBOTF5k83 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tFBOTF5k83 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tFBOTF5k83 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tFBOTF5k83 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tFBOTF5k83 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tFBOTF5k83 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tFBOTF5k83 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tFBOTF5k83 .modal-backdrop.show {
  opacity: .5;
}
.cid-tFBOTF5k83 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tFBOTF5k83 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF5k83 .modal-header {
    padding: 1rem;
  }
}
.cid-tFBOTF5k83 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tFBOTF5k83 .modal-header .close svg {
  fill: #353535;
}
.cid-tFBOTF5k83 .modal-header .close:hover {
  opacity: 1;
}
.cid-tFBOTF5k83 .modal-header .close:focus {
  outline: none;
}
.cid-tFBOTF5k83 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tFBOTF5k83 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tFBOTF5k83 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF5k83 .modal-body {
    padding: 1rem;
  }
}
.cid-tFBOTF5k83 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFBOTF5k83 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFBOTF5k83 .modal-footer {
    padding: 1rem;
  }
}
.cid-tFBOTF5k83 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tFBOTF5k83 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tFBOTF5k83 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tFBOTF5k83 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tFBOTF5k83 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tFBOTF5k83 .modal-lg,
  .cid-tFBOTF5k83 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tFBOTF5k83 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tFBOTF5k83 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tFBOTF5k83 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tFBOTF5k83 .form-group {
  margin-bottom: 1rem;
}
.cid-tFBOTF5k83 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tFBOTF5k83 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tFBOTF5k83 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tFBOTF5k83 .mbr-section-btn {
  margin: 0;
}
.cid-tFBOTF5k83 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tFlgVyOKwT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tFlgVyOKwT .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tFlgVyOKwT .underline .line {
  width: 2rem;
  height: 1px;
  background: #d0a873;
  display: inline-block;
}
.cid-tFlgVyOKwT .first-card {
  display: block;
}
.cid-tFlgVyOKwT .first-card .card-wrapper {
  height: 100%;
}
.cid-tFlgVyOKwT .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tFlgVyOKwT .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFlgVyOKwT .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tFlgVyOKwT .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tFlgVyOKwT .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tFlgVyOKwT .first-row,
.cid-tFlgVyOKwT .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tFlgVyOKwT .first-row .card .card-wrapper,
.cid-tFlgVyOKwT .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tFlgVyOKwT .first-row .card .card-wrapper .card-img,
.cid-tFlgVyOKwT .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tFlgVyOKwT .first-row .card .card-wrapper .card-img img,
.cid-tFlgVyOKwT .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tFlgVyOKwT .first-row,
  .cid-tFlgVyOKwT .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFlgVyOKwT .first-row .card .card-wrapper .card-img,
  .cid-tFlgVyOKwT .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFlgVyOKwT .first-row .card .card-wrapper .card-img img,
  .cid-tFlgVyOKwT .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tFlgVyOKwT .first-row .caption,
.cid-tFlgVyOKwT .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tFlgVyOKwT .first-row .caption .price,
.cid-tFlgVyOKwT .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-tFlgVyOKwT .first-row {
  padding-bottom: 1rem;
}
.cid-tFlgVyOKwT .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tFlgVyOKwT .first-card,
  .cid-tFlgVyOKwT .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFlgVyOKwT .first-card {
    padding-bottom: 2rem;
  }
  .cid-tFlgVyOKwT .only-first-row {
    height: 100%;
  }
}
.cid-tFlgVyOKwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFlgVyOKwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFlgVyOKwT .main-subtitle,
.cid-tFlgVyOKwT .underline {
  color: #d0a873;
}
.cid-tFkIJmbN2h {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFkIJmbN2h .content-section {
  margin-bottom: 2rem;
}
.cid-tFkIJmbN2h .wrapper {
  overflow: hidden;
}
.cid-tFkIJmbN2h .wrapper img {
  transition: all 0.5s;
}
.cid-tFkIJmbN2h .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tFkIJmbN2h .underline .line {
  width: 2rem;
  height: 1px;
  background: #d0a873;
  display: inline-block;
}
.cid-tFkIJmbN2h .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-tFkIJmbN2h .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}
.cid-tFkIJmbN2h .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tFkIJmbN2h .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-tFkIJmbN2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFkIJmbN2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFkIJmbN2h .main-subtitle,
.cid-tFkIJmbN2h .underline {
  color: #d0a873;
}
