@charset "UTF-8";

/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
  -moz-user-select : none;
　-webkit-user-select: none;
}

body,html {
	background-color: #F7F6F2;;
}

a:link {
	color:#2B3537;
	text-decoration: none;
}
a:visited {	
	color:#2B3537;
	text-decoration: none;
}
a:hover {
	color:#2B3537;
	text-decoration: none;
}
a:active {
	color:#2B3537;
	text-decoration: none; 
}


/* 2026 KGLA - Desktop */
:root {
  --Font-Size-Page-Title: 64px;
  --Font-Size-Content-Title: 48px;
  --Font-Size-Content-Subtitle: 32px;
  --Font-Size-Card-Subtitle: 22px;
  --Font-Size-Content-Texts: 18px;
  --Line-Height-Page-Title-2: 80px;
  --Line-Height-Content-Title-2: 56px;
  --Line-Height-Content-Subtitle: 44px;
  --Line-Height-Card-Subtitle: 30px;
  --Line-Height-Content-Texts: 32px;
  --Line-Height-Item-Content-Texts: 36px;
  --Line-Height-Section-Title: 32px;
  --Line-Height-Button-Text: 24px;
  --Font-Size-Item-Content-Texts: 18px;
  --Font-Size-Section-Title: 20px;
  --Font-Size-Button-Text: 16px;
  --Letter-Spacing-Page-Title-2: 3px;
  --Letter-Spacing-Content-Title-2: 3px;
  --Letter-Spacing-Content-Subtitle: 1px;
  --Letter-Spacing-Card-Subtitle: 1px;
  --Letter-Spacing-Content-Texts: 0.5px;
  --Letter-Spacing-Item-Content-Texts: 0.5px;
  --Letter-Spacing-Section-Title: 1px;
  --Letter-Spacing-Button-Text: 1px;
}

@media (max-width: 1280px) {
	/* 2026 KGLA - Laptop */
	:root {
		--Font-Size-Page-Title: 56px;
		--Font-Size-Content-Title: 40px;
		--Font-Size-Content-Subtitle: 28px;
		--Font-Size-Card-Subtitle: 20px;
		--Font-Size-Content-Texts: 16px;
		--Line-Height-Page-Title-2: 72px;
		--Line-Height-Content-Title-2: 48px;
		--Line-Height-Content-Subtitle: 40px;
		--Line-Height-Card-Subtitle: 30px;
		--Line-Height-Content-Texts: 28px;
		--Line-Height-Item-Content-Texts: 32px;
		--Line-Height-Section-Title: 28px;
		--Line-Height-Button-Text: 24px;
		--Font-Size-Item-Content-Texts: 16px;
		--Font-Size-Section-Title: 18px;
		--Font-Size-Button-Text: 16px;
		--Letter-Spacing-Page-Title-2: 3px;
		--Letter-Spacing-Content-Title-2: 3px;
		--Letter-Spacing-Content-Subtitle: 1px;
		--Letter-Spacing-Card-Subtitle: 1px;
		--Letter-Spacing-Content-Texts: 0.5px;
		--Letter-Spacing-Item-Content-Texts: 0.5px;
		--Letter-Spacing-Section-Title: 1px;
		--Letter-Spacing-Button-Text: 1px;
	}
}

@media (max-width: 1000px) {
	/* 2026 KGLA - Tablet */
	:root {
		--Font-Size-Page-Title: 48px;
		--Font-Size-Content-Title: 32px;
		--Font-Size-Content-Subtitle: 24px;
		--Font-Size-Card-Subtitle: 20px;
		--Font-Size-Content-Texts: 16px;
		--Line-Height-Page-Title-2: 56px;
		--Line-Height-Content-Title-2: 40px;
		--Line-Height-Content-Subtitle: 36px;
		--Line-Height-Card-Subtitle: 28px;
		--Line-Height-Content-Texts: 28px;
		--Line-Height-Item-Content-Texts: 32px;
		--Line-Height-Section-Title: 28px;
		--Line-Height-Button-Text: 22px;
		--Font-Size-Item-Content-Texts: 16px;
		--Font-Size-Section-Title: 18px;
		--Font-Size-Button-Text: 15px;
		--Letter-Spacing-Page-Title-2: 2px;
		--Letter-Spacing-Content-Title-2: 2px;
		--Letter-Spacing-Content-Subtitle: 1px;
		--Letter-Spacing-Card-Subtitle: 0.5px;
		--Letter-Spacing-Content-Texts: 0.5px;
		--Letter-Spacing-Item-Content-Texts: 0.5px;
		--Letter-Spacing-Section-Title: 0.5px;
		--Letter-Spacing-Button-Text: 0.5px;
	}
}

