










*, *:before, *:after {
  box-sizing: border-box;
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;  /* 2 */
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;            /* 3 */
}

.sr-only--focusable:focus,
.sr-only--focusable:active {
	clip: auto !important;
	-webkit-clip-path: none !important;
		clip-path: none !important;
	height: auto !important;
	margin: auto !important;
	overflow: visible !important;
	width: auto !important;
	white-space: normal !important;
}

* {
	scroll-behavior: smooth;
	scroll-padding: 220px;
}

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

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


/* Background Colors */
.bg {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bg > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-indeX: 0;
}
.bg--white {
	background-color: #ffffff;
}
.bg--offwhite {
	background-color: #F2F2F2;
}
.bg--lightblack {
	background-color: #333333;
}
.bg--medblack {
	background-color: #231f20;
}
.bg--black {
	background-color: #000000;
}
.bg--lightgrey {
	background-color: #EEEEEE;
}
.bg--medgrey {
	background-color: #DDDDDD;
}
.bg--medgrey2 {
	background-color: #CCCCCC;
}
.bg--medgrey3 {
	background-color: #aeb0b6;
}
.bg--grey {
	background-color: #888888;
}
.bg--darkgrey {
	background-color: #565354;
}
.bg--ultrablue {
	background-color: #e9eef3;
}
.bg--lightblue {
	background-color: #8eb4e3;
}
.bg--dullblue {
	background-color: #4a7ebb;
}
.bg--blue {
	background-color: #006db6;
}
.bg--darkblue {
	background-color: #17375e;
}
.bg--lightred {
	background-color: #ff3C33;
}
.bg--red {
	background-color: #c80c47;
}
.bg--medred {
	background-color: #ba1600;
}
.bg--darkred {
	background-color: #8C0005;
}

/* Pull Up */
@media screen and (max-width: 1024px) {
	.pull-up {
margin-top: 0 !important;
	}
}
body, html {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.5; 
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	margin-block-start: 0;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
* + p {
	margin-block-start: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}

p + h2, 
p + h3, 
p + h4, 
p + h5, 
p + h6 {
    margin-top: 1.5rem;
}

h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2.25rem;
}
h3 {
	font-size: 1.875rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.0rem;
}
@media (min-width: 1024px) {

	h1 {
		font-size: 3.75rem;
	}
	h2 {
		font-size: 2.75rem;
	}
	h3 {
		font-size: 2.25rem;
	}
	
}

a {
    color: #006db6;
    text-decoration: underline;
    transition: color .25s ease; 
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #001d66;
}

ul, ol {
    margin-top: 0;
}
ul li {
    /* list-style-type: '\25fe'; */
/*     padding-left: 0.5rem; */
}
ul li li {
    list-style-type: circle;
}
/* ul li::marker {
	text-shadow: 0 0 0 #006db6;
    color: transparent;
} */

blockquote {
	border-left: 5px solid #006db6;
	margin-left: 1rem;
	padding-left: 1rem;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-style: italic;
}

.text--white *:not(a):not(svg),
.text--white a.hs-button--video  {
    color: #ffffff
}
.text--white h1,
.text--white h2,
.text--white h3,
.text--white h4,
.text--white h5,
.text--white h6 {
    color: #ffffff
}

/* .text--white ul li::marker {
	text-shadow: 0 0 0 #006db6;
} */

.h2--blue h2 {
	color: #006db6 !important;
}

.text-center {
	text-align: center;
}
body {
	max-width: 3840px;
	margin:0 auto;
}

.section__inner {
	position: relative;
	z-index: 1;
}
.section-container {
	width: 100%;
	max-width: 1640px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin: auto;
}

.section-container > .section-container {
	padding-left: 0;
	padding-right: 0;
}
.section-container--extreme-narrow {
	max-width: calc(1640px / 2);
}
.section-container--extra-narrow {
	max-width: calc(1640px - 400px);
}
.section-container--narrow {
	max-width: calc(1640px - 200px);
}
.section-container--large {
	max-width: calc(1640px + 200px);
}
.section-container--full {
	max-width: 100%;
}
.row-fluid {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
}
.row-fluid--top {
	align-items: flex-start;
}
.row-fluid--middle {
	align-items: center;
}
.row-fluid--bottom {
	align-items: flex-end;
}

/* Mobile */
.row-fluid [class*='span'],
.row-fluid--md [class*='span'] {
	float: none;
	width: 100%;
	margin-left: 0;
	order: 1;
}

