@charset "UTF-8";
/*!
Theme Name: minerva
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: minerva
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.

minerva 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

--------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}

body {
	font-family: "indivisible", Arial, Helvetica, sans-serif;
	color: #1D246A;
	font-size: 20px;
	line-height: 1.3;
}

h1,
.h1-style {
	font-size: 72px;
	font-weight: 900;
	color: #F10080;
	line-height: 1.1;
}

@media (max-width: 450px) {
	h1,
	.h1-style {
		word-wrap: break-word;
	}
}

h2,
.h2-style {
	font-size: 50px;
	font-weight: 800;
	color: #F10080;
	line-height: 1.1;
}

@media (max-width: 450px) {
	h2,
	.h2-style {
		word-wrap: break-word;
	}
}

h3,
.h3-style {
	font-size: 40px;
	font-weight: 800;
	color: #F10080;
	line-height: 1.1;
}

@media (max-width: 450px) {
	h3,
	.h3-style {
		word-wrap: break-word;
	}
}

h4,
.h4-style {
	font-size: 28px;
	font-weight: 700;
	color: inherit;
	line-height: 1.1;
}

@media (max-width: 450px) {
	h4,
	.h4-style {
		word-wrap: break-word;
	}
}

h5,
.h5-style {
	font-size: 16px;
	font-weight: 700;
	color: #F10080;
	line-height: 1.1;
}

@media (max-width: 450px) {
	h5,
	.h5-style {
		word-wrap: break-word;
	}
}

h6,
.h6-style {
	font-size: 13px;
	font-weight: 700;
	color: #F10080;
	line-height: 1.1;
}

@media (max-width: 450px) {
	h6,
	.h6-style {
		word-wrap: break-word;
	}
}

.payment-heading {
	color: #1D246A;
	margin: 72px 0 24px;
}

p {
	font-size: 20px;
}

b,
strong,
.strong {
	font-weight: 500;
}

.stronger {
	font-weight: 600;
}

.strongest {
	font-weight: 700;
}

.smaller {
	font-size: 16px;
}

img {
	max-width: 100%;
}

figure figcaption {
	font-size: 14px;
	color: #F10080;
	font-weight: 600;
}

.margin-top-48 {
	margin-top: 48px !important;
}

.margin-top-84 {
	margin-top: 84px !important;
}

.content-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.section {
	padding: 100px 0;
}

.section--beefy-padding {
	padding: 200px 0;
}

.section--slim-padding {
	padding: 50px 0;
}

.section--bg-secondary {
	background: #1D246A;
	color: #FFFFFF;
}

.section--bg-secondary h1,
.section--bg-secondary h2,
.section--bg-secondary h3,
.section--bg-secondary h4,
.section--bg-secondary h5,
.section--bg-secondary h6 {
	color: inherit;
}

.section--bg-dark {
	background: #1E2024;
	color: #FFFFFF;
}

.section--bg-dark h1,
.section--bg-dark h2,
.section--bg-dark h3,
.section--bg-dark h4,
.section--bg-dark h5,
.section--bg-dark h6,
.section--bg-dark .title-and-subtitle__title,
.section--bg-dark .title-and-subtitle__subtitle {
	color: inherit;
}

.section--bg-light-grey {
	background: #F0F0F0;
}

.section--bg-soft-transition {
	background: #F0F0F0;
	background: linear-gradient(45deg, rgba(241, 0, 128, 0.2) 0%, rgba(29, 36, 106, 0.1) 45%, rgba(29, 36, 106, 0.1) 55%, rgba(241, 0, 128, 0.2) 100%);
}

.section--hide-mobile {
	display: none;
}

@media (min-width: 767px) {
	.section--hide-mobile {
		display: block;
	}
}

.section--half-image {
	padding: 0;
	position: relative;
	min-height: 720px;
}

.section--half-image__content {
	padding: 48px 0 48px;
}

@media (min-width: 1100px) {
	.section--half-image__content {
		padding-right: calc(50% + 48px);
	}
}

.section--half-image__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (min-width: 1100px) {
	.section--half-image__image {
		position: absolute;
		width: 50%;
		top: 0;
		right: 0;
	}
}

.section--dp-logo-bg {
	position: relative;
}

.section--dp-logo-bg::after {
	position: absolute;
	top: 156px;
	content: '';
	background-image: none;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	left: 0;
	right: 0;
	margin: auto;
}

@media (min-width: 767px) {
	.section--dp-logo-bg::after {
		background-image: url("/wp-content/themes/minerva/img/logos/dp-white-1row.png");
	}
}

.section--dp-logo-bg .content-container {
	position: relative;
	z-index: 300;
}

.section--dp-logo-bg__cropped-section {
	text-align: center;
	max-width: 750px;
	margin: 0 auto 72px;
}

.section--dp-logo-bg__cropped-section .title-and-subtitle {
	margin: 0;
}

.section--dp-logo-bg--align-top::after {
	top: 0;
}

.section-home .half-n-half:not(:last-child) {
	margin-bottom: 24px;
}

@media (min-width: 767px) {
	.section-home .half-n-half:not(:last-child) {
		margin-bottom: 48px;
	}
}

.section-get-in-touch {
	margin-bottom: -60px;
}

.section-get-in-touch p {
	font-size: 18px;
}

@media (min-width: 1100px) {
	.section-get-in-touch p {
		padding-right: 50px;
	}
}

@media (min-width: 1100px) {
	.section-get-in-touch__container {
		max-width: 40%;
	}
}

.section-showcase {
	overflow-x: hidden;
	text-align: center;
}

.section-showcase b {
	display: block;
	max-width: 500px;
	margin: auto;
	font-size: 18px;
	margin-bottom: 18px;
}

.section-showcase--alt {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -24px;
}

.section-showcase--alt .testimonial:nth-child(3n + 3) {
	background: #F0F0F0;
}

.section-our-team {
	margin-top: -260px;
}

@media (min-width: 767px) {
	.section-news-inner .title-and-subtitle {
		margin-top: 48px;
		margin-bottom: 144px;
	}
}

.section-news-inner p {
	font-size: 18px;
}

@media (min-width: 767px) {
	.section-checkout-main {
		padding-bottom: 250px;
	}
}

.section-speaker-bureau-roster {
	margin-top: -168px;
}

@media (min-width: 767px) {
	.section-speaker-bureau-roster {
		margin-top: -368px;
	}
}

.menu-bar {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	padding: 12px 0;
	height: 95px;
	background: none;
	transition: 0.3s ease;
	color: #FFFFFF;
}

.menu-bar__logo {
	max-width: 100px;
	max-height: 100px;
	position: relative;
	z-index: 20000;
}

.menu-bar__button {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	font: inherit;
	color: inherit;
	line-height: 1;
	cursor: pointer;
	overflow: visible;
	line-height: normal;
	background: transparent;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	color: #F10080;
	background: #FFFFFF;
	border-radius: 100%;
	height: 56px;
	width: 56px;
	margin-top: 7px;
	margin-left: 20px;
	text-align: center;
	border: 1px solid #F10080;
	transition: 0.3s ease;
}

@media (min-width: 767px) {
	.menu-bar__button {
		display: none;
	}
}

.menu-bar__button__icon-bar {
	display: block;
	width: 22px;
	height: 3px;
	background-color: #F10080;
	margin: 4px auto;
	transition: 0.3s ease;
	position: relative;
}

.menu-bar--scrolled, .menu-bar--opened, .menu-bar--on-white-bg {
	background: #FFFFFF;
	color: #1D246A;
}

.menu-bar--opened .menu-bar__button {
	color: #FFFFFF;
	background: #F10080;
}

.menu-bar--opened .menu-bar__button__icon-bar {
	background-color: #FFFFFF;
}

.menu-bar--opened .menu-bar__button__icon-bar:nth-child(1) {
	transform: rotate(45deg);
	width: 35px;
	top: 6px;
}

.menu-bar--opened .menu-bar__button__icon-bar:nth-child(2) {
	transform: scaleY(0);
}

.menu-bar--opened .menu-bar__button__icon-bar:nth-child(3) {
	transform: scaleY(0);
	transform: rotate(-45deg);
	width: 35px;
	top: -7px;
}

.menu-bar a {
	color: inherit;
	text-decoration: none;
}

.menu-bar__link-group {
	width: 100%;
	font-size: 14px;
}

@media (min-width: 767px) {
	.menu-bar__link-group {
		flex-direction: row-reverse;
		text-align: right;
	}
}

.menu-bar__link-group__separator {
	display: none;
}

@media (min-width: 767px) {
	.menu-bar__link-group__separator {
		display: initial;
	}
}

.menu-bar__link-group--top-group {
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-weight: 500;
	font-size: 16px;
}

@media (min-width: 767px) {
	.menu-bar__link-group--top-group {
		flex-direction: row;
		justify-content: end;
		font-weight: 400;
		align-items: center;
		font-size: 14px;
	}
}

.menu-bar__link-group--page-group {
	font-weight: 700;
}

.toggleable-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	transition: height 0.5s ease;
	overflow: auto;
	text-align: center;
}

@media (max-width: 767px) {
	.toggleable-menu {
		left: 0;
		height: 0;
		top: 100%;
		position: absolute;
		font-size: 28px;
		padding: 16px 16px 100px 16px;
		align-items: start;
		display: flex;
		flex-direction: column-reverse;
		justify-content: start;
		gap: 18px;
		background-color: #FFFFFF;
		opacity: 0;
		transition: 0.3s ease;
		overflow: auto;
	}
	.toggleable-menu.opened {
		opacity: 1;
		height: calc(100vh - 95px);
	}
	.toggleable-menu .toggleable-menu__menu {
		padding: 30px 24px;
		display: block;
	}
	.toggleable-menu .toggleable-menu__menu .arrow-link-round {
		background: none;
		color: inherit !important;
	}
	.toggleable-menu .toggleable-menu__menu .arrow-link-round::after {
		display: none;
	}
	.toggleable-menu .toggleable-menu__menu .menu-item {
		margin-bottom: 40px;
		font-size: 32px;
		display: block;
	}
	.toggleable-menu .toggleable-menu__menu .menu-item-has-children .sub-menu {
		margin: 18px 0 24px;
		font-size: 24px;
		position: initial;
		color: #F10080;
	}
	.toggleable-menu .toggleable-menu__menu .menu-item-has-children .sub-menu a {
		text-transform: none;
	}
	.toggleable-menu .toggleable-menu__menu .menu-item-has-children .sub-menu .menu-item {
		font-size: inherit;
		margin: 0 0 12px 0;
	}
}

@media (min-width: 767px) {
	.toggleable-menu {
		flex-direction: column;
		align-items: end;
		justify-content: start;
		gap: 24px;
	}
}

.toggleable-menu button {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	font: inherit;
	color: inherit;
	line-height: 1;
	cursor: pointer;
	overflow: visible;
	line-height: normal;
	background: transparent;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
}

.toggleable-menu__menu {
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 24px;
	justify-content: center;
}

@media (min-width: 450px) {
	.toggleable-menu__menu {
		justify-content: right;
		align-items: center;
	}
}

.toggleable-menu__menu a {
	text-decoration: none;
	display: inline;
	vertical-align: middle;
	font-weight: 700;
}

.toggleable-menu__menu .menu-item {
	display: inline-block;
	line-height: 1;
}

.toggleable-menu__menu .menu-item-has-children > a::after {
	content: '+';
	color: #F10080;
	transition: transform 0.15s ease;
	display: inline-block;
	margin-left: 8px;
}

.toggleable-menu__menu .menu-item-has-children .sub-menu {
	display: none;
	list-style: none;
	padding: 16px;
	margin: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	right: 0;
	font-size: 22px;
}

@media (min-width: 767px) {
	.toggleable-menu__menu .menu-item-has-children .sub-menu {
		display: flex;
		padding-top: 22px;
		justify-content: end;
		gap: 30px;
		visibility: hidden;
		opacity: 0;
		background-color: #FFFFFF;
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
		transform: scaleY(0);
		transform-origin: 0% 0%;
	}
}

@media (min-width: 1100px) {
	.toggleable-menu__menu .menu-item-has-children .sub-menu {
		padding-right: 10%;
	}
}

.toggleable-menu__menu .menu-item-has-children .sub-menu .menu-item {
	margin: 0 12px;
}

@media (min-width: 767px) {
	.toggleable-menu__menu .menu-item-has-children .sub-menu .menu-item {
		max-width: 350px;
		text-align: left;
	}
}

@media (min-width: 767px) {
	.toggleable-menu__menu .menu-item-has-children .sub-menu .menu-item__sub-header {
		color: #F10080;
	}
}

.toggleable-menu__menu .menu-item-has-children .sub-menu .menu-item__sub-text {
	display: none;
	font-size: 13px;
	margin-top: 8px;
	font-weight: 500;
	line-height: 1.3;
}

@media (min-width: 767px) {
	.toggleable-menu__menu .menu-item-has-children .sub-menu .menu-item__sub-text {
		display: block;
	}
	.toggleable-menu__menu .menu-item-has-children .sub-menu .menu-item__sub-text::after {
		content: 'View ❯';
		color: #F10080;
		display: inline-block;
		margin-left: 8px;
	}
}

.toggleable-menu__menu .menu-item-has-children--opened > a::after {
	transform: rotate(45deg);
}

.toggleable-menu__menu .menu-item-has-children--opened .sub-menu {
	display: block;
}

@media (min-width: 767px) {
	.toggleable-menu__menu .menu-item-has-children--opened .sub-menu {
		display: flex;
		visibility: initial;
		opacity: 1;
		transform: scaleY(1);
		transition-delay: 0s;
	}
}

.menu-content {
	display: flex;
	justify-content: space-between;
}

.share-function {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 50px;
}

@media (min-width: 767px) {
	.share-function {
		flex-direction: row;
		margin-top: 0;
	}
}

.share-function__header {
	color: #F10080;
	font-weight: 700;
}

@media (min-width: 767px) {
	.share-function__header {
		display: none;
	}
}

.share-function__button {
	display: none;
}

.share-function__button svg {
	min-width: 18px;
	min-height: 18px;
}

@media (min-width: 767px) {
	.share-function__button {
		display: inline-block;
	}
}

.share-function__links {
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	gap: 12px;
	justify-content: center;
}

@media (min-width: 767px) {
	.share-function__links {
		opacity: 0;
		transition: margin 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
		transform-origin: 100% 100%;
		transform: scaleX(0);
		margin-right: 0;
		margin-left: -180px;
	}
}

.share-function__links img {
	filter: brightness(0) saturate(100%) invert(15%) sepia(90%) saturate(5603%) hue-rotate(319deg) brightness(92%) contrast(107%);
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 767px) {
	.share-function--opened .share-function__links {
		transform: scaleX(1);
		margin-left: 0;
		opacity: 1;
	}
}

/* example usage:
<a href="/" class="arrow-link-round">Get In Touch</a>
<button class="arrow-link-round arrow-link-round--white-bg">Submit</button>
*/
.arrow-link-round {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	font: inherit;
	color: inherit;
	line-height: 1;
	cursor: pointer;
	overflow: visible;
	line-height: normal;
	background: transparent;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	color: #FFFFFF !important;
	background: #F10080;
	padding: 8px 12px;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	align-self: center;
}

