.elementor-kit-6{--e-global-color-primary:#9B3D38;--e-global-color-text:#111111;--e-global-color-47b91c0:#F4F4F4;--e-global-color-4b15cb6:#FFFFFF;--e-global-color-57cf0e0:#9A3C37E6;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:clamp(1rem, 0.963rem + 0.1852vw, 1.125rem);--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6;--e-global-typography-c044074-font-family:"Inter";--e-global-typography-c044074-font-size:clamp(1.4238rem, 1.2697rem + 0.7706vw, 1.944rem);--e-global-typography-c044074-font-weight:400;--e-global-typography-c044074-line-height:1.3;--e-global-typography-85971d8-font-family:"Inter";--e-global-typography-85971d8-font-size:clamp(0.8889rem, 0.8745rem + 0.072vw, 0.9375rem);--e-global-typography-85971d8-font-weight:400;--e-global-typography-85971d8-line-height:1.2;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );overscroll-behavior:contain;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:1em;}.elementor-kit-6 a:hover{text-decoration:underline;}.elementor-kit-6 h2{font-family:var( --e-global-typography-c044074-font-family ), Sans-serif;font-size:var( --e-global-typography-c044074-font-size );font-weight:var( --e-global-typography-c044074-font-weight );line-height:var( --e-global-typography-c044074-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:87.5rem;}.e-con{--container-max-width:87.5rem;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1400px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-c044074-font-size );line-height:var( --e-global-typography-c044074-line-height );}}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-c044074-font-size );line-height:var( --e-global-typography-c044074-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-c044074-font-size );line-height:var( --e-global-typography-c044074-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a {
	text-underline-offset: 3px;
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

/*
*	Documents
*/

.documents {
	cursor: pointer;

	a {
		display: grid;
		place-items: center;
		block-size: 100%;
		padding: 1rem;
		background-color: var(--e-global-color-primary);

		&:hover,
		&:focus-visible {
			background-color: hsl(from var(--e-global-color-primary) h s 40%);
			text-decoration: none;
		}
	}
}

/*
*	Course List
*/

.course-list {
	margin-block: 0;
	padding-inline-start: 0;
	list-style: none;

	display: grid;
	gap: 1rem;
	font-size: clamp(0.8889rem, 0.8745rem + 0.072vw, 0.9375rem);

	a {
		display: grid;
		place-items: center;
		block-size: 100%;
		padding: 1rem;
		color: inherit;
		font-weight: 700;
		text-transform: uppercase;
		text-align: center;
		background-color: var(--e-global-color-47b91c0);
		border: 1px solid var(--e-global-color-47b91c0);
		border-inline-start: 0.625rem solid var(--e-global-color-primary);

		&:hover,
		&:focus-visible {
			color: var(--e-global-color-primary);
			border-color: var(--e-global-color-primary);
		}
	}

	@media (width > 767px) {
		grid-template-columns: repeat(2, 1fr);
	}

	@media (width > 1024px) {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* WP EDITOR */
:is([data-widget_type="theme-post-content.default"], [data-widget_type="text-editor.default"]) {
	:is(h2.wp-block-heading, h3.wp-block-heading) {
		font-size: clamp(1rem, 0.963rem + 0.1852vw, 1.125rem);
		text-transform: uppercase;
		font-weight: 700;
	}

	.wp-block-list {
		padding-inline-start: 1rem;
	}
}/* End custom CSS */