:root {
  --space: 1.33em;
  --c_green: #9DC33C;
  --c_lblue: #199CD2;
  --c_dblue: #05293E;
  --c_gold: #F79326;
  --c_dgrey: #304C74;
  --c_mgrey: #F4F4F4;
  --c_lgrey: #F7F7F7;
  --c_orange: #F39B16;
  --c_bg-lblue: #EAF5FC;
  --c_bg-green: #F5F9EB;
  --c_bg-orange: #FFF4E9;
  --tc: var(--c_dblue);
  --hc: var(--c_lblue);
  --padding-scale: 3.88;
  --tscale: 1;
  --join-color: #fff;
}

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

.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 */
}

/* 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;
}

/**
* Render the `main` element consistently in IE.
*/

main {
	display: block;
}

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

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

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

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
* 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
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: none; /* 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;
}

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

/**
* Remove the border on images inside links in IE 10.
*/

img {
	border-style: none;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* 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 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 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;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

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

progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* 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, IE 10+, and Firefox.
*/

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

/**
* Add the correct display in IE 10+.
*/

template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
	display: none;
}

/* montserrat-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('https://8630893.fs1.hubspotusercontent-na1.net/hubfs/8630893/raw_assets/public/ADL%20Winning%20Ways%202023/assets/fonts/montserrat-v25-latin_latin-ext-regular.woff2') format('woff2'),
       url('https://8630893.fs1.hubspotusercontent-na1.net/hubfs/8630893/raw_assets/public/ADL%20Winning%20Ways%202023/assets/fonts/montserrat-v25-latin_latin-ext-regular.woff') format('woff');
}
/* montserrat-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('https://8630893.fs1.hubspotusercontent-na1.net/hubfs/8630893/raw_assets/public/ADL%20Winning%20Ways%202023/assets/fonts/montserrat-v25-latin_latin-ext-italic.woff2') format('woff2'),
       url('https://8630893.fs1.hubspotusercontent-na1.net/hubfs/8630893/raw_assets/public/ADL%20Winning%20Ways%202023/assets/fonts/montserrat-v25-latin_latin-ext-italic.woff') format('woff');
}
/* montserrat-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('https://8630893.fs1.hubspotusercontent-na1.net/hubfs/8630893/raw_assets/public/ADL%20Winning%20Ways%202023/assets/fonts/montserrat-v25-latin_latin-ext-800.woff2') format('woff2'),
       url('https://8630893.fs1.hubspotusercontent-na1.net/hubfs/8630893/raw_assets/public/ADL%20Winning%20Ways%202023/assets/fonts/montserrat-v25-latin_latin-ext-800.woff') format('woff');
}

html {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.66;
  color: var(--tc);
}

body {
  font-size: 1em;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-top: 0;
}

h1 {
  font-size: 3.66em;
}
h2 {
  font-size: 2.88em;
}
h3 {
  font-size: 1.33em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}
.hero__blurb > div:first-child {
	line-height: 1.2;
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.hero__blurb > div:first-child {
		font-size: 50px !important;
		
	}
}

b,
strong {
  font-weight: 700;
}

p {
  font-size: calc(1em * var(--tscale));
  margin: 0;
}

li p {
  font-size: 1em;
}

ol,
ul {
  font-size: calc(1rem * var(--tscale));
  padding-left: 1em;
}

* + p {
  margin-top: var(--space)
}

.text--fancy-ol ol {
  list-style: none;
  padding: 0;
  counter-reset: numlist;
}

.text--fancy-ol ol li {
  padding-left: 3.33em;
  color: var(--hc);
  counter-increment: numlist;
  position: relative;
  margin-bottom: 1.66em;
}

.text--fancy-ol ol li::before {
  content: counter(numlist);
  font-family: 'Nico Moji', museo, serif;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 2.33em;
}

.text--big-check-ul ul {
  list-style: none;
  padding: 0;
  --tscale: 1.1;
}

.text--big-check-ul ul li {
  padding-left: 2.88em;
  position: relative;
  margin-bottom: 1.33em;
}

.text--big-check-ul ul li::before {
  content: '';
  display: block;
  width: 1.66em;
  height: 1.66em;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='37' viewBox='0 0 45 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.7449 0.00113336L35.619 3.1271L15.0279 23.7186L9.37765 18.0684L6.2517 14.9425L0 21.1942L3.12596 24.3201L15.0274 36.2216L41.8713 9.37765L44.9973 6.25169L38.7456 0L38.7449 0.00113336Z' fill='%232AB1F1'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.33em;
  left: 0;
}

.large-check-list {
  list-style: none;
  padding: 0;
  --tc: var(--c_dblue);
}

.large-check-list__item {
  position: relative;
  padding-left: 2.33em;
  color: var(--tc);
  --hc: var(--tc);
}

.large-check-list__item::before {
  content: '';
  display: block;
  width: 1.66em;
  height: 1.66em;
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='40' viewBox='0 0 39 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7539 39.5078C30.3832 39.5078 39 30.891 39 20.2617C39 9.63239 30.3832 1.01562 19.7539 1.01562C9.12458 1.01562 0.507812 9.63239 0.507812 20.2617C0.507812 30.891 9.12458 39.5078 19.7539 39.5078Z' fill='%236F6F6F' fill-opacity='0.1'/%3E%3Cpath d='M19.2461 38.4922C29.8754 38.4922 38.4922 29.8754 38.4922 19.2461C38.4922 8.61677 29.8754 0 19.2461 0C8.61677 0 0 8.61677 0 19.2461C0 29.8754 8.61677 38.4922 19.2461 38.4922Z' fill='%23FCD735'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.6633 13.0704L25.9669 12.1875L15.6549 22.4998L12.8253 19.6701L8.12891 20.5531V21.2356L9.69439 22.8011L15.6547 28.7613L29.0981 15.3179L30.6636 13.7524L30.6633 13.0704Z' fill='%23E9E9E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5324 10.1568L25.9669 11.7223L15.6549 22.0346L12.8253 19.2049L11.2598 17.6395L8.12891 20.7703L9.69439 22.3358L15.6547 28.2961L29.0981 14.8526L30.6636 13.2871L27.5328 10.1562L27.5324 10.1568Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.125em;
  left: 0;
}

.large-check-list--gold {
  --tc: var(--c_lblue);
}

.large-check-list--lblue .large-check-list__item::before {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='40' viewBox='0 0 39 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7539 39.5078C30.3832 39.5078 39 30.891 39 20.2617C39 9.63239 30.3832 1.01562 19.7539 1.01562C9.12458 1.01562 0.507812 9.63239 0.507812 20.2617C0.507812 30.891 9.12458 39.5078 19.7539 39.5078Z' fill='%236F6F6F' fill-opacity='1'/%3E%3Cpath d='M19.2461 38.4922C29.8754 38.4922 38.4922 29.8754 38.4922 19.2461C38.4922 8.61677 29.8754 0 19.2461 0C8.61677 0 0 8.61677 0 19.2461C0 29.8754 8.61677 38.4922 19.2461 38.4922Z' fill='%2335B2EE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.6633 13.0704L25.9669 12.1875L15.6549 22.4998L12.8253 19.6701L8.12891 20.5531V21.2356L9.69439 22.8011L15.6547 28.7613L29.0981 15.3179L30.6636 13.7524L30.6633 13.0704Z' fill='%2335B2EE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5324 10.1568L25.9669 11.7223L15.6549 22.0346L12.8253 19.2049L11.2598 17.6395L8.12891 20.7703L9.69439 22.3358L15.6547 28.2961L29.0981 14.8526L30.6636 13.2871L27.5328 10.1562L27.5324 10.1568Z' fill='white'/%3E%3C/svg%3E");
}

.large-check-list--dblue .large-check-list__item::before {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='40' viewBox='0 0 39 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7539 39.5078C30.3832 39.5078 39 30.891 39 20.2617C39 9.63239 30.3832 1.01562 19.7539 1.01562C9.12458 1.01562 0.507812 9.63239 0.507812 20.2617C0.507812 30.891 9.12458 39.5078 19.7539 39.5078Z' fill='%23324D73' fill-opacity='1'/%3E%3Cpath d='M19.2461 38.4922C29.8754 38.4922 38.4922 29.8754 38.4922 19.2461C38.4922 8.61677 29.8754 0 19.2461 0C8.61677 0 0 8.61677 0 19.2461C0 29.8754 8.61677 38.4922 19.2461 38.4922Z' fill='%23324D73'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.6633 13.0704L25.9669 12.1875L15.6549 22.4998L12.8253 19.6701L8.12891 20.5531V21.2356L9.69439 22.8011L15.6547 28.7613L29.0981 15.3179L30.6636 13.7524L30.6633 13.0704Z' fill='%2335B2EE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5324 10.1568L25.9669 11.7223L15.6549 22.0346L12.8253 19.2049L11.2598 17.6395L8.12891 20.7703L9.69439 22.3358L15.6547 28.2961L29.0981 14.8526L30.6636 13.2871L27.5328 10.1562L27.5324 10.1568Z' fill='white'/%3E%3C/svg%3E");
}

.large-check-list--orange .large-check-list__item::before {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='40' viewBox='0 0 39 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7539 39.5078C30.3832 39.5078 39 30.891 39 20.2617C39 9.63239 30.3832 1.01562 19.7539 1.01562C9.12458 1.01562 0.507812 9.63239 0.507812 20.2617C0.507812 30.891 9.12458 39.5078 19.7539 39.5078Z' fill='%23F39B16' fill-opacity='1'/%3E%3Cpath d='M19.2461 38.4922C29.8754 38.4922 38.4922 29.8754 38.4922 19.2461C38.4922 8.61677 29.8754 0 19.2461 0C8.61677 0 0 8.61677 0 19.2461C0 29.8754 8.61677 38.4922 19.2461 38.4922Z' fill='%23F39B16'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.6633 13.0704L25.9669 12.1875L15.6549 22.4998L12.8253 19.6701L8.12891 20.5531V21.2356L9.69439 22.8011L15.6547 28.7613L29.0981 15.3179L30.6636 13.7524L30.6633 13.0704Z' fill='%2335B2EE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5324 10.1568L25.9669 11.7223L15.6549 22.0346L12.8253 19.2049L11.2598 17.6395L8.12891 20.7703L9.69439 22.3358L15.6547 28.2961L29.0981 14.8526L30.6636 13.2871L27.5328 10.1562L27.5324 10.1568Z' fill='white'/%3E%3C/svg%3E");
}


.arrow-list {
  list-style: none;
  padding: 0;
  --tc: var(--c_dblue);
}

.arrow-list__item {
  position: relative;
  padding-left: 2.33em;
  color: var(--tc);
  --hc: var(--tc);
}

.arrow-list__item::before {
  content: '';
  display: block;
  width: 1.66em;
  height: 1.66em;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1200pt' height='1200pt' version='1.1' viewBox='0 0 1200 1200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffdd7b' d='m1171.7 529.2-395.04-395.04c-17.961-18.898-42.789-29.746-68.859-30.082-26.066-0.33594-51.168 9.8633-69.609 28.289-18.445 18.43-28.668 43.52-28.352 69.59 0.3125 26.066 11.137 50.906 30.02 68.883l233.52 233.16h-776.64c-34.555 0-66.484 18.434-83.762 48.359-17.277 29.926-17.277 66.797 0 96.719 17.277 29.926 49.207 48.363 83.762 48.363h774.48l-231.36 231.72c-23.41 24.629-32.176 59.738-23.094 92.48 9.082 32.742 34.68 58.32 67.434 67.375 32.75 9.0508 67.852 0.25391 92.461-23.176l395.04-395.04c18.207-18.098 28.406-42.73 28.32-68.402 0.0625-0.79688 0.0625-1.6016 0-2.3984 0.058594-0.80078 0.058594-1.6016 0-2.3984-0.007812-25.652-10.195-50.254-28.32-68.402z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.125em;
  left: 0;
}

.arrow-list--gold {
  --tc: var(--c_lblue);
}

.arrow-list--lblue .arrow-list__item::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1200pt' height='1200pt' version='1.1' viewBox='0 0 1200 1200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%232ab1f0' d='m1171.7 529.2-395.04-395.04c-17.961-18.898-42.789-29.746-68.859-30.082-26.066-0.33594-51.168 9.8633-69.609 28.289-18.445 18.43-28.668 43.52-28.352 69.59 0.3125 26.066 11.137 50.906 30.02 68.883l233.52 233.16h-776.64c-34.555 0-66.484 18.434-83.762 48.359-17.277 29.926-17.277 66.797 0 96.719 17.277 29.926 49.207 48.363 83.762 48.363h774.48l-231.36 231.72c-23.41 24.629-32.176 59.738-23.094 92.48 9.082 32.742 34.68 58.32 67.434 67.375 32.75 9.0508 67.852 0.25391 92.461-23.176l395.04-395.04c18.207-18.098 28.406-42.73 28.32-68.402 0.0625-0.79688 0.0625-1.6016 0-2.3984 0.058594-0.80078 0.058594-1.6016 0-2.3984-0.007812-25.652-10.195-50.254-28.32-68.402z'/%3E%3C/svg%3E");
}

.arrow-list--dblue .arrow-list__item::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1200pt' height='1200pt' version='1.1' viewBox='0 0 1200 1200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23314c74' d='m1171.7 529.2-395.04-395.04c-17.961-18.898-42.789-29.746-68.859-30.082-26.066-0.33594-51.168 9.8633-69.609 28.289-18.445 18.43-28.668 43.52-28.352 69.59 0.3125 26.066 11.137 50.906 30.02 68.883l233.52 233.16h-776.64c-34.555 0-66.484 18.434-83.762 48.359-17.277 29.926-17.277 66.797 0 96.719 17.277 29.926 49.207 48.363 83.762 48.363h774.48l-231.36 231.72c-23.41 24.629-32.176 59.738-23.094 92.48 9.082 32.742 34.68 58.32 67.434 67.375 32.75 9.0508 67.852 0.25391 92.461-23.176l395.04-395.04c18.207-18.098 28.406-42.73 28.32-68.402 0.0625-0.79688 0.0625-1.6016 0-2.3984 0.058594-0.80078 0.058594-1.6016 0-2.3984-0.007812-25.652-10.195-50.254-28.32-68.402z'/%3E%3C/svg%3E");
}

.arrow-list--orange .arrow-list__item::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1200pt' height='1200pt' version='1.1' viewBox='0 0 1200 1200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f39b16' d='m1171.7 529.2-395.04-395.04c-17.961-18.898-42.789-29.746-68.859-30.082-26.066-0.33594-51.168 9.8633-69.609 28.289-18.445 18.43-28.668 43.52-28.352 69.59 0.3125 26.066 11.137 50.906 30.02 68.883l233.52 233.16h-776.64c-34.555 0-66.484 18.434-83.762 48.359-17.277 29.926-17.277 66.797 0 96.719 17.277 29.926 49.207 48.363 83.762 48.363h774.48l-231.36 231.72c-23.41 24.629-32.176 59.738-23.094 92.48 9.082 32.742 34.68 58.32 67.434 67.375 32.75 9.0508 67.852 0.25391 92.461-23.176l395.04-395.04c18.207-18.098 28.406-42.73 28.32-68.402 0.0625-0.79688 0.0625-1.6016 0-2.3984 0.058594-0.80078 0.058594-1.6016 0-2.3984-0.007812-25.652-10.195-50.254-28.32-68.402z'/%3E%3C/svg%3E");
}
* {
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

.l-page-wrap {
  max-width: 1400px;
  padding-right: var(--space);
  padding-left: var(--space);
  margin: 0 auto;
}

.l-page-wrap--medium {
  max-width: 1100px;
}

.l-page-wrap--narrow {
  max-width: calc(46em + 0.66vw);
}

.l-page-wrap--wide {
  max-width: calc(69em + 1.88vw);
}

.l-page-wrap--full {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* Zoom / enlarge page on big screens */
@media (min-width: 1900px) {

  body {
    font-size: 1.125em;
  }

}