.arrow-link-round::after,
.arrow-link-round svg {
	display: inline-block;
	background: #FFFFFF;
	color: #1E2024;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	margin-left: 8px;
	text-align: center;
	line-height: 20px;
	padding: 0 7px;
	font-size: 16px;
	font-weight: 100;
}

.arrow-link-round::after {
	content: '❯';
}

.arrow-link-round svg {
	height: 12px;
	width: 12px;
	padding: 4px;
}

.arrow-link-round--white-bg {
	color: #F10080 !important;
	background: #FFFFFF;
}

.arrow-link-round--white-bg::after,
.arrow-link-round--white-bg svg {
	color: #FFFFFF;
	background: #F10080;
}

.arrow-link-round--secondary-color {
	color: #1D246A !important;
}

.arrow-link-round--secondary-arrow-color::after,
.arrow-link-round--secondary-arrow-color svg {
	background: #1D246A;
}

.arrow-link-round--bordered {
	border: 1px solid;
}

.arrow-link-round--down-arrow::after,
.arrow-link-round--down-arrow svg {
	transform: rotate(90deg);
}

.arrow-link-round--uses-icon {
	display: flex;
	align-items: center;
}

.arrow-link-round--uses-icon::after {
	content: none;
}

/* example usage:
<a href="/" class="arrow-link-round">Get In Touch</a>
<button class="arrow-link-round arrow-link-round--white-bg">Submit</button>
*/
.arrow-link-simple {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	font: inherit;
	color: inherit;
	line-height: 1;
	cursor: pointer;
	overflow: visible;
	line-height: normal;
	background: transparent;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	display: inline-block;
	text-decoration: none;
}

.arrow-link-simple::after {
	content: '❯';
	display: inline-block;
	color: #F10080;
	margin-left: 8px;
}

/* example usage:
<a href="/" class="arrow-link-underlined">Get In Touch</a>
*/
.arrow-link-underlined {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	font: inherit;
	color: inherit;
	line-height: 1;
	cursor: pointer;
	overflow: visible;
	line-height: normal;
	background: transparent;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	padding: 3px 5px 3px 0;
	border-bottom: 2px solid #F10080;
	color: #1D246A;
	text-decoration: none;
	position: relative;
}