@media (max-width: 743px) {
	/* 2026 KGLA - Mobile */
	:root {
		--Font-Size-Page-Title: 28px;
		--Font-Size-Content-Title: 24px;
		--Font-Size-Content-Subtitle: 20px;
		--Font-Size-Card-Subtitle: 18px;
		--Font-Size-Content-Texts: 15px;
		--Line-Height-Page-Title-2: 36px;
		--Line-Height-Content-Title-2: 32px;
		--Line-Height-Content-Subtitle: 32px;
		--Line-Height-Card-Subtitle: 26px;
		--Line-Height-Content-Texts: 28px;
		--Line-Height-Item-Content-Texts: 30px;
		--Line-Height-Section-Title: 26px;
		--Line-Height-Button-Text: 20px;
		--Font-Size-Item-Content-Texts: 15px;
		--Font-Size-Section-Title: 16px;
		--Font-Size-Button-Text: 15px;
		--Letter-Spacing-Page-Title-2: 1px;
		--Letter-Spacing-Content-Title-2: 1px;
		--Letter-Spacing-Content-Subtitle: 0.5px;
		--Letter-Spacing-Card-Subtitle: 0px;
		--Letter-Spacing-Content-Texts: 0px;
		--Letter-Spacing-Item-Content-Texts: 0px;
		--Letter-Spacing-Section-Title: 0px;
		--Letter-Spacing-Button-Text: 0px;
	}
}


.header {
	width: 100%;
	text-align: center;
	display: flex;
	position: fixed;
	justify-content: center;
	top: 48px;
	left: 0;
	z-index: 9000;
}
.header_menu {
	width: 1000px;
	height: 80px;
	gap: 16px;
	display: flex;
	padding: 16px 32px;
	background: rgba(255, 255, 255, 0);
	border-radius: 12px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	list-style: none;
}
.header_menu > li {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: var(--Font-Size-Content-Texts);
	line-height: var(--Line-Height-Content-Texts);
	letter-spacing: var(--Letter-Spacing-Content-Texts);
	color: #2B3537;
	padding: 8px 16px;
	transition: all 0.3s ease-in-out;
	border-radius: 12px;
	cursor: pointer;
	position: relative;
}
.header_menu > li:hover {
	background-color: #C7F169;
}
.header_menu_title1_2 {
	padding: 8px 32px 8px 16px !important;
}

.header_menu_count {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: 8px;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: center;
	position: absolute;
	right: 16px;
	top: 10px;
	background-color: #2B3537;
	color: #FFF;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.nav-links {
	list-style: none;
	display: flex;
	gap: 30px;
	align-items: center;
	margin: 0;
	padding: 0;
}

.dropdown-trigger {
	position: relative;
}

.dropdown-menu {
	position: absolute;
	top: 100px; /* 離導覽列的距離 */
	left: 0;
	width: 270px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 12px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	padding: 16px;
	display: none; /* 預設隱藏，由 GSAP 控制 */
	opacity: 0;
	z-index: 9001;
}

.dropdown-menu a {
	display: inline-block;
	padding: 8px 16px;
	color: #2B3537;
	transition: background 0.3s;
	margin-top: 16px;
	border-radius: 12px;
}

.dropdown-menu a:hover {
	background: #C7F169;
}	

.dropdown-menu2 {
	display: none; 
	opacity: 0;
	overflow: hidden;
	list-style: none;
	padding-left: 20px;
	margin-top: 30px;
}

.dropdown-menu2 a {
	display: block;
	padding: 16px 0;
	font-family: Zalando Sans SemiExpanded;
	font-weight: 400;
	font-size: var(--Font-Size-Section-Title);
	line-height: var(--Line-Height-Section-Title);
	letter-spacing: var(--Letter-Spacing-Section-Title);
	color: #ffffff;
}
.header_small_ul > li:has(.dropdown-menu2) {
	cursor: pointer;
}




