.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.site-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f8f0e9;
}
body {
  font-family: Georgia, 'Times New Roman', serif;
}
.display-1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 5rem;
  line-height: 1.15;
}
.display-1 > .site-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 4rem;
  line-height: 1.15;
}
.display-2 > .site-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .site-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .site-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .site-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #606c38 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #606c38 !important;
  border-color: #606c38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7e8e49 !important;
  border-color: #7e8e49 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7e8e49 !important;
  border-color: #7e8e49 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dda15e !important;
  border-color: #dda15e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e6ba88 !important;
  border-color: #e6ba88 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e6ba88 !important;
  border-color: #e6ba88 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #606c38;
  color: #606c38;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2d331a !important;
  background-color: transparent !important;
  border-color: #2d331a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #606c38 !important;
  border-color: #606c38 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #dda15e;
  color: #dda15e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc7628 !important;
  background-color: transparent !important;
  border-color: #bc7628 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dda15e !important;
  border-color: #dda15e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #606c38 !important;
}
.text-secondary {
  color: #dda15e !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #242915 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b06e25 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #606c38;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.site-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.site-gallery-filter li a {
  border-radius: 100px !important;
}
.site-gallery-filter li.active .btn {
  background-color: #606c38;
  border-color: #606c38;
  color: #ffffff;
}
.site-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #606c38;
}
.site-plan-header.bg-primary .site-plan-subtitle,
.site-plan-header.bg-primary .site-plan-price-desc {
  color: #a4b46f;
}
.site-plan-header.bg-success .site-plan-subtitle,
.site-plan-header.bg-success .site-plan-price-desc {
  color: #68e3aa;
}
.site-plan-header.bg-info .site-plan-subtitle,
.site-plan-header.bg-info .site-plan-price-desc {
  color: #55dbf6;
}
.site-plan-header.bg-warning .site-plan-subtitle,
.site-plan-header.bg-warning .site-plan-price-desc {
  color: #ffe599;
}
.site-plan-header.bg-danger .site-plan-subtitle,
.site-plan-header.bg-danger .site-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .site-iconfont {
  font-size: 1.625rem;
}
.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: #606c38 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .site-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #606c38;
}
/* Forms */
.site-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.site-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.site-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.site-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: #606c38;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #606c38;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #606c38;
  border-bottom-color: #606c38;
}
.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: #ffffff !important;
  background-color: #606c38 !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: #dda15e !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='%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;
}
.site-section-btn .btn,
.site-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 24px;
  border-radius: 4px !important;
  font-weight: 400 !important;
}
.site-section-btn .btn:hover,
.site-section-btn-main .btn:hover,
.site-section-btn .btn:focus,
.site-section-btn-main .btn:focus {
  box-shadow: none;
  transform: scale(1.1);
}
.site-section-btn .btn:hover .site-iconfont,
.site-section-btn-main .btn:hover .site-iconfont,
.site-section-btn .btn:focus .site-iconfont,
.site-section-btn-main .btn:focus .site-iconfont {
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
.site-section-btn .btn .site-iconfont,
.site-section-btn-main .btn .site-iconfont {
  transform: rotate(-45deg);
}
img {
  border-radius: .5rem !important;
}
.cid-vpTlE262TA {
  background-color: transparent;
}
.cid-vpTlE262TA .navbar-dropdown {
  background-color: #1f0d00 !important;
  padding: 0;
}
.cid-vpTlE262TA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1f0d00 !important;
  background: #1f0d00;
}
.cid-vpTlE262TA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpTlE262TA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vpTlE262TA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vpTlE262TA .menu_box .navbar.opened,
  .cid-vpTlE262TA .menu_box .navbar-collapse {
    background-color: #1f0d00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vpTlE262TA .navbar-dropdown {
  position: relative !important;
}
.cid-vpTlE262TA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vpTlE262TA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vpTlE262TA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vpTlE262TA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vpTlE262TA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vpTlE262TA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vpTlE262TA .offcanvas-body .site-text,
  .cid-vpTlE262TA .offcanvas-body .site-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vpTlE262TA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vpTlE262TA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vpTlE262TA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vpTlE262TA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vpTlE262TA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vpTlE262TA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vpTlE262TA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vpTlE262TA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vpTlE262TA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vpTlE262TA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vpTlE262TA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vpTlE262TA li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #ffffff;
  }
  .cid-vpTlE262TA .lg_brand {
    margin: 0 1rem;
  }
  .cid-vpTlE262TA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vpTlE262TA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vpTlE262TA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vpTlE262TA .nav-item {
    margin: 0 !important;
  }
}
.cid-vpTlE262TA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vpTlE262TA .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vpTlE262TA .nav-item .nav-link::before {
  content: '';
  background-color: #e7edd6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vpTlE262TA .nav-item .nav-link:hover,
.cid-vpTlE262TA .nav-item .nav-link:focus {
  color: #e7edd6 !important;
}
.cid-vpTlE262TA .nav-item .nav-link:hover::before,
.cid-vpTlE262TA .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vpTlE262TA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vpTlE262TA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vpTlE262TA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTlE262TA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vpTlE262TA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vpTlE262TA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vpTlE262TA .offcanvas_box {
    display: none;
  }
}
.cid-vpTlE262TA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vpTlE262TA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vpTlE262TA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vpTlE262TA .container {
  display: flex;
  margin: auto;
}
.cid-vpTlE262TA .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vpTlE262TA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vpTlE262TA .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vpTlE262TA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vpTlE262TA .navbar-nav {
    margin: 0;
  }
}
.cid-vpTlE262TA .dropdown-menu,
.cid-vpTlE262TA .navbar.opened {
  background-color: false !important;
}
.cid-vpTlE262TA .nav-item:focus,
.cid-vpTlE262TA .nav-link:focus {
  outline: none;
}
.cid-vpTlE262TA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTlE262TA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTlE262TA .dropdown .dropdown-menu .dropdown-item .site-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTlE262TA .dropdown .dropdown-menu .dropdown-item .site-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTlE262TA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTlE262TA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTlE262TA .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE262TA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vpTlE262TA .navbar.opened {
  transition: all 0.3s;
}
.cid-vpTlE262TA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vpTlE262TA .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vpTlE262TA .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vpTlE262TA .navbar.collapsed {
  justify-content: center;
}
.cid-vpTlE262TA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTlE262TA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpTlE262TA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTlE262TA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTlE262TA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTlE262TA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vpTlE262TA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vpTlE262TA .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vpTlE262TA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vpTlE262TA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTlE262TA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTlE262TA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vpTlE262TA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTlE262TA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vpTlE262TA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpTlE262TA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vpTlE262TA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vpTlE262TA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vpTlE262TA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vpTlE262TA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTlE262TA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vpTlE262TA .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpTlE262TA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpTlE262TA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpTlE262TA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTlE262TA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vpTlE262TA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTlE262TA .dropdown-item.active,
.cid-vpTlE262TA .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTlE262TA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vpTlE262TA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTlE262TA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTlE262TA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpTlE262TA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vpTlE262TA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpTlE262TA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1f0d00;
  background: #1f0d00;
}
.cid-vpTlE262TA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vpTlE262TA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTlE262TA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTlE262TA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTlE262TA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTlE262TA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTlE262TA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTlE262TA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTlE262TA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTlE262TA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vpTlE262TA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTlE262TA .navbar {
    height: 70px;
  }
  .cid-vpTlE262TA .navbar.opened {
    height: auto;
  }
  .cid-vpTlE262TA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTlE262TA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vpTlE262TA .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vpTlE262TA .site-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
  text-wrap: nowrap;
}
.cid-vpTlE262TA .navbar-caption:hover {
  color: #e7edd6;
}
@media (min-width: 992px) {
  .cid-vpTlE262TA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vpTlE262TA .text_widget {
  margin-bottom: 32px;
}
.cid-vpTlE262TA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vpTlE262TA .text_widget a:hover,
.cid-vpTlE262TA .text_widget a:focus {
  opacity: 0.6;
}
.cid-vpTlE262TA .site-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vpTlE262TA .navbar-caption {
  color: #FFFFFF;
}
.cid-vpTlE262TA .site-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vpTlE262TA .site-section-subtitle,
.cid-vpTlE262TA .text_widget,
.cid-vpTlE262TA .site-section-btn {
  text-align: center;
}
.cid-vpTlE262TA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vpTlE262TA .nav-link,
.cid-vpTlE262TA .dropdown-item {
  color: #FFFFFF;
}
.cid-vpTlE274vP {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE274vP .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE274vP .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE274vP .container {
    padding: 0 24px;
  }
}
.cid-vpTlE274vP .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE274vP .content-wrapper {
    padding: 24px;
  }
}
.cid-vpTlE274vP .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
.cid-vpTlE274vP .content-wrapper .site-text {
  margin-bottom: 0;
}
.cid-vpTlE274vP .content-wrapper .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE274vP .content-wrapper .site-section-btn {
    margin-top: 24px;
  }
}
.cid-vpTlE274vP .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE274vP .site-text {
  color: #FFFFFF;
}
.cid-vpTlE274vP .site-section-title,
.cid-vpTlE274vP .site-section-btn {
  color: #FFFFFF;
}
.cid-vpTlE28n13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE28n13 .site-overlay {
  background: #1f0d00;
  opacity: 0.4;
}
.cid-vpTlE28n13 .item:focus,
.cid-vpTlE28n13 span:focus {
  outline: none;
}
.cid-vpTlE28n13 .item-wrapper {
  position: relative;
}
.cid-vpTlE28n13 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE28n13 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE28n13 .container {
    padding: 0 24px;
  }
}
.cid-vpTlE28n13 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  border-right: 1px solid #ffffff;
  padding: 0 32px;
}
.cid-vpTlE28n13 .embla__slide:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .cid-vpTlE28n13 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border: none;
    padding: 0 24px;
  }
}
.cid-vpTlE28n13 .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-vpTlE28n13 .embla__slide .slide-content:hover .item-wrapper .item-img,
.cid-vpTlE28n13 .embla__slide .slide-content:focus .item-wrapper .item-img {
  min-height: 620px;
}
@media (max-width: 767px) {
  .cid-vpTlE28n13 .embla__slide .slide-content:hover .item-wrapper .item-img,
  .cid-vpTlE28n13 .embla__slide .slide-content:focus .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-vpTlE28n13 .embla__slide .slide-content:hover .item-wrapper .item-content .item-text,
.cid-vpTlE28n13 .embla__slide .slide-content:focus .item-wrapper .item-content .item-text {
  transform: translateY(0);
  height: auto;
  opacity: 1;
}
.cid-vpTlE28n13 .embla__slide .slide-content:hover .btn-wrap,
.cid-vpTlE28n13 .embla__slide .slide-content:focus .btn-wrap {
  margin-top: 0;
}
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 650px;
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-img {
    min-height: 400px;
    margin-bottom: 24px;
  }
}
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-img img {
  transform: scale(1.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-img .list-wrapper {
  display: block;
}
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 12px;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap {
  background-color: #f8f0e9;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 8px;
  width: fit-content;
}
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  padding-top: 32px;
}
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-content .site-date {
  margin-bottom: 0;
}
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-content .title-wrap {
  display: block;
}
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-content .title-wrap:hover .item-title,
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-content .title-wrap:focus .item-title {
  color: #e7edd6;
}
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-vpTlE28n13 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  opacity: 0;
}
.cid-vpTlE28n13 .embla__slide .slide-content .btn-wrap {
  margin-top: -3rem;
  transition: all 0.3s ease-in-out;
}
.cid-vpTlE28n13 .embla__slide .slide-content .btn-wrap .site-section-btn {
  margin-top: 24px;
  z-index: 1;
}
.cid-vpTlE28n13 .embla__slide .slide-content .btn-wrap .site-number {
  margin: 16px 0 0 0;
}
.cid-vpTlE28n13 .embla__button--next,
.cid-vpTlE28n13 .embla__button--prev {
  display: flex;
}
.cid-vpTlE28n13 .embla__button {
  bottom: 1rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #dda15e !important;
  color: #20ac6b;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vpTlE28n13 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpTlE28n13 .embla__button:hover {
  opacity: 0.85 !important;
  color: #606c38 !important;
}
.cid-vpTlE28n13 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-vpTlE28n13 .embla__button.embla__button--next {
  right: 32px;
}
.cid-vpTlE28n13 .embla {
  position: relative;
  width: 100%;
  padding: 32px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-vpTlE28n13 .embla {
    padding: 24px 0;
  }
}
.cid-vpTlE28n13 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vpTlE28n13 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpTlE28n13 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpTlE28n13 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpTlE28n13 .list {
  color: #000000;
}
.cid-vpTlE28n13 .site-date {
  color: #FFFFFF;
}
.cid-vpTlE28n13 .item-title {
  color: #F9F6E0;
}
.cid-vpTlE28n13 .item-text {
  color: #FFFFFF;
}
.cid-vpTlE28n13 .site-number {
  color: #E7EDD6;
}
.cid-vpTlE28n13 .list,
.cid-vpTlE28n13 .item-wrap,
.cid-vpTlE28n13 .list-wrapper {
  color: #000000;
}
.cid-vpTlE28n13 .item-title,
.cid-vpTlE28n13 .site-section-btn {
  color: #FFFFFF;
}
.cid-vpTlE29j5o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE29j5o .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE29j5o .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE29j5o .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vpTlE29j5o .row {
    margin: 0;
  }
}
.cid-vpTlE29j5o .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vpTlE29j5o .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vpTlE29j5o .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE29j5o .content-wrapper {
    padding: 24px;
  }
}
.cid-vpTlE29j5o .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vpTlE29j5o .content-wrapper .site-section-title {
    text-align: left;
  }
}
.cid-vpTlE29j5o .content-wrapper .site-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE29j5o .content-wrapper .site-text {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-vpTlE29j5o .content-wrapper .nav.nav-tabs {
  position: relative;
  display: block;
  border: none;
}
.cid-vpTlE29j5o .content-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  z-index: 1;
}
.cid-vpTlE29j5o .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  margin-bottom: 32px;
  border: 1px solid #ffffff;
  border-radius: 0.375rem !important;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vpTlE29j5o .content-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 24px;
  }
}
.cid-vpTlE29j5o .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #e7edd6;
  background-color: #e7edd6;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vpTlE29j5o .content-wrapper .site-section-btn {
    text-align: left;
  }
}
.cid-vpTlE29j5o .tab-content {
  height: 100%;
}
.cid-vpTlE29j5o .tab-content .tab-pane {
  height: 100%;
}
.cid-vpTlE29j5o .tab-content .tab-pane .items {
  height: 100%;
}
.cid-vpTlE29j5o .tab-content .tab-pane .items .item {
  padding: 32px;
  border-left: 1px solid #ffffff;
  border-right: none;
  border-top: none;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vpTlE29j5o .tab-content .tab-pane .items .item {
    padding: 24px;
    border-top: 1px solid #ffffff !important;
    border-left: 1px solid #ffffff !important;
    border-right: none !important;
  }
}
.cid-vpTlE29j5o .tab-content .tab-pane .items .item .item-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.cid-vpTlE29j5o .tab-content .tab-pane .items .item .item-wrapper .item-content {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE29j5o .tab-content .tab-pane .items .item .item-wrapper .item-content {
    margin-bottom: 24px;
  }
}
.cid-vpTlE29j5o .tab-content .tab-pane .items .item .item-wrapper .item-img {
  margin-bottom: 0;
}
.cid-vpTlE29j5o .tab-content .tab-pane .items .item-wrapper .item-img {
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE29j5o .tab-content .tab-pane .items .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vpTlE29j5o .tab-content .tab-pane .items .item-wrapper .item-img:hover img,
.cid-vpTlE29j5o .tab-content .tab-pane .items .item-wrapper .item-img:focus img {
  transform: scale(0.95);
}
.cid-vpTlE29j5o .tab-content .tab-pane .items .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vpTlE29j5o .tab-content .tab-pane .items .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vpTlE29j5o .tab-content .tab-pane .items .item-wrapper .item-content a {
  display: block;
}
.cid-vpTlE29j5o .tab-content .tab-pane .items .item-wrapper .item-content a:hover .card-title,
.cid-vpTlE29j5o .tab-content .tab-pane .items .item-wrapper .item-content a:focus .card-title {
  color: #e7edd6;
}
.cid-vpTlE29j5o .tab-content .tab-pane .items .item-wrapper .item-content a .card-title {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vpTlE29j5o .tab-content .tab-pane .items .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-vpTlE29j5o .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE29j5o .site-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-vpTlE29j5o .card-title {
  color: #FFFFFF;
}
.cid-vpTlE29j5o .card-text {
  color: #FFFFFF;
}
.cid-vpTlE29j5o .site-section-title,
.cid-vpTlE29j5o .site-section-btn,
.cid-vpTlE29j5o .nav-item {
  text-align: right;
  color: #FFFFFF;
}
.cid-vpTlE2aY6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2aY6x .site-overlay {
  background: #1f0d00;
  opacity: 0.4;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2aY6x .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2aY6x .card {
  justify-content: center;
}
.cid-vpTlE2aY6x .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2aY6x .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vpTlE2aY6x .title-wrapper .site-section-title {
  margin-bottom: 16px;
}
.cid-vpTlE2aY6x .title-wrapper .site-desc {
  margin-bottom: 0;
}
.cid-vpTlE2aY6x .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2aY6x .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-vpTlE2aY6x .text-wrapper .site-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-vpTlE2aY6x .text-wrapper .site-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vpTlE2aY6x .text-wrapper .site-text:last-child {
    margin-bottom: 0;
  }
}
.cid-vpTlE2aY6x .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2aY6x .site-desc {
  color: #FFFFFF;
}
.cid-vpTlE2aY6x .site-text {
  color: #FFFFFF;
}
.cid-vpTlE2aY6x .site-section-btn {
  text-align: right;
}
.cid-vpTlE2aY6x .site-section-title,
.cid-vpTlE2aY6x .site-section-btn {
  color: #FFFFFF;
}
.cid-vpTlE2axGg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2axGg .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2axGg .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2axGg .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2axGg .row {
  justify-content: center;
  border-top: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-vpTlE2axGg .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vpTlE2axGg .row {
    border: none;
  }
}
.cid-vpTlE2axGg .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vpTlE2axGg .row .item {
    padding: 0 16px;
  }
}
.cid-vpTlE2axGg .item-wrapper {
  height: 100%;
}
.cid-vpTlE2axGg .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vpTlE2axGg .item-wrapper .card-box {
    display: block;
  }
}
.cid-vpTlE2axGg .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vpTlE2axGg .subtitle-wrap {
    display: block;
  }
}
.cid-vpTlE2axGg .subtitle-wrap .site-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2axGg .subtitle-wrap .site-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #ffffff;
    text-align: left;
  }
}
.cid-vpTlE2axGg .content-wrapper {
  padding: 32px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2axGg .content-wrapper {
    padding: 24px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.cid-vpTlE2axGg .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
.cid-vpTlE2axGg .content-wrapper .site-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2axGg .content-wrapper .site-text {
    text-align: left;
  }
}
.cid-vpTlE2axGg .content-wrapper .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2axGg .content-wrapper .site-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vpTlE2axGg .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2axGg .site-section-subtitle {
  color: #E7EDD6;
  text-align: center;
}
.cid-vpTlE2axGg .site-text {
  color: #FFFFFF;
}
.cid-vpTlE2axGg .site-section-title,
.cid-vpTlE2axGg .site-section-btn {
  color: #FFFFFF;
}
.cid-vpTlE2bhae {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2bhae .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2bhae .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2bhae .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vpTlE2bhae .row {
    border: none;
  }
}
.cid-vpTlE2bhae .content-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2bhae .content-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vpTlE2bhae .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vpTlE2bhae .content-wrapper .site-section-title {
    text-align: left;
  }
}
.cid-vpTlE2bhae .content-wrapper .site-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2bhae .content-wrapper .site-text {
    text-align: left;
  }
}
.cid-vpTlE2bhae .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-vpTlE2bhae .panel-group {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vpTlE2bhae .panel-group {
    display: block;
  }
}
.cid-vpTlE2bhae .panel-group .card {
  padding: 32px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-radius: 0 !important;
  justify-content: center;
  min-height: 300px;
}
.cid-vpTlE2bhae .panel-group .card:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vpTlE2bhae .panel-group .card {
    padding: 24px;
    border-right: 1px solid #ffffff !important;
  }
  .cid-vpTlE2bhae .panel-group .card:nth-child(2n) {
    border-right: none !important;
  }
}
@media (max-width: 768px) {
  .cid-vpTlE2bhae .panel-group .card {
    min-height: 200px;
    border-right: none !important;
  }
}
.cid-vpTlE2bhae .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-vpTlE2bhae .panel-group .card .card-header .panel-title {
  display: block;
}
.cid-vpTlE2bhae .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #e7edd6;
}
.cid-vpTlE2bhae .panel-group .card .card-header .panel-title:hover .panel-title-edit {
  color: #e7edd6;
}
.cid-vpTlE2bhae .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.cid-vpTlE2bhae .panel-group .card .panel-collapse .panel-body {
  padding-top: 8px;
}
.cid-vpTlE2bhae .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vpTlE2bhae .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2bhae .site-text {
  color: #FFFFFF;
}
.cid-vpTlE2bhae .panel-title-edit {
  color: #F9F6E0;
}
.cid-vpTlE2bhae .panel-text {
  color: #FFFFFF;
}
.cid-vpTlE2bhae .site-section-title,
.cid-vpTlE2bhae .site-section-btn {
  color: #FFFFFF;
}
.cid-vpTlE2bhae .panel-title-edit,
.cid-vpTlE2bhae .panel-title {
  color: #FFFFFF;
}
.cid-vpTlE2bwNC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2bwNC .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2bwNC .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2bwNC .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2bwNC .content-wrapper {
  padding: 0 32px 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2bwNC .content-wrapper {
    padding: 0 24px 24px;
    margin-bottom: 24px;
  }
}
.cid-vpTlE2bwNC .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
.cid-vpTlE2bwNC .content-wrapper .site-text {
  margin-bottom: 0;
}
.cid-vpTlE2bwNC .row {
  justify-content: center;
}
.cid-vpTlE2bwNC .items {
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2bwNC .items {
    padding: 0 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vpTlE2bwNC .item {
    margin-bottom: 24px;
  }
}
.cid-vpTlE2bwNC .item:hover .item-wrapper .item-img img,
.cid-vpTlE2bwNC .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vpTlE2bwNC .item:hover .item-wrapper .item-img .item-content,
.cid-vpTlE2bwNC .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-vpTlE2bwNC .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vpTlE2bwNC .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vpTlE2bwNC .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vpTlE2bwNC .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vpTlE2bwNC .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vpTlE2bwNC .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-vpTlE2bwNC .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #1f0d00;
}
.cid-vpTlE2bwNC .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-vpTlE2bwNC .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-vpTlE2bwNC .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #e7edd6;
}
.cid-vpTlE2bwNC .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vpTlE2bwNC .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-vpTlE2bwNC .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vpTlE2bwNC .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2bwNC .site-text {
  color: #FFFFFF;
}
.cid-vpTlE2bwNC .card-name {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpTlE2bwNC .card-subtitle {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpTlE2bwNC .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpTlE2bwNC .site-section-title,
.cid-vpTlE2bwNC .site-section-btn {
  color: #FFFFFF;
}
.cid-vpTlE2c4dO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2c4dO .site-overlay {
  background: #1f0d00;
  opacity: 0.4;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2c4dO .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2c4dO .card {
  justify-content: center;
}
.cid-vpTlE2c4dO .image-wrapper {
  border-top: 1px solid #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2c4dO .image-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-vpTlE2c4dO .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpTlE2c4dO .image-wrapper img {
    height: 350px;
  }
}
.cid-vpTlE2cv9h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2cv9h .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2cv9h .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2cv9h .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2cv9h .content-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2cv9h .content-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vpTlE2cv9h .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
.cid-vpTlE2cv9h .content-wrapper .site-text {
  margin-bottom: 0;
}
.cid-vpTlE2cv9h .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-vpTlE2cv9h .items {
    display: block;
  }
}
.cid-vpTlE2cv9h .item {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 32px;
}
.cid-vpTlE2cv9h .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vpTlE2cv9h .item {
    padding: 24px;
    border-right: none;
    border-left: 1px solid #ffffff;
  }
}
.cid-vpTlE2cv9h .item:hover .item-wrapper .item-img img,
.cid-vpTlE2cv9h .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vpTlE2cv9h .item:hover .item-wrapper .item-img .item-content,
.cid-vpTlE2cv9h .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-vpTlE2cv9h .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vpTlE2cv9h .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vpTlE2cv9h .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vpTlE2cv9h .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vpTlE2cv9h .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vpTlE2cv9h .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-vpTlE2cv9h .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #1f0d00;
}
.cid-vpTlE2cv9h .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-vpTlE2cv9h .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-vpTlE2cv9h .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #e7edd6;
}
.cid-vpTlE2cv9h .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vpTlE2cv9h .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-vpTlE2cv9h .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vpTlE2cv9h .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2cv9h .site-text {
  color: #FFFFFF;
}
.cid-vpTlE2cv9h .card-name {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpTlE2cv9h .card-subtitle {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpTlE2cv9h .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpTlE2cv9h .site-section-title,
.cid-vpTlE2cv9h .site-section-btn {
  color: #FFFFFF;
}
.cid-vpTlE2dT2n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2dT2n .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2dT2n .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2dT2n .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2dT2n .row {
  border-top: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-vpTlE2dT2n .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vpTlE2dT2n .row {
    border: none;
  }
}
.cid-vpTlE2dT2n .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vpTlE2dT2n .row .card {
    padding: 0 16px;
  }
}
.cid-vpTlE2dT2n .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2dT2n .content-wrapper {
    padding: 24px;
  }
}
.cid-vpTlE2dT2n .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vpTlE2dT2n .content-wrapper .site-section-title {
    text-align: left;
  }
}
.cid-vpTlE2dT2n .content-wrapper .site-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2dT2n .content-wrapper .site-text {
    text-align: left;
  }
}
.cid-vpTlE2dT2n .content-wrapper .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2dT2n .content-wrapper .site-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vpTlE2dT2n .panel-group .card {
  padding: 32px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-vpTlE2dT2n .panel-group .card:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .cid-vpTlE2dT2n .panel-group .card:first-child {
    border-top: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-vpTlE2dT2n .panel-group .card {
    padding: 24px;
    border-left: none;
  }
}
.cid-vpTlE2dT2n .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-vpTlE2dT2n .panel-group .card .card-header .panel-title {
  display: block;
}
.cid-vpTlE2dT2n .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  display: inline;
  padding-left: 24px;
  border-left: 1px solid #e7edd6;
}
.cid-vpTlE2dT2n .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.cid-vpTlE2dT2n .panel-group .card .panel-collapse .panel-body {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2dT2n .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-vpTlE2dT2n .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vpTlE2dT2n .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2dT2n .site-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-vpTlE2dT2n .panel-title-edit {
  color: #E0B548;
}
.cid-vpTlE2dT2n .panel-text {
  color: #FFFFFF;
}
.cid-vpTlE2dT2n .site-section-title,
.cid-vpTlE2dT2n .site-section-btn {
  text-align: right;
  color: #FFFFFF;
}
.cid-vpTlE2dT2n .panel-title-edit,
.cid-vpTlE2dT2n .panel-title {
  color: #E7EDD6;
}
.cid-vpTlE2dv13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2dv13 .site-overlay {
  background: #1f0d00;
  opacity: 0.4;
}
.cid-vpTlE2dv13 .item:focus,
.cid-vpTlE2dv13 span:focus {
  outline: none;
}
.cid-vpTlE2dv13 .item-wrapper {
  position: relative;
}
.cid-vpTlE2dv13 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2dv13 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2dv13 .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2dv13 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 465px;
  max-width: 465px;
}
@media (max-width: 767px) {
  .cid-vpTlE2dv13 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vpTlE2dv13 .embla__slide .slide-content {
  width: 100%;
}
.cid-vpTlE2dv13 .embla__slide .slide-content .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 0.5rem !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vpTlE2dv13 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vpTlE2dv13 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #f8f0e9;
}
.cid-vpTlE2dv13 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
}
.cid-vpTlE2dv13 .embla__slide .slide-content .item-wrapper .item-content .rating-wrapper {
  margin-bottom: 8px;
}
.cid-vpTlE2dv13 .embla__slide .slide-content .item-wrapper .item-content .rating-wrapper .list {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vpTlE2dv13 .embla__slide .slide-content .item-wrapper .item-content .rating-wrapper .list .item-wrap {
  margin: 0 8px 0 0;
}
.cid-vpTlE2dv13 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vpTlE2dv13 .embla__slide .slide-content .item-wrapper .item-content .site-name {
  margin-bottom: 8px;
}
.cid-vpTlE2dv13 .embla__slide .slide-content .item-wrapper .item-content .site-text {
  margin-bottom: 0;
}
.cid-vpTlE2dv13 .embla__slide .slide-content .item-wrapper .item-content .site-number {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2dv13 .embla__slide .slide-content .item-wrapper .item-content .site-number {
    margin: 24px 0 0 0;
  }
}
.cid-vpTlE2dv13 .embla__button--next,
.cid-vpTlE2dv13 .embla__button--prev {
  display: flex;
}
.cid-vpTlE2dv13 .embla__button {
  bottom: 1rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #dda15e !important;
  color: #20ac6b;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vpTlE2dv13 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpTlE2dv13 .embla__button:hover {
  opacity: 0.85 !important;
  color: #606c38 !important;
}
.cid-vpTlE2dv13 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-vpTlE2dv13 .embla__button.embla__button--next {
  right: 32px;
}
.cid-vpTlE2dv13 .embla {
  position: relative;
  width: 100%;
  padding: 32px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-vpTlE2dv13 .embla {
    padding: 24px 0;
  }
}
.cid-vpTlE2dv13 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vpTlE2dv13 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpTlE2dv13 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpTlE2dv13 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpTlE2dv13 .list {
  color: #8AA29E;
}
.cid-vpTlE2dv13 .item-title {
  color: #F9F6E0;
}
.cid-vpTlE2dv13 .site-name {
  color: #E7EDD6;
}
.cid-vpTlE2dv13 .item-text {
  color: #FFFFFF;
}
.cid-vpTlE2dv13 .site-number {
  color: #E0B548;
}
.cid-vpTlE2dv13 .list,
.cid-vpTlE2dv13 .item-wrap {
  color: #E7EDD6;
}
.cid-vpTlE2dv13 .item-title,
.cid-vpTlE2dv13 .rating-wrapper {
  color: #FFFFFF;
}
.cid-vpTlE2exI7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2exI7 .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2exI7 .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2exI7 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vpTlE2exI7 .row {
    margin: 0;
  }
}
.cid-vpTlE2exI7 .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vpTlE2exI7 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vpTlE2exI7 .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2exI7 .image-wrapper {
    padding: 24px;
  }
}
.cid-vpTlE2exI7 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-vpTlE2exI7 .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2exI7 .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vpTlE2exI7 .image-wrapper img {
    height: 350px;
  }
}
.cid-vpTlE2exI7 .main-image-wrapper {
  border-left: 1px solid #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2exI7 .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #ffffff;
  }
}
.cid-vpTlE2exI7 .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpTlE2exI7 .main-image-wrapper img {
    height: 400px;
  }
}
.cid-vpTlE2grfz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2grfz .site-overlay {
  background: #f8f0e9;
  opacity: 0.2;
}
.cid-vpTlE2grfz .item:focus,
.cid-vpTlE2grfz span:focus {
  outline: none;
}
.cid-vpTlE2grfz .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpTlE2grfz .item {
  color: #e7edd6;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vpTlE2grfz .item {
    min-height: 45px;
  }
}
.cid-vpTlE2hSGM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2hSGM .site-overlay {
  background: #1f0d00;
  opacity: 0.4;
}
.cid-vpTlE2hSGM .item:focus,
.cid-vpTlE2hSGM span:focus {
  outline: none;
}
.cid-vpTlE2hSGM .item {
  cursor: pointer;
}
.cid-vpTlE2hSGM .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vpTlE2hSGM .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vpTlE2hSGM .grid-container-1,
.cid-vpTlE2hSGM .grid-container-2,
.cid-vpTlE2hSGM .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vpTlE2hSGM .grid-container-1,
  .cid-vpTlE2hSGM .grid-container-2,
  .cid-vpTlE2hSGM .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vpTlE2hSGM .site-section-title {
  margin-bottom: 32px;
  color: #F9F6E0;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpTlE2hSGM .site-section-title {
    margin-bottom: 24px;
  }
}
.cid-vpTlE2hSGM .content-head {
  max-width: 800px;
}
.cid-vpTlE2hSGM .container,
.cid-vpTlE2hSGM .container-fluid {
  overflow: hidden;
}
.cid-vpTlE2hSGM .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vpTlE2hSGM .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem !important;
  position: relative;
  overflow: hidden;
  min-width: 30vw;
  max-width: 100%;
}
.cid-vpTlE2hSGM .grid-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vpTlE2hSGM .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vpTlE2hSGM .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-vpTlE2hSGM .grid-container-1,
.cid-vpTlE2hSGM .grid-container-2,
.cid-vpTlE2hSGM .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vpTlE2hSGM .grid-container-1 {
  align-items: flex-end;
}
.cid-vpTlE2hSGM .grid-container-2 {
  align-items: flex-start;
}
.cid-vpTlE2h9HK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2h9HK .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2h9HK .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2h9HK .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2h9HK .row {
  border-top: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-vpTlE2h9HK .row {
    margin: 0;
  }
}
.cid-vpTlE2h9HK .row:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .cid-vpTlE2h9HK .row {
    border: none;
  }
}
.cid-vpTlE2h9HK .row .card {
  padding: 0;
  border-radius: 0 !important;
}
.cid-vpTlE2h9HK .row .card:nth-child(2) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2h9HK .row .card:nth-child(2) {
    margin-bottom: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vpTlE2h9HK .row .card {
    padding: 0 16px;
    border: none !important;
  }
}
.cid-vpTlE2h9HK .subtitle-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vpTlE2h9HK .subtitle-wrap {
    display: block;
  }
}
.cid-vpTlE2h9HK .subtitle-wrap .site-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2h9HK .subtitle-wrap .site-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #ffffff;
    text-align: left;
  }
}
.cid-vpTlE2h9HK .content-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2h9HK .content-wrapper {
    padding: 24px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.cid-vpTlE2h9HK .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
.cid-vpTlE2h9HK .content-wrapper .site-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2h9HK .content-wrapper .site-text {
    text-align: left;
  }
}
.cid-vpTlE2h9HK .content-wrapper .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2h9HK .content-wrapper .site-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vpTlE2h9HK .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2h9HK .site-section-subtitle {
  color: #E7EDD6;
  text-align: center;
}
.cid-vpTlE2h9HK .site-text {
  color: #FFFFFF;
}
.cid-vpTlE2h9HK .site-section-title,
.cid-vpTlE2h9HK .site-section-btn {
  color: #FFFFFF;
}
.cid-vpTlE2iSBH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2iSBH .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2iSBH .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2iSBH .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vpTlE2iSBH .row {
    margin: 0;
  }
}
.cid-vpTlE2iSBH .row .card {
  padding: 0;
  border-radius: 0 !important;
}
.cid-vpTlE2iSBH .row .card:nth-child(2) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2iSBH .row .card:nth-child(2) {
    margin-bottom: 64px;
  }
}
.cid-vpTlE2iSBH .row .card:nth-child(3) {
  border-top: 1px solid #ffffff;
}
.cid-vpTlE2iSBH .row .card:nth-child(4) {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2iSBH .row .card {
    padding: 0 16px;
    border: none !important;
  }
}
.cid-vpTlE2iSBH .subtitle-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vpTlE2iSBH .subtitle-wrap {
    display: block;
  }
}
.cid-vpTlE2iSBH .subtitle-wrap .site-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2iSBH .subtitle-wrap .site-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #ffffff;
    text-align: left;
  }
}
.cid-vpTlE2iSBH .content-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2iSBH .content-wrapper {
    padding: 24px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.cid-vpTlE2iSBH .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
.cid-vpTlE2iSBH .content-wrapper .site-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2iSBH .content-wrapper .site-text {
    text-align: left;
  }
}
.cid-vpTlE2iSBH .content-wrapper .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2iSBH .content-wrapper .site-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vpTlE2iSBH .content-wrapper .list {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2iSBH .content-wrapper .list {
    margin-top: 24px;
  }
}
.cid-vpTlE2iSBH .content-wrapper .list .item {
  margin-bottom: 24px;
}
.cid-vpTlE2iSBH .content-wrapper .list .item .item-wrapper .card-box .title-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-vpTlE2iSBH .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-number {
  margin: 0 24px 0 0;
  color: transparent;
  -webkit-text-stroke: 1px #e7edd6;
  -webkit-background-clip: text;
}
.cid-vpTlE2iSBH .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vpTlE2iSBH .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2iSBH .site-section-subtitle {
  color: #E7EDD6;
  text-align: center;
}
.cid-vpTlE2iSBH .site-text {
  color: #FFFFFF;
}
.cid-vpTlE2iSBH .card-text {
  color: #F9F6E0;
}
.cid-vpTlE2iSBH .site-section-title,
.cid-vpTlE2iSBH .site-section-btn {
  color: #FFFFFF;
}
.cid-vpTlE2iSBH .card-text,
.cid-vpTlE2iSBH .card-box {
  color: #FFFFFF;
}
.cid-vpTlE2iIqU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2iIqU .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2iIqU .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2iIqU .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2iIqU .content-wrapper .site-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2iIqU .content-wrapper .site-section-title {
    margin-bottom: 16px;
  }
}
.cid-vpTlE2iIqU .site-section-title {
  color: #FFFFFF;
}
.cid-vpTlE2iIqU .site-section-title,
.cid-vpTlE2iIqU .site-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vpTlE2iIv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2iIv3 .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2iIv3 .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2iIv3 .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2iIv3 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
.cid-vpTlE2iIv3 .row .card:nth-child(2) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2iIv3 .row .card:nth-child(2) {
    margin-bottom: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vpTlE2iIv3 .row .card {
    padding: 0 16px;
    border: none !important;
  }
}
.cid-vpTlE2iIv3 .title-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vpTlE2iIv3 .title-wrap {
    display: block;
  }
}
.cid-vpTlE2iIv3 .title-wrap .site-section-title {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2iIv3 .title-wrap .site-section-title {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #ffffff;
    text-align: left;
  }
}
.cid-vpTlE2iIv3 .google-map {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2iIv3 .google-map {
    padding: 24px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.cid-vpTlE2iIv3 .google-map iframe {
  border-radius: 0.5rem !important;
  height: 500px;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-vpTlE2iIv3 .google-map iframe {
    height: 350px;
  }
}
.cid-vpTlE2iIv3 .site-section-title {
  color: #E7EDD6;
  text-align: center;
}
.cid-vpTlE2j7tm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2j7tm .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2j7tm .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2j7tm .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vpTlE2j7tm .row {
    margin: 0;
  }
}
.cid-vpTlE2j7tm .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vpTlE2j7tm .row .card {
    padding: 0 16px;
  }
}
.cid-vpTlE2j7tm .title-wrapper .site-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2j7tm .title-wrapper .site-section-title {
    padding: 0 24px 24px;
  }
}
.cid-vpTlE2j7tm .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2j7tm .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-vpTlE2j7tm .content-wrapper .site-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vpTlE2j7tm .content-wrapper .site-section-subtitle {
    text-align: left;
  }
}
.cid-vpTlE2j7tm .content-wrapper .site-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2j7tm .content-wrapper .site-text {
    text-align: left;
  }
}
.cid-vpTlE2j7tm .items {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2j7tm .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-vpTlE2j7tm .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2j7tm .items .item {
    padding: 24px;
  }
}
.cid-vpTlE2j7tm .items .item:last-child {
  border: none;
}
.cid-vpTlE2j7tm .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-vpTlE2j7tm .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vpTlE2j7tm .image-wrapper {
  padding: 32px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2j7tm .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-vpTlE2j7tm .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vpTlE2j7tm .site-section-title {
  color: #FFFFFF;
}
.cid-vpTlE2j7tm .site-section-subtitle {
  color: #FFFFFF;
  text-align: right;
}
.cid-vpTlE2j7tm .site-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-vpTlE2j7tm .card-title {
  color: #F9F6E0;
}
.cid-vpTlE2j7tm .card-text {
  color: #FFFFFF;
}
.cid-vpTlE2j7tm .card-title,
.cid-vpTlE2j7tm .title-wrapper {
  color: #FFFFFF;
}
.cid-vpTlE2krRv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2krRv .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2krRv .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2krRv .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2krRv .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2krRv .row {
    padding: 24px;
  }
}
.cid-vpTlE2krRv .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f0e9;
  opacity: 0.1;
  border-radius: 0.5rem;
}
.cid-vpTlE2krRv .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vpTlE2krRv .row .card {
    border: none;
  }
}
.cid-vpTlE2krRv .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2krRv .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vpTlE2krRv .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vpTlE2krRv .content-wrapper .site-section-title {
    text-align: left;
  }
}
.cid-vpTlE2krRv .content-wrapper .site-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2krRv .content-wrapper .site-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-vpTlE2krRv .content-wrapper .site-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2krRv .content-wrapper .site-text {
    text-align: left;
  }
}
.cid-vpTlE2krRv .content-wrapper .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2krRv .content-wrapper .site-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vpTlE2krRv .items {
  border-left: 1px solid #ffffff;
}
.cid-vpTlE2krRv .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2krRv .items .item {
    padding: 24px;
  }
}
.cid-vpTlE2krRv .items .item:last-child {
  border: none;
}
.cid-vpTlE2krRv .items .item .item-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vpTlE2krRv .items .item .item-wrapper {
    display: block;
  }
}
.cid-vpTlE2krRv .items .item .item-wrapper .item-img {
  background-color: #f8f0e9;
  border-radius: 0.5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-vpTlE2krRv .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-vpTlE2krRv .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-vpTlE2krRv .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-vpTlE2krRv .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-vpTlE2krRv .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2krRv .site-desc {
  color: #E7EDD6;
  text-align: right;
}
.cid-vpTlE2krRv .site-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-vpTlE2krRv .card-title {
  color: #FFFFFF;
}
.cid-vpTlE2krRv .card-text {
  color: #FFFFFF;
}
.cid-vpTlE2krRv .site-section-title,
.cid-vpTlE2krRv .site-section-btn {
  text-align: right;
  color: #FFFFFF;
}
.cid-vpTlE2kaYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2kaYl .site-overlay {
  background: #1f0d00;
  opacity: 0.4;
}
.cid-vpTlE2kaYl .item:focus,
.cid-vpTlE2kaYl span:focus {
  outline: none;
}
.cid-vpTlE2kaYl .item-wrapper {
  position: relative;
}
.cid-vpTlE2kaYl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2kaYl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2kaYl .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2kaYl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-vpTlE2kaYl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vpTlE2kaYl .embla__slide .slide-content {
  width: 100%;
}
.cid-vpTlE2kaYl .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem !important;
  position: relative;
  overflow: hidden;
}
.cid-vpTlE2kaYl .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-vpTlE2kaYl .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-vpTlE2kaYl .embla__button--next,
.cid-vpTlE2kaYl .embla__button--prev {
  display: flex;
}
.cid-vpTlE2kaYl .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #dda15e !important;
  color: #20ac6b;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vpTlE2kaYl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpTlE2kaYl .embla__button:hover {
  opacity: 0.85 !important;
  color: #606c38 !important;
}
.cid-vpTlE2kaYl .embla__button.embla__button--prev {
  left: 32px;
}
.cid-vpTlE2kaYl .embla__button.embla__button--next {
  right: 32px;
}
.cid-vpTlE2kaYl .embla {
  position: relative;
  width: 100%;
}
.cid-vpTlE2kaYl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vpTlE2kaYl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpTlE2kaYl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpTlE2kaYl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpTlE2lkgA {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2lkgA .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2lkgA .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2lkgA .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2lkgA .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-vpTlE2lkgA .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-vpTlE2lkgA .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpTlE2lkgA .image-wrapper img {
    height: 350px;
  }
}
.cid-vpTlE2lkgA .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
.cid-vpTlE2lkgA .content-wrapper .site-text {
  margin-bottom: 0;
}
.cid-vpTlE2lkgA .content-wrapper .site-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2lkgA .content-wrapper .site-desc {
    margin: 24px 0 0;
  }
}
.cid-vpTlE2lkgA .content-wrapper .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2lkgA .content-wrapper .site-section-btn {
    margin-top: 24px;
  }
}
.cid-vpTlE2lkgA .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2lkgA .site-text {
  color: #FFFFFF;
}
.cid-vpTlE2lkgA .site-desc {
  color: #E7EDD6;
}
.cid-vpTlE2lkgA .site-section-title,
.cid-vpTlE2lkgA .site-section-btn {
  color: #FFFFFF;
}
.cid-vpTlE2lWJQ {
  background-image: url("../../assets/images/photo-1640938776314-4d303f8a1380.webp");
}
.cid-vpTlE2lWJQ .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2lWJQ .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2lWJQ .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2luvh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2luvh .site-overlay {
  background: #1f0d00;
  opacity: 0.4;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2luvh .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2luvh .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vpTlE2luvh .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vpTlE2luvh .title-wrapper .site-section-title {
  margin-bottom: 16px;
}
.cid-vpTlE2luvh .title-wrapper .site-text {
  margin-bottom: 0;
}
.cid-vpTlE2luvh .site-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vpTlE2luvh .site-section-btn {
    text-align: left;
  }
}
.cid-vpTlE2luvh .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2luvh .site-text {
  color: #FFFFFF;
}
.cid-vpTlE2luvh .site-section-title,
.cid-vpTlE2luvh .site-section-btn {
  color: #FFFFFF;
}
.cid-vpTlE2mkD5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2mkD5 .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2mkD5 .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2mkD5 .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2mkD5 .row {
  margin: 0;
}
.cid-vpTlE2mkD5 .item {
  padding: 32px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-vpTlE2mkD5 .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vpTlE2mkD5 .item {
    padding: 24px;
    border-right: none;
    border-left: 1px solid #ffffff;
  }
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-img {
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2mkD5 .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-img:hover img,
.cid-vpTlE2mkD5 .item .item-wrapper .item-img:focus img {
  transform: scale(0.95);
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-img img {
  height: 730px;
  transition: all 0.3s ease-in-out;
  height: 400px;
  object-fit: cover;
  object-position: 50% top;
}
@media (max-width: 992px) {
  .cid-vpTlE2mkD5 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vpTlE2mkD5 .item .item-wrapper .item-img img {
    max-height: 350px;
  }
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-content .title-wrap {
  display: block;
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-content .title-wrap:hover .card-price,
.cid-vpTlE2mkD5 .item .item-wrapper .item-content .title-wrap:focus .card-price {
  color: #e7edd6;
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-content .title-wrap .card-price {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-content .list-wrapper .card-list-title {
  margin-bottom: 8px;
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-content .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '';
  background-color: #e7edd6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-vpTlE2mkD5 .item .item-wrapper .item-content .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2mkD5 .item .item-wrapper .item-content .site-section-btn {
    margin-top: 24px;
  }
}
.cid-vpTlE2mkD5 .card-title {
  color: #FFFFFF;
}
.cid-vpTlE2mkD5 .card-price {
  color: #FFFFFF;
}
.cid-vpTlE2mkD5 .card-list-title {
  color: #FFFFFF;
}
.cid-vpTlE2mkD5 .list {
  color: #F9F6E0;
}
.cid-vpTlE2mkD5 .card-desc {
  color: #F9F6E0;
}
.cid-vpTlE2mkD5 .list,
.cid-vpTlE2mkD5 .item-wrap {
  color: #FFFFFF;
}
.cid-vpTlE2m3ZM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2m3ZM .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2m3ZM .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2m3ZM .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vpTlE2m3ZM .row {
    margin: 0;
  }
}
.cid-vpTlE2m3ZM .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vpTlE2m3ZM .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vpTlE2m3ZM .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2m3ZM .content-wrapper {
    padding: 24px;
  }
}
.cid-vpTlE2m3ZM .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vpTlE2m3ZM .content-wrapper .site-section-title {
    text-align: left;
  }
}
.cid-vpTlE2m3ZM .content-wrapper .site-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2m3ZM .content-wrapper .site-text {
    text-align: left;
  }
}
.cid-vpTlE2m3ZM .content-wrapper .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2m3ZM .content-wrapper .site-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vpTlE2m3ZM .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2m3ZM .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-vpTlE2m3ZM .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2m3ZM .items .item {
    padding: 24px;
  }
}
.cid-vpTlE2m3ZM .items .item:last-child {
  border: none;
}
.cid-vpTlE2m3ZM .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vpTlE2m3ZM .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vpTlE2m3ZM .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vpTlE2m3ZM .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vpTlE2m3ZM .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2m3ZM .site-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-vpTlE2m3ZM .card-title {
  color: #F9F6E0;
}
.cid-vpTlE2m3ZM .card-number {
  color: #E0B548;
}
.cid-vpTlE2m3ZM .card-text {
  color: #FFFFFF;
}
.cid-vpTlE2m3ZM .site-section-title,
.cid-vpTlE2m3ZM .site-section-btn {
  text-align: right;
  color: #FFFFFF;
}
.cid-vpTlE2m3ZM .card-title,
.cid-vpTlE2m3ZM .title-wrapper {
  color: #FFFFFF;
}
.cid-vpTlE2m3ZM .card-number,
.cid-vpTlE2m3ZM .title-wrapper {
  color: #E7EDD6;
}
.cid-vpTlE2ns8P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2ns8P .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2ns8P .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpTlE2ns8P .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2ns8P .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2ns8P .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2ns8P .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vpTlE2ns8P .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 320px;
  margin-left: -1rem;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-vpTlE2ns8P .items .item {
    width: 245px;
    height: 245px;
    margin: -1rem 0 0 0;
  }
}
.cid-vpTlE2ns8P .items .item:first-child {
  margin-left: 0;
}
.cid-vpTlE2ns8P .items .item .item-wrapper .card-box .title-wrapper {
  padding: 0 24px;
}
.cid-vpTlE2ns8P .items .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 20px;
}
.cid-vpTlE2ns8P .items .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vpTlE2ns8P .card-number {
  color: #8AA29E;
  text-align: center;
}
.cid-vpTlE2ns8P .card-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vpTlE2ns8P .card-number,
.cid-vpTlE2ns8P .title-wrapper {
  color: #FFFFFF;
}
.cid-vpTlE2ns8P .card-title,
.cid-vpTlE2ns8P .title-wrapper {
  color: #FFFFFF;
}
.cid-vpTlE2nGpM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2nGpM .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2nGpM .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2nGpM .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2nGpM .main-row {
  margin: 0;
}
.cid-vpTlE2nGpM .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2nGpM .main-row .card {
    padding: 0;
  }
}
.cid-vpTlE2nGpM .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2nGpM .content-wrapper {
    padding: 24px;
  }
}
.cid-vpTlE2nGpM .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vpTlE2nGpM .content-wrapper .site-section-title {
    text-align: left;
  }
}
.cid-vpTlE2nGpM .content-wrapper .site-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2nGpM .content-wrapper .site-text {
    text-align: left;
  }
}
.cid-vpTlE2nGpM .form-wrapper {
  border-left: 1px solid #ffffff;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vpTlE2nGpM .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vpTlE2nGpM .dragArea.row .site-section-title {
  margin-bottom: 24px !important;
}
.cid-vpTlE2nGpM .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vpTlE2nGpM .dragArea.row .form-group {
    display: block;
  }
}
.cid-vpTlE2nGpM .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #ffffff !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  color: #e7edd6;
}
.cid-vpTlE2nGpM .dragArea.row .form-group .form-control::placeholder {
  color: #e7edd6;
}
.cid-vpTlE2nGpM .dragArea.row .form-group .form-control:hover,
.cid-vpTlE2nGpM .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-vpTlE2nGpM .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vpTlE2nGpM .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vpTlE2nGpM .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vpTlE2nGpM .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vpTlE2nGpM .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e7edd6;
  border-color: #e7edd6;
}
.cid-vpTlE2nGpM .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vpTlE2nGpM .dragArea.row .site-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vpTlE2nGpM .dragArea.row .site-section-btn {
    margin-top: 24px;
  }
}
.cid-vpTlE2nGpM .site-section-title {
  color: #FFFFFF;
  text-align: right;
}
.cid-vpTlE2nGpM .site-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-vpTlE2nGpM label {
  color: #F9F6E0;
}
.cid-vpTlE2oVXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2oVXU .site-fallback-image.disabled {
  display: none;
}
.cid-vpTlE2oVXU .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2oVXU .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vpTlE2oVXU .row {
    margin: 0;
  }
}
.cid-vpTlE2oVXU .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vpTlE2oVXU .row .card {
    padding: 0 16px;
  }
}
.cid-vpTlE2oVXU .content-wrapper {
  border-top: 1px solid #ffffff;
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2oVXU .content-wrapper {
    padding: 24px;
    border: none;
  }
}
.cid-vpTlE2oVXU .content-wrapper .site-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vpTlE2oVXU .content-wrapper .site-section-title {
    text-align: left;
  }
}
.cid-vpTlE2oVXU .content-wrapper .site-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2oVXU .content-wrapper .site-text {
    text-align: left;
  }
}
.cid-vpTlE2oVXU .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vpTlE2oVXU .items {
    display: block;
  }
}
.cid-vpTlE2oVXU .items .item {
  padding: 32px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cid-vpTlE2oVXU .items .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vpTlE2oVXU .items .item {
    padding: 24px;
    border-right: none !important;
  }
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2oVXU .items .item .item-wrapper .card-box .site-section-btn {
    margin-top: 24px;
  }
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap {
  margin-bottom: 16px;
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap:last-child {
  margin-bottom: 0;
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap .card-title {
  margin-bottom: 8px;
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap .card-text {
  margin-bottom: 0;
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:hover,
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:focus {
  color: #e7edd6;
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap .link-wrap {
  display: block;
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap .link-wrap:hover .card-link,
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap .link-wrap:focus .card-link {
  color: #e7edd6;
}
.cid-vpTlE2oVXU .items .item .item-wrapper .card-box .contact-wrap .link-wrap .card-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vpTlE2oVXU .site-section-title {
  color: #FFFFFF;
  text-align: right;
}
.cid-vpTlE2oVXU .site-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-vpTlE2oVXU .card-title {
  color: #FFFFFF;
}
.cid-vpTlE2oVXU .list {
  color: #E0B548;
}
.cid-vpTlE2oVXU .card-link {
  color: #FFFFFF;
}
.cid-vpTlE2oVXU .card-text {
  color: #FFFFFF;
}
.cid-vpTlE2oVXU .card-title,
.cid-vpTlE2oVXU .site-section-btn {
  color: #FFFFFF;
}
.cid-vpTlE2o1La {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/background1.webp");
}
.cid-vpTlE2o1La .site-overlay {
  background: #1f0d00;
  opacity: 0.4;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vpTlE2o1La .container {
    padding: 0 24px;
  }
}
.cid-vpTlE2o1La .row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vpTlE2o1La .logo-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vpTlE2o1La .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vpTlE2o1La .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #72716b;
}
.cid-vpTlE2o1La .content-wrapper {
  padding: 32px 0 0 32px;
  padding: 32px 32px 0 0;
}
@media (max-width: 992px) {
  .cid-vpTlE2o1La .content-wrapper {
    padding: 24px 0;
  }
}
@media (max-width: 992px) {
  .cid-vpTlE2o1La .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vpTlE2o1La .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vpTlE2o1La .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vpTlE2o1La .content-wrapper .list .item-wrap:hover,
.cid-vpTlE2o1La .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vpTlE2o1La .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vpTlE2o1La .content-wrapper .site-section-title {
  margin-bottom: 24px;
}
.cid-vpTlE2o1La .content-wrapper .site-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vpTlE2o1La .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vpTlE2o1La .nav-list {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vpTlE2o1La .nav-list {
    padding: 0;
  }
}
.cid-vpTlE2o1La .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
  border-left: none;
  border-right: 1px solid #72716b;
}
.cid-vpTlE2o1La .nav-list .item-wrap:hover,
.cid-vpTlE2o1La .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vpTlE2o1La .nav-list .item-wrap:hover::before,
.cid-vpTlE2o1La .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vpTlE2o1La .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vpTlE2o1La .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vpTlE2o1La .site-section-title {
  color: #F9F6E0;
}
.cid-vpTlE2o1La .list {
  color: #F9F6E0;
}
.cid-vpTlE2o1La .site-copy {
  color: #FFFFFF;
  text-align: center;
}


/* Legal pages and footer links */
.legal-page {
  background: #f8f0e9;
  color: #24150c;
  min-height: 100vh;
}
.legal-hero {
  padding: 8rem 0 3rem;
  background: linear-gradient(rgba(31, 13, 0, 0.72), rgba(31, 13, 0, 0.72)), url('../images/background1.webp') center/cover no-repeat;
  color: #fff8f1;
}
.legal-content {
  padding: 4rem 0 5rem;
}
.legal-content article {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.5rem;
  border-radius: 2rem;
  background: #fffaf6;
  box-shadow: 0 1rem 2.5rem rgba(31, 13, 0, 0.08);
}
.legal-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #3c210f;
  font-size: 2rem;
}
.legal-content h3 {
  margin-top: 1.75rem;
  margin-bottom: .75rem;
  color: #5a3219;
  font-size: 1.35rem;
}
.legal-content p,
.legal-content li {
  color: #24150c;
  font-size: 1.08rem;
  line-height: 1.75;
}
.legal-content a,
.legal-links a {
  color: #6a3518;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.legal-content a:focus-visible,
.legal-links a:focus-visible {
  outline: 3px solid #b86632;
  outline-offset: 4px;
}
.legal-links {
  margin-top: 1rem;
}
.legal-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.legal-links a {
  color: inherit;
}
.policy-meta {
  margin-top: 1rem;
  opacity: .9;
}
@media (max-width: 767px) {
  .legal-hero { padding: 6.5rem 0 2.5rem; }
  .legal-content { padding: 2rem 0 3rem; }
  .legal-content article { padding: 1.35rem; border-radius: 1.25rem; }
  .legal-content h2 { font-size: 1.55rem; }
}

/* High-contrast legal navigation in the dark site footer */
.site-footer-wrapper .legal-links a {
  color: #fff8f1;
}
.site-footer-wrapper .legal-links a:hover,
.site-footer-wrapper .legal-links a:focus-visible {
  color: #ffffff;
}

/* Accessible consent link on the dark contact form */
#contact-form .form-check-label a {
  color: #fff8f1;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
#contact-form .form-check-label a:hover,
#contact-form .form-check-label a:focus-visible {
  color: #ffffff;
}