/*
 * Hubspot Grid
 */

/*
.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}
*/

.row-fluid {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.row-fluid--top {
    align-items: flex-start;
}
.row-fluid--center {
    align-items: center;
}
.row-fluid--bottom {
    align-items: flex-end;
}

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


@media screen and (min-width: 690px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid [class*="span"] {
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
    }

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

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 960px) {

    .row-fluid [class*="span"] {
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* 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: 690px) {
    .visible-phone {
        display: inherit !important;
    }

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

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

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

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

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

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

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



@media (min-width: 768px) {

  .wrap-grid .row-fluid [class*="span"]:nth-child(2) {
    margin-left: 0;
  }

}
.button,
.hs-button {
  display: inline-block;
  font-size: 1em;
  border: 0;
  text-decoration: none;
  padding: calc(var(--space) /2) var(--space);
  background-color: var(--c_gold);
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.button--active {
  background-color: var(--c_dblue);
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08), 
              0px 5px 6px rgba(0, 0, 0, 0.15);
}

.button--light,
.hs-button--light {
  border: 0;
  background-color: #fff;
  color: var(--c_lblue) !important;
}

.button--light:hover,
.button--light:focus,
.hs-button--light:hover,
.hs-button--light:focus,
.button--light.button--active,
.hs-button--light.button--active  {
  background-color: var(--c_lblue);
  color: #fff !important;
}

.button--light:active,
.hs-button--light:active {
  background-color: #fff;
  color: var(--c_lblue) !important;
}

/* Green */

.button--green,
.hs-button--green {
  border: 0;
  background-color: var(--c_green);
  color: #fff !important;
}

.button--green:hover,
.button--green:focus,
.hs-button--green:hover,
.hs-button--green:focus,
.button--green.button--active,
.hs-button--green.button--active {
  background-color: #fff;
  color: var(--c_green) !important;
}

/* Yellow */

.button--yellow,
.hs-button--yellow {
  border: 0;
  background-color: #FDDB5C;
  color: #333 !important;
}

.button--yellow:hover,
.button--yellow:focus,
.hs-button--yellow:hover,
.hs-button--yellow:focus,
.button--yellow.button--active,
.hs-button--yellow.button--active {
  background-color: #fff;
  color: #333 !important;
}

/* Black */

.button--black,
.hs-button--black {
  border: 0;
  background-color: #000;
  color: #fff !important;
}

.button--black:hover,
.button--black:focus,
.hs-button--black:hover,
.hs-button--black:focus,
.button--black.button--active,
.hs-button--black.button--active {
  background-color: #333;
  color: #fff !important;
}

/* Blue */

.button--blue,
.hs-button--blue {
  border: 0;
  background-color: var(--c_lblue);
  color: #fff !important;
}

.button--blue:hover,
.button--blue:focus,
.hs-button--blue:hover,
.hs-button--blue:focus,
.button--blue.button--active,
.hs-button--blue.button--active {
  background-color: var(--c_dblue);
  color: #fff !important;
}

/* Small */

.button--small {
  --tscale: 0.88;
}

/* Post content CTA */

.post-content-cta {
  display: block;
  text-align: center;
  padding: 0.33em 2em;
  color: var(--tc);
  font-size: 1.66em;
  font-weight: 300;
}

.post-content-cta b {
  font-weight: bolder;
}

.button--text,
.button--text:hover,
.button--text:focus {
  padding: 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: var(--hc);
}

.button--text:hover,
.button--text:focus {
  text-decoration: underline;
}

/* Video */

.button--video {
  position: relative;
  padding-right: 2.66em;
}

.button--video:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent currentColor;
  position: absolute;
  right: 0.99em;
  top: 50%;
  transform: translateY(-50%);
}

.button--video:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid currentColor;
  border-radius: 100%;
  position: absolute;
  right: 0.7em;
  top: 50%;
  transform: translateY(-50%);
}
.section {
  --bgc: transparent;
  --tc: var(--c_dblue);
  --pt-multiplier: 5.88;
  --pb-multiplier: 5.88;
  --mt-multiplier: 0;
  --opacity: 0.33;
  --bbc: transparent;
  background-color: var(--bgc);
  color: var(--tc);
  padding-top: calc((var(--space) * var(--pt-multiplier)) + 1px);
  padding-bottom: calc((var(--space) * var(--pb-multiplier)) + 1px);
  margin-top: calc(1em * var(--mt-multiplier));
  position: relative;
  border-bottom: 5px solid var(--bbc);
}

.section__title {
  text-align: center;
  margin-bottom: var(--space);
  color: var(--tc);
  position: relative;
  font-size: 2.25em;
}

.section__title--small {
  font-size: 1.88em;
}

.section__title--large {
  font-size: 2.66em;
}

@media (min-width: 1000px) {
  
  .section__title--small {
    font-size: 1.33em;
  }

  .section__title {
    font-size: 2.66em;
  }
  
  .section__title--large {
    font-size: 3.66em;
  }

}

.section__subtitle {
  display: block;
  color: var(--tc);
  font-size: 0.66em;
  margin-top: 0.33em;
  text-transform: initial;
}

.section__subtitle--small {
  font-size: 0.44em;
}

.section__subtitle--large {
  font-size: 0.88em;
}

/* BG Image */

.section__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: var(--opacity);
}

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

