.btn {
  border-width: 2px;
}
body {
  font-family: Cormorant Infant;
}
.display-1 {
  font-family: 'Cormorant Infant', serif;
  font-size: 12.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 15.25rem;
}
.display-2 {
  font-family: 'Cormorant Infant', serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Cormorant Infant', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cormorant Infant', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Cormorant Infant', serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 1400px) {
  .display-1 {
    font-size: 8.54rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.1rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.44rem !important;
    line-height: 1 !important;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8.54rem;
    font-size: calc( 4.92rem + (12.2 - 4.92) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.92rem + (12.2 - 4.92) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #afa174 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #afa174 !important;
  border-color: #afa174 !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: #82754b !important;
  border-color: #82754b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #82754b !important;
  border-color: #82754b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #580000 !important;
  border-color: #580000 !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: #010000 !important;
  border-color: #010000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010000 !important;
  border-color: #010000 !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: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !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: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #afa174;
  color: #afa174;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #82754b !important;
  background-color: transparent !important;
  border-color: #82754b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #afa174 !important;
  border-color: #afa174 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #580000;
  color: #580000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #010000 !important;
  background-color: transparent !important;
  border-color: #010000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #580000 !important;
  border-color: #580000 !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: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: #2a747e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #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: #afa174 !important;
}
.text-secondary {
  color: #580000 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #786c45 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !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: #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.1em;
}
.nav-tabs .nav-link.active {
  color: #afa174;
}
.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: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #afa174;
  border-color: #afa174;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #afa174;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ded8c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Cormorant Infant', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #afa174 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cormorant Infant', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #afa174;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #afa174;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #afa174;
}
.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: #afa174;
  border-bottom-color: #afa174;
}
.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: #afa174 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #580000 !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='%23afa174' %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-tupkcmJYmb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tupkcmJYmb nav.navbar {
  position: fixed;
}
.cid-tupkcmJYmb .link {
  font-weight: bold;
}
.cid-tupkcmJYmb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tupkcmJYmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tupkcmJYmb .dropdown-item:hover,
.cid-tupkcmJYmb .dropdown-item:focus {
  background: #afa174 !important;
  color: white !important;
}
.cid-tupkcmJYmb .dropdown-item:hover span {
  color: white;
}
.cid-tupkcmJYmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tupkcmJYmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tupkcmJYmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tupkcmJYmb .nav-link {
  position: relative;
}
.cid-tupkcmJYmb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tupkcmJYmb .container {
    flex-wrap: nowrap;
  }
}
.cid-tupkcmJYmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tupkcmJYmb .dropdown-menu,
.cid-tupkcmJYmb .navbar.opened {
  background: #ffffff !important;
}
.cid-tupkcmJYmb .nav-item:focus,
.cid-tupkcmJYmb .nav-link:focus {
  outline: none;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tupkcmJYmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tupkcmJYmb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tupkcmJYmb .navbar.opened {
  transition: all 0.3s;
}
.cid-tupkcmJYmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tupkcmJYmb .navbar .navbar-logo img {
  width: auto;
}
.cid-tupkcmJYmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tupkcmJYmb .navbar.collapsed {
  justify-content: center;
}
.cid-tupkcmJYmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tupkcmJYmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tupkcmJYmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tupkcmJYmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tupkcmJYmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tupkcmJYmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tupkcmJYmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tupkcmJYmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tupkcmJYmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tupkcmJYmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tupkcmJYmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tupkcmJYmb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tupkcmJYmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tupkcmJYmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tupkcmJYmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tupkcmJYmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tupkcmJYmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tupkcmJYmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tupkcmJYmb .dropdown-item.active,
.cid-tupkcmJYmb .dropdown-item:active {
  background-color: transparent;
}
.cid-tupkcmJYmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tupkcmJYmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tupkcmJYmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tupkcmJYmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tupkcmJYmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tupkcmJYmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tupkcmJYmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tupkcmJYmb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tupkcmJYmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tupkcmJYmb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tupkcmJYmb .navbar {
    height: 70px;
  }
  .cid-tupkcmJYmb .navbar.opened {
    height: auto;
  }
  .cid-tupkcmJYmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tupkbBjg9A {
  padding-top: 2rem;
  padding-bottom: 30rem;
  background-color: #580000;
}
@media (max-width: 1400px) {
  .cid-tupkbBjg9A {
    padding-bottom: 24rem;
  }
}
@media (max-width: 992px) {
  .cid-tupkbBjg9A {
    padding-bottom: 19.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tupkbBjg9A {
    padding-bottom: 12.9rem;
  }
}
.cid-tupkbBjg9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tupkbBjg9A .image-big {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 50%;
  object-fit: cover;
  z-index: 0;
}
.cid-tupkbBjg9A .row {
  z-index: 1;
  position: relative;
}
.cid-tupkbBjg9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tupkbBjg9A .mbr-section-title {
  text-align: center;
  color: #afa174;
}
.cid-tupkbBjg9A .mbr-text,
.cid-tupkbBjg9A .mbr-section-btn {
  text-align: center;
}
.cid-tupkbBjg9A .mbr-section-subtitle {
  text-align: center;
}
.cid-tKFEVknv0f {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #460202;
}
.cid-tKFEVknv0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKFEVknv0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tKFEVknv0f .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tKFEVknv0f .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tKFEVknv0f .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tKFEVknv0f .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tKFEVknv0f .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-tKFEVknv0f .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-tKFEVknv0f .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tKFEVknv0f .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-tKFEVknv0f .mbr-section-title {
  color: #afa174;
  text-align: center;
}
.cid-tupn32rtzD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #580000;
}
.cid-tupn32rtzD .row {
  flex-direction: row-reverse;
}
.cid-tupn32rtzD .jc-sb {
  justify-content: space-between;
}
.cid-tupn32rtzD .mbr-text {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-tupn32rtzD .row {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-tupn32rtzD img {
    margin-bottom: 2rem;
  }
}
.cid-tupn32rtzD .mbr-section-text {
  color: #afa174;
  text-align: center;
}
.cid-tupn32rtzD .mbr-section-title {
  color: #afa174;
  text-align: center;
}
.cid-tupn32rtzD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tupn5PMCRF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #460202;
}
.cid-tupn5PMCRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tupn5PMCRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tupn5PMCRF .link-align {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tupn5PMCRF .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tupn5PMCRF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tupn5PMCRF .link-wrap {
  width: fit-content;
  display: inline-block;
  overflow: hidden;
}
.cid-tupn5PMCRF .link-wrap:hover svg {
  animation-duration: 1s;
  animation-name: svg;
}
.cid-tupn5PMCRF svg {
  transition: all 0.3s;
  width: 100%;
  margin-top: -20px;
}
.cid-tupn5PMCRF g {
  fill: #afa174;
}
@keyframes svg {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  51% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.cid-tupn5PMCRF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tupn5PMCRF .image-wrapper {
    padding: 1rem;
  }
}
.cid-tupn5PMCRF .mbr-text,
.cid-tupn5PMCRF .mbr-section-btn {
  color: #afa174;
  text-align: left;
}
.cid-tupn5PMCRF .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tupn5PMCRF .mbr-link,
.cid-tupn5PMCRF .link-align {
  color: #ffffff;
}
.cid-tEl9MTwBaQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #460202;
}
.cid-tEl9MTwBaQ .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tEl9MTwBaQ .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-tEl9MTwBaQ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tEl9MTwBaQ .item-wrapper:hover:before {
  opacity: 0.6;
}
.cid-tEl9MTwBaQ .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-tEl9MTwBaQ .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #580000;
}
@media (max-width: 767px) {
  .cid-tEl9MTwBaQ .item-wrapper:before {
    opacity: 0.6;
  }
}
.cid-tEl9MTwBaQ img,
.cid-tEl9MTwBaQ .item-img {
  width: 100%!important;
  height: 100%!important;
}
.cid-tEl9MTwBaQ .item:focus,
.cid-tEl9MTwBaQ span:focus {
  outline: none;
}
.cid-tEl9MTwBaQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEl9MTwBaQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEl9MTwBaQ .mbr-section-title {
  color: #232323;
}
.cid-tEl9MTwBaQ .mbr-text,
.cid-tEl9MTwBaQ .mbr-section-btn {
  text-align: center;
}
.cid-tEl9MTwBaQ .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tEl9MTwBaQ .item-subtitle {
  text-align: center;
}
.cid-tElalIwjTm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #460202;
}
.cid-tElalIwjTm .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tElalIwjTm .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-tElalIwjTm .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tElalIwjTm .item-wrapper:hover:before {
  opacity: 0.6;
}
.cid-tElalIwjTm .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-tElalIwjTm .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #580000;
}
@media (max-width: 767px) {
  .cid-tElalIwjTm .item-wrapper:before {
    opacity: 0.6;
  }
}
.cid-tElalIwjTm img,
.cid-tElalIwjTm .item-img {
  width: 100%!important;
  height: 100%!important;
  height: 100%;
  height: 400px;
}
.cid-tElalIwjTm .item:focus,
.cid-tElalIwjTm span:focus {
  outline: none;
}
.cid-tElalIwjTm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tElalIwjTm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tElalIwjTm .mbr-section-title {
  color: #232323;
}
.cid-tElalIwjTm .mbr-text,
.cid-tElalIwjTm .mbr-section-btn {
  text-align: center;
}
.cid-tElalIwjTm .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tElalIwjTm .item-subtitle {
  text-align: center;
}
.cid-tupnDXgtxj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #580000;
}
.cid-tupnDXgtxj .content-container {
  margin-bottom: 50px;
  width: 100%;
  padding: 5rem 5rem;
  text-align: center;
  background: #afa174;
}
@media (max-width: 767px) {
  .cid-tupnDXgtxj .content-container {
    padding: 3rem 1rem;
  }
}
.cid-tupnDXgtxj .label-text {
  color: #232323;
  margin-bottom: 28px;
}
.cid-tupnDXgtxj .mbr-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-tupnDXgtxj .mbr-text-name {
  color: #000000;
  margin-bottom: 0;
  margin-top: 35px;
}
.cid-tupnDXgtxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tupnDXgtxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKKhUpd8Ty {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #460202;
}
.cid-tKKhUpd8Ty .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tKKhUpd8Ty .btn {
  box-shadow: none;
  border: none;
}
.cid-tKKhUpd8Ty .btn:hover,
.cid-tKKhUpd8Ty .btn:focus {
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .cid-tKKhUpd8Ty .row {
    text-align: center;
  }
}
.cid-tKKhUpd8Ty p {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-tKKhUpd8Ty .col-auto {
    margin: auto;
  }
}
.cid-tKKhUpd8Ty .btn-white {
  background: white !important;
  color: black !important;
  padding: 0;
  margin: 0;
}
.cid-tKKhUpd8Ty .btn-white:hover,
.cid-tKKhUpd8Ty .btn-white:focus {
  background: white !important;
}
.cid-tKKhUpd8Ty input:hover,
.cid-tKKhUpd8Ty input:focus {
  border-color: transparent !important;
}
.cid-tKKhUpd8Ty textarea {
  border: 1px solid #232323 !important;
  min-height: 200px;
}
.cid-tKKhUpd8Ty textarea:hover {
  border-color: #232323 !important;
}
.cid-tKKhUpd8Ty .form-control,
.cid-tKKhUpd8Ty .field-input {
  padding: 0rem;
  background-color: #afa174;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  border-radius: 0;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tKKhUpd8Ty .form-control::-webkit-input-placeholder,
.cid-tKKhUpd8Ty .field-input::-webkit-input-placeholder,
.cid-tKKhUpd8Ty .form-control::-webkit-input-placeholder,
.cid-tKKhUpd8Ty .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tKKhUpd8Ty .form-control:-moz-placeholder,
.cid-tKKhUpd8Ty .field-input:-moz-placeholder,
.cid-tKKhUpd8Ty .form-control:-moz-placeholder,
.cid-tKKhUpd8Ty .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tKKhUpd8Ty .form-control:hover,
.cid-tKKhUpd8Ty .field-input:hover,
.cid-tKKhUpd8Ty .form-control:focus,
.cid-tKKhUpd8Ty .field-input:focus {
  background-color: #e9e1c9;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tKKhUpd8Ty .form-control:hover::-webkit-input-placeholder,
.cid-tKKhUpd8Ty .field-input:hover::-webkit-input-placeholder,
.cid-tKKhUpd8Ty .form-control:focus::-webkit-input-placeholder,
.cid-tKKhUpd8Ty .field-input:focus::-webkit-input-placeholder,
.cid-tKKhUpd8Ty .form-control:hover::-webkit-input-placeholder,
.cid-tKKhUpd8Ty .field-input:hover::-webkit-input-placeholder,
.cid-tKKhUpd8Ty .form-control:focus::-webkit-input-placeholder,
.cid-tKKhUpd8Ty .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tKKhUpd8Ty .form-control:hover:-moz-placeholder,
.cid-tKKhUpd8Ty .field-input:hover:-moz-placeholder,
.cid-tKKhUpd8Ty .form-control:focus:-moz-placeholder,
.cid-tKKhUpd8Ty .field-input:focus:-moz-placeholder,
.cid-tKKhUpd8Ty .form-control:hover:-moz-placeholder,
.cid-tKKhUpd8Ty .field-input:hover:-moz-placeholder,
.cid-tKKhUpd8Ty .form-control:focus:-moz-placeholder,
.cid-tKKhUpd8Ty .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tKKhUpd8Ty .jq-number__spin:hover,
.cid-tKKhUpd8Ty .jq-number__spin:focus {
  background-color: #e9e1c9;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tKKhUpd8Ty .jq-number__spin {
  background-color: #afa174;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tKKhUpd8Ty .jq-selectbox li,
.cid-tKKhUpd8Ty .jq-selectbox li {
  background-color: #afa174;
  color: #000000;
}
.cid-tKKhUpd8Ty .jq-selectbox li:hover,
.cid-tKKhUpd8Ty .jq-selectbox li.selected {
  background-color: #e9e1c9;
  color: #000000;
}
.cid-tKKhUpd8Ty .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tKKhUpd8Ty .jq-number__spin.minus:hover:after,
.cid-tKKhUpd8Ty .jq-number__spin.plus:hover:after {
  border-top-color: #afa174;
  border-bottom-color: #afa174;
}
.cid-tKKhUpd8Ty .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tKKhUpd8Ty .jq-number__spin.minus:after,
.cid-tKKhUpd8Ty .jq-number__spin.plus:after {
  border-top-color: #e9e1c9;
  border-bottom-color: #e9e1c9;
}
.cid-tKKhUpd8Ty input::-webkit-clear-button {
  display: none;
}
.cid-tKKhUpd8Ty input::-webkit-inner-spin-button {
  display: none;
}
.cid-tKKhUpd8Ty input::-webkit-outer-spin-button {
  display: none;
}
.cid-tKKhUpd8Ty input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tKKhUpd8Ty LABEL {
  color: #aaaaaa;
}
.cid-tKKhUpd8Ty .mbr-section-title {
  color: #afa174;
}
.cid-tKKhUpd8Ty .mbr-text {
  color: #afa174;
}
.cid-tupkcmJYmb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tupkcmJYmb nav.navbar {
  position: fixed;
}
.cid-tupkcmJYmb .link {
  font-weight: bold;
}
.cid-tupkcmJYmb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tupkcmJYmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tupkcmJYmb .dropdown-item:hover,
.cid-tupkcmJYmb .dropdown-item:focus {
  background: #afa174 !important;
  color: white !important;
}
.cid-tupkcmJYmb .dropdown-item:hover span {
  color: white;
}
.cid-tupkcmJYmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tupkcmJYmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tupkcmJYmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tupkcmJYmb .nav-link {
  position: relative;
}
.cid-tupkcmJYmb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tupkcmJYmb .container {
    flex-wrap: nowrap;
  }
}
.cid-tupkcmJYmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tupkcmJYmb .dropdown-menu,
.cid-tupkcmJYmb .navbar.opened {
  background: #ffffff !important;
}
.cid-tupkcmJYmb .nav-item:focus,
.cid-tupkcmJYmb .nav-link:focus {
  outline: none;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tupkcmJYmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tupkcmJYmb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tupkcmJYmb .navbar.opened {
  transition: all 0.3s;
}
.cid-tupkcmJYmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tupkcmJYmb .navbar .navbar-logo img {
  width: auto;
}
.cid-tupkcmJYmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tupkcmJYmb .navbar.collapsed {
  justify-content: center;
}
.cid-tupkcmJYmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tupkcmJYmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tupkcmJYmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tupkcmJYmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tupkcmJYmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tupkcmJYmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tupkcmJYmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tupkcmJYmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tupkcmJYmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tupkcmJYmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tupkcmJYmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tupkcmJYmb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tupkcmJYmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tupkcmJYmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tupkcmJYmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tupkcmJYmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tupkcmJYmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tupkcmJYmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tupkcmJYmb .dropdown-item.active,
.cid-tupkcmJYmb .dropdown-item:active {
  background-color: transparent;
}
.cid-tupkcmJYmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tupkcmJYmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tupkcmJYmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tupkcmJYmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tupkcmJYmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tupkcmJYmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tupkcmJYmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tupkcmJYmb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tupkcmJYmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tupkcmJYmb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tupkcmJYmb .navbar {
    height: 70px;
  }
  .cid-tupkcmJYmb .navbar.opened {
    height: auto;
  }
  .cid-tupkcmJYmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEsOHY7ogU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #afa174;
}
.cid-tEsOHY7ogU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEsOHY7ogU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEsOHY7ogU .link-align {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tEsOHY7ogU .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tEsOHY7ogU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tEsOHY7ogU .link-wrap {
  width: fit-content;
  display: inline-block;
  overflow: hidden;
}
.cid-tEsOHY7ogU .link-wrap:hover svg {
  animation-duration: 1s;
  animation-name: svg;
}
.cid-tEsOHY7ogU svg {
  transition: all 0.3s;
  width: 100%;
  margin-top: -20px;
}
.cid-tEsOHY7ogU g {
  fill: #afa174;
}
@keyframes svg {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  51% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.cid-tEsOHY7ogU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tEsOHY7ogU .image-wrapper {
    padding: 1rem;
  }
}
.cid-tEsOHY7ogU .mbr-text,
.cid-tEsOHY7ogU .mbr-section-btn {
  color: #580000;
}
.cid-tEsOHY7ogU .mbr-section-title {
  color: #580000;
}
.cid-tEsQDs8Roy {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #580000;
}
.cid-tEsQDs8Roy p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tEsQDs8Roy .panel-title {
  border-bottom: 2px solid #e9e1c9;
}
.cid-tEsQDs8Roy .collapsed {
  border: none;
}
.cid-tEsQDs8Roy .panel-body {
  padding-top: 0.5rem;
}
.cid-tEsQDs8Roy .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tEsQDs8Roy .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #afa174;
  padding: 0;
}
.cid-tEsQDs8Roy .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tEsQDs8Roy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tEsQDs8Roy .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tEsQDs8Roy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tEsQDs8Roy .panel-text {
  color: #e9e1c9;
}
.cid-tEsQDs8Roy H4 {
  color: #000000;
  text-transform: uppercase;
}
.cid-tEsQDs8Roy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEsQDs8Roy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEsQDs8Roy H2 {
  color: #e9e1c9;
}
.cid-tEsQDs8Roy H5 {
  color: #ccffb7;
}
.cid-tEItArFTuG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #460202;
}
.cid-tEItArFTuG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tEItArFTuG .btn {
  box-shadow: none;
  border: none;
}
.cid-tEItArFTuG .btn:hover,
.cid-tEItArFTuG .btn:focus {
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .cid-tEItArFTuG .row {
    text-align: center;
  }
}
.cid-tEItArFTuG p {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-tEItArFTuG .col-auto {
    margin: auto;
  }
}
.cid-tEItArFTuG .btn-white {
  background: white !important;
  color: black !important;
  padding: 0;
  margin: 0;
}
.cid-tEItArFTuG .btn-white:hover,
.cid-tEItArFTuG .btn-white:focus {
  background: white !important;
}
.cid-tEItArFTuG input:hover,
.cid-tEItArFTuG input:focus {
  border-color: transparent !important;
}
.cid-tEItArFTuG textarea {
  border: 1px solid #232323 !important;
  min-height: 200px;
}
.cid-tEItArFTuG textarea:hover {
  border-color: #232323 !important;
}
.cid-tEItArFTuG .form-control,
.cid-tEItArFTuG .field-input {
  padding: 0rem;
  background-color: #afa174;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  border-radius: 0;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tEItArFTuG .form-control::-webkit-input-placeholder,
.cid-tEItArFTuG .field-input::-webkit-input-placeholder,
.cid-tEItArFTuG .form-control::-webkit-input-placeholder,
.cid-tEItArFTuG .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tEItArFTuG .form-control:-moz-placeholder,
.cid-tEItArFTuG .field-input:-moz-placeholder,
.cid-tEItArFTuG .form-control:-moz-placeholder,
.cid-tEItArFTuG .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tEItArFTuG .form-control:hover,
.cid-tEItArFTuG .field-input:hover,
.cid-tEItArFTuG .form-control:focus,
.cid-tEItArFTuG .field-input:focus {
  background-color: #e9e1c9;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tEItArFTuG .form-control:hover::-webkit-input-placeholder,
.cid-tEItArFTuG .field-input:hover::-webkit-input-placeholder,
.cid-tEItArFTuG .form-control:focus::-webkit-input-placeholder,
.cid-tEItArFTuG .field-input:focus::-webkit-input-placeholder,
.cid-tEItArFTuG .form-control:hover::-webkit-input-placeholder,
.cid-tEItArFTuG .field-input:hover::-webkit-input-placeholder,
.cid-tEItArFTuG .form-control:focus::-webkit-input-placeholder,
.cid-tEItArFTuG .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tEItArFTuG .form-control:hover:-moz-placeholder,
.cid-tEItArFTuG .field-input:hover:-moz-placeholder,
.cid-tEItArFTuG .form-control:focus:-moz-placeholder,
.cid-tEItArFTuG .field-input:focus:-moz-placeholder,
.cid-tEItArFTuG .form-control:hover:-moz-placeholder,
.cid-tEItArFTuG .field-input:hover:-moz-placeholder,
.cid-tEItArFTuG .form-control:focus:-moz-placeholder,
.cid-tEItArFTuG .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tEItArFTuG .jq-number__spin:hover,
.cid-tEItArFTuG .jq-number__spin:focus {
  background-color: #e9e1c9;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tEItArFTuG .jq-number__spin {
  background-color: #afa174;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tEItArFTuG .jq-selectbox li,
.cid-tEItArFTuG .jq-selectbox li {
  background-color: #afa174;
  color: #000000;
}
.cid-tEItArFTuG .jq-selectbox li:hover,
.cid-tEItArFTuG .jq-selectbox li.selected {
  background-color: #e9e1c9;
  color: #000000;
}
.cid-tEItArFTuG .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tEItArFTuG .jq-number__spin.minus:hover:after,
.cid-tEItArFTuG .jq-number__spin.plus:hover:after {
  border-top-color: #afa174;
  border-bottom-color: #afa174;
}
.cid-tEItArFTuG .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tEItArFTuG .jq-number__spin.minus:after,
.cid-tEItArFTuG .jq-number__spin.plus:after {
  border-top-color: #e9e1c9;
  border-bottom-color: #e9e1c9;
}
.cid-tEItArFTuG input::-webkit-clear-button {
  display: none;
}
.cid-tEItArFTuG input::-webkit-inner-spin-button {
  display: none;
}
.cid-tEItArFTuG input::-webkit-outer-spin-button {
  display: none;
}
.cid-tEItArFTuG input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tEItArFTuG LABEL {
  color: #aaaaaa;
}
.cid-tEItArFTuG .mbr-section-title {
  color: #afa174;
}
.cid-tEItArFTuG .mbr-text {
  color: #afa174;
}
.cid-tupkcmJYmb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tupkcmJYmb nav.navbar {
  position: fixed;
}
.cid-tupkcmJYmb .link {
  font-weight: bold;
}
.cid-tupkcmJYmb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tupkcmJYmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tupkcmJYmb .dropdown-item:hover,
.cid-tupkcmJYmb .dropdown-item:focus {
  background: #afa174 !important;
  color: white !important;
}
.cid-tupkcmJYmb .dropdown-item:hover span {
  color: white;
}
.cid-tupkcmJYmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tupkcmJYmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tupkcmJYmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tupkcmJYmb .nav-link {
  position: relative;
}
.cid-tupkcmJYmb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tupkcmJYmb .container {
    flex-wrap: nowrap;
  }
}
.cid-tupkcmJYmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tupkcmJYmb .dropdown-menu,
.cid-tupkcmJYmb .navbar.opened {
  background: #ffffff !important;
}
.cid-tupkcmJYmb .nav-item:focus,
.cid-tupkcmJYmb .nav-link:focus {
  outline: none;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tupkcmJYmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tupkcmJYmb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tupkcmJYmb .navbar.opened {
  transition: all 0.3s;
}
.cid-tupkcmJYmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tupkcmJYmb .navbar .navbar-logo img {
  width: auto;
}
.cid-tupkcmJYmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tupkcmJYmb .navbar.collapsed {
  justify-content: center;
}
.cid-tupkcmJYmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tupkcmJYmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tupkcmJYmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tupkcmJYmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tupkcmJYmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tupkcmJYmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tupkcmJYmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tupkcmJYmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tupkcmJYmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tupkcmJYmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tupkcmJYmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tupkcmJYmb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tupkcmJYmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tupkcmJYmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tupkcmJYmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tupkcmJYmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tupkcmJYmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tupkcmJYmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tupkcmJYmb .dropdown-item.active,
.cid-tupkcmJYmb .dropdown-item:active {
  background-color: transparent;
}
.cid-tupkcmJYmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tupkcmJYmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tupkcmJYmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tupkcmJYmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tupkcmJYmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tupkcmJYmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tupkcmJYmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tupkcmJYmb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tupkcmJYmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tupkcmJYmb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tupkcmJYmb .navbar {
    height: 70px;
  }
  .cid-tupkcmJYmb .navbar.opened {
    height: auto;
  }
  .cid-tupkcmJYmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEIylueQD1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #afa174;
}
.cid-tEIylueQD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEIylueQD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEIylueQD1 .mbr-text,
.cid-tEIylueQD1 .mbr-section-btn {
  color: #580000;
}
.cid-tElfysU6co {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #580000;
}
.cid-tElfysU6co .mbr-fallback-image.disabled {
  display: none;
}
.cid-tElfysU6co .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tElfysU6co .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElfysU6co .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tElfysU6co .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElfysU6co .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElfysU6co .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tElfysU6co .text-wrapper {
  width: 100%;
}
.cid-tElfysU6co .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tElfysU6co .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tElfysU6co .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tElfysU6co .mbr-section-subtitle {
  color: #afa174;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tElfysU6co .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tElfysU6co .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tElfysU6co .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tElfysU6co .mbr-text {
    padding-right: 0;
  }
}
.cid-tElfysU6co .mbr-section-btn {
  margin-top: 40px;
}
.cid-tElfysU6co .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElfysU6co .col-img {
    order: 1;
  }
}
.cid-tElfysU6co .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tElfysU6co .img-container {
    padding-right: 20px;
  }
}
.cid-tElfysU6co .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #580000, #580000);
  box-shadow: 10px 10px 19px #460202, -10px -10px 19px #460202;
}
@media (max-width: 1199px) {
  .cid-tElfysU6co .image-wrapper {
    padding: 15px;
  }
}
.cid-tElfysU6co .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tElfysU6co .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tElfysU6co .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tElfysU6co .mbr-text,
.cid-tElfysU6co .mbr-section-btn {
  color: #afa174;
}
.cid-tElgPFVeEF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #460202;
}
.cid-tElgPFVeEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tElgPFVeEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tElgPFVeEF .row {
  flex-direction: row-reverse;
}
.cid-tElgPFVeEF .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElgPFVeEF .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tElgPFVeEF .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElgPFVeEF .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElgPFVeEF .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tElgPFVeEF .text-wrapper {
  width: 100%;
}
.cid-tElgPFVeEF .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tElgPFVeEF .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tElgPFVeEF .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tElgPFVeEF .mbr-section-subtitle {
  color: #afa174;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tElgPFVeEF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tElgPFVeEF .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tElgPFVeEF .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tElgPFVeEF .mbr-text {
    padding-right: 0;
  }
}
.cid-tElgPFVeEF .mbr-section-btn {
  margin-top: 40px;
}
.cid-tElgPFVeEF .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElgPFVeEF .col-img {
    order: 1;
  }
}
.cid-tElgPFVeEF .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tElgPFVeEF .img-container {
    padding-left: 20px;
  }
}
.cid-tElgPFVeEF .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #580000, #580000);
  box-shadow: 10px 10px 19px #460202, -10px -10px 19px #460202;
}
@media (max-width: 1199px) {
  .cid-tElgPFVeEF .image-wrapper {
    padding: 15px;
  }
}
.cid-tElgPFVeEF .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tElgPFVeEF .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tElgPFVeEF .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tElgPFVeEF .mbr-text,
.cid-tElgPFVeEF .mbr-section-btn {
  color: #afa174;
}
.cid-tElh5zWY2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #580000;
}
.cid-tElh5zWY2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tElh5zWY2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tElh5zWY2z .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElh5zWY2z .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tElh5zWY2z .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElh5zWY2z .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElh5zWY2z .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tElh5zWY2z .text-wrapper {
  width: 100%;
}
.cid-tElh5zWY2z .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tElh5zWY2z .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tElh5zWY2z .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tElh5zWY2z .mbr-section-subtitle {
  color: #afa174;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tElh5zWY2z .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tElh5zWY2z .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tElh5zWY2z .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tElh5zWY2z .mbr-text {
    padding-right: 0;
  }
}
.cid-tElh5zWY2z .mbr-section-btn {
  margin-top: 40px;
}
.cid-tElh5zWY2z .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElh5zWY2z .col-img {
    order: 1;
  }
}
.cid-tElh5zWY2z .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tElh5zWY2z .img-container {
    padding-right: 20px;
  }
}
.cid-tElh5zWY2z .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #580000, #580000);
  box-shadow: 10px 10px 19px #460202, -10px -10px 19px #460202;
}
@media (max-width: 1199px) {
  .cid-tElh5zWY2z .image-wrapper {
    padding: 15px;
  }
}
.cid-tElh5zWY2z .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tElh5zWY2z .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tElh5zWY2z .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tElh5zWY2z .mbr-text,
.cid-tElh5zWY2z .mbr-section-btn {
  color: #afa174;
  text-align: left;
}
.cid-tEliZ1Qycj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #460202;
}
.cid-tEliZ1Qycj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEliZ1Qycj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEliZ1Qycj .row {
  flex-direction: row-reverse;
}
.cid-tEliZ1Qycj .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEliZ1Qycj .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tEliZ1Qycj .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEliZ1Qycj .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEliZ1Qycj .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tEliZ1Qycj .text-wrapper {
  width: 100%;
}
.cid-tEliZ1Qycj .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tEliZ1Qycj .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tEliZ1Qycj .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tEliZ1Qycj .mbr-section-subtitle {
  color: #afa174;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tEliZ1Qycj .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tEliZ1Qycj .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tEliZ1Qycj .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tEliZ1Qycj .mbr-text {
    padding-right: 0;
  }
}
.cid-tEliZ1Qycj .mbr-section-btn {
  margin-top: 40px;
}
.cid-tEliZ1Qycj .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEliZ1Qycj .col-img {
    order: 1;
  }
}
.cid-tEliZ1Qycj .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEliZ1Qycj .img-container {
    padding-left: 20px;
  }
}
.cid-tEliZ1Qycj .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #580000, #580000);
  box-shadow: 10px 10px 19px #460202, -10px -10px 19px #460202;
}
@media (max-width: 1199px) {
  .cid-tEliZ1Qycj .image-wrapper {
    padding: 15px;
  }
}
.cid-tEliZ1Qycj .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tEliZ1Qycj .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tEliZ1Qycj .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tEliZ1Qycj .mbr-text,
.cid-tEliZ1Qycj .mbr-section-btn {
  color: #afa174;
}
.cid-tElk5HkGKf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #580000;
}
.cid-tElk5HkGKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tElk5HkGKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tElk5HkGKf .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElk5HkGKf .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tElk5HkGKf .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElk5HkGKf .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElk5HkGKf .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tElk5HkGKf .text-wrapper {
  width: 100%;
}
.cid-tElk5HkGKf .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tElk5HkGKf .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tElk5HkGKf .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tElk5HkGKf .mbr-section-subtitle {
  color: #afa174;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tElk5HkGKf .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tElk5HkGKf .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tElk5HkGKf .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tElk5HkGKf .mbr-text {
    padding-right: 0;
  }
}
.cid-tElk5HkGKf .mbr-section-btn {
  margin-top: 40px;
}
.cid-tElk5HkGKf .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElk5HkGKf .col-img {
    order: 1;
  }
}
.cid-tElk5HkGKf .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tElk5HkGKf .img-container {
    padding-right: 20px;
  }
}
.cid-tElk5HkGKf .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #580000, #580000);
  box-shadow: 10px 10px 19px #460202, -10px -10px 19px #460202;
}
@media (max-width: 1199px) {
  .cid-tElk5HkGKf .image-wrapper {
    padding: 15px;
  }
}
.cid-tElk5HkGKf .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tElk5HkGKf .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tElk5HkGKf .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tElk5HkGKf .mbr-text,
.cid-tElk5HkGKf .mbr-section-btn {
  color: #afa174;
}
.cid-tElkjzGXwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #460202;
}
.cid-tElkjzGXwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tElkjzGXwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tElkjzGXwd .row {
  flex-direction: row-reverse;
}
.cid-tElkjzGXwd .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElkjzGXwd .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tElkjzGXwd .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElkjzGXwd .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElkjzGXwd .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tElkjzGXwd .text-wrapper {
  width: 100%;
}
.cid-tElkjzGXwd .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tElkjzGXwd .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tElkjzGXwd .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tElkjzGXwd .mbr-section-subtitle {
  color: #afa174;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tElkjzGXwd .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tElkjzGXwd .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tElkjzGXwd .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tElkjzGXwd .mbr-text {
    padding-right: 0;
  }
}
.cid-tElkjzGXwd .mbr-section-btn {
  margin-top: 40px;
}
.cid-tElkjzGXwd .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElkjzGXwd .col-img {
    order: 1;
  }
}
.cid-tElkjzGXwd .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tElkjzGXwd .img-container {
    padding-left: 20px;
  }
}
.cid-tElkjzGXwd .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #580000, #580000);
  box-shadow: 10px 10px 19px #460202, -10px -10px 19px #460202;
}
@media (max-width: 1199px) {
  .cid-tElkjzGXwd .image-wrapper {
    padding: 15px;
  }
}
.cid-tElkjzGXwd .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tElkjzGXwd .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tElkjzGXwd .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tElkjzGXwd .mbr-text,
.cid-tElkjzGXwd .mbr-section-btn {
  color: #afa174;
}
.cid-tElkPsBywU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #580000;
}
.cid-tElkPsBywU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tElkPsBywU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tElkPsBywU .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElkPsBywU .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tElkPsBywU .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElkPsBywU .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElkPsBywU .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tElkPsBywU .text-wrapper {
  width: 100%;
}
.cid-tElkPsBywU .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tElkPsBywU .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tElkPsBywU .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tElkPsBywU .mbr-section-subtitle {
  color: #afa174;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tElkPsBywU .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tElkPsBywU .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tElkPsBywU .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tElkPsBywU .mbr-text {
    padding-right: 0;
  }
}
.cid-tElkPsBywU .mbr-section-btn {
  margin-top: 40px;
}
.cid-tElkPsBywU .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElkPsBywU .col-img {
    order: 1;
  }
}
.cid-tElkPsBywU .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tElkPsBywU .img-container {
    padding-right: 20px;
  }
}
.cid-tElkPsBywU .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #580000, #580000);
  box-shadow: 10px 10px 19px #460202, -10px -10px 19px #460202;
}
@media (max-width: 1199px) {
  .cid-tElkPsBywU .image-wrapper {
    padding: 15px;
  }
}
.cid-tElkPsBywU .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tElkPsBywU .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tElkPsBywU .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tElkPsBywU .mbr-text,
.cid-tElkPsBywU .mbr-section-btn {
  color: #afa174;
}
.cid-tEllu2bEZ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #460202;
}
.cid-tEllu2bEZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEllu2bEZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEllu2bEZ6 .row {
  flex-direction: row-reverse;
}
.cid-tEllu2bEZ6 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEllu2bEZ6 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tEllu2bEZ6 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEllu2bEZ6 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEllu2bEZ6 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tEllu2bEZ6 .text-wrapper {
  width: 100%;
}
.cid-tEllu2bEZ6 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tEllu2bEZ6 .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tEllu2bEZ6 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tEllu2bEZ6 .mbr-section-subtitle {
  color: #afa174;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tEllu2bEZ6 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tEllu2bEZ6 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tEllu2bEZ6 .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tEllu2bEZ6 .mbr-text {
    padding-right: 0;
  }
}
.cid-tEllu2bEZ6 .mbr-section-btn {
  margin-top: 40px;
}
.cid-tEllu2bEZ6 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEllu2bEZ6 .col-img {
    order: 1;
  }
}
.cid-tEllu2bEZ6 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEllu2bEZ6 .img-container {
    padding-left: 20px;
  }
}
.cid-tEllu2bEZ6 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #580000, #580000);
  box-shadow: 10px 10px 19px #460202, -10px -10px 19px #460202;
}
@media (max-width: 1199px) {
  .cid-tEllu2bEZ6 .image-wrapper {
    padding: 15px;
  }
}
.cid-tEllu2bEZ6 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tEllu2bEZ6 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tEllu2bEZ6 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tEllu2bEZ6 .mbr-text,
.cid-tEllu2bEZ6 .mbr-section-btn {
  color: #afa174;
}
.cid-tEllITxDjx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #580000;
}
.cid-tEllITxDjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEllITxDjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEllITxDjx .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEllITxDjx .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tEllITxDjx .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEllITxDjx .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEllITxDjx .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tEllITxDjx .text-wrapper {
  width: 100%;
}
.cid-tEllITxDjx .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tEllITxDjx .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tEllITxDjx .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tEllITxDjx .mbr-section-subtitle {
  color: #afa174;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tEllITxDjx .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tEllITxDjx .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tEllITxDjx .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tEllITxDjx .mbr-text {
    padding-right: 0;
  }
}
.cid-tEllITxDjx .mbr-section-btn {
  margin-top: 40px;
}
.cid-tEllITxDjx .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEllITxDjx .col-img {
    order: 1;
  }
}
.cid-tEllITxDjx .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEllITxDjx .img-container {
    padding-right: 20px;
  }
}
.cid-tEllITxDjx .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #580000, #580000);
  box-shadow: 10px 10px 19px #460202, -10px -10px 19px #460202;
}
@media (max-width: 1199px) {
  .cid-tEllITxDjx .image-wrapper {
    padding: 15px;
  }
}
.cid-tEllITxDjx .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tEllITxDjx .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tEllITxDjx .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tEllITxDjx .mbr-text,
.cid-tEllITxDjx .mbr-section-btn {
  color: #afa174;
}
.cid-tElmadlNXC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #460202;
}
.cid-tElmadlNXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tElmadlNXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tElmadlNXC .row {
  flex-direction: row-reverse;
}
.cid-tElmadlNXC .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElmadlNXC .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tElmadlNXC .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tElmadlNXC .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElmadlNXC .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tElmadlNXC .text-wrapper {
  width: 100%;
}
.cid-tElmadlNXC .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tElmadlNXC .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tElmadlNXC .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tElmadlNXC .mbr-section-subtitle {
  color: #afa174;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tElmadlNXC .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tElmadlNXC .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tElmadlNXC .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tElmadlNXC .mbr-text {
    padding-right: 0;
  }
}
.cid-tElmadlNXC .mbr-section-btn {
  margin-top: 40px;
}
.cid-tElmadlNXC .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tElmadlNXC .col-img {
    order: 1;
  }
}
.cid-tElmadlNXC .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tElmadlNXC .img-container {
    padding-left: 20px;
  }
}
.cid-tElmadlNXC .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #580000, #580000);
  box-shadow: 10px 10px 19px #460202, -10px -10px 19px #460202;
}
@media (max-width: 1199px) {
  .cid-tElmadlNXC .image-wrapper {
    padding: 15px;
  }
}
.cid-tElmadlNXC .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tElmadlNXC .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tElmadlNXC .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tElmadlNXC .mbr-text,
.cid-tElmadlNXC .mbr-section-btn {
  color: #afa174;
}
.cid-tEsN6OnRhs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #580000;
}
.cid-tEsN6OnRhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEsN6OnRhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEsN6OnRhs .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEsN6OnRhs .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tEsN6OnRhs .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEsN6OnRhs .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEsN6OnRhs .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tEsN6OnRhs .text-wrapper {
  width: 100%;
}
.cid-tEsN6OnRhs .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tEsN6OnRhs .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tEsN6OnRhs .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tEsN6OnRhs .mbr-section-subtitle {
  color: #afa174;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tEsN6OnRhs .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tEsN6OnRhs .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tEsN6OnRhs .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tEsN6OnRhs .mbr-text {
    padding-right: 0;
  }
}
.cid-tEsN6OnRhs .mbr-section-btn {
  margin-top: 40px;
}
.cid-tEsN6OnRhs .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEsN6OnRhs .col-img {
    order: 1;
  }
}
.cid-tEsN6OnRhs .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEsN6OnRhs .img-container {
    padding-right: 20px;
  }
}
.cid-tEsN6OnRhs .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #580000, #580000);
  box-shadow: 10px 10px 19px #460202, -10px -10px 19px #460202;
}
@media (max-width: 1199px) {
  .cid-tEsN6OnRhs .image-wrapper {
    padding: 15px;
  }
}
.cid-tEsN6OnRhs .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tEsN6OnRhs .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tEsN6OnRhs .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tEsN6OnRhs .mbr-text,
.cid-tEsN6OnRhs .mbr-section-btn {
  color: #afa174;
}
.cid-tEsNnCFFbv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #460202;
}
.cid-tEsNnCFFbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEsNnCFFbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEsNnCFFbv .row {
  flex-direction: row-reverse;
}
.cid-tEsNnCFFbv .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEsNnCFFbv .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tEsNnCFFbv .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEsNnCFFbv .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEsNnCFFbv .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tEsNnCFFbv .text-wrapper {
  width: 100%;
}
.cid-tEsNnCFFbv .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tEsNnCFFbv .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tEsNnCFFbv .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tEsNnCFFbv .mbr-section-subtitle {
  color: #afa174;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tEsNnCFFbv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tEsNnCFFbv .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tEsNnCFFbv .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tEsNnCFFbv .mbr-text {
    padding-right: 0;
  }
}
.cid-tEsNnCFFbv .mbr-section-btn {
  margin-top: 40px;
}
.cid-tEsNnCFFbv .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEsNnCFFbv .col-img {
    order: 1;
  }
}
.cid-tEsNnCFFbv .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEsNnCFFbv .img-container {
    padding-left: 20px;
  }
}
.cid-tEsNnCFFbv .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #580000, #580000);
  box-shadow: 10px 10px 19px #460202, -10px -10px 19px #460202;
}
@media (max-width: 1199px) {
  .cid-tEsNnCFFbv .image-wrapper {
    padding: 15px;
  }
}
.cid-tEsNnCFFbv .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tEsNnCFFbv .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tEsNnCFFbv .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tEsNnCFFbv .mbr-text,
.cid-tEsNnCFFbv .mbr-section-btn {
  color: #afa174;
}
.cid-tFG4oqlEzs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #580000;
}
.cid-tFG4oqlEzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFG4oqlEzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFG4oqlEzs .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFG4oqlEzs .container-fluid {
    padding: 0 25px;
  }
}
.cid-tFG4oqlEzs .container-fluid .row {
  padding: 0;
}
.cid-tFG4oqlEzs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-tFG4oqlEzs .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tFG4oqlEzs .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
}
.cid-tFG4oqlEzs .embla__button--next,
.cid-tFG4oqlEzs .embla__button--prev {
  display: flex;
}
.cid-tFG4oqlEzs .embla__button {
  bottom: -4.5rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #afa174;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .85;
}
.cid-tFG4oqlEzs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFG4oqlEzs .embla__button:hover {
  background: transparent;
  color: #afa174;
}
.cid-tFG4oqlEzs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 45%;
}
@media (max-width: 992px) {
  .cid-tFG4oqlEzs .embla__button.embla__button--prev {
    margin-left: 5%;
  }
}
.cid-tFG4oqlEzs .embla__button.embla__button--next {
  right: 0;
  margin-right: 45%;
}
@media (max-width: 992px) {
  .cid-tFG4oqlEzs .embla__button.embla__button--next {
    margin-right: 5%;
  }
}
@media (max-width: 992px) {
  .cid-tFG4oqlEzs .embla__button {
    bottom: -3rem;
  }
}
.cid-tFG4oqlEzs .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tFG4oqlEzs .embla {
    padding: 20px;
  }
}
.cid-tFG4oqlEzs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tFG4oqlEzs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFG4oqlEzs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFG4oqlEzs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tKKi4QUTdT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #460202;
}
.cid-tKKi4QUTdT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tKKi4QUTdT .btn {
  box-shadow: none;
  border: none;
}
.cid-tKKi4QUTdT .btn:hover,
.cid-tKKi4QUTdT .btn:focus {
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .cid-tKKi4QUTdT .row {
    text-align: center;
  }
}
.cid-tKKi4QUTdT p {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-tKKi4QUTdT .col-auto {
    margin: auto;
  }
}
.cid-tKKi4QUTdT .btn-white {
  background: white !important;
  color: black !important;
  padding: 0;
  margin: 0;
}
.cid-tKKi4QUTdT .btn-white:hover,
.cid-tKKi4QUTdT .btn-white:focus {
  background: white !important;
}
.cid-tKKi4QUTdT input:hover,
.cid-tKKi4QUTdT input:focus {
  border-color: transparent !important;
}
.cid-tKKi4QUTdT textarea {
  border: 1px solid #232323 !important;
  min-height: 200px;
}
.cid-tKKi4QUTdT textarea:hover {
  border-color: #232323 !important;
}
.cid-tKKi4QUTdT .form-control,
.cid-tKKi4QUTdT .field-input {
  padding: 0rem;
  background-color: #afa174;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  border-radius: 0;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tKKi4QUTdT .form-control::-webkit-input-placeholder,
.cid-tKKi4QUTdT .field-input::-webkit-input-placeholder,
.cid-tKKi4QUTdT .form-control::-webkit-input-placeholder,
.cid-tKKi4QUTdT .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tKKi4QUTdT .form-control:-moz-placeholder,
.cid-tKKi4QUTdT .field-input:-moz-placeholder,
.cid-tKKi4QUTdT .form-control:-moz-placeholder,
.cid-tKKi4QUTdT .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tKKi4QUTdT .form-control:hover,
.cid-tKKi4QUTdT .field-input:hover,
.cid-tKKi4QUTdT .form-control:focus,
.cid-tKKi4QUTdT .field-input:focus {
  background-color: #e9e1c9;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tKKi4QUTdT .form-control:hover::-webkit-input-placeholder,
.cid-tKKi4QUTdT .field-input:hover::-webkit-input-placeholder,
.cid-tKKi4QUTdT .form-control:focus::-webkit-input-placeholder,
.cid-tKKi4QUTdT .field-input:focus::-webkit-input-placeholder,
.cid-tKKi4QUTdT .form-control:hover::-webkit-input-placeholder,
.cid-tKKi4QUTdT .field-input:hover::-webkit-input-placeholder,
.cid-tKKi4QUTdT .form-control:focus::-webkit-input-placeholder,
.cid-tKKi4QUTdT .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tKKi4QUTdT .form-control:hover:-moz-placeholder,
.cid-tKKi4QUTdT .field-input:hover:-moz-placeholder,
.cid-tKKi4QUTdT .form-control:focus:-moz-placeholder,
.cid-tKKi4QUTdT .field-input:focus:-moz-placeholder,
.cid-tKKi4QUTdT .form-control:hover:-moz-placeholder,
.cid-tKKi4QUTdT .field-input:hover:-moz-placeholder,
.cid-tKKi4QUTdT .form-control:focus:-moz-placeholder,
.cid-tKKi4QUTdT .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tKKi4QUTdT .jq-number__spin:hover,
.cid-tKKi4QUTdT .jq-number__spin:focus {
  background-color: #e9e1c9;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tKKi4QUTdT .jq-number__spin {
  background-color: #afa174;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tKKi4QUTdT .jq-selectbox li,
.cid-tKKi4QUTdT .jq-selectbox li {
  background-color: #afa174;
  color: #000000;
}
.cid-tKKi4QUTdT .jq-selectbox li:hover,
.cid-tKKi4QUTdT .jq-selectbox li.selected {
  background-color: #e9e1c9;
  color: #000000;
}
.cid-tKKi4QUTdT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tKKi4QUTdT .jq-number__spin.minus:hover:after,
.cid-tKKi4QUTdT .jq-number__spin.plus:hover:after {
  border-top-color: #afa174;
  border-bottom-color: #afa174;
}
.cid-tKKi4QUTdT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tKKi4QUTdT .jq-number__spin.minus:after,
.cid-tKKi4QUTdT .jq-number__spin.plus:after {
  border-top-color: #e9e1c9;
  border-bottom-color: #e9e1c9;
}
.cid-tKKi4QUTdT input::-webkit-clear-button {
  display: none;
}
.cid-tKKi4QUTdT input::-webkit-inner-spin-button {
  display: none;
}
.cid-tKKi4QUTdT input::-webkit-outer-spin-button {
  display: none;
}
.cid-tKKi4QUTdT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tKKi4QUTdT LABEL {
  color: #aaaaaa;
}
.cid-tKKi4QUTdT .mbr-section-title {
  color: #afa174;
}
.cid-tKKi4QUTdT .mbr-text {
  color: #afa174;
}
.cid-tupkcmJYmb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tupkcmJYmb nav.navbar {
  position: fixed;
}
.cid-tupkcmJYmb .link {
  font-weight: bold;
}
.cid-tupkcmJYmb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tupkcmJYmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tupkcmJYmb .dropdown-item:hover,
.cid-tupkcmJYmb .dropdown-item:focus {
  background: #afa174 !important;
  color: white !important;
}
.cid-tupkcmJYmb .dropdown-item:hover span {
  color: white;
}
.cid-tupkcmJYmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tupkcmJYmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tupkcmJYmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tupkcmJYmb .nav-link {
  position: relative;
}
.cid-tupkcmJYmb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tupkcmJYmb .container {
    flex-wrap: nowrap;
  }
}
.cid-tupkcmJYmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tupkcmJYmb .dropdown-menu,
.cid-tupkcmJYmb .navbar.opened {
  background: #ffffff !important;
}
.cid-tupkcmJYmb .nav-item:focus,
.cid-tupkcmJYmb .nav-link:focus {
  outline: none;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tupkcmJYmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tupkcmJYmb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tupkcmJYmb .navbar.opened {
  transition: all 0.3s;
}
.cid-tupkcmJYmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tupkcmJYmb .navbar .navbar-logo img {
  width: auto;
}
.cid-tupkcmJYmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tupkcmJYmb .navbar.collapsed {
  justify-content: center;
}
.cid-tupkcmJYmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tupkcmJYmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tupkcmJYmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tupkcmJYmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tupkcmJYmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tupkcmJYmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tupkcmJYmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tupkcmJYmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tupkcmJYmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tupkcmJYmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tupkcmJYmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tupkcmJYmb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tupkcmJYmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tupkcmJYmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tupkcmJYmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tupkcmJYmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tupkcmJYmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tupkcmJYmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tupkcmJYmb .dropdown-item.active,
.cid-tupkcmJYmb .dropdown-item:active {
  background-color: transparent;
}
.cid-tupkcmJYmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tupkcmJYmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tupkcmJYmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tupkcmJYmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tupkcmJYmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tupkcmJYmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tupkcmJYmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tupkcmJYmb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tupkcmJYmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tupkcmJYmb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tupkcmJYmb .navbar {
    height: 70px;
  }
  .cid-tupkcmJYmb .navbar.opened {
    height: auto;
  }
  .cid-tupkcmJYmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFFHDaRfhu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #460202;
}
.cid-tFFHDaRfhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFFHDaRfhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFFHDaRfhu b,
.cid-tFFHDaRfhu strong {
  font-weight: 900;
}
.cid-tFFHDaRfhu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tFFHDaRfhu .mbr-section-subtitle {
  color: #afa174;
  text-align: left;
}
.cid-tFFICl148V {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #580000;
}
.cid-tFFICl148V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFFICl148V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFFICl148V .om-mig-bild {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 20px!important;
}
.cid-tFFICl148V b,
.cid-tFFICl148V strong {
  font-weight: 900;
}
.cid-tFFICl148V .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tFFICl148V .mbr-section-subtitle {
  color: #afa174;
}
.cid-tFFIUMLyjt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #460202;
}
.cid-tFFIUMLyjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFFIUMLyjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFFIUMLyjt b,
.cid-tFFIUMLyjt strong {
  font-weight: 900;
}
.cid-tFFIUMLyjt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tFFIUMLyjt .mbr-section-subtitle {
  color: #afa174;
}
.cid-tFFU5A05Sj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #580000;
}
.cid-tFFU5A05Sj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFFU5A05Sj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFFU5A05Sj b,
.cid-tFFU5A05Sj strong {
  font-weight: 900;
}
.cid-tFFU5A05Sj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tFFU5A05Sj .mbr-section-subtitle {
  color: #afa174;
  text-align: left;
}
.cid-tFFUVk23Vp {
  background-color: #460202 !important;
  border: 18px solid #460202;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tFFUVk23Vp {
    border: 8px solid #460202;
    margin-top: -8px;
  }
}
.cid-tFFUVk23Vp .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tFFUVk23Vp .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tFFUVk23Vp .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #580000;
}
.cid-tFFUVk23Vp .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFFUVk23Vp .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tFFUVk23Vp .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tFFUVk23Vp .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-tFFUVk23Vp .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-tFFUVk23Vp .mbr-section-title {
  color: #ffffff;
}
.cid-tKKhY9fucw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #460202;
}
.cid-tKKhY9fucw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tKKhY9fucw .btn {
  box-shadow: none;
  border: none;
}
.cid-tKKhY9fucw .btn:hover,
.cid-tKKhY9fucw .btn:focus {
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .cid-tKKhY9fucw .row {
    text-align: center;
  }
}
.cid-tKKhY9fucw p {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-tKKhY9fucw .col-auto {
    margin: auto;
  }
}
.cid-tKKhY9fucw .btn-white {
  background: white !important;
  color: black !important;
  padding: 0;
  margin: 0;
}
.cid-tKKhY9fucw .btn-white:hover,
.cid-tKKhY9fucw .btn-white:focus {
  background: white !important;
}
.cid-tKKhY9fucw input:hover,
.cid-tKKhY9fucw input:focus {
  border-color: transparent !important;
}
.cid-tKKhY9fucw textarea {
  border: 1px solid #232323 !important;
  min-height: 200px;
}
.cid-tKKhY9fucw textarea:hover {
  border-color: #232323 !important;
}
.cid-tKKhY9fucw .form-control,
.cid-tKKhY9fucw .field-input {
  padding: 0rem;
  background-color: #afa174;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  border-radius: 0;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tKKhY9fucw .form-control::-webkit-input-placeholder,
.cid-tKKhY9fucw .field-input::-webkit-input-placeholder,
.cid-tKKhY9fucw .form-control::-webkit-input-placeholder,
.cid-tKKhY9fucw .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tKKhY9fucw .form-control:-moz-placeholder,
.cid-tKKhY9fucw .field-input:-moz-placeholder,
.cid-tKKhY9fucw .form-control:-moz-placeholder,
.cid-tKKhY9fucw .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tKKhY9fucw .form-control:hover,
.cid-tKKhY9fucw .field-input:hover,
.cid-tKKhY9fucw .form-control:focus,
.cid-tKKhY9fucw .field-input:focus {
  background-color: #e9e1c9;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tKKhY9fucw .form-control:hover::-webkit-input-placeholder,
.cid-tKKhY9fucw .field-input:hover::-webkit-input-placeholder,
.cid-tKKhY9fucw .form-control:focus::-webkit-input-placeholder,
.cid-tKKhY9fucw .field-input:focus::-webkit-input-placeholder,
.cid-tKKhY9fucw .form-control:hover::-webkit-input-placeholder,
.cid-tKKhY9fucw .field-input:hover::-webkit-input-placeholder,
.cid-tKKhY9fucw .form-control:focus::-webkit-input-placeholder,
.cid-tKKhY9fucw .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tKKhY9fucw .form-control:hover:-moz-placeholder,
.cid-tKKhY9fucw .field-input:hover:-moz-placeholder,
.cid-tKKhY9fucw .form-control:focus:-moz-placeholder,
.cid-tKKhY9fucw .field-input:focus:-moz-placeholder,
.cid-tKKhY9fucw .form-control:hover:-moz-placeholder,
.cid-tKKhY9fucw .field-input:hover:-moz-placeholder,
.cid-tKKhY9fucw .form-control:focus:-moz-placeholder,
.cid-tKKhY9fucw .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tKKhY9fucw .jq-number__spin:hover,
.cid-tKKhY9fucw .jq-number__spin:focus {
  background-color: #e9e1c9;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tKKhY9fucw .jq-number__spin {
  background-color: #afa174;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tKKhY9fucw .jq-selectbox li,
.cid-tKKhY9fucw .jq-selectbox li {
  background-color: #afa174;
  color: #000000;
}
.cid-tKKhY9fucw .jq-selectbox li:hover,
.cid-tKKhY9fucw .jq-selectbox li.selected {
  background-color: #e9e1c9;
  color: #000000;
}
.cid-tKKhY9fucw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tKKhY9fucw .jq-number__spin.minus:hover:after,
.cid-tKKhY9fucw .jq-number__spin.plus:hover:after {
  border-top-color: #afa174;
  border-bottom-color: #afa174;
}
.cid-tKKhY9fucw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tKKhY9fucw .jq-number__spin.minus:after,
.cid-tKKhY9fucw .jq-number__spin.plus:after {
  border-top-color: #e9e1c9;
  border-bottom-color: #e9e1c9;
}
.cid-tKKhY9fucw input::-webkit-clear-button {
  display: none;
}
.cid-tKKhY9fucw input::-webkit-inner-spin-button {
  display: none;
}
.cid-tKKhY9fucw input::-webkit-outer-spin-button {
  display: none;
}
.cid-tKKhY9fucw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tKKhY9fucw LABEL {
  color: #aaaaaa;
}
.cid-tKKhY9fucw .mbr-section-title {
  color: #afa174;
}
.cid-tKKhY9fucw .mbr-text {
  color: #afa174;
}
