:root {
	--fhg-blue: #2c00f0;
	--fhg-pink: #d807d1;
	--fhg-cyan: #24b8d2;
	--fhg-green: #62ef14;
	--fhg-pale: #dbe4eb;
}

body.home {
	background: #fff;
	color: #111276;
	font-family: "Roboto", Arial, sans-serif !important;
}

.home-page {
	overflow: clip;
}

.home-page > section {
	border-radius: 0 0 40px 40px;
}

.home-container {
	width: min(100% - 40px, 1019px);
	margin-inline: auto;
}

.home-header {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
}

body.admin-bar .home-header,
#wpadminbar ~ .home-header,
.home-header--admin-bar {
	top: 32px !important;
}

.home-header__inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	max-width: 1400px;
	min-height: 97px;
	margin-inline: auto;
	padding-inline: 20px;
}

.home-header__brand {
	display: none;
}

.home-header .offcanvas-body {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 15px;
	overflow: visible !important;
	padding: 0;
}

.home-header .offcanvas,
.home-header__nav-row,
.home-header__menu {
	overflow: visible !important;
}

.home-header__menu .dropdown-menu {
	z-index: 1060;
}

.home-header__dots,
.home-header__dots svg {
	display: block;
}

.home-header__nav-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}

.home-header__menu {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.home-header__menu a,
.home-header__tools a {
	color: #0000ff;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
}

.home-header__menu a:hover,
.home-header__tools a:hover {
	color: var(--fhg-pink);
}

.home-header__tools {
	display: flex;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
}

.home-header__star,
.home-star {
	color: var(--fhg-pink);
}

.home-header__menu > li {
	order: 1;
}

.home-header__menu > li:nth-last-child(2) {
	order: 3;
}

.home-header__star-item {
	display: flex;
	align-items: center;
	order: 2 !important;
}

.home-header__star {
	display: inline-flex;
	flex: 0 0 auto;
}

.home-header__star svg {
	display: block;
}

.home-header__menu-end,
.home-header__menu-end svg {
	display: block;
	flex: 0 0 auto;
}

@media (min-width: 992px) {
	.home-header .offcanvas {
		position: static;
		visibility: visible !important;
		width: auto;
		height: auto;
		border: 0;
		background: transparent;
		transform: none !important;
	}

	.home-header .offcanvas-header {
		display: none;
	}
}

.home-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 42px;
	padding: 8px;
	border: 2px solid var(--fhg-blue) !important;
	border-radius: 0;
}

.home-menu-toggle .navbar-toggler-icon {
	position: relative;
	display: block;
	width: 26px;
	height: 18px;
	border-top: 2px solid var(--fhg-blue);
	border-bottom: 2px solid var(--fhg-blue);
	background: none;
	filter: none;
}

.home-menu-toggle .navbar-toggler-icon::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--fhg-blue);
	content: "";
	transform: translateY(-50%);
}

.home-hero {
	position: relative;
	display: block;
	overflow: hidden;
	height: auto;
	padding: 0;
	background: var(--fhg-pale);
}

.home-hero-slider .home-hero-swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.home-hero-slider .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

.home-hero-slider .swiper-slide .home-hero__slide {
	height: 100%;
}

.home-hero__slide {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-sizing: border-box;
	min-height: 585px;
	padding: 50px 0 40px;
	background-color: var(--hero-bg-color, var(--fhg-pale));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-hero-swiper--multiple .home-hero__slide {
	min-height: 625px;
	padding-bottom: 72px;
}

.home-hero-slider__pagination {
	position: absolute;
	z-index: 5;
	bottom: 28px !important;
	left: 50% !important;
	display: flex;
	justify-content: center;
	gap: 10px;
	width: auto !important;
	transform: translateX(-50%);
}

.home-hero-slider__pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 !important;
	opacity: 1;
	background: rgba(44, 0, 240, 0.25);
	transition: transform .2s ease, background-color .2s ease;
}