.arrow-link-underlined:hover, .arrow-link-underlined:visited {
	color: #1D246A;
}

.arrow-link-underlined:after {
	content: '›';
	color: #FFFFFF;
	background: #F10080;
	font-size: 24px;
	line-height: 16px;
	display: inline-block;
	position: absolute;
	top: 3px;
	right: -24px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 100%;
}

.arrow-link-underlined--down-arrow::after {
	transform: rotate(90deg);
}

.arrow-link-underlined--left-arrow::after {
	transform: rotate(180deg);
}

.arrow-link-underlined--no-circle::after {
	background: none;
	color: #F10080;
	font-size: 36px;
}

.newsletter-modal {
	color: #1D246A;
	background: none;
	border: none;
	padding: 0;
	width: 100%;
	max-width: 800px;
	overflow: visible;
	text-align: center;
	animation: show-dialog 0.5s ease normal;
}

.newsletter-modal::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: calc(100% - 30px);
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #F10080;
	transform: rotate(-7deg);
}

.newsletter-modal::backdrop {
	background: rgba(255, 255, 255, 0.6);
	animation: show-backdrop 0.5s ease normal;
}

.newsletter-modal__overlay {
	background: #fff;
	width: auto;
	height: 100%;
	margin: 0 15px;
}

.newsletter-modal__container {
	padding: 48px 24px;
	margin: 0 auto;
	max-width: 600px;
}

.newsletter-modal__close {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	font: inherit;
	color: inherit;
	line-height: 1;
	cursor: pointer;
	overflow: visible;
	line-height: normal;
	background: transparent;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	color: #F10080;
	width: 30px;
	height: 30px;
	font-size: 25px;
	display: block;
	margin: auto;
}

.newsletter-modal h4 {
	margin: 10px auto;
}

.newsletter-modal h3 {
	margin: 10px auto 36px;
}

.newsletter-modal__text {
	display: block;
	max-width: 400px;
	margin: 0 auto 48px;
}

.newsletter-modal input[type='text'], .newsletter-modal input[type='email'] {
	display: block;
	border: none;
	color: #1D246A;
	font-weight: 700;
	border-bottom: 3px solid #F10080;
	margin: 0 auto 24px;
	width: 100%;
}

.newsletter-modal input[type='text']::placeholder, .newsletter-modal input[type='email']::placeholder {
	color: #1D246A;
}

.newsletter-modal__bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
}

@media (min-width: 767px) {
	.newsletter-modal__bottom {
		flex-direction: row;
	}
}

.newsletter-modal__bottom label {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #F10080;
	font-weight: 700;
}

@keyframes show-dialog {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0%);
	}
}

