@charset "UTF-8";

/*!
Theme Name: dynes
Theme URI: http://underscores.me/
Author: Better Agency
Author URI: https://betteragency.co.uk
Description: A custom WP theme developed by Better Agency
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dynes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dynes is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-size: 1.125rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "special-gothic-expanded", sans-serif;
	font-weight: 500;
}

/* Elements
--------------------------------------------- */
html {
	background-color: #011644;
	overflow-x: hidden;
}

body {
	background: #fff;
	font-weight: 400;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 0;
}

ul {
	list-style: none;
}

ul li {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
	margin-bottom: 0.4em;
}

ul li::before {
	content: "\2713";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	min-width: 1.25rem;
	height: 1.25rem;
	background-color: #0033a0;
	color: #fff;
	border-radius: 50%;
	font-size: 0.7rem;
	font-weight: 700;
	margin-top: 0.15em;
}

ol {
	list-style: decimal;
	padding-left: 1.25em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-top: 0.4em;
}

nav ul li,
.navbar-nav li,
.mega-menu__nav li,
.mega-menu__sub-nav li,
.site-footer__hours li,
.site-footer__contact li,
.site-footer__legal-nav li,
.block-feature-list__list li,
.block-split-tabs__checklist li {
	display: block;
	margin-bottom: 0;
}

nav ul li::before,
.navbar-nav li::before,
.mega-menu__nav li::before,
.mega-menu__sub-nav li::before,
.site-footer__hours li::before,
.site-footer__contact li::before,
.site-footer__legal-nav li::before,
.block-feature-list__list li::before,
.block-split-tabs__checklist li::before {
	display: none;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #da291c;
}

a:visited {
	color: #011644;
}

a:hover,
a:focus,
a:active {
	color: #da291c;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #da291c;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Buttons
--------------------------------------------- */
.dynes-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.625rem 1.5rem;
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 1.2;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 9999px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dynes-btn--primary {
	background-color: #da291c;
	color: #fff;
	border-color: #da291c;
}

.dynes-btn--primary:visited {
	color: #fff;
}

.dynes-btn--primary:hover,
.dynes-btn--primary:focus {
	background-color: #ad2116;
	border-color: #ad2116;
	color: #fff;
}

.dynes-btn--blue {
	background-color: #0033a0;
	color: #fff;
	border-color: #0033a0;
}

.dynes-btn--blue:visited {
	color: #fff;
}

.dynes-btn--blue:hover,
.dynes-btn--blue:focus {
	background-color: #00236d;
	border-color: #00236d;
	color: #fff;
}

.dynes-btn--secondary {
	background-color: transparent;
	color: #011644;
	border-color: #011644;
}

.dynes-btn--secondary:hover,
.dynes-btn--secondary:focus {
	background-color: #011644;
	color: #fff;
}

.dynes-btn--navy {
	background-color: #011644;
	color: #fff;
	border-color: #011644;
}

.dynes-btn--navy:visited {
	color: #fff;
}

.dynes-btn--navy:hover,
.dynes-btn--navy:focus {
	background-color: #0033a0;
	border-color: #0033a0;
	color: #fff;
}

.dynes-btn--outline-white {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.dynes-btn--outline-white:visited {
	color: #fff;
}

.dynes-btn--outline-white:hover,
.dynes-btn--outline-white:focus {
	background-color: #fff;
	color: #011644;
}

.dynes-btn--small {
	padding: 0.375rem 1rem;
	font-size: 0.875rem;
}

/* Contact Form 7
--------------------------------------------- */
.wpcf7 form {
	outline: none;
}

.wpcf7 .wpcf7-spinner {
	display: none !important;
}

.wpcf7-not-valid {
	border-color: #ed786f !important;
}

.wpcf7-not-valid-tip {
	display: flex;
	align-items: center;
	gap: 0.3rem;
	color: #ef8d86;
	font-size: 0.8rem;
	font-weight: 600;
	margin-top: 0.375rem;
	padding-left: 0.25rem;
	line-height: 1.3;
}

.wpcf7-not-valid-tip::before {
	content: "!";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	background-color: #ed786f;
	color: #fff;
	border-radius: 50%;
	font-size: 0.7rem;
	font-weight: 700;
	flex-shrink: 0;
}

.wpcf7-response-output {
	border: none !important;
	border-radius: 10px;
	padding: 0.875rem 1.125rem 0.875rem 1rem;
	margin: 1.25rem 0 0 !important;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4;
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
}

.wpcf7-response-output::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	font-size: 0.75rem;
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 0.05rem;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: rgba(26, 122, 66, 0.85);
	color: #fff;
}

.wpcf7-response-output.wpcf7-mail-sent-ok::before {
	content: "✓";
	background-color: #1a7a42;
	color: #fff;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-acceptance-missing {
	background-color: rgba(218, 41, 28, 0.85);
	color: #fff;
}

.wpcf7-response-output.wpcf7-validation-errors::before,
.wpcf7-response-output.wpcf7-acceptance-missing::before {
	content: "!";
	background-color: #da291c;
	color: #fff;
}

.wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-spam-blocked,
.wpcf7-response-output.wpcf7-aborted {
	background-color: rgba(195, 37, 25, 0.85);
	color: #fff;
}

.wpcf7-response-output.wpcf7-mail-sent-ng::before,
.wpcf7-response-output.wpcf7-spam-blocked::before,
.wpcf7-response-output.wpcf7-aborted::before {
	content: "✕";
	background-color: #c32519;
	color: #fff;
}

/* Booking modal
--------------------------------------------- */
.booking-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 1039;
}

.booking-modal.is-visible {
	display: block;
}

.booking-modal__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.45);
	opacity: 0;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.booking-modal.is-open .booking-modal__overlay {
	opacity: 1;
}