.home-hero-slider__pagination .swiper-pagination-bullet-active {
	transform: scale(1.15);
	background: var(--fhg-blue);
}

.home-hero-slider__nav {
	position: absolute !important;
	z-index: 6;
	top: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-top: 0 !important;
	border: 2px solid #fff !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.96);
	color: var(--fhg-blue) !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(-50%);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.home-hero-slider__nav::after {
	font-size: 16px !important;
	font-weight: 700;
	color: var(--fhg-blue) !important;
}

.home-hero-slider__nav:hover,
.home-hero-slider__nav:focus-visible {
	background: var(--fhg-blue);
	border-color: var(--fhg-blue);
	color: #fff !important;
}

.home-hero-slider__nav:hover::after,
.home-hero-slider__nav:focus-visible::after {
	color: #fff !important;
}

.home-hero-slider__nav--prev {
	left: 16px;
}

.home-hero-slider__nav--next {
	right: 16px;
}

.home-hero__content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	width: fit-content;
	max-width: calc(100% - 40px);
	margin-top: 45px;
	margin-left: max(20px, calc((100% - 1020px) / 2));
	padding: 0;
	color: var(--fhg-blue);
}

.home-hero__content > img,
.home-hero__content > .home-hero__logo {
	display: block;
	width: 430px;
	height: auto;
	object-fit: contain;
	object-position: left center;
	filter: none;
	transform: translateX(-70px);
}

.home-hero__content > p {
	width: 435px;
	margin: 0;
	color: #000;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}

.home-hero__art {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: max(0px, calc((100% - 1262px) / 2));
	width: 1250px;
	height: 585px;
	margin: 0;
	transform: none;
}

.home-hero__loop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-hero__gymnast {
	position: absolute;
	top: -11.3%;
	left: 37.45%;
	width: 56.18%;
	height: 120.47%;
	object-fit: fill;
	transform: rotate(6.01deg);
}

.home-hero__spark {
	position: absolute;
	z-index: 2;
}

.home-hero__spark--cyan {
	top: 29.5%;
	left: 52.4%;
	width: 24px;
	height: 24px;
}

.home-hero__spark--pink {
	top: 25.4%;
	left: 56.1%;
	width: 20px;
	height: 20px;
}

.home-hero__spark--white {
	top: 34.5%;
	left: 54.8%;
	width: 20px;
	height: 20px;
}

.home-hero__actions {
	display: flex;
	gap: 40px;
}

.home-hero__actions a {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 54px;
	padding: 10px 15px;
	background: #fff;
	color: #2c00f0;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease;
}

.home-hero__actions a:hover,
.home-hero__actions a:focus-visible {
	background: #2c00f0;
	color: #fff;
}

.home-hero__actions path {
	transition: fill .2s ease;
}

.home-hero__actions a:hover path,
.home-hero__actions a:focus-visible path {
	fill: #fff;
}

.home-hero__actions svg {
	display: block;
	flex: 0 0 35px;
}

.home-competitions {
	min-height: 566px;
	padding: 50px 0;
	background: #fff;
}

.home-competitions .home-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	padding: 0;
}

.home-main-partner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 0;
	color: var(--fhg-blue);
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity .2s ease;
}

.home-main-partner:hover {
	opacity: .8;
}

.home-main-partner p {
	margin: 0;
	color: #2c00f0;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
}

.home-main-partner__logo {
	width: min(100%, 435px);
	margin-bottom: 0;
}

.home-main-partner__logo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: left center;
}

.home-main-partner__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 0;
	color: #12125f;
}

.home-main-partner__brand span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 3px solid #ef3434;
	border-radius: 50%;
	color: #138bb8;
	font-size: 34px;
	font-weight: 800;
}

.home-main-partner__brand strong {
	font-family: Georgia, serif;
	font-size: 19px;
	line-height: 1.05;
}

.competition-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	width: 100%;
}