/* Tablet Size */
/* @media (min-width: 768px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
		gap: 2.564102564%;
	}

	.row-fluid [class*='span'] {
		width: 100%;
		min-height: 1px;
	}

	.row-fluid [class*='span']:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 100%;
	}

	.row-fluid .span11 {
		width: 91.45299145300001%;
	}

	.row-fluid .span10 {
		width: 82.905982906%;
	}

	.row-fluid .span9 {
		width: 74.358974359%;
	}

	.row-fluid .span8 {
		width: 65.81196581200001%;
	}

	.row-fluid .span7 {
		width: 57.264957265%;
	}

	.row-fluid .span6 {
		width: 48.717948718%;
	}

	.row-fluid .span5 {
		width: 40.170940171000005%;
	}

	.row-fluid .span4 {
		width: 31.623931624%;
	}

	.row-fluid .span3 {
		width: 23.076923077%;
	}

	.row-fluid .span2 {
		width: 14.529914530000001%;
	}

	.row-fluid .span1 {
		width: 5.982905983%;
	}

	.row-fluid--md [class*='span'] {
		float: none;
		width: 100%;
		margin-left: 0;
	}
} */

/* Desktop Size */
@media screen and (min-width: 1024px) {
	.row-fluid {
		gap: 3.333333333334%;
	}

	.row-fluid .span12 {
		width: 100%;
	}

	.row-fluid .span11 {
		width: 91.38%;
	}

	.row-fluid .span10 {
		width: 82.77%;
	}

	.row-fluid .span9 {
		width: 74.16%;
	}

	.row-fluid .span8 {
		width: 65.55%;
	}

	.row-fluid .span7 {
		width: 56.94%;
	}

	.row-fluid .span6 {
		width: 48.33%;
	}

	.row-fluid .span5 {
		width: 39.72%;
	}

	.row-fluid .span4 {
		width: 31.11%;
	}

	.row-fluid .span3 {
		width: 22.49%;
	}

	.row-fluid .span2 {
		width: 13.88%;
	}

	.row-fluid .span1 {
		width: 5.277%;
	}
}

/* Visibilty Classes */

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.hidden {
	display: none;
	visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

@media (max-width: 768px) {
	.visible-phone {
		display: inherit !important;
	}

	.hidden-phone {
		display: none !important;
	}

	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.visible-tablet {
		display: inherit !important;
	}

	.hidden-tablet {
		display: none !important;
	}

	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important ;
	}
}

@media (max-width: 768px) {
	.row-fluid .order-1 {
		order: 0;
	}
}
@media (max-width: 1024px) {
	.row-fluid--md .order-1 {
		order: 0;
	}
}

.row-fluid--collapse {
	gap: 0;
}
.row-fluid--collapse .span12 {
	width: 100%;
}

.row-fluid--collapse .span11 {
	width: 91.667%;
}

.row-fluid--collapse .span10 {
	width: 83.333%;
}

.row-fluid--collapse .span9 {
	width: 75%;
}

.row-fluid--collapse .span8 {
	width: 66.667%;
}

.row-fluid--collapse .span7 {
	width: 58.333%;
}

.row-fluid--collapse .span6 {
	width: 50%;
}

.row-fluid--collapse .span5 {
	width: 41.667%;
}

.row-fluid--collapse .span4 {
	width: 33.333%;
}

.row-fluid--collapse .span3 {
	width: 25%;
}

.row-fluid--collapse .span2 {
	width: 16.667%;
}

.row-fluid--collapse .span1 {
	width: 8.333%;
}
/* Padding-Top */
.padding-top {
	padding-top: 2rem;
}
.padding-top--none {
	padding-top: 0;
}
.padding-top--xsmall {
	padding-top: .5rem;
}
.padding-top--small {
	padding-top: 1rem;
}
.padding-top--medium {
	padding-top: 1.5rem;
}
.padding-top--large {
	padding-top: 3rem;
}
.padding-top--xlarge {
	padding-top: 3rem;
}

/* Padding-Bottom */
.padding-bottom {
	padding-bottom: 2rem;
}
.padding-bottom--none {
	padding-bottom: 0;
}
.padding-bottom--xsmall {
	padding-bottom: .5rem;
}
.padding-bottom--small {
	padding-bottom: 1rem;
}
.padding-bottom--medium {
	padding-bottom: 1.5rem;
}
.padding-bottom--large {
	padding-bottom: 3rem;
}
.padding-bottom--xlarge {
	padding-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
	/* Padding-Top */
	.padding-top--xlarge {
		padding-top: 6rem;
	}

	/* Padding-Bottom */
	.padding-bottom--xlarge {
		padding-bottom: 6rem;
	}
}