.booking-modal__dialog {
	position: absolute;
	top: var(--header-h, 80px);
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	overflow-y: auto;
	transform: translateY(-1.5rem);
	opacity: 0;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.booking-modal.is-open .booking-modal__dialog {
	transform: translateY(0);
	opacity: 1;
}

.booking-modal__bar {
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #0033a0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem 1.25rem;
}

.booking-modal__bar-title {
	color: #c9e1e6;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.booking-modal__close {
	background: none;
	border: none;
	cursor: pointer;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.25rem 0;
	transition: opacity 0.2s ease;
}

.booking-modal__close:hover {
	opacity: 0.75;
}

.booking-modal__close svg {
	display: block;
}

.booking-modal__body {
	padding: 2rem 1rem 3rem;
	max-width: 960px;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.booking-modal__body {
		padding: 2.5rem 2rem 3rem;
	}
}

body.booking-modal-open {
	overflow: hidden;
}

/* Stranded help widget
--------------------------------------------- */
@keyframes stranded-shake {

	0%,
	80%,
	100% {
		transform: translateY(-50%) translateX(0);
	}

	82% {
		transform: translateY(-50%) translateX(-4px);
	}

	86% {
		transform: translateY(-50%) translateX(4px);
	}

	90% {
		transform: translateY(-50%) translateX(-3px);
	}

	94% {
		transform: translateY(-50%) translateX(3px);
	}

	96% {
		transform: translateY(-50%) translateX(-1px);
	}

	98% {
		transform: translateY(-50%) translateX(1px);
	}
}

@keyframes stranded-shake-mobile {

	0%,
	80%,
	100% {
		transform: translateX(0);
	}

	82% {
		transform: translateX(-4px);
	}

	86% {
		transform: translateX(-2px);
	}

	90% {
		transform: translateX(-4px);
	}

	94% {
		transform: translateX(-2px);
	}

	96% {
		transform: translateX(-3px);
	}

	98% {
		transform: translateX(-1px);
	}
}

.stranded-trigger {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1038;
	background-color: #da291c;
	color: #fff;
	border: none;
	border-radius: 10px 0 0 10px;
	padding: 1.85rem 1.43rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.82rem;
	cursor: pointer;
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	line-height: 1.25;
	text-align: center;
	transition: background-color 0.2s ease, right 0.2s ease;
	animation: stranded-shake 2s ease-in-out infinite;
}

.stranded-trigger:hover {
	background-color: #b62217;
	right: 2px;
	animation-play-state: paused;
}

.stranded-trigger svg {
	display: block;
	width: 35px;
	height: 35px;
}

@media (max-width: 767px) {

	.stranded-trigger {
		top: auto;
		bottom: 30px;
		right: 0;
		transform: none;
		border-radius: 10px 0 0 10px;
		animation-name: stranded-shake-mobile;
	}
}

.stranded-modal {
	position: fixed;
	inset: 0;
	z-index: 1050;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.stranded-modal.is-visible {
	display: flex;
}

.stranded-modal__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.25s ease;
	cursor: pointer;
}

.stranded-modal.is-open .stranded-modal__overlay {
	opacity: 1;
}

.stranded-modal__inner {
	background-color: #da291c;
	color: #fff;
	border-radius: 20px;
	padding: 3rem 2.5rem;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 480px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
	transform: scale(0.95);
	opacity: 0;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.stranded-modal.is-open .stranded-modal__inner {
	opacity: 1;
	transform: scale(1);
}

.stranded-modal__close {
	position: absolute;
	top: 0.875rem;
	right: 0.875rem;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 0.25rem;
	line-height: 1;
	opacity: 0.8;
	transition: opacity 0.2s ease;
}

.stranded-modal__close:hover {
	opacity: 1;
}

.stranded-modal__close svg {
	display: block;
}

.stranded-modal__heading {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 2.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding-right: 2rem;
	line-height: 1.15;
}

.stranded-modal__heading svg {
	flex-shrink: 0;
}

.stranded-modal__body {
	font-size: 1.0625rem;
	line-height: 1.6;
}

.stranded-modal__body a {
	color: #fff;
	text-decoration: none;
}

.stranded-modal__body strong {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0.375rem 0;
}

/* Footer
--------------------------------------------- */
.site-footer {
	background-color: #011644;
	color: #fff;
}

.site-footer__main {
	padding: 3.5rem 0;
}

.site-footer__office-label {
	margin-bottom: 0.625rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}

.site-footer__address {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
	font-weight: 600;
	font-size: 1rem;
}

.site-footer__address svg {
	flex-shrink: 0;
	margin-top: 2px;
	color: #da291c;
}

.site-footer__hours {
	list-style: none;
	padding: 0 0 0 1.75rem;
	margin: 0 0 1.25rem;
	font-size: 0.9375rem;
	opacity: 0.85;
}

.site-footer__hours li + li {
	margin-top: 0.25rem;
}

.site-footer__contact {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem;
}

.site-footer__contact li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.9375rem;
}

.site-footer__contact li + li {
	margin-top: 0.5rem;
}

.site-footer__contact li svg {
	flex-shrink: 0;
	color: #da291c;
}

.site-footer__contact a {
	color: #fff;
	text-decoration: none;
}

.site-footer__contact a:hover {
	color: #c9e1e6;
}

.site-footer__social {
	display: flex;
	gap: 0.75rem;
}

.site-footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	color: #fff;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.site-footer__social-link:visited,
.site-footer__social-link:active {
	color: #fff;
}

.site-footer__social-link:hover {
	border-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.site-footer__map {
	border-radius: 12px;
	overflow: hidden;
}

.site-footer__map iframe {
	display: block;
	width: 100%;
	height: 280px;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 1.25rem 0;
}

.site-footer__bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.site-footer__copyright {
	margin: 0;
	font-size: 0.875rem;
	opacity: 0.8;
}

.site-footer__legal-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.site-footer__legal-nav li {
	display: flex;
	align-items: center;
}

.site-footer__legal-nav li:not(:last-child)::after {
	content: "|";
	margin: 0 0.5rem;
	opacity: 0.4;
}

.site-footer__legal-nav a {
	color: #fff;
	font-size: 0.875rem;
	text-decoration: none;
	opacity: 0.8;
	transition: opacity 0.2s ease;
}

.site-footer__legal-nav a:hover {
	opacity: 1;
}

@media (max-width: 991px) {

	.site-footer__map {
		margin-top: 2.5rem;
	}

	.site-footer__bottom .container {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Navigation
--------------------------------------------- */
.site-header {
	background-color: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: sticky;
	top: 0;
	z-index: 1040;
	border-bottom: 3px solid #da291c;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.site-header .navbar {
	padding: 0;
	min-height: 80px;
}

.site-header__logo {
	display: flex;
	align-items: center;
	padding: 0;
}

.site-header__logo img,
.site-header__logo .site-header__logo-img {
	max-height: 40px;
	width: auto;
}

.site-header__nav {
	align-items: stretch;
	margin-left: auto;
	gap: 0.25rem;
}

.site-header__nav .nav-item {
	display: flex;
	align-items: center;
}

.site-header__nav .nav-link {
	color: #011644;
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-weight: 600;
	font-size: 0.9375rem;
	padding: 0.5rem 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: color 0.2s ease;
}

.site-header__nav .nav-link:hover,
.site-header__nav .nav-link.active {
	color: #da291c;
}

.site-header__actions {
	margin-left: 1.5rem;
}

.site-header__mega-parent {
	position: static !important;
}

.site-header__mega-parent.is-open > .mega-menu,
.site-header__mega-parent:focus-within > .mega-menu {
	display: block;
}

.site-header__mega-parent > .nav-link {
	position: relative;
}

.site-header__mega-parent > .nav-link::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	vertical-align: middle;
	border-top: 4px solid currentColor;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.site-header__toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 6px;
	background: none;
	border: none;
	cursor: pointer;
}

.site-header__toggle-bar {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #011644;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (max-width: 991px) {

	.site-header__collapse {
		padding: 1rem 0;
		border-top: 1px solid #c9e1e6;
	}
}

@media (max-width: 991px) {

	.site-header__nav {
		margin-left: 0;
		width: 100%;
	}

	.site-header__nav .nav-link {
		padding: 0.625rem 0;
		border-bottom: 1px solid rgba(201, 225, 230, 0.5);
	}

	.site-header__actions {
		margin-left: 0;
		margin-top: 1rem;
	}

	.site-header__mega-parent {
		position: relative !important;
	}
}

.mega-menu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	z-index: 100;
	padding: 2.5rem 0;
}

.mega-menu__nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mega-menu__item {
	border-bottom: 1px solid rgba(1, 22, 68, 0.12);
}

.mega-menu__item:first-child {
	border-top: 1px solid rgba(1, 22, 68, 0.12);
}

.mega-menu__link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.9rem 0;
	color: #011644;
	font-family: "special-gothic-expanded", sans-serif;
	font-weight: 500;
	font-size: clamp(1.25rem, 2.2vw, 1.75rem);
	text-decoration: none;
	line-height: 1.2;
	transition: color 0.2s ease;
}

.mega-menu__link:hover,
.mega-menu__link.is-active {
	color: #da291c;
}

.mega-menu__arrow {
	color: #da291c;
	flex-shrink: 0;
	margin-left: 1rem;
	display: flex;
}

.mega-menu__arrow svg {
	display: block;
	width: 18px;
	height: 18px;
}

.mega-menu__image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	display: block;
}

.mega-menu__right {
	position: relative;
}

.mega-menu__panel {
	display: none;
}

.mega-menu__panel.is-active {
	display: block;
}

.mega-menu__sub-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mega-menu__sub-item {
	border-bottom: 1px solid rgba(1, 22, 68, 0.1);
}

.mega-menu__sub-item:first-child {
	border-top: 1px solid rgba(1, 22, 68, 0.1);
}

.mega-menu__sub-link {
	display: block;
	padding: 0.75rem 0;
	color: #011644;
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-weight: 500;
	font-size: 0.9375rem;
	text-decoration: none;
	transition: color 0.2s ease;
}

.mega-menu__sub-link:hover,
.mega-menu__sub-link.is-active {
	color: #da291c;
}

