body {
  font-family: 'EB Garamond', serif;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ffffff !important;
}
.bg-success {
  background-color: #ddc499 !important;
}
.bg-info {
  background-color: #383838 !important;
}
.bg-warning {
  background-color: #ffa6a6 !important;
}
.bg-danger {
  background-color: #b10e0e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
  color: #78695b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #78695b !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.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: none;
}
.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: #d4d4d4;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c7beb5;
  color: #ece9e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c7beb5 !important;
  background-color: transparent!important;
  border-color: #c7beb5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #78695b !important;
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d0d0d;
  color: #383838;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d0d0d !important;
  background-color: transparent!important;
  border-color: #0d0d0d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c79e58;
  color: #ddc499;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c79e58 !important;
  background-color: transparent!important;
  border-color: #c79e58 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff4f4f;
  color: #ffa6a6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4f4f !important;
  background-color: transparent!important;
  border-color: #ff4f4f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #610808;
  color: #b10e0e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #610808 !important;
  background-color: transparent!important;
  border-color: #610808 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  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: #cfcfcf;
  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: #ffffff !important;
}
.text-secondary {
  color: #ece9e6 !important;
}
.text-success {
  color: #ddc499 !important;
}
.text-info {
  color: #383838 !important;
}
.text-warning {
  color: #ffa6a6 !important;
}
.text-danger {
  color: #b10e0e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c0b6ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c4984d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #050505 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4040 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #520707 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  font-style: italic;
  border-bottom: 1px solid transparent;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #383838;
}
.alert-warning {
  background-color: #ffa6a6;
}
.alert-danger {
  background-color: #b10e0e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ababab;
}
.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: #f14e4e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Josefin Sans', sans-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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-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: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ece9e6 !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='%23ffffff' %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-sOfHt1Q4ZQ .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 1400px) {
  .cid-sOfHt1Q4ZQ .navbar-brand {
    margin-left: 6rem;
  }
}
@media (min-width: 992px) {
  .cid-sOfHt1Q4ZQ .container,
  .cid-sOfHt1Q4ZQ .container-fluid {
    flex-wrap: initial;
  }
  .cid-sOfHt1Q4ZQ .nav-link:hover,
  .cid-sOfHt1Q4ZQ .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-sOfHt1Q4ZQ .navbar-nav {
  margin: auto;
}
.cid-sOfHt1Q4ZQ .dropdown-item {
  color: #ffffff !important;
}
.cid-sOfHt1Q4ZQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sOfHt1Q4ZQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sOfHt1Q4ZQ .navbar-short,
.cid-sOfHt1Q4ZQ .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sOfHt1Q4ZQ .navbar-short .nav-link,
.cid-sOfHt1Q4ZQ .opened .nav-link,
.cid-sOfHt1Q4ZQ .navbar-short .navbar-caption,
.cid-sOfHt1Q4ZQ .opened .navbar-caption,
.cid-sOfHt1Q4ZQ .navbar-short .mbr-iconfont,
.cid-sOfHt1Q4ZQ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sOfHt1Q4ZQ .navbar-short .hamburger span,
.cid-sOfHt1Q4ZQ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-sOfHt1Q4ZQ .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-sOfHt1Q4ZQ .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-sOfHt1Q4ZQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-sOfHt1Q4ZQ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-sOfHt1Q4ZQ .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sOfHt1Q4ZQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sOfHt1Q4ZQ .container {
  display: flex;
  margin: auto;
}
.cid-sOfHt1Q4ZQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOfHt1Q4ZQ .dropdown-menu,
.cid-sOfHt1Q4ZQ .navbar.opened {
  background: #000000 !important;
}
.cid-sOfHt1Q4ZQ .nav-item:focus,
.cid-sOfHt1Q4ZQ .nav-link:focus {
  outline: none;
}
.cid-sOfHt1Q4ZQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOfHt1Q4ZQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOfHt1Q4ZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOfHt1Q4ZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOfHt1Q4ZQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOfHt1Q4ZQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOfHt1Q4ZQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sOfHt1Q4ZQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sOfHt1Q4ZQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOfHt1Q4ZQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sOfHt1Q4ZQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOfHt1Q4ZQ .navbar.collapsed {
  justify-content: center;
}
.cid-sOfHt1Q4ZQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOfHt1Q4ZQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOfHt1Q4ZQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sOfHt1Q4ZQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOfHt1Q4ZQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOfHt1Q4ZQ .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-sOfHt1Q4ZQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOfHt1Q4ZQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOfHt1Q4ZQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOfHt1Q4ZQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOfHt1Q4ZQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOfHt1Q4ZQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOfHt1Q4ZQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOfHt1Q4ZQ .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-sOfHt1Q4ZQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOfHt1Q4ZQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-sOfHt1Q4ZQ .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOfHt1Q4ZQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOfHt1Q4ZQ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-sOfHt1Q4ZQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOfHt1Q4ZQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOfHt1Q4ZQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOfHt1Q4ZQ .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOfHt1Q4ZQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-sOfHt1Q4ZQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOfHt1Q4ZQ .dropdown-item.active,
.cid-sOfHt1Q4ZQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sOfHt1Q4ZQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOfHt1Q4ZQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOfHt1Q4ZQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOfHt1Q4ZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sOfHt1Q4ZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOfHt1Q4ZQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOfHt1Q4ZQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sOfHt1Q4ZQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOfHt1Q4ZQ button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOfHt1Q4ZQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOfHt1Q4ZQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOfHt1Q4ZQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfHt1Q4ZQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfHt1Q4ZQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOfHt1Q4ZQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfHt1Q4ZQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOfHt1Q4ZQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOfHt1Q4ZQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfHt1Q4ZQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sOfHt1Q4ZQ a.nav-link {
  display: flex;
  align-items: center;
}
.cid-sOfHt1Q4ZQ .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-sOfHt1Q4ZQ .navbar {
    height: 70px;
  }
  .cid-sOfHt1Q4ZQ .navbar.opened {
    height: auto;
  }
  .cid-sOfHt1Q4ZQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNBCDmA4g7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/5x2a7792-2000x1333.jpeg");
}
.cid-sNBCDmA4g7 .wrapper {
  height: 550px;
}
.cid-trBH4B6NLE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-trBH4B6NLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-trBH4B6NLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trBH4B6NLE .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-trBH4B6NLE .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-trBH4B6NLE .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-trBH4B6NLE .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-trBH4B6NLE .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-trBH4B6NLE .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-trBH4B6NLE .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cid-trBH4B6NLE .text-wrapper {
    padding: 10px;
  }
}
.cid-trBH4B6NLE .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-trBH4B6NLE .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-trBH4B6NLE .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-trBH4B6NLE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-trBH4B6NLE .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-trBH4B6NLE .mbr-text {
    padding-right: 0;
  }
}
.cid-trBH4B6NLE .mbr-section-btn {
  margin-top: 10px;
}
.cid-trBH4B6NLE .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-trBH4B6NLE .list-container {
    margin-bottom: 20px;
  }
}
.cid-trBH4B6NLE .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-trBH4B6NLE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-trBH4B6NLE .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-trBH4B6NLE .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-trBH4B6NLE .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-trBH4B6NLE .col-img {
    order: 1;
  }
}
.cid-trBH4B6NLE .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-trBH4B6NLE .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-trBH4B6NLE .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-trBI0knu6J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-trBI0knu6J .wrapper {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 25px;
  }
}
@media (min-width: 769px) {
  .cid-trBI0knu6J .row .col-12 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.cid-trBI0knu6J .item-img {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.cid-trBI0knu6J .item-img img {
  object-fit: cover;
  height: 100%;
  transition: transform 1.5s;
}
.cid-trBI0knu6J .item-img:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-trBI0knu6J img {
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-trBI0knu6J .top {
    padding-top: 20px;
  }
}
.cid-trBI0knu6J .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-trBI0knu6J .close::before {
  content: '\e91a';
}
.cid-trBI0knu6J .close:hover {
  color: #fff;
}
.cid-trBI0knu6J .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-trBI0knu6J .carousel-control-prev span {
  margin-right: 5px;
}
.cid-trBI0knu6J .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-trBI0knu6J .carousel-control-next span {
  margin-left: 5px;
}
.cid-trBI0knu6J .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-trBI0knu6J .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-trBI0knu6J .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-trBI0knu6J .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-trBI0knu6J .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-trBI0knu6J .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-trBI0knu6J .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-trBI0knu6J .carousel-item img {
    width: 70%;
  }
}
.cid-trBI0knu6J .carousel-inner > .active {
  display: block;
}
.cid-trBI0knu6J .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trBI0knu6J .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trBI0knu6J .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-trBI0knu6J .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-trBI0knu6J .carousel-control,
  .cid-trBI0knu6J .carousel-indicators {
    position: fixed;
  }
}
.cid-trBI0knu6J .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-trBI0knu6J .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trBI0knu6J .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-trBI0knu6J .modal-content {
    width: 70%;
  }
}
.cid-trBI0knu6J .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-trBI0knu6J .carousel {
  width: 100%;
}
.cid-trBI0knu6J .modal-backdrop.in {
  opacity: 0.8;
}
.cid-trBI0knu6J .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-trBI0knu6J .modal.fade .modal-dialog,
.cid-trBI0knu6J .modal.in .modal-dialog {
  transform: none;
}
.cid-trBI0knu6J .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u1by1qk2RN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1by1qk2RN .item {
  margin-right: 25px !imporant;
  margin-left: 25px !imporant;
}
.cid-u1by1qk2RN img,
.cid-u1by1qk2RN .item-img {
  transition: all 0.5s;
  width: 100%;
}
.cid-u1by1qk2RN .item-img {
  height: 100%;
}
.cid-u1by1qk2RN .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-u1by1qk2RN .item:focus,
.cid-u1by1qk2RN span:focus {
  outline: none;
}
.cid-u1by1qk2RN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u1by1qk2RN .title-block {
  z-index: 99999;
  min-width: 200px;
  text-align: center;
  top: 90%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-u1by1qk2RN .mbr-text {
  color: #977741;
}
.cid-u1by1qk2RN .mbr-section-subtitle {
  color: #9a948d;
}
.cid-u1by1qk2RN .item-wrapper:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-u1by1qk2RN .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-u1by1qk2RN .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u1by1qk2RN .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 38%;
  max-width: 38%;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u1by1qk2RN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u1by1qk2RN .embla__button--next,
.cid-u1by1qk2RN .embla__button--prev {
  display: flex;
}
.cid-u1by1qk2RN .embla__button {
  color: #9a948d;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 38px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
.cid-u1by1qk2RN .embla__button .mobi-mbri {
  display: none;
}
.cid-u1by1qk2RN .embla__button:hover {
  color: #fff;
  opacity: 1;
}
.cid-u1by1qk2RN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1by1qk2RN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .cid-u1by1qk2RN .embla__button.embla__button--prev {
    margin-left: 0.5rem;
  }
}
.cid-u1by1qk2RN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-u1by1qk2RN .embla__button.embla__button--next {
    margin-right: 0.5rem;
  }
}
.cid-u1by1qk2RN .embla {
  position: relative;
  width: 100%;
}
.cid-u1by1qk2RN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u1by1qk2RN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1by1qk2RN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1by1qk2RN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-trBM2eiziq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-trBM2eiziq .item {
  padding-bottom: 2rem;
}
.cid-trBM2eiziq img,
.cid-trBM2eiziq .item-wrapper {
  transition: all 0.7s;
}
.cid-trBM2eiziq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-trBM2eiziq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-trBM2eiziq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-trBM2eiziq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-trBM2eiziq .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-trBM2eiziq .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-trBM2eiziq .close::before {
  content: "\e91a";
}
.cid-trBM2eiziq .close:hover {
  color: #fff;
}
.cid-trBM2eiziq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-trBM2eiziq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-trBM2eiziq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-trBM2eiziq .carousel-control-next span {
  margin-left: 5px;
}
.cid-trBM2eiziq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-trBM2eiziq .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-trBM2eiziq .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-trBM2eiziq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-trBM2eiziq .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-trBM2eiziq .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-trBM2eiziq .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-trBM2eiziq .carousel-item img {
    width: 70%;
  }
}
.cid-trBM2eiziq .carousel-inner > .active {
  display: block;
}
.cid-trBM2eiziq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trBM2eiziq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trBM2eiziq .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-trBM2eiziq .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-trBM2eiziq .carousel-control,
  .cid-trBM2eiziq .carousel-indicators {
    position: fixed;
  }
}
.cid-trBM2eiziq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-trBM2eiziq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trBM2eiziq .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-trBM2eiziq .modal-content {
    width: 70%;
  }
}
.cid-trBM2eiziq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-trBM2eiziq .carousel {
  width: 100%;
}
.cid-trBM2eiziq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-trBM2eiziq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-trBM2eiziq .modal.fade .modal-dialog,
.cid-trBM2eiziq .modal.in .modal-dialog {
  transform: none;
}
.cid-trBM2eiziq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-trBM2eiziq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-trBM2eiziq .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-trBM2eiziq .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-trBM2eiziq .soc-item::before,
.cid-trBM2eiziq .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-trBM2eiziq .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-trBM2eiziq .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-trBM2eiziq .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-trBM2eiziq .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-trBM2eiziq .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 77px;
}
.cid-trBM2eiziq .text {
  color: #ddc499;
}
.cid-trBM2eiziq .one {
  color: #c0bcb7;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-trBM2eiziq .right {
    padding-right: 32px;
  }
  .cid-trBM2eiziq .left {
    padding-left: 32px;
  }
}
.cid-trBO4nSTCa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-trBO4nSTCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-trBO4nSTCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trBO4nSTCa .row {
  flex-direction: row-reverse;
}
.cid-trBO4nSTCa .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-trBO4nSTCa .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-trBO4nSTCa .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-trBO4nSTCa .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-trBO4nSTCa .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-trBO4nSTCa .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-trBO4nSTCa .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-trBO4nSTCa .text-wrapper {
    padding: 10px;
  }
}
.cid-trBO4nSTCa .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-trBO4nSTCa .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-trBO4nSTCa .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-trBO4nSTCa .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-trBO4nSTCa .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-trBO4nSTCa .mbr-text {
    padding-right: 0;
  }
}
.cid-trBO4nSTCa .mbr-section-btn {
  margin-top: 10px;
}
.cid-trBO4nSTCa .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-trBO4nSTCa .list-container {
    margin-bottom: 20px;
  }
}
.cid-trBO4nSTCa .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-trBO4nSTCa .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-trBO4nSTCa .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-trBO4nSTCa .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-trBO4nSTCa .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-trBO4nSTCa .col-img {
    order: 1;
  }
}
.cid-trBO4nSTCa .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-trBO4nSTCa .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-trBO4nSTCa .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-trBO4nSTCa .mbr-text,
.cid-trBO4nSTCa .mbr-section-btn {
  color: #ffffff;
}
.cid-tr99lNAZc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tr99lNAZc7 .mbr-section-title,
.cid-tr99lNAZc7 .mbr-section-subtitle {
  text-align: center;
}
.cid-tr99lNAZc7 .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #ffffff;
}
.cid-tr99lNAZc7 .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
.cid-tr99lNAZc7 .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tr99lNAZc7 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tr99lNAZc7 .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tr99lNAZc7 .right {
    padding-right: 91px;
  }
  .cid-tr99lNAZc7 .left {
    padding-left: 91px;
  }
  .cid-tr99lNAZc7 .wrapper {
    padding: 0 98px;
  }
  .cid-tr99lNAZc7 .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tr99lNAZc7 .right {
    padding-left: 145px;
  }
  .cid-tr99lNAZc7 .left {
    padding-right: 145px;
  }
}
.cid-tr99lNAZc7 .card-title {
  letter-spacing: .035em;
}
.cid-tr99lNAZc7 .mbr-section-subtitle,
.cid-tr99lNAZc7 .mbr-text {
  color: #9A948D;
}
.cid-tr99lNAZc7 .cost {
  text-align: right;
}
.cid-trBQbugk7J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-trBQbugk7J .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-trBQbugk7J .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-trBQbugk7J .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-trBQbugk7J .soc-item::before,
.cid-trBQbugk7J .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-trBQbugk7J .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-trBQbugk7J .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-trBQbugk7J .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-trBQbugk7J .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-trBQbugk7J .list {
  letter-spacing: 0.2em;
  list-style: none;
  padding-left: 0;
  color: #9a948d;
}
@media (max-width: 991px) {
  .cid-trBQbugk7J .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trBQbugk7J .list {
    margin-bottom: 0rem;
  }
}
.cid-trBQbugk7J .list li {
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.cid-trBQbugk7J .mbr-iconfont {
  color: #fff;
  border: none;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.cid-trBQbugk7J .form-row > .col,
.cid-trBQbugk7J .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cid-trBQbugk7J .form-control,
.cid-trBQbugk7J .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  color: #ffffff;
  font-style: italic;
}
.cid-trBQbugk7J .jq-selectbox__select {
  padding: 0;
}
.cid-trBQbugk7J .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-trBQbugk7J .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-trBQbugk7J .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-trBQbugk7J .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-trBQbugk7J .jq-number__spin.minus:after,
.cid-trBQbugk7J .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-trBQbugk7J .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-trBQbugk7J .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-trBQbugk7J .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-trBQbugk7J .form-check-input:checked {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-trBQbugk7J p {
  font-style: italic;
  color: #9a948d;
}
.cid-trBQbugk7J .form-control::placeholder {
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-trBQbugk7J input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-trBQbugk7J input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-trBQbugk7J input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #ffffff;
}
.cid-trBQbugk7J input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-trBQbugk7J input[type="range"]::-moz-range-thumb {
  background: #ffffff;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-trBQbugk7J .form-control-label,
.cid-trBQbugk7J .form-check-label {
  color: #ffffff;
  font-style: italic;
}
.cid-trBQbugk7J input::-webkit-clear-button {
  display: none;
}
.cid-trBQbugk7J input::-webkit-inner-spin-button {
  display: none;
}
.cid-trBQbugk7J input::-webkit-outer-spin-button {
  display: none;
}
.cid-trBQbugk7J input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-trBQbugk7J .wrap {
  position: relative;
}
.cid-trBQbugk7J .link {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 4%;
}
.cid-trBQbugk7J .btnForm {
  transition: color 0.5s;
  color: #9a948d;
}
.cid-trBQbugk7J .btnForm:hover {
  color: #ffffff;
}
.cid-trBQbugk7J .copyright {
  color: #9a948d;
}
.cid-trBQbugk7J .borderTop {
  border-top: 1px solid #4f4e4e;
}
.cid-trBQbugk7J .mbr-section-subtitle {
  color: #ffffff;
}
