@charset "UTF-8";
*,
:after,
:before {
	box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
	padding: 0;
	margin: 0;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:root {
	--font-family-body: "proxima-nova", sans-serif;
	--font-family-heading: "baskerville-display-pt", "Hoefler Text", Garamond, "Times New Roman", serif;
	--font-size-body: 16px;
	--font-weight-normal: 400;
	--font-weight-bold: 700;
	--line-height: 1.375;
	--blue-1: #20285c;
	--grey-1: #12161a;
	--grey-1-90: rgba(18, 22, 26, 0.9);
	--grey-1-70: rgba(18, 22, 26, 0.7);
	--grey-2: #e5e5e5;
	--grey-3: #f4f4f4;
	--container-max: 1280px;
	--padding: 80px;
}
html {
	box-sizing: border-box;
}
*,
:after,
:before {
	box-sizing: inherit;
}
.container {
	width: 90%;
	max-width: var(--container-max);
	margin: auto;
}
.padding-container,
.wp-block-cover {
	padding-left: 5%;
	padding-right: 5%;
}
@media (min-width: var(--container-max)) {
	.padding-container,
	.wp-block-cover {
		padding-left: calc((100vw - var(--container-max)) / 2);
		padding-right: calc((100vw - var(--container-max)) / 2);
	}
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.navbar a {
	color: #fff;
	opacity: 0.9;
}
.navbar a:hover {
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
.navbar-main {
	padding: 1rem 0;
}
.navbar-main .nav li:not(:last-child) {
	margin-right: 1rem;
}
.navbar-footer {
	padding: 2rem 0;
}
img {
	width: 100%;
	height: auto;
}
div.xdebug-dd {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 10vw;
}
div.xdebug-dd pre.xdebug-var-dump {
	background-color: #fff;
	padding: 2rem;
	height: 100%;
	box-shadow: 0 0 20px 2px #000;
}
code {
	white-space: pre;
	color: #666;
}
.grid-wrapper {
	overflow: hidden;
}
.google-map .google-map-schema {
	display: none;
}
.google-map .google-map-result {
	width: 100%;
	height: 500px;
}
body {
	font-family: var(--font-family-body);
	font-size: var(--font-size-body);
	line-height: var(--line-height);
}
.h1,
h1 {
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
	font-size: 35px;
	line-height: 120%;
}
@media (min-width: 768px) {
	.h1,
	h1 {
		font-size: 50px;
	}
}
.h2,
h2 {
	font-size: 36px;
	line-height: 120%;
}
.h3,
h3 {
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
	font-size: 26px;
	line-height: 140%;
}
.h4,
h4 {
	font-size: 20px;
	line-height: 130%;
	font-weight: 700;
}
.h5,
h5 {
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
	margin-bottom: 1em;
	font-size: var(--font-size-body);
}
a {
	color: currentColor;
}
p:not(:last-child) {
	margin-bottom: 1.7em;
}
.has-text-white {
	color: #fff;
}
.has-text-black {
	color: #000;
}
.has-weight-bold {
	font-weight: var(--font-weight-bold);
}
.has-weight-normal {
	font-weight: var(--font-weight-normal);
}
.font-family-body {
	font-family: var(--font-family-body);
}
.font-family-heading {
	font-family: var(--font-family-heading);
}
input,
select,
textarea {
	font-family: var(--font-family-body);
	font-size: var(--font-size-body);
}
.section-heading {
	border-bottom: 6px solid currentColor;
	padding: 1em 0;
	font-family: var(--font-family-heading);
	font-size: 26px;
	line-height: 1;
}
.section-heading.p2 {
	border-bottom: 1px solid currentColor;
	padding: 0.25em 0;
}
p.p1 {
	font-size: 26px;
	line-height: 140%;
	max-width: 1000px;
	font-weight: 700;
}
@media (min-width: 768px) {
	p.p1 {
		font-size: 36px;
	}
}
p.p1:not(:last-child) {
	margin-bottom: 1.5em;
}
.aspect-ratio {
	position: relative;
}
.aspect-ratio:after {
	content: "";
	padding-bottom: calc((var(--height) / var(--width)) * 100%);
	display: block;
}
.aspect-ratio picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
}
.aspect-ratio picture img {
	object-fit: cover;
	height: auto;
	width: 100%;
}
.aspect-ratio.ar-16-9 {
	--width: 16;
	--height: 9;
}
.aspect-ratio.ar-16-10 {
	--width: 16;
	--height: 10;
}
.flow {
	--flow: var(--flowed, 50px);
}
.flow.less {
	--flow: var(--flowed, 25px);
}
.flow > :not(:last-child):not(.marginless) {
	margin-bottom: var(--flow);
}
.flow-x {
	--flow: var(--flowed, 1em);
}
.flow-x > :not(:last-child) {
	margin-right: 1em;
}
.flex {
	display: flex;
}
@media (min-width: 768px) {
	.flex__desktop {
		display: flex;
	}
}
.center {
	justify-content: center;
	align-items: center;
}
.space-between {
	justify-content: space-between;
}
.column {
	flex-direction: column;
}
.wrap {
	flex-wrap: wrap;
}
.align-end {
	align-items: flex-end;
}
.align-center {
	align-items: center;
}
.bg-image {
	background-size: cover;
	background-position: 50%;
}
.bg-image__contain {
	background-size: contain;
}
@media (max-width: 767px) {
	.bg-image.bg-pos-sm--center {
		background-position: 50%;
	}
	.bg-image.bg-pos-sm--left {
		background-position-x: left;
	}
	.bg-image.bg-pos-sm--right {
		background-position-x: right;
	}
}
@media (min-width: 768px) {
	.bg-image.bg-pos--center {
		background-position: 50%;
	}
	.bg-image.bg-pos--left {
		background-position-x: left;
	}
	.bg-image.bg-pos--right {
		background-position-x: right;
	}
}
.contained {
	--padding: 2.5vw;
}
@media (min-width: 768px) {
	.contained {
		--padding: calc((100vw - var(--container-max)) / 2);
	}
}
.contained-left {
	padding-left: var(--padding);
}
.contained-right {
	padding-right: var(--padding);
}
.button-reset,
.mobile-controls--item,
.nav-overlay .close {
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	font-size: 1rem;
	color: currentColor;
}
.has-padding {
	padding: var(--padding) 0;
}
.has-margin-bottom {
	margin-bottom: var(--padding);
}
.has-top-margin {
	margin-top: var(--padding);
}
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, 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")
		format("woff");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-container-pointer-events {
	touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-container-3d {
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
.button,
.post-password-form input[type="submit"],
.wp-block-buttons .wp-block-button__link {
	--color: #000;
	padding: 10px;
	border: 1px solid var(--border-color, currentColor);
	text-decoration: none;
	display: inline-flex;
	font-weight: var(--font-weight-bold);
	color: var(--color);
	background: var(--background, transparent);
}
.button__white {
	--color: #fff;
}
.button__white:hover {
	--color: #000;
	--border-color: #fff;
	--background: #fff;
}
.button-alt {
	--icon-width: var(--icon-size, 25px);
	--icon-height: var(--icon-size, 25px);
	--color: #000;
	color: var(--color);
	padding: 5px 0;
	display: inline-flex;
	text-decoration: none;
	align-items: center;
}
.button-alt[disabled] {
	pointer-events: none;
	opacity: 0.25;
}
.button-alt svg {
	width: var(--icon-width);
	height: var(--icon-height);
	margin-left: 25px;
}
.button-alt__white {
	--color: #fff;
}
.flexible {
	--color: #000;
	color: var(--color);
}
.flexible.has-spacing {
	--padding: 80px;
	padding: var(--padding) 0;
}
.flexible.has-spacing__more {
	--padding: 120px;
}
.flexible.has-background-dark {
	--color: #fff;
	background: #000c48;
}
.flexible-quick-links {
	--flow: 24px;
}
.flexible-quick-links header {
	border-bottom: 6px solid #000;
	padding-bottom: var(--flow);
}
.flexible-quick-links article {
	--flow: 24px;
}
.flexible-quick-links .h2 {
	max-width: 500px;
}
.flexible-quick-links .container {
	display: grid;
	grid-gap: 80px;
}
@media (min-width: 768px) {
	.flexible-quick-links .container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.flexible-posts {
	--flowed: 24px;
}
@media (max-width: 767px) {
	.flexible-posts .articles article:not(.swiper-slide-active) {
		opacity: 0.6;
	}
}
@media (min-width: 768px) {
	.flexible-posts .articles {
		display: grid;
		grid-gap: 53px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.flexible-posts .read-more {
	margin-top: auto;
}
.flexible-posts article {
	padding: var(--flowed) 0;
	border-top: 6px solid var(--color);
	border-bottom: 1px solid var(--color);
}
.flexible-posts article .button-alt {
	--color: #fff;
}
.flexible-posts article header {
	font-size: 14px;
}
.flexible-page-links {
	--caption-padding: 20px;
}
.flexible-page-links a {
	display: block;
	position: relative;
	overflow: hidden;
}
.flexible-page-links a:hover .caption {
	transform: translateY(0);
}
.flexible-page-links a:after {
	content: "";
	position: absolute;
	bottom: var(--caption-padding);
	display: block;
	height: 6px;
	background: #fff;
	right: var(--caption-padding);
	left: var(--caption-padding);
}
.flexible-page-links .caption {
	--font-size: 26px;
	--line-height: 50px;
	align-items: flex-start;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	line-height: var(--line-height);
	background: var(--grey-1-70);
	font-weight: var(--font-weight-bold);
	font-family: var(--font-family-heading);
	color: #fff;
	padding: var(--caption-padding);
	font-size: var(--font-size);
	transition: transform 0.3s ease;
	transform: translateY(calc(100% - (var(--caption-padding) * 2) - var(--line-height)));
}
.flexible-page-links .caption svg {
	width: 40px;
	height: var(--line-height);
}
.flexible-page-links .caption .contact-block-sub-title {
	opacity: 0;
	transition: 0.17s ease-in-out;
}
.flexible-page-links .caption:hover .contact-block-sub-title {
	opacity: 1;
}
.flexible-page-links .container {
	display: grid;
	grid-gap: 50px;
}
@media (min-width: 768px) {
	.flexible-page-links .container {
		grid-template-columns: repeat(3, 1fr);
	}
}
.flexible-section-nav .flow {
	--flow: 20px;
}
.flexible-section-nav h3 {
	line-height: 1;
}
.flexible-section-nav nav {
	display: grid;
	position: relative;
}
.flexible-section-nav nav a {
	text-decoration: none;
	padding: var(--flow) 0;
	padding-right: var(--flow);
}
.flexible-section-nav nav a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: currentColor;
}
@media (min-width: 768px) {
	.flexible-section-nav nav {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 900px) {
	.flexible-section-nav nav {
		grid-template-columns: repeat(5, 1fr);
	}
}
.flexible-tabs {
	padding-bottom: 80px;
}
.flexible-tabs .tabpanel:not(.active) {
	display: none;
}
.flexible-tabs .tab-controls a {
	text-decoration: none;
}
.flexible-tabs .tab-controls a:not(.active) {
	opacity: 0.3;
}
.flexible-tabs .tab-controls a:hover {
	text-decoration: underline;
	opacity: 1;
}
.flexible-tabs .tab--title {
	margin: 2em 0;
	font-weight: 700;
}
.flexible-tabs .tab--section:not(:last-child) {
	margin-bottom: calc(var(--padding) / 2);
}
.flexible-tabs .tab--section h3 {
	margin-bottom: 1em;
}
.flexible-tabs .tab--section .inner {
	display: grid;
	grid-gap: 50px;
}
@media (min-width: 768px) {
	.flexible-tabs .tab--section .inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.flexible-profiles {
	--spacing: 80px;
}
.flexible-profiles h5 {
	margin-bottom: 0;
}
.flexible-profiles .primary article {
	padding: calc(var(--spacing) / 2) 0 var(--spacing);
	border-bottom: 1px solid #000;
	display: grid;
	grid-gap: var(--spacing);
}
.flexible-profiles .primary article:first-child {
	border-top: 6px solid #000;
}
@media (max-width: 768px) {
	.flexible-profiles .primary article .entry-meta {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}
}
@media (min-width: 768px) {
	.flexible-profiles .primary article {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.flexible-profiles .primary article .entry-content {
		grid-column: 2/6;
	}
}
.flexible-profiles .primary article .table {
	margin-bottom: 1em;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 25px;
}
.flexible-profiles .primary article .table .th {
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
	font-style: italic;
	white-space: nowrap;
	text-align: left;
}
.flexible-profiles .primary article .table .td {
	font-weight: var(--font-weight-bold);
}
.flexible-profiles .primary article .table .sits-on {
	grid-column: 1/3;
}
.flexible-profiles .secondary {
	padding: var(--spacing) 0;
	display: grid;
	grid-gap: var(--spacing);
}
@media (min-width: 768px) {
	.flexible-profiles .secondary {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}
.text-vid-two-col {
	display: flex;
	flex-direction: column-reverse;
	padding: 30px 0;
	height: auto;
}
.text-vid-two-col .tvid-video {
	margin-bottom: 30px;
	width: 100%;
}
.text-vid-two-col .tvid-video video {
	width: 100%;
	height: auto;
}
.text-vid-two-col .tvid-content {
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
.text-vid-two-col .tvid-content h3 {
	margin-bottom: 20px;
}
.text-vid-two-col .tvid-content h2,
.text-vid-two-col .tvid-content h3 {
	font-family: var(--font-family-heading);
}
@media (min-width: 768px) {
	.text-vid-two-col {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		gap: 0 120px;
		padding: 80px 0;
	}
	.text-vid-two-col .tvid-video {
		width: 50%;
	}
	.text-vid-two-col .tvid-video video {
		width: 100%;
		height: auto;
	}
	.text-vid-two-col .tvid-content {
		height: 100%;
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.text-vid-two-col .tvid-content h3 {
		margin-bottom: 20px;
	}
	.text-vid-two-col .tvid-content h2,
	.text-vid-two-col .tvid-content h3 {
		font-family: var(--font-family-heading);
	}
}
.entry-content .wp-block-buttons:not(:last-child),
.entry-content h1:not(:last-child),
.entry-content h2:not(:last-child),
.entry-content h3:not(:last-child),
.entry-content h4:not(:last-child),
.entry-content h5:not(:last-child),
.entry-content h6:not(:last-child) {
	margin-bottom: 1.2em;
}
.entry-content .gform_wrapper:not(:last-child) {
	margin-bottom: 3em;
}
.entry-content ol {
	padding-left: 2em;
}
.entry-content ul {
	padding-left: 1em;
}
.entry-content ol,
.entry-content ul {
	list-style: none;
}
.entry-content ol li,
.entry-content ul li {
	margin-bottom: 0.5em;
}
.entry-content ol li:before,
.entry-content ul li:before {
	position: absolute;
	transform: translateX(-175%);
}
.entry-content ul li:before {
	content: "–";
}
.entry-content ol {
	counter-reset: a;
}
.entry-content ol li {
	counter-increment: a;
}
.entry-content ol li:before {
	content: counter(a) ".";
	transform: translateX(-2em);
	font-weight: var(--font-weight-bold);
}
.wp-block-group {
	padding: 80px 0;
}
.wp-block-group.has-no-padding {
	padding: 0;
}
.wp-block-group.has-no-padding-bottom {
	padding-bottom: 0;
}
.wp-block-group.has-no-padding-top {
	padding-top: 0;
}
.wp-block-group ul {
	margin-bottom: 1em;
}
.wp-block-cover .wp-block-quote {
	font-family: var(--font-family-heading);
	max-width: 997px;
	margin: auto;
}
.wp-block-cover .wp-block-quote p {
	font-size: 38px;
	font-weight: var(--font-weight-bold);
}
.wp-block-cover .wp-block-quote p:last-of-type {
	margin-bottom: 0;
}
.wp-block-cover .wp-block-quote cite {
	margin-top: 1em;
	display: block;
}
.wp-block-buttons .wp-block-button__link {
	border-radius: 0;
	font-size: var(--font-size-body);
}
.wp-block-table {
	margin-bottom: 1em;
}
.wp-block-table.has-text-left table td,
.wp-block-table.has-text-left table td:not(:first-child),
.wp-block-table.has-text-left table th,
.wp-block-table.has-text-left table th:first-child {
	text-align: left;
}
.wp-block-table table thead {
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
}
.wp-block-table table thead th {
	border-bottom: 6px solid currentColor;
	padding: 0 0 5px;
}
.wp-block-table table thead th:first-child {
	text-align: left;
}
.wp-block-table table td {
	border-bottom: 1px solid currentColor;
	padding: 2px;
}
.wp-block-table table td:not(:first-child) {
	text-align: center;
}
.wp-block-table.auto table {
	width: auto;
}
.wp-block-table.plain td {
	border-bottom: none;
	text-align: left;
}
.wp-block-table.plain td:not(:first-child) {
	text-align: left;
	padding-left: 10px;
}
.wp-block-table.header-left td:first-child {
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
}
@media (min-width: 768px) {
	.wp-block-columns .wp-block-column:not(:first-child) {
		margin-left: var(--padding);
	}
	.wp-block-columns .wp-block-columns .wp-block-column:not(:first-child) {
		margin-left: calc(var(--padding) / 2);
	}
}
.wp-block-link-blocks {
	display: grid;
}
@media (min-width: 768px) {
	.wp-block-link-blocks {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-column-gap: var(--padding);
	}
}
.wp-block-link-blocks article {
	padding: calc(var(--padding) / 2) 0;
	border-top: 1px solid #000;
}
.wp-block-link-blocks article .header {
	margin-bottom: 30px;
}
.wp-block-link-blocks .logo img {
	height: 50px;
	width: auto;
}
.mobile-controls {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: hsla(0, 0%, 100%, 0.9);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	padding: 20px 0;
	z-index: 150;
}
.mobile-controls--item {
	display: flex;
	width: 92px;
	height: 50px;
	justify-content: center;
	align-items: center;
}
.mobile-controls svg {
	width: 40px;
	height: 40px;
}
@media (min-width: 768px) {
	.mobile-controls {
		display: none;
	}
}
.mobile-search-form {
	position: absolute;
	bottom: 100%;
	width: 100%;
	transform: translateY(100%);
	opacity: 0;
	transition: all 0.3s ease;
	pointer-events: none;
}
.mobile-search-form input {
	width: 100%;
	display: block;
	padding: 10px;
}
.search-active .mobile-search-form {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.gform_wrapper {
	--line-height: 2.5;
}
.gform_wrapper li,
.gform_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gform_wrapper li:before,
.gform_wrapper ul:before {
	display: none;
}
.gform_wrapper .gform_body li {
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-gap: 20px;
	margin-bottom: 40px;
}
.gform_wrapper .ginput_complex {
	display: flex;
	flex-direction: column;
}
.gform_wrapper .ginput_complex span {
	width: 100%;
}
.gform_wrapper .ginput_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gform_wrapper .ginput_container_select {
	position: relative;
}
.gform_wrapper .ginput_container_select:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/fa-chevron-down.svg) 50% / contain no-repeat;
	width: 15px;
	pointer-events: none;
}
.gform_wrapper .gfield_label {
	line-height: var(--line-height);
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
}
.gform_wrapper input[type="email"],
.gform_wrapper input[type="text"],
.gform_wrapper select,
.gform_wrapper textarea {
	border: none;
	-webkit-appearance: none;
	appearance: none;
	border-bottom: 1px solid currentColor;
	line-height: var(--line-height);
	font-size: 1rem;
	width: 100%;
}
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
	outline: none;
}
.gform_wrapper textarea {
	line-height: 1.2;
	border: 1px solid #000;
}
.gform_wrapper .gform_footer {
	margin-left: 100px;
}
.post-password-form label {
	line-height: var(--line-height);
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.post-password-form label input {
	font-family: var(--font-family-body);
	font-weight: var(--font-weight-normal);
	max-width: 350px;
	margin-left: 0.5rem;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	border-bottom: 1px solid currentColor;
	line-height: var(--line-height);
	font-size: 1rem;
	width: 100%;
}
.post-password-form label input:focus {
	outline: none;
}
.post-password-form input[type="submit"] {
	margin-top: 2rem;
	display: flex;
}
.swiper-container-responsive:not(.swiper-initialized) .swiper-wrapper {
	box-sizing: border-box;
}
body {
	--header-height: 139px;
}
.site-header {
	position: relative;
	--color: #fff;
	color: var(--color);
}
.post-password-form .site-header input[type="submit"],
.site-header .button,
.site-header .post-password-form input[type="submit"],
.site-header .wp-block-buttons .wp-block-button__link,
.wp-block-buttons .site-header .wp-block-button__link {
	--color: var(--color);
}
.site-header .button__white:hover {
	color: #000;
}
.site-header .custom-logo-alt {
	display: none;
}
.error404:not(.has-nav-open) .site-header,
.has-no-thumbnail:not(.has-nav-open) .site-header,
.search-results:not(.has-nav-open) .site-header,
.single-post:not(.has-nav-open) .site-header {
	--color: #000;
}
.error404:not(.has-nav-open) .site-header .custom-logo,
.has-no-thumbnail:not(.has-nav-open) .site-header .custom-logo,
.search-results:not(.has-nav-open) .site-header .custom-logo,
.single-post:not(.has-nav-open) .site-header .custom-logo {
	display: none;
}
.error404:not(.has-nav-open) .site-header .custom-logo-alt,
.has-no-thumbnail:not(.has-nav-open) .site-header .custom-logo-alt,
.search-results:not(.has-nav-open) .site-header .custom-logo-alt,
.single-post:not(.has-nav-open) .site-header .custom-logo-alt {
	display: block;
}
.post-password-form .site-header input[type="submit"],
.site-header .button,
.site-header .post-password-form input[type="submit"],
.site-header .wp-block-buttons .wp-block-button__link,
.wp-block-buttons .site-header .wp-block-button__link {
	font-weight: var(--font-weight-normal);
	padding: 7px 24px;
}
.site-header a {
	text-decoration: none;
}
.site-header .nav-left {
	width: 230px;
}
@media (min-width: 768px) {
	.site-header .nav-left {
		width: 290px;
	}
}
@media (max-width: 800px) {
	.site-header .nav-right {
		display: none;
	}
}
.site-header .nav-primary {
	font-size: 18px;
}
.site-header .nav-primary a.active,
.site-header .nav-primary a:hover {
	font-weight: var(--font-weight-bold);
	text-decoration: underline;
}
.site-header .nav-primary li {
	margin-left: 1.25em;
}
.site-header .nav-primary ul {
	justify-content: flex-end;
	flex-wrap: wrap;
}
.site-header .nav-secondary .icon-link svg {
	width: 20px;
	height: 20px;
}
.site-header .nav-secondary li {
	margin-left: 1em;
}
.site-header .nav-main {
	position: relative;
	z-index: 150;
	display: flex;
	align-items: center;
	height: var(--header-height);
}
.site-header.has-image .nav-main {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
}
.site-header .hero-content {
	padding-top: var(--header-height);
}
.nav-overlay {
	background: rgba(18, 22, 26, 0.97);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: scroll;
	z-index: 100;
	display: flex;
	flex-direction: column;
	color: #fff;
	transform: translateX(-100%);
	padding-top: calc(var(--header-height) * 1.3);
}
@media (max-width: 767px) {
	.nav-overlay {
		overflow: hidden;
	}
	.nav-overlay .container__main {
		overflow: scroll;
		margin-bottom: 90px;
	}
}
@media (max-width: 767px) {
	.nav-overlay .container__controls {
		display: none;
	}
}
.nav-overlay.js-active {
	transform: translateX(0);
}
@media (min-width: 768px) {
	.nav-overlay {
		padding-top: calc(var(--header-height) * 1.5);
	}
	.nav-overlay .container__controls {
		margin-bottom: calc(var(--header-height) * 0.5);
	}
}
.nav-overlay .tablist a {
	font-family: var(--font-family-heading);
	font-size: 26px;
}
.nav-overlay .tablist a.active {
	font-weight: var(--font-weight-bold);
	text-decoration: underline;
}
.nav-overlay .tabpanel:not(.active) {
	display: none;
}
.nav-overlay .container__main {
	height: 100%;
	display: grid;
}
@media (min-width: 768px) {
	.nav-overlay .container__main {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.nav-overlay .container__main > .col {
	border-left: 1px solid hsla(0, 0%, 100%, 0.4);
	padding: 0 23px;
}
.nav-overlay .close {
	padding: 0;
	display: inline-flex;
	align-items: center;
}
.nav-overlay .close svg {
	width: 17px;
	height: 17px;
	margin-right: 11px;
}
@media (max-width: 767px) {
	.nav-overlay .col:not(.col-secondary) {
		display: none;
	}
}
@media (max-width: 767px) {
	.nav-overlay .col-secondary h3,
	.nav-overlay .col-secondary nav {
		margin-bottom: 25px;
	}
	.nav-overlay .col-secondary h3 svg {
		width: 1.25em;
		height: 1.25em;
		margin-left: 0.25em;
	}
	.nav-overlay .col-secondary h3 a.active {
		font-weight: 700;
		text-decoration: underline;
	}
	.nav-overlay .col-secondary h3 a.active svg {
		transform: rotate(180deg);
	}
}
@media (min-width: 768px) {
	.nav-overlay .col-secondary h3 {
		display: none;
	}
}
body.has-nav-open {
	overflow: hidden;
}
.hwg-searchbox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: 1em;
	width: auto;
}
.hwg-searchbox .fa-search:before {
	font-size: 20px;
}
.hwg-searchbox input {
	margin-right: 10px;
	height: 39px;
	width: 0;
	display: flex;
	border: none;
	padding: 0;
	transition: 0.3s ease-in-out;
}
.hwg-searchbox .show-input {
	width: 144px;
	padding: 1px 5px;
}
.site-footer {
	display: grid;
	--padding-y: 40px;
}
.site-footer a {
	text-decoration: none;
	color: currentColor;
}
.site-footer--main {
	background: var(--grey-2);
	display: grid;
	grid-gap: 50px;
}
@media (min-width: 768px) {
	.site-footer--main {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.site-footer--side {
	background: var(--grey-3);
}
.site-footer > div {
	padding-top: var(--padding-y);
	padding-bottom: var(--padding-y);
}
@media (max-width: 767px) {
	.site-footer .contained-right {
		padding-left: var(--padding);
	}
}
.site-footer .social {
	margin-top: 2em;
}
.site-footer .social a:hover {
	color: #555;
}
.site-footer .social svg {
	width: 25px;
	height: 25px;
}
.site-footer .contacts td,
.site-footer .contacts th {
	text-align: left;
}
.site-footer .contacts th {
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
}
.site-footer .contacts td {
	padding: 2px 5px;
}
@media (max-width: 767px) {
	.site-footer .footer-logos__desktop {
		display: none;
	}
	.site-footer .footer-logos__mobile {
		display: block;
		width: 230px;
	}
}
@media (min-width: 768px) {
	.site-footer .footer-logos__mobile {
		display: none;
	}
	.site-footer .footer-logos__desktop {
		display: block;
		margin: auto;
	}
}
@media (min-width: 768px) {
	.site-footer {
		grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
	}
}
@media (min-width: 1280px) {
	.site-footer {
		grid-template-columns: 1fr calc(((100vw - 1280px) / 2) + 250px);
	}
}
.site-meta {
	font-size: 12px;
	padding: 33px 0;
}
.site-meta a {
	text-decoration: none;
	color: currentColor;
}
.banner {
	--header-height: 140px;
	padding-top: var(--header-height);
	min-height: 60vh;
	position: relative;
	display: flex;
	flex-direction: column;
}
.banner.hero {
	min-height: 90vh;
}
.banner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--grey-1);
	opacity: 0.5;
	mix-blend-mode: multiply;
}
.banner .container {
	display: flex;
	height: 100%;
	flex-grow: 1;
	position: relative;
}
.banner-buttons h6 {
	font-family: var(--font-family-heading);
	font-style: italic;
	margin-right: 1em;
	font-size: 1rem;
}
.banner-buttons a {
	margin-right: 1em;
}
.banner-buttons a,
.banner-buttons h6 {
	white-space: nowrap;
}
.banner-buttons .buttons-container {
	position: relative;
	flex-grow: 1;
	height: 40px;
}
.banner-buttons .buttons-container input {
	display: none;
}
.banner-buttons .buttons-container label {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 11;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 10px;
}
.banner-buttons .buttons-container label svg {
	width: 1.5em;
	height: 1.5em;
	display: block;
}
@media (min-width: 768px) {
	.banner-buttons .buttons-container label {
		display: none;
	}
}
@media (max-width: 767px) {
	.banner-buttons .buttons-container ul {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 10;
		flex-direction: column;
	}
	.banner-buttons .buttons-container ul li:not(:first-child) {
		display: none;
	}
	.banner-buttons .buttons-container .button,
	.banner-buttons .buttons-container .post-password-form input[type="submit"],
	.banner-buttons .buttons-container .wp-block-buttons .wp-block-button__link,
	.post-password-form .banner-buttons .buttons-container input[type="submit"],
	.wp-block-buttons .banner-buttons .buttons-container .wp-block-button__link {
		width: 100%;
	}
	.banner-buttons .buttons-container input:checked + label {
		left: 80%;
		color: #000;
	}
	.banner-buttons .buttons-container input:checked + label + ul > li {
		display: block;
	}
	.banner-buttons .buttons-container input:checked + label + ul > li .button,
	.banner-buttons .buttons-container input:checked + label + ul > li .post-password-form input[type="submit"],
	.banner-buttons .buttons-container input:checked + label + ul > li .wp-block-buttons .wp-block-button__link,
	.post-password-form .banner-buttons .buttons-container input:checked + label + ul > li input[type="submit"],
	.wp-block-buttons .banner-buttons .buttons-container input:checked + label + ul > li .wp-block-button__link {
		--color: #000;
		background: #fff;
		border: none;
	}
	.banner-buttons .buttons-container input:checked + label + ul > li .button:hover,
	.banner-buttons .buttons-container input:checked + label + ul > li .post-password-form input:hover[type="submit"],
	.banner-buttons .buttons-container input:checked + label + ul > li .wp-block-buttons .wp-block-button__link:hover,
	.post-password-form .banner-buttons .buttons-container input:checked + label + ul > li input:hover[type="submit"],
	.wp-block-buttons .banner-buttons .buttons-container input:checked + label + ul > li .wp-block-button__link:hover {
		background: #000;
		color: #fff;
	}
}
.banner-content {
	--flow: 34px;
	margin-top: auto;
	margin-bottom: var(--flow);
}
.banner-content__inner {
	max-width: 680px;
}
@media (min-width: 768px) {
	.banner-content {
		margin-bottom: calc(var(--flow) * 2);
	}
	.banner-content .text {
		line-height: 140%;
		font-size: 26px;
	}
}
.banner .skip-to-content-link {
	position: absolute;
	width: 120px;
	height: 119px;
	background: url(../img/down-arrow.svg) 50% / contain no-repeat;
	right: 0;
	bottom: 0;
}
@media (max-width: 767px) {
	.banner .skip-to-content-link {
		display: none;
	}
}
.swiper.is-small {
	height: 300px;
}
.swiper.is-medium {
	height: 500px;
}
.swiper.is-large {
	height: 700px;
}
.swiper .swiper-slide {
	background-size: cover;
	background-position: 50%;
}
.posts-list {
	--spacing: 80px;
	display: grid;
	grid-column-gap: 40px;
}
@media (min-width: 768px) {
	.posts-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.posts-list .post-card:nth-of-type(-n + 1) {
		border-top: 6px solid #000;
	}
}
@media (min-width: 992px) {
	.posts-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.posts-list .post-card:nth-of-type(-n + 2) {
		border-top: 6px solid #000;
	}
}
@media (min-width: 1200px) {
	.posts-list {
		grid-template-columns: repeat(4, 1fr);
	}
	.posts-list .post-card:nth-of-type(-n + 4) {
		border-top: 6px solid #000;
	}
}
.posts-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}
.posts-pagination > div {
	margin: 0 2em;
}
.posts-pagination .button-alt {
	--icon-size: 30px;
}
.posts-pagination .button-alt svg {
	margin: 0;
}
.post-card {
	border-bottom: 1px solid #000;
	padding: var(--flow) 0;
	display: flex;
	flex-direction: column;
}
.post-card a {
	text-decoration: none;
}
.post-card__tweet .tweet-content a {
	text-decoration: underline;
}
.post-card__tweet .profile-link {
	font-size: 14px;
}
.post-card__tweet .twitter-profile img {
	width: 80px;
}
.post-card .post-meta {
	font-size: 14px;
}
.post-card .read-more {
	margin-top: auto;
}
@media (min-width: 768px) {
	.post-card__wide {
		display: grid;
		grid-column-gap: 40px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-areas: "content image";
		border-bottom: none;
	}
	.post-card__wide .preview {
		margin: auto 0;
	}
	.post-card__wide figure {
		grid-area: image;
	}
	.post-card__wide > div {
		grid-area: content;
	}
}
section.page section.content {
	padding: 4rem 0;
}
main.page {
	overflow: hidden;
}
.single-post .entry-content,
.single-post .post-thumbnail {
	margin-bottom: 2em;
}
.single-post > .container {
	display: grid;
	grid-gap: 80px;
}
@media (min-width: 992px) {
	.single-post > .container {
		grid-template-columns: 3fr 1fr;
	}
}
.entry-content .alignwide {
	margin-left: -80px;
	margin-right: -80px;
}
.entry-content .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	width: 100vw;
}
.entry-content .alignfull img {
	width: 100vw;
}
section.cheatsheet {
	padding-top: 3rem;
}
section.cheatsheet .cheatsheet-item,
section.cheatsheet .page-title {
	margin-bottom: 2rem;
}
section.cheatsheet .cheatsheet-item .code-wrapper {
	border-radius: 5px;
	background-color: #eaeaea;
	padding: 1rem;
}
section.cheatsheet .parameter-table {
	outline: 2px solid transparent;
	outline-offset: -1px;
	transition: outline-color 1s;
}
section.cheatsheet .parameter-table.is-highlighted {
	outline-color: #e80b39;
	transition: outline-color 0ms;
}
section.cheatsheet .parameter-table .values {
	background-color: #343a40;
	color: #fff;
}
section.cheatsheet .parameter-table .values td {
	width: 33.33%;
}
section.cheatsheet .parameter-table .description {
	background-color: #eaeaea;
}
section.cheatsheet .picture {
	width: 100%;
}
section.cheatsheet .parameter-trigger {
	cursor: pointer;
	color: #0069d9;
}
section.cheatsheet .parameter-anchor {
	display: block;
	transform: translateY(-100vh);
}
/*# sourceMappingURL=main.css.map */
