* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

:root {
	--gjs-t-color-primary: rgba(0, 0, 0, 1);
	--gjs-t-color-secondary: rgba(0, 0, 0, 1);
	--gjs-t-color-accent: #ffb347;
	--gjs-t-color-success: #28a745;
	--gjs-t-color-warning: #ffc107;
	--gjs-t-color-error: rgba(0, 0, 0, 1);
}

html {
	scroll-behavior: smooth;
}

.gjs-t-body {
	background-color: inherit;
	color: inherit;
	font-size: 1rem;
	line-height: 1.75rem;
}

.gjs-t-h1 {
	color: var(--gjs-t-color-secondary);
	font-size: 1.5rem;
	line-height: 2.5rem;
}

.gjs-t-h2 {
	color: rgba(0, 0, 0, 1);
	font-size: 1.2rem;
	line-height: 1.75rem;
}

.gjs-t-button {
	background-color: var(--gjs-t-color-primary);
	color: white;
	border-radius: 0.3rem;
}

.gjs-t-link {
	color: var(--gjs-t-color-primary);
	text-decoration: none;
}

.gjs-t-border {
	border-radius: 0.3rem;
	border-color: #e0e0e0;
}

*, ::before, ::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

html, :host {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	line-height: inherit;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

abbr:where([title]) {
	text-decoration: underline dotted;
}

.gjs-t-button {
	background-color: rgb(29 78 216 / 1) !important;
	color: rgb(255 255 255 / 1) !important;
}

.gjs-t-border {
	background-color: rgb(255 255 255 / 1) !important;
	color: rgb(15 23 42 / 1) !important;
	border: 1px solid rgb(203 213 225 / 1) !important;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp, pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button, select {
	text-transform: none;
}

button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']) {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol, ul, menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

input::placeholder, textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

button, [role="button"] {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
	vertical-align: middle;
}

img, video {
	max-width: 100%;
	height: auto;
}

[hidden] {
	display: none;
}

.body-root {
	font-family: Inter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header {
	width: 100%;
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 0.9);
	backdrop-filter: blur(8px);
}

.header-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.brand-link {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.brand-icon {
	width: 1.75rem;
	height: 1.75rem;
}

.brand-name {
	font-family: Poppins;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	letter-spacing: -0.025em;
}

.primary-navigation {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.nav-link {
	color: rgb(51 65 85 / 1);
}

.nav-link:hover {
	color: rgb(15 23 42 / 1);
	text-decoration-line: underline;
}

.nav-link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.nav-link:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.cta-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
	border-radius: 0.375rem;
}

.cta-button:hover {
	background-color: rgb(30 58 138 / 1);
}

.cta-button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.cta-button:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.cta-icon {
	width: 1rem;
	height: 1rem;
}

.hero-section {
	width: 100%;
	background-image: linear-gradient(to right, #eff6ff, rgb(239 246 255 / 0));
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.hero-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem;
}

.hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.5rem;
}

.hero-title {
	font-family: Poppins;
	font-weight: 700;
}

.hero-subtitle {
	color: rgb(51 65 85 / 1);
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.primary-action {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
	border-radius: 0.375rem;
}

.primary-action:hover {
	background-color: rgb(30 58 138 / 1);
}

.primary-action:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.primary-action:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.action-icon {
	width: 1rem;
	height: 1rem;
}

.secondary-action {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	border-width: 1px;
	border-color: rgb(203 213 225 / 1);
	background-color: rgb(255 255 255 / 1);
	color: rgb(15 23 42 / 1);
	border-radius: 0.375rem;
}

.secondary-action:hover {
	color: rgb(29 78 216 / 1);
	border-color: rgb(37 99 235 / 1);
}

.secondary-action:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.secondary-action:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.hero-highlights {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(71 85 105 / 1);
}

.highlight-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.highlight-icon {
	width: 1rem;
	height: 1rem;
}

.hero-media {
	position: relative;
	border-radius: 0.75rem;
	overflow: hidden;
	border-width: 1px;
}

.hero-image {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.hero-badge {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
	background-color: rgb(255 255 255 / 0.9);
	backdrop-filter: blur(8px);
	border-radius: 0.5rem;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.badge-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.badge-text {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(30 41 59 / 1);
}

.secondary-notes-section {
	width: 100%;
	background-color: rgb(255 255 255 / 1);
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.secondary-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.secondary-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
}

.secondary-title-block {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.section-title {
	font-family: Poppins;
	font-weight: 600;
}

.section-description {
	color: rgb(51 65 85 / 1);
}

.section-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	border-width: 1px;
	border-color: rgb(203 213 225 / 1);
	background-color: rgb(255 255 255 / 1);
	color: rgb(15 23 42 / 1);
	border-radius: 0.375rem;
}

.section-link:hover {
	color: rgb(29 78 216 / 1);
	border-color: rgb(37 99 235 / 1);
}

.section-link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.section-link:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.section-link-icon {
	width: 1rem;
	height: 1rem;
}

.secondary-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.subject-card {
	border-width: 1px;
	background-color: rgb(255 255 255 / 1);
	border-radius: 0.75rem;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.subject-card:hover {
	box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.card-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.card-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.card-title {
	font-family: Poppins;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
}

.card-content-list {
	color: rgb(51 65 85 / 1);
	font-size: 0.875rem;
	line-height: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.card-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: auto;
}

.card-link {
	color: rgb(30 64 175 / 1);
}

.card-link:hover {
	color: rgb(30 58 138 / 1);
	text-decoration-line: underline;
}

.card-link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.card-link:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.card-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	border-radius: 0.375rem;
}

.card-button:hover {
	background-color: rgb(30 58 138 / 1);
}

.card-button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.card-button:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.button-icon {
	width: 1rem;
	height: 1rem;
}

.higher-secondary-section {
	width: 100%;
	background-color: rgb(239 246 255 / 0.4);
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.higher-secondary-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.higher-secondary-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
}

.higher-secondary-title-block {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.higher-secondary-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.entry-test-section {
	width: 100%;
	background-color: rgb(255 255 255 / 1);
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.entry-test-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.entry-test-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
}

.entry-test-title-block {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.entry-test-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.institution-card {
	border-width: 1px;
	background-color: rgb(255 255 255 / 1);
	border-radius: 0.75rem;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.institution-card:hover {
	box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.entry-test-aside {
	margin-top: 2.5rem;
	border-radius: 0.75rem;
	border-width: 1px;
	background-color: rgb(239 246 255 / 0.5);
	padding: 1.5rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.aside-image {
	width: 16rem;
	height: 10rem;
	object-fit: cover;
	border-radius: 0.5rem;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.aside-content {
	flex: 1 1 0%;
}

.aside-title {
	font-family: Poppins;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
}

.aside-list {
	color: rgb(51 65 85 / 1);
	font-size: 0.875rem;
	line-height: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.resources-section {
	width: 100%;
	background-color: rgb(255 255 255 / 1);
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.resources-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.resources-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
}

.resources-title-block {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.resources-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.resources-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.resource-card {
	border-width: 1px;
	border-radius: 0.75rem;
	padding: 1.25rem;
	background-color: rgb(239 246 255 / 0.5);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.resource-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.resource-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.resource-title {
	font-family: Poppins;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
}

.resource-description {
	color: rgb(51 65 85 / 1);
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.resource-download {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	border-radius: 0.375rem;
	width: fit-content;
}

.resource-download:hover {
	background-color: rgb(30 58 138 / 1);
}

.resource-download:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.resource-download:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.download-icon {
	width: 1rem;
	height: 1rem;
}

.resources-aside {
	margin-top: 2.5rem;
	border-radius: 0.75rem;
	border-width: 1px;
	background-color: rgb(255 255 255 / 1);
	padding: 1.5rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.about-section {
	width: 100%;
	background-color: rgb(239 246 255 / 0.4);
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.about-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5rem;
}

.about-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.about-paragraph {
	color: rgb(51 65 85 / 1);
}

.about-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.stat-card {
	border-radius: 0.75rem;
	border-width: 1px;
	background-color: rgb(255 255 255 / 1);
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.stat-header {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.stat-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.stat-text {
	font-family: Poppins;
	font-weight: 600;
}

.stat-subtext {
	color: rgb(71 85 105 / 1);
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.about-media {
	position: relative;
	border-radius: 0.75rem;
	overflow: hidden;
	border-width: 1px;
}

.about-image {
	width: 100%;
	height: 380px;
	object-fit: cover;
}

.about-badge {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
	background-color: rgb(255 255 255 / 0.9);
	backdrop-filter: blur(8px);
	border-radius: 0.5rem;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.contact-section {
	width: 100%;
	background-color: rgb(255 255 255 / 1);
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.contact-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5rem;
}

.contact-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-subtitle {
	color: rgb(51 65 85 / 1);
}

.contact-form {
	border-radius: 0.75rem;
	border-width: 1px;
	background-color: rgb(239 246 255 / 0.5);
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.form-field {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.field-label {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	color: rgb(30 41 59 / 1);
}

.text-input {
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: rgb(203 213 225 / 1);
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: rgb(255 255 255 / 1);
	color: rgb(15 23 42 / 1);
}

.text-input::placeholder::placeholder {
	color: rgb(148 163 184 / 1);
}

.text-input:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.email-input {
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: rgb(203 213 225 / 1);
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: rgb(255 255 255 / 1);
	color: rgb(15 23 42 / 1);
}

.email-input::placeholder::placeholder {
	color: rgb(148 163 184 / 1);
}

.email-input:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.textarea {
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: rgb(203 213 225 / 1);
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: rgb(255 255 255 / 1);
	color: rgb(15 23 42 / 1);
}

.textarea::placeholder::placeholder {
	color: rgb(148 163 184 / 1);
}

.textarea:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.form-options-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.checkbox-legend {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	color: rgb(30 41 59 / 1);
}

.checkbox-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(30 41 59 / 1);
}

.checkbox-control {
	width: 1rem;
	height: 1rem;
	border-radius: 0.25rem;
	border-color: rgb(203 213 225 / 1);
	color: rgb(29 78 216 / 1);
}

.radio-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.radio-legend {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	color: rgb(30 41 59 / 1);
}

.radio-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(30 41 59 / 1);
}

.radio-control {
	width: 1rem;
	height: 1rem;
	border-radius: 9999px;
	border-color: rgb(203 213 225 / 1);
}

.form-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.submit-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
	border-radius: 0.375rem;
}

.submit-button:hover {
	background-color: rgb(30 58 138 / 1);
}

.submit-button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.submit-button:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.alternate-contact {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	border-width: 1px;
	border-color: rgb(203 213 225 / 1);
	background-color: rgb(255 255 255 / 1);
	color: rgb(15 23 42 / 1);
	border-radius: 0.375rem;
}

.alternate-contact:hover {
	color: rgb(29 78 216 / 1);
	border-color: rgb(37 99 235 / 1);
}

.alternate-contact:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.alternate-contact:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.alternate-icon {
	width: 1rem;
	height: 1rem;
}

.contact-aside {
	border-radius: 0.75rem;
	border-width: 1px;
	background-color: rgb(255 255 255 / 1);
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-aside-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.aside-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.aside-text {
	color: rgb(51 65 85 / 1);
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.aside-contact-line {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(51 65 85 / 1);
}

.line-icon {
	width: 1rem;
	height: 1rem;
}

.contact-aside-image {
	width: 100%;
	height: 10rem;
	object-fit: cover;
	border-radius: 0.5rem;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.footer {
	width: 100%;
	background-color: rgb(255 255 255 / 1);
	border-top-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.footer-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem;
}

.footer-column {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.footer-brand-link {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.footer-brand-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.footer-brand-name {
	font-family: Poppins;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
}

.footer-text {
	color: rgb(51 65 85 / 1);
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.social-link {
	color: rgb(51 65 85 / 1);
}

.social-link:hover {
	color: rgb(29 78 216 / 1);
}

.social-link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.social-link:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.social-icon {
	width: 1rem;
	height: 1rem;
}

.footer-heading {
	font-family: Poppins;
	font-weight: 600;
}

.footer-link {
	color: rgb(51 65 85 / 1);
}

.footer-link:hover {
	color: rgb(29 78 216 / 1);
}

.newsletter-form {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.newsletter-input {
	flex: 1 1 0%;
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: rgb(203 213 225 / 1);
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: rgb(255 255 255 / 1);
	color: rgb(15 23 42 / 1);
}

.newsletter-input::placeholder::placeholder {
	color: rgb(148 163 184 / 1);
}

.newsletter-input:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.newsletter-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
	border-radius: 0.375rem;
}

.newsletter-button:hover {
	background-color: rgb(30 58 138 / 1);
}

.newsletter-button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.newsletter-button:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.footer-divider {
	border-top-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.footer-bottom {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-copyright {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(71 85 105 / 1);
}

.footer-legal-links {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.legal-link {
	color: rgb(51 65 85 / 1);
}

.legal-link:hover {
	color: rgb(29 78 216 / 1);
}

.hamburger-btn {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.5rem 0.6rem;
	border: 1px solid rgb(203 213 225 / 1);
	border-radius: 0.375rem;
	background-color: rgb(255 255 255 / 1);
	color: rgb(15 23 42 / 1);
}

.hamburger-btn:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.hamburger-btn:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.hamburger-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.mobile-img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.gjs-plg-flex-column {
	flex-grow: 1;
}

#i4amwc {
	flex-basis: 100%;
}

.gjs-plg-flex-row {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
}

#iz83m7 {
	width: 100%;
}

.chapter-list {
	grid-column: 1/-1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.chapter-link {
	display: block;
	padding: 0.6rem 0.75rem;
	border: 1px solid rgb(203 213 225 / 1);
	border-radius: 0.375rem;
	background-color: #fff;
	color: rgb(15 23 42 / 1);
	font-family: Poppins, ui-sans-serif, system-ui, sans-serif;
	font-weight: 600;
	text-decoration: none;
}

.chapter-link:hover {
	color: rgb(29 78 216 / 1);
	border-color: rgb(37 99 235 / 1);
}

.math-icon {
	display: inline-block;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1;
	color: rgb(15 23 42 / 1);
	margin-right: 0.35rem;
}

#i755p1 {
	flex-basis: 100%;
	align-self: auto;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
}

#iz92wq {
	width: 100%;
}

#iekosg {
	flex-basis: 100%;
	align-self: auto;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
}

#izdkn7 {
	width: 100%;
}

#imh3rx {
	flex-basis: 100%;
	align-self: auto;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
}

#ieqp5f {
	width: 100%;
}

#imtb1p {
	padding: 10px;
	background-clip: border-box;
	margin-left: 500px;
	margin-right: 500px;
}

#ikk0tr {
	padding: 10px;
	margin-left: 500px;
	margin-right: 500px;
}

#i5075f {
	padding: 10px;
	margin-left: 450px;
	margin-right: 450px;
}

.exercise-link {
	color: #ffffff;
	background-image: unset;
	background-position: unset;
	background-size: unset;
	background-repeat: unset;
	background-attachment: unset;
	background-origin: unset;
	background-color: #1d4ed8;
	background-clip: border-box;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1d4ed8;
	border-right-color: #1d4ed8;
	border-bottom-color: #1d4ed8;
	border-left-color: #1d4ed8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	text-decoration: underline;
	display: inline-flex;
	margin: 0 auto;
	text-align: center;
	align-self: center;
	align-items: center;
	justify-content: center;
	min-height: 44px;
}

#iw0f2a {
	background-image: url('https://cdn.pixabay.com/photo/2024/12/17/04/45/broadcasting-9272087_960_720.png');
	background-size: contain;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#ikk0tr-2 {
	padding: 10px;
	margin-left: 500px;
	margin-right: 500px;
}

#i50lkj {
	flex-basis: 100%;
}

#il43nf {
	width: 100%;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
}

.entry-test-section {
	width: 100%;
	background-color: rgb(255 255 255 / 1);
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

#ikk0tr-2-2 {
	padding: 10px;
	margin-left: 500px;
	margin-right: 500px;
}

#ikk0tr-2-2-2 {
	padding: 10px;
	margin-left: 500px;
	margin-right: 500px;
}

#ikk0tr-2-2-2-2 {
	padding: 10px;
	margin-left: 500px;
	margin-right: 500px;
}

#iyl5ff {
	flex-basis: 100%;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
}

#ixxez8 {
	width: 100%;
}

#ivrcet {
	flex-basis: 100%;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
}

#i9x75e {
	width: 100%;
}

#io7stj {
	flex-basis: 100%;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
}

#i9kd1k {
	width: 100%;
}

* {
	box-sizing: border-box;
}

:root {
	--gjs-t-color-primary: rgba(0, 0, 0, 1);
	--gjs-t-color-secondary: rgba(0, 0, 0, 1);
	--gjs-t-color-accent: #ffb347;
	--gjs-t-color-success: #28a745;
	--gjs-t-color-warning: #ffc107;
	--gjs-t-color-error: rgba(0, 0, 0, 1);
}

.gjs-t-body {
	background-color: inherit;
	color: inherit;
	font-size: 1rem;
	line-height: 1.75rem;
}

.gjs-t-h1 {
	color: var(--gjs-t-color-secondary);
	font-size: 1.5rem;
	line-height: 2.5rem;
}

.gjs-t-h2 {
	color: rgba(0, 0, 0, 1);
	font-size: 1.2rem;
	line-height: 1.75rem;
}

.gjs-t-link {
	color: var(--gjs-t-color-primary);
	text-decoration: none;
}

.cta-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
	border-radius: 0.375rem;
}

.cta-button:hover {
	background-color: rgb(30 58 138 / 1);
}

.cta-button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.cta-button:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.cta-icon {
	width: 1rem;
	height: 1rem;
}

.action-icon {
	width: 1rem;
	height: 1rem;
}

.secondary-action {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	border-width: 1px;
	border-color: rgb(203 213 225 / 1);
	background-color: rgb(255 255 255 / 1);
	color: rgb(15 23 42 / 1);
	border-radius: 0.375rem;
}

.secondary-action:hover {
	color: rgb(29 78 216 / 1);
	border-color: rgb(37 99 235 / 1);
}

.secondary-action:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.secondary-action:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.hero-media {
	position: relative;
	border-radius: 0.75rem;
	overflow: hidden;
	border-width: 1px;
}

.hero-image {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.hero-badge {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
	background-color: rgb(255 255 255 / 0.9);
	backdrop-filter: blur(8px);
	border-radius: 0.5rem;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.section-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	border-width: 1px;
	border-color: rgb(203 213 225 / 1);
	background-color: rgb(255 255 255 / 1);
	color: rgb(15 23 42 / 1);
	border-radius: 0.375rem;
}

.section-link:hover {
	color: rgb(29 78 216 / 1);
	border-color: rgb(37 99 235 / 1);
}

.section-link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.section-link:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.section-link-icon {
	width: 1rem;
	height: 1rem;
}

.subject-card {
	border-width: 1px;
	background-color: rgb(255 255 255 / 1);
	border-radius: 0.75rem;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.subject-card:hover {
	box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.card-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.card-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.card-title {
	font-family: Poppins;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
}

.card-content-list {
	color: rgb(51 65 85 / 1);
	font-size: 0.875rem;
	line-height: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.card-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: auto;
}

.card-link {
	color: rgb(30 64 175 / 1);
}

.card-link:hover {
	color: rgb(30 58 138 / 1);
	text-decoration-line: underline;
}

.card-link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.card-link:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.card-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	border-radius: 0.375rem;
}

.card-button:hover {
	background-color: rgb(30 58 138 / 1);
}

.card-button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.card-button:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.higher-secondary-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.higher-secondary-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
}

.higher-secondary-title-block {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.higher-secondary-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.entry-test-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.entry-test-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
}

.entry-test-title-block {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.entry-test-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.institution-card {
	border-width: 1px;
	background-color: rgb(255 255 255 / 1);
	border-radius: 0.75rem;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.institution-card:hover {
	box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.entry-test-aside {
	margin-top: 2.5rem;
	border-radius: 0.75rem;
	border-width: 1px;
	background-color: rgb(239 246 255 / 0.5);
	padding: 1.5rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.aside-image {
	width: 16rem;
	height: 10rem;
	object-fit: cover;
	border-radius: 0.5rem;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.aside-content {
	flex: 1 1 0%;
}

.aside-list {
	color: rgb(51 65 85 / 1);
	font-size: 0.875rem;
	line-height: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.resources-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.resources-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
}

.resources-title-block {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.resources-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.resources-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.resource-card {
	border-width: 1px;
	border-radius: 0.75rem;
	padding: 1.25rem;
	background-color: rgb(239 246 255 / 0.5);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.resource-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.resource-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.resource-title {
	font-family: Poppins;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
}

.resource-description {
	color: rgb(51 65 85 / 1);
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.resource-download {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	border-radius: 0.375rem;
	width: fit-content;
}

.resource-download:hover {
	background-color: rgb(30 58 138 / 1);
}

.resource-download:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.resource-download:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: #1d4ed8;
}

.download-icon {
	width: 1rem;
	height: 1rem;
}

.resources-aside {
	margin-top: 2.5rem;
	border-radius: 0.75rem;
	border-width: 1px;
	background-color: rgb(255 255 255 / 1);
	padding: 1.5rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

#iinls6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
	grid-template-rows: repeat(3, minmax(8px, 1fr));
	display: grid;
	gap: 4rem;
	mix-blend-mode: normal;
	transform-origin: 0px 0px;
	transform-style: flat;
}

#isff6q {
	flex-basis: 100%;
}

#ij1bus {
	width: 100%;
}

#ihozbu {
	width: 100%;
}

.math-icon {
	display: inline-block;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1;
	color: rgb(15 23 42 / 1);
	margin-right: 0.35rem;
}

#ioyvhj {
	grid-area: 1 / 1 / 2 / 2;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#ihozbu-2 {
	width: 100%;
}

#ioyvhj-2 {
	grid-area: 1 / 2 / 2 / 3;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#ihozbu-2-2 {
	width: 100%;
}

#ioyvhj-2-2 {
	grid-area: 2 / 1 / 3 / 2;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#ihozbu-2-3 {
	width: 100%;
}

#ioyvhj-2-3 {
	grid-area: 1 / 3 / 2 / 4;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#ihozbu-2-3-2 {
	width: 100%;
}

#ioyvhj-2-3-2 {
	grid-area: 2 / 3 / 3 / 4;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#ioyvhj-2-4 {
	grid-area: 5 / 3 / 6 / 4;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#ihozbu-2-4-2 {
	width: 100%;
}

#ioyvhj-2-4-2 {
	grid-area: 3 / 2 / 4 / 3;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.gjs-link-box {
	color: inherit;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	max-width: 100%;
	text-decoration: none;
}

#i2sdr3 {
	font-size: medium;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

#iyqu0h {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#i4ixhm {
	font-weight: bolder;
	color: rgb(10, 10, 10);
	font-family: "Google Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

#iw5xo2 {
	padding: 10px;
}

#iabghw {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ig139g-3 {
	flex-basis: 89.35%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #fbfdff;
	border-right-color: #fbfdff;
	border-bottom-color: #fbfdff;
	border-left-color: #fbfdff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #fafcff;
}

#ieej6g {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#i93tuj {
	font-weight: bolder;
	color: rgb(10, 10, 10);
	font-family: "Google Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

#imzkug {
	padding: 10px;
}

#ibhwni {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ig139g-2-3 {
	flex-basis: 89.35%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #fbfdff;
	border-right-color: #fbfdff;
	border-bottom-color: #fbfdff;
	border-left-color: #fbfdff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #fafcff;
}

#it5wdv {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#idb3w7 {
	font-weight: bolder;
	color: rgb(10, 10, 10);
	font-family: "Google Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

#iaok7f {
	padding: 10px;
}

#imohik {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ig139g-2-3-3 {
	flex-basis: 89.35%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #fbfdff;
	border-right-color: #fbfdff;
	border-bottom-color: #fbfdff;
	border-left-color: #fbfdff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #fafcff;
}

#itprey {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ip7xgy {
	font-weight: bolder;
	color: rgb(10, 10, 10);
	font-family: "Google Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

#i7bqhf {
	padding: 10px;
}

#ihkvru {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ig139g-4 {
	flex-basis: 89.35%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #fbfdff;
	border-right-color: #fbfdff;
	border-bottom-color: #fbfdff;
	border-left-color: #fbfdff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #fafcff;
}