@media (max-width: 1280px) {
	.header {
		top: 40px;
	}
	.header_menu {
		width: fit-content;
		height: 80px;
		gap: 12px;
		padding: 16px 24px;
		border-radius: 12px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
	}
	.header_menu > li {
		padding: 8px 16px;
		border-radius: 12px;
	}
	.header_menu_title1_2 {
		padding: 8px 32px 8px 16px !important;
	}
	
	.header_menu_count {
		font-size: 8px;
		right: 16px;
		top: 10px;
		width: 12px;
		height: 12px;
	}

	.nav-links {
		list-style: none;
		display: flex;
		gap: 30px;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	.dropdown-trigger {
		position: relative;
	}
	.dropdown-menu {
		top: 100px;
		left: 0;
		width: 270px;
		border-radius: 12px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		padding: 16px;
	}
	.dropdown-menu a {
		display: inline-block;
		padding: 8px 16px;
		color: #2B3537;
		transition: background 0.3s;
		margin-top: 16px;
		border-radius: 12px;
	}
}

@media (max-width: 1000px) {
	.header {
		display: none;
	}
	.dropdown-menu2 {
		padding-left: 20px;
		margin-top: 30px;
	}
	
	.dropdown-menu2 a {
		padding: 10px 0;
	}
}

@media (max-width: 743px) {
	.header {
		display: none;
	}
	.dropdown-menu2 {
		padding-left: 20px;
		margin-top: 10px;
	}
	
	.dropdown-menu2 a {
		padding: 6px 0;
	}
}






/* 隱藏選單 */


.header_open {
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 9000;
	width: 75px;
	height: 50px;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(30, 39, 43, 0.2);
}
.header_open img {
	width: 18px;
}

.header_close {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 9000;
	width: 75px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0);
	border-radius: 12px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.header_close img {
	width: 18px;
}

.header_small_menu {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-image: url('../images/744_rwd_menu_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10002;
	padding: 178px 64px 0 64px;

	display: none;
	opacity: 0;
	pointer-events: none; 
}

.header_small_menu.active {
	pointer-events: auto;
}

.header_small_list {
	width: 100%;
}

.header_small_ul {
	list-style: none;
}
.header_small_ul > li {
	position: relative;
	font-family: Zalando Sans SemiExpanded;
	font-weight: 400;
	font-size: 24px;
	line-height: var(--Line-Height-Card-Subtitle);
	letter-spacing: var(--Letter-Spacing-Card-Subtitle);	
	color: #ffffff;
	padding: 12px 0;
	margin-top: 16px;
}
.header_small_ul > li:first-child {
	margin-top: 0;
}
.header_small_ul > li a {
	color: #ffffff;
}

.header_small_count {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: 8px;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: center;
	color: #2B3537;
	position: absolute;
	left: 245px;
	top: 10px;
	background-color: #FFF;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	align-items: center;
	display: flex;
	justify-content: center;
}


@media (max-width: 1000px) {
	.header_open {
		top: 40px;
		right: 40px;
		width: 75px;
		height: 50px;
		border-radius: 12px;
		display: flex;
	}
	.header_open img {
		width: 18px;
	}
	.header_close {
		top: 40px;
		right: 40px;
		width: 75px;
		height: 50px;
		border-radius: 12px;
	}
	.header_close img {
		width: 18px;
	}
	
	.header_small_menu {
		padding: 178px 64px 0 64px;
	}
	.header_small_ul > li {
		font-size: 24px;
		padding: 12px 0;
		margin-top: 16px;
	}
	
	.header_small_count {
		font-size: 8px;
		left: 245px;
		top: 10px;
		width: 16px;
		height: 16px;
	}
	

}

@media (max-width: 743px) {
	.header_open {
		top: 24px;
		right: 24px;
		width: 48px;
		height: 32px;
		border-radius: 8px;
	}
	.header_open img {
		width: 18px;
	}
	.header_close {
		top: 24px;
		right: 24px;
		width: 48px;
		height: 32px;
		border-radius: 8px;
	}
	.header_close img {
		width: 18px;
	}
	
	.header_small_menu {
		padding: 80px 44px 0 44px;
	}
	.header_small_ul > li {
		font-size: 20px;
		padding: 10px 0;
		margin-top: 8px;
	}
	
	.header_small_count {
		font-size: 8px;
		left: 200px;
		top: 10px;
		width: 16px;
		height: 16px;
	}

}



.banner_title1 {
	width: 100%;
	max-width: 1376px;
	font-family: Zalando Sans SemiExpanded;
	font-weight: 600;
	font-size: var(--Font-Size-Page-Title);;
	line-height: 1;
	letter-spacing: 3px;
	color: #2B3537;
	padding: 80px 20px 32px 20px;
	margin: auto;
}

.banner_clear {
	width: 100%;
	height: 176px;
	clear: both;
}


#content {
	width: 100%;
	position: relative;
	z-index: 1001;
}
#content2 {
	width: 100%;
	position: relative;
	z-index: 1001;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	background-color: #fff;
}
.content_block {
	width: 100%;
	max-width: 1376px;
	margin: auto;
	padding: 128px 20px;
}
.content_block2 {
	width: 100%;
	max-width: 1704px;
	margin: auto;
	padding: 80px 20px 128px 20px;
}
.content_block3 {
	width: 100%;
	max-width: 1376px;
	margin: auto;
	padding: 0px 20px 128px 20px;
}
.content_title1 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 600;
	font-size: var(--Font-Size-Content-Title);
	line-height: 1.3;
	letter-spacing: var(--Letter-Spacing-Content-Texts);
	color: #016241;
}
.content_title2 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 600;
	font-style: Italic;
	font-size: var(--Font-Size-Content-Subtitle);
	line-height: var(--Line-Height-Content-Subtitle);
	letter-spacing: var(--Letter-Spacing-Content-Subtitle);
	color: #2B3537;
	margin-top: 40px;
	margin-bottom: 32px;
}
.content_title3 {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: var(--Font-Size-Content-Texts);
	line-height: var(--Line-Height-Content-Texts);
	letter-spacing: var(--Letter-Spacing-Content-Texts);
	margin-top: 16px;
}


.content_main {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-style: Medium;
	font-size: var(--Font-Size-Section-Title);
	line-height: var(--Line-Height-Section-Title);
	letter-spacing: var(--Letter-Spacing-Section-Title);
	background: rgba(255, 255, 255, 0);
	border-radius: 12px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	gap: 16px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	width: fit-content;
}

.content_main2 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-style: Medium;
	font-size: var(--Font-Size-Section-Title);
	line-height: var(--Line-Height-Section-Title);
	letter-spacing: var(--Letter-Spacing-Section-Title);
	background: #2B3537;
	border-radius: 12px;
	gap: 16px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	width: fit-content;
	color: #F7F6F2;
}

