@charset "UTF-8";
.track-record {
		padding-top: 112px;
}
@media only screen and (min-width: 1000px) {
		.track-record {
				padding-top: 178px;
		}
}
.track-record .logo-bg:before {
		transform: scale(1, -1);
}
.track-record .logo-bg:after {
		transform: scale(1, -1);
		width: 773px;
		left: 50%;
		background-image: radial-gradient(circle at 3.2% 32%, #B7FF42 0%, #C253D5 32%, #B7FF42 57%, #19FCFE 87%, #19FCFE 87%, #19FCFE 87%);
}
@media only screen and (max-width: 759px) {
		.track-record .logo-bg:before {
				display: none;
		}
		.track-record .logo-bg:after {
				width: 773px;
				top: -540px;
				margin-left: -75px;
		}
}
@media only screen and (min-width: 760px) {
		.track-record .logo-bg:before {
				width: 1051px;
				top: 0;
				right: 44%;
		}
		.track-record .logo-bg:after {
				top: -333px;
				margin-left: 239px;
		}
}
.track-record .h1 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		font-weight: 600;
		font-size: 44px;
		gap: 0 0.25em;
		margin: 0 0 50px 0;
}
.track-record .btns {
		flex: 0 0 auto;
		width: 100%;
		margin-top: 20px;
		justify-content: center;
}
@media only screen and (min-width: 1000px) {
		.track-record .h1 {
				font-size: 10.625rem;
				margin-bottom: 33px;
		}
		.track-record .h1 > *:not(:first-child):not(.btns) {
				order: 3;
				transition-delay: 0.2s;
		}
		.track-record .h1 > *:first-child {
				order: 1;
				transition-delay: 0s;
		}
		.track-record .h1 > .btns {
				order: 2;
				margin: 0;
				width: auto;
				transition-delay: 0.1s;
		}
		.track-record .h1 .btn {
				margin: 0;
				padding: 0;
				flex: 0 0 auto;
				border-radius: 50%;
				width: 7.75rem;
				height: 7.75rem;
				min-width: 100px;
				min-height: 100px;
		}
}
.track-record ul, .track-record li {
		list-style: none;
		margin: 0;
		padding: 0;
}
.track-record ul {
		display: flex;
		gap: 10px;
		transition-delay: 0.3s;
		margin: 0 auto;
		max-width: 1240px;
}
.track-record li {
		position: relative;
		container-type: inline-size;
		container-name: track-record-li;
}
.track-record li:before {
		display: none;
}
.track-record .year {
		font-weight: 600;
		font-size: 20px;
		line-height: 1.1;
		color: var(--grey);
}
.track-record .line {
		border-radius: 20px;
		white-space: nowrap;
		font-weight: 600;
		font-size: 16px;
		line-height: 1.1;
		color: rgba(255, 255, 255, 0.5);
		padding: 1.875em 1.25em;
		transition-property: width, height;
		transition-duration: 3s;
		transition-delay: -0.5s;
		transition-timing-function: var(--move-timing);
		background-color: var(--black);
}
.track-record li:nth-child(4n - 3) .line {
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.track-record li:nth-child(4n - 2) .line {
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.track-record li:nth-child(4n - 1) .line {
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.track-record li:nth-child(4n) .line {
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
}
.track-record .line strong {
		display: block;
		font-weight: 600;
		font-size: 2.25em;
		line-height: 0.722222em;
		color: var(--white);
		margin: 0.444em 0 0 0;
}
.track-record .line.accent {
		background: var(--grad) !important;
		color: rgba(0, 0, 0, 0.5);
}
.track-record .line.accent strong {
		color: var(--black);
}
.track-record .line .small {
		font-size: 0.555em;
}
@container track-record-li (max-width: 150px) {
		.track-record .line {
				font-size: 15px;
		}
}
@container track-record-li (max-width: 140px) {
		.track-record .line {
				font-size: 14px;
		}
}
@container track-record-li (max-width: 130px) {
		.track-record .line {
				font-size: 13px;
		}
}
@container track-record-li (max-width: 120px) {
		.track-record .line {
				font-size: 12px;
		}
}
@media only screen and (orientation: portrait), only screen and (orientation: landscape) and (max-width: 1023px) {
		.track-record ul {
				flex-direction: column;
				margin-left: auto;
				margin-right: auto;
				max-width: 500px;
		}
		.track-record li {
				padding-left: 80px;
				width: 100%;
				flex: 0 0 auto;
		}
		.track-record .year {
				position: absolute;
				top: 50%;
				left: 0;
				transform: translate3d(0, -50%, 0);
		}
		.track-record .line {
				height: 129px;
				min-width: 40px;
				width: var(--size);
		}
		.track-record:not(.visible) .line {
				width: 0%;
		}
}
@media only screen and (orientation: landscape) and (min-width: 1024px) {
		.track-record ul {
				flex: 0 0 auto;
				width: 100%;
		}
		.track-record li {
				margin-bottom: 52px;
				flex: 1;
				max-height: 385px;
				min-height: 150px;
				height: 50vh;
		}
		.track-record .year {
				position: absolute;
				top: 100%;
				margin-top: 16px;
				left: 50%;
				transform: translate3d(-50%, 0, 0);
		}
		.track-record .line {
				min-height: 7em;
				height: var(--size);
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
		}
		.track-record:not(.visible) .line {
				height: 0%;
		}
}