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: #ba9b67 !important;
}
.bg-success {
  background-color: #000000 !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: #ba9b67 !important;
  border-color: #ba9b67 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8b6f3f !important;
  border-color: #8b6f3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b6f3f !important;
  border-color: #8b6f3f !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: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.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-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #8b6f3f;
  color: #ba9b67;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8b6f3f !important;
  background-color: transparent!important;
  border-color: #8b6f3f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !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: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ba9b67 !important;
}
.text-secondary {
  color: #ece9e6 !important;
}
.text-success {
  color: #000000 !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: #81663a !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: #000000 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ba9b67;
}
.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: #ba9b67;
  border-color: #ba9b67;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ba9b67;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2d5bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #ba9b67 !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: #ba9b67;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ba9b67;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ba9b67;
}
.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: #ba9b67;
  border-bottom-color: #ba9b67;
}
.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: #ba9b67 !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='%23ba9b67' %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-tcSRwVOOLH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcSRwVOOLH .item {
  margin-right: 25px !imporant;
  margin-left: 25px !imporant;
}
.cid-tcSRwVOOLH img,
.cid-tcSRwVOOLH .item-img {
  transition: all 0.5s;
  width: 100%;
}
.cid-tcSRwVOOLH .item-img {
  height: 100%;
}
.cid-tcSRwVOOLH .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-tcSRwVOOLH .item:focus,
.cid-tcSRwVOOLH span:focus {
  outline: none;
}
.cid-tcSRwVOOLH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tcSRwVOOLH .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-tcSRwVOOLH .mbr-text {
  color: #977741;
}
.cid-tcSRwVOOLH .mbr-section-subtitle {
  color: #9a948d;
}
.cid-tcSRwVOOLH .item-wrapper:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-tcSRwVOOLH .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-tcSRwVOOLH .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tcSRwVOOLH .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 38%;
  max-width: 38%;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tcSRwVOOLH .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tcSRwVOOLH .embla__button--next,