.content_main_cycle {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #C7F169;
}

.content_96_clear {
	width: 100%;
	height: 96px;
	clear: both;
}
.content_48_clear {
	width: 100%;
	height: 48px;
	clear: both;
}





.rules {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: var(--Font-Size-Item-Content-Texts);
	line-height: var(--Line-Height-Item-Content-Texts);
	letter-spacing: var(--Letter-Spacing-Item-Content-Texts);
	text-align: left; /* 文字左右對齊 */
	color: #1E272B;
}

.rules-list {
  counter-reset: item;
  padding-left: 0;
  margin: 0;
}

.rules-list > li {
  list-style: none;
  counter-increment: item;
  padding-left: 20px;
  position: relative;
}

/* 左側數字 */
.rules-list > li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
}


.material-list {
  list-style: none; 
  padding-left: 0;
}
.material-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 3px;
}
.material-list li::before {
  content: '';
  position: absolute;
  width: 4px;   
  height: 4px;
  background-color: #2B3537;
  border-radius: 50%;
  left: 7px;
  top: 16px;
}


.material-list2 {
  margin-top: 3px;
  padding-left: 30px;
}

.material-list2 li {
  list-style: lower-alpha;
  margin-bottom: 3px;
}



.awards_block {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 80px;
}

.awards {
	display: flex;
	flex-direction: column; /* 垂直排列內容 */
	height: 100%; /* 確保填滿 Grid 分配的高度 */
	padding: 56px 0;
	border-top: 1px solid #2B3537;
}
.awards:nth-last-child(-n+3) {
	border-bottom: 1px solid #2B3537;
}
.awards_pic1 {
	position: relative;
	margin-bottom: 48px;
	width: 96px;
	height: 96px;
}
.awards_pic1 img {
	width: 100%;
	position: absolute; /* 讓兩張圖重疊在同一個位置 */
	top: 0;
	left: 0;
	transition: opacity 0.3s ease-in-out; /* ★關鍵：設定 0.4秒 的過場動畫 */
}
.awards_pic1 img:first-child {
	opacity: 1;
	z-index: 1;
}
.awards_pic1 img:last-child {
	opacity: 0;
	z-index: 2;
}
.awards_pic1:hover img:first-child {
	opacity: 0;
}
.awards_pic1:hover img:last-child {
	opacity: 1;
}

.awards_title1 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-size: 20px;
	line-height: var(--Letter-Spacing-Card-Subtitle);
	letter-spacing: var(--Letter-Spacing-Card-Subtitle);
	color: #2B3537;
}

.awards_title2 {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: var(--Letter-Spacing-Content-Texts);
	color: #2B3537;
	margin-top: 24px;
	margin-bottom: 48px;
}


.awards_more {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-size: var(--Font-Size-Button-Text);
	line-height: var(--Line-Height-Button-Text);
	letter-spacing: var(--Letter-Spacing-Button-Text);
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	width: fit-content;
	padding: 12px 8px;
	margin-top: auto;
	border-bottom: 1px solid #1E272B;
	margin-left: auto; 
}

.awards_more img {
	margin-left: 10px;
	width: 24px;
}


.awards_more::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	width: 0%;
	background-color: #1E272B;
	transition: width 0.3s ease;
	z-index: 2;
}
.awards_more:hover::after {
	width: 100%;
}
.awards_more:hover {
	border-bottom: 1px solid #aaa;
}


.news_more {
	position: relative;
	display: flex;
	width: fit-content;
	height: 48px;
	justify-content: center;
	align-items: center;
	background: #2B3537;
	color: #F7F6F2;
	border-radius: 12px;
	transition: color 0.3s ease-in-out;
	padding: 12px 32px;
	border: 0;
	gap: 12px;
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-size: var(--Font-Size-Button-Text);
	line-height: var(--Line-Height-Button-Text);
	letter-spacing: var(--Letter-Spacing-Button-Text);
	margin-top: 40px;
	margin-left: auto;
}
.news_more::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 0;
	height: calc(100% + 4px);
	background: #D9E74C;  /* 黃色遮罩層 */
	transition: width 0.3s ease-in-out;  /* 寬度變化來呈現滑動效果 */
	z-index: 0;
	border-radius: 12px;	
}
.news_more:hover::before {
	width: calc(100% + 4px);
}
.news_more span {
	position: relative;
	z-index: 2;  /* 確保文字顯示在最上層 */
}
.news_more_icon {
	position: relative;
	width: 22px;
	height: 22px;
}
.news_more:hover {
	color: #2B3537;  /* 文字從白變黑 */
}
.news_more_icon img {
	position: absolute;
	transition: opacity 0.3s ease-in-out;
}
.news_more_icon1 {
	width: 100%;
	opacity: 1;
}
.news_more_icon2 {
	width: 100%;
	opacity: 0;
}
.news_more:hover .news_more_icon1 {
	opacity: 0;
}
.news_more:hover .news_more_icon2 {
	opacity: 1;
}