@keyframes show-backdrop {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.footer {
	background: #FFFFFF;
	padding: 60px 0;
	margin: 60px 0;
}

.footer a {
	text-decoration: none;
	vertical-align: middle;
	color: inherit;
}

.footer a:hover {
	text-decoration: underline;
}

.footer__flex-1 {
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin-bottom: 48px;
}

@media (min-width: 767px) {
	.footer__flex-1 {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 72px;
	}
}

.footer__newsletter {
	background: #F10080;
	color: #FFFFFF;
	padding: 24px;
	margin-top: -140px;
	overflow: hidden;
}

@media (min-width: 767px) {
	.footer__newsletter {
		width: 60%;
		padding: 36px 48px;
	}
}

.footer__newsletter__subheader {
	color: inherit;
	margin: 0;
}

.footer__newsletter__header {
	text-align: left;
	margin: 0 0 18px 0;
}

.footer__newsletter__text-inputs {
	margin: 0 0 32px;
	padding: 8px 0;
	border-bottom: 2px solid #FFFFFF;
	display: flex;
	gap: 12px;
}

.footer__newsletter__text-inputs input {
	flex: 1;
	margin: 0;
	background: none;
	border: none;
	color: #FFFFFF;
}

.footer__newsletter__text-inputs input::placeholder {
	color: inherit;
}

.footer__newsletter__checkbox-label {
	font-size: 14px;
	cursor: pointer;
}

.footer__newsletter__checkbox-label input {
	cursor: pointer;
	border-radius: 100%;
	margin-right: 4px;
}

.footer__dp-logo {
	display: none;
	max-width: 100px;
	max-height: 100px;
}

@media (min-width: 767px) {
	.footer__dp-logo {
		display: block;
	}
}

.footer__flex-2 {
	display: flex;
	flex-direction: column;
	gap: 36px;
	margin-bottom: 48px;
}

@media (min-width: 767px) {
	.footer__flex-2 {
		flex-direction: row;
		gap: 0;
		margin-bottom: 96px;
	}
}

.footer__info-block {
	font-size: 18px;
	font-weight: 500;
	color: #1D246A;
}

@media (min-width: 767px) {
	.footer__info-block {
		width: 30%;
		padding-right: 24px;
		word-wrap: break-word;
	}
	.footer__info-block:nth-child(1) {
		flex: 1;
	}
}

.footer__info-block h5 {
	margin: 0 0 8px;
}

.footer__info-block a {
	color: inherit;
}

.footer__socials__links {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

@media (min-width: 767px) {
	.footer__socials__links {
		justify-content: start;
	}
}

.footer__socials__links a img {
	width: 40px;
	height: 40px;
	filter: brightness(0) saturate(100%) invert(15%) sepia(90%) saturate(5603%) hue-rotate(319deg) brightness(92%) contrast(107%);
}

.footer__site-meta {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
}

@media (min-width: 767px) {
	.footer__site-meta {
		font-size: 12px;
		flex-direction: row;
	}
}

.news-item {
	font-weight: 600;
	font-size: 16px;
}

.news-item img {
	margin-bottom: 8px;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 767px) {
	.news-item__meta {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.news-item__category {
	display: block;
	color: #F10080;
	margin-bottom: 4px;
}

.news-item__title {
	display: block;
	font-size: 18px;
	margin-bottom: 18px;
	font-weight: 700;
}

.news-item__published {
	display: block;
	text-transform: uppercase;
	margin: 12px 0 6px;
}

.news-item__subtext {
	display: block;
	margin-bottom: 18px;
}

.news-preview {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (min-width: 767px) {
	.news-preview {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 40px;
		grid-row-gap: 0;
	}
}

.news-preview .arrow-link-round {
	display: none;
}

.news-preview .news-item {
	margin-bottom: 32px;
}

@media (min-width: 767px) {
	.news-preview .news-item:nth-child(1) {
		grid-area: 1 / 1 / 4 / 4;
		position: relative;
		display: flex;
	}
	.news-preview .news-item:nth-child(1) img {
		margin: 0;
	}
	.news-preview .news-item:nth-child(1) .arrow-link-underlined {
		display: none;
	}
	.news-preview .news-item:nth-child(1) .arrow-link-round {
		display: inline-block;
		margin-right: auto;
	}
	.news-preview .news-item:nth-child(1) .news-item__meta {
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		color: #FFFFFF;
		background-color: rgba(29, 36, 106, 0.5);
		padding: 48px;
		justify-content: end;
	}
	.news-preview .news-item:nth-child(1) .news-item__category {
		font-size: 20px;
	}
	.news-preview .news-item:nth-child(1) .news-item__title {
		font-size: 32px;
	}
	.news-preview .news-item:nth-child(2) {
		grid-area: 1 / 4 / 2 / 6;
	}
	.news-preview .news-item:nth-child(3) {
		grid-area: 2 / 4 / 3 / 6;
	}
	.news-preview .news-item:nth-child(4) {
		grid-area: 3 / 4 / 4 / 6;
	}
	.news-preview .news-item:not(:first-child) {
		display: flex;
		gap: 16px;
	}
	.news-preview .news-item:not(:first-child) img {
		max-width: 150px;
		height: 100%;
		object-fit: cover;
	}
	.news-preview .news-item:not(:first-child) .arrow-link-underlined {
		margin: auto 0 8px;
	}
}

.slick-slider .slick-list {
	width: 100%;
	margin: auto;
}

.slick-slider .slick-list .slick-slide {
	object-fit: cover;
}

.slick-slider .slick-arrow {
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	font-size: 50px;
	line-height: 0;
	cursor: pointer;
	background: #FFFFFF;
	color: #F10080;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: 1px solid #F10080;
	border-radius: 100%;
	outline: none;
	font-weight: 400;
	z-index: 999;
	transition: background-color 0.15s ease;
}

@media (min-width: 767px) {
	.slick-slider .slick-arrow {
		height: 70px;
		width: 70px;
		font-size: 70px;
	}
}

.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus {
	outline: none;
	background: #FFFFFF;
}

.slick-slider .slick-arrow.slick-prev {
	left: 12px;
}

.slick-slider .slick-arrow.slick-prev:before {
	content: ‹;
}

[dir='rtl'] .slick-slider .slick-arrow.slick-prev:before {
	content: ›;
}

.slick-slider .slick-arrow.slick-next {
	right: 12px;
}

.slick-slider .slick-arrow.slick-next:before {
	content: ›;
}

[dir='rtl'] .slick-slider .slick-arrow.slick-next:before {
	content: ‹;
}

.slick-slider .slick-arrow.slick-disabled:before {
	opacity: 0.25;
}

.slick-slider .slick-arrow span {
	display: block;
	margin-top: -4px;
}

@media (min-width: 767px) {
	.slick-slider .slick-arrow span {
		margin-top: -5px;
	}
}

.slick-slider.slick-slider--outer-arrow .slick-list {
	width: calc(100% - 50px);
}

@media (min-width: 1300px) {
	.slick-slider.slick-slider--outer-arrow .slick-list {
		width: 100%;
	}
}

.slick-slider.slick-slider--outer-arrow .slick-arrow.slick-prev {
	left: 0;
}

@media (min-width: 1300px) {
	.slick-slider.slick-slider--outer-arrow .slick-arrow.slick-prev {
		left: -55px;
	}
	[dir='rtl'] .slick-slider.slick-slider--outer-arrow .slick-arrow.slick-prev {
		left: auto;
		right: -55px;
	}
}

.slick-slider.slick-slider--outer-arrow .slick-arrow.slick-next {
	right: 0;
}

@media (min-width: 1300px) {
	.slick-slider.slick-slider--outer-arrow .slick-arrow.slick-next {
		right: -55px;
	}
	[dir='rtl'] .slick-slider.slick-slider--outer-arrow .slick-arrow.slick-next {
		left: -55px;
		right: auto;
	}
}

.slick-slider.slick-dotted .slick-dots {
	position: absolute;
	bottom: 24px;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	line-height: 0;
	display: block !important;
}

.slick-slider.slick-dotted .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 12px;
	padding: 0;
	cursor: pointer;
	height: 15px;
	width: 15px;
}

.slick-slider.slick-dotted .slick-dots li button {
	border: none;
	border-radius: 100%;
	background: #F0F0F0;
	display: block;
	height: 100%;
	width: 100%;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	cursor: pointer;
	transition: background-color 0.15s ease;
	box-shadow: 0 0 3px rgba(30, 32, 36, 0.9);
}

.slick-slider.slick-dotted .slick-dots li button:hover, .slick-slider.slick-dotted .slick-dots li button:focus {
	outline: none;
	background: #FFFFFF;
}

.slick-slider.slick-dotted .slick-dots li.slick-active button {
	background: #F10080;
}

.slick-slider.slick-dotted--alt {
	margin-bottom: 72px;
}

@media (min-width: 767px) {
	.slick-slider.slick-dotted--alt {
		margin-bottom: 48px;
	}
}

@media (max-width: 767px) {
	.slick-slider.slick-dotted--alt .slick-arrow {
		top: calc(100% + 12px);
		transform: none;
		background: none;
	}
}

.slick-slider.slick-dotted--alt .slick-dots {
	bottom: -42px;
}

@media (min-width: 767px) {
	.slick-slider.slick-dotted--alt .slick-dots {
		display: none !important;
	}
}

.slick-slider.slick-dotted--alt .slick-dots li button {
	border: 1px solid #F10080;
	background: transparent;
	box-shadow: none;
}

.slick-slider.slick-dotted--alt .slick-dots li button:hover, .slick-slider.slick-dotted--alt .slick-dots li button:focus {
	background: rgba(241, 0, 128, 0.5);
}

@media (min-width: 767px) {
	.minerva-slick-slider-home-photos .slick-list .slick-track {
		height: 600px;
	}
}

.minerva-slick-slider-testimonials {
	margin-bottom: 72px;
}

.minerva-slick-slider-testimonials .slick-list {
	overflow: visible;
}

.minerva-slick-slider-testimonials .slick-list .slick-track .slick-slide {
	margin: 0 6px;
}

@media (min-width: 767px) {
	.minerva-slick-slider-testimonials .slick-list .slick-track .slick-slide {
		margin: 0 24px;
	}
}

.minerva-slick-slider-showcase {
	margin: 100px 0;
}

.minerva-slick-slider-showcase .slick-list {
	overflow: visible;
}

.minerva-slick-slider-showcase .slick-list .slick-track .slick-slide {
	position: relative;
	background-size: cover;
	background-position: center;
	background-color: #1D246A;
	color: #FFFFFF;
}

.minerva-slick-slider-showcase .slick-list .slick-track .slick-slide:nth-child(odd) {
	transform: rotate(15deg);
}

.minerva-slick-slider-showcase .slick-list .slick-track .slick-slide:nth-child(even) {
	transform: rotate(-15deg);
}

.minerva-slick-slider-showcase .slick-list .slick-track .slick-slide:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.minerva-slick-slider-showcase .slick-list .slick-track .slick-slide span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 24px;
	font-size: 32px;
	font-weight: 700;
}

.minerva-slick-slider-team-members .slick-list .slick-track .slick-slide {
	margin: 0 12px;
}

.minerva-slick-slider-news-header {
	position: static;
}

@media (max-width: 767px) {
	.minerva-slick-slider-news-header {
		background: #FFFFFF;
		color: #1D246A;
		padding: 36px 12px;
	}
}

@media (min-width: 767px) {
	.minerva-slick-slider-news-header {
		padding-right: 24px;
	}
}

.minerva-slick-slider-news-header .slick-arrow {
	display: none !important;
}

@media (min-width: 767px) {
	.minerva-slick-slider-news-header .slick-arrow {
		display: block !important;
		top: 35%;
	}
}

.minerva-slick-slider-news-header__item h3 {
	color: #1D246A;
	margin: 12px 0 24px;
}

@media (max-width: 767px) {
	.minerva-slick-slider-news-header__item h3 {
		font-size: 36px;
	}
}

.minerva-slick-slider-news-header__item p {
	font-size: 16px;
}

.minerva-slick-slider-news-related .slick-list .slick-track .slick-slide {
	margin: 0 24px;
}

.minerva-slick-slider-news-related .slick-list .slick-track .slick-slide .title-and-subtitle__subtitle {
	margin-top: 12px;
	margin-bottom: 0;
}

.minerva-slick-slider-news-related .slick-list .slick-track .slick-slide .arrow-link-underlined {
	display: inline-block;
}

/* example usage:
<div class="title-and-subtitle">
    <span class="title-and-subtitle__subtitle">Goings on</span>
    <h3 class="title-and-subtitle__title">Latest news & events</h3>
</div>
*/
.title-and-subtitle {
	margin: 0 auto 48px;
	text-align: center;
}

.title-and-subtitle__subtitle {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #1D246A;
	max-width: 800px;
	margin: 0 auto 8px;
}

.title-and-subtitle__title {
	color: #F10080;
	max-width: 850px;
	margin: 0 auto;
}

.title-and-subtitle__title + .title-and-subtitle__subtitle {
	margin-top: 8px;
	margin-bottom: 0;
}

.title-and-subtitle__subtext {
	max-width: 550px;
	margin: 12px auto 0;
	font-size: 16px;
	font-weight: 700;
}

@media (min-width: 767px) {
	.title-and-subtitle__subtext {
		font-size: 18px;
	}
}

.title-and-subtitle--left {
	text-align: left;
	margin-left: 0;
}

.title-and-subtitle--left .title-and-subtitle__subtitle, .title-and-subtitle--left .title-and-subtitle__title {
	margin-left: 0;
}

@media (min-width: 767px) {
	.title-and-subtitle--right {
		text-align: right;
		margin-right: 0;
	}
	.title-and-subtitle--right .title-and-subtitle__subtitle, .title-and-subtitle--right .title-and-subtitle__title {
		margin-right: 0;
	}
}

.title-and-subtitle--white .title-and-subtitle__subtitle, .title-and-subtitle--white .title-and-subtitle__title {
	color: #FFFFFF;
}

.title-and-subtitle--inherit .title-and-subtitle__subtitle, .title-and-subtitle--inherit .title-and-subtitle__title {
	color: inherit;
}

.title-and-subtitle--clipped-width {
	max-width: 650px;
}

/* example usage:
<div class="testimonial">
    <a href="/"><img class="testimonial__logo" /></a>
    <blockquote class="quote testimonial__quote-text">[...]</blockquote>
    <div class="testimonial__quote-author">Author</div>
</div>
*/
.testimonial {
	background: #F10080;
	color: #FFFFFF;
	padding: 48px 24px;
}

@media (min-width: 767px) {
	.testimonial {
		padding: 48px 64px;
	}
}

.testimonial:nth-child(3n + 2) {
	background: #1D246A;
}

.testimonial:nth-child(3n + 3) {
	background: #FFFFFF;
	color: #1D246A;
}

.testimonial__logo {
	text-align: center;
	width: 175px;
	max-width: 100%;
	max-height: 100px;
	margin: 0 auto 60px;
}

.testimonial__quote-text {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	margin: 24px auto;
}

.testimonial__quote-author {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.testimonial--on-white-bg:nth-child(3n + 3) {
	background: #F0F0F0;
}

.landing {
	text-align: center;
	min-height: 100vh;
	background-color: #1D246A;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	padding: calc(115px + 3vh) 0 24px;
}

@media (min-width: 767px) {
	.landing {
		padding-top: calc(115px + 5vh);
	}
}

@media (min-width: 1100px) {
	.landing {
		padding-top: calc(115px + 10vh);
	}
}

.landing h1 {
	line-height: 1;
}

.landing__text {
	max-width: 700px;
	margin: 0 auto 24px;
}

.landing__content {
	position: relative;
	z-index: 100;
}

.landing__icon {
	color: #F10080;
	margin-right: 4px;
}

.landing--homepage {
	text-align: left;
}

@media (min-width: 1100px) {
	.landing--homepage {
		background-position: top;
	}
}

.landing--homepage h1 {
	font-size: 40px;
}

@media (min-width: 767px) {
	.landing--homepage h1 {
		font-size: 72px;
	}
}

.landing--homepage .landing__text {
	max-width: 550px;
	margin-left: 0;
}

.landing--homepage::after {
	content: '';
	height: 100%;
	width: 100%;
	background: #1D246A;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}

.landing--overlayed-logo {
	min-height: 50vh;
	padding-bottom: 80px;
}

.landing--white {
	background: #FFFFFF;
	color: #1D246A;
}

.landing--reduced-height {
	min-height: 90vh;
}

@media (min-width: 767px) {
	.landing--reduced-height {
		min-height: 64vh;
	}
}

.landing--half-height {
	min-height: 52vh;
}

.landing--news {
	text-align: left;
	background-image: url("/wp-content/themes/minerva/img/placeholder-content/news-main.jpeg");
}

@media (max-width: 767px) {
	.landing--news .title-and-subtitle__subtitle, .landing--news .title-and-subtitle__title {
		text-align: center;
		color: #FFFFFF;
	}
}

@media (min-width: 767px) {
	.landing--news {
		color: #1D246A;
		background-image: linear-gradient(to left, transparent 50%, #FFFFFF 50%), url("/wp-content/themes/minerva/img/placeholder-content/news-main.jpeg");
		transition: background-image 0.3s ease;
	}
	.landing--news .title-and-subtitle {
		margin-bottom: 144px;
	}
}

@media (min-width: 767px) {
	.landing--news .half-n-half__child img {
		height: 100%;
		object-fit: cover;
	}
}

.landing--speaker-bureau {
	height: 125vh;
	position: relative;
	padding-bottom: 84px;
}

@media (max-width: 767px) {
	.landing--speaker-bureau {
		height: 135vh;
		padding-top: calc(115px + 15vh);
		position: relative;
	}
	.landing--speaker-bureau::after {
		position: absolute;
		content: '';
		background-color: #1D246A;
		opacity: 0.6;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}
}

@media (min-width: 767px) {
	.landing--speaker-bureau {
		background-position: right;
	}
}

.landing--speaker-bureau .landing__content {
	height: 100%;
	text-align: left;
	display: flex;
	flex-direction: column;
}

@media (min-width: 767px) {
	.landing--speaker-bureau .landing__content {
		padding-left: 35%;
	}
}

.landing--speaker-bureau .landing__content__bottom-section {
	margin-top: auto;
}

.landing--speaker-bureau .landing__content__bottom-section .landing__text {
	margin-right: 5vw;
	margin-bottom: 12px;
	font-size: 16px;
}

@media (min-width: 767px) {
	.landing--speaker-bureau .landing__content__bottom-section .landing__text {
		margin-right: 180px;
	}
}

.landing--speaker-bureau .landing__text--highlight {
	font-weight: 700;
	line-height: 1.1;
	margin-top: 72px;
	font-size: 26px;
}

@media (min-width: 767px) {
	.landing--speaker-bureau .landing__text--highlight {
		margin-top: 0;
		font-size: 34px;
	}
}

.landing--speaker-bureau .title-and-subtitle__title {
	font-size: calc(max(11vw, 24px));
}

@media (min-width: 767px) {
	.landing--speaker-bureau .title-and-subtitle__title {
		font-size: 56px;
	}
}

.landing--getintouch {
	position: relative;
	background-image: url("/wp-content/themes/minerva/img/placeholder-content/news-4.jpg");
}

@media (max-width: 767px) {
	.landing--getintouch {
		min-height: 128vh;
	}
}

.landing--getintouch__container {
	background-color: #1D246A;
	position: absolute;
	height: 65%;
	width: 100%;
	bottom: 0;
	padding: 48px 0 36px;
}

@media (min-width: 767px) {
	.landing--getintouch__container {
		height: 100%;
		width: 75%;
		padding-top: 170px;
		top: 0;
		right: 0;
	}
}

/* example usage:
<div class="dp-logo-block">
    <div class="dp-logo-block__text">
        Content...
    </div>
</div>
*/
.dp-logo-block {
	display: flex;
	background-image: url("/wp-content/themes/minerva/img/logos/dp-white-2row.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 360px;
	margin-bottom: 100px;
}

@media (min-width: 767px) {
	.dp-logo-block {
		background-image: url("/wp-content/themes/minerva/img/logos/dp-white-1row.png");
		min-height: 240px;
	}
}

.dp-logo-block__text {
	max-width: 700px;
	margin: auto;
	text-align: center;
	font-weight: 700;
}

.dp-logo-block__text--headline {
	color: #F10080;
	font-size: 50px;
	font-weight: 900;
}

.dp-logo-block--overlayed {
	margin-top: -70px;
	padding-top: 70px;
}

.dp-logo-block--underlayed {
	margin-bottom: -48px;
	z-index: 0;
}

/* example usage:
<div class="half-n-half">
    <img class="half-n-half__child" src="..." >
    <div class="half-n-half__child">...</div>
</div>
*/
.half-n-half {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.half-n-half__child {
	width: 100%;
}

@media (min-width: 767px) {
	.half-n-half__child--sticky {
		position: sticky;
		top: 130px;
		align-self: start !important;
	}
}

@media (min-width: 767px) {
	.half-n-half {
		flex-direction: row;
		gap: 0;
	}
	.half-n-half__child {
		align-self: center;
	}
	.half-n-half__child:nth-child(1) {
		width: 50%;
	}
	.half-n-half__child:nth-child(2) {
		width: calc(50% - 96px);
		margin-left: 96px;
	}
}

@media (min-width: 767px) {
	.half-n-half--right-primary .half-n-half__child:nth-child(1) {
		width: calc(50% - 96px);
		margin-right: 96px;
	}
	.half-n-half--right-primary .half-n-half__child:nth-child(2) {
		width: 50%;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.half-n-half--reverse-mobile-order .half-n-half__child:nth-child(1) {
		order: 2;
	}
	.half-n-half--reverse-mobile-order .half-n-half__child:nth-child(2) {
		order: 1;
	}
}

@media (min-width: 767px) {
	.half-n-half--align-top .half-n-half__child {
		align-self: start;
	}
}

.half-n-half--colour-bg {
	background-color: #F10080;
	color: #FFFFFF;
	gap: 0;
}

.half-n-half--colour-bg img {
	display: block;
	height: 400px;
	object-fit: cover;
}

@media (min-width: 767px) {
	.half-n-half--colour-bg img {
		height: 520px;
	}
}

.half-n-half--colour-bg .half-n-half__child--normal-padding {
	padding: 48px;
}

@media (min-width: 767px) {
	.half-n-half--colour-bg .half-n-half__child--normal-padding {
		margin: auto;
		padding: 48px 12px;
	}
}

.half-n-half--colour-bg .half-n-half__child--normal-padding p:first-of-type {
	margin-top: 0;
}

.half-n-half + .half-n-half {
	margin-top: 48px;
}

@media (min-width: 767px) {
	.half-n-half + .half-n-half {
		margin-top: 96px;
	}
}

.main-content .title-and-subtitle {
	max-width: 450px;
	margin-bottom: 28px;
}

.main-content__primary {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 28px;
}

@media (min-width: 1100px) {
	.main-content__primary {
		max-width: 450px;
	}
}

.main-content__secondary {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 18px;
}

@media (min-width: 1100px) {
	.main-content__secondary {
		max-width: 350px;
	}
}

.quote {
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.quote h5 {
	font-size: 20px;
	margin: 0 auto 12px;
}

.quote::before {
	content: '“';
	line-height: 36px;
}

.quote::after {
	content: '”';
	text-align: right;
	margin-bottom: -36px;
}

.quote::before, .quote::after {
	display: block;
	font-family: sans-serif;
	font-size: 84px;
	font-weight: 900;
}

.quote--faded::before, .quote--faded::after {
	opacity: 0.5;
}

/* example usage:
<div class="overlayed-images">
    <img class="overlayed-images__main-img" src="...">
    <img class="overlayed-images__overlayed-img" src="...">
</div>
*/
.overlayed-images {
	position: relative;
}

.overlayed-images__main-img {
	width: calc(100% - 36px);
	height: auto;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 1100px) {
	.overlayed-images__main-img {
		width: 100%;
		height: 600px;
	}
}

.overlayed-images__overlayed-img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: center;
	position: absolute;
	bottom: 96px;
	right: 0;
}

@media (min-width: 1100px) {
	.overlayed-images__overlayed-img {
		width: 300px;
		height: 300px;
		right: -96px;
	}
}

.overlayed-images--left .overlayed-images__main-img {
	margin-left: auto;
	margin-right: 0;
}

.overlayed-images--left .overlayed-images__overlayed-img {
	right: auto;
	left: 0;
}

@media (min-width: 1100px) {
	.overlayed-images--left .overlayed-images__overlayed-img {
		right: auto;
		left: -100px;
	}
}

.overlayed-images--bottom .overlayed-images__main-img {
	margin: auto;
	margin-bottom: 72px;
}

.overlayed-images--bottom .overlayed-images__overlayed-img {
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

@media (min-width: 1100px) {
	.overlayed-images--bottom .overlayed-images__overlayed-img {
		width: 200px;
		height: 200px;
	}
}

/* example usage:
<div class="concertina">
    <div class="concertina__main">
        My concertina heading
        <button class="concertina__main__expand-button" id="concertina-expand-button">
            More Info
        </button>
    </div>
    <div class="concertina__content">
        My concertina content...
        ...
        ...
    </div>
</div>
*/
.concertina {
	border-bottom: 1px solid #1D246A;
	padding: 24px 0;
}

.concertina__main {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-direction: column;
}

@media (min-width: 767px) {
	.concertina__main {
		flex-direction: row;
		gap: 0;
	}
}

.concertina__main h3 {
	margin: 0 0 18px 0;
}

.concertina__main__expand-button {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	font: inherit;
	color: inherit;
	line-height: 1;
	cursor: pointer;
	overflow: visible;
	line-height: normal;
	background: transparent;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	padding: 4px;
	font-weight: 700;
	font-size: 14px;
	transition: 0.3s ease;
}

@media (min-width: 767px) {
	.concertina__main__expand-button {
		margin-left: auto;
		min-width: 120px;
	}
}

.concertina__main__expand-button::after {
	content: '+';
	transition: 0.3s ease;
	display: inline-block;
	transform: none;
	margin-left: 4px;
	line-height: 0;
	font-size: 16px;
	color: #F10080;
	vertical-align: middle;
}

.concertina__content {
	max-height: 0;
	overflow: hidden;
	margin: 0 !important;
	transition: 0.3s ease;
}

.concertina--opened > .concertina__main .concertina__main__expand-button {
	color: #F10080;
}

.concertina--opened > .concertina__main .concertina__main__expand-button::after {
	transform: rotate(45deg);
}

.concertina--opened > .concertina__content {
	margin-top: 36px !important;
}

.concertina--mobile-only-block {
	border-bottom: 0;
	margin-bottom: 24px;
}

@media (min-width: 450px) {
	.concertina--mobile-only-block > .concertina__main {
		display: none;
	}
}

.concertina--mobile-only-block > .concertina__main .concertina__main__expand-button {
	font-size: 36px;
}

.concertina--mobile-only-block > .concertina__main .concertina__main__expand-button::after {
	font-size: 36px;
}

.concertina--mobile-only-block > .concertina__content {
	padding: 0;
}

@media (min-width: 450px) {
	.concertina--mobile-only-block > .concertina__content {
		padding: 0;
		margin-top: 0 !important;
		margin-bottom: 48px !important;
		max-height: initial;
		display: flex;
		flex-direction: row;
		gap: 24px;
	}
}

.concertina--mobile-grey-block {
	background: #F0F0F0;
}

@media (min-width: 450px) {
	.concertina--mobile-grey-block {
		background: none;
	}
}

.concertina--mobile-grey-block > .concertina__content {
	padding: 0 12px;
}

.job-listing__social-links {
	margin-top: 12px;
	display: flex;
	flex-direction: row;
	gap: 18px;
	align-items: center;
}

.job-listing__social-links a {
	line-height: 0;
}

.job-listing__social-links a img {
	filter: brightness(0) saturate(100%) invert(15%) sepia(90%) saturate(5603%) hue-rotate(319deg) brightness(92%) contrast(107%);
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}

.job-listing__flex {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.job-listing__desc + .job-listing__desc {
	margin-top: 60px;
}

.job-listing__desc__heading {
	color: #F10080;
	font-size: 22px;
	font-weight: 800;
	margin-top: 0;
}

.job-listing__desc__text {
	font-weight: 500;
	font-size: 18px;
}

.job-listing__desc__subtext {
	font-size: 16px;
}

.job-listing__button {
	margin: -96px auto 108px;
	display: table;
}

.job-listing .arrow-link-round {
	margin: 48px 0 12px 0;
}

#available-roles {
	margin-top: 48px;
}

@media (min-width: 767px) {
	#available-roles {
		margin-top: 72px;
	}
}

.perks-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 18px;
	grid-row-gap: 24px;
}

@media (min-width: 767px) {
	.perks-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 48px;
	}
}

@media (min-width: 1100px) {
	.perks-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 60px;
	}
}

.perks-grid__item {
	display: flex;
	flex-direction: row;
	gap: 18px;
}

.perks-grid__item__icon {
	height: 28px;
	width: 28px;
}

@media (min-width: 767px) {
	.perks-grid__item__icon {
		height: 36px;
		width: 36px;
	}
}

.perks-grid__item p {
	margin-top: 0;
}

@media (min-width: 767px) {
	.custom-desktop-width--75 {
		width: 75%;
	}
}

.our-team-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 12px;
	grid-row-gap: 24px;
}

@media (min-width: 767px) {
	.our-team-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 18px;
		grid-row-gap: 72px;
	}
}

@media (min-width: 1100px) {
	.our-team-grid {
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 24px;
		grid-row-gap: 96px;
	}
}

.team-member {
	text-align: center;
}

.team-member__headshot {
	margin-bottom: 18px;
}

.team-member__job-title {
	display: block;
	color: #1D246A;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 3px;
}

.team-member__name {
	display: block;
	color: #F10080;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 18px;
}

.team-member__subtext {
	max-width: 150px;
	font-size: 13px;
	margin: -6px auto 12px;
	font-weight: 500;
}

.team-member__links {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.team-member__links__social {
	line-height: 0;
}

.team-member__links__social img {
	height: 24px;
	width: 24px;
	filter: brightness(0) saturate(100%) invert(15%) sepia(90%) saturate(5603%) hue-rotate(319deg) brightness(92%) contrast(107%);
}

.team-member__links__separator {
	font-size: 36px;
	font-weight: 100;
}

.team-member__links .arrow-link-underlined {
	font-size: 18px;
	font-weight: 600;
}

/* example usage: 
<div class="mobile-load-more">
    <div>Content to cut off on mobile</div>
    ...
</div>
<button class="mobile-load-more-button">Load more...</button>
*/
@media (max-width: 450px) {
	.mobile-load-more {
		overflow-y: hidden;
		position: relative;
		max-height: 3000px;
	}
}

@media (max-width: 450px) {
	.mobile-load-more::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 500px, rgba(255, 255, 255, 0) 100%);
	}
}

.mobile-load-more__button {
	display: none;
}

@media (max-width: 450px) {
	.mobile-load-more__button {
		display: block;
		position: absolute;
		bottom: 0;
	}
}

@media (max-width: 450px) {
	.mobile-load-more--expanded {
		max-height: none;
	}
}

@media (max-width: 450px) {
	.mobile-load-more--expanded::after {
		content: none;
	}
}

.mobile-load-more-button {
	display: none;
	margin: auto;
	font-weight: 700;
}

@media (max-width: 450px) {
	.mobile-load-more-button {
		display: block;
	}
}

@media (max-width: 450px) {
	.mobile-load-more-button--expanded {
		display: none;
	}
}

.team-page-block {
	margin: 45px 0;
	text-align: center;
}

.team-page-block h2 {
	font-size: 56px;
}

.team-page-block__shortbio {
	font-size: 22px;
	display: block;
	margin-bottom: 24px;
	font-weight: 700;
}

.team-page-block__jobtitle {
	max-width: 150px;
	font-size: 13px;
	margin: -24px auto 12px;
	font-weight: 500;
}

.team-page-block__connect {
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	display: flex;
	gap: 12px;
	justify-content: center;
	align-items: center;
}

.team-page-block__info-blocks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px 48px;
	margin-bottom: 96px;
}

@media (min-width: 767px) {
	.team-page-block__info-blocks {
		gap: 24px 96px;
	}
}

.team-page-block__info-blocks__block {
	max-width: 200px;
}

.team-page-block__info-blocks__block__title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 12px;
}

.team-page-block__info-blocks__block__content {
	color: #F10080;
	font-weight: 700;
	font-size: 24px;
	margin: 0;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 12px;
	grid-row-gap: 24px;
}

@media (min-width: 767px) {
	.news-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 18px;
		grid-row-gap: 60px;
	}
}

