.btn {
  border-width: 2px;
}
body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.35;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e6c63b !important;
}
.bg-success {
  background-color: #37de51 !important;
}
.bg-info {
  background-color: #c4c4c8 !important;
}
.bg-warning {
  background-color: #c9c9c9 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #262626 !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: #262626 !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262626 !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #262626 !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: #262626 !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #262626 !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  color: #444449 !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: #262626 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #444449 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #37de51 !important;
  border-color: #37de51 !important;
  color: #262626 !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: #262626 !important;
  background-color: #37de51 !important;
  border-color: #37de51 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #262626 !important;
  background-color: #37de51 !important;
  border-color: #37de51 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #4a4a4a !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: #262626 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a4a4a !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #662200 !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: #262626 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #662200 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #262626 !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: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #262626 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #262626 !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: #262626 !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: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e6c63b;
  color: #e6c63b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b39617 !important;
  background-color: transparent !important;
  border-color: #b39617 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e6c63b;
  color: #e6c63b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b39617 !important;
  background-color: transparent !important;
  border-color: #b39617 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c4c4c8;
  color: #c4c4c8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #97979e !important;
  background-color: transparent !important;
  border-color: #97979e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #37de51;
  color: #37de51;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ba330 !important;
  background-color: transparent !important;
  border-color: #1ba330 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #37de51 !important;
  border-color: #37de51 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c9c9c9;
  color: #c9c9c9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9e9e9e !important;
  background-color: transparent !important;
  border-color: #9e9e9e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #e6c63b !important;
}
.text-secondary {
  color: #e6c63b !important;
}
.text-success {
  color: #37de51 !important;
}
.text-info {
  color: #c4c4c8 !important;
}
.text-warning {
  color: #c9c9c9 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #262626 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e6c63b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a68b15 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #19962c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8f8f97 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #969696 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  color: #e6c63b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4c4c8;
}
.alert-warning {
  background-color: #c9c9c9;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e6c63b;
  border-color: #e6c63b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e6c63b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdfbf0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e6fbe9;
}
.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*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  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: #e6c63b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e6c63b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e6c63b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e6c63b;
}
.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: #e6c63b;
  border-bottom-color: #e6c63b;
}
.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: #e6c63b !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: #e6c63b !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='%23e6c63b' %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-tVovoNNNzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tVovoNNNzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVovoNNNzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tVovoNNNzC .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tVovoNNNzC .row {
    margin: 0;
  }
}
.cid-tVovoNNNzC .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tVovoNNNzC .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-tVovoNNNzC .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVovoNNNzC .content-wrapper {
    padding: 24px;
  }
}
.cid-tVovoNNNzC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVovoNNNzC .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tVovoNNNzC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVovoNNNzC .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tVovoNNNzC .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tVovoNNNzC .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-tVovoNNNzC .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tVovoNNNzC .items {
    border-top: 1px solid #72716b;
  }
}
.cid-tVovoNNNzC .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tVovoNNNzC .items .item {
    padding: 24px;
  }
}
.cid-tVovoNNNzC .items .item:last-child {
  border: none;
}
.cid-tVovoNNNzC .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-tVovoNNNzC .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-tVovoNNNzC .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-tVovoNNNzC .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-tVovoNNNzC .mbr-section-title {
  color: #F9F6E0;
}
.cid-tVovoNNNzC .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-tVovoNNNzC .card-title {
  color: #F9F6E0;
}
.cid-tVovoNNNzC .card-number {
  color: #E0B548;
}
.cid-tVovoNNNzC .card-text {
  color: #F9F6E0;
}
.cid-tVovoNNNzC .mbr-section-title,
.cid-tVovoNNNzC .mbr-section-btn {
  text-align: right;
}
.cid-tVosieABzL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tVosieABzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVosieABzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tVosieABzL .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tVosieABzL .row {
    margin: 0;
  }
}
.cid-tVosieABzL .row .card {
  border-top: 1px solid #1b1b1b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tVosieABzL .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-tVosieABzL .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVosieABzL .content-wrapper {
    padding: 24px;
  }
}
.cid-tVosieABzL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVosieABzL .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tVosieABzL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVosieABzL .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tVosieABzL .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tVosieABzL .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-tVosieABzL .items {
  border-left: 1px solid #1b1b1b;
}
@media (max-width: 992px) {
  .cid-tVosieABzL .items {
    border-top: 1px solid #1b1b1b;
  }
}
.cid-tVosieABzL .items .item {
  padding: 32px;
  border-bottom: 1px solid #1b1b1b;
}
@media (max-width: 992px) {
  .cid-tVosieABzL .items .item {
    padding: 24px;
  }
}
.cid-tVosieABzL .items .item:last-child {
  border: none;
}
.cid-tVosieABzL .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-tVosieABzL .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-tVosieABzL .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-tVosieABzL .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-tVosieABzL .mbr-section-title {
  color: #F9F6E0;
}
.cid-tVosieABzL .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-tVosieABzL .card-title {
  color: #F9F6E0;
}
.cid-tVosieABzL .card-number {
  color: #E0B548;
}
.cid-tVosieABzL .card-text {
  color: #F9F6E0;
}
.cid-tVosieABzL .mbr-section-title,
.cid-tVosieABzL .mbr-section-btn {
  text-align: right;
}
.cid-tVoGlm7Zox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tVoGlm7Zox .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVoGlm7Zox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tVoGlm7Zox .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tVoGlm7Zox .row {
    margin: 0;
  }
}
.cid-tVoGlm7Zox .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tVoGlm7Zox .row .card {
    padding: 0 16px;
  }
}
.cid-tVoGlm7Zox .content-wrapper {
  border-top: 1px solid #72716b;
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVoGlm7Zox .content-wrapper {
    padding: 24px;
    border: none;
  }
}
.cid-tVoGlm7Zox .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVoGlm7Zox .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tVoGlm7Zox .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVoGlm7Zox .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tVoGlm7Zox .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tVoGlm7Zox .items {
    display: block;
  }
}
.cid-tVoGlm7Zox .items .item {
  padding: 32px;
  border-top: 1px solid #72716b;
  border-right: 1px solid #72716b;
}
.cid-tVoGlm7Zox .items .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tVoGlm7Zox .items .item {
    padding: 24px;
    border-right: none !important;
  }
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tVoGlm7Zox .items .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap {
  margin-bottom: 16px;
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap .card-title {
  margin-bottom: 8px;
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap .card-text {
  margin-bottom: 0;
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:hover,
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:focus {
  color: #8aa29e;
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap .link-wrap {
  display: block;
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap .link-wrap:hover .card-link,
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap .link-wrap:focus .card-link {
  color: #8aa29e;
}
.cid-tVoGlm7Zox .items .item .item-wrapper .card-box .contact-wrap .link-wrap .card-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tVoGlm7Zox .mbr-section-title {
  color: #F9F6E0;
  text-align: right;
}
.cid-tVoGlm7Zox .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-tVoGlm7Zox .card-title {
  color: #ffe161;
}
.cid-tVoGlm7Zox .list {
  color: #E0B548;
}
.cid-tVoGlm7Zox .card-link {
  color: #fafafa;
}
.cid-tVoGlm7Zox .card-text {
  color: #fafafa;
}
.cid-tVoGlm7Zox .list,
.cid-tVoGlm7Zox .item-wrap {
  color: #fafafa;
  text-align: left;
}
.cid-tVoGlm7Zox .card-text P {
  text-align: left;
}
.cid-tVoGlm7Zox P {
  color: #fafafa;
}
.cid-tVjAYy8VMW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tVjAYy8VMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVjAYy8VMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVjAYy8VMW .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tVjAYy8VMW .container-fluid {
    padding: 0 12px;
  }
}
.cid-tVjAYy8VMW .container-fluid .row {
  padding: 0;
}
.cid-tVjAYy8VMW .row {
  border: 3px solid #d2d2d2;
  border-radius: 5px;
}
.cid-tVjAYy8VMW .card {
  padding: 80px 28px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tVjAYy8VMW .card {
    border-left: 1px solid #d2d2d2;
  }
}
@media (max-width: 992px) {
  .cid-tVjAYy8VMW .card {
    padding: 48px 20px;
  }
}
.cid-tVjAYy8VMW .card .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVjAYy8VMW .card .image-wrapper .image-main {
  display: block;
  height: 520px;
  object-fit: cover;
  border-radius: 30px;
  position: static;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-tVjAYy8VMW .card .image-wrapper .image-main {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-tVjAYy8VMW .card .image-wrapper .image-main {
    height: 250px;
  }
}
.cid-tVjAYy8VMW .card .image-wrapper img {
  position: absolute;
  top: 5rem;
  right: 6rem;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tVjAYy8VMW .card .image-wrapper img {
    right: 0;
  }
}
.cid-tVjAYy8VMW .card .image-wrapper img:nth-child(2) {
  right: auto;
  top: 11rem;
  left: 6rem;
}
@media (max-width: 992px) {
  .cid-tVjAYy8VMW .card .image-wrapper img:nth-child(2) {
    top: 6rem;
    left: 0;
  }
}
.cid-tVjAYy8VMW .card .image-wrapper img:last-child {
  top: auto;
  bottom: 8rem;
}
@media (max-width: 992px) {
  .cid-tVjAYy8VMW .card .image-wrapper img:last-child {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVjAYy8VMW .card .image-wrapper img {
    width: 100px;
    height: 100px;
  }
}
.cid-tVjAYy8VMW .card:last-child {
  justify-content: flex-end;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tVjAYy8VMW .card:last-child {
    border-left: none;
    border-right: 2px solid #d2d2d2;
  }
}
.cid-tVjAYy8VMW .card .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tVjAYy8VMW .card .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tVjAYy8VMW .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVjAYy8VMW .card .title-wrapper .mbr-section-subtitle {
  line-height: 48px;
  margin-bottom: 0;
}
.cid-tVjAYy8VMW .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tVjAYy8VMW .card .text-wrapper .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-tVjAYy8VMW .mbr-section-title {
  color: #d2d2d2;
}
.cid-tVjAYy8VMW .mbr-section-subtitle {
  color: #d2d2d2;
}
.cid-tVjAYy8VMW .mbr-text {
  color: #d2d2d2;
}
.cid-tVp27kbHzg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tVp27kbHzg .mbr-text {
  color: #fafafa;
}
.cid-tVp27kbHzg .row {
  justify-content: start;
}
.cid-tVp27kbHzg .line {
  border-top: 1px solid currentColor;
  margin-bottom: 5rem;
}
.cid-tVp27kbHzg .mbr-section-title {
  color: #fafafa;
}
.cid-tVp27kbHzg .title-arrow {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tVp27kbHzg .title-arrow {
    top: 23px;
  }
}
@media (max-width: 991px) {
  .cid-tVp27kbHzg .wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tVp27kbHzg .text-position {
  padding: 48px 32px;
}
@media (max-width: 991px) {
  .cid-tVp27kbHzg .text-position {
    padding-top: 0;
  }
}
@media (max-width: 425px) {
  .cid-tVp27kbHzg .text-position {
    padding: 0 10px 24px 10px;
  }
}
.cid-tVm1swnx3F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tVm1swnx3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVm1swnx3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVm1swnx3F .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tVm1swnx3F .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tVm1swnx3F .container {
    padding: 0 26px;
  }
}
.cid-tVm1swnx3F .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tVm1swnx3F .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tVm1swnx3F .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tVm1swnx3F .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVm1swnx3F .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tVm1swnx3F .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tVm1swnx3F .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tVm1swnx3F .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-tVm1swnx3F .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-tVm1swnx3F .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tVm1swnx3F .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-tVm1swnx3F .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-tVm1swnx3F .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-tVm1swnx3F .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-tVm1swnx3F .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tVm1swnx3F .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #ffffff;
}
.cid-tVm1swnx3F .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
}
.cid-tVm1swnx3F .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-tVm1swnx3F .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-tVm1swnx3F .mbr-section-title {
  color: #ffffff;
}
.cid-tVm1swnx3F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVm1swnx3F .mbr-contact {
  color: #ffffff;
}
.cid-tVm1swnx3F .mbr-desc {
  color: #ffffff;
}