@media (max-width: 1703px) {
	.content_block2 {
		padding: 80px 20px 128px 20px;
	}
	.content_block3 {
		padding: 0px 20px 128px 20px;
	}
}
@media (max-width: 1280px) {
	.banner_title1 {
		padding: 48px 40px 0px 40px;
	}
	.content_block {
		padding: 120px 40px;
	}
	.content_block2 {
		padding: 80px 20px 128px 20px;
	}
	.content_block3 {
		padding: 0px 20px 128px 20px;
	}
	.material-list2 {
		margin-top: 2px;
		padding-left: 24px;
	}
}
@media (max-width: 1000px) {
	.banner_title1 {
		padding: 48px 40px 0px 40px;
	}
	.banner_clear {
		height: 130px;
	}
	.content_block {
		padding: 80px 40px;
	}
	.content_block2 {
		padding: 48px 40px 80px 40px;
	}
	.content_block3 {
		padding: 0px 40px 80px 40px;
	}
	.content_title2 {
		margin-top: 24px;
		margin-bottom: 32px;
	}
	.content_title3 {
		margin-top: 16px;
	}

	.content_main {
		border-radius: 12px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		gap: 12px;
		padding: 12px 18px;
	}
	.content_main_cycle {
		width: 8px;
		height: 8px;
	}
	.content_96_clear {
		height: 64px;
	}
	.content_48_clear {
		height: 40px;
	}
	.rules-list > li {
		padding-left: 20px;
	}
	.material-list li {
		padding-left: 22px;
		margin-bottom: 3px;
	}
	.material-list li::before {
		left: 7px;
		top: 13px;
	}
	.material-list2 {
		margin-top: 2px;
		padding-left: 24px;
	}



	.awards_block {
		/* grid-template-columns: 1fr; */
		grid-template-columns: repeat(2, 1fr);
		gap: 0 40px;
	}
	.awards {
		padding: 48px 0;
	}
	.awards:nth-last-child(-n+2) {
		border-bottom: 1px solid #2B3537;
	}
	.awards_pic1 {
		position: relative;
		margin-bottom: 48px;
		width: 96px;
		height: 96px;
	}
	.awards_title1 {
		font-size: var(--Font-Size-Card-Subtitle);
	}
	.awards_title2 {
		font-size: var(--Font-Size-Content-Texts);
		line-height: var(--Line-Height-Content-Texts);
		letter-spacing: var(--Letter-Spacing-Content-Texts);
		margin-top: 24px;
		margin-bottom: 48px;
	}
	.awards_more {
		padding: 12px 8px;
	}
	.awards_more img {
		margin-left: 8px;
		width: 24px;
	}


	.news_more {
		height: 44px;
		border-radius: 10px;
		padding: 12px 24px;
		gap: 12px;
		margin-top: 24px;
	}
	.news_more::before {
		border-radius: 10px;	
	}
	.news_more:hover::before {
		width: calc(100% + 4px);
	}
	.news_more_icon {
		width: 20px;
		height: 20px;
	}
}


@media (max-width: 743px) {
	.banner_title1 {
		padding: 48px 24px 0px 24px;
	}
	.banner_clear {
		height: 80px;
	}
	.content_block {
		padding: 80px 24px;
	}
	.content_block2 {
		padding: 48px 24px 64px 24px;
	}
	.content_block3 {
		padding: 0px 24px 64px 24px;
	}
	.content_title2 {
		margin-top: 24px;
		margin-bottom: 12px;
	}
	.content_title3 {
		margin-top: 16px;
	}

	.content_main {
		border-radius: 12px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		gap: 12px;
		padding: 10px 18px;
	}
	.content_main_cycle {
		width: 8px;
		height: 8px;
	}
	.content_96_clear {
		height: 48px;
	}
	.content_48_clear {
		height: 24px;
	}
	.rules-list > li {
		padding-left: 18px;
	}
	.material-list li {
		padding-left: 22px;
		margin-bottom: 2px;
	}
	.material-list li::before {
		left: 7px;
		top: 12px;
	}
	.material-list2 {
		margin-top: 2px;
		padding-left: 24px;
	}



	.awards_block {
		grid-template-columns: 1fr;
		gap: 0px;
	}
	.awards {
		padding: 40px 0;
	}
	.awards:nth-last-child(-n+1) {
		border-bottom: 1px solid #2B3537;
	}
	.awards_pic1 {
		position: relative;
		margin-bottom: 32px;
		width: 96px;
		height: 96px;
	}
	.awards_title1 {
		font-size: var(--Font-Size-Card-Subtitle);
	}
	.awards_title2 {
		margin-top: 24px;
		margin-bottom: 32px;
	}
	.awards_more {
		padding: 14px 8px;
	}
	.awards_more img {
		margin-left: 8px;
		width: 24px;
	}


	.news_more {
		height: 40px;
		border-radius: 8px;
		padding: 10px 20px;
		gap: 8px;
		margin-top: 24px;
	}
	.news_more::before {
		border-radius: 8px;	
	}
	.news_more:hover::before {
		width: calc(100% + 4px);
	}
	.news_more_icon {
		width: 18px;
		height: 18px;
	}
}