#i3rcem {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ii94fq {
	font-weight: bolder;
	color: rgb(10, 10, 10);
	font-family: "Google Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

#in26wp {
	padding: 10px;
}

#ieqnr5 {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ig139g-5 {
	flex-basis: 89.35%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #fbfdff;
	border-right-color: #fbfdff;
	border-bottom-color: #fbfdff;
	border-left-color: #fbfdff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #fafcff;
}

#iwv2tu {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#i2iqmu {
	font-weight: bolder;
	color: rgb(10, 10, 10);
	font-family: "Google Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

#isfui9 {
	padding: 10px;
}

#izoq2t {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ig139g-2-2 {
	flex-basis: 89.35%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #fbfdff;
	border-right-color: #fbfdff;
	border-bottom-color: #fbfdff;
	border-left-color: #fbfdff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #fafcff;
}

#ighxbk {
	width: 100%;
}

#ipri43 {
	width: 100%;
}

#ip808c {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#i01w4l {
	font-weight: bolder;
	color: rgb(10, 10, 10);
	font-family: "Google Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

#ibfxxl {
	padding: 10px;
}

#irl1k7 {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ig139g-6 {
	flex-basis: 89.35%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #fbfdff;
	border-right-color: #fbfdff;
	border-bottom-color: #fbfdff;
	border-left-color: #fbfdff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #fafcff;
}