@media (min-width: 1100px) {
	.news-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 24px;
		grid-row-gap: 84px;
	}
}

.news-grid__item {
	text-align: left;
}

.news-grid__item img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 1100px) {
	.news-grid__item img {
		height: 300px;
	}
}

.news-grid__item .title-and-subtitle {
	margin: 6px 0 12px;
}

.news-grid__item p, .news-grid__item a {
	font-size: 16px;
}

.news-grid__item a {
	font-weight: 700;
}

/* example usage:
<div class="styled-input">
    <i class="styled-input__icon fa-solid fa-magnifying-glass"></i>
    <input type="search" placeholder="Search">
</div>
<div class="styled-input">
    <select class="input" name="Archive">
        <option value="2020">2020</option>
        <option value="2021">2021</option>
        ...
    </select>
</div>
*/
.styled-input {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}

.styled-input input,
.styled-input select {
	width: 100%;
	height: 100%;
	padding: 4px 0;
	border: 0;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #F10080;
	color: #1D246A;
	font-size: 16px;
	font-weight: 700;
	background-color: transparent;
}

.styled-input input::placeholder,
.styled-input select::placeholder {
	color: #1D246A;
}

.styled-input select {
	cursor: pointer;
}

.styled-input input {
	padding-left: 4px;
}