@media (max-width: 991px) {

	.mega-menu {
		position: static;
		box-shadow: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		padding: 0.5rem 0 0.5rem 1rem;
		background-color: transparent;
	}

	.mega-menu__link {
		font-size: 0.9375rem;
		padding: 0.5rem 0;
	}

	.mega-menu__image {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.block-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 600px;
	margin-top: -83px;
	background-color: #011644;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.block-hero__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(1, 22, 68, 0.6);
	z-index: 1;
}

.block-hero__video-wrap {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}

.block-hero__video-wrap iframe,
.block-hero__video-wrap video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 56.25vw;
	min-height: 100%;
	min-width: 177.78vh;
	pointer-events: none;
}

.block-hero__inner {
	position: relative;
	z-index: 2;
	padding-top: 143px;
	padding-bottom: 80px;
}

.block-hero__heading {
	color: #c9e1e6;
	font-size: clamp(2rem, 5vw, 3.5rem);
	margin-bottom: 1rem;
}

.block-hero__heading span,
.block-hero__heading strong,
.block-hero__heading b {
	color: #fff;
}

@media (min-width: 768px) {

	.block-hero__heading {
		max-width: 50%;
	}
}

.block-hero__subheading {
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.block-hero__subheading {
		max-width: 50%;
	}
}

.block-hero .dynes-btn {
	padding: 0.875rem 2rem;
	font-size: 1.0625rem;
}

.block-hero-form {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 600px;
	margin-top: -83px;
	background-color: #011644;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.block-hero-form__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(1, 22, 68, 0.6);
	z-index: 1;
}

.block-hero-form__video-wrap {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}

.block-hero-form__video-wrap iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 56.25vw;
	min-height: 100%;
	min-width: 177.78vh;
	pointer-events: none;
}

.block-hero-form__inner {
	position: relative;
	z-index: 2;
	padding-top: 143px;
	padding-bottom: 80px;
}

.block-hero-form__content {
	padding-right: 2rem;
}

@media (max-width: 991px) {

	.block-hero-form__content {
		padding-right: 0;
		margin-bottom: 2.5rem;
	}
}

.block-hero-form__heading {
	color: #c9e1e6;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
	margin-bottom: 1.25rem;
}

.block-hero-form__heading span,
.block-hero-form__heading strong,
.block-hero-form__heading b {
	color: #fff;
}

.block-hero-form__text {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.125rem;
	line-height: 1.65;
	margin-bottom: 2rem;
}

.block-hero-form__text p {
	margin-bottom: 0.75rem;
}

.block-hero-form__text p:last-child {
	margin-bottom: 0;
}

.block-hero-form__text a {
	color: #c9e1e6;
}

.block-hero-form__text a:visited {
	color: #c9e1e6;
}

.block-hero-form__text a:hover {
	color: #fff;
}

.block-hero-form .dynes-btn:visited {
	color: #fff;
}

.block-hero-form__card {
	background-color: #0033a0;
	border-radius: 16px;
	padding: 2rem 1.75rem;
}

@media (max-width: 991px) {

	.block-hero-form__card {
		padding: 1.75rem 1.5rem;
	}
}

.block-hero-form__card-heading {
	color: #c9e1e6;
	font-size: clamp(1.25rem, 2vw, 1.625rem);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.block-hero-form__form label {
	display: block;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 0.375rem;
}

.block-hero-form__form .wpcf7-form-control-wrap,
.block-hero-form__form .gfield {
	display: block;
	margin-bottom: 1rem;
}

.block-hero-form__form input[type="text"],
.block-hero-form__form input[type="email"],
.block-hero-form__form input[type="tel"],
.block-hero-form__form input[type="number"],
.block-hero-form__form select,
.block-hero-form__form textarea {
	width: 100%;
	background-color: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.45);
	border-radius: 9999px;
	color: #fff;
	padding: 0.625rem 1.125rem;
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-size: 0.875rem;
	transition: border-color 0.2s ease;
	appearance: none;
}

.block-hero-form__form input[type="text"]::placeholder,
.block-hero-form__form input[type="email"]::placeholder,
.block-hero-form__form input[type="tel"]::placeholder,
.block-hero-form__form input[type="number"]::placeholder,
.block-hero-form__form select::placeholder,
.block-hero-form__form textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.block-hero-form__form input[type="text"]:focus,
.block-hero-form__form input[type="email"]:focus,
.block-hero-form__form input[type="tel"]:focus,
.block-hero-form__form input[type="number"]:focus,
.block-hero-form__form select:focus,
.block-hero-form__form textarea:focus {
	outline: none;
	border-color: #fff;
}

.block-hero-form__form select option {
	color: #011644;
	background-color: #fff;
}

.block-hero-form__form textarea {
	border-radius: 12px;
	resize: vertical;
	min-height: 100px;
}

.block-hero-form__form input[type="submit"],
.block-hero-form__form button[type="submit"],
.block-hero-form__form .wpcf7-submit,
.block-hero-form__form .gform_button {
	background-color: #c9e1e6;
	color: #011644;
	border: 2px solid #c9e1e6;
	border-radius: 9999px;
	padding: 0.625rem 1.75rem;
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-weight: 600;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	margin-top: 0.5rem;
}

.block-hero-form__form input[type="submit"]:hover,
.block-hero-form__form button[type="submit"]:hover,
.block-hero-form__form .wpcf7-submit:hover,
.block-hero-form__form .gform_button:hover {
	background-color: #add2d9;
	border-color: #add2d9;
	color: #011644;
}

.block-hero-form__form a {
	color: #c9e1e6;
}

.block-hero-form__form a:visited {
	color: #c9e1e6;
}

.block-hero-form__form a:hover {
	color: #fff;
}

.block-hero-iframe {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 600px;
	margin-top: -83px;
	background-color: #011644;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.block-hero-iframe__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(1, 22, 68, 0.6);
	z-index: 1;
}

.block-hero-iframe__video-wrap {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}

.block-hero-iframe__video-wrap iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 56.25vw;
	min-height: 100%;
	min-width: 177.78vh;
	pointer-events: none;
}

.block-hero-iframe__inner {
	position: relative;
	z-index: 2;
	padding-top: 143px;
	padding-bottom: 80px;
}

.block-hero-iframe__content {
	padding-right: 2rem;
}

@media (max-width: 991px) {

	.block-hero-iframe__content {
		padding-right: 0;
		margin-bottom: 2.5rem;
	}
}

.block-hero-iframe__heading {
	color: #c9e1e6;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
	margin-bottom: 1.25rem;
}

.block-hero-iframe__heading span,
.block-hero-iframe__heading strong,
.block-hero-iframe__heading b {
	color: #fff;
}

.block-hero-iframe__text {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.125rem;
	line-height: 1.65;
	margin-bottom: 2rem;
}

.block-hero-iframe__text p {
	margin-bottom: 0.75rem;
}

.block-hero-iframe__text p:last-child {
	margin-bottom: 0;
}

.block-hero-iframe__text a {
	color: #c9e1e6;
}

.block-hero-iframe__text a:visited {
	color: #c9e1e6;
}

.block-hero-iframe__text a:hover {
	color: #fff;
}

.block-hero-iframe .dynes-btn:visited {
	color: #fff;
}