/* Main menu */
.main-menu {
	display: none;
	justify-content: flex-end;
	align-items: center;
	gap: 5px 1rem;
}
.header__mobile-nav {
	background: #fff;
	border: 0;
	box-shadow: 0 15px 25px rgba(0,0,0,.25);
	display: block;
	height: 50px;
	outline: none;
	padding: 5px;
	position: fixed;
	right: 1rem;
	top: 1rem;
	width: auto;
	z-index: 2020;
}
.header__mobile-nav svg {
	display: block;
	width: 40px;
	height: 40px;
	fill: #17375e;
}
.header__mobile-nav:hover svg {
	fill: #17375e;
}
.main-menu__root {
	display: flex;
	gap: 5px 30px;
	align-items: center;
	list-style: none;
	padding: 1rem 0;
	margin: 0;
}
.main-menu__item {
	position: relative;
}
.main-menu__link {
	color: #000000;
	text-decoration: none;
}
.main-menu__depth-1 > .main-menu__link {
	font-size: 18px;
	font-weight: 700;
	padding: 1rem 0;
}
.main-menu__children-wrapper {
	display: none;
	padding: 0; 
	margin: 0;
	width: 250px;
	border-top: 2px solid #c80c47;
}
.main-menu__children-wrapper .main-menu__item {
	list-style: none;
	display: block;
	padding: 0;
}
.main-menu__children-wrapper .main-menu__link {
	display: block;
	padding: .5rem 1rem ;
	line-height: 1.1;
}
.main-menu__children-wrapper .main-menu__link:hover,
.main-menu__children-wrapper .main-menu__link:focus {
	background: #e9eef3;
	/* color: #ffffff */
	text-decoration: none;
}
.main-menu__children-wrapper .main-menu__link--active {
	background: #c80c47;
	color: #ffffff;
	font-weight: 700;
}
.main-menu__item-has-children:hover > .main-menu__children-wrapper,
.main-menu__item-has-children:focus > .main-menu__children-wrapper,
.main-menu__item-has-children:focus-within > .main-menu__children-wrapper {
	display: flex;
	flex-flow: column nowrap;
	gap: 0;
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	box-shadow: 2px 10px 30px rgba(0, 0, 0, .2);
	z-index: 5;
}

@media screen and (min-width: 768px) {
	.main-menu {
		display: flex;
	}
	.header__mobile-nav {
		display: none;
	}
}


/* Footer Nav */
.footer-menu {
	display: flex;
	flex-flow: column nowrap;
	gap: .5rem;
}
.footer-menu a {
	color: #000000;
	text-decoration: none;
	font-size: .9rem;
}
.footer-menu a:hover,
.footer-menu a:focus {
	text-decoration: underline
}
.footer-menu > a {
	font-weight: 700;
}
.footer-menu__child-wrapper {
	display: flex;
	flex-flow: column nowrap;
	gap: .5rem;
	margin-top: -.5rem;
	padding-left: 1rem;
	font-size: .8rem;
}
.footer-menu__child-wrapper a {
	color: #565354
}
.buttons {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	gap: .25rem .5rem;
}
.text-center .buttons {
	justify-content: center;
}
.hs-button {
	display: inline-block;
	padding: 1rem 1.5rem;
	font-weight: 700;
	cursor: pointer;
	color: #ffffff;
	border: 0 none;
	text-decoration: none;
	text-align: center;
	border-radius: .25rem;
	cursor: pointer;
	background: #c80c47;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .12);
	transition: background ease .25s,
	            color ease .25s,
				box-shadow ease .25s;
}
/* .hs-button  */

.hs-button--white {
	color: #c80c47;
	background: #ffffff;
}
.hs-button--blue {
	color: #ffffff;
	background: #4a7ebb;
}
.hs-button--grey {
	color: #ffffff;
	background: #888888;
}
.hs-button--red {
	color: #ffffff;
	background: #c80c47;
}

.hs-button.cta_button {
	box-sizing: border-box !important;
}
.hs-button:hover {
	color: #ffffff;
	text-decoration: none;
	background: #af002e;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .20);
}
.hs-button--white:hover {
	color: #c80c47;
	background: #F2F2F2;
}
.hs-button--blue:hover {
	color: #ffffff;
	background: #17375e;
}
.hs-button--grey:hover {
	color: #ffffff;
	background: #565354;
}
.hs-button--red {
	color: #ffffff;
	background: #c80c47;
}

.hs-button--large {
	font-size: 2rem;
}
.hs-button--small {
	font-size: .8rem;
}