.styled-input__icon {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 16px;
}

.styled-input__icon + input {
	padding-right: 20px;
}

.styled-input--round input,
.styled-input--round select {
	padding: 6px;
	height: 36px;
	border: 1px solid #1D246A;
	border-radius: 20px;
}

.styled-input--white input,
.styled-input--white select {
	color: #FFFFFF;
}

.styled-input--white input::placeholder,
.styled-input--white select::placeholder {
	color: #FFFFFF;
}

.styled-input + .styled-input {
	margin-top: 12px;
}

@media (min-width: 767px) {
	.styled-input + .styled-input {
		margin-top: 0;
	}
}

.styled-input-flex {
	display: flex;
	flex-direction: column;
	gap: 24px 60px;
	flex: 1;
}

@media (min-width: 767px) {
	.styled-input-flex {
		flex-direction: row;
	}
}

.styled-input-flex__col {
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex: 1;
}

.styled-input-flex__col__half-container {
	display: flex;
	flex-direction: row;
	gap: 24px;
}

@media (min-width: 767px) {
	.styled-input-flex__col__half-container {
		gap: 36px;
	}
}

@media (min-width: 767px) {
	.styled-input-flex-container {
		display: flex;
		flex-direction: row;
		gap: 144px;
	}
}

.news-author {
	display: flex;
	flex-direction: row;
	gap: 24px;
	margin-bottom: 36px;
}