.competition-card {
	position: relative;
	overflow: hidden;
	height: 324px;
	padding: 0;
	border: 0;
	border-radius: 13px 13px 0 0;
	outline: 0;
	box-shadow: none;
	color: #fff;
}

.competition-card--blue,
.competition-card--pink,
.competition-card--green,
.competition-card--violet {
	background-position: center calc(100% + 1px);
	background-repeat: no-repeat;
	background-size: calc(100% + 2px) auto;
}

.competition-card--blue {
	background-color: #24b4cf;
	background-image: url("../images/competition-card-blue.svg");
}

.competition-card--pink {
	background-color: #d900a8;
	background-image: url("../images/competition-card-pink.svg");
}

.competition-card--green {
	background-color: #69ed0d;
	background-image: url("../images/competition-card-green.svg");
}

.competition-card--violet {
	background-color: #2400ef;
	background-image: url("../images/competition-card-violet.svg");
}

.competition-card h2 {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	overflow: hidden;
	width: 100%;
	height: 63px;
	margin: 0;
	color: #fff;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	text-transform: uppercase;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.competition-card__link {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	height: 100%;
	padding: 25px;
	color: inherit;
	text-decoration: none;
}

.competition-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 15px;
	padding: 5px 15px;
	background: #fff;
	color: #170898;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
	transition: background-color .25s ease, color .25s ease;
}

.competition-card__link:hover .competition-card__button,
.competition-card__link:focus-visible .competition-card__button {
	background-color: #170898;
	color: #fff;
}

.competition-card__link:focus-visible {
	outline: 3px solid #fff;
	outline-offset: -6px;
}

.competition-card__ribbons i {
	position: absolute;
	bottom: -54px;
	width: 120px;
	height: 155px;
	border: 12px solid #fff;
	border-radius: 55% 45% 50% 50%;
	transform: rotate(-25deg);
}

.competition-card__ribbons {
	display: none;
}

.competition-card__ribbons i:nth-child(1) { left: -24px; }
.competition-card__ribbons i:nth-child(2) {
	left: 63px;
	bottom: -83px;
	border-color: var(--fhg-pink);
	transform: rotate(22deg);
}
.competition-card__ribbons i:nth-child(3) {
	right: -73px;
	bottom: -74px;
	border-color: var(--fhg-blue);
	transform: rotate(48deg);
}

.home-about {
	overflow: hidden;
	height: auto;
	background: var(--fhg-pale);
}

.home-about__inner {
	position: relative;
	display: grid;
	grid-template-columns: 58% 42%;
	height: auto;
}

.home-about__art {
	position: relative;
	display: grid;
	align-items: end;
	align-self: end;
	grid-column: 1;
	left: -25px;
	bottom: auto;
	width: 950px;
	height: auto;
}

.home-about__art img {
	position: relative;
	grid-area: 1 / 1;
	bottom: auto;
	height: auto;
	object-fit: contain;
	object-position: bottom center;
}

.home-about__art-left {
	left: 0;
	width: 54%;
}

.home-about__art-right {
	left: 41%;
	width: 17.86%;
	height: auto !important;
	object-fit: contain;
}

.home-about__nav {
	z-index: 2;
	grid-column: 2;
	align-self: center;
	display: flex;
	flex-direction: column;
	width: 300px;
	margin-left: 35px;
}

.home-about__menu {
	display: grid;
	grid-template-columns: max-content;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-about__menu li {
	width: auto;
	margin: 0;
	padding: 0;
}

.home-about__nav a {
	display: block;
	width: 100%;
	padding: 2px 0;
	border-bottom: 2px solid rgb(255 255 255 / 85%);
	color: #0000ff;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.home-about__nav a:hover {
	color: var(--fhg-pink);
}

.home-about__menu > li:last-child > a {
	border-bottom: 0;
}

.home-about__sparkles {
	position: absolute;
	right: -38px;
	bottom: 73px;
	width: 72px;
	height: 90px;
}

.home-about__sparkles img {
	position: absolute;
	width: 34px;
	height: 34px;
}

.home-about__sparkles img:nth-child(1) {
	top: 0;
	right: 0;
}

.home-about__sparkles img:nth-child(2) {
	top: 34px;
	left: 0;
}

.home-about__sparkles img:nth-child(3) {
	right: 7px;
	bottom: 0;
}

.home-content-section {
	padding: 50px 0 0;
	background: #fff;
}

.home-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
	color: var(--fhg-blue);
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
}

