.section-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.section-title li {
	text-align: left;
}

.large-image-block-title {
	text-align: center;
	padding: 10px 0;
}

.video-block,
.large-image-block-cols {
	align-items: center;
	gap: 30px;
}

.video-block-video,
.large-image-block-image {
	flex: 0 0 auto;
}

.large-image-block-image {
	display: table;
}

.video-block-video iframe,
.large-image-block-image img {
	border-radius: 12px;
	box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 85%);
}

.large-image-block-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.large-image-block-caption {
	display: table-caption;
	caption-side: bottom;
	margin-top: 10px;
	font-size: 15px;
	overflow-wrap: anywhere;
}

.video-block-text,
.large-image-block-text {
	flex: 1 1 0;
	min-width: 0;
}

.video-block-text h1,
.large-image-block-text h1 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 2rem;
	color: var(--heading-color);
}

.video-block-text h2,
.large-image-block-text h2 {
	font-size: 42px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 30px;
	font-family: var(--heading-font);
}

.video-block-video {
	width: 640px;
}

.video-block-video iframe {
	width: 100%;
	aspect-ratio: 16/9;
}

.video-block.video-position-TOP .video-block-video,
.video-block.video-position-LEFT .video-block-video {
	order: -1;
}

.video-block.video-position-BOTTOM,
.video-block.video-position-TOP {
	flex-direction: column;
}

.card-block > .service-item > h3 {
	margin-top: 0;
}

.card-block > .service-item > :last-child {
	margin-bottom: 0;
}

.card-block-image {
	margin-bottom: 32px;
}

.card-block-image img {
	width: 100%;
	object-fit: contain;
	object-position: left;
}

.card-block-country {
	display: flex;
	flex-direction: row;
	gap: .5rem;
	margin-bottom: .5rem;
	align-items: center;
	font-weight: bold;
}

.card-block-country .country-name {
	font-style: italic;
}

.card-block-country .country-flag {
	height: 20px;
}

.section p.rt-strong-p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 40px;
	color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.rt-base {
	display: flex;
	flex-direction: column;
}

.rt-base:last-child {
	margin-bottom: 0 !important;
}

.section .rt-base {
	-color: color-mix(in srgb, var(--default-color), transparent 20%);
	margin-bottom: 30px;
}

.section .rt-base > h2:first-child,
.section .rt-base > h3:first-child,
.section .rt-base > h4:first-child,
.section .rt-base > h5:first-child,
.section .rt-base > h6:first-child {
	margin-top: 0;
}

.section .rt-base > :last-child {
	margin-bottom: 0;
}


.section a[href]:not(.btn-primary):hover,
.section a[href]:not(.btn-primary) {
	text-decoration: underline;
	color: #000;
}

.section a .arrow-link::after {
	display: inline-block;
	padding-left: .8ch;
	content: '\f138';
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	transition: transform 0.3s ease-in-out;
}

.section a:hover .arrow-link::after {
	transform: translateX(8px);
}

.section .centered-text {
	display: block;
	text-align: center;
}

.section h1 {
	font-size: 3.5rem;
	margin-bottom: 50px;
}

.section h2 {
	position: relative;
	font-size: 2.8rem;
	line-height: 1.2;
	margin: 50px 0 20px;
	padding-bottom: 12px;
}

.section h3 {
	font-size: 2.3rem;
	margin: 50px 0 20px;
}

.calendar-block .month-header,
.section h4 {
	font-size: 1.8rem;
	margin: 50px 0 20px;
	position: relative;
	padding-bottom: 12px;
}

.calendar-block .month-header {
	margin-top: 30px;
}

.calendar-block .month-header::after,
.section h4::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: var(--accent-color);
	border-radius: 2px;
}

.section h5 {
	font-size: 1.6rem;
	margin: 50px 0 20px;
}

.section .rt-base h6 {
	font-size: 1.4rem;
	margin: 30px 0 15px 0;
}

.section .rt-base > p {
	margin-bottom: 0;
	line-height: 1.5;
}

.section .rt-base > p + p {
	margin-top: 12px;
}

.section .rt-base > ul,
.section .rt-base > ol {
	padding: 0 0 0 20px;
	margin: 15px 0;
}

.section .rt-base > ul {
	list-style: none;
}

.section .rt-base > ol {
	margin-left: 20px;
}

.section .rt-base > ul > li,
.section .rt-base > ol > li {
	margin-bottom: 4px;
}

.section .rt-base > ul > li {
	position: relative;
	padding-left: 25px;
}

.section .rt-base > ol > li {
	padding-left: 6px;
}

.section .rt-base > ul > li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--accent-color);
}

.section .framed-rt.framed-rt-STYLE_1 {
	/*
	display: flex;
	align-items: center;
	gap: 15px;
	*/
	padding: 20px;
	background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
	border-radius: 15px;
	margin-top: 20px;
}