#ikmxxy {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ix2rm4 {
	font-weight: bolder;
	color: rgb(10, 10, 10);
	font-family: "Google Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

#iq3u9k {
	padding: 10px;
}

#irirog {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ig139g-2-4 {
	flex-basis: 89.35%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #fbfdff;
	border-right-color: #fbfdff;
	border-bottom-color: #fbfdff;
	border-left-color: #fbfdff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #fafcff;
}

#idvok1 {
	width: 100%;
}

#ilctev {
	width: 100%;
}

#iuwusf {
	width: 100%;
}

#inmt13 {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ibzljp {
	font-weight: bolder;
	color: rgb(10, 10, 10);
	font-family: "Google Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

#itoli1 {
	padding: 10px;
}

#isleax {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ig139g-7-2 {
	flex-basis: 89.35%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #fbfdff;
	border-right-color: #fbfdff;
	border-bottom-color: #fbfdff;
	border-left-color: #fbfdff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #fafcff;
}

#iqqp9m {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#i7ws7i {
	font-weight: bolder;
	color: rgb(10, 10, 10);
	font-family: "Google Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

#iivgn8 {
	padding: 10px;
}

#ivlf1q {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ig139g-6-2-2 {
	flex-basis: 89.35%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #fbfdff;
	border-right-color: #fbfdff;
	border-bottom-color: #fbfdff;
	border-left-color: #fbfdff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #fafcff;
}