.block-hero-iframe__card {
	background-color: #fff;
	border-radius: 16px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.block-hero-iframe__frame {
	display: block;
	width: 100%;
	min-height: 280px;
	border: 0;
	overflow: auto;
}

.block-intro {
	padding: 80px 0;
	background-color: #0033a0;
}

.block-intro a:not(.btn):not([class*="dynes-btn"]) {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.block-intro a:not(.btn):not([class*="dynes-btn"]):visited {
	color: rgba(255, 255, 255, 0.85);
}

.block-intro a:not(.btn):not([class*="dynes-btn"]):hover {
	color: rgba(255, 255, 255, 0.75);
}

.block-intro__image {
	position: relative;
	border-radius: 40px;
	margin-bottom: 15%;
}

@media (min-width: 992px) {

	.block-intro__image {
		margin-bottom: 0;
	}
}

.block-intro__image img:not(.block-intro__image-after) {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	border-radius: 40px;
}

@media (min-width: 992px) {

	.block-intro__content {
		padding-left: 2.5rem;
	}
}

@media (min-width: 992px) {

	.block-intro--reversed .block-intro__content {
		padding-left: 0;
		padding-right: 2.5rem;
	}
}

.block-intro__image-after {
	position: absolute;
	bottom: -5%;
	left: 0;
	width: 30% !important;
	height: auto;
	border-radius: 0 !important;
}

.block-intro__heading {
	color: #c9e1e5;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin-bottom: 1.25rem;
}

.block-intro__text {
	color: #fff;
	margin-bottom: 1.5rem;
}

.block-intro__stats {
	display: flex;
	gap: 40px;
	margin-bottom: 2rem;
}

.block-intro__stat {
	display: flex;
	flex-direction: column;
}

.block-intro__stat-number {
	font-size: 2.25rem;
	font-weight: 700;
	color: #4c88cc;
	line-height: 1;
}

.block-intro__stat-label {
	font-size: 0.875rem;
	color: #fff;
	margin-top: 4px;
}

.block-intro .dynes-btn--secondary {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.block-intro .dynes-btn--secondary:hover {
	background-color: #da291c;
	border-color: #da291c;
	color: #fff;
}

.block-services {
	padding: 80px 0;
}

.block-services__heading {
	color: #011644;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin-bottom: 2rem;
}

.block-services__nav {
	gap: 0;
}

.block-services__tab-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 1.1rem 0;
	background: none;
	border: none;
	border-bottom: 1px solid #c9e1e6;
	color: #011644;
	font-family: "special-gothic-expanded", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: left;
	text-transform: capitalize;
	cursor: pointer;
	transition: color 0.2s ease;
}

.block-services__tab-btn:first-child {
	border-top: 1px solid #c9e1e6;
}

.block-services__tab-btn:hover {
	color: #da291c;
}

.block-services__tab-btn.active {
	color: #da291c;
}

.block-services__tab-btn.active .block-services__arrow {
	display: none;
}

.block-services__arrow {
	color: #011644;
	flex-shrink: 0;
	display: flex;
	transition: transform 0.2s ease, color 0.2s ease;
}

.block-services__arrow svg {
	display: block;
	width: 20px;
	height: 20px;
}

.block-services__tab-btn:hover .block-services__arrow {
	transform: translateX(4px);
	color: #da291c;
}

.block-services__tab-content {
	padding-left: 2rem;
}

.block-services__panel {
	display: none;
}

.block-services__panel.active {
	display: block;
}

@media (max-width: 991px) {

	.block-services__panel {
		padding: 1.25rem;
		background-color: rgba(201, 225, 230, 0.2);
		border-bottom: 1px solid #c9e1e6;
	}
}

.block-services__panel-copy {
	color: #011644;
	margin-bottom: 1.5rem;
}

.block-services__panel-copy h1,
.block-services__panel-copy h2,
.block-services__panel-copy h3,
.block-services__panel-copy h4,
.block-services__panel-copy strong,
.block-services__panel-copy b {
	color: #da291c;
	font-family: "special-gothic-expanded", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.3;
	display: block;
	margin-bottom: 0.25rem;
}

.block-services__panel-copy p {
	font-size: 1rem;
	line-height: 1.7;
}

.block-services__panel-image {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 40px;
	margin-top: 1.5rem;
}

.block-stats {
	background-color: #fff;
	padding: 60px 0;
}

.block-stats__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	padding: 1rem;
	height: 100%;
}

@media (max-width: 575.98px) {

	.block-stats__item {
		align-items: center;
		text-align: center;
	}
}

.block-stats__number {
	display: block;
	font-family: "special-gothic-expanded", sans-serif;
	font-size: clamp(2.625rem, 4.75vw, 4.25rem);
	font-weight: 500;
	color: #4c88cc;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.block-stats__label {
	display: block;
	font-size: 0.9375rem;
	color: #011644;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

.block-stats__icon {
	width: 72px;
	height: 72px;
	object-fit: contain;
	margin-top: auto;
}

.block-reviews {
	padding: 80px 0;
	background-color: #011644;
}

.block-reviews__heading {
	color: #fff;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin-bottom: 2.5rem;
}

.block-reviews__wrap {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.block-reviews__swiper-outer {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.block-reviews__swiper {
	overflow: hidden;
}

.block-reviews__swiper .swiper-wrapper {
	align-items: stretch;
}

.block-reviews__swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	height: auto;
	padding-bottom: 16px;
}

.block-reviews__btn {
	flex-shrink: 0;
	background: none;
	border: none;
	padding: 0;
	color: #fff;
	cursor: pointer;
}

.block-reviews__btn svg {
	display: block;
	width: 36px;
	height: 36px;
}

.block-reviews__btn--prev svg {
	transform: scaleX(-1);
}

.block-reviews__btn:hover {
	opacity: 0.7;
}

.block-reviews__card {
	background-color: #fff;
	border-radius: 8px;
	padding: 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.block-reviews__rating {
	margin-bottom: 0.75rem;
}

.block-reviews__star {
	color: #ccc;
	font-size: 1.25rem;
}

.block-reviews__star.is-filled {
	color: #f5a623;
}

.block-reviews__title {
	font-weight: 700;
	color: #011644;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.block-reviews__text {
	color: #404040;
	font-size: 1rem;
	line-height: 1.6;
	flex: 1;
	margin-bottom: 1.25rem;
}

.block-reviews__recommend {
	color: #4c88cc;
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 0;
}

.block-reviews__cta {
	text-align: center;
	margin-top: 2.5rem;
}

@keyframes dynes-marquee {

	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(var(--marquee-distance, -50%));
	}
}

.block-partners {
	padding: 80px 0;
	background-color: #fff;
	border-top: 1px solid #c9e1e6;
}

.block-partners__viewport {
	overflow: hidden;
}

.block-partners__track {
	display: flex;
	width: max-content;
	align-items: center;
	gap: 1.5rem;
	animation: dynes-marquee 20s linear infinite;
	will-change: transform;
}

.block-partners__track:hover {
	animation-play-state: paused;
}

.block-partners__item {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 100px;
	border: 1px solid #c9e1e6;
	border-radius: 12px;
	padding: 1.25rem;
	background-color: #fff;
}

.block-partners__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.block-partners__item img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

@keyframes dynes-pulse {

	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.6;
	}

	100% {
		transform: translate(-50%, -50%) scale(4);
		opacity: 0;
	}
}

.block-network {
	padding: 80px 0;
}

.block-network__split {
	display: flex;
	flex-direction: column;
	background-color: #0033a0;
	border-radius: 20px;
}

@media (min-width: 992px) {

	.block-network__split {
		flex-direction: row;
		align-items: stretch;
		min-height: 480px;
	}
}

.block-network__right {
	order: -1;
	position: relative;
	min-height: 420px;
}

@media (min-width: 992px) {

	.block-network__right {
		order: 0;
		flex: 0 0 50%;
		min-height: 0;
	}
}

.block-network__left {
	order: 0;
	display: flex;
	align-items: center;
	padding: 60px 2.5rem;
}

@media (min-width: 992px) {

	.block-network__left {
		flex: 0 0 50%;
		padding: 80px 3rem;
	}
}

.block-network__content {
	max-width: 480px;
}

.block-network__heading {
	color: #c9e1e6;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin-bottom: 1.25rem;
}

.block-network__text {
	color: #fff;
	margin-bottom: 2rem;
}

.block-network__text p {
	margin-bottom: 0.75rem;
}

.block-network__map {
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

@media (min-width: 992px) {

	.block-network__map {
		border-radius: 0;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}
}

.block-network__map-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	display: block;
}

.block-network__pins {
	position: absolute;
	inset: 0;
}

.block-network__pin {
	position: absolute;
	left: var(--pin-x);
	top: var(--pin-y);
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
}

.block-network__pin.is-visible {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.block-network__pin-photo {
	width: 65px;
	height: 80px;
}

.block-network__pin-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.block-network__rings {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	pointer-events: none;
}

.block-network__rings span {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #da291c;
	animation: dynes-pulse 2.4s ease-out infinite;
	transform: translate(-50%, -50%) scale(1);
}

.block-network__rings span:nth-child(2) {
	animation-delay: 0.8s;
}

.block-network__rings span:nth-child(3) {
	animation-delay: 1.6s;
}

.block-articles {
	padding: 80px 0;
}

.block-articles__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.block-articles__heading {
	color: #0033a0;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin-bottom: 0;
}

.block-articles__nav {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
}

.block-articles__btn {
	background: none;
	border: none;
	padding: 0.25rem;
	cursor: pointer;
	color: #0033a0;
	font-size: 1.5rem;
	line-height: 1;
	transition: color 0.2s ease;
}

.block-articles__btn:hover {
	color: #011644;
}

.block-articles__swiper-outer {
	overflow: hidden;
	padding-bottom: 2px;
}

.block-articles__swiper {
	overflow: visible;
}

.block-articles__swiper .swiper-wrapper {
	align-items: stretch;
}

.block-articles__swiper .swiper-slide {
	height: auto;
}

.block-articles__card {
	height: 99%;
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	border: 1px solid rgba(1, 22, 68, 0.2);
	box-shadow: 0 2px 12px rgba(1, 22, 68, 0.06);
}

.block-articles__card-image {
	display: block;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
	aspect-ratio: 16 / 10;
}

.block-articles__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.block-articles__card-image:hover img {
	transform: scale(1.03);
}

.block-articles__card-placeholder {
	width: 100%;
	height: 100%;
	background-color: #c9e1e6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-articles__card-placeholder svg {
	display: block;
	width: 35%;
	color: #fff;
}

.block-articles__card-body {
	flex: 1;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.block-articles__card-body .dynes-btn {
	align-self: flex-start;
}

.block-articles__card-date {
	color: #4c88cc;
	font-size: 0.875rem;
	margin-bottom: 0;
}

.block-articles__card-title {
	flex: 1;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0;
}

.block-articles__card-title a {
	color: #011644;
	text-decoration: none;
}

.block-articles__card-title a:hover {
	color: #da291c;
}

.block-videos {
	padding: 80px 0;
	background-color: #fff;
}

.block-videos__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 2rem;
}

@media (max-width: 575px) {

	.block-videos__header {
		flex-direction: column;
		align-items: flex-start;
	}
}

.block-videos__heading {
	color: #011644;
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin-bottom: 0;
}

.block-videos__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.625rem;
}

@media (max-width: 479px) {

	.block-videos__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.375rem;
	}
}

.block-videos__item {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background-color: #011644;
	display: block;
	text-decoration: none;
}

.block-videos__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.block-videos__item:hover img {
	transform: scale(1.05);
}

.block-videos__item:hover .block-videos__overlay {
	opacity: 1;
}

.block-videos__item--placeholder {
	cursor: default;
}

.block-videos__placeholder-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.2);
}

