body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.2rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #d58f76 !important;
}
.bg-success {
  background-color: #a15547 !important;
}
.bg-info {
  background-color: #d9b7ab !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d58f76 !important;
  border-color: #d58f76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c35f3c !important;
  border-color: #c35f3c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c35f3c !important;
  border-color: #c35f3c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d9b7ab !important;
  border-color: #d9b7ab !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c18a76 !important;
  border-color: #c18a76 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c18a76 !important;
  border-color: #c18a76 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a15547 !important;
  border-color: #a15547 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6c3930 !important;
  border-color: #6c3930 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6c3930 !important;
  border-color: #6c3930 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d58f76;
  color: #d58f76;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d58f76;
  border-color: #d58f76;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d58f76 !important;
  border-color: #d58f76 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7f1933;
  color: #7f1933;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d9b7ab;
  color: #d9b7ab;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #d9b7ab;
  border-color: #d9b7ab;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d9b7ab !important;
  border-color: #d9b7ab !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a15547;
  color: #a15547;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a15547;
  border-color: #a15547;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a15547 !important;
  border-color: #a15547 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #d58f76 !important;
}
.text-secondary {
  color: #7f1933 !important;
}
.text-success {
  color: #a15547 !important;
}
.text-info {
  color: #d9b7ab !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #edcfc4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d42a55 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c98f85 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f9f3f1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d9b7ab;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d58f76;
  border-color: #d58f76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d58f76;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1a097;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
blockquote {
  border-color: #d58f76;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d58f76;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d58f76;
  border-bottom-color: #d58f76;
}
.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: #d58f76 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #7f1933 !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='%23d58f76' %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-rVzxo1bQuh {
  height: 0 !important;
}
.cid-rVzxo1bQuh .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #7f1933;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rVzxo1bQuh .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rVzxo1bQuh .nav-item:focus,
.cid-rVzxo1bQuh .nav-link:focus {
  outline: none;
}
.cid-rVzxo1bQuh .text-white:hover,
.cid-rVzxo1bQuh .text-white:active,
.cid-rVzxo1bQuh .text-white:focus {
  color: white!important;
}
.cid-rVzxo1bQuh .navbar {
  max-width: 1100px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1cbc4;
}
.cid-rVzxo1bQuh .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rVzxo1bQuh .navbar.opened {
  transition: all .3s;
  background: #e1cbc4 !important;
}
.cid-rVzxo1bQuh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rVzxo1bQuh .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rVzxo1bQuh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVzxo1bQuh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVzxo1bQuh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVzxo1bQuh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVzxo1bQuh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVzxo1bQuh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rVzxo1bQuh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVzxo1bQuh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVzxo1bQuh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVzxo1bQuh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVzxo1bQuh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVzxo1bQuh .navbar.navbar-short {
  background: #e1cbc4 !important;
  min-height: 60px;
}
.cid-rVzxo1bQuh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVzxo1bQuh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVzxo1bQuh .section {
  position: relative;
  overflow: visible!important;
}
.cid-rVzxo1bQuh .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rVzxo1bQuh .dropdown-item:hover {
  color: black!important;
}
.cid-rVzxo1bQuh .dropdown-menu {
  background-color: white!important;
}
.cid-rVzxo1bQuh .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(170, 33, 68, 0.35);
  display: block;
}
.cid-rVzxo1bQuh .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #7f1933;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rVzxo1bQuh .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rVzxo1bQuh .nav-item {
    position: relative;
  }
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVzxo1bQuh .collapsed {
  flex-direction: row!important;
}
.cid-rVzxo1bQuh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVzxo1bQuh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVzxo1bQuh .navbar-caption {
  font-weight: 600!important;
}
.cid-rVzxo1bQuh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVzxo1bQuh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVzxo1bQuh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVzxo1bQuh .dropdown-item.active,
.cid-rVzxo1bQuh .dropdown-item:active {
  background-color: transparent;
}
.cid-rVzxo1bQuh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVzxo1bQuh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVzxo1bQuh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVzxo1bQuh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1cbc4;
}
.cid-rVzxo1bQuh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVzxo1bQuh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVzxo1bQuh .navbar-buttons {
  text-align: center;
}
.cid-rVzxo1bQuh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVzxo1bQuh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVzxo1bQuh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVzxo1bQuh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVzxo1bQuh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVzxo1bQuh .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVzxo1bQuh .nav-link {
  font-weight: 600!important;
}
.cid-rVzxo1bQuh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVzxo1bQuh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVzxo1bQuh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rVzxo1bQuh .icons-menu span {
  font-size: 26px;
  color: #d58f76;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVzxo1bQuh .navbar {
    height: 77px;
  }
  .cid-rVzxo1bQuh .navbar.opened {
    height: auto;
  }
  .cid-rVzxo1bQuh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT64A8Ic5u {
  background-image: url("../../../assets/images/sfondotestata1.jpg");
}
.cid-rT64A8Ic5u H2 {
  color: #d58f76;
}
.cid-rT64A8Ic5u H1 {
  text-align: center;
  color: #ffffff;
}
.cid-rVq0zoeAjW {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rVq0zoeAjW H3 {
  color: #7f1933;
}
.cid-rVq0zoeAjW H4 {
  color: #d58f76;
}
.cid-rVpQZlQ98R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rVpQZlQ98R .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #e1cbc4;
}
.cid-rVpQZlQ98R img {
  width: 100%;
}
.cid-rVpQZlQ98R p {
  margin-top: 6rem;
}
.cid-rVpQZlQ98R .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rVpQZlQ98R .content-wrapper {
  padding-top: 6rem;
}
.cid-rVpQZlQ98R h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rVpQZlQ98R .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rVpQZlQ98R p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rVpQZlQ98R .back {
    width: 100%;
    height: 75%;
  }
  .cid-rVpQZlQ98R .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rVpQZlQ98R p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rVpQZlQ98R .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rVpQZlQ98R h4 {
    right: 2rem;
  }
}
.cid-rVq3TXDajV {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVq3TXDajV .top-part {
  margin-bottom: 70px;
}
.cid-rVq3TXDajV .top-part .mbr-section-subtitle {
  color: #d58f76;
  font-weight: 800;
}
.cid-rVq3TXDajV .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rVq3TXDajV .top-part .mbr-section-title {
  color: #7f1933;
  font-weight: 700;
}
.cid-rVq3TXDajV .top-part .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-rVq3TXDajV .nav-tabs .nav-item.open .nav-link:focus,
.cid-rVq3TXDajV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rVq3TXDajV .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-rVq3TXDajV .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-rVq3TXDajV .nav-tabs .nav-link.display-7 {
  font-size: 14px !important;
  line-height: 1.5;
}
.cid-rVq3TXDajV .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-rVq3TXDajV .nav-tabs .nav-link {
  color: #65001a;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-rVq3TXDajV .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-rVq3TXDajV .nav-tabs .nav-link.active {
  border-bottom: 2px solid #65001a;
  color: #28303f;
}
.cid-rVq3TXDajV .nav-tabs .nav-link.active span {
  color: #65001a;
}
.cid-rVq3TXDajV .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-rVq3TXDajV .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rVq3TXDajV .mbr-text,
  .cid-rVq3TXDajV .nav-link {
    text-align: left;
  }
  .cid-rVq3TXDajV .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-rVq3TXDajV .mbr-section-title,
  .cid-rVq3TXDajV .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-rVq3TXDajV .tab-content {
  margin-top: 44px;
}
.cid-rVq3TXDajV .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-rVq3TXDajV .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #7f1933;
  font-weight: 700;
}
.cid-rVq3TXDajV .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-rVq3TXDajV .tab-content .tab-pane .mbr-text {
  color: #d9b7ab;
}
.cid-rVq3TXDajV .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-rVq3TXDajV .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-rVq3TXDajV .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rVq3TXDajV .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
  list-style: ✓;
}
.cid-rVq3TXDajV .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #65001a;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-rVq3TXDajV .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #d9b7ab;
}
.cid-rVq3TXDajV .tab-content .tab-pane .mbr-text,
.cid-rVq3TXDajV .mbr-list {
  color: #65001a;
}
.cid-rVq3TXDajV .tab-content .tab-pane .mbr-section-title,
.cid-rVq3TXDajV .mbr-list {
  color: #cc2952;
}
.cid-rVq3TXDajV .tab-content .tab-pane .mbr-list .list {
  color: #cc2952;
}
.cid-thzBhGyGxl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thzBhGyGxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-thzBhGyGxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thzBhGyGxl .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-thzBhGyGxl .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 48px;
}
.cid-thzBhGyGxl .mbr-section-title {
  color: #DDFF55;
  margin-bottom: 0;
}
.cid-thzBhGyGxl .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 0;
  width: 100%;
}
.cid-thzBhGyGxl .mbr-section-btn {
  margin-top: 50px;
}
.cid-rVyiPId31S.popup-builder {
  background-color: #ffffff;
}
.cid-rVyiPId31S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rVyiPId31S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rVyiPId31S .modal-content,
.cid-rVyiPId31S .modal-dialog {
  height: auto;
}
.cid-rVyiPId31S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rVyiPId31S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rVyiPId31S .form-wrapper .mbr-form .form-group,
  .cid-rVyiPId31S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rVyiPId31S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rVyiPId31S .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVyiPId31S .mbr-text {
  text-align: center;
}
.cid-rVyiPId31S .pt-0 {
  padding-top: 0 !important;
}
.cid-rVyiPId31S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rVyiPId31S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rVyiPId31S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rVyiPId31S .modal-open {
  overflow: hidden;
}
.cid-rVyiPId31S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rVyiPId31S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rVyiPId31S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rVyiPId31S .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rVyiPId31S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rVyiPId31S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rVyiPId31S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rVyiPId31S .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rVyiPId31S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rVyiPId31S .modal-backdrop.fade {
  opacity: 0;
}
.cid-rVyiPId31S .modal-backdrop.show {
  opacity: .5;
}
.cid-rVyiPId31S .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rVyiPId31S .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rVyiPId31S .modal-header .close:hover {
  opacity: 1;
}
.cid-rVyiPId31S .modal-header .close:focus {
  outline: none;
}
.cid-rVyiPId31S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #65001a;
}
.cid-rVyiPId31S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rVyiPId31S .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rVyiPId31S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rVyiPId31S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rVyiPId31S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rVyiPId31S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rVyiPId31S .modal-sm {
    max-width: 300px;
  }
  .cid-rVyiPId31S .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rVyiPId31S .modal-lg,
  .cid-rVyiPId31S .modal-xl {
    max-width: 800px;
  }
  .cid-rVyiPId31S .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rVyiPId31S .modal-xl {
    max-width: 1140px;
  }
  .cid-rVyiPId31S .container {
    max-width: 1140px;
  }
}
.cid-rVyiPId31S .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rVyiPId31S .container {
    max-width: 720px;
  }
}
.cid-rVyiPId31S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rVyiPId31S .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rVyiPId31S .form-group {
  margin-bottom: 1rem;
}
.cid-rVyiPId31S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rVyiPId31S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVyiPId31S .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rVBEUe5kub {
  padding-top: 400px;
  padding-bottom: 400px;
  background-image: url("../../../assets/images/fotosfondo1.jpg");
  background-attachment: fixed;
}
.cid-rVBEUe5kub .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-rVBEUe5kub .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rVBEUe5kub .card-img {
  margin-bottom: 1rem;
}
.cid-rVBEUe5kub .card-img span {
  font-size: 60px;
}
.cid-rVwrP7Ovz1 {
  padding-top: 160px;
  padding-bottom: 80px;
  background-color: #000000;
}
.cid-rVwrP7Ovz1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rVwrP7Ovz1 H2 {
  color: #ffcc00;
}
.cid-rVuu6rxB1K {
  background-color: #000000;
}
.cid-rVuu6rxB1K .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rVuu6rxB1K .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rVuu6rxB1K .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVuu6rxB1K .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-rVuu6rxB1K .image-element {
    padding-left: 0;
  }
}
.cid-rVuu6rxB1K .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-rVuu6rxB1K .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-rVuu6rxB1K .brown {
  color: #d58f76;
}
.cid-rVuu6rxB1K .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVuu6rxB1K .paragraphs-wrapper .first-paragraph,
.cid-rVuu6rxB1K .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rVuu6rxB1K .image-element {
    padding-top: 1rem;
  }
  .cid-rVuu6rxB1K .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rVuu6rxB1K .paragraphs-wrapper .first-paragraph,
  .cid-rVuu6rxB1K .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-rVuu6rxB1K .first-paragraph,
  .cid-rVuu6rxB1K .second-paragraph {
    width: 50%;
  }
  .cid-rVuu6rxB1K .first-paragraph {
    padding-right: .5rem;
  }
  .cid-rVuu6rxB1K .second-paragraph {
    padding-left: .5rem;
  }
  .cid-rVuu6rxB1K .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rVuu6rxB1K .mbr-section-title,
  .cid-rVuu6rxB1K .mbr-section-btn {
    text-align: left;
  }
}
.cid-rVuu6rxB1K .mbr-text,
.cid-rVuu6rxB1K .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-s0ch4zdp1f {
  padding-top: 160px;
  padding-bottom: 80px;
  background-color: #000000;
}
.cid-s0ch4zdp1f .mbr-section-subtitle {
  color: #767676;
}
.cid-s0ch4zdp1f H2 {
  color: #ffcc00;
}
.cid-rVwjXp7wqr {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVwjXp7wqr h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVwjXp7wqr .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-rVwjXp7wqr .mbr-section-title {
  letter-spacing: 0.1em;
  color: #7f1933;
}
.cid-rVwjXp7wqr .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #7f1933;
}
.cid-rVwjXp7wqr .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rVwjXp7wqr .panel-group {
  width: 100%;
}
.cid-rVwjXp7wqr .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rVwjXp7wqr .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-rVwjXp7wqr .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #7f1933;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rVwjXp7wqr .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rVwjXp7wqr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rVwjXp7wqr .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-rVwjXp7wqr .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rVwjXp7wqr .card .panel-body {
  background: #ffffff;
}
.cid-rVwjXp7wqr .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVwjXp7wqr .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rVwjXp7wqr .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rVwjXp7wqr .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-thGR81JfuW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thGR81JfuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-thGR81JfuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thGR81JfuW .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-thGR81JfuW .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 48px;
}
.cid-thGR81JfuW .mbr-section-title {
  color: #DDFF55;
  margin-bottom: 0;
}
.cid-thGR81JfuW .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 0;
  width: 100%;
}
.cid-thGR81JfuW .mbr-section-btn {
  margin-top: 50px;
}
.cid-rVyhMwhQft {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rVyhMwhQft .mbr-section-subtitle {
  color: #767676;
}
.cid-rVyhMwhQft H2 {
  color: #7f1933;
}
.cid-rVq1plLkHU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVq1plLkHU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rVq1plLkHU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVq1plLkHU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVq1plLkHU .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rVq1plLkHU .container {
  padding: 0;
}
.cid-rVq1plLkHU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rVq1plLkHU .icon-focus {
  display: none;
}
.cid-rVq1plLkHU .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-rVq1plLkHU .btn[class*=-outline]:hover,
.cid-rVq1plLkHU .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-rVq1plLkHU li:hover .btn-primary-outline,
.cid-rVq1plLkHU li:active .btn-primary-outline,
.cid-rVq1plLkHU li.active .btn-primary-outline {
  color: #d58f76 !important;
}
.cid-rVq1plLkHU li:hover .btn-secondary-outline,
.cid-rVq1plLkHU li:active .btn-secondary-outline,
.cid-rVq1plLkHU li.active .btn-secondary-outline {
  color: #7f1933 !important;
}
.cid-rVq1plLkHU li:hover .btn-info-outline,
.cid-rVq1plLkHU li:active .btn-info-outline,
.cid-rVq1plLkHU li.active .btn-info-outline {
  color: #d9b7ab !important;
}
.cid-rVq1plLkHU li:hover .btn-warning-outline,
.cid-rVq1plLkHU li:active .btn-warning-outline,
.cid-rVq1plLkHU li.active .btn-warning-outline {
  color: #808080 !important;
}
.cid-rVq1plLkHU li:hover .btn-white-outline,
.cid-rVq1plLkHU li:active .btn-white-outline,
.cid-rVq1plLkHU li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-rVq1plLkHU li:hover .btn-black-outline,
.cid-rVq1plLkHU li:active .btn-black-outline,
.cid-rVq1plLkHU li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-rVq1plLkHU li:hover .btn-success-outline,
.cid-rVq1plLkHU li:active .btn-success-outline,
.cid-rVq1plLkHU li.active .btn-success-outline {
  color: #a15547 !important;
}
.cid-rVq1plLkHU li:hover .btn-danger-outline,
.cid-rVq1plLkHU li:active .btn-danger-outline,
.cid-rVq1plLkHU li.active .btn-danger-outline {
  color: #b1a374 !important;
}
.cid-rVq1plLkHU li {
  position: relative;
}
.cid-rVq1plLkHU li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-rVq1plLkHU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rVq1plLkHU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rVq1plLkHU .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rVq1plLkHU .btn {
  font-family: Be Vietnam !important;
}
.cid-rVq1plLkHU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rVq1plLkHU .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-rVq1plLkHU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-rVq1plLkHU .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-rT64DFVSER {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f6f3ee;
}
.cid-rT64DFVSER .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rT64DFVSER input,
.cid-rT64DFVSER textarea,
.cid-rT64DFVSER .jqselect {
  font-weight: 300!important;
}
.cid-rT64DFVSER textarea {
  min-height: 200px!important;
}
.cid-rT64DFVSER .map-col {
  border-radius: 50%;
  overflow: hidden;
  width: 35rem;
  height: 35rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rT64DFVSER .map-col {
    margin-bottom: 4rem;
  }
}
.cid-rT64DFVSER .google-map {
  height: 35rem;
  width: 35rem;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.cid-rT64DFVSER .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rT64DFVSER .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rT64DFVSER .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rT64DFVSER .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rT64DFVSER .map-col,
  .cid-rT64DFVSER .google-map {
    height: 20rem;
    border-radius: 0;
    width: auto;
    padding: 0;
  }
}
.cid-rT64DFVSER .jq-selectbox__select-text {
  color: #d58f76;
}
.cid-rT64DFVSER .jq-selectbox__select {
  padding: 1.2em 1.5em;
}
.cid-rT64DFVSER .jq-selectbox li {
  background-color: #f6f3ee !important;
  padding: 1.2em 1.4em!important;
  color: #d58f76 !important;
  border-top: 1px solid #eceae4;
}
.cid-rT64DFVSER .form-control,
.cid-rT64DFVSER .field-input {
  padding: 2rem 1.5rem;
  min-height: auto;
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rT64DFVSER .form-control::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input::-webkit-input-placeholder,
.cid-rT64DFVSER .form-control::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input::-webkit-input-placeholder {
  color: #d58f76;
}
.cid-rT64DFVSER .form-control:-moz-placeholder,
.cid-rT64DFVSER .field-input:-moz-placeholder,
.cid-rT64DFVSER .form-control:-moz-placeholder,
.cid-rT64DFVSER .field-input:-moz-placeholder {
  color: #d58f76;
}
.cid-rT64DFVSER .form-control:hover,
.cid-rT64DFVSER .field-input:hover,
.cid-rT64DFVSER .form-control:focus,
.cid-rT64DFVSER .field-input:focus {
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rT64DFVSER .form-control:hover::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input:hover::-webkit-input-placeholder,
.cid-rT64DFVSER .form-control:focus::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input:focus::-webkit-input-placeholder,
.cid-rT64DFVSER .form-control:hover::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input:hover::-webkit-input-placeholder,
.cid-rT64DFVSER .form-control:focus::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input:focus::-webkit-input-placeholder {
  color: #d58f76;
}
.cid-rT64DFVSER .form-control:hover:-moz-placeholder,
.cid-rT64DFVSER .field-input:hover:-moz-placeholder,
.cid-rT64DFVSER .form-control:focus:-moz-placeholder,
.cid-rT64DFVSER .field-input:focus:-moz-placeholder,
.cid-rT64DFVSER .form-control:hover:-moz-placeholder,
.cid-rT64DFVSER .field-input:hover:-moz-placeholder,
.cid-rT64DFVSER .form-control:focus:-moz-placeholder,
.cid-rT64DFVSER .field-input:focus:-moz-placeholder {
  color: #d58f76;
}
.cid-rT64DFVSER textarea {
  padding-top: 1rem!important;
}
.cid-rT64DFVSER .jq-number__spin:hover,
.cid-rT64DFVSER .jq-number__spin:focus {
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rT64DFVSER .jq-number__spin {
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rT64DFVSER .jq-selectbox li,
.cid-rT64DFVSER .jq-selectbox li {
  background-color: #eceae4;
  color: #000000;
}
.cid-rT64DFVSER .jq-selectbox li:hover,
.cid-rT64DFVSER .jq-selectbox li.selected {
  background-color: #eceae4;
  color: #000000;
}
.cid-rT64DFVSER .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rT64DFVSER .jq-number__spin.minus:hover:after,
.cid-rT64DFVSER .jq-number__spin.plus:hover:after {
  border-top-color: #eceae4;
  border-bottom-color: #eceae4;
}
.cid-rT64DFVSER .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rT64DFVSER .jq-number__spin.minus:after,
.cid-rT64DFVSER .jq-number__spin.plus:after {
  border-top-color: #eceae4;
  border-bottom-color: #eceae4;
}
.cid-rT64DFVSER .jq-selectbox__trigger-arrow {
  border-top-color: #d58f76 !important;
  border-bottom-color: #d58f76 !important;
}
.cid-rT64DFVSER input::-webkit-clear-button {
  display: none;
}
.cid-rT64DFVSER input::-webkit-inner-spin-button {
  display: none;
}
.cid-rT64DFVSER input::-webkit-outer-spin-button {
  display: none;
}
.cid-rT64DFVSER input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rT64DFVSER H5 {
  color: #200960;
}
.cid-rT64DFVSER H6 {
  color: #d58f76;
}
.cid-rT64DFVSER H4 {
  color: #7f1933;
}
.cid-rT64DFVSER LABEL {
  color: #65001a;
}
.cid-rVpKJEhYpD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/wine-red-grapes2-12.jpg");
}
.cid-rVpKJEhYpD .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rVpKJEhYpD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rVpKJEhYpD .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVpKJEhYpD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rVpKJEhYpD .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-rVpKJEhYpD .text2 {
  color: #000000;
  text-align: left;
}
.cid-rVpKJEhYpD .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rVpKJEhYpD .logo-title {
  text-align: center;
}
.cid-rVpKJEhYpD .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-rVpKJEhYpD .links {
  text-align: center;
  color: #656565;
}
.cid-rVpKJEhYpD .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rVpKJEhYpD .logo-title,
.cid-rVpKJEhYpD .logo {
  color: #ffffff;
}
.cid-rVpKJEhYpD .links,
.cid-rVpKJEhYpD .social-list {
  color: #ffffff;
}
.cid-rVzxo1bQuh {
  height: 0 !important;
}
.cid-rVzxo1bQuh .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #7f1933;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rVzxo1bQuh .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rVzxo1bQuh .nav-item:focus,
.cid-rVzxo1bQuh .nav-link:focus {
  outline: none;
}
.cid-rVzxo1bQuh .text-white:hover,
.cid-rVzxo1bQuh .text-white:active,
.cid-rVzxo1bQuh .text-white:focus {
  color: white!important;
}
.cid-rVzxo1bQuh .navbar {
  max-width: 1100px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1cbc4;
}
.cid-rVzxo1bQuh .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rVzxo1bQuh .navbar.opened {
  transition: all .3s;
  background: #e1cbc4 !important;
}
.cid-rVzxo1bQuh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rVzxo1bQuh .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rVzxo1bQuh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVzxo1bQuh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVzxo1bQuh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVzxo1bQuh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVzxo1bQuh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVzxo1bQuh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rVzxo1bQuh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVzxo1bQuh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVzxo1bQuh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVzxo1bQuh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVzxo1bQuh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVzxo1bQuh .navbar.navbar-short {
  background: #e1cbc4 !important;
  min-height: 60px;
}
.cid-rVzxo1bQuh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVzxo1bQuh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVzxo1bQuh .section {
  position: relative;
  overflow: visible!important;
}
.cid-rVzxo1bQuh .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rVzxo1bQuh .dropdown-item:hover {
  color: black!important;
}
.cid-rVzxo1bQuh .dropdown-menu {
  background-color: white!important;
}
.cid-rVzxo1bQuh .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(170, 33, 68, 0.35);
  display: block;
}
.cid-rVzxo1bQuh .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #7f1933;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rVzxo1bQuh .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rVzxo1bQuh .nav-item {
    position: relative;
  }
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVzxo1bQuh .collapsed {
  flex-direction: row!important;
}
.cid-rVzxo1bQuh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVzxo1bQuh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVzxo1bQuh .navbar-caption {
  font-weight: 600!important;
}
.cid-rVzxo1bQuh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVzxo1bQuh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVzxo1bQuh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVzxo1bQuh .dropdown-item.active,
.cid-rVzxo1bQuh .dropdown-item:active {
  background-color: transparent;
}
.cid-rVzxo1bQuh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVzxo1bQuh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVzxo1bQuh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVzxo1bQuh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1cbc4;
}
.cid-rVzxo1bQuh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVzxo1bQuh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVzxo1bQuh .navbar-buttons {
  text-align: center;
}
.cid-rVzxo1bQuh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVzxo1bQuh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVzxo1bQuh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVzxo1bQuh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVzxo1bQuh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVzxo1bQuh .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVzxo1bQuh .nav-link {
  font-weight: 600!important;
}
.cid-rVzxo1bQuh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVzxo1bQuh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVzxo1bQuh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rVzxo1bQuh .icons-menu span {
  font-size: 26px;
  color: #d58f76;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVzxo1bQuh .navbar {
    height: 77px;
  }
  .cid-rVzxo1bQuh .navbar.opened {
    height: auto;
  }
  .cid-rVzxo1bQuh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWZkYZk4ZS {
  background-image: url("../../../assets/images/sfondovini-1.jpg");
  background-position: 80% 20%;
}
.cid-rWZkYZk4ZS H2 {
  color: #d58f76;
}
.cid-rWZkYZk4ZS .row {
  justify-content: flex-start;
}
.cid-rWZkYZk4ZS H1 {
  color: #ffffff;
  padding-left: 0px;
}
.cid-rWZkYZk4ZS .mbr-text,
.cid-rWZkYZk4ZS .mbr-section-btn {
  color: #999999;
}
@media (min-width: 767px) {
  .cid-rWZkYZk4ZS .container {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rWZkYZk4ZS .mbr-overlay {
    opacity: 0.7!important;
  }
}
.cid-tjXu20I1dR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eceae4;
}
.cid-tjXu20I1dR .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tjXu20I1dR .container {
    max-width: 1130px;
  }
}
.cid-tjXu20I1dR .item-content {
  padding: 0 1rem;
}
.cid-tjXu20I1dR img,
.cid-tjXu20I1dR .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-tjXu20I1dR img,
  .cid-tjXu20I1dR .item-img {
    height: 260px;
  }
}
.cid-tjXu20I1dR .item:focus,
.cid-tjXu20I1dR span:focus {
  outline: none;
}
.cid-tjXu20I1dR .item-wrapper {
  position: relative;
}
.cid-tjXu20I1dR .slide-content {
  position: relative;
  border-radius: 4px;
  background: #eceae4;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tjXu20I1dR .mbr-text {
  text-align: center;
}
.cid-tjXu20I1dR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-tjXu20I1dR .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tjXu20I1dR .embla__button--next,
.cid-tjXu20I1dR .embla__button--prev {
  display: flex;
}
.cid-tjXu20I1dR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #65001a;
  background-color: #eceae4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tjXu20I1dR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tjXu20I1dR .embla__button:hover {
  background-color: #65001a;
  color: #eceae4;
}
.cid-tjXu20I1dR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjXu20I1dR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjXu20I1dR .embla__button {
    top: auto;
  }
}
.cid-tjXu20I1dR .embla {
  position: relative;
  width: 100%;
}
.cid-tjXu20I1dR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tjXu20I1dR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tjXu20I1dR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tjXu20I1dR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tin9cBe1pH {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #eceae4;
}
.cid-tin9cBe1pH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tin9cBe1pH P {
  text-align: center;
  color: #65001a;
}
.cid-tin9cBe1pH H5 {
  text-align: center;
  color: #65001a;
}
.cid-rWZq1vE74o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/wine-red-grapes2-12.jpg");
}
.cid-rWZq1vE74o .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rWZq1vE74o .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rWZq1vE74o .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWZq1vE74o .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rWZq1vE74o .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-rWZq1vE74o .text2 {
  color: #000000;
  text-align: left;
}
.cid-rWZq1vE74o .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rWZq1vE74o .logo-title {
  text-align: center;
}
.cid-rWZq1vE74o .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-rWZq1vE74o .links {
  text-align: center;
  color: #656565;
}
.cid-rWZq1vE74o .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rWZq1vE74o .logo-title,
.cid-rWZq1vE74o .logo {
  color: #ffffff;
}
.cid-rWZq1vE74o .links,
.cid-rWZq1vE74o .social-list {
  color: #ffffff;
}
.cid-rVzxo1bQuh {
  height: 0 !important;
}
.cid-rVzxo1bQuh .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #7f1933;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rVzxo1bQuh .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rVzxo1bQuh .nav-item:focus,
.cid-rVzxo1bQuh .nav-link:focus {
  outline: none;
}
.cid-rVzxo1bQuh .text-white:hover,
.cid-rVzxo1bQuh .text-white:active,
.cid-rVzxo1bQuh .text-white:focus {
  color: white!important;
}
.cid-rVzxo1bQuh .navbar {
  max-width: 1100px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1cbc4;
}
.cid-rVzxo1bQuh .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rVzxo1bQuh .navbar.opened {
  transition: all .3s;
  background: #e1cbc4 !important;
}
.cid-rVzxo1bQuh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rVzxo1bQuh .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rVzxo1bQuh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVzxo1bQuh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVzxo1bQuh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVzxo1bQuh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVzxo1bQuh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVzxo1bQuh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVzxo1bQuh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rVzxo1bQuh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVzxo1bQuh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVzxo1bQuh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVzxo1bQuh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVzxo1bQuh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVzxo1bQuh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVzxo1bQuh .navbar.navbar-short {
  background: #e1cbc4 !important;
  min-height: 60px;
}
.cid-rVzxo1bQuh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVzxo1bQuh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVzxo1bQuh .section {
  position: relative;
  overflow: visible!important;
}
.cid-rVzxo1bQuh .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rVzxo1bQuh .dropdown-item:hover {
  color: black!important;
}
.cid-rVzxo1bQuh .dropdown-menu {
  background-color: white!important;
}
.cid-rVzxo1bQuh .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(170, 33, 68, 0.35);
  display: block;
}
.cid-rVzxo1bQuh .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #7f1933;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rVzxo1bQuh .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rVzxo1bQuh .nav-item {
    position: relative;
  }
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVzxo1bQuh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVzxo1bQuh .collapsed {
  flex-direction: row!important;
}
.cid-rVzxo1bQuh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVzxo1bQuh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVzxo1bQuh .navbar-caption {
  font-weight: 600!important;
}
.cid-rVzxo1bQuh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVzxo1bQuh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVzxo1bQuh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVzxo1bQuh .dropdown-item.active,
.cid-rVzxo1bQuh .dropdown-item:active {
  background-color: transparent;
}
.cid-rVzxo1bQuh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVzxo1bQuh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVzxo1bQuh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVzxo1bQuh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1cbc4;
}
.cid-rVzxo1bQuh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVzxo1bQuh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVzxo1bQuh .navbar-buttons {
  text-align: center;
}
.cid-rVzxo1bQuh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVzxo1bQuh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVzxo1bQuh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVzxo1bQuh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVzxo1bQuh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVzxo1bQuh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVzxo1bQuh .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVzxo1bQuh .nav-link {
  font-weight: 600!important;
}
.cid-rVzxo1bQuh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVzxo1bQuh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVzxo1bQuh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rVzxo1bQuh .icons-menu span {
  font-size: 26px;
  color: #d58f76;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVzxo1bQuh .navbar {
    height: 77px;
  }
  .cid-rVzxo1bQuh .navbar.opened {
    height: auto;
  }
  .cid-rVzxo1bQuh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWPk1cbEYV.popup-builder {
  background-color: #ffffff;
}
.cid-rWPk1cbEYV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWPk1cbEYV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWPk1cbEYV .modal-content,
.cid-rWPk1cbEYV .modal-dialog {
  height: auto;
}
.cid-rWPk1cbEYV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWPk1cbEYV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWPk1cbEYV .form-wrapper .mbr-form .form-group,
  .cid-rWPk1cbEYV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWPk1cbEYV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWPk1cbEYV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWPk1cbEYV .mbr-text {
  text-align: center;
}
.cid-rWPk1cbEYV .pt-0 {
  padding-top: 0 !important;
}
.cid-rWPk1cbEYV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWPk1cbEYV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWPk1cbEYV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWPk1cbEYV .modal-open {
  overflow: hidden;
}
.cid-rWPk1cbEYV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWPk1cbEYV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWPk1cbEYV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWPk1cbEYV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rWPk1cbEYV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWPk1cbEYV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWPk1cbEYV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWPk1cbEYV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rWPk1cbEYV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWPk1cbEYV .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWPk1cbEYV .modal-backdrop.show {
  opacity: .5;
}
.cid-rWPk1cbEYV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWPk1cbEYV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWPk1cbEYV .modal-header .close:hover {
  opacity: 1;
}
.cid-rWPk1cbEYV .modal-header .close:focus {
  outline: none;
}
.cid-rWPk1cbEYV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWPk1cbEYV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWPk1cbEYV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWPk1cbEYV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWPk1cbEYV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWPk1cbEYV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWPk1cbEYV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWPk1cbEYV .modal-sm {
    max-width: 300px;
  }
  .cid-rWPk1cbEYV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWPk1cbEYV .modal-lg,
  .cid-rWPk1cbEYV .modal-xl {
    max-width: 800px;
  }
  .cid-rWPk1cbEYV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWPk1cbEYV .modal-xl {
    max-width: 1140px;
  }
  .cid-rWPk1cbEYV .container {
    max-width: 1140px;
  }
}
.cid-rWPk1cbEYV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWPk1cbEYV .container {
    max-width: 720px;
  }
}
.cid-rWPk1cbEYV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWPk1cbEYV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rWPk1cbEYV .form-group {
  margin-bottom: 1rem;
}
.cid-rWPk1cbEYV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWPk1cbEYV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWPk1cbEYV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-timO8UpsjO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
.cid-timO8UpsjO .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-timO8UpsjO .container {
    max-width: 1130px;
  }
  .cid-timO8UpsjO .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-timO8UpsjO .item-content {
  padding: 0 1rem;
}
.cid-timO8UpsjO img,
.cid-timO8UpsjO .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-timO8UpsjO img,
  .cid-timO8UpsjO .item-img {
    height: 260px;
  }
}
.cid-timO8UpsjO .item:focus,
.cid-timO8UpsjO span:focus {
  outline: none;
}
.cid-timO8UpsjO .item-wrapper {
  position: relative;
}
.cid-timO8UpsjO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1cbc4;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-timO8UpsjO .mbr-text {
  text-align: center;
}
.cid-timO8UpsjO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-timO8UpsjO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-timO8UpsjO .embla__button--next,
.cid-timO8UpsjO .embla__button--prev {
  display: flex;
}
.cid-timO8UpsjO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #65001a;
  background-color: #e1cbc4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-timO8UpsjO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-timO8UpsjO .embla__button:hover {
  background-color: #e1cbc4;
  color: #65001a;
}
.cid-timO8UpsjO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-timO8UpsjO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-timO8UpsjO .embla__button {
    top: auto;
  }
}
.cid-timO8UpsjO .embla {
  position: relative;
  width: 100%;
}
.cid-timO8UpsjO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-timO8UpsjO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-timO8UpsjO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-timO8UpsjO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
#custom-html-2j {
  padding-top: 100px ;
  padding-bottom: 100px ;
}