.about_block {
	width: 100%;
	gap: 48px;
	border-radius: 48px;
	padding: 64px;
	background-image: url('../images/1920_winners_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about_block2 {
	background: rgba(255, 255, 255, 0);
	border-radius: 32px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	padding: 64px;
}
.about_pic1 {
	display: block;
}
.about_pic2 {
	display: none;
}
.about_pic3 {
	display: none;
}
.about_pic4 {
	display: none;
}

.about_title1 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.03em;
	color:#666666;	
}
.about_title2 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-style: Italic;
	font-size: var(--Font-Size-Item-Content-Texts);
	line-height: 1;
	letter-spacing: 0.03em;
	color:#2B3537;
	margin-top: 8px;
}
.about_title3 {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: var(--Font-Size-Content-Texts);
	line-height: var(--Line-Height-Content-Texts);
	letter-spacing: var(--Letter-Spacing-Content-Texts);
	color:#2B3537;
	margin-top: 24px;
}
.about_24_clear {
	width: 100%;
	height: 24px;
	clear: both;
}

@media (max-width: 1280px) {
	.about_block {
		gap: 48px;
		border-radius: 48px;
		padding: 48px;
		background-image: url('../images/1024_winners_bg.jpg');
	}
	.about_block2 {
		border-radius: 32px;
		padding: 48px;
	}
	.about_pic1 {
		display: none;
	}
	.about_pic2 {
		display: block;
	}
	.about_pic3 {
		display: none;
	}
	.about_pic4 {
		display: none;
	}
	
	.about_title1 {
		font-size: 16px;
	}
	.about_title2 {
		margin-top: 8px;
	}
	.about_title3 {
		margin-top: 24px;
	}
	.about_24_clear {
		height: 24px;
	}
}
@media (max-width: 1000px) {
	.about_block {
		gap: 48px;
		border-radius: 40px;
		padding: 40px;
		background-image: url('../images/744_winners_bg.jpg');
	}
	.about_block2 {
		border-radius: 32px;
		padding: 40px;
	}
	.about_pic1 {
		display: none;
	}
	.about_pic2 {
		display: none;
	}
	.about_pic3 {
		display: block;
	}
	.about_pic4 {
		display: none;
	}
	
	.about_title1 {
		font-size: 15px;
	}
	.about_title2 {
		margin-top: 8px;
	}
	.about_title3 {
		margin-top: 24px;
	}
	.about_24_clear {
		height: 24px;
	}
}

@media (max-width: 743px) {
	.about_block {
		gap: 48px;
		border-radius: 20px;
		padding: 24px;
		background-image: url('../images/375_winners_bg.jpg');
	}
	.about_block2 {
		border-radius: 20px;
		padding: 24px;
	}
	.about_pic1 {
		display: none;
	}
	.about_pic2 {
		display: none;
	}
	.about_pic3 {
		display: none;
	}
	.about_pic4 {
		display: block;
	}
	
	.about_title1 {
		font-size: 14px;
	}
	.about_title2 {
		margin-top: 8px;
	}
	.about_title3 {
		margin-top: 20px;
	}
	.about_24_clear {
		height: 20px;
	}
}




.terms_title1 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-size: var(--Font-Size-Section-Title);
	line-height: var(--Line-Height-Section-Title);
	letter-spacing: var(--Letter-Spacing-Section-Title);
	color: #2B3537;
	padding-bottom: 24px;
}
.terms_80_clear {
	width: 100%;
	height: 80px;
	clear: both
}



.accordion-wrapper {
	border-top: 1px solid #1E272B;
}
.accordion-item {
	border-bottom: 1px solid #1E272B;
	overflow: hidden;
}
.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px 40px;
	cursor: pointer;
	background: transparent;
	gap: 32px
}
.accordion-title {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-size: var(--Font-Size-Item-Content-Texts);
	line-height: var(--Line-Height-Item-Content-Texts);
	letter-spacing: var(--Letter-Spacing-Item-Content-Texts);
	color: #1E272B;
	flex: 1;
}
.arrow {
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.accordion-content {
	height: 0;
	overflow: hidden;
}
.content-inner {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 400;
	font-size: var(--Font-Size-Content-Texts);
	line-height: var(--Line-Height-Content-Texts);
	letter-spacing: var(--Letter-Spacing-Content-Texts);
	margin: 0 40px;
	border-top: 1px solid #DDDDDD;
	padding-top: 24px;
	padding-bottom: 32px;
	color: #1E272B;
}
.content-inner .awards_link {
  color: #016241;
	padding-bottom: 1px;
	border-bottom: 1px solid #016241;
}
.faq_bold {
	font-weight: 500;
}

.judges_block {
	width: 100%;
	padding: 64px;
	background: rgba(255, 255, 255, 0);
	border-radius: 48px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 64px;
}
.judges_1 {
	width: 248px;
	padding: 0 18px;
	text-align: center;
}
.judges_2 {
	width: 1px;
	background-color: #DDDDDD; 
	align-self: stretch; 
}
.judges_3 {
	flex: 1;
}
.judges_title1 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: center;
	color: #016241;
}
.judges_title2 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 500;
	font-size: var(--Font-Size-Content-Texts);
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: center;
	margin-top: 12px;
	color: #AAAAAA;
}
.judges_star {
	width: 32px;
	padding: 48px 0;
	margin: auto;
}
.judges_pic1 {
	width: 200px;
	border-radius: 50%;
	margin: auto;
}
.judges_96_clear {
	width: 100%;
	height: 96px;
	clear: both;
}
.judges_48_clear {
	width: 100%;
	height: 48px;
	clear: both;
}