#i52264-2 {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#idj44d-2 {
	font-weight: bolder;
	color: rgb(10, 10, 10);
	font-family: "Google Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

#iernfh-2 {
	padding: 10px;
}

#i5linn-2 {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ig139g-2-5 {
	flex-basis: 89.35%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #fbfdff;
	border-right-color: #fbfdff;
	border-bottom-color: #fbfdff;
	border-left-color: #fbfdff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #fafcff;
}

.entry-test-section {
	width: 100%;
	background-color: rgb(255 255 255 / 1);
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.resources-section {
	width: 100%;
	background-color: rgb(255 255 255 / 1);
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

@media (max-width: 992px) {
	.hero-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-top: 3rem;
		padding-bottom: 3rem;
		gap: 2rem;
	}

	.secondary-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.secondary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.higher-secondary-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.higher-secondary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.entry-test-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.entry-test-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.aside-image {
		width: 14rem;
		height: 9rem;
	}

	.resources-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.resources-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.about-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.about-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.form-row {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 1rem;
	}

	.form-options-row {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 1rem;
	}

	.footer-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.25rem;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 0.5rem;
	}

	.header-container {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.brand-name {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.primary-navigation {
		flex-wrap: wrap;
		gap: 0.75rem;
	}

	.nav-link {
		padding: 0.25rem 0.5rem;
	}

	.hero-title {
		font-size: 1.35rem;
		line-height: 2rem;
	}

	.hero-subtitle {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.hero-actions {
		flex-wrap: wrap;
		gap: 0.75rem;
	}

	.primary-action {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 0.65rem;
		padding-bottom: 0.65rem;
	}

	.secondary-action {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 0.65rem;
		padding-bottom: 0.65rem;
	}

	.section-title {
		font-size: 1.15rem;
		line-height: 1.6rem;
	}

	.secondary-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.higher-secondary-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.entry-test-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.resources-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.subject-card {
		padding: 1rem;
	}

	.institution-card {
		padding: 1rem;
	}

	.resource-card {
		padding: 1rem;
	}

	.card-title {
		font-size: 1.05rem;
		line-height: 1.6rem;
	}

	.resource-title {
		font-size: 1.05rem;
		line-height: 1.6rem;
	}

	.contact-form {
		padding: 1.25rem;
	}

	.submit-button {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 0.65rem;
		padding-bottom: 0.65rem;
	}

	.alternate-contact {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 0.65rem;
		padding-bottom: 0.65rem;
	}

	.footer-text {
		font-size: 0.95rem;
		line-height: 1.5rem;
	}

	.newsletter-input {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.chapter-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.exercise-link {
		display: block;
		margin: 0 auto;
		text-align: center;
		align-self: center;
		width: 100%;
		max-width: 520px;
		padding: 14px 16px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.higher-secondary-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.higher-secondary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.entry-test-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.entry-test-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.aside-image {
		width: 14rem;
		height: 9rem;
	}

	.resources-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.resources-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.secondary-action {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 0.65rem;
		padding-bottom: 0.65rem;
	}

	.higher-secondary-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.entry-test-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.resources-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.subject-card {
		padding: 1rem;
	}

	.institution-card {
		padding: 1rem;
	}

	.resource-card {
		padding: 1rem;
	}

	.card-title {
		font-size: 1.05rem;
		line-height: 1.6rem;
	}

	.resource-title {
		font-size: 1.05rem;
		line-height: 1.6rem;
	}
}

@media (max-width: 480px) {
	.secondary-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.higher-secondary-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.entry-test-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.aside-image {
		width: 100%;
		height: 11rem;
	}

	.resources-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.about-stats {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 1rem;
	}

	.footer-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 1rem;
	}

	.header-container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.brand-name {
		font-size: 1.15rem;
		line-height: 1.6rem;
	}

	.primary-navigation {
		gap: 0.25rem;
		display: none;
		flex-direction: column;
		position: absolute;
		top: calc(100% + 0.25rem);
		left: 0;
		right: 0;
		background-color: rgb(255 255 255 / 1);
		border: 1px solid rgb(226 232 240 / 1);
		border-radius: 0.5rem;
		padding: 0.5rem;
		box-shadow: 0 1px 2px rgb(0 0 0 / 0.08);
		z-index: 20;
	}

	.nav-link {
		padding: 0.6rem 0.75rem;
		border-radius: 0.375rem;
		text-decoration: none;
	}

	.hero-container {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
		gap: 1.25rem;
	}

	.hero-title {
		font-size: 1.25rem;
		line-height: 1.9rem;
	}

	.hero-subtitle {
		font-size: 0.95rem;
		line-height: 1.45rem;
	}

	.hero-actions {
		gap: 0.5rem;
	}

	.primary-action {
		width: 100%;
	}

	.secondary-action {
		width: 100%;
	}

	.hero-highlights {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}

	.section-title {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}

	.section-description {
		font-size: 0.95rem;
		line-height: 1.4rem;
	}

	.secondary-container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.higher-secondary-container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.entry-test-container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.resources-container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.about-container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.contact-container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.subject-card {
		padding: 0.9rem;
	}

	.institution-card {
		padding: 0.9rem;
	}

	.resource-card {
		padding: 0.9rem;
	}

	.card-title {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.resource-title {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.card-actions {
		gap: 0.5rem;
	}

	.card-button {
		padding-left: 0.6rem;
		padding-right: 0.6rem;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.entry-test-aside {
		flex-direction: column;
		align-items: flex-start;
	}

	.aside-content {
		width: 100%;
	}

	.aside-title {
		font-size: 1.1rem;
		line-height: 1.6rem;
	}

	.stat-card {
		padding: 0.75rem;
	}

	.stat-text {
		font-size: 0.95rem;
	}

	.contact-form {
		gap: 1rem;
	}

	.field-label {
		font-size: 0.85rem;
	}

	.text-input {
		font-size: 0.95rem;
	}

	.email-input {
		font-size: 0.95rem;
	}

	.textarea {
		font-size: 0.95rem;
	}

	.form-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.submit-button {
		width: 100%;
	}

	.alternate-contact {
		width: 100%;
	}

	.footer-bottom {
		align-items: flex-start;
	}

	.hamburger-btn {
		display: inline-flex;
	}

	.primary-navigation.open {
		display: flex;
	}

	.nav-link:hover {
		background-color: rgb(239 246 255 / 1);
		text-decoration: none;
		color: rgb(15 23 42 / 1);
	}

	#i81yxa {
		flex: 0 0 auto;
		position: relative;
		text-align: center;
		width: 120px;
	}

	.chapter-list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 0.75rem;
	}

	.chapter-link {
		padding: 0.55rem 0.7rem;
	}

	.exercise-link {
		display: block;
		margin: 0 auto;
		text-align: center;
		align-self: center;
		width: 100%;
		max-width: 360px;
		padding: 16px 18px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.higher-secondary-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.entry-test-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.aside-image {
		width: 100%;
		height: 11rem;
	}

	.resources-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.secondary-action {
		width: 100%;
	}

	.higher-secondary-container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.entry-test-container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.resources-container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.subject-card {
		padding: 0.9rem;
	}

	.institution-card {
		padding: 0.9rem;
	}

	.resource-card {
		padding: 0.9rem;
	}

	.card-title {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.resource-title {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.card-actions {
		gap: 0.5rem;
	}

	.card-button {
		padding-left: 0.6rem;
		padding-right: 0.6rem;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.entry-test-aside {
		flex-direction: column;
		align-items: flex-start;
	}

	.aside-content {
		width: 100%;
	}

	#iinls6 {
		padding-top: 6px;
		padding-right: 6px;
		padding-bottom: 6px;
		padding-left: 6px;
	}

	#ig139g-3 {
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		position: relative;
		top: 0px;
	}

	#ig139g-2-3-3 {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		position: relative;
		top: 206px;
		left: 0px;
	}

	#ihozbu-2 {
		position: relative;
	}

	#ig139g-2-3 {
		position: relative;
	}
}

@media (max-width: 768px) {
  /* Chapter list improvements */
	#iinls6 {
		display: flex !important;
		flex-direction: column !important;
		gap: 1rem !important;
		padding: 1rem !important;
	}

	.chapter-list {
		grid-template-columns: 1fr !important;
	}
  

  /* Hero section improvements */
	.hero-container {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.hero-title {
		font-size: 1.75rem !important;
		line-height: 2.25rem !important;
	}

	.hero-subtitle {
		font-size: 1rem !important;
		line-height: 1.5rem !important;
	}
  
  /* Navigation hamburger menu */
	.primary-navigation {
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		background: white;
		box-shadow: 0 4px 6px rgba(0,0,0,0.1);
		padding: 1rem;
		display: none;
		flex-direction: column;
		z-index: 1000;
	}

	.primary-navigation.open {
		display: flex;
	}

	.nav-link {
		padding: 0.75rem 1rem;
		border-bottom: 1px solid #e5e7eb;
		width: 100%;
	}

	.hamburger-btn {
		display: flex !important;
	}
  
  /* About section */
	.about-container {
		grid-template-columns: 1fr !important;
		gap: 2rem;
	}

	.about-stats {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 1rem;
	}
  
  /* Contact section */
	.contact-container {
		grid-template-columns: 1fr !important;
	}

	.form-row {
		grid-template-columns: 1fr !important;
	}

	.form-options-row {
		grid-template-columns: 1fr !important;
	}
  
  /* Footer */
	.footer-container {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 2rem;
	}

	.footer-column:last-child {
		grid-column: span 2;
	}
  
  /* Button improvements */
	.primary-action, .submit-button, .alternate-contact {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 480px) {
  /* Extra small devices */
	.hero-title {
		font-size: 1.5rem !important;
		line-height: 2rem !important;
	}

	.hero-actions {
		flex-direction: column;
	}

	.about-stats {
		grid-template-columns: 1fr !important;
	}

	.footer-container {
		grid-template-columns: 1fr !important;
	}

	.footer-column:last-child {
		grid-column: span 1;
	}

	.hero-highlights {
		flex-direction: column;
		align-items: flex-start;
	}
  
  /* Improve chapter spacing */
	.chapter-list > li {
		margin-bottom: 0.5rem;
	}
  
  /* Form improvements */
	.form-actions {
		flex-direction: column;
		gap: 0.75rem;
	}
}

/* ===== TOUCH-FRIENDLY ELEMENTS ===== */
.nav-link, 
.primary-action, 
.submit-button, 
.alternate-contact,
.card-button,
.resource-download {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Ensure text inputs are easily tappable */
.text-input,
.email-input,
.textarea,
.newsletter-input {
	font-size: 16px !important;
 /* Prevents iOS zoom on focus */
	min-height: 44px;
}

/* ===== IMPROVE READABILITY ===== */
p, li, .footer-text, .section-description {
	line-height: 1.6 !important;
}

/* ===== FIX OVERFLOW ISSUES ===== */
body {
	overflow-x: hidden;
	width: 100%;
}

img, video {
	max-width: 100%;
	height: auto;
}

/* ===== IMPROVE SCROLLING ===== */
html {
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}
/* ===== FIX MOBILE CHAPTER LIST ISSUES ===== */


@media (max-width: 480px) {
  /* Extra small device fixes */
	#iinls6 {
		padding: 0.5rem !important;
		gap: 0.75rem !important;
	}
  
  /* Make chapter cards more compact */
	.gjs-plg-flex-column {
		padding: 1rem !important;
	}
  
  /* Fix chapter titles for small screens */
	#it5wdv h1,
  #ieej6g h1,
  #iqqp9m h1 {
		font-size: 1rem !important;
		line-height: 1.4 !important;
	}
  