.news-author__img {
	border-radius: 20%;
	width: 82px;
	height: 82px;
	object-fit: cover;
}

.news-author__text-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 767px) {
	.news-author__text-container {
		flex-direction: row;
		justify-content: start;
		gap: 24px;
	}
}

.news-author__text {
	font-size: 16px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-author__text__top-line {
	color: #1D246A;
	display: block;
}

.news-author__text__bottom-line {
	color: #F10080;
	display: block;
}

.news-author__separator {
	display: none;
	border-right: 2px solid #F0F0F0;
}

@media (min-width: 767px) {
	.news-author__separator {
		display: block;
	}
}

.listing {
	background: rgba(241, 0, 128, 0.1);
	padding: 24px 0;
}

.listing:nth-child(even) {
	background: #FFFFFF;
}

.listing .title-and-subtitle__subtitle {
	margin-bottom: 0;
}

.listing__container {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

@media (min-width: 767px) {
	.listing__container {
		flex-direction: row;
	}
}

.listing__thumbnail {
	position: relative;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

@media (min-width: 767px) {
	.listing__thumbnail {
		width: 150px;
		height: 150px;
	}
}

.listing__thumbnail__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	line-height: 0;
}

.listing__thumbnail__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(29, 36, 106, 0.67);
}

.listing__thumbnail__overlay__text {
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-weight: 700;
	display: block;
	padding: 12px;
	font-size: 18px;
}

.listing__thumbnail__overlay__text__highlight {
	display: block;
	font-size: 32px;
	line-height: 1;
}

.listing__primary-content__subcontent {
	font-size: 16px;
}

.listing__primary-content__subcontent span {
	display: inline-block;
	margin-right: 12px;
}

.listing__primary-content__subcontent span svg {
	color: #F10080;
}

@media (min-width: 767px) {
	.listing__secondary-content {
		margin-left: auto;
	}
}

.listing__secondary-content__titles {
	display: flex;
	flex-direction: row;
	gap: 12px;
	justify-content: space-between;
}

.listing__secondary-content__titles .title-and-subtitle {
	display: inline-block;
}

.listing__secondary-content__titles .title-and-subtitle__title {
	font-size: 24px;
}

.listing__secondary-content__buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
}

@media (min-width: 767px) {
	.listing__secondary-content__buttons {
		justify-content: end;
	}
}

.listing-grid {
	width: 100%;
}

.listing-header {
	color: #1D246A;
	text-align: center;
	display: block;
	width: 100%;
	margin: 36px 0 24px;
}

@media (max-width: 767px) {
	.hide-mobile {
		display: none;
	}
}

@media (min-width: 767px) {
	.hide-desktop {
		display: none;
	}
}

/* example usage:
<div class="neapolitan">
    <div class="neapolitan__block">
        <div class="neapolitan__block__content">
            Content...
        </div>
    </div>
    [repeat]
</div>
*/
.neapolitan {
	display: flex;
	flex-direction: column;
}

@media (min-width: 767px) {
	.neapolitan {
		flex-direction: row;
	}
}

.neapolitan__block {
	padding: 36px 24px;
	background-color: #FFFFFF;
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
}

.neapolitan__block img {
	position: absolute;
	width: 100px;
	height: 100px;
	object-fit: cover;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
}

@media (min-width: 767px) {
	.neapolitan__block img {
		left: 48px;
		right: unset;
	}
}

.neapolitan__block:nth-child(1) {
	background-color: #1D246A;
	color: #FFFFFF;
}

.neapolitan__block:nth-child(2) {
	background-color: #F10080;
	color: #FFFFFF;
}

.neapolitan__block:nth-child(3) {
	background-color: #F0F0F0;
	color: #F10080;
}

.neapolitan__block__content {
	max-width: 300px;
	margin: 0 auto;
}

@media (min-width: 767px) {
	.neapolitan__block__content {
		margin: 0;
	}
}

.neapolitan--overlayed {
	margin-top: -160px;
	margin-bottom: 100px;
}

.neapolitan--alt-first-block .neapolitan__block:nth-child(1) {
	background-color: #FFFFFF;
	color: #1D246A;
	text-align: center;
	padding-top: 84px;
	padding-left: 36px;
	padding-right: 36px;
}

@media (min-width: 767px) {
	.neapolitan--alt-first-block .neapolitan__block:nth-child(1) {
		padding-top: 60px;
		padding-left: 48px;
		padding-right: 48px;
		text-align: left;
		flex: 200px;
	}
}

.neapolitan--alt-first-block .neapolitan__block:nth-child(2) {
	background-color: #1D246A;
	color: #FFFFFF;
}

.neapolitan--alt-first-block .neapolitan__block:nth-child(3) {
	background-color: #F10080;
	color: #FFFFFF;
}

.neapolitan--alt-first-block .neapolitan__block:nth-child(4) {
	background-color: #F0F0F0;
	color: #F10080;
}

.neapolitan .title-and-subtitle {
	margin-bottom: 0;
}

.buy-ticket {
	padding: 24px 0;
}

.buy-ticket__header {
	color: #1D246A;
}

.buy-ticket__flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.buy-ticket__input {
	max-width: 150px;
}

.buy-ticket + .buy-ticket {
	border-top: 2px solid #F0F0F0;
}

.steps-tracker {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 36px;
	flex: 1;
}

.steps-tracker__step {
	position: relative;
	text-align: center;
	min-width: 90vw;
}

@media (min-width: 767px) {
	.steps-tracker__step {
		min-width: 150px;
	}
}