.notch-accent {
  position: absolute;
  right: 0;
  bottom: -0.25em;
  width: 9em;
  height: 8em;
  z-index: 0001;
}

.notch-accent--top {
  top: -0.25em;
  bottom: auto;
  transform: rotate(180deg);
}

.notch-accent svg {
  width: 100%;
  height: 100%;
}
.adl__hubForm {
  margin-top: var(--space);
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  font-size: 1em;
  min-width: 100%;
  background: #FFFFFF;
  border: 2px solid rgba(48, 76, 116, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  color: var(--tc);
  padding: calc(var(--space) * 0.66) calc(var(--space) * 0.88) !important;
}

::placeholder {
  color: #BFC8D3;
}

.hs-form,
.hs-form * {
  box-sizing: border-box;
}

.hs-form fieldset {
  min-width: 100%;
  max-width: 100%;
  position: relative;
}

.hs-form fieldset > * {
  flex: 1;
  min-width: 100%;
}

@media (min-width: 690px) {

  .hs-form fieldset {
    display: flex;
    gap: var(--space);
  }

  .hs-form fieldset > * {
    min-width: 0%;
  }

}

.hs-form fieldset .input,
.hs-form fieldset .input input {
  width: 100% !important;
  margin: 0;
  box-sizing: border-box;
}

.hs-form fieldset + fieldset {
  margin-top: var(--space);
}

.inputs-list {
  list-style: none;
  padding: 0;
}

.hs-form fieldset input[type=radio],
.hs-form fieldset input[type=checkbox] {
  width: auto !important;
  margin-right: 0.33em
}


.hs-form select,
.hs-form textarea {
  font-size: 1em;
  background: #FFFFFF;
  border: 2px solid rgba(48, 76, 116, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  color: var(--tc);
  padding: calc(var(--space) / 2);
  width: 100% !important;
}

.hs-error-msgs {
  background-color: var(--c_gold);
  list-style: none;
  padding: calc(var(--space) * 0.33) var(--space);
  margin: 0.33em 0 0;
  font-size: 0.66em;
  border-radius: 3em;
  width: 100%;
}

.hs-form p,
.hs-form .hs-richtext {
  font-size: 0.88rem;
}

.adl__hubForm .actions {
  margin-top: 1.33em;
  text-align: center;
}

.field {
  margin-bottom: 0.66em;
}

textarea {
  height: 8em;
}

.hero__blurb form {
  text-align: left;
}

.hs-form-checkbox-display {
  position: relative;
}

.hs-form-checkbox-display .hs-input {
  display: none;
}

.hs-form-checkbox-display span::before {
  content: '';
  display: inline-block;
  width: 1.125em;
  height: 1.25em;
  background-color: var(--tc);
  vertical-align: middle;
  margin-right: 0.44em;
  border-radius: 0.25em;
}

.hs-form-checkbox-display .hs-input:checked ~ span::after {
  content: '✔';
  display: inline-block;
  width: 1.125em;
  height: 1.25em;
  color: #fff;
  position: absolute;
  top: -0.125em;
  left: 0.125em;
}