@charset "UTF-8";
			.section-quote {
				box-sizing: border-box;
				display: grid;
				overflow: hidden;
				position: relative;
			}
			.section-quote__pattern {
				align-self: center;
				height: 100%;
				left: 50%;
				position: absolute;
				top: 0;
				transform: translate(-50%);
				width: calc(100% - var(--container-padding) * 2);
			}
			.section-quote__pattern + .section-quote__container {
				padding: clamp(4rem, 3.2vw, 5rem) clamp(3rem, 3.2vw, 5rem);
			}
			@media (max-width: 767px) {
				.section-quote__pattern + .section-quote__container {
					padding: 4rem 2.5rem;
				}
			}
			.section-quote__pattern
				+ .section-quote__container
				.section-quote__content {
				padding-block: 5rem;
				padding-inline: 3rem;
			}
			.section-quote__container {
				position: relative;
				z-index: 1;
			}
			@media (max-width: 767px) {
				.section-quote__container {
					margin: 0;
				}
			}
			.section-quote__container:not(:first-child) {
				background-clip: content-box;
				background-color: #fff;
			}
			.section-quote__content {
				display: grid;
				gap: 1.5rem;
			}
			.section-quote__logo {
				margin: auto auto 2rem;
				max-width: 190px;
				width: 100%;
			}
			@media (min-width: 1200px) {
				.section-quote__logo {
					margin-bottom: 3rem;
				}
			}
			.section-quote__text {
				align-items: center;
				display: flex;
				justify-content: center;
				margin-inline: auto;
				max-width: 100rem;
				text-align: center;
			}
			@media (max-width: 1199px) {
				.section-quote__text {
					font-size: 2.8rem;
					line-height: 1.14;
				}
			}
			.section-quote__text > :first-child:after,
			.section-quote__text > :first-child:before {
				font-size: 6rem;
				position: absolute;
			}
			@media (min-width: 990px) {
				.section-quote__text > :first-child:after,
				.section-quote__text > :first-child:before {
					font-size: 8rem;
				}
			}
			.section-quote__text > :first-child:before {
				content: '“';
				transform: translate3d(-120%, -10%, 0);
			}
			@media (min-width: 1200px) {
				.section-quote__text > :first-child:before {
					transform: translate3d(-120%, 0, 0);
				}
			}
			.section-quote__text > :first-child:after {
				content: '”';
				display: inline-block;
				line-height: 0;
				position: static;
				transform: translate3d(30%, 25px, 0);
			}
			@media (min-width: 990px) {
				.section-quote__text > :first-child:after {
					transform: translate3d(10%, 35px, 0);
				}
			}
			.section-quote__quoted {
				line-height: 1.2;
				text-align: center;
			}
			@media (max-width: 767px) {
				.section-quote__quoted {
					font-weight: 500;
				}
			}
			.cardSlider {
				background-color: rgb(var(--secondary-color));
				padding-block: 5.5rem;
			}
			@media (min-width: 990px) {
				.cardSlider {
					padding-block: 9rem;
				}
			}
			@media (max-width: 989px) {
				.cardSlider__inner {
					padding-left: 0;
				}
			}
			@media (min-width: 990px) {
				.cardSlider__inner {
					display: flex;
				}
			}
			.cardSlider__content {
				display: grid;
				flex-shrink: 0;
				gap: 4rem;
				grid-template-rows: 1fr auto;
			}
			@media (min-width: 990px) {
				.cardSlider__content {
					margin-right: 4rem;
					width: 35rem;
				}
			}
			@media (min-width: 1200px) {
				.cardSlider__content {
					margin-right: 6rem;
				}
			}
			@media (min-width: 1560px) {
				.cardSlider__content {
					width: 45rem;
				}
			}
			@media (max-width: 989px) {
				.cardSlider__content {
					margin-bottom: 5.5rem;
					padding-inline: 2rem;
				}
			}
			.cardSlider__content__top {
				align-items: flex-start;
				display: flex;
				justify-content: space-between;
				position: relative;
			}
			.cardSlider__content__top h2 {
				font-size: 3.6rem;
				max-width: calc(100% - 10rem);
			}
			@media (min-width: 990px) {
				.cardSlider__content__top h2 {
					font-size: 6rem;
					transform: translateY(-1.5rem);
				}
			}
			.cardSlider__content__bottom {
				display: grid;
				gap: 4rem;
			}
			.cardSlider__cards {
				flex: 1;
			}
			@media (max-width: 989px) {
				.cardSlider__cards {
					padding-left: 2rem;
				}
			}
			.cardSlider__cards.swiper {
				margin-left: 0;
			}
			.cardSlider__link {
				text-decoration: none;
			}
			.cardSlider__link:after {
				content: ' ';
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}
			.cardSlider__card {
				display: grid;
				position: relative;
			}
			.cardSlider__card.swiper-slide {
				display: grid;
			}
			.cardSlider__card .media {
				grid-area: 1/1/1/1;
				min-width: 10rem;
				position: relative;
				width: 100%;
			}
			.cardSlider__card .media:after {
				background: linear-gradient(180deg, #3a282800 72.62%, #3a2828ad);
				content: '';
				display: block;
				height: 100%;
				inset: 0;
				padding-top: 100%;
				position: absolute;
				width: 100%;
			}
			@media (min-width: 990px) {
				.cardSlider__card:hover .cardSlider__card__dimensions.--hide-on-hover {
					opacity: 0;
				}
			}
			.cardSlider__card:hover .cardSlider__card__ctas {
				opacity: 1;
			}
			.cardSlider__card__text {
				align-self: flex-end;
				display: grid;
				grid-area: 1/1/1/1;
				grid-gap: 1.5rem;
				bottom: 0;
				color: #fff;
				padding: 2rem 1.5rem;
				width: 100%;
				z-index: 2;
			}
			@media (min-width: 1200px) {
				.cardSlider__card__text {
					padding: 2.5rem;
					grid-gap: 2rem;
				}
				.cardSlider__card__text.--only-discover {
					grid-gap: 3rem;
				}
			}
			@media (min-width: 1560px) {
				.cardSlider__card__text {
					padding: 3.5rem;
				}
			}
			.cardSlider__card__text .h4 {
				font-size: 2rem;
				font-style: normal;
				line-height: 100%;
			}
			@media (min-width: 990px) {
				.cardSlider__card__text .h4 {
					font-size: 2.8rem;
				}
			}
			@media (min-width: 1200px) {
				.cardSlider__card__text .h4 {
					font-size: 3.6rem;
				}
			}
			.cardSlider__card__link {
				position: relative;
			}
			.cardSlider__card__link a {
				z-index: 4;
			}
			.cardSlider__card__globalLink {
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 3;
			}
			.cardSlider__card__globalLink a {
				height: 100%;
				left: 0;
				opacity: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}
			.cardSlider__card__surtitle {
				font-size: 1.2rem;
				font-weight: 400;
				letter-spacing: 0.1em;
			}
			@media (min-width: 1200px) {
				.cardSlider__card__surtitle {
					font-size: 1.4rem;
				}
			}
			.cardSlider__card__dimensions {
				align-items: center;
				display: flex;
				font-weight: 400;
				justify-content: space-between;
				position: relative;
				transition: all 0.3s;
			}
			.cardSlider__card__dimensions.--underline {
				background: none;
				padding: 0;
			}
			.cardSlider__card__dimensions svg {
				height: 1rem;
			}
			@media (min-width: 990px) {
				.cardSlider__card__dimensions svg {
					display: none;
				}
			}
			.cardSlider__card__ctas {
				align-items: center;
				bottom: -1rem;
				display: flex;
				flex-wrap: wrap;
				gap: 1rem;
				left: 0;
				opacity: 0;
				position: absolute;
				transition: all 0.3s;
			}
			@media (min-width: 1200px) {
				.cardSlider__card__ctas {
					gap: 1.5rem;
				}
			}
			@media (max-width: 989px) {
				.cardSlider__card__ctas {
					display: none;
				}
			}
			@media (max-width: 989px) {
				.cardSlider__card__ctas:has(> :nth-child(2)) {
					display: flex;
					margin-top: 1rem;
					opacity: 1;
					position: static;
				}
			}
			.cardSlider__nav {
				align-items: center;
				display: flex;
			}
			.cardSlider__next,
			.cardSlider__prev {
				appearance: none;
				-webkit-appearance: none;
				-moz-appearance: none;
				background-color: transparent;
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none' viewBox='0 0 34 34'%3E%3Cpath stroke='%23373737' d='M20.148 27.704 12.593 16.37l7.555-11.333'/%3E%3C/svg%3E");
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: contain;
				border: none;
				cursor: pointer;
				height: 2.5rem;
				width: 2.5rem;
			}
			@media (min-width: 990px) {
				.cardSlider__next,
				.cardSlider__prev {
					height: 3.4rem;
					width: 3.4rem;
				}
			}
			.cardSlider__next {
				transform: rotate(180deg) translateY(1px) translateZ(0);
			}
			@media (max-width: 989px) {
				.cardSlider__cta__laptop {
					display: none;
				}
			}
			.cardSlider__cta__mobile {
				padding: 5rem 2rem 0;
			}
			@media (min-width: 990px) {
				.cardSlider__cta__mobile {
					display: none;
				}
			}
			.cardSlider .swiper:not(.swiper-initialized) .swiper-wrapper {
				gap: 1rem;
			}
			@media (min-width: 1200px) {
				.cardSlider .swiper:not(.swiper-initialized) .swiper-wrapper {
					gap: 3rem;
				}
			}
			.cardSlider
				.swiper:not(.swiper-initialized)
				.swiper-wrapper
				.swiper-slide {
				width: 71.4285714286%;
			}
			@media (min-width: 600px) {
				.cardSlider
					.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 45.4545454545%;
				}
			}
			@media (min-width: 1200px) {
				.cardSlider
					.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 40%;
				}
			}
			@media (min-width: 768px) {
				.base-intro + .section-pictures .section-pictures__slider-media figure,
				.section-pictures:first-child .section-pictures__slider-media figure {
					--media-ratio: 38.57 !important;
				}
			}
			.section-pictures__slider {
				position: relative;
			}
			.section-pictures__slider-buttons {
				display: flex;
				gap: 0.7rem;
				padding: 0.5rem 0;
				z-index: 5;
				z-index: 10;
			}
			@media (min-width: 768px) {
				.section-pictures__slider-buttons {
					bottom: 2.4rem;
					left: 2.6rem;
					padding: 0;
					position: absolute;
				}
			}
			.section-pictures__slider-btn {
				align-items: center;
				background-color: transparent;
				border: none;
				cursor: pointer;
				display: flex;
				justify-content: center;
				transition: opacity 0.3s;
			}
			.section-pictures__slider-btn.--next,
			.section-pictures__slider-btn.--prev {
				background-position: 50%;
				background-repeat: no-repeat;
				display: block;
				height: 40px;
				width: 40px;
			}
			@media (max-width: 767px) {
				.section-pictures__slider-btn.--next,
				.section-pictures__slider-btn.--prev {
					height: 20px;
					width: 19px;
				}
			}
			.section-pictures__slider-btn.--prev {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 26 26'%3E%3Cpath stroke='%23fff' d='M15.315 20.87 9.76 12.537l5.555-8.334'/%3E%3C/svg%3E");
			}
			@media (max-width: 767px) {
				.section-pictures__slider-btn.--prev {
					background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none' viewBox='0 0 19 20'%3E%3Cpath stroke='%23373737' d='M11.26 15.981 7.036 9.648l4.222-6.333'/%3E%3C/svg%3E");
				}
			}
			.section-pictures__slider-btn.--next {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 26 26'%3E%3Cpath stroke='%23fff' d='m10.685 20.87 5.555-8.333-5.555-8.334'/%3E%3C/svg%3E");
			}
			@media (max-width: 767px) {
				.section-pictures__slider-btn.--next {
					background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none' viewBox='0 0 19 20'%3E%3Cpath stroke='%23373737' d='m7.74 15.981 4.223-6.333L7.74 3.315'/%3E%3C/svg%3E");
				}
			}
			.section-pictures__slider-btn:hover {
				opacity: 0.7;
			}
			@media (max-width: 767px) {
				.section-pictures__slider-actions {
					align-items: center;
					display: flex;
					justify-content: space-between;
				}
				.section-pictures__slider-actions .button.--white {
					color: rgb(var(--primary-color));
				}
			}
			.section-pictures__slider .swiper-pagination {
				align-items: center;
				bottom: 2.4rem;
				display: flex;
				height: 40px;
				justify-content: center;
				left: calc(5.6rem + 90px);
				width: -moz-fit-content;
				width: fit-content;
			}
			@media (max-width: 767px) {
				.section-pictures__slider .swiper-pagination {
					display: none;
				}
			}
			.section-pictures__slider .swiper-pagination .swiper-pagination-bullet {
				background: rgb(var(--secondary-color));
				height: 5px;
				opacity: 1;
				width: 5px;
			}
			.section-pictures__slider
				.swiper-pagination
				.swiper-pagination-bullet-active {
				background: rgb(var(--primary-color));
			}
			.section-pictures__slider .swiper-slide {
				height: auto;
			}
			.section-pictures__slider .swiper-slide figure {
				height: 100%;
			}
			.section-pictures__slider__navigation {
				align-items: center;
				display: none;
				gap: 2rem;
				justify-content: center;
				margin-top: 4rem;
			}
			@media (min-width: 768px) {
				.section-pictures__slider__navigation {
					display: flex;
				}
			}
			.section-pictures__slider__navButton {
				align-items: center;
				background-color: transparent;
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: 100% 2.2rem;
				border: none;
				cursor: pointer;
				display: flex;
				height: 3.4rem;
				justify-content: center;
				padding: 0;
				transition:
					background-color 0.3s ease,
					opacity 0.3s ease;
				width: 3.4rem;
			}
			.section-pictures__slider__navButton.swiper-button-disabled {
				opacity: 0.35;
			}
			.section-pictures__slider__navButton.--prev {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='24' fill='none' viewBox='0 0 9 24'%3E%3Cpath stroke='%23373737' d='M8.157 22.944.6 11.611 8.157.277'/%3E%3C/svg%3E");
			}
			.section-pictures__slider__navButton.--next {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='24' fill='none' viewBox='0 0 9 24'%3E%3Cpath stroke='%23373737' d='m.416 22.944 7.556-11.333L.416.277'/%3E%3C/svg%3E");
			}
			.section-pictures__view-gallery {
				margin-right: 0.5rem;
				position: relative;
				width: -moz-fit-content;
				width: fit-content;
				z-index: 1;
			}
			.section-pictures__view-gallery .button.--white {
				color: rgb(var(--primary-color)) !important;
			}
			@media (min-width: 768px) {
				.section-pictures__view-gallery {
					bottom: 3.3rem;
					margin-right: 0;
					position: absolute;
					right: 2.6rem;
				}
			}
			.section-pictures .swiper:not(.swiper-initialized) .swiper-wrapper {
				gap: 1rem;
				justify-content: center;
			}
			@media (min-width: 768px) {
				.section-pictures .swiper:not(.swiper-initialized) .swiper-wrapper {
					gap: 2rem;
				}
			}
			.section-pictures
				.swiper:not(.swiper-initialized)
				.swiper-wrapper
				.swiper-slide {
				width: 83.3333333333%;
			}
			@media (min-width: 768px) {
				.section-pictures
					.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 50%;
				}
			}
			.section-pictures
				.swiper:not(.swiper-initialized)
				.swiper-wrapper
				.swiper-slide:only-child {
				width: 100%;
			}
			.pad {
				position: relative;
				text-align: center;
			}
			.pad__image {
				margin: auto;
				max-width: 360px;
			}
			.pad__image.history {
				--media-ratio: 73.75 !important;
			}
			.pad__image.history + .pad__title {
				margin-top: 0;
				padding-top: 8.5rem;
				position: relative;
			}
			@media (min-width: 768px) {
				.pad__image.history + .pad__title {
					padding-top: 11rem;
				}
			}
			.pad__image.history + .pad__title:after {
				background: #fff;
				border: 0.1rem solid #afafaf;
				border-radius: 50%;
				content: '';
				display: block;
				height: 1.8rem;
				left: 50%;
				position: absolute;
				top: 4.25rem;
				transform: translate(-50%, -50%) translateZ(0);
				width: 1.8rem;
			}
			@media (min-width: 768px) {
				.pad__image.history + .pad__title:after {
					top: 5.5rem;
				}
			}
			.pad__title {
				font-family: var(--heading-font);
				font-size: 2.8rem;
			}
			@media (min-width: 768px) {
				.pad__title {
					font-size: 3.4rem;
				}
			}
			@media (min-width: 1200px) {
				.pad__title {
					font-size: 4rem;
				}
			}
			.pad__title:not(:first-child) {
				margin-top: 2.5rem;
			}
			@media (min-width: 768px) {
				.pad__title:not(:first-child) {
					margin-top: 3rem;
				}
			}
			@media (min-width: 1200px) {
				.pad__title:not(:first-child) {
					margin-top: 3.5rem;
				}
			}
			.pad__text:not(:first-child) {
				margin-top: 2rem;
			}
			@media (min-width: 768px) {
				.pad__text:not(:first-child) {
					margin-top: 2.5em;
				}
			}
			@media (min-width: 1200px) {
				.pad__text:not(:first-child) {
					margin-top: 3rem;
				}
			}
			.pad__bottom:not(:first-child) {
				margin-top: 2rem;
			}
			@media (min-width: 768px) {
				.pad__bottom:not(:first-child) {
					margin-top: 2.5em;
				}
			}
			@media (min-width: 1200px) {
				.pad__bottom:not(:first-child) {
					margin-top: 3rem;
				}
			}
			.pad__bottom a:before {
				content: '';
				inset: 0;
				position: absolute;
			}
			.rich-link-card {
				display: grid;
				position: relative;
			}
			@media (max-width: 1199px) {
				.rich-link-card.--with-push {
					display: flex;
					flex-direction: column;
					height: 100%;
				}
				.rich-link-card.--with-push .rich-link-card__content {
					background: #fff;
					border: 1px solid #eff2f0;
					color: rgb(var(--primary-color));
					flex: 1;
					grid-area: auto;
					--spacing-x: 1rem;
					margin: -10rem var(--spacing-x) 1rem;
					min-width: calc(100% - var(--spacing-x) * 2);
				}
			}
			.rich-link-card__image {
				grid-area: 1/1;
			}
			@media (min-width: 1200px) {
				.rich-link-card__image:after {
					background: linear-gradient(180deg, #3a282800 72.62%, #3a2828ad);
					content: '';
					inset: 0;
					pointer-events: none;
					position: absolute;
				}
			}
			.rich-link-card__content {
				align-self: flex-end;
				color: #fff;
				display: flex;
				flex-direction: column;
				gap: 1rem;
				grid-area: 1/1;
				padding: 2rem;
				transition: all 0.3s;
				z-index: 1;
			}
			@media (min-width: 1200px) {
				.rich-link-card__content {
					margin: 2rem;
				}
			}
			.rich-link-card__surtitle {
				font-size: 1.3rem;
				transition: all 0.3s;
			}
			.rich-link-card__subtitle {
				font-size: 1.4rem;
				font-weight: 500;
				transition: all 0.3s;
			}
			.rich-link-card__title {
				font-family: var(--heading-font);
				font-size: 2.2rem;
				transition: all 0.3s;
			}
			@media (min-width: 1200px) {
				.rich-link-card__title {
					font-size: 3.6rem;
				}
			}
			.rich-link-card__text {
				line-clamp: 2;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				display: -webkit-box;
				margin-block: 1rem;
				overflow: hidden;
			}
			@media (min-width: 768px) {
				.rich-link-card__text {
					line-clamp: 3;
					-webkit-line-clamp: 3;
				}
			}
			.rich-link-card__link {
				text-decoration: none;
			}
			.rich-link-card__link:after {
				content: '';
				inset: 0;
				position: absolute;
				z-index: 2;
			}
			.rich-link-card__mainLink {
				text-decoration: none;
				z-index: 0;
			}
			.rich-link-card__mainLink:after {
				content: '';
				inset: 0;
				position: absolute;
				z-index: 0;
			}
			.rich-link-card__globalLink {
				cursor: pointer;
				height: 100%;
				left: 0;
				opacity: 0;
				position: absolute !important;
				top: 0;
				width: 100%;
				z-index: 1;
			}
			.rich-link-card__ctas {
				align-items: flex;
				display: flex;
				flex-wrap: wrap;
				gap: 2.4rem;
				margin-top: auto;
				position: relative;
				z-index: 2;
			}
			@media (max-width: 767px) {
				.rich-link-card__ctas {
					gap: 1.4rem;
				}
			}
			@media (max-width: 1199px) {
				.rich-link-card__hidesmall {
					display: none;
				}
			}
			.rich-link-card:hover .rich-link-card__hover {
				opacity: 1;
				transform: translateY(0);
			}
			.rich-link-card:hover .rich-link-card__hover:after {
				height: 100%;
				transform: translateY(0);
			}
			.rich-link-card__hover {
				color: rgb(var(--primary-color));
				display: grid;
				flex: 1;
				gap: 1rem;
				grid-template-rows: auto 1fr;
				z-index: 2;
			}
			@media (min-width: 1200px) {
				.rich-link-card__hover {
					margin: 2rem;
					opacity: 0;
					padding: 2rem;
					transform: translateY(4rem);
					width: calc(100% - 4rem);
					z-index: 2;
				}
				.rich-link-card__hover,
				.rich-link-card__hover:after {
					bottom: 0;
					left: 0;
					position: absolute;
					transition: all 0.3s;
				}
				.rich-link-card__hover:after {
					background: #fff;
					content: '';
					height: 0;
					right: 0;
					transform: translateY(-4rem);
					z-index: 0;
				}
			}
			.rich-link-card__hover > * {
				z-index: 1;
			}
			.rich-link-card__hover > .rich-link-card__ctas {
				z-index: 2;
			}
			.richLink-popin {
				--swiper-pagination-bullet-width: 0.5rem;
				--swiper-pagination-bullet-height: 0.5rem;
				height: 100vh;
				left: 0;
				max-width: 100vw;
				position: fixed;
				top: 0;
				width: 100vw;
				z-index: 10;
			}
			@media (max-width: 767px) {
				.richLink-popin {
					overflow-y: auto;
				}
			}
			.richLink-popin__bg {
				background: #37373773;
				border: 0;
				cursor: pointer;
				inset: 0;
				position: absolute;
				z-index: 1;
			}
			.richLink-popin__content {
				background-color: #fff;
				display: grid;
				grid-template-columns: 1fr 46%;
				grid-row-gap: 3rem;
				margin-left: auto;
				max-width: 104rem;
				position: relative;
				z-index: 2;
			}
			@media (max-width: 1199px) {
				.richLink-popin__content {
					grid-template-columns: 1fr 35%;
				}
			}
			@media (max-width: 767px) {
				.richLink-popin__content {
					grid-template-columns: 100%;
					padding: 2.3rem 1.5rem;
				}
			}
			@media (min-width: 1200px) {
				.richLink-popin__content {
					max-width: 72%;
				}
			}
			.richLink-popin__content.--full {
				grid-template-columns: 100%;
			}
			.richLink-popin__content.--full .richLink-popin__head,
			.richLink-popin__content.--full .richLink-popin__text__container {
				max-width: 124rem;
				width: 100%;
			}
			.richLink-popin__head {
				align-items: center;
				display: flex;
				gap: 1rem;
				justify-content: space-between;
				margin-bottom: 4.5rem;
				max-width: 100%;
				width: 100%;
			}
			@media (min-width: 768px) {
				.richLink-popin__head {
					gap: 1.5rem;
					margin: 4.5rem auto;
					max-width: 70rem;
					padding: 0 3rem;
				}
			}
			.richLink-popin__head__close {
				background: none;
				border: none;
				cursor: pointer;
				display: block;
				padding: 0;
			}
			@media (min-width: 768px) {
				.richLink-popin__head__close__container {
					flex: 1;
				}
			}
			.richLink-popin__head__close svg {
				display: block;
			}
			.richLink-popin__head__logo {
				display: flex;
				flex: 1;
				justify-content: center;
				margin-right: 2rem;
			}
			@media (min-width: 990px) {
				.richLink-popin__head__logo {
					flex: 0 1 auto;
					margin-right: 0;
				}
			}
			.richLink-popin__head__buttons {
				display: none;
			}
			@media (min-width: 768px) {
				.richLink-popin__head__buttons {
					display: flex;
					flex: 1;
					gap: 1.5rem;
					gap: 4.9rem;
					justify-content: flex-end;
				}
			}
			.richLink-popin__text {
				display: flex;
				flex-direction: column;
				height: 100vh;
				position: relative;
			}
			@media (max-width: 767px) {
				.richLink-popin__text {
					height: 100%;
				}
			}
			.richLink-popin__text__container {
				margin: auto;
				max-width: 68rem;
				padding: 0 2rem;
			}
			@media (min-width: 768px) {
				.richLink-popin__text__container {
					gap: 2.1rem;
					max-width: 70rem;
					overflow: auto;
					padding: 0 3rem;
				}
			}
			.richLink-popin__text__container.--full {
				align-items: center;
				display: grid;
				gap: 4rem;
				grid-template-columns: 1fr;
				width: 100%;
			}
			@media (min-width: 768px) {
				.richLink-popin__text__container.--full {
					grid-template-columns: 1fr 1fr;
				}
			}
			@media (min-width: 1200px) {
				.richLink-popin__text__container.--full {
					gap: 12rem;
				}
			}
			@media screen and (min-width: 1600px) {
				.richLink-popin__text__container.--full {
					grid-template-columns: 1fr 57rem;
				}
			}
			.richLink-popin__text__container.--timeline {
				max-width: 100% !important;
			}
			.richLink-popin__text__content {
				align-items: flex-start;
				display: flex;
				flex-direction: column;
				gap: 1.1rem;
			}
			@media (min-width: 768px) {
				.richLink-popin__text__content {
					gap: 2.1rem;
				}
			}
			@media (max-width: 767px) {
				.richLink-popin__text__title {
					font-size: 3.6rem;
				}
			}
			.richLink-popin__text__surtitle {
				font-size: 1.4rem;
				font-weight: 500;
			}
			.richLink-popin__text__desc ol:not(:last-child),
			.richLink-popin__text__desc p:not(:last-child),
			.richLink-popin__text__desc ul:not(:last-child) {
				margin-bottom: 2rem;
			}
			.richLink-popin__text__desc ol,
			.richLink-popin__text__desc ul {
				padding-left: 1rem;
			}
			.richLink-popin__text__desc li {
				padding-left: 1.5rem;
				position: relative;
			}
			.richLink-popin__text__desc li:before {
				color: rgb(var(--primary-color));
				content: '•';
				display: block;
				left: 0;
				position: absolute;
				top: 0;
				width: 1rem;
			}
			.richLink-popin__text__desc li ol,
			.richLink-popin__text__desc li ul {
				width: 100%;
			}
			.richLink-popin__text__desc hr {
				border: 0;
				border-top: 0.1rem solid #c3c3c3;
				margin: 8rem 0;
			}
			@media (max-width: 767px) {
				.richLink-popin__text__desc hr {
					margin: 5.5rem 0;
				}
			}
			.richLink-popin__text__desc blockquote {
				color: #9b9b9b;
				font-size: 1.3rem;
				margin: 0;
			}
			.richLink-popin__text__texts {
				font-size: 1.4rem;
				margin: 1.9rem 0;
			}
			.richLink-popin__text__subtitle {
				font-size: 1.4rem;
				font-weight: 500;
			}
			.richLink-popin__text__ctas {
				display: flex;
				flex-wrap: wrap;
				gap: 2.4rem;
			}
			@media (max-width: 767px) {
				.richLink-popin__text__ctas {
					gap: 1.4rem;
				}
			}
			.richLink-popin__media {
				max-height: 100vh;
			}
			@media (min-width: 768px) {
				.richLink-popin__media {
					grid-column: 2/3;
					grid-row: 1/3;
				}
			}
			.richLink-popin__media.--hide {
				display: none;
			}
			.richLink-popin__media figure {
				height: 100%;
			}
			.richLink-popin__media .swiper-pagination {
				bottom: 0;
				left: auto;
				padding: 2.7rem 1.5rem;
				right: 0;
				text-align: right;
				width: calc(100% - 6rem);
			}
			@media (min-width: 990px) {
				.richLink-popin__media .swiper-pagination {
					padding: 2.7rem 3rem;
				}
			}
			.richLink-popin__media .swiper-pagination .swiper-pagination-bullet {
				background: #fff;
				opacity: 1;
				transition: background 0.3s;
			}
			.richLink-popin__media
				.swiper-pagination
				.swiper-pagination-bullet-active {
				background: currentColor;
			}
			.richLink-popin__media .swiper-button-next,
			.richLink-popin__media .swiper-button-prev {
				bottom: 1.5rem;
				color: #fff;
				left: 1.5rem;
				top: auto;
				z-index: 11;
			}
			@media (min-width: 990px) {
				.richLink-popin__media .swiper-button-next,
				.richLink-popin__media .swiper-button-prev {
					left: 3rem;
				}
			}
			.richLink-popin__media .swiper-button-next:after,
			.richLink-popin__media .swiper-button-prev:after {
				align-items: center;
				background: #fff;
				content: '';
				display: flex;
				height: 1.5rem;
				justify-content: center;
				-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='14' fill='none' viewBox='0 0 6 14'%3E%3Cpath stroke='%23fff' d='M5.26 13.482 1.036 7.148 5.26.815'/%3E%3C/svg%3E");
				mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='14' fill='none' viewBox='0 0 6 14'%3E%3Cpath stroke='%23fff' d='M5.26 13.482 1.036 7.148 5.26.815'/%3E%3C/svg%3E");
				-webkit-mask-position: center;
				mask-position: center;
				-webkit-mask-repeat: no-repeat;
				mask-repeat: no-repeat;
				-webkit-mask-size: contain;
				mask-size: contain;
				width: 1.5rem;
			}
			.richLink-popin__media .swiper-button-next {
				left: 4.5rem;
			}
			@media (min-width: 990px) {
				.richLink-popin__media .swiper-button-next {
					left: 6rem;
				}
			}
			.richLink-popin__media .swiper-button-next:after {
				transform: rotate(180deg);
			}
			.richLink-popin__media .swiper {
				height: 100%;
				width: 100%;
			}
			.richLink-popin__media
				.swiper:not(.swiper-initialized)
				.swiper-wrapper
				.swiper-slide {
				min-width: 100%;
			}
			.richLink-popin__timeline {
				margin: 0 -2rem;
			}
			@media (min-width: 768px) {
				.richLink-popin__timeline {
					margin: 0 -3rem;
				}
			}
			.richLink-popin__timeline .swiper {
				padding: 0 4.5rem;
			}
			.richLink-popin__timeline .swiper-slide {
				width: 21.5rem;
			}
			@media (min-width: 768px) {
				.richLink-popin__timeline .swiper-slide {
					width: 36rem;
				}
			}
			.richLink-popin__timeline .swiper-slide:not(:last-child) {
				margin-right: 3.5rem;
			}
			@media (min-width: 768px) {
				.richLink-popin__timeline .swiper-slide:not(:last-child) {
					margin-right: 6.5rem;
				}
			}
			.richLink-popin__timeline
				.swiper-slide:not(:last-child)
				.pad__title:before {
				background: #c3c3c3;
				content: '';
				display: block;
				height: 1px;
				left: 50%;
				position: absolute;
				top: 4.25rem;
				width: calc(100% + 3.5rem);
			}
			@media (min-width: 768px) {
				.richLink-popin__timeline
					.swiper-slide:not(:last-child)
					.pad__title:before {
					top: 5.5rem;
					width: calc(100% + 6.5rem);
				}
			}
			.richLink-popin__timeline .pad__title {
				margin-top: 0;
				padding-top: 8.5rem;
				position: relative;
			}
			@media (min-width: 768px) {
				.richLink-popin__timeline .pad__title {
					padding-top: 11rem;
				}
			}
			.richLink-popin__timeline .pad__title:after {
				background: #fff;
				border: 0.1rem solid #afafaf;
				border-radius: 50%;
				content: '';
				display: block;
				height: 1.8rem;
				left: 50%;
				position: absolute;
				top: 4.25rem;
				transform: translate(-50%, -50%) translateZ(0);
				width: 1.8rem;
			}
			@media (min-width: 768px) {
				.richLink-popin__timeline .pad__title:after {
					top: 5.5rem;
				}
			}
			.section-richLinks.--with-title {
				background-color: var(--beige-color);
				padding-block: 5.5rem;
			}
			@media (min-width: 768px) {
				.section-richLinks.--with-title {
					padding-block: 9.5rem;
				}
			}
			.section-richLinks.--with-title .section-richLinks__push__title {
				font-size: 2.65rem;
			}
			.section-richLinks__head {
				align-items: center;
				display: flex;
				justify-content: space-between;
				margin-bottom: 5rem;
			}
			@media (min-width: 768px) {
				.section-richLinks__head {
					margin-bottom: 6rem;
				}
			}
			.section-richLinks__slider.container {
				padding-inline: var(--container-padding);
			}
			.section-richLinks.--with-title .section-richLinks__slider {
				padding-inline-end: 0;
			}
			.section-richLinks__slider.swiper:not(.swiper-initialized)
				.swiper-wrapper {
				--slide-gap: 1rem;
				gap: var(--slide-gap);
				justify-content: center;
			}
			.section-richLinks.--with-title
				.section-richLinks__slider.swiper:not(.swiper-initialized)
				.swiper-wrapper {
				justify-content: flex-start;
			}
			.section-richLinks__slider.swiper:not(.swiper-initialized)
				.swiper-wrapper
				.swiper-slide {
				flex-basis: var(--slide-width);
				width: var(--slide-width);
				--slide-width: 71.42857%;
			}
			@media (min-width: 600px) {
				.section-richLinks__slider.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					--slide-width: 41.66667%;
				}
			}
			@media (min-width: 990px) {
				.section-richLinks__slider.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					--slide-width: 31.25%;
				}
			}
			@media (min-width: 1200px) {
				.section-richLinks.--with-title
					.section-richLinks__slider.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					--slide-width: 28.57143%;
				}
			}
			.section-richLinks__slider.swiper:not(.swiper-initialized).--1
				.swiper-slide {
				--slide-width: 100%;
			}
			.section-richLinks__slider.swiper:not(.swiper-initialized).--2
				.swiper-wrapper {
				justify-content: flex-start;
			}
			.section-richLinks__slider.swiper:not(.swiper-initialized).--2
				.swiper-wrapper
				.swiper-slide {
				--slide-width: 71.42857%;
			}
			@media (min-width: 600px) {
				.section-richLinks__slider.swiper:not(.swiper-initialized).--2
					.swiper-wrapper
					.swiper-slide {
					--slide-width: calc(50% - var(--slide-gap));
				}
			}
			.section-richLinks__slider.swiper:not(.swiper-initialized).--3
				.swiper-wrapper {
				justify-content: flex-start;
			}
			@media (min-width: 600px) {
				.section-richLinks__slider.swiper:not(.swiper-initialized).--3
					.swiper-wrapper
					.swiper-slide {
					--slide-width: calc(33.33% - var(--slide-gap) * 2/3);
				}
			}
			.section-richLinks__slider.swiper .swiper-slide {
				height: auto;
			}
			.section-richLinks__slider.swiper
				.swiper-slide:not(:last-child)
				.pad__image.history
				+ .pad__title:before {
				background: #c3c3c3;
				content: '';
				display: block;
				height: 1px;
				left: 50%;
				position: absolute;
				top: 4.25rem;
				width: calc(100% + 1rem);
			}
			@media (min-width: 768px) {
				.section-richLinks__slider.swiper
					.swiper-slide:not(:last-child)
					.pad__image.history
					+ .pad__title:before {
					top: 5.5rem;
				}
			}
			.section-richLinks__slider.--grid .rich-link-card__content {
				align-self: flex-start;
			}
			.section-richLinks__slider.--grid .rich-link-card__subtitle {
				color: #fff;
				display: block !important;
			}
			.section-richLinks__slider.--grid .swiper-wrapper {
				display: grid;
				gap: 3rem 1.5rem;
				grid-template-columns: 1fr;
				height: auto !important;
				transform: none !important;
			}
			@media (min-width: 600px) {
				.section-richLinks__slider.--grid .swiper-wrapper {
					grid-template-columns: repeat(2, 1fr);
				}
			}
			@media (min-width: 1200px) {
				.section-richLinks__slider.--grid .swiper-wrapper {
					gap: 5rem 1.5rem;
					grid-template-columns: repeat(3, 1fr);
				}
			}
			.section-richLinks__slider.--grid .swiper-slide {
				margin-right: 0 !important;
				width: 100% !important;
			}
			.section-richLinks__nav {
				align-items: center;
				display: flex;
			}
			.section-richLinks__nav.--center {
				justify-content: center;
				margin-top: 2rem;
			}
			.fade-enter-active,
			.fade-leave-active {
				transition: all 0.2s ease;
			}
			.fade-enter-from,
			.fade-leave-to {
				opacity: 0;
			}
			.services-list {
				text-align: center;
			}
			.services-list > * + * {
				margin-top: 5rem;
			}
			@media (min-width: 768px) {
				.services-list > * + * {
					margin-top: 6rem;
				}
			}
			.services-list__grid {
				display: grid;
				gap: 2rem;
				grid-template-columns: 1fr;
				padding-inline: 1.6rem;
			}
			@media (min-width: 600px) {
				.services-list__grid {
					grid-template-columns: repeat(2, 1fr);
				}
			}
			@media (min-width: 990px) {
				.services-list__grid {
					gap: 4rem 2rem;
					grid-template-columns: repeat(3, 1fr);
					padding-inline: 0;
				}
			}
			.services-list__grid .service-item {
				background: #fff;
				border: 1px solid var(--primary-vert-20, #eff2f0);
				display: block;
				position: relative;
			}
			.services-list__grid .service-item__cta > :only-child:after {
				content: ' ';
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 1;
			}
			.services-list__nav {
				align-items: center;
				display: flex;
				justify-content: center;
			}
			@media (min-width: 990px) {
				.services-list__nav.--hide-desktop {
					display: none;
				}
			}
			.services-list__next,
			.services-list__prev {
				appearance: none;
				-webkit-appearance: none;
				-moz-appearance: none;
				background-color: transparent;
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none' viewBox='0 0 34 34'%3E%3Cpath stroke='%23373737' d='M20.148 27.704 12.593 16.37l7.555-11.333'/%3E%3C/svg%3E");
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: contain;
				border: none;
				cursor: pointer;
				height: 2.5rem;
				width: 2.5rem;
			}
			@media (min-width: 990px) {
				.services-list__next,
				.services-list__prev {
					height: 3.4rem;
					width: 3.4rem;
				}
			}
			.services-list__next {
				transform: rotate(180deg);
			}
			.services-list .swiper-wrapper {
				padding-bottom: 1px;
			}
			.services-list .swiper-slide {
				background: #fff;
				border: 1px solid var(--primary-vert-20, #eff2f0);
				height: auto;
			}
			.services-list__slider {
				padding-inline: 1.6rem;
			}
			.services-list .swiper:not(.swiper-initialized) .swiper-wrapper {
				gap: 1.6rem;
				justify-content: center;
			}
			.services-list
				.swiper:not(.swiper-initialized)
				.swiper-wrapper
				.swiper-slide {
				width: 71.4285714286%;
			}
			@media (min-width: 600px) {
				.services-list
					.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 41.6666666667%;
				}
			}
			@media (min-width: 990px) {
				.services-list
					.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 31.25%;
				}
			}
			@media (min-width: 1200px) {
				.services-list
					.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 28.5714285714%;
				}
			}
			.service-item {
				position: relative;
			}
			.service-item__content {
				display: grid;
				gap: 2.5rem;
				padding: 3rem;
			}
			@media (min-width: 768px) {
				.service-item__content {
					padding: 4rem;
				}
			}
			.service-item__title {
				font-family: Gill Sans;
				font-size: 1.8rem;
				font-weight: 500;
			}
			.service-item__text {
				display: -webkit-box;
				overflow: hidden;
				-webkit-line-clamp: 6;
				line-clamp: 6;
				-webkit-box-orient: vertical;
			}
			.service-item__text a {
				position: relative;
				z-index: 2;
			}
			.service-item__text a:hover {
				text-decoration: none;
			}
			.section-timetable {
				display: flex;
				flex-direction: column;
				gap: 3.5rem;
				justify-content: center;
				padding: 0 4rem;
				white-space: pre-line;
			}
			@media (min-width: 768px) {
				.section-timetable {
					margin: auto;
					max-width: 65.8rem;
					padding: 0;
				}
			}
			.section-timetable__titles {
				margin-bottom: 2.8rem;
				text-align: center;
			}
			@media (max-width: 767px) {
				.section-timetable__titles {
					margin-bottom: 1.5rem;
				}
				.section-timetable__titles-title {
					font-size: 3.6rem;
				}
			}
			.section-timetable__titles-surtitle:not(:last-child) {
				margin-bottom: 1rem;
			}
			.section-timetable__titles-text {
				background: #fff;
				padding: 3rem 1.5rem;
				text-align: center;
			}
			@media (min-width: 768px) {
				.section-timetable__titles-text {
					padding: 3rem 3.5rem;
				}
			}
			.section-timetable__titles-text:not(:first-child) {
				margin-top: 5rem;
			}
			.section-timetable__timetableText {
				font-size: 1.3rem;
				white-space: pre-line;
			}
			@media (min-width: 990px) {
				.section-timetable__timetableText {
					font-size: 1.5rem;
				}
			}
			@media (min-width: 1560px) {
				.section-timetable__timetableText {
					font-size: 1.6rem;
				}
			}
			.section-timetable__timetableText > p + p {
				margin-top: 2rem;
			}
			.section-timetable__timetableText b {
				font-weight: 400;
			}
			.section-timetable__timetableText table {
				border-top: 0.1rem solid #d7d7d7;
				font-weight: 400;
				padding: 2rem 0;
				width: 100%;
			}
			.section-timetable__timetableText table b {
				color: rgba(var(--primary-color), 1);
				font-weight: 400;
			}
			.section-timetable__timetableText table i {
				color: rgba(var(--primary-color), 1);
				font-weight: 300;
			}
			.section-timetable__timetableText table td:first-child {
				color: rgba(var(--primary-color), 0.7);
			}
			.section-timetable__timetableText table td + td {
				text-align: right;
			}
			.section-timetable__content {
				padding-bottom: 5px;
			}
			.section-timetable__content li.--title {
				border-top: 0.1rem solid #d7d7d7;
				padding-top: 2rem;
			}
			.section-timetable__content li.--title .section-timetable__content-text {
				font-weight: 500;
				letter-spacing: 0.1rem;
				text-transform: uppercase;
			}
			.section-timetable__content li.--title:not(:first-child) {
				margin-top: 3.5rem;
			}
			.section-timetable__content li {
				align-items: center;
				display: flex;
				gap: 5px;
				justify-content: space-between;
				line-height: 1;
			}
			.section-timetable__content li:not(.--title) {
				margin-top: 1rem;
			}
			@media (min-width: 768px) {
				.section-timetable__content li:not(.--title) {
					margin-top: 1.6rem;
				}
			}
			.section-timetable__content-text,
			.section-timetable__content-time {
				font-size: 1.4rem;
			}
			.section-timetable__content-time {
				text-align: right;
			}
			.section-timetable__bottom-text {
				color: #9b9b9b;
				font-size: 1.1rem;
			}
			.section-rich-text__content {
				line-height: 1.8;
			}
			@media (min-width: 768px) {
				.section-rich-text__content {
					margin: auto;
					max-width: 109.8rem;
				}
			}
			.section-rich-text__content.centered {
				text-align: center;
			}
			.section-rich-text__content.centered li {
				justify-content: center;
			}
			.section-rich-text__content ol:not(:last-child),
			.section-rich-text__content p:not(:last-child),
			.section-rich-text__content ul:not(:last-child) {
				margin-bottom: 2rem;
			}
			.section-rich-text__content ul {
				padding-left: 1rem;
			}
			.section-rich-text__content h2,
			.section-rich-text__content h3,
			.section-rich-text__content h4,
			.section-rich-text__content h5,
			.section-rich-text__content h6 {
				margin-bottom: 4rem;
			}
			@media (max-width: 767px) {
				.section-rich-text__content h2,
				.section-rich-text__content h3,
				.section-rich-text__content h4,
				.section-rich-text__content h5,
				.section-rich-text__content h6 {
					margin-bottom: 3rem;
				}
			}
			.section-rich-text__content li {
				padding-left: 1.5rem;
				position: relative;
			}
			.section-rich-text__content li:before {
				color: rgb(var(--primary-color));
				content: '•';
				display: block;
				left: 0;
				position: absolute;
				top: 0;
				width: 1rem;
			}
			.section-rich-text__content li ol,
			.section-rich-text__content li ul {
				width: 100%;
			}
			.section-rich-text__content hr {
				border: 0;
				border-top: 0.1rem solid #c3c3c3;
				margin: 8rem 0;
			}
			@media (max-width: 767px) {
				.section-rich-text__content hr {
					margin: 5.5rem 0;
				}
			}
			.section-rich-text__content blockquote {
				color: #9b9b9b;
				font-size: 1.3rem;
				margin: 0;
			}
			.section-rich-text__content :not(.accordion-item) + .accordion-item {
				margin-top: 4rem;
			}
			.section-rich-text__ctas {
				display: flex;
				flex-wrap: wrap;
				gap: 2.4rem;
				justify-content: center;
			}
			.section-rich-text__ctas:not(:first-child) {
				margin-top: 4rem;
			}
			.pushBlog__header {
				align-items: baseline;
				display: flex;
				gap: 1.5rem;
				justify-content: space-between;
				margin-bottom: 4rem;
			}
			@media (min-width: 990px) {
				.pushBlog__header {
					margin-bottom: 6rem;
				}
			}
			.pushBlog__posts {
				--reduce-mobile: 8.5rem;
				--gap: 1.5rem;
				display: flex;
				gap: var(--gap);
				margin-left: calc(var(--gap) * -1);
				overflow-x: auto;
				padding-bottom: 3rem;
				padding-inline: var(--gap);
				scroll-behavior: smooth;
				scroll-padding-left: calc(var(--reduce-mobile) / 2 + var(--gap));
				scroll-snap-type: x mandatory;
				width: calc(100% + var(--gap) * 2);
			}
			@media (min-width: 990px) {
				.pushBlog__posts {
					margin-left: 0;
					padding-inline: 0;
					scroll-padding-left: 0;
					width: 100%;
				}
			}
			.pushBlog__post {
				flex-shrink: 0;
				scroll-snap-align: start;
				scroll-snap-stop: always;
				width: calc(100% - var(--reduce-mobile));
			}
			@media (min-width: 990px) {
				.pushBlog__post {
					width: calc(33.33333% - var(--gap) * 2 / 3);
				}
			}
			.pushBlog__slider {
				--gap: 1.5rem;
				margin-inline: calc(var(--gap) * -1);
			}
			@media (min-width: 990px) {
				.pushBlog__slider {
					margin-inline: 0;
				}
			}
			.pushBlog__slider__nav {
				align-items: center;
				display: flex;
				justify-content: center;
				margin-top: 2rem;
			}
			.pushBlog__slider__next,
			.pushBlog__slider__prev {
				appearance: none;
				-webkit-appearance: none;
				-moz-appearance: none;
				background-color: transparent;
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none' viewBox='0 0 34 34'%3E%3Cpath stroke='%23373737' d='M20.148 27.704 12.593 16.37l7.555-11.333'/%3E%3C/svg%3E");
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: contain;
				border: none;
				cursor: pointer;
				height: 2.5rem;
				width: 2.5rem;
			}
			@media (min-width: 990px) {
				.pushBlog__slider__next,
				.pushBlog__slider__prev {
					height: 3.4rem;
					width: 3.4rem;
				}
			}
			.pushBlog__slider__next {
				transform: rotate(180deg) translateY(0.1rem);
			}
			@media (min-width: 990px) {
				.pushBlog__slider__next {
					transform: rotate(180deg) translateY(0.2rem);
				}
			}
			.section-workshop-slider__slide[data-v-db618122],
			.section-workshop-slider__slider[data-v-db618122] {
				position: relative;
			}
			.section-workshop-slider__content[data-v-db618122] {
				align-items: flex-start;
				color: rgb(var(--secondary-color));
				display: flex;
				flex-direction: column;
				gap: 2.3rem;
				left: 6rem;
				position: absolute;
				top: 5.7rem;
				z-index: 10;
			}
			@media (max-width: 767px) {
				.section-workshop-slider__content[data-v-db618122] {
					gap: 1.6rem;
					left: 1.6rem;
					top: 3.2rem;
				}
			}
			.section-workshop-slider__surtitle[data-v-db618122] {
				font-size: 1.4rem;
				font-weight: 500;
				letter-spacing: 0.1rem;
				text-transform: uppercase;
			}
			.section-workshop-slider__buttons[data-v-db618122] {
				align-items: center;
				display: flex;
				gap: 1.2rem;
				position: absolute;
				right: 6rem;
				top: 5.7rem;
				z-index: 1;
			}
			@media (max-width: 767px) {
				.section-workshop-slider__buttons[data-v-db618122] {
					right: 1.5rem;
					top: 3.2rem;
				}
			}
			.section-workshop-slider__buttons .workshop-slider-btn[data-v-db618122] {
				align-items: center;
				background-color: transparent;
				border: none;
				cursor: pointer;
				display: flex;
				justify-content: center;
				transition: opacity 0.3s;
			}
			.section-workshop-slider__buttons
				.workshop-slider-btn.--next[data-v-db618122],
			.section-workshop-slider__buttons
				.workshop-slider-btn.--prev[data-v-db618122] {
				background-position: 50%;
				background-repeat: no-repeat;
				display: block;
				height: 40px;
				width: 40px;
			}
			@media (max-width: 767px) {
				.section-workshop-slider__buttons
					.workshop-slider-btn.--next[data-v-db618122],
				.section-workshop-slider__buttons
					.workshop-slider-btn.--prev[data-v-db618122] {
					height: 25px;
					width: 25px;
				}
			}
			.section-workshop-slider__buttons
				.workshop-slider-btn.--prev[data-v-db618122] {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 26 26'%3E%3Cpath stroke='%23fff' d='M15.315 20.87 9.76 12.537l5.555-8.334'/%3E%3C/svg%3E");
			}
			@media (max-width: 767px) {
				.section-workshop-slider__buttons
					.workshop-slider-btn.--prev[data-v-db618122] {
					background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%23fff' d='m14.815 20.37-5.556-8.333 5.556-8.334'/%3E%3C/svg%3E");
				}
			}
			.section-workshop-slider__buttons
				.workshop-slider-btn.--next[data-v-db618122] {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 26 26'%3E%3Cpath stroke='%23fff' d='m10.685 20.87 5.555-8.333-5.555-8.334'/%3E%3C/svg%3E");
			}
			@media (max-width: 767px) {
				.section-workshop-slider__buttons
					.workshop-slider-btn.--next[data-v-db618122] {
					background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%23fff' d='m10.185 20.37 5.556-8.333-5.556-8.334'/%3E%3C/svg%3E");
				}
			}
			.section-links-grid {
				display: grid;
				gap: 5rem;
			}
			.section-links-grid__title {
				align-items: center;
				display: flex;
				justify-content: space-between;
			}
			@media (max-width: 989px) {
				.section-links-grid__title {
					justify-content: center;
					text-align: center;
				}
			}
			.section-links-grid__links {
				display: flex;
				gap: 1.5rem;
				overflow-x: auto;
			}
			@media (max-width: 989px) {
				.section-links-grid__links {
					margin-inline: calc(var(--container-padding) * -1);
					padding-inline: var(--container-padding);
					padding-bottom: 1.5rem;
				}
			}
			@media (min-width: 990px) {
				.section-links-grid__links {
					display: grid;
					gap: 2rem;
					grid-template-columns: repeat(3, 1fr);
				}
			}
			.section-links-grid__links.--two {
				display: grid;
				grid-template-columns: 1fr;
			}
			@media (min-width: 768px) {
				.section-links-grid__links.--two {
					grid-template-columns: repeat(2, 1fr);
				}
			}
			@media (max-width: 989px) {
				.section-links-grid__links.--two .section-links-grid__link {
					width: auto;
				}
				.section-links-grid__links.--two
					.section-links-grid__link__text
					.h4
					svg {
					display: none;
				}
			}
			.section-links-grid__link {
				display: block;
				position: relative;
			}
			@media (max-width: 989px) {
				.section-links-grid__link {
					flex-shrink: 0;
					width: 30rem;
				}
			}
			.section-links-grid__link:hover
				.section-links-grid__link__bottom
				.button {
				opacity: 1;
			}
			.section-links-grid__link:hover .section-links-grid__link__surtitle {
				opacity: 0;
			}
			.section-links-grid__link:before {
				background: linear-gradient(180deg, #3a282800 54.31%, #3a2828ad);
				content: '';
				display: block;
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 1;
			}
			.section-links-grid__link__text {
				bottom: 0;
				color: #fff;
				display: grid;
				gap: 1.5rem;
				padding: 2rem 1.5rem;
				position: relative;
				position: absolute;
				width: 100%;
				z-index: 2;
			}
			@media (min-width: 1560px) {
				.section-links-grid__link__text {
					padding: 3.5rem;
				}
			}
			.section-links-grid__link__text .h4 {
				font-size: 2rem;
				font-style: normal;
			}
			@media (min-width: 1200px) {
				.section-links-grid__link__text .h4 {
					font-size: 2.8rem;
				}
			}
			.section-links-grid__link__text .h4 .icon-chevron {
				background-color: currentColor;
				bottom: 2rem;
				display: block;
				height: 1.5rem;
				-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' fill='none' viewBox='0 0 4 8'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M3.215 4 1.03.358 0 .975 1.816 4 .001 7.025l1.029.617z' clip-rule='evenodd'/%3E%3C/svg%3E");
				mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' fill='none' viewBox='0 0 4 8'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M3.215 4 1.03.358 0 .975 1.816 4 .001 7.025l1.029.617z' clip-rule='evenodd'/%3E%3C/svg%3E");
				-webkit-mask-position: center;
				mask-position: center;
				-webkit-mask-repeat: no-repeat;
				mask-repeat: no-repeat;
				-webkit-mask-size: contain;
				mask-size: contain;
				position: absolute;
				right: 2rem;
				width: 0.5rem;
			}
			@media (min-width: 1200px) {
				.section-links-grid__link__text .h4 .icon-chevron {
					display: none;
				}
			}
			.section-links-grid__link__bottom {
				position: relative;
			}
			.section-links-grid__link__bottom .button:not(:first-child) {
				bottom: -0.7rem;
				left: 0;
				opacity: 0;
				position: absolute;
			}
			.section-links-grid__link__surtitle {
				font-size: 1.3rem;
				text-transform: uppercase;
				transition: 0.3s;
			}
			@media (max-width: 989px) {
				.section-links-grid__cta__laptop {
					display: none;
				}
			}
			.section-links-grid__cta__mobile {
				display: flex;
				justify-content: center;
				margin-top: calc(var(--container-padding) * -1);
			}
			@media (min-width: 990px) {
				.section-links-grid__cta__mobile {
					display: none;
				}
			}
			.section-video__video.--iframe {
				--media-ratio: 56.25;
			}
			.section-video__video iframe {
				display: block;
				height: 100%;
				left: 0;
				-o-object-fit: cover;
				object-fit: cover;
				position: absolute;
				top: 0;
				transform: none;
				width: 100%;
			}
			.section-sliderHotel {
				background: var(--beige-color);
				padding: 5.5rem 1.5rem;
			}
			@media (min-width: 768px) {
				.section-sliderHotel {
					padding: 7rem 1.5rem;
				}
			}
			@media (min-width: 1200px) {
				.section-sliderHotel {
					padding: 9rem 1.5rem;
				}
			}
			.section-sliderHotel__header {
				align-items: flex-start;
				display: grid;
				grid-template-areas: 'title cta' 'desc desc';
				grid-template-columns: 1fr auto;
				margin-bottom: 5.5rem;
			}
			@media (min-width: 768px) {
				.section-sliderHotel__header {
					grid-template-areas: 'title cta' 'desc cta';
					margin-bottom: 7rem;
				}
			}
			@media (max-width: 1199px) {
				.section-sliderHotel__header {
					padding: 0;
				}
			}
			@media (min-width: 1200px) {
				.section-sliderHotel__header {
					margin-bottom: 9rem;
				}
			}
			.section-sliderHotel__title {
				grid-area: title;
			}
			.section-sliderHotel__desc {
				grid-area: desc;
			}
			.section-sliderHotel__desc:not(:first-child) {
				margin-top: 2rem;
			}
			.section-sliderHotel__sliderButtons {
				align-items: center;
				display: flex;
				gap: 0.2rem;
				grid-area: cta;
			}
			@media (min-width: 768px) {
				.section-sliderHotel__sliderButtons {
					display: none;
				}
			}
			.section-sliderHotel__sliderButton {
				background-color: transparent;
				background-position: 50%;
				background-repeat: no-repeat;
				border: 0;
				border-radius: 0;
				cursor: pointer;
				display: block;
				height: 3rem;
				padding: 0;
				width: 3rem;
			}
			.section-sliderHotel__sliderButton.--prev {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='24' fill='none' viewBox='0 0 9 24'%3E%3Cpath stroke='%23373737' d='M8.157 22.944.6 11.611 8.157.277'/%3E%3C/svg%3E");
			}
			.section-sliderHotel__sliderButton.--next {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='24' fill='none' viewBox='0 0 9 24'%3E%3Cpath stroke='%23373737' d='m.416 22.944 7.556-11.333L.416.277'/%3E%3C/svg%3E");
			}
			.section-sliderHotel__list {
				width: 100%;
			}
			.section-sliderHotel__list:not(:last-child) {
				margin-bottom: 5.5rem;
			}
			@media (min-width: 768px) {
				.section-sliderHotel__list:not(:last-child) {
					margin-bottom: 0;
				}
				.section-sliderHotel__list.--unload .swiper-slide:first-child {
					margin-left: calc(-27.5% + 0.825rem) !important;
					padding-top: 15rem;
					width: calc(55% - 1.65rem) !important;
				}
				.section-sliderHotel__list.--unload .swiper-slide:nth-child(2) {
					width: calc(45% - 1.35rem) !important;
				}
				.section-sliderHotel__list.--unload .swiper-slide:nth-child(3) {
					padding-top: 15rem;
					width: calc(55% - 1.65rem) !important;
				}
			}
			.section-sliderHotel__list .swiper-slide {
				width: 245px;
			}
			@media (min-width: 768px) {
				.section-sliderHotel__list .swiper-slide {
					width: auto;
				}
				.section-sliderHotel__list .swiper-slide:first-child,
				.section-sliderHotel__list .swiper-slide:nth-child(2),
				.section-sliderHotel__list .swiper-slide:nth-child(3) {
					height: 0;
					transition:
						margin-left 0.5s ease-in-out 0s,
						padding-top 0.5s ease-in-out 0s,
						width 0.5s ease-in-out 0s;
				}
			}
			.section-sliderHotel__item {
				display: block;
				position: relative;
			}
			.section-sliderHotel__item__img {
				display: block;
			}
			.section-sliderHotel__item__content {
				color: #fff;
				display: block;
				height: 100%;
				left: 0;
				padding: 2rem 1.5rem;
				position: absolute;
				top: 0;
				width: 100%;
			}
			@media (min-width: 768px) {
				.section-sliderHotel__item__content {
					padding: 3rem 2rem;
				}
			}
			@media (min-width: 1200px) {
				.section-sliderHotel__item__content {
					padding: 5rem 3.5rem;
				}
			}
			.section-sliderHotel__item__name {
				display: block;
				font-size: 2rem;
			}
			@media (min-width: 768px) {
				.section-sliderHotel__item__name {
					font-size: 2.5rem;
				}
			}
			@media (min-width: 1200px) {
				.section-sliderHotel__item__name {
					font-size: 3.6rem;
				}
			}
			.section-sliderHotel__item__dest {
				display: block;
				text-transform: uppercase;
			}
			.section-sliderHotel__item__dest:not(:first-child) {
				margin-top: 1rem;
			}
			@media (min-width: 768px) {
				.section-sliderHotel__item__dest:not(:first-child) {
					margin-top: 1.5rem;
				}
			}
			.section-sliderHotel__navigation {
				align-items: center;
				display: none;
				gap: 2rem;
				justify-content: center;
				margin-top: 4rem;
			}
			@media (min-width: 768px) {
				.section-sliderHotel__navigation {
					display: flex;
				}
			}
			.section-sliderHotel__navButton {
				align-items: center;
				background-color: transparent;
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: 100% 2.2rem;
				border: none;
				cursor: pointer;
				display: flex;
				height: 3.4rem;
				justify-content: center;
				padding: 0;
				transition:
					background-color 0.3s ease,
					opacity 0.3s ease;
				width: 3.4rem;
			}
			.section-sliderHotel__navButton.swiper-button-disabled {
				opacity: 0.35;
			}
			.section-sliderHotel__navButton.--prev {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='24' fill='none' viewBox='0 0 9 24'%3E%3Cpath stroke='%23373737' d='M8.157 22.944.6 11.611 8.157.277'/%3E%3C/svg%3E");
			}
			.section-sliderHotel__navButton.--next {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='24' fill='none' viewBox='0 0 9 24'%3E%3Cpath stroke='%23373737' d='m.416 22.944 7.556-11.333L.416.277'/%3E%3C/svg%3E");
			}
			.section-sliderHotel__cta {
				grid-area: cta;
			}
			@media (max-width: 767px) {
				.section-sliderHotel__cta.--desktop {
					display: none;
				}
			}
			@media (min-width: 768px) {
				.section-sliderHotel__cta.--mobile {
					display: none;
				}
			}
			.section-sliderHotel .swiper:not(.swiper-initialized) .swiper-wrapper {
				gap: 1.5rem;
			}
			@media (min-width: 768px) {
				.section-sliderHotel
					.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					height: 42vw;
				}
			}
			@media (min-width: 768px) {
				.section-mediaWithEntries {
					overflow: hidden;
				}
				.section-mediaWithEntries__grid {
					align-items: center;
					display: flex;
					gap: 1.5rem;
					justify-content: space-between;
				}
			}
			.section-mediaWithEntries__main {
				margin: auto;
				width: 100%;
			}
			@media (min-width: 768px) {
				.section-mediaWithEntries__main {
					margin: 0;
					max-width: 43rem;
				}
			}
			.section-mediaWithEntries__text:not(:first-child) {
				margin-top: 2rem;
			}
			@media (min-width: 768px) {
				.section-mediaWithEntries__text:not(:first-child) {
					margin-top: 3rem;
				}
			}
			.section-mediaWithEntries__entries.--hide-mobile {
				display: none;
			}
			@media (min-width: 768px) {
				.section-mediaWithEntries__entries.--hide-mobile {
					display: block;
				}
			}
			.section-mediaWithEntries__entries:not(:first-child) {
				margin-top: 6.5rem;
			}
			.section-mediaWithEntries__entry {
				border-top: 0.1rem solid #d7d7d7;
			}
			.section-mediaWithEntries__entry a {
				align-items: center;
				color: #afafaf;
				display: flex;
				padding: 2rem 0;
				text-decoration: none;
				text-transform: uppercase;
				transition: 0.3s;
			}
			.section-mediaWithEntries__entry a:hover {
				color: inherit;
			}
			.section-mediaWithEntries__entry a:hover svg {
				opacity: 1;
			}
			.section-mediaWithEntries__entry a span {
				display: flex;
				flex: 1;
			}
			.section-mediaWithEntries__entry a svg {
				display: block;
				height: 1.9rem;
				opacity: 0;
				transition: 0.3s;
				width: width;
			}
			.section-mediaWithEntries__entry a svg path {
				stroke: currentColor;
			}
			.section-mediaWithEntries__aside {
				margin-top: 4rem;
			}
			@media (max-width: 767px) {
				.section-mediaWithEntries__aside {
					margin-inline: -1.5rem;
				}
			}
			@media (min-width: 768px) {
				.section-mediaWithEntries__aside {
					margin-top: 0;
					position: relative;
					width: 40%;
				}
			}
			.section-mediaWithEntries__media {
				display: none;
			}
			@media (min-width: 768px) {
				.section-mediaWithEntries__media {
					display: block;
				}
			}
			.section-mediaWithEntries__slider.swiper {
				padding: 0 4.5rem;
			}
			@media (max-width: 767px) {
				.section-mediaWithEntries__slider.swiper {
					max-width: 60rem;
				}
			}
			@media (min-width: 768px) {
				.section-mediaWithEntries__slider {
					height: 100%;
					left: 0;
					margin: 0;
					overflow: visible;
					padding: 0;
					position: absolute !important;
					top: 0;
					transform: none !important;
					width: 100%;
				}
				.section-mediaWithEntries__slider .swiper-slide,
				.section-mediaWithEntries__slider .swiper-wrapper {
					position: static !important;
					transform: none !important;
				}
				.section-mediaWithEntries__slider .swiper-button-next,
				.section-mediaWithEntries__slider .swiper-button-prev {
					display: none;
				}
			}
			.section-mediaWithEntries__slider .swiper-slide {
				margin-right: 4.5rem;
			}
			.section-mediaWithEntries__slider
				.swiper-slide.swiper-slide-next
				.section-mediaWithEntries__hover__name,
			.section-mediaWithEntries__slider
				.swiper-slide.swiper-slide-prev
				.section-mediaWithEntries__hover__name {
				color: #afafaf;
			}
			.section-mediaWithEntries__slider
				.swiper-slide.swiper-slide-prev
				.section-mediaWithEntries__hover__name {
				text-align: right;
				transform: translate(25%) scale(0.72) translateZ(0);
				transform-origin: right center;
			}
			.section-mediaWithEntries__slider
				.swiper-slide.swiper-slide-next
				.section-mediaWithEntries__hover__name {
				text-align: left;
				transform: translate(-25%) scale(0.72) translateZ(0);
				transform-origin: left center;
			}
			.section-mediaWithEntries__slider .swiper-button-next,
			.section-mediaWithEntries__slider .swiper-button-prev {
				background-color: transparent;
				background-position: 50%;
				background-repeat: no-repeat;
				height: 100%;
				top: 0;
				width: 2.5rem;
			}
			.section-mediaWithEntries__slider .swiper-button-next:after,
			.section-mediaWithEntries__slider .swiper-button-prev:after {
				content: none;
			}
			.section-mediaWithEntries__slider .swiper-button-prev {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%23373737' d='m14.815 20.37-5.556-8.333 5.556-8.333'/%3E%3C/svg%3E");
				left: 0;
			}
			.section-mediaWithEntries__slider .swiper-button-next {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%23373737' d='m10.185 20.37 5.556-8.333-5.556-8.333'/%3E%3C/svg%3E");
				right: 0;
			}
			.section-mediaWithEntries__hover {
				text-align: center;
			}
			@media (min-width: 768px) {
				.section-mediaWithEntries__hover__image {
					height: 100%;
					left: 0;
					opacity: 0;
					position: absolute;
					top: 0;
					transition: 0.3s;
					width: 100%;
				}
				.section-mediaWithEntries__hover__image.--show {
					opacity: 1;
				}
			}
			.section-mediaWithEntries__hover__name {
				font-size: 1.8rem;
				text-transform: uppercase;
				transform: translate(0) scale(1) translateZ(0);
				transition: 0.3s;
			}
			@media (min-width: 768px) {
				.section-mediaWithEntries__hover__name {
					display: none;
				}
			}
			.section-mediaWithEntries__hover__name:not(:first-child) {
				margin-top: 2.5rem;
			}
			@media (min-width: 768px) {
				.section-mediaWithEntries__hover__link {
					display: none;
				}
			}
			.section-mediaWithEntries__hover__link:before {
				content: '';
				display: block;
				inset: 0;
				position: absolute;
			}
			.section-mediaWithEntries__hover__link:not(:first-child) {
				margin-top: 2.5rem;
			}
			.section-countdown__date-unit[data-v-20e40073] {
				align-items: center;
				display: flex;
				flex-direction: column;
				gap: 1.2rem;
				justify-content: center;
				width: 8rem;
			}
			.section-countdown__date-unit[data-v-20e40073]:first-child {
				justify-self: flex-start;
			}
			.section-countdown__date-unit[data-v-20e40073]:nth-child(2) {
				justify-self: center;
				position: relative;
				width: 100%;
			}
			.section-countdown__date-unit[data-v-20e40073]:nth-child(2):after,
			.section-countdown__date-unit[data-v-20e40073]:nth-child(2):before {
				background-color: #c3c3c3;
				content: '';
				height: 57px;
				position: absolute;
				top: 20px;
				width: 1px;
			}
			@media (max-width: 989px) {
				.section-countdown__date-unit[data-v-20e40073]:nth-child(2):after,
				.section-countdown__date-unit[data-v-20e40073]:nth-child(2):before {
					height: 43px;
					top: 17px;
				}
			}
			.section-countdown__date-unit[data-v-20e40073]:nth-child(2):before {
				left: 0;
			}
			.section-countdown__date-unit[data-v-20e40073]:nth-child(2):after {
				right: 0;
			}
			.section-countdown__date-unit[data-v-20e40073]:last-child {
				justify-self: flex-end;
			}
			.section-countdown__date-unit .--count[data-v-20e40073] {
				font-family: Boska, sans-serif;
				font-size: 8rem;
				font-weight: 400;
				line-height: 1;
			}
			@media (max-width: 989px) {
				.section-countdown__date-unit .--count[data-v-20e40073] {
					font-size: 6rem;
				}
			}
			.section-countdown__date-unit .--label[data-v-20e40073] {
				font-family:
					Gill Sans,
					sans-serif;
				font-size: 1.4rem;
				font-weight: 500;
				text-transform: uppercase;
			}
			.section-countdown__media[data-v-18dfc16e] {
				grid-area: 1/1/2/2;
				position: relative;
				z-index: -1;
			}
			.section-countdown__media figure[data-v-18dfc16e] {
				height: 100%;
			}
			.section-countdown__media[data-v-18dfc16e]:after {
				background-color: #0f0f0fb3;
				content: '';
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}
			.section-countdown.--image[data-v-18dfc16e] {
				display: grid;
			}
			.section-countdown.--image .section-countdown__content[data-v-18dfc16e] {
				background-color: transparent;
				color: #fff;
				display: flex;
				flex-direction: column-reverse;
				grid-area: 1/1/2/2;
				grid-gap: unset;
				gap: 4.7rem;
				padding: 4rem 1rem;
			}
			@media (max-width: 1199px) {
				.section-countdown.--image
					.section-countdown__content[data-v-18dfc16e] {
					gap: 3rem;
				}
			}
			.section-countdown.--image
				.section-countdown__content
				.section-countdown__texts[data-v-18dfc16e] {
				align-items: center;
				max-width: 68rem;
				text-align: center;
			}
			.section-countdown__content[data-v-18dfc16e] {
				display: grid;
				grid-template-columns: 48.8rem 43rem;
				grid-gap: 17.4rem;
				background-color: var(--beige-color);
				justify-content: center;
				padding: 6rem 0;
				place-items: center;
			}
			@media (max-width: 1199px) {
				.section-countdown__content[data-v-18dfc16e] {
					grid-template-columns: 1fr 1fr;
					grid-gap: 9rem;
				}
			}
			@media (max-width: 989px) {
				.section-countdown__content[data-v-18dfc16e] {
					grid-template-columns: 1fr;
					grid-gap: 6rem;
					padding: 5.4rem 3rem;
				}
			}
			@media (max-width: 767px) {
				.section-countdown__content[data-v-18dfc16e] {
					grid-gap: 4.6rem;
				}
			}
			@media screen and (max-width: 350px) {
				.section-countdown__content[data-v-18dfc16e] {
					padding-left: 2rem;
					padding-right: 2rem;
				}
			}
			.section-countdown__date[data-v-18dfc16e] {
				display: grid;
				grid-template-columns: 14.2rem 20.4rem 14.2rem;
			}
			@media (max-width: 767px) {
				.section-countdown__date[data-v-18dfc16e] {
					grid-template-columns: 9.425rem 10.85rem 9.425rem;
				}
			}
			@media screen and (max-width: 350px) {
				.section-countdown__date[data-v-18dfc16e] {
					grid-template-columns: repeat(3, 1fr);
				}
			}
			.section-countdown__texts[data-v-18dfc16e] {
				align-items: flex-start;
				display: flex;
				flex-direction: column;
				gap: 1.5rem;
			}
			@media (max-width: 767px) {
				.section-countdown__texts[data-v-18dfc16e] {
					align-items: center;
					text-align: center;
				}
			}
			.section-countdown__texts h2[data-v-18dfc16e]:not(.h3) {
				font-family:
					Gill Sans,
					sans-serif;
				font-size: 1.8rem;
				font-weight: 500;
				text-transform: uppercase;
			}
			@media (max-width: 1199px) {
				.section-countdown__texts .h3[data-v-18dfc16e] {
					font-size: 2.8rem;
				}
			}
			.section-imageGrid__title {
				text-align: center;
			}
			.section-imageGrid__title:not(:last-child) {
				margin-bottom: 5.5rem;
			}
			@media (min-width: 768px) {
				.section-imageGrid__title:not(:last-child) {
					margin-bottom: 6rem;
				}
			}
			.section-imageGrid__overflow {
				display: flex;
				margin: 0 calc(var(--container-padding) * -1);
				overflow: auto;
				padding: 0 var(--container-padding);
			}
			.section-imageGrid__grid {
				display: flex;
				flex: 1;
				gap: 1rem;
			}
			.section-imageGrid__item {
				width: 30rem;
			}
			@media (min-width: 768px) {
				.section-imageGrid__item {
					flex: 1;
					width: auto;
				}
			}
			.food-menu__title {
				font-size: 2.4rem;
				font-style: normal;
			}
			@media (min-width: 990px) {
				.food-menu__title {
					font-size: 3.8rem;
					margin-bottom: 3rem;
				}
			}
			.food-menu__text {
				font-size: 1.3rem;
				white-space: pre-line;
			}
			@media (min-width: 990px) {
				.food-menu__text {
					font-size: 1.5rem;
				}
			}
			@media (min-width: 1560px) {
				.food-menu__text {
					font-size: 1.6rem;
				}
			}
			.food-menu__text > p + p {
				margin-top: 2rem;
			}
			.food-menu__text b {
				font-weight: 400;
			}
			.food-menu__text table {
				border-bottom: 0.1rem solid #eee;
				font-weight: 400;
				padding: 2rem 0;
				width: 100%;
			}
			.food-menu__text table b {
				color: rgba(var(--primary-color), 1);
				font-weight: 400;
			}
			.food-menu__text table i {
				color: rgba(var(--primary-color), 1);
				font-weight: 300;
			}
			.food-menu__text table td:first-child {
				color: rgba(var(--primary-color), 0.7);
			}
			.food-menu__text table td + td {
				text-align: right;
			}
			.food-menu__text table td:nth-child(2),
			.food-menu__text table td:nth-child(3) {
				width: 90px;
			}
			@media (min-width: 990px) {
				.food-menu__text table td:nth-child(2),
				.food-menu__text table td:nth-child(3) {
					width: 120px;
				}
			}
			.food-menu__icon {
				height: 1.2rem;
				margin-inline: 0.2rem;
				width: auto;
			}
			.site-header:not(.hide) ~ * .food-menus__sticky-wrapper {
				top: calc(var(--header-height) + 2rem);
			}
			.food-menus__list > * {
				scroll-margin-top: 15rem;
			}
			@media (max-width: 989px) {
				.site-header:not(.hide) ~ * .food-menus__list > * {
					scroll-margin-top: calc(var(--header-height) + 10rem);
				}
			}
			.food-menus {
				align-items: flex-start;
				display: flex;
				flex-direction: column;
				gap: 2rem;
			}
			@media (min-width: 990px) {
				.food-menus {
					flex-direction: row;
					gap: 12rem;
				}
			}
			.food-menus__sticky-wrapper {
				font-size: 1.2rem;
				font-weight: 400;
				letter-spacing: 0.2em;
				line-height: 1.16;
				position: sticky;
				text-transform: uppercase;
				top: 1rem;
				transition: top 0.3s;
				width: 100%;
				will-change: top;
				z-index: 3;
			}
			@media (min-width: 990px) {
				.food-menus__sticky-wrapper {
					max-width: 45rem;
					min-width: 32rem;
					top: 2rem;
					width: auto;
				}
			}
			.food-menus__links {
				background-color: rgb(var(--secondary-color));
				color: rgba(var(--primary-color), 0.7);
				padding: 0.6rem 3.5rem;
			}
			@media (max-width: 989px) {
				.food-menus__links {
					align-items: center;
					display: flex;
					overflow-x: auto;
					padding-inline: 0;
					scroll-snap-type: x mandatory;
					white-space: nowrap;
				}
				.food-menus__links > li {
					padding-inline: 3rem;
					scroll-snap-align: start;
				}
			}
			.food-menus__links li {
				align-items: center;
				display: flex;
			}
			.food-menus__links li + li {
				position: relative;
			}
			.food-menus__links li + li:before {
				background-color: rgb(var(--secondary-color));
				content: ' ';
				height: 2rem;
				left: 0;
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				width: 0.1rem;
			}
			@media (min-width: 990px) {
				.food-menus__links li + li {
					border-width: 0.1rem solid rgb(var(--secondary-color));
				}
				.food-menus__links li + li:before {
					content: none;
				}
			}
			.food-menus__links a {
				display: block;
				padding: 2.4rem 0;
				text-decoration: none;
			}
			.food-menus__links a.active,
			.food-menus__links a:hover {
				color: rgb(var(--primary-color));
				font-weight: 500;
			}
			@media (min-width: 990px) {
				.food-menus__links a.active,
				.food-menus__links a:hover {
					text-decoration: underline;
				}
			}
			.food-menus__legend {
				align-items: center;
				background: rgb(var(--secondary-color));
				display: flex;
				flex-direction: column;
				gap: 1rem;
				justify-content: center;
				margin-top: 1rem;
				padding: 1.5rem;
			}
			@media (min-width: 990px) {
				.food-menus__legend {
					padding: 3rem 2.5rem;
				}
			}
			.food-menus__legend li {
				align-items: center;
				display: flex;
				gap: 0.5rem;
			}
			.food-menus__legend img {
				height: 1.2rem;
				width: auto;
			}
			.food-menus__list {
				display: flex;
				flex: 1;
				flex-direction: column;
				flex-wrap: wrap;
				gap: 4rem;
				width: 100%;
			}
			@media (min-width: 990px) {
				.food-menus__list {
					display: grid;
					gap: 8.5rem 7.2rem;
					grid-template-columns: repeat(2, 1fr);
					width: auto;
				}
			}
			.food-menus__list .food-menu.--full {
				grid-column: span 2;
			}
			.filter-list[data-v-b12950ad] {
				display: flex;
				margin-bottom: -1rem;
				margin-top: 6rem;
				overflow-x: auto;
				padding-bottom: 1rem;
			}
			.filter-list[data-v-b12950ad] > * + * {
				margin-left: 3rem;
			}
			.filter-list.--tags li a.router-link-exact-active[data-v-b12950ad]:after {
				width: 0;
			}
			.filter-list.--tags
				li
				a.router-link-exact-active.active[data-v-b12950ad]:after,
			.filter-list.--tags
				li
				a.router-link-exact-active[data-v-b12950ad]:hover:after {
				width: 100%;
			}
			.filter-list li[data-v-b12950ad] {
				flex-shrink: 0;
			}
			.filter-list li[data-v-b12950ad]:first-child {
				margin-left: auto;
			}
			.filter-list li[data-v-b12950ad]:last-child {
				margin-right: auto;
			}
			.filter-list li a[data-v-b12950ad] {
				color: rgb(var(--primary-color));
				font-size: 1.4rem;
				font-weight: 500;
				letter-spacing: 0.1rem;
				text-decoration: none;
				text-transform: uppercase;
			}
			.filter-list li a[data-v-b12950ad]:after {
				background: rgb(var(--primary-color));
				content: '';
				display: block;
				height: 0.1rem;
				transition: width 0.3s;
				width: 0;
			}
			.filter-list li a.router-link-exact-active[data-v-b12950ad]:after,
			.filter-list li a[data-v-b12950ad]:hover:after {
				width: 100%;
			}
			.filter-list__tags li a.router-link-exact-active[data-v-b12950ad]:after {
				width: 0;
			}
			.filter-list__tags li a.active[data-v-b12950ad]:after,
			.filter-list__tags li a[data-v-b12950ad]:hover:after {
				width: 100%;
			}
