@font-face {
  font-family: Neue Machina;
  font-weight: 800;
  font-style: normal;
  src: url("/cache/documents/6550f07f860359c75d7c75a9/NeueMachina-Ultrabold.woff2") format("woff2");
}
body {
  font-family: 'Poppins', sans-serif;
}
body h1,
body h2,
body h3,
body H4,
body .ui-button,
body .menu-title,
body .title,
body .navigation__link {
  font-family: Neue Machina;
}
.w-rte h1,
.w-value-text h1,
.w-rte h2,
.w-value-text h2 {
  font-size: 56px;
}
.w-rte h3,
.w-value-text h3 {
  font-size: 32px;
}
.content .w-box-container-v2>.w-columns,
.content .columns2,
.content .bulletpointsBox,
.content .w-box-container-v2>.w-accordion>.w-holder,
.content .w-specialColumn {
  margin-bottom: calc(3.020833333333333vw + 32px) !important;
  --gap: 148;
}
@media (max-width: 1041) {
  .content .w-box-container-v2>.w-columns,
  .content .columns2,
  .content .bulletpointsBox,
  .content .w-box-container-v2>.w-accordion>.w-holder,
  .content .w-specialColumn {
    --gap: 64;
  }
}
.content .columns2 .w-columns {
  margin-bottom: 0 !important;
}
.content .logic-content .w-value-image img {
  --aspect-ratio: 4/3;
}
.content .columns2 .w-rte strong {
  background-color: #fff;
}
.content .ui-accordion-header {
  font-size: 24px;
  font-weight: 500;
}
.contentHeader .w-value-text strong {
  color: #000;
}
.content .w-rte strong,
.w-value-text strong {
  background-color: #feffbb;
}
@media (max-width: 800px) {
  .w-image:has(img[alt="Triangle_1.svg"]),
  .w-image:has(img[alt="Triangle-1.svg"]) {
    display: none;
  }
}
.contentHeader {
  position: relative;
  z-index: 0;
}
.contentHeader .w-box-container-v2 .w-columns {
  margin-bottom: 20px;
}
.contentHeader .w-value-image {
  position: relative;
  margin-top: auto;
}
.contentHeader .w-value-image img {
  position: relative;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.contentHeader .w-value-image::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(-0.520833333333333vw - 8px);
  right: calc(-0.520833333333333vw - 8px);
  left: calc(4.791666666666667vw + 8px);
  bottom: calc(4.791666666666667vw + 8px);
  background-color: #fff;
}
.contentHeader:has(.w-value-image-img)::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: calc(3.697916666666667vw + 16px);
  background-color: #fff;
}
.contentHeader::after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border: 4px solid #d1ff5c;
  border-radius: 50%;
  width: calc(12.604166666666666vw + 32px);
  height: calc(12.604166666666666vw + 32px);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.contentHeader:has(.w-value-image-img)::after {
  bottom: calc(3.697916666666667vw + 16px);
}
@media (max-width: 800px) {
  .contentHeader .w-box-container-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .contentHeader::after {
    border-width: 2px;
  }
}
/*
body
    overflow hidden

.section
    absolute top 0 left 0
    width 100%
    opacity 0
    transition opacity 0.5s ease-in-out
    z-index -1
    &.active
        opacity 1
        z-index 1
*/
.section {
  position: relative;
  z-index: 0;
  min-height: 100dvh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section .column {
  position: relative;
}
@media (max-width: 1600px) and (min-width: 801px) {
  .section {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}
@media (max-width: 800px) {
  .section {
    padding-top: 102px !important;
  }
}
.section1 {
  padding-top: 240px;
}
.section1 h2 {
  max-width: 720px;
}
.section1 p {
  max-width: 588px;
}
.section1:before {
  content: "";
  width: 45%;
  height: 437px;
  position: absolute;
  bottom: 75px;
  left: 49%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background: url("/cache/documents/6550f07f860359c75d7c75a9/mc.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-animation: section1 2s ease-in-out;
  -moz-animation: section1 2s ease-in-out;
  -o-animation: section1 2s ease-in-out;
  -ms-animation: section1 2s ease-in-out;
  animation: section1 2s ease-in-out;
  pointer-events: none;
}
.section1:after {
  content: "";
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 4px solid #d1ff5c;
  position: absolute;
  bottom: 0;
  left: 162px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  pointer-events: none;
  z-index: -1;
}
.section1 .column:last-child .w-rte {
  position: absolute;
  top: 132px;
  right: 0;
  -webkit-animation: fadeIn 2s ease-in-out, mcRotate 5s infinite linear;
  -moz-animation: fadeIn 2s ease-in-out, mcRotate 5s infinite linear;
  -o-animation: fadeIn 2s ease-in-out, mcRotate 5s infinite linear;
  -ms-animation: fadeIn 2s ease-in-out, mcRotate 5s infinite linear;
  animation: fadeIn 2s ease-in-out, mcRotate 5s infinite linear;
}
.section1>.w-box {
  position: relative;
  height: 100%;
}
.section1>.w-box:before {
  content: "";
  position: absolute;
  bottom: -47px;
  left: calc(50% + 350px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  height: 400px;
  background: url("/cache/documents/6550f07f860359c75d7c75a9/star.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1500px) {
  .section1 {
    padding-top: 180px;
  }
}
@media (max-width: 800px) {
  .section1:before {
    width: 100%;
    left: 0;
    height: 289px;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
  }
  .section1:after {
    width: 96px;
    height: 96px;
    bottom: 98px;
    left: -24px;
  }
  .section1>.w-box:before {
    width: 91px;
    height: 176px;
    bottom: 0;
    left: auto;
    right: 46px;
  }
  .section1 .column:last-child .w-rte {
    right: 30px;
    top: 0;
  }
}
@media (max-width: 500px) {
  .section1 {
    background: url("/cache/thumbs/6550f07f860359c75d7c75a9/0x0-none/Mobile_Slide1.jpg") no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
  }
}
.section2 {
  padding-left: calc(50% - 720px);
  padding-right: 96px;
  padding-top: 175px;
}
.section2:before {
  content: "";
  width: 50%;
  height: 491px;
  position: absolute;
  bottom: 74px;
  left: 35%;
  background: url("/cache/documents/6550f07f860359c75d7c75a9/section2-mc.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  mix-blend-mode: soft-light;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  pointer-events: none;
}
.section2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 137px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 214px;
  height: 214px;
  background: url("/cache/documents/6550f07f860359c75d7c75a9/circles-2.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
.section2 h2,
.section2 p {
  max-width: 574px;
}
.section2 .location {
  color: #fff;
}
.section2 .category a {
  font-weight: 600;
  text-decoration: none;
}
.section2 .category a,
.section2 .category:after {
  color: #fff;
}
.section2 .column:last-child:before {
  content: "";
  background: url("/cache/documents/6550f07f860359c75d7c75a9/triangle-s2.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  right: 103px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.section2 .w-article-thumb .w-article-text {
  margin: 16px 0 0 16px;
}
.section2 .w-article-thumb .image-holder {
  position: relative;
  background-color: #6338ff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin: 16px 0 0 16px;
}
.section2 .w-article-thumb .image-holder:before,
.section2 .w-article-thumb .image-holder:after {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.section2 .w-article-thumb .image-holder:before {
  z-index: -2;
  background: #b2ffff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  mix-blend-mode: soft-light;
}
.section2 .w-article-thumb .image-holder:after {
  background: #f15b40;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -1;
}
.section2 .w-article-thumb img {
  mix-blend-mode: hard-light;
  filter: brightness(1.1);
}
.section2 .w-article-thumb:hover {
  filter: none;
}
.section2 .w-article-thumb:hover .image-holder {
  background-color: transparent;
}
.section2 .w-article-thumb:hover .image-holder:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.section2 .w-article-thumb:hover img {
  mix-blend-mode: normal;
}
@media (max-width: 800px) {
  .section2 {
    padding-left: 24px;
    padding-right: 0;
  }
  .section2:after {
    left: 14px;
    width: 99px;
    height: 99px;
  }
  .section2 .column:last-child:before {
    width: 82px;
    height: 82px;
    right: 63px;
  }
  .section2:before {
    width: 100%;
    left: 0;
    bottom: 64px;
    height: 250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .section2 .w-articleList .w-holder,
  .section2 .w-rte .w-holder,
  .section2 .w-button .w-holder {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
  .section2 .w-article-thumb .image-holder:before,
  .section2 .w-article-thumb .image-holder:after {
    top: -9px;
    left: -9px;
  }
  .section2 .w-article-thumb .image-holder {
    margin: 9px 0 0 9px;
  }
  .section2 .w-article-thumb .w-article-text {
    margin: 9px 0 0 9px;
  }
}
@media (max-width: 500px) {
  .section2 {
    background: url("/cache/thumbs/6550f07f860359c75d7c75a9/0x0-none/Mobile_Slide2.jpg") no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
  }
  .section2 .w-articleList .w-holder {
    --columns: 1;
    --bleed-right: 80px;
  }
  .section2 .w-articleList .title {
    line-clamp: 1;
    -webkit-line-clamp: 1;
  }
}
.section3 {
  padding-left: calc(50% - 720px);
  padding-right: 96px;
  padding-top: 240px;
}
.section3:before {
  content: "";
  width: 663px;
  height: 321px;
  position: absolute;
  top: 273px;
  left: 38.5%;
  background: url("/cache/documents/6550f07f860359c75d7c75a9/section3-mc.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  filter: brightness(0) invert(1);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  pointer-events: none;
}
.section3:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 118px;
  width: 244px;
  height: 244px;
  background: url("/cache/documents/6550f07f860359c75d7c75a9/triangle-s3.svg") no-repeat bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
.section3 h2,
.section3 p {
  max-width: 400px;
}
.section3 .slogan {
  position: absolute;
  top: 155px;
  right: 25%;
  width: 222px;
  height: 125px;
  -webkit-animation: fadeIn 2s ease-in-out, mcRotate 5s infinite linear;
  -moz-animation: fadeIn 2s ease-in-out, mcRotate 5s infinite linear;
  -o-animation: fadeIn 2s ease-in-out, mcRotate 5s infinite linear;
  -ms-animation: fadeIn 2s ease-in-out, mcRotate 5s infinite linear;
  animation: fadeIn 2s ease-in-out, mcRotate 5s infinite linear;
  filter: brightness(100);
  z-index: 1;
}
.section3 .slogan img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section3 .column .w-image .w-holder {
  margin-top: 58px;
}
.section3 .column:last-child {
  padding-bottom: 32px;
}
.section3 .column:last-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 145px;
  background: url("/cache/documents/6550f07f860359c75d7c75a9/triangle-s2.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 218px;
  height: 218px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1040px) {
  .section3 .slogan {
    width: 132px;
    height: 75px;
  }
}
@media (max-width: 800px) {
  .section3 {
    padding-right: 0;
  }
  .section3 .mobileShow {
    display: none;
  }
  .section3 .mobileHide {
    display: block;
  }
  .section3:before {
    width: 100%;
    height: 289px;
    bottom: 50px;
    top: auto;
    left: 0;
  }
  .section3:after {
    width: 82px;
    height: 75px;
    left: 42px;
    bottom: 24px;
    z-index: 0;
  }
  .section3 .column:last-child:before {
    right: 37px;
    bottom: 88px;
    width: 104px;
    height: 104px;
  }
  .section3 .slogan {
    right: 28px;
    top: 322px;
  }
  .section3 .column .w-image .w-holder {
    margin-top: 0;
  }
  .section3 .w-image:not(.slogan) img {
    height: 320px;
    object-position: left;
  }
}
@media (max-width: 500px) {
  .section3 {
    background: url("/cache/thumbs/6550f07f860359c75d7c75a9/0x0-none/Mobile_slide3.jpg") no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
  }
  .section3 .mobileShow {
    display: block;
  }
  .section3 .mobileHide {
    display: none;
  }
  .section3 .w-image:not(.slogan) {
    --image-fit: cover;
  }
}
.section4 {
  padding-top: 81px;
}
.section4 .w-rte .w-holder {
  padding-top: 139px;
}
.section4 h2 {
  max-width: 473px;
}
.section4 p {
  max-width: 413px;
}
.section4 .w-columns {
  position: relative;
}
.section4>.w-box {
  position: relative;
  height: 100%;
  padding-right: 24px;
}
.section4>.w-box:before {
  content: "";
  position: absolute;
  bottom: -116px;
  left: 366px;
  width: 320px;
  height: 320px;
  background: url("/cache/documents/6550f07f860359c75d7c75a9/sun-s4.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
.section4>.w-box>.w-columns:before {
  content: "";
  width: 1200px;
  height: 600px;
  position: absolute;
  bottom: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/cache/documents/6550f07f860359c75d7c75a9/section4-mc.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  mix-blend-mode: color-dodge;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  z-index: -1;
  pointer-events: none;
}
.section4>.w-box>.w-columns:after {
  content: "";
  width: 225px;
  height: 225px;
  border: 5px solid #d1ff5c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 179px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1500px) {
  .section4 > .w-box::before {
    left: 24px;
  }
}
@media (max-width: 800px) {
  .section4 .w-rte .w-holder {
    padding-top: 0;
  }
  .section4>.w-box {
    padding-right: 0;
  }
  .section4>.w-box:before {
    width: 158px;
    height: 162px;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .section4>.w-box > .w-columns:after {
    width: 104px;
    height: 104px;
    right: 91px;
    top: 200px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-width: 2px;
  }
  .section4>.w-box > .w-columns:before {
    display: none;
  }
}
@media (max-width: 500px) {
  .section4 {
    background: url("/cache/thumbs/6550f07f860359c75d7c75a9/0x0-none/Mobile_slide4.jpg") no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
  }
}
.homeMenuGrid .w-menu-rootLink {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  padding: 32px 48px;
  background-color: #fff;
  -webkit-transform: translateY(77px);
  -moz-transform: translateY(77px);
  -o-transform: translateY(77px);
  -ms-transform: translateY(77px);
  transform: translateY(77px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homeMenuGrid .menu-title,
.homeMenuGrid .menu-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homeMenuGrid .menu-title {
  position: relative;
  padding-left: 42px;
  margin-bottom: 32px;
  color: #6338ff;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homeMenuGrid .menu-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/cache/documents/6550f07f860359c75d7c75a9/arrow-diagonal-purple.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 18px;
  height: 18px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.homeMenuGrid .menu-description {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.homeMenuGrid .menu1 .w-menu-gridThumb-holder:before,
.homeMenuGrid .menu2 .w-menu-gridThumb-holder:before,
.homeMenuGrid .menu3 .w-menu-gridThumb-holder:before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: #7fffd4;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  pointer-events: none;
  z-index: -2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homeMenuGrid .menu1 .w-menu-gridThumb-holder:after,
.homeMenuGrid .menu2 .w-menu-gridThumb-holder:after,
.homeMenuGrid .menu3 .w-menu-gridThumb-holder:after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: #6338ff;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homeMenuGrid .menu1 .w-menu-gridThumb-holder:hover:after,
.homeMenuGrid .menu2 .w-menu-gridThumb-holder:hover:after,
.homeMenuGrid .menu3 .w-menu-gridThumb-holder:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.homeMenuGrid .menu1 {
  z-index: 1;
}
.homeMenuGrid .menu1 .w-holder {
  padding-top: 95px;
}
.homeMenuGrid .menu1 .w-menu-gridThumb-holder {
  padding: 12px 0 0 12px;
}
.homeMenuGrid .menu1 .w-menu-gridThumb-holder:before,
.homeMenuGrid .menu1 .w-menu-gridThumb-holder:after {
  left: 0;
}
.homeMenuGrid .menu1 .image img {
  width: 394px !important;
}
.homeMenuGrid .menu2 .w-holder {
  padding-left: 24px;
}
.homeMenuGrid .menu2 .image img {
  width: 453px !important;
}
.homeMenuGrid .menu3 .w-holder {
  padding-right: 81px;
}
.homeMenuGrid .menu3 .image img {
  width: 410px !important;
}
.homeMenuGrid .menu2 .w-menu-gridThumb-holder,
.homeMenuGrid .menu3 .w-menu-gridThumb-holder {
  padding: 12px 12px 0 0;
}
.homeMenuGrid .menu2 .w-menu-gridThumb-holder:before,
.homeMenuGrid .menu3 .w-menu-gridThumb-holder:before,
.homeMenuGrid .menu2 .w-menu-gridThumb-holder:after,
.homeMenuGrid .menu3 .w-menu-gridThumb-holder:after {
  right: 0;
}
.homeMenuGrid .image {
  background-color: #6338ff;
}
.homeMenuGrid img {
  mix-blend-mode: lighten;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homeMenuGrid .w-menu-gridThumb {
  overflow: hidden;
}
.homeMenuGrid .w-menu-gridThumb:hover .w-menu-rootLink {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: #6338ff;
}
.homeMenuGrid .w-menu-gridThumb:hover .menu-title {
  margin-bottom: 8px;
  text-decoration: underline;
  color: #fff;
}
.homeMenuGrid .w-menu-gridThumb:hover .menu-title:before {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/arrow-diagonal.svg") no-repeat center;
}
.homeMenuGrid .w-menu-gridThumb:hover img {
  mix-blend-mode: normal;
}
.homeMenuGrid .column:first-child {
  max-width: 394px;
}
.homeMenuGrid .column:last-child {
  max-width: 505px;
}
@media (max-width: 1500px) {
  .homeMenuGrid .menu1 .image img,
  .homeMenuGrid .menu2 .image img,
  .homeMenuGrid .menu3 .image img {
    width: 100% !important;
  }
  .homeMenuGrid .menu3 .w-holder {
    padding-right: 0;
  }
}
@media (max-width: 1040px) {
  .homeMenuGrid .w-menu-rootLink {
    padding: 16px;
    left: 12px;
    right: 12px;
  }
  .homeMenuGrid .menu2 .w-holder {
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .homeMenuGrid .w-menu-rootLink {
    right: 20px;
  }
  .homeMenuGrid .menu1 .w-holder {
    padding-top: 0;
  }
  .homeMenuGrid .image img {
    height: 267px;
  }
  .homeMenuGrid .ui-carousel {
    margin-left: 0 !important;
    max-width: 100% !important;
  }
  .homeMenuGrid .w-menu-gridThumb-holder {
    padding: 8px 8px 0 0;
  }
  .homeMenuGrid .w-menu-gridThumb-holder:before,
  .homeMenuGrid .w-menu-gridThumb-holder:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 8px);
    height: 75%;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .homeMenuGrid .w-menu-gridThumb-holder:before {
    background: #7fffd4;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: -2;
  }
  .homeMenuGrid .w-menu-gridThumb-holder:after {
    background: #6338ff;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .homeMenuGrid .w-menu-gridThumb-holder:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media (max-width: 500px) {
  .homeMenuGrid .w-holder {
    --columns: 1;
  }
}
.tpl .ui-folding {
  background-color: #6338ff;
}
.ui-folding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.logic-home .ui-folding {
  border-bottom: none !important;
}
.logic-home .ui-folding .mail,
.logic-home .ui-folding .phone {
  display: none;
}
@media (min-width: 1041px) {
  .logic-home .ui-folding .w-theme {
    margin-left: auto;
  }
}
@media (max-width: 1040px) {
  .logic-home .ui-folding .w-inlineBlocks {
    padding-top: 11px;
  }
}
body:not(.logic-home) .ui-folding {
  background-color: #6338ff;
  border-bottom: 1px solid #fff;
}
body:not(.logic-home) .ui-folding+div {
  padding-top: 101px;
}
body:not(.logic-home) .ui-folding .w-inlineBlocks {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1040px) {
  body:not(.logic-home) .ui-folding+div {
    padding-top: 69px;
  }
}
@media (max-width: 375px) {
  body:not(.logic-home) .ui-folding .w-inlineBlocks {
    padding-right: 48px !important;
  }
}
.mail a,
.phone a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mail a:before,
.phone a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  background-size: contain !important;
}
.mail a:before {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/email.svg") no-repeat center;
}
.phone a:before {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/phone.svg") no-repeat center;
}
.logo {
  z-index: 4;
}
.logo img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  object-position: left;
}
@media (max-width: 800px) {
  .logo img {
    height: 60px !important;
    width: 115px !important;
  }
}
@media (max-width: 320px) {
  .logo img {
    height: 60px !important;
    width: 90px !important;
  }
}
.logic-home .footer {
  display: none;
}
.footer {
  position: relative;
  z-index: 0;
}
.footer:before,
.footer:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.footer:before {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/smiley.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 160px;
  height: 160px;
  right: 67px;
  top: -64px;
  -webkit-animation: mcRotate 10s infinite linear;
  -moz-animation: mcRotate 10s infinite linear;
  -o-animation: mcRotate 10s infinite linear;
  -ms-animation: mcRotate 10s infinite linear;
  animation: mcRotate 10s infinite linear;
}
.footer:after {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/triangle-s3.svg") no-repeat center top;
  -webkit-background-size: 248px 228px;
  -moz-background-size: 248px 228px;
  background-size: 248px 228px;
  left: 160px;
  bottom: 0;
  width: 248px;
  height: 168px;
}
.footer .ui-form-submitButton {
  margin-top: 48px;
}
@media (max-width: 1040px) {
  .footer:before {
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .footer:after {
    -webkit-background-size: 168px 108px;
    -moz-background-size: 168px 108px;
    background-size: 168px 108px;
    width: 168px;
    height: 88px;
  }
}
@media (max-width: 800px) {
  .footer:after {
    display: none;
  }
}
.footerColumns .column {
  poSition: relative;
  z-index: 0;
}
.footerColumns .column:first-child:before {
  content: "";
  background: url("/cache/documents/6550f07f860359c75d7c75a9/footer-line.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 224px;
  pointer-events: none;
}
@media (max-width: 800px) {
  .footerColumns .column:first-child:before {
    display: none;
  }
}
.w-arrows {
  position: fixed;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.w-arrows a {
  display: block;
}
@media (max-width: 1600px) {
  .w-arrows {
    right: 24px;
  }
}
@media (max-width: 800px) {
  .w-arrows {
    display: none;
  }
}
#arrow-up,
#arrow-down {
  width: 15px;
  height: 77px;
  cursor: pointer;
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  -ms-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}
#arrow-up {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/arrow-up.svg") no-repeat center;
  margin-bottom: 48px;
}
#arrow-down {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/arrow-down.svg") no-repeat center;
}
#progress-widget {
  position: fixed;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 800px) {
  #progress-widget {
    top: auto;
    bottom: 28px;
    left: auto;
    right: 72px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.progress-bar,
.progress-bar-fill {
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.progress-bar {
  width: 1px;
  height: 200px;
  margin-bottom: 5px;
  position: relative;
}
@media (max-width: 800px) {
  .progress-bar {
    display: none;
  }
}
.progress-bar-fill {
  width: 3px;
  position: absolute;
  top: 0;
  left: -1px;
  height: 25%;
}
.current-section {
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
}
@media (max-width: 800px) {
  .current-section:after {
    content: "/";
    margin-left: 6px;
  }
}
@media (max-width: 800px) {
  .body-section1 .current-section:after {
    margin-left: 8px;
  }
}
.total-sections {
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 600;
}
@media (max-width: 800px) {
  .total-sections {
    left: 12px;
  }
}
.current-section,
.total-sections {
  color: #fff;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/*    
.third-section-color
    .progress-bar, .progress-bar-fill
        background-color black
    .current-section, .total-sections
        color black
*/
.w-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: -webkit-linear-gradient(270deg, rgba(99,56,255,0.5) 0%, rgba(99,56,255,0) 100%);
  background: -moz-linear-gradient(270deg, rgba(99,56,255,0.5) 0%, rgba(99,56,255,0) 100%);
  background: -o-linear-gradient(270deg, rgba(99,56,255,0.5) 0%, rgba(99,56,255,0) 100%);
  background: -ms-linear-gradient(270deg, rgba(99,56,255,0.5) 0%, rgba(99,56,255,0) 100%);
  background: linear-gradient(180deg, rgba(99,56,255,0.5) 0%, rgba(99,56,255,0) 100%);
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1040px) {
  .w-cursor {
    display: none;
  }
}
.logic-home .ui-folding .w-button {
  display: none;
}
.w-button .ui-button,
.site:not(.logic-cart) .ui-form .ui-button {
  --border-radius: 0;
  position: relative;
  -webkit-box-shadow: -7px 7px 0px 0px #000;
  box-shadow: -7px 7px 0px 0px #000;
  color: #111;
  font-weight: 800;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-left: 48px;
  -webkit-transform: skewX(-9deg) rotate(-8.5deg);
  -moz-transform: skewX(-9deg) rotate(-8.5deg);
  -o-transform: skewX(-9deg) rotate(-8.5deg);
  -ms-transform: skewX(-9deg) rotate(-8.5deg);
  transform: skewX(-9deg) rotate(-8.5deg);
  border: 1px solid #fff;
  margin: 0 0 7px 7px;
}
.w-button .ui-button:before,
.site:not(.logic-cart) .ui-form .ui-button:before {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea70';
}
.w-button .ui-button:before,
.site:not(.logic-cart) .ui-form .ui-button:before {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 32px;
  height: 32px;
  line-height: 32px;
}
.w-button .ui-button .title,
.site:not(.logic-cart) .ui-form .ui-button .title {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.site .w-button .ui-button,
.site .site:not(.logic-cart) .ui-form .ui-button {
  background-color: #fff;
}
.w-button .ui-button:hover,
.site:not(.logic-cart) .ui-form .ui-button:hover {
  background-color: var(--button-hover-background, #8a8a8a);
}
.ui-folding .w-button .ui-button {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.ui-folding .ui-button:before,
.hostelButton .ui-button:before {
  display: none;
}
a.ui-button,
div.ui-button {
  --height: 45px;
}
.fixedButton {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 12px 18px 14px 22px;
  background-color: #fff;
}
@media (max-width: 800px) {
  .fixedButton {
    display: none;
  }
}
.site .hostelButton {
  border: 1px solid #fff;
  -webkit-transition: border-color, border-left 0.3s ease;
  -moz-transition: border-color, border-left 0.3s ease;
  -o-transition: border-color, border-left 0.3s ease;
  -ms-transition: border-color, border-left 0.3s ease;
  transition: border-color, border-left 0.3s ease;
}
.site .hostelButton .ui-button {
  padding: 0 12px;
  -webkit-transform: rotate(-7deg) skewX(-7deg);
  -moz-transform: rotate(-7deg) skewX(-7deg);
  -o-transform: rotate(-7deg) skewX(-7deg);
  -ms-transform: rotate(-7deg) skewX(-7deg);
  transform: rotate(-7deg) skewX(-7deg);
}
.site .hostelButton .image {
  margin: 0;
}
.w-arrow-down {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 140px;
  height: 65px;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: none;
}
.w-arrow-down:before {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea4c';
}
.w-arrow-down:before {
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 36px;
  -webkit-animation: flashing 1.5s infinite linear;
  -moz-animation: flashing 1.5s infinite linear;
  -o-animation: flashing 1.5s infinite linear;
  -ms-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logic-home .w-arrow-down {
  display: block;
}
.body-section4 .w-arrow-down:before {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
@media (max-width: 800px) {
  .w-arrow-down {
    width: 90px;
    height: 40px;
  }
  .w-arrow-down:before {
    font-size: 24px;
    top: 10px;
  }
}
.w-navigation .navigation__checkbox {
  display: none;
}
.w-navigation .navigation__button {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 16px;
  right: 90px;
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
  border-radius: 50%;
  z-index: 4;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w-navigation .navigation__button:after {
  content: "MENU";
  color: #fff;
  position: absolute;
  top: calc(100% - 11px);
  font-size: 12px;
  letter-spacing: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w-navigation .navigation__button:hover:after {
  color: #d1ff5c;
}
.w-navigation .navigation__background {
  border-radius: 50%;
  position: fixed;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w-navigation .navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 0;
  -webkit-transition: width 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  -moz-transition: width 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  -o-transition: width 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  -ms-transition: width 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  transition: width 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: auto;
}
.w-navigation .navigation__nav:after {
  content: "";
  position: fixed;
  bottom: 0;
  right: 12.5%;
  width: 234px;
  height: 224px;
  background: url("/cache/documents/6550f07f860359c75d7c75a9/star.svg") no-repeat top center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  pointer-events: none;
}
.w-navigation .navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  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-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 24px;
  list-style: none;
  text-align: center;
  width: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin: 0;
  max-width: 821px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.w-navigation .navigation__link,
.w-navigation .navigation__link:link,
.w-navigation .navigation__link:visited {
  display: block;
  text-align: left;
  font-size: 54px;
  font-weight: 800;
  color: #fff;
  padding: 24px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-background-size: 240%;
  -moz-background-size: 240%;
  background-size: 240%;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -ms-transition: all 0.45s;
  transition: all 0.45s;
  visibility: hidden;
}
.w-navigation .navigation__link:hover,
.w-navigation .navigation__link:active {
  background-position: 100%;
  color: #d1ff5c;
  padding-left: 32px;
}
.w-navigation .navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 100%;
}
.w-navigation .navigation__checkbox:checked ~ .navigation__nav>.navigation__list {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 100%;
}
.w-navigation .navigation__checkbox:checked ~ .navigation__nav>.navigation__list .navigation__link {
  visibility: visible;
}
.w-navigation .navigation__checkbox:checked ~ .navigation__button {
  top: 24px;
}
.w-navigation .navigation__checkbox:checked ~ .navigation__button:after {
  content: "ZAPRI";
  margin-top: 4px;
}
.w-navigation .navigation__icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 48px;
  height: 48px;
}
.w-navigation .navigation__icon:before,
.w-navigation .navigation__icon:after {
  width: 48px;
  height: 5px;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w-navigation .navigation__button:hover .navigation__icon:before,
.w-navigation .navigation__button:hover .navigation__icon:after {
  background-color: #d1ff5c;
}
.w-navigation .navigation__icon:before,
.w-navigation .navigation__icon:after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.w-navigation .navigation__icon:before {
  top: 15px;
}
.w-navigation .navigation__icon:after {
  bottom: 15px;
}
.w-navigation .navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.w-navigation .navigation__checkbox:checked + .navigation__button .navigation__icon:before {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.w-navigation .navigation__checkbox:checked + .navigation__button .navigation__icon:after {
  bottom: 24px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 1040px) {
  .w-navigation .navigation__link,
  .w-navigation .navigation__link:link,
  .w-navigation .navigation__link:visited {
    font-size: 24px;
    padding: 12px 0;
  }
  .w-navigation .navigation__link:hover,
  .w-navigation .navigation__link:active {
    padding-left: 16px;
  }
  .w-navigation .navigation__button {
    right: 32px;
    top: 0;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .logic-home .w-navigation .navigation__button {
    top: 10px;
  }
  .w-navigation .navigation__icon::before,
  .w-navigation .navigation__icon::after {
    width: 35px;
    height: 4px;
  }
  .w-navigation .navigation__icon::before {
    top: 17px;
  }
  .w-navigation .navigation__icon::after {
    bottom: 17px;
  }
  .w-navigation .navigation__button::after {
    top: calc(100% - 15px);
    letter-spacing: 1px;
  }
  .w-navigation .navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    top: 19px;
  }
  .w-navigation .navigation__checkbox:checked + .navigation__button .navigation__icon::after {
    bottom: 24px;
  }
}
@media (max-width: 800px) {
  .w-navigation .navigation__nav:after {
    right: 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: 100px;
    height: 250px;
  }
}
@media (max-width: 375px) {
  .w-navigation .navigation__button {
    right: 16px;
  }
}
.navigation-opened .w-arrows,
.navigation-opened #progress-widget,
.navigation-opened .w-arrow-down,
.navigation-opened .fixedButton {
  display: none;
}
.body-section1 .w-navigation .navigation__nav:before,
.body-section2 .w-navigation .navigation__nav:before,
.body-section3 .w-navigation .navigation__nav:before,
.body-section4 .w-navigation .navigation__nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.body-section1 .w-navigation .navigation__checkbox:checked ~ .navigation__nav:before,
.body-section2 .w-navigation .navigation__checkbox:checked ~ .navigation__nav:before,
.body-section3 .w-navigation .navigation__checkbox:checked ~ .navigation__nav:before,
.body-section4 .w-navigation .navigation__checkbox:checked ~ .navigation__nav:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.body-section1 .w-navigation .navigation__nav:before {
  background: url("/cache/thumbs/6550f07f860359c75d7c75a9/0x0-none/MCV_slide1.jpg");
}
.body-section1 .navigation__checkbox:checked ~ .navigation__background {
  background-color: #6338ff;
}
@media (max-width: 500px) {
  .body-section1 .w-navigation .navigation__nav:before {
    background: url("/cache/thumbs/6550f07f860359c75d7c75a9/0x0-none/Mobile_Slide1.jpg") no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
  }
}
.body-section2 .w-navigation .navigation__nav:before {
  background: url("/cache/thumbs/6550f07f860359c75d7c75a9/0x0-none/Slide2.jpg");
}
.body-section2 .navigation__checkbox:checked ~ .navigation__background {
  background-color: #3d8cbc;
}
@media (max-width: 500px) {
  .body-section2 .w-navigation .navigation__nav:before {
    background: url("/cache/thumbs/6550f07f860359c75d7c75a9/0x0-none/Mobile_Slide2.jpg") no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
  }
}
.body-section3 .w-navigation .navigation__nav:before {
  background: url("/cache/thumbs/6550f07f860359c75d7c75a9/0x0-none/Slide3.jpg");
}
.body-section3 .navigation__checkbox:checked ~ .navigation__background {
  background-color: #f15b40;
}
@media (max-width: 500px) {
  .body-section3 .w-navigation .navigation__nav:before {
    background: url("/cache/thumbs/6550f07f860359c75d7c75a9/0x0-none/Mobile_slide3.jpg") no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
  }
}
.body-section4 .w-navigation .navigation__nav:before {
  background: url("/cache/thumbs/6550f07f860359c75d7c75a9/0x0-none/Slide4.jpg");
}
.body-section4 .navigation__checkbox:checked ~ .navigation__background {
  background-color: #36bca5;
}
@media (max-width: 500px) {
  .body-section4 .w-navigation .navigation__nav:before {
    background: url("/cache/thumbs/6550f07f860359c75d7c75a9/0x0-none/Mobile_slide4.jpg") no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
  }
}
body:not(.logic-home) .navigation__checkbox:checked ~ .navigation__background,
body:not(.logic-home) .navigation__nav {
  background-color: #6338ff;
}
.w-breadCrumbs {
  position: relative;
  z-index: 0;
}
.w-breadCrumbs a {
  color: #c2bcbc;
}
.columnsBg .w-image .w-holder,
.columns1 .w-image .w-holder,
.columns2 .w-image .w-holder,
.w-specialColumn .w-image .w-holder {
  position: relative;
  padding: 16px 16px 0 0;
}
@media (max-width: 800px) {
  .columnsBg .w-image .w-holder,
  .columns1 .w-image .w-holder,
  .columns2 .w-image .w-holder,
  .w-specialColumn .w-image .w-holder {
    padding: 24px 24px 0 0;
  }
}
.columnsBg .w-image .w-holder:before,
.columns1 .w-image .w-holder:before,
.columns2 .w-image .w-holder:before,
.w-specialColumn .w-image .w-holder .before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}
.columnsBg {
  position: relative;
  z-index: 0;
}
.columnsBg:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6338ff;
  pointer-events: none;
  z-index: -1;
}
.columnsBg .w-image .w-holder:before {
  background: #fff;
  width: calc(100% - 84px);
  height: calc(100% - 84px);
}
@media (max-width: 1040px) {
  .columnsBg .w-columns {
    position: relative;
  }
  .columnsBg .w-columns:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -24px;
    width: calc(100% + 48px);
    height: 100%;
    background: #6338ff;
    pointer-events: none;
    z-index: -1;
  }
}
@media (max-width: 800px) {
  .columnsBg .w-image .w-holder {
    padding: 24px 24px 64px 24px;
  }
  .columnsBg .w-image img {
    width: 100%;
  }
  .columnsBg .w-columns:before {
    left: 0;
    width: 100%;
  }
}
.bulletpointsBox {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-left: 7.708333333333334vw;
  margin-right: 7.708333333333334vw;
  padding: calc(3.666666666666667vw + 25.6px);
}
.bulletpointsBox:before,
.bulletpointsBox:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background: #fff;
  width: 80px;
  height: 80px;
  pointer-events: none;
}
.bulletpointsBox:before {
  left: -55px;
}
.bulletpointsBox:after {
  right: -55px;
}
.bulletpointsBox .w-bulletPoints-style2 .image {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bulletpointsBox .w-bulletPoints-style2 .w-holder {
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .bulletpointsBox:before,
  .bulletpointsBox:after {
    width: 32px;
    height: 32px;
  }
  .bulletpointsBox:before {
    left: -16px;
  }
  .bulletpointsBox:after {
    right: -16px;
  }
}
@media (max-width: 500px) {
  .bulletpointsBox .w-bulletPoints .w-holder {
    --columns: 1;
  }
  .bulletpointsBox:before,
  .bulletpointsBox:after {
    width: 24px;
    height: 24px;
  }
  .bulletpointsBox:before {
    left: -12px;
  }
  .bulletpointsBox:after {
    right: -12px;
  }
}
.w-splitter,
.w-value-text hr {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/Splitter_line.svg") repeat-x;
  border-bottom: none;
  width: 100%;
  height: 7px;
}
.yellow {
  background-color: #feffbb;
}
.white {
  background-color: #fff;
}
.bigTitle {
  margin-left: 5vw;
  margin-right: 5vw;
}
.bigTitle h2 {
  font-size: calc(5.875vw + 51.2px);
  line-height: calc(5.875vw + 51.2px);
  margin-bottom: calc(-0.3125vw - 4px) !important;
}
.bigTitle .w-holder {
  margin-bottom: 0;
}
.columns1 .yellow,
.w-specialColumn .yellow {
  padding-right: 48px;
}
.columns1 ul,
.w-specialColumn ul {
  padding-left: 0;
  overflow: hidden;
}
.columns1 li,
.w-specialColumn li {
  position: relative;
  padding-left: 48px;
}
.columns1 li:before,
.w-specialColumn li:before {
  content: "";
  background: url("/cache/documents/6550f07f860359c75d7c75a9/check.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.columns1 li:not(:last-child),
.w-specialColumn li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 800px) {
  .columns1 .w-image .w-holder,
  .w-specialColumn .w-image .w-holder {
    margin-top: 46px;
  }
}
.span-12 .w-specialColumn .w-columns {
  --gap: 42;
}
.columns1 .w-image:before,
.w-specialColumn .w-image>.before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 200px;
  height: 120px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1040px) {
  .columns1 .w-image:before,
  .w-specialColumn .w-image>.before {
    width: 100px;
    height: 60px;
  }
}
@media (max-width: 1040px) {
  .columns1 .w-image:before,
  .w-specialColumn .w-image>.before {
    width: 100px;
    height: 60px;
  }
}
@media (max-width: 800px) {
  .columns1 .w-image:before,
  .w-specialColumn .w-image>.before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.columns1 .w-image:before {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/content-arrow.svg") no-repeat center;
}
.w-specialColumn .w-rte .w-holder {
  margin-bottom: 32px !important;
}
.columns2,
.w-specialColumn {
  position: relative;
  z-index: 0;
  padding-top: calc(5.416666666666667vw + 16px);
  padding-bottom: calc(5.416666666666667vw + 16px);
}
.columns2 .w-columns,
.w-specialColumn .w-columns {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .columns2 h2 {
    margin-top: 36px;
  }
}
.columns2 .w-image .w-holder,
.w-specialColumn.left .w-image .w-holder {
  padding: 20px 0 0 20px;
}
.columns2:before,
.w-specialColumn>.before {
  content: "";
  position: absolute;
  bottom: -128.5px;
  right: 170px;
  pointer-events: none;
  width: 280px;
  height: 257px;
  -webkit-animation: mcRotate 10s infinite linear;
  -moz-animation: mcRotate 10s infinite linear;
  -o-animation: mcRotate 10s infinite linear;
  -ms-animation: mcRotate 10s infinite linear;
  animation: mcRotate 10s infinite linear;
}
@media (max-width: 1040px) {
  .columns2:before,
  .w-specialColumn>.before {
    width: 100px;
    height: 100px;
    bottom: -50px;
  }
}
.right.w-specialColumn>.before {
  right: auto;
  left: 170px;
}
.columns2:before {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/columns2-dec2.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.columns2 .w-image .w-holder:before,
.w-specialColumn.left .w-image .w-holder .before {
  right: auto;
  left: 0;
}
.columns2 .w-image .w-holder:after,
.w-specialColumn .w-image .w-holder .after {
  content: "";
  width: 167px;
  height: 167px;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1040px) {
  .columns2 .w-image .w-holder:after,
  .w-specialColumn .w-image .w-holder .after {
    width: 80px;
    height: 80px;
  }
}
.columns2 .w-image .w-holder:after {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/columns2-dec1.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.columns1 .w-image,
.columns2 .w-image,
.w-specialColumn .w-image {
  position: relative;
  z-index: 0;
}
.columns1 .w-image .w-holder:before,
.columns2 .w-image .w-holder:before,
.w-specialColumn .w-image .w-holder:before,
.columns1 .w-image .w-holder .before,
.columns2 .w-image .w-holder .before,
.w-specialColumn .w-image .w-holder .before {
  background: #d1ff5c;
  width: calc(100% - 52px);
  height: calc(100% - 52px);
}
.columns1 .w-image img,
.columns2 .w-image img,
.w-specialColumn .w-image img {
  width: 100%;
}
.columns1 .w-bulletPoints .title,
.columns2 .w-bulletPoints .title,
.w-specialColumn .w-bulletPoints .title {
  font-family: 'Poppins', sans-serif;
}
.content .w-specialColumn .w-columns {
  margin-bottom: 0 !important;
  max-width: calc(100vw - var(--global-margin, 24px) * 2);
  margin-left: auto;
  margin-right: auto;
}
.w-viewWidget:has(.w-specialColumn)>.w-holder {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.paddingLeft {
  padding-left: calc(50% - 720px);
}
.galleryBox {
  position: relative;
  z-index: 0;
  margin-bottom: calc(8.041666666666666vw + 25.6px) !important;
}
.galleryBox >.w-gallery2-filmstrip .w-holder {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.galleryBox .w-gallery2-filmstrip:before {
  content: "";
  position: absolute;
  top: 64px;
  right: 64px;
  bottom: -64px;
  left: -64px;
  background-color: #7d59ff;
  z-index: -1;
  pointer-events: none;
}
.galleryBox:after {
  content: "";
  position: absolute;
  bottom: -173px;
  right: 20%;
  width: 164px;
  height: 164px;
  background: url("/cache/documents/6550f07f860359c75d7c75a9/galleryDecoration.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
  -webkit-animation: mcRotate 10s infinite linear;
  -moz-animation: mcRotate 10s infinite linear;
  -o-animation: mcRotate 10s infinite linear;
  -ms-animation: mcRotate 10s infinite linear;
  animation: mcRotate 10s infinite linear;
}
.galleryBox.paddingLeft,
.galleryBox {
  padding-left: 64px;
}
.galleryBox .w-gallery2-filmstrip .w-holder {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}
@media (max-width: 1040px) {
  .galleryBox.paddingLeft,
  .galleryBox {
    padding-left: 24px;
  }
  .galleryBox .w-gallery2-filmstrip:before {
    top: 24px;
    right: 24px;
    bottom: -24px;
    left: -24px;
  }
  .galleryBox:before {
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
  }
  .galleryBox:after {
    bottom: -77px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 500px) {
  .galleryBox:before {
    width: 100%;
    height: 25%;
  }
  .galleryBox:after {
    width: 40px;
    height: 40px;
  }
  .galleryBox .w-holder {
    --columns: 1;
  }
}
.ui-carousel-prev,
.ui-carousel-next {
  -webkit-background-size: 12px !important;
  -moz-background-size: 12px !important;
  background-size: 12px !important;
  -webkit-box-shadow: -3px 6px 0px 0px #000;
  box-shadow: -3px 6px 0px 0px #000;
}
.ui-carousel-prev:before,
.ui-carousel-next:before {
  display: none;
}
.ui-carousel-prev {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/arrow-left-carousel.svg") no-repeat center, #fff;
}
.ui-carousel-next {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/arrow-right-carousel.svg") no-repeat center, #fff;
}
.articleList .w-articleList-content {
  position: relative;
  z-index: 0;
}
.articleList .w-articleList-content:before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 38px;
  left: -132px;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  border: 4px solid #6338ff;
  z-index: 1;
}
.site .w-articleListPagination .loarMore-holder {
  margin-top: 48px;
}
.site .w-articleListPagination .ui-button {
  background: #efefef;
}
.site .w-articleListPagination .ui-button:hover {
  background: var(--button-hover-background, #8a8a8a);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (max-width: 500px) {
  .logic-content .w-articleList .w-holder {
    --columns: 1;
  }
}
.logic-articleCategory .w-articleList {
  position: relative;
  z-index: 0;
}
.logic-articleCategory .w-articleList:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -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: 167px;
  height: 167px;
  background: url("/cache/documents/6550f07f860359c75d7c75a9/circles-orange.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.logic-articleCategory .w-articleList .w-articleList-content {
  position: relative;
}
.logic-articleCategory .w-articleList .w-articleList-content:before,
.logic-articleCategory .w-articleList .w-articleList-content:after {
  content: "";
  pointer-events: none;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  background-size: contain !important;
  position: absolute;
  top: 50%;
}
.logic-articleCategory .w-articleList .w-articleList-content:before {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/articleDecoration.svg") no-repeat center;
  width: 143px;
  height: 132px;
  right: calc(100% - 16px);
  z-index: 1;
}
.logic-articleCategory .w-articleList .w-articleList-content:after {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/triangle-orange.svg") no-repeat center;
  width: 185px;
  height: 185px;
  left: calc(100% - 48px);
}
@media (max-width: 1040px) {
  .logic-articleCategory .w-articleList:before {
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-12px, -50%);
    -moz-transform: translate(-12px, -50%);
    -o-transform: translate(-12px, -50%);
    -ms-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%);
  }
  .logic-articleCategory .w-articleList .w-articleList-content:before {
    width: 90px;
    height: 80px;
  }
  .logic-articleCategory .w-articleList .w-articleList-content:after {
    width: 80px;
    height: 80px;
    left: auto;
    right: -12px;
  }
}
@media (max-width: 800px) {
  .logic-articleCategory .w-articleList:before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 500px) {
  .logic-articleCategory .w-articleList .w-holder {
    --columns: 1;
  }
  .logic-articleCategory .w-articleList.w-articleList-grid3:not(.w-articleList-display-scrollableFilmstrip):not(.w-articleList-display-list) .w-article-thumb0 {
    grid-area: 1/1/1/1;
  }
}
.articleImg {
  position: relative;
  padding: 16px 16px 0 0;
}
.articleImg:before {
  content: "";
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 243px;
  height: calc(100% - 32px);
  background-color: #d1ff5c;
}
@media (max-width: 800px) {
  .articleImg {
    --height: 350px;
  }
}
.logic-articlePage {
  position: relative;
  z-index: 0;
}
.logic-articlePage:before {
  content: "";
  position: absolute;
  bottom: 850px;
  left: 24px;
  background: url("/cache/documents/6550f07f860359c75d7c75a9/triangle2-orange.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 95px;
  height: 95px;
  pointer-events: none;
  z-index: -1;
}
.logic-articlePage .w-articleList {
  position: relative;
  z-index: 0;
}
.logic-articlePage .w-articleList:before {
  content: "";
  pointer-events: none;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: calc(100% + 277px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/cache/documents/6550f07f860359c75d7c75a9/columns2-dec2.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 178px;
  height: 163px;
}
.logic-articlePage p.imgDecoration {
  position: relative;
  z-index: 0;
  padding: 20px 20px 0 0;
}
.logic-articlePage p.imgDecoration:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 148px;
  height: calc(100% - 66%);
  border: 4px solid #d1ff5c;
  pointer-events: none;
  z-index: -1;
}
.logic-articlePage p img {
  width: 100%;
}
@media (max-width: 800px) {
  .logic-articlePage:before {
    left: auto;
    right: 24px;
  }
}
.boxDecoration {
  position: relative;
  z-index: 0;
}
.boxDecoration:before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-60%, 50%);
  -moz-transform: translate(-60%, 50%);
  -o-transform: translate(-60%, 50%);
  -ms-transform: translate(-60%, 50%);
  transform: translate(-60%, 50%);
  width: 274px;
  height: 274px;
  border-radius: 50%;
  border: 4px solid #d1ff5c;
}
@media (max-width: 1040px) {
  .boxDecoration:before {
    display: none;
  }
}
.boxDecoration2:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 1px;
  right: 82px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background: url("/cache/documents/6550f07f860359c75d7c75a9/star-orange.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 118px;
  height: 227px;
}
@media (max-width: 800px) {
  .boxDecoration2:after {
    width: 100px;
    height: 127px;
  }
}
.ui-dialog-wrapper {
  z-index: 2 !important;
}
@media (max-width: 1040px) {
  .logic-home .ui-folding .w-search-compact2 {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
    margin-top: 16px;
  }
}
.logic-home .w-rte h2 {
  line-height: 110%;
}
.dictionary-word {
  border-bottom: 2px dotted;
}
.dictionary-tooltip {
  font-size: 12px;
}
.dictionary-tooltip:before {
  content: "";
  background-color: #fff;
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 auto;
  -webkit-transform: rotate(45deg) translate(50%, 6px);
  -moz-transform: rotate(45deg) translate(50%, 6px);
  -o-transform: rotate(45deg) translate(50%, 6px);
  -ms-transform: rotate(45deg) translate(50%, 6px);
  transform: rotate(45deg) translate(50%, 6px);
}
.dictionary-tooltip span {
  display: block;
  padding: 8px 12px;
  background-color: #fff;
  max-width: 180px;
  -webkit-box-shadow: rgba(0,0,0,0.15) 0px 3px 12px;
  box-shadow: rgba(0,0,0,0.15) 0px 3px 12px;
}
.w-breadcrumbs a {
  font-size: 13px;
}
.w-eventData {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  color: #fff;
}
.w-eventData >div:not(:last-child) {
  border-right: 1px solid #fff;
  margin-right: 16px;
  padding-right: 16px;
}
.w-eventData span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 8px;
}
@media (max-width: 800px) {
  .w-eventData {
    display: block;
  }
  .w-eventData >div:not(:last-child) {
    border-right: 0 none;
    border-bottom: 1px solid #fff;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
  }
}
.reservationSearch .ui-form-content {
  padding: 16px 24px 12px 24px;
  background-color: rgb(var(--color-primary));
}
.reservationSearch .ui-form-content .ui-button {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.reservationSearch .ui-form-content label {
  color: #fff;
  font-weight: 600;
}
.reservationSearch .ui-form-content >div:not(:last-child) {
  max-width: 240px;
}
.reservationSearch .ui-form-content .notice {
  color: #fff;
}
@media (min-width: 1039px) {
  .reservationSearch .ui-form-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .reservationSearch .ui-form-content >div:not(:last-child) {
    margin-right: 16px;
  }
}
.w-productThumb .price.conditional:not(.lowest) {
  display: block;
}
.price.conditional:not(.lowest) {
  margin-right: 16px;
}
.price.conditional:not(.lowest) .price-title {
  background: transparent;
  padding: 0;
  color: rgb(var(--color-muted));
}
.price.conditional:not(.lowest) .price-value {
  font-weight: 600;
  font-size: 1.25rem;
}
.w-productPrices .price.conditional:not(.lowest) {
  display: block;
}
.w-productPrices .price.conditional:not(.lowest) .price-title {
  display: block;
}
.w-productPrices .price.conditional:not(.lowest) .price-value {
  font-size: 2rem;
  font-weight: 500;
}
.prices:has(.conditional) .notLowest {
  display: none;
}
.cart-options .viewProduct,
.shipments-wrapper,
.rowHolder.delivery,
.summaryContact,
.shippingList-itemInfo {
  display: none !important;
}
.changeContact-wrapper {
  margin: 64px 0;
}
.site_kunigunda .contentHeader .w-value-title,
.site_kunigunda .contentHeader .w-value-text {
  position: relative;
  z-index: 1;
}
.site_kunigunda .contentHeader .w-value-image,
.site_kunigunda .w-specialColumn .w-image {
  padding-right: 56px;
}
.site_kunigunda .w-specialColumn .w-image {
  position: relative;
}
.site_kunigunda .w-specialColumn .w-image .w-holder {
  padding: 0 24px 0 0;
}
.site_kunigunda .w-specialColumn .w-image .before {
  width: auto;
  height: auto;
}
.site_kunigunda .w-specialColumn {
  position: relative;
  z-index: 0;
}
.site_kunigunda .w-specialColumn .w-rte,
.site_kunigunda .w-specialColumn .w-button {
  position: relative;
  z-index: 1;
}
.site_kunigunda .w-companyInfo {
  position: relative;
  z-index: 1;
}
.site_kunigunda .w-specialColumn .w-image .w-holder .before,
.logic-articlePage .w-specialColumn .w-image .w-holder .before,
.site_kunigunda .w-value-image::before,
.logic-articlePage .w-value-image::before {
  background: url("/cache/documents/6550f07f860359c75d7c75a9/spray_bg_2.svg") top right no-repeat !important;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  top: calc(-3.125vw - 40px);
  right: -24px;
  left: -80px;
  bottom: 0;
}
.site_kunigunda .contentHeader::after {
  border-radius: 0;
  border: 0 none;
  background: url("/cache/documents/6550f07f860359c75d7c75a9/logo_crn.svg") no-repeat top left;
  -webkit-background-size: containt;
  -moz-background-size: containt;
  background-size: containt;
}
.w-tabs .ui-tabs-header {
  max-width: 1440px;
  margin: 0 auto;
}
.theme-theme1 {
  color: #fff;
}
.theme-theme1 p,
.theme-theme1 h1,
.theme-theme1 h2,
.theme-theme1 h3,
.theme-theme1 h4,
.theme-theme1 h5,
.theme-theme1 h6,
.theme-theme1 .ui-form-title,
.theme-theme1 .ui-form label,
.theme-theme1 .ui-form .label,
.theme-theme1 .navigation__link,
.theme-theme1 .w-value,
.theme-theme1 .w-eventData,
.theme-theme1 .w-theme-btn,
.theme-theme1 .w-search-open,
.theme-theme1 .navigation__icon,
.theme-theme1 .navigation__button:after,
.theme-theme1 .w-menu-gridThumb .menu-title {
  color: #fff !important;
}
.theme-theme1 .hostelButton .ui-button,
.theme-theme1 .contentHeader:before,
.theme-theme1 .columns2,
.theme-theme1 .bulletpointsBox,
.theme-theme1 .ui-folding,
.theme-theme1 .boxDecoration,
.theme-theme1 .w-article-text,
.theme-theme1 .w-menu-gridThumb-holder,
.theme-theme1 .ui-accordion-header,
.theme-theme1 .w-accordion .w-holder,
.theme-theme1 .navigation__nav {
  background: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
.theme-theme1 .navigation__icon:before,
.theme-theme1 .navigation__icon:after,
.theme-theme1 .galleryBox .w-gallery2-filmstrip:before,
.theme-theme1 .ui-button,
.theme-theme1 .ui-button img,
.theme-theme1 .contentHeader .w-value-image::before,
.theme-theme1 .columns1 .w-image .w-holder:before,
.theme-theme1 .columns2 .w-image .w-holder:before,
.theme-theme1 .dictionary-tooltip span,
.theme-theme1 .w-value-text strong,
.theme-theme1 .w-rte strong,
.theme-theme1 .w-menu-horizontalScroll .menu-title,
.theme-theme1 .w-menu-horizontalScroll a,
.theme-theme1 .dictionary-tooltip:before {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}
.theme-theme1 .bulletPoint .title,
.theme-theme1 .w-breadCrumbs a {
  color: #fff !important;
}
.theme-theme1 .contentHeader::after,
.theme-theme1 .w-holder {
  border-color: #fff !important;
}
.theme-theme1 .w-menu-horizontalScroll a.selected,
.theme-theme1 .w-menu-horizontalScroll a.selected .menu-title {
  border-color: #000 !important;
}
.theme-theme1.logic-articlePage:before,
.theme-theme1 .boxDecoration2:after,
.theme-theme1 .section1>.w-box:before,
.theme-theme1 .section2:after,
.theme-theme1 .section4>.w-box:before,
.theme-theme1 .section3:after,
.theme-theme1 .footer:after,
.theme-theme1 .w-articleList-content:before,
.theme-theme1 .w-articleList-content:after,
.theme-theme1 .galleryBox:after,
.theme-theme1 .columns2:before,
.theme-theme1 .columns1 .w-image:before,
.theme-theme1 .columns2 .w-image .w-holder:after,
.theme-theme1 .footer:before,
.theme-theme1 .boxDecoration:before,
.theme-theme1 .w-articleList:before {
  filter: brightness(0) invert(1) !important;
}
.theme-theme1 .navigation__nav:before {
  background: none !important;
}
.theme-theme2 {
  color: #000;
}
.theme-theme2 p,
.theme-theme2 h1,
.theme-theme2 h2,
.theme-theme2 h3,
.theme-theme2 h4,
.theme-theme2 h5,
.theme-theme2 h6,
.theme-theme2 .ui-form-title,
.theme-theme2 .ui-form label,
.theme-theme2 .ui-form .label,
.theme-theme2 .navigation__link,
.theme-theme2 .w-value,
.theme-theme2 .w-eventData,
.theme-theme2 .w-theme-btn,
.theme-theme2 .w-search-open,
.theme-theme2 .navigation__icon,
.theme-theme2 .navigation__button:after,
.theme-theme2 .w-menu-gridThumb .menu-title {
  color: #000 !important;
}
.theme-theme2 .hostelButton .ui-button,
.theme-theme2 .contentHeader:before,
.theme-theme2 .columns2,
.theme-theme2 .bulletpointsBox,
.theme-theme2 .ui-folding,
.theme-theme2 .boxDecoration,
.theme-theme2 .w-article-text,
.theme-theme2 .w-menu-gridThumb-holder,
.theme-theme2 .ui-accordion-header,
.theme-theme2 .w-accordion .w-holder,
.theme-theme2 .navigation__nav {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}
.theme-theme2 .navigation__icon:before,
.theme-theme2 .navigation__icon:after,
.theme-theme2 .galleryBox .w-gallery2-filmstrip:before,
.theme-theme2 .ui-button,
.theme-theme2 .ui-button img,
.theme-theme2 .contentHeader .w-value-image::before,
.theme-theme2 .columns1 .w-image .w-holder:before,
.theme-theme2 .columns2 .w-image .w-holder:before,
.theme-theme2 .dictionary-tooltip span,
.theme-theme2 .w-value-text strong,
.theme-theme2 .w-rte strong,
.theme-theme2 .w-menu-horizontalScroll .menu-title,
.theme-theme2 .w-menu-horizontalScroll a,
.theme-theme2 .dictionary-tooltip:before {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.theme-theme2 .bulletPoint .title,
.theme-theme2 .w-breadCrumbs a {
  color: #000 !important;
}
.theme-theme2 .contentHeader::after,
.theme-theme2 .w-holder {
  border-color: #000 !important;
}
.theme-theme2 .w-menu-horizontalScroll a.selected,
.theme-theme2 .w-menu-horizontalScroll a.selected .menu-title {
  border-color: #fff !important;
}
.theme-theme2.logic-articlePage:before,
.theme-theme2 .boxDecoration2:after,
.theme-theme2 .section1>.w-box:before,
.theme-theme2 .section2:after,
.theme-theme2 .section4>.w-box:before,
.theme-theme2 .section3:after,
.theme-theme2 .footer:after,
.theme-theme2 .w-articleList-content:before,
.theme-theme2 .w-articleList-content:after,
.theme-theme2 .galleryBox:after,
.theme-theme2 .columns2:before,
.theme-theme2 .columns1 .w-image:before,
.theme-theme2 .columns2 .w-image .w-holder:after,
.theme-theme2 .footer:before,
.theme-theme2 .boxDecoration:before,
.theme-theme2 .w-articleList:before {
  filter: brightness(0) invert(1) !important;
}
.theme-theme2 .navigation__nav:before {
  background: none !important;
}
.theme-theme3 {
  color: #ffe800;
}
.theme-theme3 p,
.theme-theme3 h1,
.theme-theme3 h2,
.theme-theme3 h3,
.theme-theme3 h4,
.theme-theme3 h5,
.theme-theme3 h6,
.theme-theme3 .ui-form-title,
.theme-theme3 .ui-form label,
.theme-theme3 .ui-form .label,
.theme-theme3 .navigation__link,
.theme-theme3 .w-value,
.theme-theme3 .w-eventData,
.theme-theme3 .w-theme-btn,
.theme-theme3 .w-search-open,
.theme-theme3 .navigation__icon,
.theme-theme3 .navigation__button:after,
.theme-theme3 .w-menu-gridThumb .menu-title {
  color: #ffe800 !important;
}
.theme-theme3 .hostelButton .ui-button,
.theme-theme3 .contentHeader:before,
.theme-theme3 .columns2,
.theme-theme3 .bulletpointsBox,
.theme-theme3 .ui-folding,
.theme-theme3 .boxDecoration,
.theme-theme3 .w-article-text,
.theme-theme3 .w-menu-gridThumb-holder,
.theme-theme3 .ui-accordion-header,
.theme-theme3 .w-accordion .w-holder,
.theme-theme3 .navigation__nav {
  background: #00008b !important;
  color: #ffe800 !important;
  border-color: #ffe800 !important;
}
.theme-theme3 .navigation__icon:before,
.theme-theme3 .navigation__icon:after,
.theme-theme3 .galleryBox .w-gallery2-filmstrip:before,
.theme-theme3 .ui-button,
.theme-theme3 .ui-button img,
.theme-theme3 .contentHeader .w-value-image::before,
.theme-theme3 .columns1 .w-image .w-holder:before,
.theme-theme3 .columns2 .w-image .w-holder:before,
.theme-theme3 .dictionary-tooltip span,
.theme-theme3 .w-value-text strong,
.theme-theme3 .w-rte strong,
.theme-theme3 .w-menu-horizontalScroll .menu-title,
.theme-theme3 .w-menu-horizontalScroll a,
.theme-theme3 .dictionary-tooltip:before {
  background-color: #ffe800 !important;
  color: #00008b !important;
  border-color: #ffe800 !important;
}
.theme-theme3 .bulletPoint .title,
.theme-theme3 .w-breadCrumbs a {
  color: #ffe800 !important;
}
.theme-theme3 .contentHeader::after,
.theme-theme3 .w-holder {
  border-color: #ffe800 !important;
}
.theme-theme3 .w-menu-horizontalScroll a.selected,
.theme-theme3 .w-menu-horizontalScroll a.selected .menu-title {
  border-color: #00008b !important;
}
.theme-theme3.logic-articlePage:before,
.theme-theme3 .boxDecoration2:after,
.theme-theme3 .section1>.w-box:before,
.theme-theme3 .section2:after,
.theme-theme3 .section4>.w-box:before,
.theme-theme3 .section3:after,
.theme-theme3 .footer:after,
.theme-theme3 .w-articleList-content:before,
.theme-theme3 .w-articleList-content:after,
.theme-theme3 .galleryBox:after,
.theme-theme3 .columns2:before,
.theme-theme3 .columns1 .w-image:before,
.theme-theme3 .columns2 .w-image .w-holder:after,
.theme-theme3 .footer:before,
.theme-theme3 .boxDecoration:before,
.theme-theme3 .w-articleList:before {
  filter: brightness(0) invert(1) !important;
}
.theme-theme3 .navigation__nav:before {
  background: none !important;
}
.theme-theme4 {
  color: #000;
}
.theme-theme4 p,
.theme-theme4 h1,
.theme-theme4 h2,
.theme-theme4 h3,
.theme-theme4 h4,
.theme-theme4 h5,
.theme-theme4 h6,
.theme-theme4 .ui-form-title,
.theme-theme4 .ui-form label,
.theme-theme4 .ui-form .label,
.theme-theme4 .navigation__link,
.theme-theme4 .w-value,
.theme-theme4 .w-eventData,
.theme-theme4 .w-theme-btn,
.theme-theme4 .w-search-open,
.theme-theme4 .navigation__icon,
.theme-theme4 .navigation__button:after,
.theme-theme4 .w-menu-gridThumb .menu-title {
  color: #000 !important;
}
.theme-theme4 .hostelButton .ui-button,
.theme-theme4 .contentHeader:before,
.theme-theme4 .columns2,
.theme-theme4 .bulletpointsBox,
.theme-theme4 .ui-folding,
.theme-theme4 .boxDecoration,
.theme-theme4 .w-article-text,
.theme-theme4 .w-menu-gridThumb-holder,
.theme-theme4 .ui-accordion-header,
.theme-theme4 .w-accordion .w-holder,
.theme-theme4 .navigation__nav {
  background: #f5f5dc !important;
  color: #000 !important;
  border-color: #000 !important;
}
.theme-theme4 .navigation__icon:before,
.theme-theme4 .navigation__icon:after,
.theme-theme4 .galleryBox .w-gallery2-filmstrip:before,
.theme-theme4 .ui-button,
.theme-theme4 .ui-button img,
.theme-theme4 .contentHeader .w-value-image::before,
.theme-theme4 .columns1 .w-image .w-holder:before,
.theme-theme4 .columns2 .w-image .w-holder:before,
.theme-theme4 .dictionary-tooltip span,
.theme-theme4 .w-value-text strong,
.theme-theme4 .w-rte strong,
.theme-theme4 .w-menu-horizontalScroll .menu-title,
.theme-theme4 .w-menu-horizontalScroll a,
.theme-theme4 .dictionary-tooltip:before {
  background-color: #000 !important;
  color: #f5f5dc !important;
  border-color: #000 !important;
}
.theme-theme4 .bulletPoint .title,
.theme-theme4 .w-breadCrumbs a {
  color: #000 !important;
}
.theme-theme4 .contentHeader::after,
.theme-theme4 .w-holder {
  border-color: #000 !important;
}
.theme-theme4 .w-menu-horizontalScroll a.selected,
.theme-theme4 .w-menu-horizontalScroll a.selected .menu-title {
  border-color: #f5f5dc !important;
}
.theme-theme4.logic-articlePage:before,
.theme-theme4 .boxDecoration2:after,
.theme-theme4 .section1>.w-box:before,
.theme-theme4 .section2:after,
.theme-theme4 .section4>.w-box:before,
.theme-theme4 .section3:after,
.theme-theme4 .footer:after,
.theme-theme4 .w-articleList-content:before,
.theme-theme4 .w-articleList-content:after,
.theme-theme4 .galleryBox:after,
.theme-theme4 .columns2:before,
.theme-theme4 .columns1 .w-image:before,
.theme-theme4 .columns2 .w-image .w-holder:after,
.theme-theme4 .footer:before,
.theme-theme4 .boxDecoration:before,
.theme-theme4 .w-articleList:before {
  filter: brightness(0) invert(1) !important;
}
.theme-theme4 .navigation__nav:before {
  background: none !important;
}
.theme-theme5 {
  color: #0f0;
}
.theme-theme5 p,
.theme-theme5 h1,
.theme-theme5 h2,
.theme-theme5 h3,
.theme-theme5 h4,
.theme-theme5 h5,
.theme-theme5 h6,
.theme-theme5 .ui-form-title,
.theme-theme5 .ui-form label,
.theme-theme5 .ui-form .label,
.theme-theme5 .navigation__link,
.theme-theme5 .w-value,
.theme-theme5 .w-eventData,
.theme-theme5 .w-theme-btn,
.theme-theme5 .w-search-open,
.theme-theme5 .navigation__icon,
.theme-theme5 .navigation__button:after,
.theme-theme5 .w-menu-gridThumb .menu-title {
  color: #0f0 !important;
}
.theme-theme5 .hostelButton .ui-button,
.theme-theme5 .contentHeader:before,
.theme-theme5 .columns2,
.theme-theme5 .bulletpointsBox,
.theme-theme5 .ui-folding,
.theme-theme5 .boxDecoration,
.theme-theme5 .w-article-text,
.theme-theme5 .w-menu-gridThumb-holder,
.theme-theme5 .ui-accordion-header,
.theme-theme5 .w-accordion .w-holder,
.theme-theme5 .navigation__nav {
  background: #000 !important;
  color: #0f0 !important;
  border-color: #0f0 !important;
}
.theme-theme5 .navigation__icon:before,
.theme-theme5 .navigation__icon:after,
.theme-theme5 .galleryBox .w-gallery2-filmstrip:before,
.theme-theme5 .ui-button,
.theme-theme5 .ui-button img,
.theme-theme5 .contentHeader .w-value-image::before,
.theme-theme5 .columns1 .w-image .w-holder:before,
.theme-theme5 .columns2 .w-image .w-holder:before,
.theme-theme5 .dictionary-tooltip span,
.theme-theme5 .w-value-text strong,
.theme-theme5 .w-rte strong,
.theme-theme5 .w-menu-horizontalScroll .menu-title,
.theme-theme5 .w-menu-horizontalScroll a,
.theme-theme5 .dictionary-tooltip:before {
  background-color: #0f0 !important;
  color: #000 !important;
  border-color: #0f0 !important;
}
.theme-theme5 .bulletPoint .title,
.theme-theme5 .w-breadCrumbs a {
  color: #0f0 !important;
}
.theme-theme5 .contentHeader::after,
.theme-theme5 .w-holder {
  border-color: #0f0 !important;
}
.theme-theme5 .w-menu-horizontalScroll a.selected,
.theme-theme5 .w-menu-horizontalScroll a.selected .menu-title {
  border-color: #000 !important;
}
.theme-theme5.logic-articlePage:before,
.theme-theme5 .boxDecoration2:after,
.theme-theme5 .section1>.w-box:before,
.theme-theme5 .section2:after,
.theme-theme5 .section4>.w-box:before,
.theme-theme5 .section3:after,
.theme-theme5 .footer:after,
.theme-theme5 .w-articleList-content:before,
.theme-theme5 .w-articleList-content:after,
.theme-theme5 .galleryBox:after,
.theme-theme5 .columns2:before,
.theme-theme5 .columns1 .w-image:before,
.theme-theme5 .columns2 .w-image .w-holder:after,
.theme-theme5 .footer:before,
.theme-theme5 .boxDecoration:before,
.theme-theme5 .w-articleList:before {
  filter: brightness(0) invert(1) !important;
}
.theme-theme5 .navigation__nav:before {
  background: none !important;
}
.theme-theme2.logic-articlePage:before,
.theme-theme4.logic-articlePage:before,
.theme-theme2 .boxDecoration2:after,
.theme-theme4 .boxDecoration2:after,
.theme-theme2 .section1>.w-box:before,
.theme-theme4 .section1>.w-box:before,
.theme-theme2 .section2:after,
.theme-theme4 .section2:after,
.theme-theme2 .section4>.w-box:before,
.theme-theme4 .section4>.w-box:before,
.theme-theme2 .section3:after,
.theme-theme4 .section3:after,
.theme-theme2 .footer:after,
.theme-theme4 .footer:after,
.theme-theme2 .w-articleList-content:before,
.theme-theme4 .w-articleList-content:before,
.theme-theme2 .w-articleList-content:after,
.theme-theme4 .w-articleList-content:after,
.theme-theme2 .galleryBox:after,
.theme-theme4 .galleryBox:after,
.theme-theme2 .columns2:before,
.theme-theme4 .columns2:before,
.theme-theme2 .columns1 .w-image:before,
.theme-theme4 .columns1 .w-image:before,
.theme-theme2 .columns2 .w-image .w-holder:after,
.theme-theme4 .columns2 .w-image .w-holder:after,
.theme-theme2 .footer:before,
.theme-theme4 .footer:before,
.theme-theme2 .boxDecoration:before,
.theme-theme4 .boxDecoration:before,
.theme-theme2 .w-articleList:before,
.theme-theme4 .w-articleList:before {
  filter: brightness(0) !important;
}
.theme-theme3.logic-articlePage:before,
.theme-theme3 .boxDecoration2:after,
.theme-theme3 .section1>.w-box:before,
.theme-theme3 .section2:after,
.theme-theme3 .section4>.w-box:before,
.theme-theme3 .section3:after,
.theme-theme3 .footer:after,
.theme-theme3 .w-articleList-content:before,
.theme-theme3 .w-articleList-content:after,
.theme-theme3 .galleryBox:after,
.theme-theme3 .columns2:before,
.theme-theme3 .columns1 .w-image:before,
.theme-theme3 .columns2 .w-image .w-holder:after,
.theme-theme3 .footer:before,
.theme-theme3 .boxDecoration:before,
.theme-theme3 .w-articleList:before {
  filter: invert(73%) sepia(91%) saturate(492%) hue-rotate(1deg) brightness(107%) contrast(104%) !important;
}
.theme-theme5.logic-articlePage:before,
.theme-theme5 .boxDecoration2:after,
.theme-theme5 .section1>.w-box:before,
.theme-theme5 .section2:after,
.theme-theme5 .section4>.w-box:before,
.theme-theme5 .section3:after,
.theme-theme5 .footer:after,
.theme-theme5 .w-articleList-content:before,
.theme-theme5 .w-articleList-content:after,
.theme-theme5 .galleryBox:after,
.theme-theme5 .columns2:before,
.theme-theme5 .columns1 .w-image:before,
.theme-theme5 .columns2 .w-image .w-holder:after,
.theme-theme5 .footer:before,
.theme-theme5 .boxDecoration:before,
.theme-theme5 .w-articleList:before {
  filter: invert(61%) sepia(82%) saturate(4500%) hue-rotate(87deg) brightness(132%) contrast(110%) !important;
}
.w-value-image img {
  width: 100%;
}
@media (min-width: 799px) {
  .ui-scrollTop {
    right: 128px;
  }
}
@media (max-width: 800px) {
  .mobileShow {
    display: block;
  }
  .mobileHide {
    display: none;
  }
}
.ui-gallery.fullScreen {
  z-index: 2;
}
.events .datePublished,
.events .category {
  display: none;
}
body:has(.initial-snow) .snow:nth-child(2n) {
  color: #ff0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body:has(.initial-snow) .snow:nth-child(3n) {
  color: #f00;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body:has(.initial-snow) .logo a {
  position: relative;
}
body:has(.initial-snow) .logo a:before {
  content: "";
  position: absolute;
  top: -58px;
  right: 13px;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(28deg);
  -moz-transform: rotate(28deg);
  -o-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
  background: url("http://admin.sitexo.com/cache/documents/61516ec3ea186d407ec5bfab/Logo_sticker4.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media (max-width: 1040px) {
  body:has(.initial-snow) .logo a:before {
    width: 23px;
    height: 23px;
    top: -34px;
    right: 22px;
  }
}
@media (max-width: 800px) {
  body:has(.initial-snow) .logo a:before {
    width: 23px;
    height: 23px;
    top: -51px;
    right: -11px;
  }
}
body:has(.initial-snow).body-section1 .logo a:before {
  top: -97px;
}
@-moz-keyframes section1 {
  0% {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    left: 49%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes section1 {
  0% {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    left: 49%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes section1 {
  0% {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    left: 49%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes section1 {
  0% {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    left: 49%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes mcRotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes mcRotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes mcRotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mcRotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes flashing {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes flashing {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes flashing {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