.block-videos__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(1, 22, 68, 0.72);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1.25rem;
	opacity: 0;
	transition: opacity 0.3s ease;
	text-align: center;
}

.block-videos__overlay-icon {
	color: #fff;
	flex-shrink: 0;
}

.block-videos__caption {
	color: #fff;
	font-size: 0.8125rem;
	line-height: 1.5;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 767px) {

	.block-videos__caption {
		display: none;
	}
}

.block-contact {
	background-color: #0033a0;
	padding-top: 80px;
	overflow: hidden;
}

.block-contact a:not(.btn):not([class*="dynes-btn"]) {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.block-contact a:not(.btn):not([class*="dynes-btn"]):visited {
	color: rgba(255, 255, 255, 0.85);
}

.block-contact a:not(.btn):not([class*="dynes-btn"]):hover {
	color: rgba(255, 255, 255, 0.75);
}

.block-contact__left-col {
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
}

@media (min-width: 992px) {

	.block-contact__left-col {
		padding-right: 3rem;
	}
}

@media (max-width: 991.98px) {

	.block-contact__left-col {
		display: contents;
	}
}

@media (max-width: 991.98px) {

	.block-contact__content {
		order: 1;
		width: 100%;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.block-contact__form-col {
		order: 2;
	}

	.block-contact__image {
		order: 3;
		width: 100%;
		margin-top: 0;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

.block-contact__content {
	padding-bottom: 2.5rem;
	padding-top: 0;
}

@media (min-width: 992px) {

	.block-contact__content {
		padding-bottom: 2.5rem;
	}
}

.block-contact__heading {
	color: #c9e1e6;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin-bottom: 1.25rem;
}

.block-contact__text {
	color: #fff;
}

.block-contact__text p {
	margin-bottom: 0.75rem;
}

.block-contact__text strong {
	font-weight: 700;
}

.block-contact__image {
	margin-top: auto;
	position: relative;
}

.block-contact__staff {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

.block-contact__deco {
	position: absolute;
	pointer-events: none;
	left: 0;
	width: 40%;
	height: auto;
}

.block-contact__deco--behind {
	top: 50px;
}

.block-contact__deco--front {
	bottom: 0;
}

.block-contact__form {
	padding-bottom: 80px;
}

.block-contact__form label {
	display: block;
	color: #fff;
	font-size: 0.9375rem;
	margin-bottom: 0.375rem;
}

.block-contact__form .wpcf7-form-control-wrap,
.block-contact__form .gfield {
	display: block;
	margin-bottom: 1.25rem;
}

.block-contact__form input[type="text"],
.block-contact__form input[type="email"],
.block-contact__form input[type="tel"],
.block-contact__form input[type="number"],
.block-contact__form select {
	width: 100%;
	background-color: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	border-radius: 9999px;
	color: #fff;
	padding: 0.75rem 1.25rem;
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-size: 0.9375rem;
	transition: border-color 0.2s ease;
	appearance: none;
}

.block-contact__form input[type="text"]::placeholder,
.block-contact__form input[type="email"]::placeholder,
.block-contact__form input[type="tel"]::placeholder,
.block-contact__form input[type="number"]::placeholder,
.block-contact__form select::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.block-contact__form input[type="text"]:focus,
.block-contact__form input[type="email"]:focus,
.block-contact__form input[type="tel"]:focus,
.block-contact__form input[type="number"]:focus,
.block-contact__form select:focus {
	outline: none;
	border-color: #fff;
}

.block-contact__form select option {
	color: #011644;
	background-color: #fff;
}

.block-contact__form textarea {
	width: 100%;
	background-color: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	border-radius: 12px;
	color: #fff;
	padding: 0.75rem 1.25rem;
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-size: 0.9375rem;
	resize: vertical;
	min-height: 140px;
	transition: border-color 0.2s ease;
}

.block-contact__form textarea::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.block-contact__form textarea:focus {
	outline: none;
	border-color: #fff;
}

.block-contact__form input[type="submit"],
.block-contact__form button[type="submit"],
.block-contact__form .wpcf7-submit,
.block-contact__form .gform_button {
	background-color: #da291c;
	color: #fff;
	border: 2px solid #da291c;
	border-radius: 9999px;
	padding: 0.625rem 1.75rem;
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-weight: 600;
	font-size: 0.9375rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.block-contact__form input[type="submit"]:hover,
.block-contact__form button[type="submit"]:hover,
.block-contact__form .wpcf7-submit:hover,
.block-contact__form .gform_button:hover {
	background-color: #ad2116;
	border-color: #ad2116;
}

.block-video-intro {
	padding: 80px 0;
}

.block-video-intro__video {
	position: relative;
	background-color: #000;
	border-radius: 20px;
	overflow: hidden;
	padding-top: 56.25%;
}

.block-video-intro__video iframe,
.block-video-intro__video video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-video-intro__placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.4);
}

.block-video-intro__heading {
	color: #011644;
	font-family: "special-gothic-expanded", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
	line-height: 1.2;
}

.block-video-intro__text {
	color: #011644;
	font-family: "special-gothic-expanded", sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.4;
}

.block-video-intro__text p {
	font-family: "special-gothic-expanded", sans-serif;
	margin-bottom: 0.875rem;
}

.block-video-intro__text p:last-child {
	margin-bottom: 0;
}

.block-team {
	padding: 80px 0;
}

.block-team__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.block-team__heading {
	color: #0033a0;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin-bottom: 0.875rem;
}

.block-team__intro {
	color: #011644;
	font-size: 0.9375rem;
	line-height: 1.65;
	max-width: 560px;
}

.block-team__intro p {
	margin-bottom: 0.5rem;
}

.block-team__intro p:last-child {
	margin-bottom: 0;
}

.block-team__nav {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
}

.block-team__btn {
	background: none;
	border: none;
	padding: 0.25rem;
	cursor: pointer;
	color: #0033a0;
	line-height: 1;
	transition: color 0.2s ease;
}

.block-team__btn svg {
	display: block;
	width: 36px;
	height: 36px;
}

.block-team__btn--prev svg {
	transform: scaleX(-1);
}

.block-team__btn:hover {
	color: #011644;
}

.block-team__swiper-outer {
	overflow: hidden;
}

.block-team__swiper {
	overflow: visible;
}

.block-team__swiper .swiper-wrapper {
	align-items: stretch;
}

.block-team__swiper .swiper-slide {
	height: auto;
}

.block-team__card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.block-team__card-photo {
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	margin-bottom: 1.125rem;
}

.block-team__card-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.block-team__card-placeholder {
	width: 100%;
	height: 100%;
	background-color: #c9e1e6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-team__card-placeholder svg {
	display: block;
	width: 70%;
	color: #fff;
}

.block-team__card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.block-team__card-name {
	color: #da291c;
	font-size: clamp(1.125rem, 1.8vw, 1.375rem);
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.15;
}

.block-team__card-title {
	color: #011644;
	font-size: clamp(1.125rem, 1.8vw, 1.375rem);
	margin-bottom: 1rem;
	flex: 1;
	line-height: 1.3;
}

.block-team__card-footer {
	display: flex;
	align-items: center;
	gap: 0.625rem;
}

.block-team__linkedin {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #011644;
	color: #fff;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}

.block-team__linkedin:visited {
	color: #fff;
}

.block-team__linkedin:hover {
	background-color: #0033a0;
}

.team-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 1050;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.team-modal.is-visible {
	display: flex;
}

.team-modal__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.team-modal.is-open .team-modal__overlay {
	opacity: 1;
}

.team-modal__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	border-radius: 16px;
	overflow: hidden;
	width: 100%;
	max-width: 740px;
	max-height: 90vh;
	transform: scale(0.95);
	opacity: 0;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

@media (max-width: 767px) {

	.team-modal__dialog {
		flex-direction: column;
		overflow-y: auto;
		max-height: 85vh;
	}
}

.team-modal.is-open .team-modal__dialog {
	transform: scale(1);
	opacity: 1;
}

.team-modal__close {
	position: absolute;
	top: 0.875rem;
	right: 0.875rem;
	z-index: 2;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #fff;
	line-height: 1;
}

.team-modal__close svg {
	display: block;
}

.team-modal__left {
	background-color: #011644;
	color: #fff;
	padding: 2.5rem 2rem;
	flex: 0 0 45%;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

@media (max-width: 767px) {

	.team-modal__left {
		flex: none;
		order: 2;
		padding: 1.75rem 1.5rem;
	}
}

.team-modal__right {
	flex: 0 0 55%;
}

@media (max-width: 767px) {

	.team-modal__right {
		flex: none;
		order: 1;
		height: 260px;
	}
}

.team-modal__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.team-modal__photo-placeholder {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #c9e1e6;
	align-items: center;
	justify-content: center;
}

.team-modal__photo-placeholder svg {
	display: block;
	width: 55%;
	color: #fff;
}

.team-modal__name {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: #c9e1e6;
	margin-bottom: 0.25rem;
	line-height: 1.2;
}

.team-modal__title {
	font-size: 1.125rem;
	color: #c9e1e6;
	margin-bottom: 1.5rem;
}

.team-modal__bio {
	flex: 1;
	font-size: 0.9375rem;
	color: #c9e1e6;
	line-height: 1.7;
	margin-bottom: 1.75rem;
}

.team-modal__bio p {
	margin-bottom: 0.75rem;
}

.team-modal__bio p:last-child {
	margin-bottom: 0;
}

.team-modal__linkedin {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(201, 225, 230, 0.2);
	color: #c9e1e6;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}

.team-modal__linkedin:visited {
	color: #c9e1e6;
}

.team-modal__linkedin:hover {
	background-color: rgba(201, 225, 230, 0.35);
}

.team-modal__linkedin svg {
	display: block;
}

.block-join-team {
	padding: 80px 0;
}

.block-join-team__inner {
	background-color: #011644;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	min-height: 480px;
}

@media (max-width: 767px) {

	.block-join-team__inner {
		flex-direction: column;
	}
}

.block-join-team__content {
	flex: 0 0 55%;
	padding: 3.5rem 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 991px) {

	.block-join-team__content {
		flex: 0 0 60%;
		padding: 2.5rem 2rem;
	}
}

@media (max-width: 767px) {

	.block-join-team__content {
		flex: none;
		padding: 2.5rem 1.75rem;
	}
}

.block-join-team__heading {
	color: #4c88cc;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	line-height: 1.15;
	margin-bottom: 1.25rem;
}

.block-join-team__text {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.9375rem;
	line-height: 1.65;
	margin-bottom: 1.25rem;
}

.block-join-team__text p {
	margin-bottom: 0.75rem;
}

.block-join-team__text p:last-child {
	margin-bottom: 0;
}

.block-join-team__text strong,
.block-join-team__text b {
	color: #fff;
	font-weight: 700;
}

.block-join-team__email {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	margin-bottom: 2rem;
	transition: color 0.2s ease;
}

.block-join-team__email:visited {
	color: #fff;
}

.block-join-team__email:hover {
	color: #0033a0;
}

.block-join-team__image {
	flex: 1;
	position: relative;
	min-height: 320px;
}

@media (max-width: 767px) {

	.block-join-team__image {
		min-height: 280px;
	}
}

.block-join-team__photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	z-index: 1;
}

.block-join-team__placeholder {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-join-team__placeholder svg {
	display: block;
	width: 50%;
	color: rgba(255, 255, 255, 0.15);
}

.block-join-team__deco {
	position: absolute;
	pointer-events: none;
	width: 55%;
	height: auto;
}

.block-join-team__deco--behind {
	top: 40px;
	left: -20%;
	z-index: 0;
}

.block-join-team__deco--front {
	bottom: 0;
	left: -20%;
	z-index: 2;
}

.block-contact-info {
	padding: 70px 0;
}

.block-contact-info__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 1rem;
}

@media (max-width: 767px) {

	.block-contact-info__item {
		padding: 0;
		align-items: center;
		text-align: center;
	}
}

.block-contact-info__icon {
	width: 52px;
	height: 52px;
	margin-bottom: 1.25rem;
	flex-shrink: 0;
}

.block-contact-info__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.block-contact-info__heading {
	color: #4c88cc;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 700;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

.block-contact-info__detail {
	color: #011644;
	font-size: 0.9375rem;
	margin-bottom: 1.5rem;
	line-height: 1.5;
}

.block-contact-info .dynes-btn--blue:visited {
	color: #fff;
}

.block-feature {
	padding: 80px 0;
	overflow: hidden;
}

.block-feature__image {
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width: 992px) {

	.block-feature__image {
		margin-bottom: 0;
	}
}

.block-feature__photo {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	border-radius: 40px;
}

.block-feature__deco {
	position: absolute;
	pointer-events: none;
	width: 38%;
	height: auto;
}

.block-feature__deco--behind {
	bottom: 80px;
	left: 0;
	z-index: 2;
}

.block-feature__deco--front {
	bottom: -40px;
	left: 0;
	z-index: 3;
}

@media (min-width: 992px) {

	.block-feature__content {
		padding-left: 1rem;
	}
}

@media (min-width: 992px) {

	.block-feature--reversed .block-feature__content {
		padding-left: 0;
		padding-right: 1rem;
	}
}

.block-feature__heading {
	color: #0033a0;
	font-size: clamp(1.75rem, 3vw, 2.625rem);
	line-height: 1.15;
	margin-bottom: 1.25rem;
}

.block-feature__text {
	color: #404040;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 1.75rem;
}

.block-feature__text p {
	margin-bottom: 0.75rem;
}

.block-feature__text p:last-child {
	margin-bottom: 0;
}

.block-feature .dynes-btn--primary:visited {
	color: #fff;
}

.block-feature-list {
	padding: 80px 0;
	overflow: hidden;
}

.block-feature-list__image {
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width: 992px) {

	.block-feature-list__image {
		margin-bottom: 0;
	}
}

.block-feature-list__photo {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 40px;
}

.block-feature-list__deco {
	position: absolute;
	pointer-events: none;
	width: 42%;
	height: auto;
}

.block-feature-list__deco--behind {
	bottom: -56px;
	left: 0;
	z-index: 0;
}

.block-feature-list__deco--front {
	bottom: 24px;
	left: 0;
	z-index: 2;
}

.block-feature-list__content {
	padding-top: 1.5rem;
}

@media (min-width: 992px) {

	.block-feature-list__content {
		padding-top: 0;
		padding-left: 1rem;
	}
}

@media (min-width: 992px) {

	.block-feature-list--reversed .block-feature-list__content {
		padding-left: 0;
		padding-right: 1rem;
	}
}

@media (min-width: 992px) {

	.block-feature-list--reversed .block-feature-list__deco {
		left: auto;
		right: 0;
		transform: scaleX(-1);
	}
}

.block-feature-list__heading {
	color: #0033a0;
	font-size: clamp(1.875rem, 3.5vw, 2.875rem);
	line-height: 1.12;
	margin-bottom: 1.25rem;
}

.block-feature-list__text {
	color: #404040;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

.block-feature-list__text p {
	margin-bottom: 0.75rem;
}

.block-feature-list__text p:last-child {
	margin-bottom: 0;
}

.block-feature-list__list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.75rem;
}

.block-feature-list__list li {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid rgba(1, 22, 68, 0.1);
	color: #0033a0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

.block-feature-list__list li:first-child {
	border-top: 1px solid rgba(1, 22, 68, 0.1);
}

.block-feature-list__list li::before {
	content: "✓";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	background-color: #0033a0;
	color: #fff;
	border-radius: 50%;
	font-size: 0.7rem;
	font-weight: 700;
	flex-shrink: 0;
}

.block-feature-list__cta {
	margin-top: 0.25rem;
}

.block-feature-list__cta:visited {
	color: #fff;
}

.block-feature-list--blue {
	background-color: #0033a0;
}

.block-feature-list--navy {
	background-color: #011644;
}

.block-feature-list--blue a:not(.btn):not([class*="dynes-btn"]),
.block-feature-list--navy a:not(.btn):not([class*="dynes-btn"]) {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.block-feature-list--blue a:not(.btn):not([class*="dynes-btn"]):visited,
.block-feature-list--navy a:not(.btn):not([class*="dynes-btn"]):visited {
	color: rgba(255, 255, 255, 0.85);
}

.block-feature-list--blue a:not(.btn):not([class*="dynes-btn"]):hover,
.block-feature-list--navy a:not(.btn):not([class*="dynes-btn"]):hover {
	color: rgba(255, 255, 255, 0.75);
}

.block-feature-list--blue .block-feature-list__heading,
.block-feature-list--navy .block-feature-list__heading {
	color: #c9e1e6;
	font-size: clamp(2rem, 4vw, 3.25rem);
}

.block-feature-list--blue .block-feature-list__text,
.block-feature-list--navy .block-feature-list__text {
	color: rgba(255, 255, 255, 0.88);
}

.block-feature-list--blue .block-feature-list__text p,
.block-feature-list--navy .block-feature-list__text p {
	color: rgba(255, 255, 255, 0.88);
}

.block-feature-list--blue .block-feature-list__list,
.block-feature-list--navy .block-feature-list__list {
	margin-bottom: 2rem;
}

.block-feature-list--blue .block-feature-list__list li,
.block-feature-list--navy .block-feature-list__list li {
	color: #c9e1e6;
	font-weight: 600;
	font-size: 1rem;
	padding: 0.875rem 1rem;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.block-feature-list--blue .block-feature-list__list li:first-child,
.block-feature-list--navy .block-feature-list__list li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.block-feature-list--blue .block-feature-list__list li::before,
.block-feature-list--navy .block-feature-list__list li::before {
	background-color: rgba(201, 225, 230, 0.2);
	border: 1px solid rgba(201, 225, 230, 0.6);
	color: #c9e1e6;
}

.block-steps {
	padding: 80px 0;
}

.block-steps__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.block-steps__heading {
	color: #0033a0;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin-bottom: 0;
	max-width: 600px;
	line-height: 1.15;
}

.block-steps__nav {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
}

.block-steps__btn {
	background: none;
	border: none;
	padding: 0.25rem;
	cursor: pointer;
	color: #0033a0;
	font-size: 1.5rem;
	line-height: 1;
	transition: color 0.2s ease;
}

.block-steps__btn:hover {
	color: #011644;
}

.block-steps__swiper-outer {
	overflow: hidden;
}

.block-steps__swiper {
	overflow: visible;
}

.block-steps__swiper .swiper-wrapper {
	align-items: stretch;
}

.block-steps__swiper .swiper-slide {
	height: auto;
}

.block-steps__card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.block-steps__card-image {
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin-bottom: 1.125rem;
	background-color: #c9e1e6;
}

.block-steps__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.block-steps__card-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-steps__card-placeholder svg {
	display: block;
	width: 45%;
	color: #fff;
}

.block-steps__card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.block-steps__number {
	display: block;
	color: #da291c;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.375rem;
}

.block-steps__title {
	color: #011644;
	font-size: clamp(1rem, 1.6vw, 1.25rem);
	font-weight: 700;
	margin-bottom: 0.5rem;
	line-height: 1.25;
}

.block-steps__description {
	color: #404040;
	font-size: 0.9rem;
	line-height: 1.6;
	margin-bottom: 0;
}

.block-feature-stats {
	padding: 80px 0;
	overflow: hidden;
}

.block-feature-stats__image {
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width: 992px) {

	.block-feature-stats__image {
		margin-bottom: 0;
	}
}

.block-feature-stats__photo {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 40px;
}

.block-feature-stats__deco {
	position: absolute;
	pointer-events: none;
	width: 38%;
	height: auto;
}

.block-feature-stats__deco--behind {
	bottom: 80px;
	left: 0;
	z-index: 2;
}

.block-feature-stats__deco--front {
	bottom: -40px;
	left: 0;
	z-index: 3;
}

@media (min-width: 992px) {

	.block-feature-stats__content {
		padding-left: 1rem;
	}
}

@media (min-width: 992px) {

	.block-feature-stats--reversed .block-feature-stats__content {
		padding-left: 0;
		padding-right: 1rem;
	}
}

.block-feature-stats__heading {
	color: #0033a0;
	font-size: clamp(1.875rem, 3.5vw, 2.875rem);
	line-height: 1.12;
	margin-bottom: 1.25rem;
}

.block-feature-stats__text {
	color: #404040;
	font-size: 0.9375rem;
	line-height: 1.7;
	margin-bottom: 1.75rem;
}

.block-feature-stats__text p {
	margin-bottom: 0.75rem;
}

.block-feature-stats__text p:last-child {
	margin-bottom: 0;
}

.block-feature-stats__stats {
	display: flex;
	gap: 2.5rem;
	margin-bottom: 2rem;
}

.block-feature-stats__stat {
	display: flex;
	flex-direction: column;
}

.block-feature-stats__stat-number {
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	color: #4c88cc;
	line-height: 1;
	margin-bottom: 0.375rem;
}

.block-feature-stats__stat-label {
	font-size: 0.875rem;
	color: #404040;
	line-height: 1.4;
	max-width: 120px;
}

.block-feature-stats .dynes-btn--blue:visited {
	color: #fff;
}

.block-faqs {
	padding: 80px 0;
}

.block-faqs__inner {
	background-color: #4c88cc;
	border-radius: 20px;
	padding: 3rem 3rem 1rem;
}

@media (max-width: 767px) {

	.block-faqs__inner {
		padding: 2rem 1.5rem 0.5rem;
	}
}

.block-faqs__heading {
	color: #fff;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin-bottom: 2rem;
}

.block-faqs__list {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.block-faqs__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.block-faqs__question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.125rem 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	color: #fff;
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	transition: color 0.2s ease;
}

.block-faqs__question:hover {
	color: #c9e1e6;
}

.block-faqs__icon {
	flex-shrink: 0;
	transform: rotate(90deg);
	transition: transform 0.3s ease;
	color: #fff;
}

.block-faqs__item.is-open .block-faqs__icon {
	transform: rotate(-90deg);
}

.block-faqs__answer {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.35s ease;
}

.block-faqs__answer[aria-hidden="false"] {
	max-height: 600px;
}

.block-faqs__answer-inner {
	padding-bottom: 1.25rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.9375rem;
	line-height: 1.7;
}

.block-faqs__answer-inner p {
	margin-bottom: 0.75rem;
}

.block-faqs__answer-inner p:last-child {
	margin-bottom: 0;
}

.block-split-tabs {
	padding: 80px 0;
	background-color: #0033a0;
}

.block-split-tabs--navy {
	background-color: #011644;
}

.block-split-tabs a:not(.btn):not([class*="dynes-btn"]) {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.block-split-tabs a:not(.btn):not([class*="dynes-btn"]):visited {
	color: rgba(255, 255, 255, 0.85);
}

.block-split-tabs a:not(.btn):not([class*="dynes-btn"]):hover {
	color: rgba(255, 255, 255, 0.75);
}

.block-split-tabs__heading {
	color: #fff;
	font-size: clamp(1.875rem, 3.5vw, 2.875rem);
	line-height: 1.12;
	margin-bottom: 1.75rem;
}

.block-split-tabs__nav {
	display: flex;
	flex-direction: column;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.block-split-tabs__tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
	text-align: left;
	color: rgba(255, 255, 255, 0.7);
	font-family: "special-gothic-semiexpanded", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	transition: color 0.2s ease;
}

.block-split-tabs__tab span {
	flex: 1;
}

.block-split-tabs__tab:hover {
	color: #fff;
}

.block-split-tabs__tab.is-active {
	color: #fff;
	font-weight: 700;
}

.block-split-tabs__arrow {
	flex-shrink: 0;
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.block-split-tabs__tab.is-active .block-split-tabs__arrow {
	opacity: 1;
	transform: translateX(0);
}

@media (max-width: 991px) {

	.block-split-tabs__arrow {
		opacity: 1;
		transform: rotate(0deg);
	}

	.block-split-tabs__tab.is-active .block-split-tabs__arrow {
		transform: rotate(90deg);
	}
}

.block-split-tabs__panels {
	position: relative;
}

.block-split-tabs__panel {
	display: none;
}

.block-split-tabs__panel.is-active {
	display: block;
}

@media (max-width: 991px) {

	.block-split-tabs__panel.is-active {
		padding: 1.25rem 0 1.5rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
}

.block-split-tabs__panel-heading {
	color: #fff;
	font-size: clamp(1.375rem, 2.5vw, 1.875rem);
	line-height: 1.2;
	margin-bottom: 1rem;
}

.block-split-tabs__panel-content {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

.block-split-tabs__panel-content p {
	margin-bottom: 0.75rem;
}

.block-split-tabs__panel-content p:last-child {
	margin-bottom: 0;
}

.block-split-tabs__checklist {
	list-style: none;
	padding: 0;
	margin: 0 0 1.75rem;
}

.block-split-tabs__checklist li {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	padding: 0.6875rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
}

.block-split-tabs__checklist li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.block-split-tabs__checklist li::before {
	content: "✓";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	border-radius: 50%;
	font-size: 0.7rem;
	font-weight: 700;
	flex-shrink: 0;
}

.block-split-tabs__cta {
	margin-top: 0.25rem;
	margin-bottom: 2rem;
}

.block-split-tabs__image {
	margin-top: 2rem;
	border-radius: 12px;
	overflow: hidden;
}

.block-split-tabs__image img {
	display: block;
	width: 100%;
	height: auto;
}

.block-booking-embed {
	padding: 80px 0;
	background-color: #fff;
}

.block-booking-embed__heading {
	color: #011644;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.1;
	text-align: center;
	margin-bottom: 2.5rem;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.block-booking-embed__frame-wrap {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}

.block-booking-embed__frame {
	display: block;
	width: 100%;
	min-height: 480px;
	border: 0;
}

.block-locations {
	padding: 80px 0;
	background-color: #fff;
}

.block-locations__heading {
	color: #0033a0;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
	margin-bottom: 1rem;
}

.block-locations__copy {
	color: #404040;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 3rem;
}

.block-locations__copy p {
	margin-bottom: 0.75rem;
}

.block-locations__copy p:last-child {
	margin-bottom: 0;
}

.block-locations__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}

@media (max-width: 575.98px) {

	.block-locations__card {
		align-items: center;
		text-align: center;
	}
}

.block-locations__icon {
	color: #c9e1e6;
	margin-bottom: 1.25rem;
	line-height: 1;
}

.block-locations__icon svg {
	display: block;
}

.block-locations__name {
	color: #4c88cc;
	font-size: clamp(1.375rem, 2vw, 1.625rem);
	line-height: 1.2;
	margin-bottom: 0.875rem;
}

.block-locations__desc {
	color: #404040;
	font-size: 0.9375rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
	flex: 1;
}

.block-locations__desc p {
	margin-bottom: 0.5rem;
}

.block-locations__desc p:last-child {
	margin-bottom: 0;
}

.block-articles-grid {
	padding: 80px 0;
}

.block-articles-grid__heading {
	color: #0033a0;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin-bottom: 2rem;
}

.block-articles-grid .block-articles__card {
	height: 100%;
}

.block-copy {
	padding: 60px 0;
}

.block-copy__content {
	color: #404040;
	font-size: 1.125rem;
	line-height: 1.75;
}

.block-copy__content h1,
.block-copy__content h2,
.block-copy__content h3,
.block-copy__content h4,
.block-copy__content h5,
.block-copy__content h6 {
	color: #011644;
	line-height: 1.2;
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
}

.block-copy__content h1:first-child,
.block-copy__content h2:first-child,
.block-copy__content h3:first-child,
.block-copy__content h4:first-child,
.block-copy__content h5:first-child,
.block-copy__content h6:first-child {
	margin-top: 0;
}

.block-copy__content h2 {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.block-copy__content h3 {
	font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.block-copy__content h4 {
	font-size: 1.125rem;
}

.block-copy__content p {
	margin-bottom: 1rem;
}

.block-copy__content p:last-child {
	margin-bottom: 0;
}

.block-copy__content a {
	color: #0033a0;
	text-decoration: underline;
}

.block-copy__content a:hover {
	color: #da291c;
}

.block-copy__content ul,
.block-copy__content ol {
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}

.block-copy__content ul li,
.block-copy__content ol li {
	margin-bottom: 0.375rem;
}

.block-copy__content strong {
	font-weight: 700;
}

.block-copy__content em {
	font-style: italic;
}

.block-copy__content blockquote {
	border-left: 4px solid #0033a0;
	margin: 1.5rem 0;
	padding: 0.75rem 1.25rem;
	color: #011644;
	font-style: italic;
}

.block-copy__content blockquote p:last-child {
	margin-bottom: 0;
}

.block-image {
	padding: 40px 0;
}

.block-image__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 40px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Reveal animations
--------------------------------------------- */
.reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.55s ease var(--reveal-delay, 0ms), transform 0.55s ease var(--reveal-delay, 0ms);
}

.reveal.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

.reveal--image {
	opacity: 0;
	transform: scale(0.96);
	transition: opacity 0.6s ease var(--reveal-delay, 0ms), transform 0.6s ease var(--reveal-delay, 0ms);
}

.reveal--image.is-revealed {
	opacity: 1;
	transform: scale(1);
}