@media screen and (max-width: 768px) {
	.hs-button {
		width: 100%;
	}
}
.hs-form {
	accent-color: rgba(0, 109, 182, 1);
}
.field > label {
	font-weight: 700;
	line-height: 1.1;
}
.field > label .hs-form-required {
	display: inline-block;
	color: transparent;
	vertical-align: text-bottom;
}
.field > label .hs-form-required::before {
	content: "(required)";
	margin-inline-start: .5rem;
	font-size: .7rem;
	color: #c80c47;
	font-weight: 400;
}
.hs-field-desc {
	color: #006db6;
	font-size: .7rem;
	margin-bottom: .5rem;
	
}
.hs-form .form-columns-2 {
	display: flex;
	flex-flow: column nowrap;
}
@media (min-width: 1024px) {
	.hs-form .form-columns-2 {
		flex-flow: row nowrap;
		gap: 2rem;
	}
}
.hs-form fieldset {
	max-width: 100% !important;
  border: 0 none;
}
.hs-form .form-columns-2 .field {
	flex: 1;
}
.hs-form-field {
  margin-bottom: 1rem;
  width: 100% !important;
}
.hs-input:not([type="checkbox"]):not([type="radio"]):not(div) {
	padding: .5rem;
	width: 100% !important;
	background: rgba(0, 109, 182, .02);
	border: 0 none;
	border-bottom: 2px solid #006db6;
	transition: box-shadow .25s ease;
}
.hs-input:not([type="checkbox"]):not([type="radio"]):focus {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .12);
}
textarea.hs-input {
	min-height: 125px;
}
[type="checkbox"],
[type="radio"] {
	width: 1rem;
	height: 1rem;
}
.inputs-list {
	display: block;
	list-style: none;
	padding: 0;
	font-size: 1rem;
	color: #888888
}
.inputs-list li:hover {
	background: #e9eef3;
	color: #000000
}
.inputs-list li::marker {
	display: none;
	text-shadow: none;
}
.inputs-list label {
	display: flex;
	flex-flow: row nowrap;
	gap: 0 .5rem;
}
.inputs-list .hs-input {
	margin-top: 6px; 
}
.hs-error-msgs {
	padding: 0;
	margin: 0;
}
.hs-error-msgs li {
	color: red;
	font-size: .7rem;
	padding-top: .5rem;
}
.hs-error-msgs li::marker {
	display: none;
	text-shadow: none;
}

.hs-form-booleancheckbox-display > span > * {
	display: inline;
}
.legal-consent-container {
	padding: 1rem;
	margin-bottom: 1rem;
}
.legal-consent-container::before {
	content: "Privacy & Consent";
	display: block;
	font-weight: 700;
	margin-bottom: .5rem
}
.legal-consent-container  .inputs-list {
	color: red;
}
.legal-consent-container  .inputs-list .hs-input:checked + span {
	color: #006db6;
}
.legal-consent-container p {
	font-size: .7rem;
}

.blog__subscribe .hs_recaptcha {
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	grid-row: 2
}

.blog__subscribe .hs-input {
	background: #ffffff !important
}
.podcast__subscribe__form .hs-input {
	background: #ffffff !important
}
.video {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16/9;
}
.video--mp4 {
	aspect-ratio: unset;
}

.video-player {
    background-color: #000000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.video-player img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* gradient */
.video-player::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.video-player--yt::before {
	background: rgba(0, 0, 0, .3);
}
.video-player > .wistia_embed,
.video-player > iframe {
    width: 100% !important;
    height: 100% !important;
	object-fit: contain;
}
.video-player .play {
    z-index: 2;
    position: relative;
    top: 50%;
	width: 60px;
	height: 60px;
	color: #c80c47
}
 .play .video__icon {
	width: 60px;
	height: 60px;
 }
.well {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  border-radius: 15px;
  }
.well--normal {
	padding: 1.5rem;
}
.well--small {
	padding: 1rem;
}
.well--large {
	padding: 2rem;
}


.header {
	background: #ffffff;
}
.header__inner {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	gap: 1rem 40px;
	width: 100%;
	max-width: 1640px;
	margin: auto;
}
.header__logo {
	max-width: 200px;
	padding: 1rem 0 1rem 2rem;
}
.header__nav {
	flex: 1 500px;
}
.footer {
	border-top: 1px solid #e9eef3
}
.footer__inner {
	max-width: 1640px;
	margin: auto;
	padding: 3rem 2rem;
	display: flex;
	flex-flow: row wrap;
	gap: 40px 80px;
}
.footer__col {
	flex: 1 300px; 
}
.footer__col--form { 
	flex: 2 500px;
}
.footer__logo {
	width: 100%;
}
.footer__logo img {
	max-width: 200px;
}
.footer__info__content {
	display: flex;
	gap: .5rem;
	margin-bottom: 1rem;
}
.footer__info__icon {
	width: 20px;
	height: 20px;
	padding-top: 2px;
}
.footer__info__icon svg {
	fill: #c80c47
}
.footer__info__text {}


.return-to-top {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	z-index: 5;
}
.return-to-top:hover {
	background: rgba(233, 238, 243, .8);
}