@font-face {
	font-family: "icomoon";
	src: url("../../fonts/icomoon/fonts/icomoon.woff?tp3sib") format("woff");
	font-display: swap;
	font-style: normal;
	font-weight: 400;
}

body.page-studio-perc .icon-bongos::before { content: "\e900"; }
body.page-studio-perc .icon-congas::before { content: "\e901"; }
body.page-studio-perc .icon-cajon::before { content: "\e902"; }
body.page-studio-perc .icon-djembe::before { content: "\e903"; }
body.page-studio-perc .icon-timbales::before { content: "\e904"; }
body.page-studio-perc .icon-shaker::before { content: "\e908"; }
body.page-studio-perc .icon-chimes::before { content: "\e909"; }
body.page-studio-perc .icon-woodblock::before { content: "\e92c"; }
body.page-studio-perc .icon-claves::before { content: "\e92e"; }
body.page-studio-perc .icon-rainstick::before { content: "\e92f"; }
body.page-studio-perc .icon-cowbell::before { content: "\e931"; }
body.page-studio-perc .icon-guiro::before { content: "\e933"; }

body.page-studio-perc .page-layout-left__content h1 {
	margin: 0 0 16px;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -0.05em;
	color: #000;
}

body.page-studio-perc .page-layout-left__content h1 strong {
	font-weight: 800;
}

body.page-studio-perc .page-layout-left__sidebar h2 {
	margin-bottom: 16px;
}

body.page-studio-perc .page-layout-left__menu ul {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page-studio-perc .page-layout-left__menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
}

body.page-studio-perc .page-layout-left__menu a {
	display: block;
	padding: 10px 0;
	color: #333;
	line-height: 22px;
}

body.page-studio-perc .page-layout-left__menu a.active,
body.page-studio-perc .page-layout-left__menu a:hover,
body.page-studio-perc .page-layout-left__menu a:focus-visible {
	color: #e60000;
}

body.page-studio-perc .studio-perc__intro {
	margin-bottom: 24px;
}

body.page-studio-perc .studio-perc__hero-media {
	display: block;
	margin: 0 0 30px;
}

body.page-studio-perc .studio-perc__hero-media img {
	display: block;
	width: 100%;
	height: auto;
}

body.page-studio-perc .studio-perc__section {
	margin-top: 34px;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}

body.page-studio-perc .studio-perc__section:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

body.page-studio-perc .studio-perc__list {
	margin: 0 0 20px;
	padding-left: 0;
	color: #222;
	list-style: none;
}

body.page-studio-perc .studio-perc__list--columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
	margin-top: 26px;
}

body.page-studio-perc .studio-perc__list li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 24px;
	line-height: 26px;
}

body.page-studio-perc .studio-perc__list li::before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 0;
	color: #e60000;
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
	line-height: 26px;
}

body.page-studio-perc .studio-perc__instruments {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px 18px;
	margin-top: 24px;
}

body.page-studio-perc .studio-perc__instrument {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	min-height: 132px;
	padding: 0 10px;
	border: 0;
	background: transparent;
	text-align: center;
}

body.page-studio-perc .studio-perc__instrument-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
	color: #e60000;
	font-size: 50px;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-studio-perc .studio-perc__instrument-icon i {
	font-family: "icomoon";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

body.page-studio-perc .studio-perc__instrument:nth-child(n+9) .studio-perc__instrument-icon {
	font-size: 60px;
}

body.page-studio-perc .studio-perc__instrument:hover .studio-perc__instrument-icon,
body.page-studio-perc .studio-perc__instrument:focus-within .studio-perc__instrument-icon {
	background: #e60000;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 16px 28px rgba(230, 0, 0, 0.22);
}

body.page-studio-perc .studio-perc__instrument strong {
	color: #222;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

html.dark body.page-studio-perc .page-layout-left__menu li,
html[data-theme-mode="dark"] body.page-studio-perc .page-layout-left__menu li,
html.dark body.page-studio-perc .studio-perc__section,
html[data-theme-mode="dark"] body.page-studio-perc .studio-perc__section,
html.dark body.page-studio-perc .studio-perc__instrument,
html[data-theme-mode="dark"] body.page-studio-perc .studio-perc__instrument {
	border-color: #343a40;
}

html.dark body.page-studio-perc .studio-perc__instrument-icon,
html[data-theme-mode="dark"] body.page-studio-perc .studio-perc__instrument-icon {
	border-color: #343a40;
	background: #20252b;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
	color: #ff7a7a;
}

html.dark body.page-studio-perc .studio-perc__instrument:hover .studio-perc__instrument-icon,
html[data-theme-mode="dark"] body.page-studio-perc .studio-perc__instrument:hover .studio-perc__instrument-icon,
html.dark body.page-studio-perc .studio-perc__instrument:focus-within .studio-perc__instrument-icon,
html[data-theme-mode="dark"] body.page-studio-perc .studio-perc__instrument:focus-within .studio-perc__instrument-icon {
	background: #ff7a7a;
	color: #20252b;
}

html.dark body.page-studio-perc .page-layout-left__content h1,
html[data-theme-mode="dark"] body.page-studio-perc .page-layout-left__content h1,
html.dark body.page-studio-perc .page-layout-left__content h1 strong,
html[data-theme-mode="dark"] body.page-studio-perc .page-layout-left__content h1 strong,
html.dark body.page-studio-perc .page-layout-left__menu a,
html[data-theme-mode="dark"] body.page-studio-perc .page-layout-left__menu a,
html.dark body.page-studio-perc .studio-perc__list,
html[data-theme-mode="dark"] body.page-studio-perc .studio-perc__list,
html.dark body.page-studio-perc .studio-perc__instrument strong,
html[data-theme-mode="dark"] body.page-studio-perc .studio-perc__instrument strong {
	color: #d0d6db;
}

html.dark body.page-studio-perc .page-layout-left__menu a.active,
html[data-theme-mode="dark"] body.page-studio-perc .page-layout-left__menu a.active,
html.dark body.page-studio-perc .page-layout-left__menu a:hover,
html[data-theme-mode="dark"] body.page-studio-perc .page-layout-left__menu a:hover,
html.dark body.page-studio-perc .page-layout-left__menu a:focus-visible,
html[data-theme-mode="dark"] body.page-studio-perc .page-layout-left__menu a:focus-visible {
	color: #ff4d4d;
}

@media (max-width: 991px) {
	body.page-studio-perc .studio-perc__instruments {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.page-studio-perc .studio-perc__list--columns {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	body.page-studio-perc .studio-perc__instruments {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 12px;
	}

	body.page-studio-perc .studio-perc__instrument {
		min-width: 0;
		padding: 0 4px;
	}

	body.page-studio-perc .studio-perc__instrument-icon {
		width: 86px;
		height: 86px;
		font-size: 44px;
	}
}