.home-heading .home-star {
	font-size: 28px;
}

.home-news__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.home-news {
	height: 450.685px;
}

.home-news-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	min-width: 0;
	padding: 0;
}

.home-news-card__image {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 246 / 185;
	border-radius: 13px 13px 0 0;
}

.home-news-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.home-news-card:hover .home-news-card__image img {
	transform: scale(1.04);
}

.home-news-card time {
	display: block;
	margin: 0;
	color: #170898;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px;
	text-transform: uppercase;
}

.home-news-card h3 {
	display: -webkit-box;
	overflow: hidden;
	width: 100%;
	height: 57px;
	margin: 0;
	color: #170898;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px;
	text-transform: uppercase;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.home-news-card h3 a {
	color: inherit;
	text-decoration: none;
}

.home-more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 5px 15px;
	color: #fff;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
}

.home-more:hover { color: #fff; opacity: .85; }
.home-more--blue { background: var(--fhg-cyan); }
.home-more--pink { background: var(--fhg-pink); }
.home-more--green { background: var(--fhg-green); }
.home-more--violet { background: #2900e9; }

.home-gallery {
	height: auto;
	padding-top: 50px;
	padding-bottom: 0;
}

.home-gallery .home-container {
	position: relative;
}

.home-gallery .home-heading {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	margin: 0;
}

.home-gallery__grid {
	position: relative;
	width: 100%;
	height: 333px;
}

.home-gallery__item {
	position: absolute;
	display: block;
	overflow: hidden;
}

.home-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.home-gallery__item:hover img { transform: scale(1.04); }
.home-gallery__item--1 { top: 0; left: 25.69%; width: 23.47%; height: 59.09%; }
.home-gallery__item--2 { top: 27.81%; left: 51.05%; width: 23.45%; height: 59.09%; }
.home-gallery__item--3 { top: 67.01%; left: 36.06%; width: 13.09%; height: 32.99%; }
.home-gallery__item--4 { top: 67.01%; left: 23.87%; width: 8.57%; height: 21.65%; }
.home-gallery__item--5 { top: 6.84%; left: 51.05%; width: 6.46%; height: 16.18%; }
.home-gallery__item--6 { top: 61.63%; left: 0; width: 15.22%; height: 38.12%; }
.home-gallery__item--7 { top: 47.85%; left: 88.65%; width: 11.35%; height: 28.59%; }
.home-gallery__item--8 { top: 0; left: 76.69%; width: 14.91%; height: 37.54%; }

.home-gallery__shape {
	position: absolute;
	display: block;
}

.home-gallery__shape--pink {
	top: 37.76%;
	left: 12.69%;
	width: 2.35%;
	height: 5.87%;
	background: var(--fhg-pink);
}

.home-gallery__shape--cyan {
	top: 52.77%;
	left: 16.79%;
	width: 6.47%;
	height: 16.19%;
	background: var(--fhg-cyan);
}

.home-gallery__shape--green {
	top: 62.58%;
	left: 76.69%;
	width: 4.69%;
	height: 11.74%;
	background: var(--fhg-green);
}

.home-pattern {
	height: 43px;
	margin: 50px auto;
	width: min(100% - 40px, 1019px);
}

.home-pattern img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.home-footer {
	background: #fff;
	color: #161650;
}

.home-footer__links {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 60px;
	padding: 0;
}

.home-footer__menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	padding: 0;
}

.home-footer__items {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 0;
}

.home-footer__wp-menu {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-footer__wp-menu > li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	margin: 0;
	padding: 0;
}

.home-footer__wp-menu > li > a {
	font-weight: 700;
	text-align: center;
}

.home-footer__wp-menu .sub-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-footer__links h2 {
	margin: 0;
	color: #000;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
}

.home-footer__links a {
	color: #000;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	text-decoration: none;
	transition: color .2s ease;
}

.home-footer__links a:hover,
.home-footer__links a:focus-visible {
	color: #170898;
}

.home-footer__bottom {
	background: #c7d1db;
}

.home-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 140px;
}

