.btn {
  border-width: 2px;
}
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: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.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.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #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: #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: #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: #ba9b67;
  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: #ece9e6;
  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: #383838;
  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: #ddc499;
  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: #ffa6a6;
  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: #b10e0e;
  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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ba9b67 !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: #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: #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) {
  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-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ba9b67;
  border-color: #ba9b67;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ba9b67 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ba9b67;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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-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: #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 - 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: #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;
  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-sNBCDmA4g7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/olimpo-massagens-spa-massagens-teraputicas-e-relaxantes-no-centro-de-curitiba-501x360.png");
}
.cid-sNBCDmA4g7 .wrapper {
  height: 550px;
}
.cid-sNBCJquLII {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sNBCJquLII .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #C0BCB7;
  font-family: 'EB Garamond';
}
.cid-sNBCJquLII .mbr-section-subtitle {
  color: #977741;
}
.cid-sNBCJquLII .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sNBCJquLII .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-sNBCJquLII .col-12 {
    flex-direction: row-reverse;
  }
  .cid-sNBCJquLII .col-12,
  .cid-sNBCJquLII .col-md-12 {
    padding: 0;
  }
}
.cid-sNBCJquLII .si img {
  width: auto;
}
.cid-sOfGYJ45hw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sOfGYJ45hw .wrapper {
    position: relative;
    overflow: hidden;
    max-height: 585px;
    padding-left: 30px;
    padding-right: 20px;
  }
}
.cid-sOfGYJ45hw img {
  object-fit: cover;
  max-height: 585px;
}
.cid-sOfGYJ45hw .wrap {
  border: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-sOfGYJ45hw .wrap {
    height: 100%;
    padding: 65px 2rem 0px;
  }
}
@media (min-width: 1400px) {
  .cid-sOfGYJ45hw .wrap {
    max-height: 100%;
    padding-top: 8rem;
  }
}
@media (min-width: 1800px) {
  .cid-sOfGYJ45hw .wrap {
    max-height: 585px;
    padding: 160px 225px 0 130px;
  }
}
@media (max-width: 991px) {
  .cid-sOfGYJ45hw .wrap {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
.cid-sOfGYJ45hw .card-text {
  color: #767676;
}
.cid-sOfGYJ45hw .main-sub-title {
  color: #ffffff;
}
.cid-sOfGYJ45hw .main-text {
  font-family: "EB Garamond";
  color: #c0bcb7;
}
.cid-sOfGYJ45hw .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sOfGYJ45hw span {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-sOfGYJ45hw span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sOfGYJ45hw span::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-sOfGYJ45hw .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sOfGYJ45hw .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sOfGYJ45hw .main-title {
  text-align: center;
}
.cid-sNBCZicWXE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sNBCZicWXE .mbr-section-title,
.cid-sNBCZicWXE .mbr-section-subtitle {
  text-align: center;
}
.cid-sNBCZicWXE .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #977741;
}
@media (min-width: 992px) {
  .cid-sNBCZicWXE .right {
    padding-right: 71px;
  }
  .cid-sNBCZicWXE .left {
    padding-left: 71px;
  }
}
.cid-sNBCZicWXE .card-title {
  font-family: 'Cormorant Garamond';
  letter-spacing: .035em;
}
.cid-sNBCZicWXE .mbr-section-subtitle,
.cid-sNBCZicWXE .mbr-text {
  font-family: "EB Garamond";
  color: #9A948D;
}
.cid-sNBCZicWXE .cost {
  font-family: "Josefin Sans";
  text-align: right;
}
.cid-sNBCZicWXE .mbr-section-subtitle {
  color: #977741;
}
.cid-sNBDe7TjJf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sNBDe7TjJf .row {
  align-items: stretch;
}
.cid-sNBDe7TjJf .row .img-item {
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sNBDe7TjJf .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sNBDe7TjJf .mbr-fonts-style {
  font-family: 'Cormorant Garamond';
}
@media (min-width: 992px) {
  .cid-sNBDe7TjJf .justify-content-end {
    padding-right: 97px;
  }
  .cid-sNBDe7TjJf .left {
    padding-left: 97px;
  }
  .cid-sNBDe7TjJf .width {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .cid-sNBDe7TjJf .width {
    width: 100%;
  }
}
.cid-sNBDe7TjJf .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2%;
  left: 2%;
  border: 1px solid #41392e;
}
.cid-sNBDe7TjJf .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top right;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sNBDe7TjJf .effectHover::after {
  content: "";
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom left;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sNBDe7TjJf .img-item:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sNBDe7TjJf .img-item:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sNBDe7TjJf .descr {
  font-size: 22px;
}
.cid-sNBDe7TjJf P {
  text-align: center;
}
.cid-sOfHgpO10Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sOfHgpO10Z .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sOfHgpO10Z .wrap {
    width: 100%;
  }
}
.cid-sOfHgpO10Z img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sOfHgpO10Z .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sOfHgpO10Z .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-sOfHgpO10Z .top {
    padding-top: 20px;
  }
}
.cid-sOfHgpO10Z .font {
  font-family: "Cormorant Garamond";
}
.cid-sOfHgpO10Z .mbr-text {
  font-family: "Cormorant Garamond";
  font-style: italic;
  color: #9a948d;
  text-align: center;
}
@media (min-width: 769px) {
  .cid-sOfHgpO10Z .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-sOfHgpO10Z .mbr-title {
  text-align: center;
}
.cid-sOfHgpO10Z .mbr-section-title {
  text-align: center;
}
.cid-us546iDhq4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-us546iDhq4 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-us546iDhq4 .wrap {
    width: 100%;
  }
}
.cid-us546iDhq4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-us546iDhq4 .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-us546iDhq4 .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-us546iDhq4 .top {
    padding-top: 20px;
  }
}
.cid-us546iDhq4 .font {
  font-family: "Cormorant Garamond";
}
.cid-us546iDhq4 .mbr-text {
  font-family: "Cormorant Garamond";
  font-style: italic;
  color: #9a948d;
  text-align: center;
}
@media (min-width: 769px) {
  .cid-us546iDhq4 .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-us546iDhq4 .mbr-title {
  text-align: left;
}
.cid-us546iDhq4 .mbr-section-title {
  text-align: center;
}
.cid-sNBDpOkDkf {
  padding-top: 6rem;
  padding-bottom: 1rem;
  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: left;
}
.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 {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-sNBDpOkDkf .mbr-iconfont {
    display: none;
  }
}
.cid-sNBDtiKkw4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sNBDtiKkw4 .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sNBDtiKkw4 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNBDtiKkw4 .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-sNBDtiKkw4 .row {
    margin: 0;
  }
}
.cid-sNBDtiKkw4 .mbr-text {
  font-family: 'Josefin Sans';
  color: #C0BCB7;
  transition: all .5s;
}
.cid-sMzQtDopmX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sMzQtDopmX .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-us8rfYUL8C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-us8rfYUL8C .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-us8rfYUL8C nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-us8rfYUL8C .container,
  .cid-us8rfYUL8C .container-fluid {
    flex-wrap: initial;
  }
  .cid-us8rfYUL8C .nav-link:hover,
  .cid-us8rfYUL8C .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-us8rfYUL8C .navbar-nav {
  margin: auto;
}
.cid-us8rfYUL8C .dropdown-item {
  color: #ffffff !important;
}
.cid-us8rfYUL8C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us8rfYUL8C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us8rfYUL8C .navbar-short,
.cid-us8rfYUL8C .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-us8rfYUL8C .navbar-short .nav-link,
.cid-us8rfYUL8C .opened .nav-link,
.cid-us8rfYUL8C .navbar-short .navbar-caption,
.cid-us8rfYUL8C .opened .navbar-caption,
.cid-us8rfYUL8C .navbar-short .mbr-iconfont,
.cid-us8rfYUL8C .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-us8rfYUL8C .navbar-short .hamburger span,
.cid-us8rfYUL8C .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-us8rfYUL8C .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-us8rfYUL8C .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-us8rfYUL8C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-us8rfYUL8C .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-us8rfYUL8C .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-us8rfYUL8C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us8rfYUL8C .container {
  display: flex;
  margin: auto;
}
.cid-us8rfYUL8C .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us8rfYUL8C .dropdown-menu,
.cid-us8rfYUL8C .navbar.opened {
  background: #000000 !important;
}
.cid-us8rfYUL8C .nav-item:focus,
.cid-us8rfYUL8C .nav-link:focus {
  outline: none;
}
.cid-us8rfYUL8C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us8rfYUL8C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us8rfYUL8C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us8rfYUL8C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us8rfYUL8C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us8rfYUL8C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us8rfYUL8C .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-us8rfYUL8C .navbar.opened {
  transition: all 0.3s;
}
.cid-us8rfYUL8C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us8rfYUL8C .navbar .navbar-logo img {
  width: auto;
}
.cid-us8rfYUL8C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us8rfYUL8C .navbar.collapsed {
  justify-content: center;
}
.cid-us8rfYUL8C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us8rfYUL8C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us8rfYUL8C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-us8rfYUL8C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us8rfYUL8C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us8rfYUL8C .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-us8rfYUL8C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us8rfYUL8C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us8rfYUL8C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us8rfYUL8C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us8rfYUL8C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us8rfYUL8C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us8rfYUL8C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us8rfYUL8C .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-us8rfYUL8C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us8rfYUL8C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-us8rfYUL8C .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us8rfYUL8C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us8rfYUL8C .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-us8rfYUL8C .navbar.navbar-short {
  min-height: 60px;
}
.cid-us8rfYUL8C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us8rfYUL8C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us8rfYUL8C .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-us8rfYUL8C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-us8rfYUL8C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us8rfYUL8C .dropdown-item.active,
.cid-us8rfYUL8C .dropdown-item:active {
  background-color: transparent;
}
.cid-us8rfYUL8C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us8rfYUL8C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us8rfYUL8C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us8rfYUL8C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-us8rfYUL8C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us8rfYUL8C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us8rfYUL8C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us8rfYUL8C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us8rfYUL8C button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us8rfYUL8C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us8rfYUL8C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us8rfYUL8C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us8rfYUL8C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us8rfYUL8C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us8rfYUL8C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us8rfYUL8C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us8rfYUL8C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us8rfYUL8C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us8rfYUL8C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us8rfYUL8C a.nav-link {
  display: flex;
  align-items: center;
}
.cid-us8rfYUL8C .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-us8rfYUL8C .navbar {
    height: 70px;
  }
  .cid-us8rfYUL8C .navbar.opened {
    height: auto;
  }
  .cid-us8rfYUL8C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us93gtIfYX {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-us93gtIfYX .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-us93gtIfYX .mbr-section-title {
  color: #ffffff;
  text-align: center;
  width: 90%;
}
.cid-us93gtIfYX .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-us93gtIfYX .mbr-section-btn {
  width: 90%;
}
.cid-us93gtIfYX img {
  object-fit: cover;
  height: 100%;
}
.cid-us93gtIfYX section {
  position: relative;
}
.cid-us93gtIfYX .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-us93gtIfYX .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-us93gtIfYX .mbr-section-subtitle,
  .cid-us93gtIfYX .mbr-section-btn,
  .cid-us93gtIfYX .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-us93gtIfYX .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-us93gtIfYX .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-us93gtIfYX .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-us93gtIfYX .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-us93gtIfYX .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-us93gtIfYX .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-us93gtIfYX .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-us93gtIfYX .mbr-section-subtitle,
.cid-us93gtIfYX .mbr-section-btn {
  text-align: center;
}
.cid-us8ssZpDV2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-us8ssZpDV2 .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-us8ssZpDV2 .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-us8ssZpDV2 .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-us8ssZpDV2 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-us8ssZpDV2 .text {
  color: #BA9B67;
}
.cid-us8ssZpDV2 .author {
  color: #9A948D;
  font-style: italic;
}
.cid-us8ssZpDV2 .item-title {
  line-height: 1.161em;
}
@media (min-width: 992px) {
  .cid-us8ssZpDV2 .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-us8rfZLFr5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/massagem-tntrica-desperte-a-energia-sexual-e-a-conexo-corpo-mente-e-esprito-olimpo-massagens-em-curitiba-spa-600x400.png");
}
.cid-us8rfZLFr5 .wrapper {
  height: 550px;
}
.cid-us8rg0niey {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-us8rg0niey .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #C0BCB7;
  font-family: 'EB Garamond';
}
.cid-us8rg0niey .mbr-section-subtitle {
  color: #977741;
}
.cid-us8rg0niey .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-us8rg0niey .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-us8rg0niey .col-12 {
    flex-direction: row-reverse;
  }
  .cid-us8rg0niey .col-12,
  .cid-us8rg0niey .col-md-12 {
    padding: 0;
  }
}
.cid-us8rg0niey .si img {
  width: auto;
}
.cid-us8rg0Xq1y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-us8rg0Xq1y .wrapper {
    position: relative;
    overflow: hidden;
    max-height: 585px;
    padding-left: 30px;
    padding-right: 20px;
  }
}
.cid-us8rg0Xq1y img {
  object-fit: cover;
  max-height: 585px;
}
.cid-us8rg0Xq1y .wrap {
  border: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-us8rg0Xq1y .wrap {
    height: 100%;
    padding: 65px 2rem 0px;
  }
}
@media (min-width: 1400px) {
  .cid-us8rg0Xq1y .wrap {
    max-height: 100%;
    padding-top: 8rem;
  }
}
@media (min-width: 1800px) {
  .cid-us8rg0Xq1y .wrap {
    max-height: 585px;
    padding: 160px 225px 0 130px;
  }
}
@media (max-width: 991px) {
  .cid-us8rg0Xq1y .wrap {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
.cid-us8rg0Xq1y .card-text {
  color: #767676;
}
.cid-us8rg0Xq1y .main-sub-title {
  color: #ffffff;
}
.cid-us8rg0Xq1y .main-text {
  font-family: "EB Garamond";
  color: #c0bcb7;
}
.cid-us8rg0Xq1y .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-us8rg0Xq1y span {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-us8rg0Xq1y span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-us8rg0Xq1y span::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-us8rg0Xq1y .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-us8rg0Xq1y .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-us8rg0Xq1y .main-title {
  text-align: center;
}
.cid-us8rg2nDAV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-us8rg2nDAV .mbr-section-title,
.cid-us8rg2nDAV .mbr-section-subtitle {
  text-align: center;
}
.cid-us8rg2nDAV .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #977741;
}
@media (min-width: 992px) {
  .cid-us8rg2nDAV .right {
    padding-right: 71px;
  }
  .cid-us8rg2nDAV .left {
    padding-left: 71px;
  }
}
.cid-us8rg2nDAV .card-title {
  font-family: 'Cormorant Garamond';
  letter-spacing: .035em;
}
.cid-us8rg2nDAV .mbr-section-subtitle,
.cid-us8rg2nDAV .mbr-text {
  font-family: "EB Garamond";
  color: #9A948D;
}
.cid-us8rg2nDAV .cost {
  font-family: "Josefin Sans";
  text-align: right;
}
.cid-us8rg2nDAV .mbr-section-subtitle {
  color: #977741;
}
.cid-us8rg4uIW8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-us8rg4uIW8 .row {
  align-items: stretch;
}
.cid-us8rg4uIW8 .row .img-item {
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-us8rg4uIW8 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-us8rg4uIW8 .mbr-fonts-style {
  font-family: 'Cormorant Garamond';
}
@media (min-width: 992px) {
  .cid-us8rg4uIW8 .justify-content-end {
    padding-right: 97px;
  }
  .cid-us8rg4uIW8 .left {
    padding-left: 97px;
  }
  .cid-us8rg4uIW8 .width {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .cid-us8rg4uIW8 .width {
    width: 100%;
  }
}
.cid-us8rg4uIW8 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2%;
  left: 2%;
  border: 1px solid #41392e;
}
.cid-us8rg4uIW8 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top right;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-us8rg4uIW8 .effectHover::after {
  content: "";
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom left;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-us8rg4uIW8 .img-item:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-us8rg4uIW8 .img-item:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-us8rg4uIW8 .descr {
  font-size: 22px;
}
.cid-us8rg4uIW8 P {
  text-align: center;
}
.cid-us8rg4ZZuW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-us8rg4ZZuW .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-us8rg4ZZuW .wrap {
    width: 100%;
  }
}
.cid-us8rg4ZZuW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-us8rg4ZZuW .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-us8rg4ZZuW .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-us8rg4ZZuW .top {
    padding-top: 20px;
  }
}
.cid-us8rg4ZZuW .font {
  font-family: "Cormorant Garamond";
}
.cid-us8rg4ZZuW .mbr-text {
  font-family: "Cormorant Garamond";
  font-style: italic;
  color: #9a948d;
  text-align: center;
}
@media (min-width: 769px) {
  .cid-us8rg4ZZuW .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-us8rg4ZZuW .mbr-title {
  text-align: center;
}
.cid-us8rg4ZZuW .mbr-section-title {
  text-align: center;
}
.cid-us8rg5va36 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-us8rg5va36 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-us8rg5va36 .wrap {
    width: 100%;
  }
}
.cid-us8rg5va36 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-us8rg5va36 .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-us8rg5va36 .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-us8rg5va36 .top {
    padding-top: 20px;
  }
}
.cid-us8rg5va36 .font {
  font-family: "Cormorant Garamond";
}
.cid-us8rg5va36 .mbr-text {
  font-family: "Cormorant Garamond";
  font-style: italic;
  color: #9a948d;
  text-align: center;
}
@media (min-width: 769px) {
  .cid-us8rg5va36 .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-us8rg5va36 .mbr-title {
  text-align: left;
}
.cid-us8rg5va36 .mbr-section-title {
  text-align: center;
}
.cid-us8rg64E17 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-us8rg64E17 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-us8rg64E17 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-us8rg64E17 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-us8rg64E17 .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-us8rg64E17 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-us8rg64E17 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-us8rg64E17 .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-us8rg64E17 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-us8rg64E17 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-us8rg64E17 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-us8rg64E17 .mbr-text,
.cid-us8rg64E17 .mbr-section-btn {
  text-align: left;
}
.cid-us8rg64E17 H3 {
  text-align: left;
}
.cid-us8rg64E17 .author,
.cid-us8rg64E17 .box {
  font-style: italic;
}
.cid-us8rg64E17 .author {
  color: #9A948D;
}
.cid-us8rg64E17 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-us8rg64E17 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-us8rg64E17 .mbr-iconfont {
    display: none;
  }
}
.cid-us8rg7sX8y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-us8rg7sX8y .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-us8rg7sX8y .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-us8rg7sX8y .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-us8rg7sX8y .row {
    margin: 0;
  }
}
.cid-us8rg7sX8y .mbr-text {
  font-family: 'Josefin Sans';
  color: #C0BCB7;
  transition: all .5s;
}
.cid-us8rg81ouK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-us8rg81ouK .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-us8ROCIbLY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-us8ROCIbLY .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-us8ROCIbLY nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-us8ROCIbLY .container,
  .cid-us8ROCIbLY .container-fluid {
    flex-wrap: initial;
  }
  .cid-us8ROCIbLY .nav-link:hover,
  .cid-us8ROCIbLY .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-us8ROCIbLY .navbar-nav {
  margin: auto;
}
.cid-us8ROCIbLY .dropdown-item {
  color: #ffffff !important;
}
.cid-us8ROCIbLY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us8ROCIbLY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us8ROCIbLY .navbar-short,
.cid-us8ROCIbLY .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-us8ROCIbLY .navbar-short .nav-link,
.cid-us8ROCIbLY .opened .nav-link,
.cid-us8ROCIbLY .navbar-short .navbar-caption,
.cid-us8ROCIbLY .opened .navbar-caption,
.cid-us8ROCIbLY .navbar-short .mbr-iconfont,
.cid-us8ROCIbLY .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-us8ROCIbLY .navbar-short .hamburger span,
.cid-us8ROCIbLY .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-us8ROCIbLY .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-us8ROCIbLY .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-us8ROCIbLY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-us8ROCIbLY .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-us8ROCIbLY .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-us8ROCIbLY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us8ROCIbLY .container {
  display: flex;
  margin: auto;
}
.cid-us8ROCIbLY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us8ROCIbLY .dropdown-menu,
.cid-us8ROCIbLY .navbar.opened {
  background: #000000 !important;
}
.cid-us8ROCIbLY .nav-item:focus,
.cid-us8ROCIbLY .nav-link:focus {
  outline: none;
}
.cid-us8ROCIbLY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us8ROCIbLY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us8ROCIbLY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us8ROCIbLY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us8ROCIbLY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us8ROCIbLY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us8ROCIbLY .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-us8ROCIbLY .navbar.opened {
  transition: all 0.3s;
}
.cid-us8ROCIbLY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us8ROCIbLY .navbar .navbar-logo img {
  width: auto;
}
.cid-us8ROCIbLY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us8ROCIbLY .navbar.collapsed {
  justify-content: center;
}
.cid-us8ROCIbLY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us8ROCIbLY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us8ROCIbLY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-us8ROCIbLY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us8ROCIbLY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us8ROCIbLY .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-us8ROCIbLY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us8ROCIbLY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us8ROCIbLY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us8ROCIbLY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us8ROCIbLY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us8ROCIbLY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us8ROCIbLY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us8ROCIbLY .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-us8ROCIbLY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us8ROCIbLY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-us8ROCIbLY .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us8ROCIbLY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us8ROCIbLY .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-us8ROCIbLY .navbar.navbar-short {
  min-height: 60px;
}
.cid-us8ROCIbLY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us8ROCIbLY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us8ROCIbLY .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-us8ROCIbLY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-us8ROCIbLY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us8ROCIbLY .dropdown-item.active,
.cid-us8ROCIbLY .dropdown-item:active {
  background-color: transparent;
}
.cid-us8ROCIbLY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us8ROCIbLY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us8ROCIbLY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us8ROCIbLY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-us8ROCIbLY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us8ROCIbLY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us8ROCIbLY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us8ROCIbLY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us8ROCIbLY button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us8ROCIbLY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us8ROCIbLY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us8ROCIbLY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us8ROCIbLY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us8ROCIbLY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us8ROCIbLY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us8ROCIbLY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us8ROCIbLY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us8ROCIbLY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us8ROCIbLY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us8ROCIbLY a.nav-link {
  display: flex;
  align-items: center;
}
.cid-us8ROCIbLY .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-us8ROCIbLY .navbar {
    height: 70px;
  }
  .cid-us8ROCIbLY .navbar.opened {
    height: auto;
  }
  .cid-us8ROCIbLY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us8ShMORIW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-us8ShMORIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8ShMORIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-us8ShMORIW .container {
    padding: 0 22px;
  }
}
.cid-us8ShMORIW .row {
  justify-content: center;
}
.cid-us8ShMORIW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-us8ShMORIW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-us8ShMORIW .panel-group .card {
  border-radius: 0 !important;
}
.cid-us8ShMORIW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-us8ShMORIW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-us8ShMORIW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-us8ShMORIW .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-us8ShMORIW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-us8ShMORIW .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-us8ShMORIW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-us8ShMORIW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-us8ShMORIW .panel-title-edit {
  color: #ffffff;
}
.cid-us8ShMORIW .panel-text {
  color: #ffffff;
}
.cid-us8TWLZoDy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-us8TWLZoDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8TWLZoDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-us8TWLZoDy .container {
    padding: 0 22px;
  }
}
.cid-us8TWLZoDy .row {
  justify-content: center;
}
.cid-us8TWLZoDy .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-us8TWLZoDy .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-us8TWLZoDy .panel-group .card {
  border-radius: 0 !important;
}
.cid-us8TWLZoDy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-us8TWLZoDy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-us8TWLZoDy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-us8TWLZoDy .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-us8TWLZoDy .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-us8TWLZoDy .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-us8TWLZoDy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-us8TWLZoDy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-us8TWLZoDy .panel-title-edit {
  color: #ffffff;
}
.cid-us8TWLZoDy .panel-text {
  color: #ffffff;
}
.cid-us8RODelqU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-us8RODelqU .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-us8RODelqU .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-us8RODelqU .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-us8RODelqU .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-us8RODelqU .text {
  color: #BA9B67;
}
.cid-us8RODelqU .author {
  color: #9A948D;
  font-style: italic;
}
.cid-us8RODelqU .item-title {
  line-height: 1.161em;
}
@media (min-width: 992px) {
  .cid-us8RODelqU .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-us8RODHfzj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/olimpo-spa-da-massagem-nuru-espetacular-prazer-com-a-massagem-av-mal-floriano-peixoto-366-em-curitiba-501x360.png");
}
.cid-us8RODHfzj .wrapper {
  height: 550px;
}
.cid-us8ROE1S3X {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-us8ROE1S3X .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #C0BCB7;
  font-family: 'EB Garamond';
}
.cid-us8ROE1S3X .mbr-section-subtitle {
  color: #977741;
  text-align: center;
}
.cid-us8ROE1S3X .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-us8ROE1S3X .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-us8ROE1S3X .col-12 {
    flex-direction: row-reverse;
  }
  .cid-us8ROE1S3X .col-12,
  .cid-us8ROE1S3X .col-md-12 {
    padding: 0;
  }
}
.cid-us8ROE1S3X .si img {
  width: auto;
}
.cid-us8ROE1S3X .mbr-section-title {
  text-align: center;
}
.cid-us8ROEniO3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-us8ROEniO3 .wrapper {
    position: relative;
    overflow: hidden;
    max-height: 585px;
    padding-left: 30px;
    padding-right: 20px;
  }
}
.cid-us8ROEniO3 img {
  object-fit: cover;
  max-height: 585px;
}
.cid-us8ROEniO3 .wrap {
  border: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-us8ROEniO3 .wrap {
    height: 100%;
    padding: 65px 2rem 0px;
  }
}
@media (min-width: 1400px) {
  .cid-us8ROEniO3 .wrap {
    max-height: 100%;
    padding-top: 8rem;
  }
}
@media (min-width: 1800px) {
  .cid-us8ROEniO3 .wrap {
    max-height: 585px;
    padding: 160px 225px 0 130px;
  }
}
@media (max-width: 991px) {
  .cid-us8ROEniO3 .wrap {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
.cid-us8ROEniO3 .card-text {
  color: #767676;
}
.cid-us8ROEniO3 .main-sub-title {
  color: #ffffff;
}
.cid-us8ROEniO3 .main-text {
  font-family: "EB Garamond";
  color: #c0bcb7;
}
.cid-us8ROEniO3 .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-us8ROEniO3 span {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-us8ROEniO3 span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-us8ROEniO3 span::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-us8ROEniO3 .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-us8ROEniO3 .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-us8ROEniO3 .main-title {
  text-align: center;
}
.cid-us8ROELOZZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-us8ROELOZZ .mbr-section-title,
.cid-us8ROELOZZ .mbr-section-subtitle {
  text-align: center;
}
.cid-us8ROELOZZ .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #977741;
}
@media (min-width: 992px) {
  .cid-us8ROELOZZ .right {
    padding-right: 71px;
  }
  .cid-us8ROELOZZ .left {
    padding-left: 71px;
  }
}
.cid-us8ROELOZZ .card-title {
  font-family: 'Cormorant Garamond';
  letter-spacing: .035em;
}
.cid-us8ROELOZZ .mbr-section-subtitle,
.cid-us8ROELOZZ .mbr-text {
  font-family: "EB Garamond";
  color: #9A948D;
}
.cid-us8ROELOZZ .cost {
  font-family: "Josefin Sans";
  text-align: right;
}
.cid-us8ROELOZZ .mbr-section-subtitle {
  color: #977741;
}
.cid-us8ROFE766 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-us8ROFE766 .row {
  align-items: stretch;
}
.cid-us8ROFE766 .row .img-item {
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-us8ROFE766 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-us8ROFE766 .mbr-fonts-style {
  font-family: 'Cormorant Garamond';
}
@media (min-width: 992px) {
  .cid-us8ROFE766 .justify-content-end {
    padding-right: 97px;
  }
  .cid-us8ROFE766 .left {
    padding-left: 97px;
  }
  .cid-us8ROFE766 .width {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .cid-us8ROFE766 .width {
    width: 100%;
  }
}
.cid-us8ROFE766 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2%;
  left: 2%;
  border: 1px solid #41392e;
}
.cid-us8ROFE766 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top right;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-us8ROFE766 .effectHover::after {
  content: "";
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom left;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-us8ROFE766 .img-item:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-us8ROFE766 .img-item:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-us8ROFE766 .descr {
  font-size: 22px;
}
.cid-us8ROFE766 P {
  text-align: center;
}
.cid-us8ROGax02 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-us8ROGax02 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-us8ROGax02 .wrap {
    width: 100%;
  }
}
.cid-us8ROGax02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-us8ROGax02 .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-us8ROGax02 .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-us8ROGax02 .top {
    padding-top: 20px;
  }
}
.cid-us8ROGax02 .font {
  font-family: "Cormorant Garamond";
}
.cid-us8ROGax02 .mbr-text {
  font-family: "Cormorant Garamond";
  font-style: italic;
  color: #9a948d;
  text-align: center;
}
@media (min-width: 769px) {
  .cid-us8ROGax02 .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-us8ROGax02 .mbr-title {
  text-align: center;
}
.cid-us8ROGax02 .mbr-section-title {
  text-align: center;
}
.cid-us8ROGPzDs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-us8ROGPzDs .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-us8ROGPzDs .wrap {
    width: 100%;
  }
}
.cid-us8ROGPzDs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-us8ROGPzDs .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-us8ROGPzDs .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-us8ROGPzDs .top {
    padding-top: 20px;
  }
}
.cid-us8ROGPzDs .font {
  font-family: "Cormorant Garamond";
}
.cid-us8ROGPzDs .mbr-text {
  font-family: "Cormorant Garamond";
  font-style: italic;
  color: #9a948d;
  text-align: center;
}
@media (min-width: 769px) {
  .cid-us8ROGPzDs .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-us8ROGPzDs .mbr-title {
  text-align: left;
}
.cid-us8ROGPzDs .mbr-section-title {
  text-align: center;
}
.cid-us8ROHndbE {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-us8ROHndbE .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-us8ROHndbE .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-us8ROHndbE .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-us8ROHndbE .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-us8ROHndbE .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-us8ROHndbE .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-us8ROHndbE .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-us8ROHndbE .carousel-indicators li.active {
  background: #ddc499;
}
.cid-us8ROHndbE .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-us8ROHndbE .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-us8ROHndbE .mbr-text,
.cid-us8ROHndbE .mbr-section-btn {
  text-align: left;
}
.cid-us8ROHndbE H3 {
  text-align: left;
}
.cid-us8ROHndbE .author,
.cid-us8ROHndbE .box {
  font-style: italic;
}
.cid-us8ROHndbE .author {
  color: #9A948D;
}
.cid-us8ROHndbE .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-us8ROHndbE .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-us8ROHndbE .mbr-iconfont {
    display: none;
  }
}
.cid-us8ROHZ85n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-us8ROHZ85n .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-us8ROHZ85n .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-us8ROHZ85n .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-us8ROHZ85n .row {
    margin: 0;
  }
}
.cid-us8ROHZ85n .mbr-text {
  font-family: 'Josefin Sans';
  color: #C0BCB7;
  transition: all .5s;
}
.cid-us8ROIApjg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-us8ROIApjg .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-uBuCcinm1W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-uBuCcinm1W .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uBuCcinm1W nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uBuCcinm1W .container,
  .cid-uBuCcinm1W .container-fluid {
    flex-wrap: initial;
  }
  .cid-uBuCcinm1W .nav-link:hover,
  .cid-uBuCcinm1W .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uBuCcinm1W .navbar-nav {
  margin: auto;
}
.cid-uBuCcinm1W .dropdown-item {
  color: #ffffff !important;
}
.cid-uBuCcinm1W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBuCcinm1W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBuCcinm1W .navbar-short,
.cid-uBuCcinm1W .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uBuCcinm1W .navbar-short .nav-link,
.cid-uBuCcinm1W .opened .nav-link,
.cid-uBuCcinm1W .navbar-short .navbar-caption,
.cid-uBuCcinm1W .opened .navbar-caption,
.cid-uBuCcinm1W .navbar-short .mbr-iconfont,
.cid-uBuCcinm1W .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uBuCcinm1W .navbar-short .hamburger span,
.cid-uBuCcinm1W .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uBuCcinm1W .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uBuCcinm1W .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-uBuCcinm1W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uBuCcinm1W .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uBuCcinm1W .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-uBuCcinm1W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBuCcinm1W .container {
  display: flex;
  margin: auto;
}
.cid-uBuCcinm1W .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBuCcinm1W .dropdown-menu,
.cid-uBuCcinm1W .navbar.opened {
  background: #000000 !important;
}
.cid-uBuCcinm1W .nav-item:focus,
.cid-uBuCcinm1W .nav-link:focus {
  outline: none;
}
.cid-uBuCcinm1W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBuCcinm1W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBuCcinm1W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBuCcinm1W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBuCcinm1W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBuCcinm1W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBuCcinm1W .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-uBuCcinm1W .navbar.opened {
  transition: all 0.3s;
}
.cid-uBuCcinm1W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBuCcinm1W .navbar .navbar-logo img {
  width: auto;
}
.cid-uBuCcinm1W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBuCcinm1W .navbar.collapsed {
  justify-content: center;
}
.cid-uBuCcinm1W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBuCcinm1W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBuCcinm1W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBuCcinm1W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBuCcinm1W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBuCcinm1W .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-uBuCcinm1W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBuCcinm1W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBuCcinm1W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBuCcinm1W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBuCcinm1W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBuCcinm1W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBuCcinm1W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBuCcinm1W .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-uBuCcinm1W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBuCcinm1W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uBuCcinm1W .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBuCcinm1W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBuCcinm1W .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uBuCcinm1W .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBuCcinm1W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBuCcinm1W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBuCcinm1W .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-uBuCcinm1W .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-uBuCcinm1W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBuCcinm1W .dropdown-item.active,
.cid-uBuCcinm1W .dropdown-item:active {
  background-color: transparent;
}
.cid-uBuCcinm1W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBuCcinm1W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBuCcinm1W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBuCcinm1W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uBuCcinm1W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBuCcinm1W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBuCcinm1W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBuCcinm1W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBuCcinm1W button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBuCcinm1W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBuCcinm1W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBuCcinm1W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBuCcinm1W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBuCcinm1W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBuCcinm1W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBuCcinm1W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBuCcinm1W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBuCcinm1W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBuCcinm1W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBuCcinm1W a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uBuCcinm1W .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-uBuCcinm1W .navbar {
    height: 70px;
  }
  .cid-uBuCcinm1W .navbar.opened {
    height: auto;
  }
  .cid-uBuCcinm1W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBuCciRmU9 {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-uBuCciRmU9 .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uBuCciRmU9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  width: 90%;
}
.cid-uBuCciRmU9 .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-uBuCciRmU9 .mbr-section-btn {
  width: 90%;
}
.cid-uBuCciRmU9 img {
  object-fit: cover;
  height: 100%;
}
.cid-uBuCciRmU9 section {
  position: relative;
}
.cid-uBuCciRmU9 .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-uBuCciRmU9 .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-uBuCciRmU9 .mbr-section-subtitle,
  .cid-uBuCciRmU9 .mbr-section-btn,
  .cid-uBuCciRmU9 .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-uBuCciRmU9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-uBuCciRmU9 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uBuCciRmU9 .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-uBuCciRmU9 .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-uBuCciRmU9 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBuCciRmU9 .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uBuCciRmU9 .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uBuCciRmU9 .mbr-section-subtitle,
.cid-uBuCciRmU9 .mbr-section-btn {
  text-align: center;
}
.cid-uBuCcjf7E0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uBuCcjf7E0 .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uBuCcjf7E0 .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-uBuCcjf7E0 .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-uBuCcjf7E0 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uBuCcjf7E0 .text {
  color: #BA9B67;
}
.cid-uBuCcjf7E0 .author {
  color: #9A948D;
  font-style: italic;
}
.cid-uBuCcjf7E0 .item-title {
  line-height: 1.161em;
}
@media (min-width: 992px) {
  .cid-uBuCcjf7E0 .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-uBuCcjIVmP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/massagem-tntrica-desperte-a-energia-sexual-e-a-conexo-corpo-mente-e-esprito-olimpo-massagens-em-curitiba-spa-600x400.png");
}
.cid-uBuCcjIVmP .wrapper {
  height: 550px;
}
.cid-uBuCck27qG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uBuCck27qG .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #C0BCB7;
  font-family: 'EB Garamond';
}
.cid-uBuCck27qG .mbr-section-subtitle {
  color: #977741;
}
.cid-uBuCck27qG .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBuCck27qG .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uBuCck27qG .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uBuCck27qG .col-12,
  .cid-uBuCck27qG .col-md-12 {
    padding: 0;
  }
}
.cid-uBuCck27qG .si img {
  width: auto;
}
.cid-uBuCcklW4b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uBuCcklW4b .wrapper {
    position: relative;
    overflow: hidden;
    max-height: 585px;
    padding-left: 30px;
    padding-right: 20px;
  }
}
.cid-uBuCcklW4b img {
  object-fit: cover;
  max-height: 585px;
}
.cid-uBuCcklW4b .wrap {
  border: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-uBuCcklW4b .wrap {
    height: 100%;
    padding: 65px 2rem 0px;
  }
}
@media (min-width: 1400px) {
  .cid-uBuCcklW4b .wrap {
    max-height: 100%;
    padding-top: 8rem;
  }
}
@media (min-width: 1800px) {
  .cid-uBuCcklW4b .wrap {
    max-height: 585px;
    padding: 160px 225px 0 130px;
  }
}
@media (max-width: 991px) {
  .cid-uBuCcklW4b .wrap {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
.cid-uBuCcklW4b .card-text {
  color: #767676;
}
.cid-uBuCcklW4b .main-sub-title {
  color: #ffffff;
}
.cid-uBuCcklW4b .main-text {
  font-family: "EB Garamond";
  color: #c0bcb7;
}
.cid-uBuCcklW4b .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uBuCcklW4b span {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uBuCcklW4b span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBuCcklW4b span::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-uBuCcklW4b .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uBuCcklW4b .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uBuCcklW4b .main-title {
  text-align: center;
}
.cid-uBuCckKnDN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uBuCckKnDN .mbr-section-title,
.cid-uBuCckKnDN .mbr-section-subtitle {
  text-align: center;
}
.cid-uBuCckKnDN .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #977741;
}
@media (min-width: 992px) {
  .cid-uBuCckKnDN .right {
    padding-right: 71px;
  }
  .cid-uBuCckKnDN .left {
    padding-left: 71px;
  }
}
.cid-uBuCckKnDN .card-title {
  font-family: 'Cormorant Garamond';
  letter-spacing: .035em;
}
.cid-uBuCckKnDN .mbr-section-subtitle,
.cid-uBuCckKnDN .mbr-text {
  font-family: "EB Garamond";
  color: #9A948D;
}
.cid-uBuCckKnDN .cost {
  font-family: "Josefin Sans";
  text-align: right;
}
.cid-uBuCckKnDN .mbr-section-subtitle {
  color: #977741;
}
.cid-uBuCclZjfj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uBuCclZjfj .row {
  align-items: stretch;
}
.cid-uBuCclZjfj .row .img-item {
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uBuCclZjfj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uBuCclZjfj .mbr-fonts-style {
  font-family: 'Cormorant Garamond';
}
@media (min-width: 992px) {
  .cid-uBuCclZjfj .justify-content-end {
    padding-right: 97px;
  }
  .cid-uBuCclZjfj .left {
    padding-left: 97px;
  }
  .cid-uBuCclZjfj .width {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .cid-uBuCclZjfj .width {
    width: 100%;
  }
}
.cid-uBuCclZjfj .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2%;
  left: 2%;
  border: 1px solid #41392e;
}
.cid-uBuCclZjfj .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top right;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBuCclZjfj .effectHover::after {
  content: "";
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom left;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBuCclZjfj .img-item:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uBuCclZjfj .img-item:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uBuCclZjfj .descr {
  font-size: 22px;
}
.cid-uBuCclZjfj P {
  text-align: center;
}
.cid-uBuCcmFHEE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uBuCcmFHEE .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uBuCcmFHEE .wrap {
    width: 100%;
  }
}
.cid-uBuCcmFHEE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBuCcmFHEE .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uBuCcmFHEE .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-uBuCcmFHEE .top {
    padding-top: 20px;
  }
}
.cid-uBuCcmFHEE .font {
  font-family: "Cormorant Garamond";
}
.cid-uBuCcmFHEE .mbr-text {
  font-family: "Cormorant Garamond";
  font-style: italic;
  color: #9a948d;
  text-align: center;
}
@media (min-width: 769px) {
  .cid-uBuCcmFHEE .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-uBuCcmFHEE .mbr-title {
  text-align: center;
}
.cid-uBuCcmFHEE .mbr-section-title {
  text-align: center;
}
.cid-uBuCcnjswM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uBuCcnjswM .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uBuCcnjswM .wrap {
    width: 100%;
  }
}
.cid-uBuCcnjswM img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBuCcnjswM .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uBuCcnjswM .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-uBuCcnjswM .top {
    padding-top: 20px;
  }
}
.cid-uBuCcnjswM .font {
  font-family: "Cormorant Garamond";
}
.cid-uBuCcnjswM .mbr-text {
  font-family: "Cormorant Garamond";
  font-style: italic;
  color: #9a948d;
  text-align: center;
}
@media (min-width: 769px) {
  .cid-uBuCcnjswM .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-uBuCcnjswM .mbr-title {
  text-align: left;
}
.cid-uBuCcnjswM .mbr-section-title {
  text-align: center;
}
.cid-uBuCcnOj4w {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uBuCcnOj4w .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-uBuCcnOj4w .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uBuCcnOj4w .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-uBuCcnOj4w .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-uBuCcnOj4w .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uBuCcnOj4w .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-uBuCcnOj4w .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-uBuCcnOj4w .carousel-indicators li.active {
  background: #ddc499;
}
.cid-uBuCcnOj4w .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uBuCcnOj4w .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uBuCcnOj4w .mbr-text,
.cid-uBuCcnOj4w .mbr-section-btn {
  text-align: left;
}
.cid-uBuCcnOj4w H3 {
  text-align: left;
}
.cid-uBuCcnOj4w .author,
.cid-uBuCcnOj4w .box {
  font-style: italic;
}
.cid-uBuCcnOj4w .author {
  color: #9A948D;
}
.cid-uBuCcnOj4w .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-uBuCcnOj4w .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-uBuCcnOj4w .mbr-iconfont {
    display: none;
  }
}
.cid-uBuCcopucO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uBuCcopucO .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBuCcopucO .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBuCcopucO .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-uBuCcopucO .row {
    margin: 0;
  }
}
.cid-uBuCcopucO .mbr-text {
  font-family: 'Josefin Sans';
  color: #C0BCB7;
  transition: all .5s;
}
.cid-uBuCuKbjow {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBuCuKbjow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBuCuKbjow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBuCuKbjow .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uBuCuKbjow .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBuCuKbjow .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBuCuKbjow .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBuCuKbjow .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uBuCuKbjow .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBuCuKbjow .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBuCuKbjow .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBuCuKbjow .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBuCuKbjow .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uBuCuKbjow .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uBuCuKbjow .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #95630d;
}
.cid-uBuCuKbjow .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBuCuKbjow .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uBuCuKbjow .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uBuCuKbjow .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uBuCuKbjow .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uBuCuKbjow .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBuCuKbjow .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBuCuKbjow .card {
  justify-content: space-between;
}
.cid-uBuCuKbjow .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBuCuKbjow .panel-title-edit {
  color: #342100;
}
.cid-uBuCuKbjow .panel-text {
  color: #f24d4a;
}
.cid-uBuCuKbjow .panel-text,
.cid-uBuCuKbjow .panel-body {
  color: #977741;
}
.cid-uBuCcoXOdg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uBuCcoXOdg .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-uCMqsHnMFG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-uCMqsHnMFG .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uCMqsHnMFG nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uCMqsHnMFG .container,
  .cid-uCMqsHnMFG .container-fluid {
    flex-wrap: initial;
  }
  .cid-uCMqsHnMFG .nav-link:hover,
  .cid-uCMqsHnMFG .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uCMqsHnMFG .navbar-nav {
  margin: auto;
}
.cid-uCMqsHnMFG .dropdown-item {
  color: #ffffff !important;
}
.cid-uCMqsHnMFG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCMqsHnMFG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCMqsHnMFG .navbar-short,
.cid-uCMqsHnMFG .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uCMqsHnMFG .navbar-short .nav-link,
.cid-uCMqsHnMFG .opened .nav-link,
.cid-uCMqsHnMFG .navbar-short .navbar-caption,
.cid-uCMqsHnMFG .opened .navbar-caption,
.cid-uCMqsHnMFG .navbar-short .mbr-iconfont,
.cid-uCMqsHnMFG .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uCMqsHnMFG .navbar-short .hamburger span,
.cid-uCMqsHnMFG .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uCMqsHnMFG .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uCMqsHnMFG .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-uCMqsHnMFG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uCMqsHnMFG .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uCMqsHnMFG .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-uCMqsHnMFG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCMqsHnMFG .container {
  display: flex;
  margin: auto;
}
.cid-uCMqsHnMFG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCMqsHnMFG .dropdown-menu,
.cid-uCMqsHnMFG .navbar.opened {
  background: #000000 !important;
}
.cid-uCMqsHnMFG .nav-item:focus,
.cid-uCMqsHnMFG .nav-link:focus {
  outline: none;
}
.cid-uCMqsHnMFG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCMqsHnMFG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCMqsHnMFG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCMqsHnMFG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCMqsHnMFG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCMqsHnMFG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCMqsHnMFG .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-uCMqsHnMFG .navbar.opened {
  transition: all 0.3s;
}
.cid-uCMqsHnMFG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCMqsHnMFG .navbar .navbar-logo img {
  width: auto;
}
.cid-uCMqsHnMFG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCMqsHnMFG .navbar.collapsed {
  justify-content: center;
}
.cid-uCMqsHnMFG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCMqsHnMFG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCMqsHnMFG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCMqsHnMFG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCMqsHnMFG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCMqsHnMFG .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-uCMqsHnMFG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCMqsHnMFG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCMqsHnMFG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCMqsHnMFG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCMqsHnMFG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCMqsHnMFG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCMqsHnMFG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCMqsHnMFG .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-uCMqsHnMFG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCMqsHnMFG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uCMqsHnMFG .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCMqsHnMFG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCMqsHnMFG .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uCMqsHnMFG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCMqsHnMFG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCMqsHnMFG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCMqsHnMFG .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-uCMqsHnMFG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-uCMqsHnMFG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCMqsHnMFG .dropdown-item.active,
.cid-uCMqsHnMFG .dropdown-item:active {
  background-color: transparent;
}
.cid-uCMqsHnMFG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCMqsHnMFG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCMqsHnMFG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCMqsHnMFG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCMqsHnMFG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCMqsHnMFG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCMqsHnMFG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCMqsHnMFG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCMqsHnMFG button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCMqsHnMFG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCMqsHnMFG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCMqsHnMFG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCMqsHnMFG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCMqsHnMFG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCMqsHnMFG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCMqsHnMFG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCMqsHnMFG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCMqsHnMFG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCMqsHnMFG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCMqsHnMFG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uCMqsHnMFG .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-uCMqsHnMFG .navbar {
    height: 70px;
  }
  .cid-uCMqsHnMFG .navbar.opened {
    height: auto;
  }
  .cid-uCMqsHnMFG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCMqsJz8YG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uCMqsJz8YG .mbr-section-title,
.cid-uCMqsJz8YG .mbr-section-subtitle {
  text-align: center;
}
.cid-uCMqsJz8YG .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #977741;
}
@media (min-width: 992px) {
  .cid-uCMqsJz8YG .right {
    padding-right: 71px;
  }
  .cid-uCMqsJz8YG .left {
    padding-left: 71px;
  }
}
.cid-uCMqsJz8YG .card-title {
  font-family: 'Cormorant Garamond';
  letter-spacing: .035em;
}
.cid-uCMqsJz8YG .mbr-section-subtitle,
.cid-uCMqsJz8YG .mbr-text {
  font-family: "EB Garamond";
  color: #9A948D;
}
.cid-uCMqsJz8YG .cost {
  font-family: "Josefin Sans";
  text-align: right;
}
.cid-uCMqsJz8YG .mbr-section-subtitle {
  color: #977741;
}
.cid-uCMqsI6moO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uCMqsI6moO .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uCMqsI6moO .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-uCMqsI6moO .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-uCMqsI6moO .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uCMqsI6moO .text {
  color: #BA9B67;
}
.cid-uCMqsI6moO .author {
  color: #9A948D;
  font-style: italic;
}
.cid-uCMqsI6moO .item-title {
  line-height: 1.161em;
}
@media (min-width: 992px) {
  .cid-uCMqsI6moO .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-uCMqsHO4Ub {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-uCMqsHO4Ub .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uCMqsHO4Ub .mbr-section-title {
  color: #ffffff;
  text-align: center;
  width: 90%;
}
.cid-uCMqsHO4Ub .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-uCMqsHO4Ub .mbr-section-btn {
  width: 90%;
}
.cid-uCMqsHO4Ub img {
  object-fit: cover;
  height: 100%;
}
.cid-uCMqsHO4Ub section {
  position: relative;
}
.cid-uCMqsHO4Ub .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-uCMqsHO4Ub .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-uCMqsHO4Ub .mbr-section-subtitle,
  .cid-uCMqsHO4Ub .mbr-section-btn,
  .cid-uCMqsHO4Ub .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-uCMqsHO4Ub .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-uCMqsHO4Ub .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uCMqsHO4Ub .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-uCMqsHO4Ub .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-uCMqsHO4Ub .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uCMqsHO4Ub .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uCMqsHO4Ub .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uCMqsHO4Ub .mbr-section-subtitle,
.cid-uCMqsHO4Ub .mbr-section-btn {
  text-align: center;
}
.cid-uCMqsIwJ5P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/massagem-tntrica-desperte-a-energia-sexual-e-a-conexo-corpo-mente-e-esprito-olimpo-massagens-em-curitiba-spa-600x400.png");
}
.cid-uCMqsIwJ5P .wrapper {
  height: 550px;
}
.cid-uCMqsIPcz0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uCMqsIPcz0 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #C0BCB7;
  font-family: 'EB Garamond';
}
.cid-uCMqsIPcz0 .mbr-section-subtitle {
  color: #977741;
}
.cid-uCMqsIPcz0 .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uCMqsIPcz0 .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uCMqsIPcz0 .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uCMqsIPcz0 .col-12,
  .cid-uCMqsIPcz0 .col-md-12 {
    padding: 0;
  }
}
.cid-uCMqsIPcz0 .si img {
  width: auto;
}
.cid-uCMqsJ9msA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uCMqsJ9msA .wrapper {
    position: relative;
    overflow: hidden;
    max-height: 585px;
    padding-left: 30px;
    padding-right: 20px;
  }
}
.cid-uCMqsJ9msA img {
  object-fit: cover;
  max-height: 585px;
}
.cid-uCMqsJ9msA .wrap {
  border: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-uCMqsJ9msA .wrap {
    height: 100%;
    padding: 65px 2rem 0px;
  }
}
@media (min-width: 1400px) {
  .cid-uCMqsJ9msA .wrap {
    max-height: 100%;
    padding-top: 8rem;
  }
}
@media (min-width: 1800px) {
  .cid-uCMqsJ9msA .wrap {
    max-height: 585px;
    padding: 160px 225px 0 130px;
  }
}
@media (max-width: 991px) {
  .cid-uCMqsJ9msA .wrap {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
.cid-uCMqsJ9msA .card-text {
  color: #767676;
}
.cid-uCMqsJ9msA .main-sub-title {
  color: #ffffff;
}
.cid-uCMqsJ9msA .main-text {
  font-family: "EB Garamond";
  color: #c0bcb7;
}
.cid-uCMqsJ9msA .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uCMqsJ9msA span {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uCMqsJ9msA span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uCMqsJ9msA span::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-uCMqsJ9msA .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uCMqsJ9msA .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uCMqsJ9msA .main-title {
  text-align: center;
}
.cid-uCMqsKsHuX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uCMqsKsHuX .row {
  align-items: stretch;
}
.cid-uCMqsKsHuX .row .img-item {
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uCMqsKsHuX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uCMqsKsHuX .mbr-fonts-style {
  font-family: 'Cormorant Garamond';
}
@media (min-width: 992px) {
  .cid-uCMqsKsHuX .justify-content-end {
    padding-right: 97px;
  }
  .cid-uCMqsKsHuX .left {
    padding-left: 97px;
  }
  .cid-uCMqsKsHuX .width {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .cid-uCMqsKsHuX .width {
    width: 100%;
  }
}
.cid-uCMqsKsHuX .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2%;
  left: 2%;
  border: 1px solid #41392e;
}
.cid-uCMqsKsHuX .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top right;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uCMqsKsHuX .effectHover::after {
  content: "";
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom left;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uCMqsKsHuX .img-item:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uCMqsKsHuX .img-item:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uCMqsKsHuX .descr {
  font-size: 22px;
}
.cid-uCMqsKsHuX P {
  text-align: center;
}
.cid-uCMqsKZK57 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uCMqsKZK57 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uCMqsKZK57 .wrap {
    width: 100%;
  }
}
.cid-uCMqsKZK57 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCMqsKZK57 .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uCMqsKZK57 .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-uCMqsKZK57 .top {
    padding-top: 20px;
  }
}
.cid-uCMqsKZK57 .font {
  font-family: "Cormorant Garamond";
}
.cid-uCMqsKZK57 .mbr-text {
  font-family: "Cormorant Garamond";
  font-style: italic;
  color: #9a948d;
  text-align: center;
}
@media (min-width: 769px) {
  .cid-uCMqsKZK57 .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-uCMqsKZK57 .mbr-title {
  text-align: center;
}
.cid-uCMqsKZK57 .mbr-section-title {
  text-align: center;
}
.cid-uCMqsLvg7Z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uCMqsLvg7Z .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uCMqsLvg7Z .wrap {
    width: 100%;
  }
}
.cid-uCMqsLvg7Z img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCMqsLvg7Z .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uCMqsLvg7Z .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-uCMqsLvg7Z .top {
    padding-top: 20px;
  }
}
.cid-uCMqsLvg7Z .font {
  font-family: "Cormorant Garamond";
}
.cid-uCMqsLvg7Z .mbr-text {
  font-family: "Cormorant Garamond";
  font-style: italic;
  color: #9a948d;
  text-align: center;
}
@media (min-width: 769px) {
  .cid-uCMqsLvg7Z .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-uCMqsLvg7Z .mbr-title {
  text-align: left;
}
.cid-uCMqsLvg7Z .mbr-section-title {
  text-align: center;
}
.cid-uCMqsLYn44 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uCMqsLYn44 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-uCMqsLYn44 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uCMqsLYn44 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-uCMqsLYn44 .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-uCMqsLYn44 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uCMqsLYn44 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-uCMqsLYn44 .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-uCMqsLYn44 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-uCMqsLYn44 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uCMqsLYn44 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uCMqsLYn44 .mbr-text,
.cid-uCMqsLYn44 .mbr-section-btn {
  text-align: left;
}
.cid-uCMqsLYn44 H3 {
  text-align: left;
}
.cid-uCMqsLYn44 .author,
.cid-uCMqsLYn44 .box {
  font-style: italic;
}
.cid-uCMqsLYn44 .author {
  color: #9A948D;
}
.cid-uCMqsLYn44 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-uCMqsLYn44 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-uCMqsLYn44 .mbr-iconfont {
    display: none;
  }
}
.cid-uCMqsMzJDy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uCMqsMzJDy .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uCMqsMzJDy .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCMqsMzJDy .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-uCMqsMzJDy .row {
    margin: 0;
  }
}
.cid-uCMqsMzJDy .mbr-text {
  font-family: 'Josefin Sans';
  color: #C0BCB7;
  transition: all .5s;
}
.cid-uCMqsN1wr7 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uCMqsN1wr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMqsN1wr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMqsN1wr7 .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uCMqsN1wr7 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCMqsN1wr7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uCMqsN1wr7 .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCMqsN1wr7 .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uCMqsN1wr7 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uCMqsN1wr7 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCMqsN1wr7 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uCMqsN1wr7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCMqsN1wr7 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uCMqsN1wr7 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uCMqsN1wr7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #95630d;
}
.cid-uCMqsN1wr7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uCMqsN1wr7 .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uCMqsN1wr7 .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uCMqsN1wr7 .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uCMqsN1wr7 .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uCMqsN1wr7 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCMqsN1wr7 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uCMqsN1wr7 .card {
  justify-content: space-between;
}
.cid-uCMqsN1wr7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uCMqsN1wr7 .panel-title-edit {
  color: #342100;
}
.cid-uCMqsN1wr7 .panel-text {
  color: #f24d4a;
}
.cid-uCMqsN1wr7 .panel-text,
.cid-uCMqsN1wr7 .panel-body {
  color: #977741;
}
.cid-uCMqsNyXnw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCMqsNyXnw .media-container-row .mbr-text {
  color: #9a948d;
}