.cid-tcSRwVOOLH .embla__button--prev {
  display: flex;
}
.cid-tcSRwVOOLH .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-tcSRwVOOLH .embla__button .mobi-mbri {
  display: none;
}
.cid-tcSRwVOOLH .embla__button:hover {
  color: #fff;
  opacity: 1;
}
.cid-tcSRwVOOLH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tcSRwVOOLH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tcSRwVOOLH .embla__button.embla__button--prev {
    margin-left: 0.5rem;
  }
}
.cid-tcSRwVOOLH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tcSRwVOOLH .embla__button.embla__button--next {
    margin-right: 0.5rem;
  }
}
.cid-tcSRwVOOLH .embla {
  position: relative;
  width: 100%;
}
.cid-tcSRwVOOLH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tcSRwVOOLH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tcSRwVOOLH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tcSRwVOOLH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sNBDpOkDkf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sNBDpOkDkf .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-sNBDpOkDkf .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sNBDpOkDkf .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-sNBDpOkDkf .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sNBDpOkDkf .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sNBDpOkDkf .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-sNBDpOkDkf .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sNBDpOkDkf .carousel-indicators li.active {
  background: #ddc499;
}
.cid-sNBDpOkDkf .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sNBDpOkDkf .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sNBDpOkDkf .mbr-text,
.cid-sNBDpOkDkf .mbr-section-btn {
  text-align: center;
}
.cid-sNBDpOkDkf H3 {
  text-align: left;
}
.cid-sNBDpOkDkf .author,
.cid-sNBDpOkDkf .box {
  font-style: italic;
}
.cid-sNBDpOkDkf .author {
  color: #9A948D;
}
.cid-sNBDpOkDkf .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sNBDpOkDkf .mbr-iconfont {
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
  left: 10%;
  top: -45%;
}
@media (max-width: 991px) {
  .cid-sNBDpOkDkf .mbr-iconfont {
    display: none;
  }
}
.cid-tcTFdhf9wO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tcTFdhf9wO .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tcTFdhf9wO .number-wrap {
  color: #000000;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tcTFdhf9wO .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #000000;
}
.cid-tcTFdhf9wO .period {
  display: block;
  padding-top: 2px;
}
.cid-tcTFdhf9wO .dot {
  display: none;
}
.cid-tcTFdhf9wO .countdown-cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tcTFdhf9wO .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tcTFdhf9wO .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tcTFdhf9wO .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tcTFdhf9wO .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tcTFdhf9wO .number,
  .cid-tcTFdhf9wO .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tcTFdhf9wO .period {
    font-size: 0.8rem;
  }
}
.cid-tcTFdhf9wO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcTFdhf9wO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcTFdhf9wO H2 {
  color: #000000;
}
.cid-tcTGXw45i5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tcTGXw45i5 .wrapper {
  text-align: end;
}
.cid-tcTGXw45i5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tcTGXw45i5 .row {
    text-align: center;
  }
  .cid-tcTGXw45i5 .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tcTGXw45i5 .mbr-section-title {
    text-align: center;
  }
}
.cid-tcTGXw45i5 .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tcTGXw45i5 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tcTGXw45i5 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tcTGXw45i5 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tcTGXw45i5 .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tcTGXw45i5 .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sOfHt1Q4ZQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-sOfHt1Q4ZQ .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-sOfHt1Q4ZQ nav.navbar {
  position: fixed;
}
@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: #000000 !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: #ffffff !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: #000000 !important;
}
.cid-sOfHt1Q4ZQ .navbar-short .hamburger span,
.cid-sOfHt1Q4ZQ .opened .hamburger span {
  background-color: #000000 !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: #ffffff !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: #ffffff;
}
.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 - 3rem);
  }
}
.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: #ffffff;
}
.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;
  position: fixed;
}
.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-tcTI5qG7gO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tcTI5qG7gO .wrapper {
  text-align: end;
}
.cid-tcTI5qG7gO .mbr-section-title {
  text-align: center;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tcTI5qG7gO .row {
    text-align: center;
  }
  .cid-tcTI5qG7gO .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tcTI5qG7gO .mbr-section-title {
    text-align: center;
  }
}
.cid-tcTI5qG7gO .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tcTI5qG7gO .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tcTI5qG7gO .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tcTI5qG7gO .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tcTI5qG7gO .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tcTI5qG7gO .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tcTI7UiQJ9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tcTI7UiQJ9 .wrapper {
  text-align: end;
}
.cid-tcTI7UiQJ9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tcTI7UiQJ9 .row {
    text-align: center;
  }
  .cid-tcTI7UiQJ9 .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tcTI7UiQJ9 .mbr-section-title {
    text-align: center;
  }
}
.cid-tcTI7UiQJ9 .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tcTI7UiQJ9 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tcTI7UiQJ9 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tcTI7UiQJ9 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tcTI7UiQJ9 .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tcTI7UiQJ9 .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tcTI8z7hPb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tcTI8z7hPb .wrapper {
  text-align: end;
}
.cid-tcTI8z7hPb .mbr-section-title {
  text-align: center;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tcTI8z7hPb .row {
    text-align: center;
  }
  .cid-tcTI8z7hPb .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tcTI8z7hPb .mbr-section-title {
    text-align: center;
  }
}
.cid-tcTI8z7hPb .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tcTI8z7hPb .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tcTI8z7hPb .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tcTI8z7hPb .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tcTI8z7hPb .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tcTI8z7hPb .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tcTI9U4ekq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tcTI9U4ekq .wrapper {
  text-align: end;
}
.cid-tcTI9U4ekq .mbr-section-title {
  text-align: center;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tcTI9U4ekq .row {
    text-align: center;
  }
  .cid-tcTI9U4ekq .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tcTI9U4ekq .mbr-section-title {
    text-align: center;
  }
}
.cid-tcTI9U4ekq .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tcTI9U4ekq .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tcTI9U4ekq .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tcTI9U4ekq .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tcTI9U4ekq .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tcTI9U4ekq .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sNBCDmA4g7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/info-1-1920x1080.png");
}
.cid-sNBCDmA4g7 .wrapper {
  height: 550px;
}
.cid-tcTJg4sg3n {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tcTJg4sg3n .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tcTJg4sg3n .container {
    max-width: 1040px;
  }
}
.cid-tcTJg4sg3n .mbr-section-head {
  margin-bottom: 24px;
}
.cid-tcTJg4sg3n .mbr-section-title {
  color: #000000;
}
.cid-tcTJg4sg3n .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-tcTJg4sg3n .col-video {
  height: auto;
  display: flex;
  justify-content: center;
}
.cid-tcTJg4sg3n .img-container {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.cid-tcTJg4sg3n .img-container img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tcTJg4sg3n .img-container {
    height: 527px;
  }
  .cid-tcTJg4sg3n .img-container img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-tcTJg4sg3n .img-container {
    height: 633px;
  }
}
.cid-tcTJg4sg3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcTJg4sg3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcSRIhVxw3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tcSRIhVxw3 .lin {
  font-style: italic;
}
.cid-tcSRIhVxw3 .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tcT38O6BTk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tcT38O6BTk .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tcT38O6BTk .container {
    max-width: 1040px;
  }
}
.cid-tcT38O6BTk .mbr-section-head {
  margin-bottom: 24px;
}
.cid-tcT38O6BTk .mbr-section-title {
  color: #000000;
}
.cid-tcT38O6BTk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcT38O6BTk .col-video {
  height: auto;
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.cid-tcT38O6BTk .col-video img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tcT38O6BTk .col-video {
    height: 562px;
  }
  .cid-tcT38O6BTk .col-video img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-tcT38O6BTk .col-video {
    height: 675px;
  }
}
.cid-tcT38O6BTk .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tcT38O6BTk .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tcT38O6BTk .col-video .link {
  margin-right: 1rem;
}
.cid-tcT38O6BTk .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-tcT38O6BTk .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tcT38O6BTk .mbr-media {
  position: relative;
}
.cid-tcT38O6BTk .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tcT38O6BTk .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tcT38O6BTk .icon-wrap span {
  padding: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.cid-tcT38O6BTk .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tcT38O6BTk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tcT38O6BTk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tcT38O6BTk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tcT38O6BTk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tcT38O6BTk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tcT38O6BTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcT38O6BTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcT9XgYtP4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tcT9XgYtP4 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tcT9XgYtP4 .container {
    max-width: 1040px;
  }
}
.cid-tcT9XgYtP4 .mbr-section-head {
  margin-bottom: 24px;
}
.cid-tcT9XgYtP4 .mbr-section-title {
  color: #ffffff;
}
.cid-tcT9XgYtP4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcT9XgYtP4 .col-video {
  height: auto;
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.cid-tcT9XgYtP4 .col-video img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tcT9XgYtP4 .col-video {
    height: 562px;
  }
  .cid-tcT9XgYtP4 .col-video img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-tcT9XgYtP4 .col-video {
    height: 675px;
  }
}
.cid-tcT9XgYtP4 .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tcT9XgYtP4 .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tcT9XgYtP4 .col-video .link {
  margin-right: 1rem;
}
.cid-tcT9XgYtP4 .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-tcT9XgYtP4 .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tcT9XgYtP4 .mbr-media {
  position: relative;
}
.cid-tcT9XgYtP4 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tcT9XgYtP4 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tcT9XgYtP4 .icon-wrap span {
  padding: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.cid-tcT9XgYtP4 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tcT9XgYtP4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tcT9XgYtP4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tcT9XgYtP4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tcT9XgYtP4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tcT9XgYtP4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tcT9XgYtP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcT9XgYtP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcT6R5FgCB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tcT6R5FgCB .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tcT6R5FgCB .container {
    max-width: 1040px;
  }
}
.cid-tcT6R5FgCB .mbr-section-head {
  margin-bottom: 24px;
}
.cid-tcT6R5FgCB .mbr-section-title {
  color: #000000;
}
.cid-tcT6R5FgCB .mbr-section-subtitle {
  color: #000000;
}
.cid-tcT6R5FgCB .col-video {
  height: auto;
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.cid-tcT6R5FgCB .col-video img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tcT6R5FgCB .col-video {
    height: 562px;
  }
  .cid-tcT6R5FgCB .col-video img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-tcT6R5FgCB .col-video {
    height: 675px;
  }
}
.cid-tcT6R5FgCB .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tcT6R5FgCB .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tcT6R5FgCB .col-video .link {
  margin-right: 1rem;
}
.cid-tcT6R5FgCB .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-tcT6R5FgCB .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tcT6R5FgCB .mbr-media {
  position: relative;
}
.cid-tcT6R5FgCB .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tcT6R5FgCB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tcT6R5FgCB .icon-wrap span {
  padding: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.cid-tcT6R5FgCB .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tcT6R5FgCB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tcT6R5FgCB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tcT6R5FgCB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tcT6R5FgCB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tcT6R5FgCB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tcT6R5FgCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcT6R5FgCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcSQdEO3M0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #000000;
}
@media (min-width: 992px) {
  .cid-tcSQdEO3M0 .wrapper {
    padding: 0 114px;
  }
}
.cid-tcSQdEO3M0 .google-map {
  height: 555px;
  position: relative;
  filter: sepia(0.3) brightness(0.8) contrast(1) saturate(0.4);
}
.cid-tcSQdEO3M0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tcSQdEO3M0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tcSQdEO3M0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tcSQdEO3M0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tcTNQ5bc73 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tcTNQ5bc73 [class^='socicon-']:before,
.cid-tcTNQ5bc73 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-tcTNQ5bc73 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tcTNQ5bc73 .row {
  justify-content: center;
}
.cid-tcTNQ5bc73 .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-tcTNQ5bc73 .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tcTNQ5bc73 .soc-item:hover span {
  color: #ba9b67 !important;
}
.cid-tcTNQ5bc73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcTNQ5bc73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