.home-footer__bottom p {
	margin: 0;
	color: #000;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
}

.home-footer__socials {
	display: flex;
	gap: 20px;
}

.home-footer__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 0;
	background: #2c00f0;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.home-footer__socials .home-footer__telegram {
	overflow: hidden;
	border-radius: 50%;
	background: transparent;
}

.home-footer__telegram img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (min-width: 768px) {
	.home-about,
	.home-about__inner,
	.home-about__art {
		height: 495px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.home-hero__slide {
		min-height: auto;
	}

	.home-hero-swiper--multiple .home-hero__slide {
		padding-bottom: 68px;
	}

	.home-hero__content {
		gap: 26px;
		margin-top: 30px;
		margin-left: 30px;
	}

	.home-hero__content > img,
.home-hero__content > .home-hero__logo {
		width: 360px;
		transform: translateX(-40px);
	}

	.home-hero__content > p {
		width: 390px;
		font-size: 15px;
		line-height: 23px;
	}

	.home-hero__actions {
		gap: 20px;
	}

	.home-hero__actions a {
		height: 50px;
		font-size: 20px;
		line-height: 24px;
	}

	.home-hero__actions svg {
		width: 30px;
		height: 30px;
		flex-basis: 30px;
	}

	.home-hero__art {
		top: 10px;
		right: -4vw;
		width: min(88vw, 1050px);
		height: auto;
		aspect-ratio: 1250 / 585;
		margin: 0;
		transform: none;
	}
}

@media (max-width: 991px) {
	.home-page > section {
		border-radius: 0 0 30px 30px;
	}

	.home-header__dots,
	.home-header__star-item,
	.home-header__tools {
		display: none !important;
	}

	.home-header__inner {
		min-height: 64px;
	}

	.home-menu-toggle {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.home-header .offcanvas {
		width: min(90vw, 420px);
		background: #fff;
	}

	body.admin-bar .home-header .offcanvas,
	#wpadminbar ~ .home-header .offcanvas,
	.home-header--admin-bar .offcanvas {
		top: 32px;
		height: calc(100vh - 32px);
	}

	.home-header .offcanvas-body,
	.home-header__menu,
	.home-header__nav-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.home-header .offcanvas-body {
		justify-content: flex-start;
		width: 100%;
		padding: 24px !important;
	}

	.home-header__menu {
		width: 100%;
		gap: 14px;
	}

	.home-header__menu > li {
		width: 100%;
	}

	.home-header__menu a {
		display: block;
		width: 100%;
		font-size: 18px;
		line-height: 23px;
	}

	.home-header__menu .dropdown-menu {
		position: static !important;
		width: 100%;
		margin-top: 8px;
		border: 0;
		box-shadow: none;
		transform: none !important;
	}

	.home-header__tools {
		width: 100%;
	}

	.home-header__tools {
		margin-top: 16px;
	}

	.home-hero-slider .swiper-wrapper {
		align-items: stretch;
	}

	.home-hero-slider .swiper-slide {
		height: auto;
	}

	.home-hero-slider .swiper-slide .home-hero__slide {
		height: 100%;
		min-height: 100%;
	}

	.home-hero__slide {
		display: flex;
		flex-direction: column;
		height: auto;
		min-height: 0;
		padding: 40px 0;
	}

	.home-hero-swiper--multiple .home-hero__slide {
		min-height: 0;
		padding-bottom: 64px;
	}

	.home-hero__content {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: calc(100% - 56px);
		max-width: none;
		min-height: 0;
		gap: 24px;
		margin-top: 40px;
		margin-left: 28px;
	}

	.home-hero__content > img,
	.home-hero__content > .home-hero__logo {
		width: 330px;
		transform: none;
	}

	.home-hero__content > p {
		width: 360px;
		font-size: 14px;
		line-height: 21px;
	}

	.home-hero__actions {
		margin-top: auto;
		width: 100%;
		padding-top: 16px;
		gap: 12px;
	}

	.home-hero__actions a {
		height: 48px;
		font-size: 16px;
		line-height: 20px;
	}

	.home-hero__actions svg {
		width: 28px;
		height: 28px;
		flex-basis: 28px;
	}

	.home-hero__art {
		top: 110px;
		right: -10vw;
		width: min(79vw, 780px);
		height: auto;
		aspect-ratio: 1250 / 585;
		margin: 0;
	}

	.competition-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-about__art {
		left: 0;
		width: min(76vw, 760px);
		height: auto;
	}

	.home-about__art-left {
		width: 52%;
	}

	.home-about__art-right {
		left: 40%;
		width: 17.2%;
		height: auto !important;
	}

	.home-about__nav {
		width: 34%;
		margin-left: 0;
	}

	.home-about__nav a {
		font-size: 22px;
		line-height: 27px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .home-header,
	#wpadminbar ~ .home-header,
	.home-header--admin-bar {
		top: 46px !important;
	}

	body.admin-bar .home-header .offcanvas,
	#wpadminbar ~ .home-header .offcanvas,
	.home-header--admin-bar .offcanvas {
		top: 46px;
		height: calc(100vh - 46px);
	}
}

@media (max-width: 767px) {
	.home-page > section {
		border-radius: 0 0 24px 24px;
	}

	.home-container {
		width: min(100% - 28px, 1020px);
	}

	.home-header__inner {
		padding-inline: 14px;
	}

	.home-hero__slide {
		display: flex;
		flex-direction: column;
		height: auto;
		min-height: 0;
		padding: 30px 0;
	}

	.home-hero-swiper--multiple .home-hero__slide {
		min-height: 0;
		padding-bottom: 60px;
	}

	.home-hero__content {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: min(100%, calc(100% - 28px));
		max-width: none;
		min-height: 0;
		gap: 24px;
		margin-top: 35px;
		margin-left: 14px;
	}

	.home-hero__content > img,
	.home-hero__content > .home-hero__logo {
		width: 280px;
		height: auto;
		transform: none;
	}

	.home-hero__content > p {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 21px;
	}

	.home-hero__art {
		top: 60px;
		right: -4vw;
		width: 81vw;
		height: auto;
		aspect-ratio: 1250 / 585;
		margin: 0;
	}

	.home-hero__actions {
		margin-top: auto;
		width: 100%;
		padding-top: 16px;
		gap: 10px;
	}

	.home-hero__actions a {
		min-width: 0;
		flex: 1;
		height: 44px;
		padding: 11px 8px;
		font-size: 10px;
		line-height: 14px;
	}

	.home-hero__actions svg {
		width: 22px;
		height: 22px;
		flex-basis: 22px;
	}

	.home-main-partner__logo {
		max-width: 100%;
	}

	.home-about__inner {
		display: flex;
		flex-direction: column;
		min-height: 0;
		padding-top: 35px;
	}

	.home-about__art {
		position: relative;
		display: grid;
		align-items: end;
		order: 2;
		left: auto;
		bottom: auto;
		width: 100%;
		height: auto;
		margin-top: 24px;
	}

	.home-about__art img {
		position: relative;
		grid-area: 1 / 1;
		bottom: auto;
	}

	.home-about__art-left {
		left: auto;
		width: 50%;
		margin-left: 14%;
	}

	.home-about__art-right {
		left: auto;
		width: 16.54%;
		height: auto !important;
		margin-left: 56%;
	}

	.home-about__nav {
		position: relative;
		z-index: 3;
		top: auto;
		right: auto;
		order: 1;
		align-self: stretch;
		align-items: center;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.home-about__menu {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.home-about__nav a {
		display: block;
		width: 100%;
		font-size: clamp(16px, 2.8vw, 20px);
		line-height: 1.25;
	}

	.home-about__sparkles {
		right: 16px;
		bottom: 36px;
		width: 60px;
		height: 75px;
	}

	.home-about__sparkles img {
		width: 28px;
		height: 28px;
	}

	.home-about__sparkles img:nth-child(2) {
		top: 28px;
	}

	.home-news__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-news,
	.home-gallery {
		height: auto;
	}

	.home-footer__links {
		flex-wrap: wrap;
	}

	.home-footer__wp-menu {
		flex-wrap: wrap;
	}

	.home-footer__wp-menu > li {
		width: calc(50% - 15px);
	}

	.home-footer__menu {
		width: calc(50% - 15px);
	}
}

@media (max-width: 480px) {
	.home-page > section {
		border-radius: 0 0 16px 16px;
	}

	.home-header .offcanvas {
		width: 100vw;
	}

	.home-hero-slider__nav {
		display: none;
	}

	.home-hero-slider__pagination {
		bottom: 16px !important;
	}

	.home-hero-swiper--multiple .home-hero__slide {
		padding-bottom: 56px;
	}

	.home-hero__content {
		width: calc(100% - 28px);
		gap: 20px;
		margin-top: 20px;
	}

	.home-hero__actions {
		padding-top: 12px;
	}

	.home-hero__content > img,
.home-hero__content > .home-hero__logo {
		width: 240px;
		transform: none;
	}

	.home-hero__content > p {
		font-size: 13px;
		line-height: 19px;
	}

	.home-hero__art {
		top: 38px;
		right: -20vw;
		width: 125vw;
		height: auto;
		aspect-ratio: 1250 / 585;
		margin: 0;
	}

	.home-gallery .home-heading {
		position: static;
		margin-bottom: 24px;
	}

	.home-about__inner {
		padding-top: 25px;
	}

	.home-about__art {
		left: -14px;
		width: calc(100% + 28px);
		height: auto;
		margin-top: 20px;
	}

	.home-about__art-left {
		width: 56%;
		margin-left: 10%;
	}

	.home-about__art-right {
		left: auto;
		width: 18.52%;
		height: auto !important;
		margin-left: 51%;
	}

	.home-about__nav {
		top: auto;
		left: auto;
		width: 100%;
	}

	.home-about__nav a {
		font-size: clamp(14px, 4vw, 16px);
		line-height: 1.25;
	}

	.home-about__sparkles {
		right: 8px;
		bottom: 18px;
		width: 50px;
		height: 62px;
	}

	.home-about__sparkles img {
		width: 23px;
		height: 23px;
	}

	.home-about__sparkles img:nth-child(2) {
		top: 23px;
	}

	.home-about__sparkles img:nth-child(3) {
		right: 5px;
	}

	.home-footer__menu {
		width: 100%;
	}

	.home-footer__wp-menu > li {
		width: 100%;
	}

	.competition-grid {
		grid-template-columns: 1fr;
	}

	.competition-card {
		min-height: 210px;
	}

	.home-news__grid {
		gap: 30px;
	}

	.home-gallery__grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 135px;
		gap: 12px;
		height: auto;
	}

	.home-gallery__item {
		position: static;
		width: auto !important;
		height: auto !important;
		grid-column: auto !important;
		grid-row: auto !important;
	}

	.home-gallery__item--1,
	.home-gallery__item--4 {
		grid-row: span 2 !important;
	}

	.home-gallery__shape {
		display: none;
	}

	.home-footer__bottom-inner {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		gap: 14px;
		padding-block: 20px;
	}
}