@media (max-width: 1000px) {
	.terms_title1 {
		padding-bottom: 20px;
	}
	.terms_80_clear {
		height: 64px;
	}
	.accordion-header {
		padding: 24px 32px;
	}
	.arrow {
		width: 24px;
		height: 24px;
	}
	.content-inner {
		margin: 0 32px;
		padding-top: 20px;
		padding-bottom: 24px;
	}

	.judges_block {
		padding: 56px 48px;
		border-radius: 32px;
		flex-direction: column;
		gap: 48px;
	}
	.judges_1 {
		width: 100%;
		padding: 0;
	}
	.judges_2 {
		width: 100%;
		height: 1px;
		align-self: normal; 
	}
	.judges_star {
		width: 32px;
		padding: 24px 0;
	}
	.judges_96_clear {
		height: 64px;
	}
	.judges_48_clear {
		height: 48px;
	}
}

@media (max-width: 743px) {
	.terms_title1 {
		padding-bottom: 16px;
	}
	.terms_80_clear {
		height: 48px;
	}
	.accordion-header {
		padding: 20px 16px;
	}
	.arrow {
		width: 20px;
		height: 20px;
	}
	.content-inner {
		margin: 0 16px;
		padding-top: 16px;
		padding-bottom: 20px;
	}

	
	.judges_block {
		padding: 40px 24px;
		border-radius: 32px;
		flex-direction: column;
		gap: 32px;
	}
	.judges_star {
		width: 32px;
		padding: 24px 0;
	}
	.judges_96_clear {
		height: 64px;
	}
	.judges_48_clear {
		height: 32px;
	}
}


.categories_block {
	width: 100%;
	padding: 128px 148px;
	background: rgba(255, 255, 255, 0);
	border-radius: 48px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 128px;
}

.categories_1 {
	flex: 1;
}
.categories_2 {
	width: 320px;
	display: block
}
.categories_3 {
	width: 200px;
	display: none;
}
.categories_title1 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 600;
	font-size: var(--Font-Size-Page-Title);
	line-height: var(--Line-Height-Page-Title-2);
	letter-spacing: 3px;
	color: #2B3537;
}
.categories_title2 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 400;
	font-size: var(--Font-Size-Section-Title);
	line-height: var(--Line-Height-Section-Title);
	letter-spacing: var(--Letter-Spacing-Section-Title);
	color: #1E272B;
	margin-top: 48px;
}
.categories_title3 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 600;
	font-size: var(--Font-Size-Content-Subtitle);
	line-height: 1;
	letter-spacing: 0.03em;
	color: #2B3537;
}
.categories_title4 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 400;
	font-size: var(--Font-Size-Section-Title);
	line-height: var(--Line-Height-Content-Texts);
	letter-spacing: var(--Letter-Spacing-Section-Title);
	color: #2B3537;
}
.categories_title5 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 600;
	font-size: var(--Font-Size-Content-Subtitle);
	line-height: var(--Line-Height-Content-Subtitle);
	letter-spacing: var(--Letter-Spacing-Content-Subtitle);
	color: #016241;
	margin-top: 24px;
}
.categories_48_clear {
	width: 100%;
	height: 48px;
	clear: both;
}
.categories_24_clear {
	width: 100%;
	height: 24px;
	clear: both;
}

@media (max-width: 1703px) {
	.categories_block {
		padding: 128px 108px;
		border-radius: 48px;
		gap: 128px;
	}
	.categories_1 {
		flex: 1;
	}
	.categories_2 {
		width: 320px;
	}
	.categories_title1 {
		letter-spacing: 3px;
	}
	.categories_title2 {
		margin-top: 48px;
	}
	.categories_48_clear {
		height: 48px;
	}
	.categories_24_clear {
		height: 24px;
	}
}

@media (max-width: 1280px) {
	.categories_block {
		padding: 80px 48px;
		border-radius: 40px;
		gap: 64px;
	}
	.categories_1 {
		flex: 1;
	}
	.categories_2 {
		width: 200px;
	}
	.categories_title1 {
		letter-spacing: 3px;
	}
	.categories_title2 {
		margin-top: 40px;
	}
	.categories_48_clear {
		height: 48px;
	}
	.categories_24_clear {
		height: 24px;
	}
}