.section .framed-rt.framed-rt-STYLE_2 {
	background: var(--surface-color);
	padding: 30px;
	border-radius: 10px;
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.section .framed-rt.framed-rt-STYLE_3 {
	background: color-mix(in srgb, var(--accent-color), transparent 96%);
	padding: 40px;
	border-radius: 15px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 90%);
}

.section .framed-rt.framed-rt-STYLE_4 {
	background: color-mix(in srgb, var(--accent-color), transparent 95%);
	padding: 20px;
	border-radius: 10px;
	border-left: 4px solid var(--accent-color);
}


/*** Tabs *************************************************************/

.tabs .tab-headers ul,
.tabs .tab-bodies {
	padding: 0;
	list-style: none;
}

.tabs .tab-body:not(.active) {
	display: none;
}

.tabs .tab-headers ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	margin: 40px 0;
}

.tabs .tab-header {
	cursor: pointer;
	position: relative;
	text-align: center;
}

.tabs.tabs-STYLE_1 > .tab-headers .tab-header {
	padding: 20px 0;
	margin: 0 35px;
	font-size: 0.95rem;
	font-size: 1.1rem;
	font-weight: 300;
	transition: all 0.4s ease;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.tabs.tabs-STYLE_1 > .tab-headers .tab-header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: var(--accent-color);
	transition: all 0.4s ease;
	transform: translateX(-50%);
}

.tabs.tabs-STYLE_1 > .tab-headers .tab-header.active::after,
.tabs.tabs-STYLE_1 > .tab-headers .tab-header:hover::after {
	width: 100%;
}

.tabs.tabs-STYLE_1 > .tab-headers .tab-header.active,
.tabs.tabs-STYLE_1 > .tab-headers .tab-header:hover {
	color: var(--default-color);
}

.tabs.tabs-STYLE_1 > .tab-headers .tab-header.active {
	font-weight: 400;
}

.tabs.tabs-STYLE_2 > .tab-headers ul {
	gap: 1rem;
	margin: 1rem 0;
}

.tabs.tabs-STYLE_2 > .tab-headers .tab-header {
	flex-grow: 1;
	background: linear-gradient(135deg, var(--surface-color) 0%, color-mix(in srgb, var(--surface-color), var(--accent-color) 2%) 100%);
	border-radius: 8px;
	padding: 20px 30px;
	height: 100%;
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	font-size: 1rem;
	line-height: 1.6;
	color: color-mix(in srgb, var(--default-color), transparent 20%);
	transition: all 0.3s ease;
}

.tabs.tabs-STYLE_2 > .tab-headers .tab-header:hover {
	border-color: var(--accent-color);
	color: var(--accent-color);
}

.tabs.tabs-STYLE_2 > .tab-headers .tab-header.active {
	background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), transparent 20%));
	color: var(--contrast-color);
}

.contact-detail-block h4 {
	margin: .5rem 0;
}

.calendar-block[data-year-count="1"] .calendar-years {
	display: none;
}

ol.calendar-years,
ol.calendar-years > li,
ol.calendar-events,
ol.calendar-events > li,
ol.calendar-events > li > ol,
ol.calendar-events > li > ol > li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.calendar-block .calendar-years {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.75rem;
}

.calendar-block .calendar-years li {
	padding: 0.5rem 1.25rem;
	background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
	border-radius: 6px;
	font-size: 0.875rem;
	font-weight: 400;
	color: var(--default-color);
	transition: all 0.3s ease;
	cursor: pointer;
}

.calendar-block .calendar-years li:hover,
.calendar-block .calendar-years li.active {
	background-color: var(--accent-color);
	border-color: var(--accent-color);
	color: var(--contrast-color);
}

.calendar-block .calendar-years li:hover {
	transform: translateY(-2px);
}

.calendar-block .calendar-event {
	display: flex;
	gap: 24px;
	margin-bottom: 10px;
	position: relative;
}

.calendar-block .calendar-event-date {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: var(--accent-color);
	color: var(--contrast-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 1rem;
}

.calendar-block .calendar-event-date::before {
	--top-offset: 55px;
	content: '';
	position: absolute;
	left: 23px;
	top: var(--top-offset);
	width: 2px;
	height: calc(100% - var(--top-offset));
	background: color-mix(in srgb, var(--default-color), transparent 85%);
}

.calendar-block .calendar-events-month:not(:last-child) .calendar-event:last-child .calendar-event-date::before {
	-height: calc(100% - var(--top-offset) + 25px);
}

.calendar-block .calendar-event-description {
	flex-grow: 1;
}

.calendar-block .calendar-event-description > .text-block:first-child > :first-child {
	margin-top: 0;
}

.table-responsive {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.table-responsive .table {
	margin: 0;
}

.table-responsive thead {
	background: color-mix(in srgb, var(--accent-color), transparent 90%);
}

.table-responsive th,
.table-responsive td {
	padding: 15px 20px;
}

.table-responsive th {
	border: none;
	color: var(--heading-color);
	font-weight: 600;
}

.table-responsive td {
	border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	color: var(--default-color);
}