@media (max-width: 1100px) {
	.steps-tracker__step:not(.steps-tracker__step--current) {
		display: none;
	}
}

.steps-tracker__step__number {
	color: #FFFFFF;
	font-size: 84px;
	font-weight: 700;
}

.steps-tracker__step__text {
	color: #1D246A;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	font-size: 32px;
	font-weight: 700;
}

@media (min-width: 767px) {
	.steps-tracker__step__text {
		font-size: 16px;
	}
}

.steps-tracker__step--current {
	color: #F10080;
}

.steps-tracker__step--current .steps-tracker__step__text {
	color: #F10080;
}

.order-progress {
	margin: -84px 0 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	position: relative;
}

@media (min-width: 767px) {
	.order-progress {
		flex-direction: row;
	}
}

.order-progress .title-and-subtitle {
	margin: 0;
}

@media (max-width: 767px) {
	.order-progress .title-and-subtitle {
		position: absolute;
		top: -132px;
		color: #FFFFFF;
		text-align: center;
	}
	.order-progress .title-and-subtitle__subtitle {
		color: #FFFFFF;
	}
}

.cancel-button {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	font: inherit;
	color: inherit;
	line-height: 1;
	cursor: pointer;
	overflow: visible;
	line-height: normal;
	background: transparent;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	color: #1D246A;
	background: #FFFFFF;
	padding: 8px 12px;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	align-self: center;
}

.cancel-button::before {
	content: '×';
	display: inline-block;
	background: #1D246A;
	color: #FFFFFF;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	margin-right: 8px;
	text-align: center;
	line-height: 21px;
	padding: 0 5px 0;
	font-size: 16px;
	font-weight: 600;
}

.notice {
	background-color: #F10080;
	color: #FFFFFF;
	position: relative;
	padding: 48px 24px;
	margin: -78px 0 48px;
}

@media (min-width: 767px) {
	.notice {
		margin-top: -222px;
	}
}

.notice__image {
	position: absolute;
	top: -24px;
	left: 36px;
	width: 150px;
	height: 150px;
	object-fit: cover;
}

@media (min-width: 767px) {
	.notice__image {
		width: 200px;
		height: 200px;
	}
}

@media (min-width: 1100px) {
	.notice__image {
		width: 230px;
		height: 230px;
	}
}

.notice__content {
	position: relative;
}

@media (min-width: 767px) {
	.notice__content {
		width: 60%;
		margin-left: auto;
	}
}

.notice__content input[type='checkbox'] {
	margin-bottom: 12px;
}

@media (min-width: 767px) {
	.notice__content input[type='checkbox'] {
		position: absolute;
		left: -36px;
		top: 75px;
	}
}

.notice__content label {
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}

.notice__content p {
	margin: 0;
}

.notice__content .h3-style {
	margin: 0 0 24px;
	color: #FFFFFF;
}

/* example usage:
<input class="checkbox" ... />
*/
.checkbox {
	-webkit-appearance: none;
	appearance: none;
	background-color: #FFFFFF;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	display: inline-grid;
	place-content: center;
	cursor: pointer;
	flex-shrink: 0;
}

.checkbox::before {
	content: '';
	width: 14px;
	height: 14px;
	transform: scale(0);
	transition: 100ms transform ease-in-out;
	box-shadow: inset 6px 6px #1D246A;
	background-color: #1D246A;
	border-radius: 100%;
}

.checkbox:checked::before {
	transform: scale(1);
}

.checkbox:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.checkbox:disabled {
	color: #F0F0F0;
	cursor: not-allowed;
}

.checkbox--bordered {
	border: 2px solid;
}

.checkbox-and-label {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1100px) {
	.checkbox-and-label {
		justify-content: left;
	}
}

.checkbox-and-label label {
	font-size: 16px;
	cursor: pointer;
}

.table-guest-grid {
	margin-bottom: 36px;
}

@media (min-width: 767px) {
	.table-guest-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 48px;
	}
}

.table-guest-grid .concertina {
	background-color: #FFE8F4 !important;
}

.table-guest-grid .concertina .h3-style {
	margin: 0 0 18px;
}

@media (min-width: 767px) {
	.table-guest-grid .concertina {
		margin: 0;
		padding: 48px 36px;
	}
}

.table-guest-grid .concertina__content__table-guest-header {
	display: none;
}

@media (min-width: 450px) {
	.table-guest-grid .concertina__content__table-guest-header {
		display: block;
	}
}

.align-right {
	text-align: right;
	margin-bottom: 60px;
	flex: 1;
}

@media (min-width: 767px) {
	.align-right {
		margin-bottom: 120px;
	}
}

.align-right--no-margin {
	margin-bottom: 0 !important;
}

.order-review .h4-style {
	color: #F10080;
	margin-bottom: 12px;
}

.order-review__section {
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.1;
}

.order-review__section__highlight {
	margin-top: 12px;
	color: #F10080;
}

.order-review .arrow-link-underlined {
	font-weight: 700;
	font-size: 16px;
	margin-top: 12px;
	display: inline-block;
}

.order-review .arrow-link-underlined::after {
	font-weight: 400;
}

.order-review + .order-review {
	margin-top: 60px;
}

.trophy-details {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 48px;
}

@media (min-width: 767px) {
	.trophy-details {
		gap: 36px;
		flex-direction: row;
		align-items: center;
		justify-content: end;
	}
}

.trophy-details img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.trophy-details .title-and-subtitle {
	margin: 0;
}

.trophy-details .title-and-subtitle__subtitle {
	margin: 0;
}

.trophy-details .title-and-subtitle__title {
	font-size: 26px;
}

.trophy-details__main {
	flex: 1;
}

.trophy-details__main .title-and-subtitle__title {
	font-size: 32px;
}

.trophy-details__sub {
	display: flex;
	flex-direction: row;
	gap: 36px;
	align-items: center;
	flex-wrap: wrap;
}

@media (min-width: 767px) {
	.trophy-details__sub {
		gap: 36px 72px;
		align-self: end;
		justify-content: end;
	}
}

@media (min-width: 767px) {
	.trophy-details__sub--smaller-gap {
		gap: 36px;
	}
}

@media (min-width: 767px) {
	.trophy-details__sub .title-and-subtitle {
		text-align: right;
	}
}

.trophy-details__sub-stacked-container {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	flex-wrap: wrap;
}

.trophy-details__small {
	color: #1D246A;
	font-size: 14px;
	font-weight: 400;
}

.trophy-buttons {
	display: flex;
	gap: 24px;
}

.trophy-details-listing {
	background: rgba(241, 0, 128, 0.1);
	padding: 24px 0;
}

.trophy-details-listing:nth-child(even) {
	background: #FFFFFF;
}

.trophy-details-listing .trophy-details {
	margin: 0;
}

.trophy-search-input {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
}

@media (min-width: 767px) {
	.trophy-search-input {
		flex-direction: row;
		gap: 36px;
	}
}

.trophy-search-input__text {
	color: #F10080;
	font-weight: 700;
	font-size: 16px;
	max-width: 450px;
}

@media (min-width: 767px) {
	.trophy-search-input .styled-input {
		flex: 1;
	}
}

.payment-selection {
	display: flex;
}

.payment-selection__option {
	min-width: 180px;
}

.payment-selection__icons {
	display: flex;
	gap: 12px 24px;
	flex-wrap: wrap;
}

.payment-selection__icons img {
	height: 36px;
	max-width: 80px;
	object-fit: contain;
}

.tab-switcher {
	position: relative;
	height: 100px;
}

.tab-switcher__container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-switcher__tabs {
	background-color: #F0F0F0;
	display: flex;
	position: relative;
	border-radius: 99px;
}

.tab-switcher__tabs * {
	z-index: 2;
}

.tab-switcher input[type='radio'] {
	display: none;
}

.tab-switcher__tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 200px;
	border-radius: 99px;
	cursor: pointer;
	transition: color 0.15s ease-in;
	font-size: 18px;
	font-weight: 600;
}

.tab-switcher input[type='radio']:checked + label {
	color: #FFFFFF;
}

.tab-switcher input[id='radio-1']:checked ~ .tab-switcher__glider {
	transform: translateX(0);
}

.tab-switcher input[id='radio-2']:checked ~ .tab-switcher__glider {
	transform: translateX(100%);
}

.tab-switcher input[id='radio-3']:checked ~ .tab-switcher__glider {
	transform: translateX(200%);
}

.tab-switcher__glider {
	position: absolute;
	display: flex;
	height: 40px;
	width: 200px;
	background-color: #F10080;
	z-index: 1;
	border-radius: 99px;
	transition: 0.25s ease-out;
}

@media (max-width: 700px) {
	.tab-switcher__tabs {
		transform: scale(0.6);
	}
}

/*# sourceMappingURL=style.css.map */