@media (max-width: 1000px) {
	.categories_block {
		padding: 80px 48px;
		border-radius: 32px;
		gap: 0px;
		flex-direction: column;
	}
	.categories_1 {
		flex: 1;
	}
	.categories_2 {
		width: 200px;
		display: none;
	}
	.categories_3 {
		width: 200px;
		display: block;
		padding: 40px 0;
	}
	.categories_title1 {
		letter-spacing: 2px;
	}
	.categories_title2 {
		margin-top: 0px;
	}
	.categories_48_clear {
		height: 40px;
	}
	.categories_24_clear {
		height: 12px;
	}
}

@media (max-width: 743px) {
	.categories_block {
		padding: 48px 24px;
		border-radius: 24px;
		gap: 0px;
		flex-direction: column;
	}
	.categories_1 {
		flex: 1;
	}
	.categories_2 {
		width: 200px;
		display: none;
	}
	.categories_3 {
		width: 120px;
		display: block;
		padding: 32px 0;
	}
	.categories_title1 {
		letter-spacing: 1px;
	}
	.categories_title2 {
		margin-top: 0px;
	}
	.categories_48_clear {
		height: 40px;
	}
	.categories_24_clear {
		height: 8px;
	}
}



#footer {
	position: relative;
	width: 100%;
	background-image: url('../images/1920_footer_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 128px 64px 128px;
	z-index: 1001;
}
.footer {
	display: flex;
	align-items: center;
	gap: 104px;
}
.footer_1 {
	width: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_2 {
	flex: 1;
}
.footer_img1 {
	width: 166px;
}
.footer_img2 {
	width: 248px;
	margin-left: 32px;
	margin-top: 24px;
}

.footer_menu {
	width: 100%;
	padding: 32px 48px;
	background: rgba(255, 255, 255, 0);
	border-radius: 12px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.7);
}
.footer_title1 {
	font-family: Zalando Sans SemiExpanded;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.03em;
	vertical-align: middle;
	color: #AAAAAA;	
}
.footer_title2 {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.03em;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;	
	margin-top: 12px;
}
.footer_title2 a {
	color: #F7F6F2;	
}
.footer_title2 a:hover {
	color: #C7F169;
}
.footer_title3 {
	font-family: Zalando Sans;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.03em;
	vertical-align: middle;
	color: #F7F6F2;
	margin-top: 32px;
	text-align: right;
}
.footer_24_clear {
	width: 100%;
	height: 24px;
	clear: both;
}
.footer_375 {
	display: flex;
}
.footer_br {
	display: none;
}


@media (max-width: 1630px) {
	#footer {
		padding: 80px 98px 64px 98px;
	}
	.footer {
		gap: 104px;
	}
	.footer_1 {
		width: 450px;
	}
	.footer_img1 {
		width: 166px;
	}
	.footer_img2 {
		width: 248px;
		margin-left: 32px;
	}
	
	.footer_menu {
		padding: 32px 48px;
		border-radius: 12px;
	}
	.footer_title1 {
		font-size: 13px;
	}
	.footer_title2 {
		font-size: 13px;
		gap: 16px;
		margin-top: 12px;
	}
	.footer_title3 {
		font-size: 12px;
		margin-top: 32px;
	}
	.footer_24_clear {
		height: 24px;
	}
}

@media (max-width: 1300px) {
	#footer {
		background-image: url('../images/1024_footer_bg.jpg');
		padding: 64px 40px 40px 40px;
	}
	.footer {
		display: flex;
		align-items: center;
		gap: 40px;
		flex-direction: column;
	}
	.footer_1 {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.footer_2 {
		width: 100%;
	}
	.footer_img1 {
		width: 166px;
	}
	.footer_img2 {
		width: 248px;
		margin-left: 32px;
	}
	
	.footer_menu {
		padding: 32px 40px;
		border-radius: 12px;
	}
	.footer_title1 {
		font-size: 13px;
	}
	.footer_title2 {
		font-size: 13px;
		display: flex;
		gap: 16px;
		margin-top: 12px;
	}
	.footer_title3 {
		font-size: 12px;
		margin-top: 32px;
		text-align: right;
	}
	.footer_24_clear {
		height: 24px;
	}
}

@media (max-width: 1000px) {
	#footer {
		background-image: url('../images/744_footer_bg.jpg');
		padding: 64px 40px 40px 40px;
	}
}

@media (max-width: 743px) {
	#footer {
		background-image: url('../images/375_footer_bg.jpg');
		padding: 48px 24px 30px 24px;
	}
	.footer {
		display: flex;
		align-items: center;
		gap: 24px;
		flex-direction: column;
	}
	.footer_img1 {
		width: 121px;
	}
	.footer_img2 {
		width: 181px;
		margin-left: 24px;
	}
	
	.footer_menu {
		padding: 24px;
		border-radius: 12px;
	}
	.footer_title1 {
		font-size: 13px;
	}
	.footer_title2 {
		font-size: 13px;
		display: flex;
		gap: 12px;
		margin-top: 12px;
	}
	.footer_title3 {
		font-size: 12px;
		margin-top: 24px;
		text-align: left;
	}
	.footer_24_clear {
		height: 24px;
	}
	.footer_375 {
		display: none;
	}
	.footer_br {
		width: 100%;
		height: 8px;
		clear: both;
		display: block;
	}
}
