body {
  color: #111;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.theme-default {
  background-color: #fcf4ed;
}
.w-rte h1,
.w-value-text h1,
.cri-content h1,
.w-value-cover h1,
.w-rte h2,
.w-value-text h2,
.cri-content h2,
.w-value-cover h2,
.w-rte h3,
.w-value-text h3,
.cri-content h3,
.w-value-cover h3,
.w-rte h4,
.w-value-text h4,
.cri-content h4,
.w-value-cover h4 {
  font-family: "PlayFair";
  color: #111;
  font-weight: 400;
  line-height: 1.2;
}
.w-rte h1,
.w-value-text h1,
.cri-content h1,
.w-value-cover h1 {
  font-size: 4.5rem;
}
.w-rte h2,
.w-value-text h2,
.cri-content h2,
.w-value-cover h2 {
  font-size: 4rem;
}
.w-rte h3,
.w-value-text h3,
.cri-content h3,
.w-value-cover h3 {
  font-size: 2.5rem;
}
.w-rte h4,
.w-value-text h4,
.cri-content h4,
.w-value-cover h4 {
  font-size: 2rem;
}
.w-rte h6,
.w-value-text h6,
.cri-content h6,
.w-value-cover h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #285c4d;
}
.w-rte h6+h2,
.w-value-text h6+h2,
.cri-content h6+h2,
.w-value-cover h6+h2 {
  margin-top: 24px;
}
.w-value-cover h1 {
  color: #fff;
}
.ui-button {
  --height: 56px;
  border-radius: 32px;
  background-color: #285c4d;
  text-transform: uppercase;
}
.logo {
  width: 176px;
}
.logic-home .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.w-gallery2 .image {
  line-height: 0;
}
.w-image:not(.logo),
.w-gallery2 .image {
  --border-radius: 24px;
}
.homeBanner {
  position: relative;
  z-index: 0;
}
.homeBanner .w-banner3-imageWrap {
  margin-top: -1px;
  min-height: 100dvh;
}
.homeBanner::before {
  content: "";
  width: 200px;
  height: 200px;
  background: url("/cache/documents/68482c0c847e4c5d8143a9ef/70-let-badge.svg") no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  bottom: -55px;
  left: -100px;
  z-index: 1;
}
.homeBanner::after {
  content: "";
  width: 124px;
  height: 172px;
  background: url("/cache/documents/68482c0c847e4c5d8143a9ef/corner-bg.svg") no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.homeBanner .desc img:first-of-type {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 30vw;
  z-index: 0;
}
@media (max-width: 1040px) {
  .homeBanner::before {
    width: 100px;
    height: 100px;
    bottom: 22px;
    left: 0;
  }
}
.logic-home .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0, rgba(0,0,0,0) 100%);
  background-position: 200px 0;
  background-repeat: no-repeat;
  -webkit-background-size: calc(100% - 200px) 100%;
  -moz-background-size: calc(100% - 200px) 100%;
  background-size: calc(100% - 200px) 100%;
}
.logic-home .header .w-menu {
  color: #fff;
}
.w-bulletPoints:not(.w-bulletPoints-style2) {
  --gap: 100;
}
.w-bulletPoints:not(.w-bulletPoints-style2) .bulletPoint {
  position: relative;
  z-index: 0;
}
.w-bulletPoints:not(.w-bulletPoints-style2) .bulletPoint .title {
  font-family: "PlayFair";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
}
.w-bulletPoints:not(.w-bulletPoints-style2) .bulletPoint::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 100px;
  height: 30px;
  background: url("/cache/documents/68482c0c847e4c5d8143a9ef/X.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.w-bulletPoints:not(.w-bulletPoints-style2) .bulletPoint:first-child::before {
  display: none;
}
@media (max-width: 800px) {
  .w-bulletPoints:not(.w-bulletPoints-style2) {
    --columns: 1 !important;
  }
  .w-bulletPoints:not(.w-bulletPoints-style2) .bulletPoint {
    text-align: center;
  }
  .w-bulletPoints:not(.w-bulletPoints-style2) .bulletPoint::before {
    width: 30px;
    height: 100px;
    right: 50%;
    bottom: 100%;
    top: auto;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
.logic-home .w-gallery2-filmstrip .ui-galleryOpener-thumb {
  position: relative;
  z-index: 0;
}
.logic-home .w-gallery2-filmstrip .text {
  position: absolute;
  bottom: calc(4.333333333333334vw + 12.8px);
  left: calc(5.583333333333333vw + 12.8px);
  background-color: #fffbf4;
  padding: calc(2.25vw + 12.8px);
  border-radius: 24px;
  width: 570px;
  max-width: calc(100% - 40px);
}
.logic-home .w-gallery2-filmstrip .title {
  font-size: calc(1.333333333333333vw + 14.4px);
}
.w-hotSpots .w-holder {
  margin-bottom: 64px;
}
.w-hotSpots-image {
  line-height: 0;
  overflow: hidden;
  border-radius: 24px;
}
.w-hotSpots-content {
  border-radius: 12px;
  border: 0 none;
  padding: 16px;
  font-size: 1rem;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.w-viewWidget:has(.cri-content) .w-holder {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cri-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.cri-content-text,
.cri-content-images {
  width: 50%;
}
.cri-content-text,
.image-main {
  border-radius: 32px;
}
.cri-content-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #e5dfd1;
  border-bottom-right-radius: 0;
  padding-left: calc(50vw - 744px);
}
.cri-content-text .text {
  margin-bottom: calc(0.854166666666667vw + 25.6px);
}
.cri-content-holder {
  padding: 24px calc(13.125vw + 48px) 24px 24px;
}
.cri-content-images {
  position: relative;
  z-index: 0;
  line-height: 0;
}
.cri-content-images::after {
  content: "";
  width: 124px;
  height: 172px;
  background: url("/cache/documents/68482c0c847e4c5d8143a9ef/corner-bg-right.svg") no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  top: -1px;
  right: 0;
}
.cri-content-images .image-main {
  max-width: 100%;
  min-height: 100%;
  aspect-ratio: 1/1;
  border-bottom-left-radius: 0;
  object-fit: cover;
}
.cri-content-images .image-small {
  height: 50%;
  border-radius: 200px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(10.416666666666668vw + 80px);
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cri-content {
    display: block;
  }
  .cri-content-text,
  .cri-content-images {
    width: 100%;
  }
  .cri-content-holder {
    padding: 64px 24px 124px 24px;
  }
  .cri-content-text {
    border-bottom-right-radius: 24px;
  }
  .cri-content-images::after {
    content: none;
  }
  .cri-content-images .image-main {
    border-bottom-left-radius: 24px;
  }
  .cri-content-images .image-small {
    top: 0;
    left: 50%;
    width: 50%;
    height: 140px;
    border-radius: 100px;
  }
}
