/* resets */

/* @import 'normalize.css'; */

/*! 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;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/* 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;
}

/* abstracts */

/* Colors */

:root {

	/* Colors */

	/* Fonts */

	/* Sizes */

}

/* Breakpoints */

/* 576px */

/* 768px  */

/* 1040px  */

/* 1200px  */

/* 1400px  */

.clearfix::after {
    display: block;
    content: "";
    clear: both;
  }

/**
 * Flex
 */

.flex {
	display: flex;
	gap: var(--gap, 1rem);
}

/**
 * Gradients & Filters
 */

.gradient {

	top: auto;
	z-index: 2222;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin-top: 2em;
	position: absolute;

}

.gradient-to-black:after {
			content: '';
			height: 55px;
			position: absolute;
			top: auto;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			background: rgb(39, 39, 39);
			background: linear-gradient(180deg, rgba(39, 39, 39, 0) 0%, rgba(39, 39, 39, 1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727", endColorstr="#272727", GradientType=1);
		}

@media screen and (min-width: 48em) {

.gradient-to-black:after {
				height: 150px
		}

			}

.gradient-white-to-secondary:after {
			content: '';
			height: 55px;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			background: rgb(255,198,39);
			/* background: -moz-linear-gradient(0deg, rgba(255,198,39, 1) 50%, rgba(251, 250, 249, 1) 100%);
			background: -webkit-linear-gradient(0deg, rgba(255,198,39, 1) 50%, rgba(251, 250, 249, 1) 100%);
			background: linear-gradient(0deg, rgba(255,198,39, 1) 50%, rgba(251, 250, 249, 1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe18d", endColorstr="#ffffff", GradientType=1); */
		}

@media screen and (min-width: 48em) {

.gradient-white-to-secondary:after {
				height: 150px
		}

			}

.gradient-white-to-neutral:after {
			content: '';
			height: 55px;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			background: rgb(239, 231, 221);
			background: linear-gradient(0deg, rgba(239, 231, 221, 1) 50%, rgba(251, 250, 249, 1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efe7dd", endColorstr="#ffffff", GradientType=1);
		}

@media screen and (min-width: 48em) {

.gradient-white-to-neutral:after {
				height: 150px
		}

			}

.gradient-primary-to-white:after {
			content: '';
			height: 55px;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			background: rgb(251, 250, 249);
			background: linear-gradient(0deg, rgba(251, 250, 249, 1) 50%, rgba(239, 231, 221, 1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#efe7dd", GradientType=1);
		}

@media screen and (min-width: 48em) {

.gradient-primary-to-white:after {
				height: 150px
		}

			}

.gradient-gray-to-white:after {
			content: '';
			height: 55px;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			background: rgb(251, 250, 249);
			background: linear-gradient(0deg, rgba(251, 250, 249, 1) 50%, rgba(239, 239, 239, 1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efe7dd", endColorstr="#ffffff", GradientType=1);
		}

@media screen and (min-width: 48em) {

.gradient-gray-to-white:after {
				height: 150px
		}

			}

.gradient-white-to-gray:after {
			content: '';
			height: 55px;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			background: rgb(239, 239, 239);
			background: linear-gradient(90deg, rgba(239, 239, 239, 1) 50%, rgba(251, 250, 249, 1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#efe7dd", GradientType=1);
		}

@media screen and (min-width: 48em) {

.gradient-white-to-gray:after {
				height: 150px
		}

			}

.gradient-white-to-lightGray:after {
			content: '';
			height: 55px;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			background: rgb(251,250,249);
			background: linear-gradient(180deg, rgba(251,250,249,1) 0%, rgba(244,243,240,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfaf9",endColorstr="#f4f3f0",GradientType=1);
		}

@media screen and (min-width: 48em) {

.gradient-white-to-lightGray:after {
				height: 150px
		}

			}

.gradient-svg-to-black * {
		width: 100%;
		left: auto;
		right: auto;
		height: auto;
		top: auto;
		bottom: 0;
		transform: scaleX(1) scaleY(-1);
	}

.blurry {
	z-index: 2222;
	bottom: 3em;
	left: 0;
	background: rgba(251, 250, 249, 0.75);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(251, 250, 249, 0.3);
	position: absolute;

	/* padding:2em 1.5em; */

	/* div {
		filter: blur(0);
		-webkit-filter: blur(0);
		z-index: 3333;
		display: block;
		padding: 1em;
		position: relative;
		width: 100%;
		background-color: rgba(251, 250, 249, 0.8);
	} */

}

.on-dark-bg{
	color: #fbfaf9 !important;
}

.full-width {
	width: 100vw;
	margin-right: calc(49% - 51vw);
}

@media screen and (max-width: 48em) {

		.full-width_no-mobile {
			width: initial;
			margin-right: auto;
		}
	}

.border-hr{
	border-bottom: 10px solid #00A7E1;
}

.overlap-block {
	position: relative;
	padding-top: 3em;
}

@media screen and (min-width: 48em) {

.overlap-block {

		padding-top: 0
}

		.overlap-block:after {
			content: '';
			background-color: #272727;
			top: 0;
			left: 0;
			right: 0;
			width: 100%;
			height: 10em;
			z-index: 2222;
			position: absolute;
			display: block;
		}

		.overlap-block.overlap-block-bottom,
		.overlap-block.overlap-block-top {
			padding-bottom: 0;
		}

			.overlap-block.overlap-block-bottom:after, .overlap-block.overlap-block-top:after {
				top: auto;
				bottom: 0;
				height: 5em;
			}
				.overlap-block.overlap-block-bottom.overlap-block-extended:after, .overlap-block.overlap-block-top.overlap-block-extended:after {
					height: 50%;
				}
				.overlap-block.overlap-block-bottom-white:after, .overlap-block.overlap-block-top-white:after {
					background-color: #fbfaf9;
				}
				.overlap-block.overlap-block-bottom-primary:after, .overlap-block.overlap-block-top-primary:after {
					background-color: #0075c9;
				}
				.overlap-block.overlap-block-bottom-secondary:after, .overlap-block.overlap-block-top-secondary:after {
					background-color: #00bcb4;
				}
				.overlap-block.overlap-block-bottom-lightGray:after, .overlap-block.overlap-block-top-lightGray:after {
					background-color: #e3e2e2;
				}

		.overlap-block.overlap-block-top {

			padding-bottom: 12rem !important;
			/* padding-top: 0 !important; */

		}


			.overlap-block.overlap-block-top:after {
				bottom: auto;
				top: 0;
				height: 0;
			}

			.overlap-block.overlap-block-top:before {
				content: '';
				top: 0;
				left: 0;
				right: 0;
				width: 100%;
				height: 10em;
				z-index: 2222;
				position: absolute;
				display: block;
				bottom: auto;
				height: 5em;
			}

			.overlap-block.overlap-block-top .content {
				/* padding-top: 12rem; */
			}
				.overlap-block.overlap-block-top-lightGray:before {
					background-color: #e3e2e2;
				}
				.overlap-block.overlap-block-top-secondary:before {
					background-color: #00bcb4;
				}
				.overlap-block.overlap-block-top-black:before {
					background-color: #272727;
				}
				.overlap-block.overlap-block-top-white:before {
					background-color: #fbfaf9;
				}

	}

.overlap-block .img-overlap {
		position: relative;
		z-index: 3333;
	}

.section-accent {
	position: relative;

}

.section-accent:before {
		content: '';
		position: absolute;
		width: 250px;
		height: 8px;
		background: #67B2E8;
		z-index: 7777;
		margin: 0 auto;
		inset: 0;
	}

#site.no-form section:last-of-type {
		padding-bottom: 15em;
	}

.img-border-radius.ynyn {
		border-radius: 20px 0 20px 0;
	}

.img-border-radius.nyny {
		border-radius: 0 20px 0 20px;

	}

.podcast {
	font-style: italic;
}

.priority {
	font-size: 2em;
	color: red;
	font-weight: bold;
}

@media screen and (min-width: 48em) {
		.indent-left {
			padding-left: 5em;
		}

		.indent-right {
			padding-right: 5em;
		}

		.indent-sides {
			padding: 0 5em;
		}
}

/**
 * @section Overrides
 * Nudge and tweak alignment, spacing, and visibility.
 */

/**
 * Text sizes
 */

.text-small {
	font-size: 1rem !important;
	line-height: 1.6;
}

.text-large {
	font-size: 1.3rem;
	line-height: 1.4;
}

@media (min-width: 48em) {

.text-large {
		font-size: 1.5rem
}
	}

/**
 * Text colors
 */

.text-muted {
	color: var(--color-gray-dark);
}

.text-gray {}

.text-accent {
	color: #00A7E1;
}

.text-accent-alt{
		color: #00bcb4;
	}

.text-accent--dark{
		color: #005796;
	}

.text-accent--bold{
		font-weight: bold;
	}

/**
 * Text alignment
 */

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.align-center {
	text-align: center;
	margin: 0 auto;
	justify-content: center;
}

.align-top {
	align-items: flex-start !important;
}

.align-vertical {
	align-items: center;
}

.flex-start {
	justify-content: flex-start !important;
}

.flex-end {
	align-items: flex-end !important;
}

/**
 * Floats
 */

.float-left {
	float: left;
}

.float-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.float-right {
	float: right;
}

/**
 * Margins
 */

p.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.margin-top {
	margin-top: 1.25em;
}

.margin-bottom {
	margin-bottom: 1.25em;
}

.margin {
	margin: 1.25em;
}

.margin-bottom-small {
	margin-bottom: 2em;
}

.margin-bottom-large {
	margin-bottom: 5em;
}

.margin-top-large {
	margin-top: 5em;
}

.margin-top-xlarge {
	margin-top: 8em;
}

/**
 * Padding
 */

.no-padding {
	padding: 0;

}

.no-padding-top {
	padding-top: 0;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.padding-top {
	padding-top: 3em;
}

.padding-small {
	padding: 1em 0;
}

.padding-medium {
	padding: 3em 0;
}

.padding-xlarge {
	padding: 3em 0;
}

.padding-top-small {
	padding-top: 1em;
}

.padding-top-medium {
	padding-top: 3em;
}

.padding-top-large {
	padding-top: 5em;
}

@media screen and (min-width: 48em) {

.padding-top-xlarge {
		padding-top: 9em
}
	}

.padding-bottom {
	padding-bottom: 1.25em;
}

.padding-bottom-small {
	padding-bottom: 1em;
}

.padding-bottom-medium {
	padding-bottom: 4em;
}

.padding-bottom-large {
	padding-bottom: 9em;
}

.padding-bottom-xlarge {
	padding-bottom: 3em !important;
}

/** Hide Elements **/

.hide-mobile {
	display: none !important;
}

@media (min-width: 65em) {

.hide-mobile {
		display: block !important
}
	}

.mobile-only {
	display: block;
}

@media (min-width: 65em) {

.mobile-only {
		display: none
}
	}

.desktop-only {
	display: none;
}

@media (min-width: 75em) {

.desktop-only {
		display: block
}
	}

.tablet-up {
	display: none;
}

@media (min-width: 48em) {

.tablet-up {
		display: block
}
	}

.margin-wrap {
	margin: 0 20px;
}

.relative-wrapper {
	position: relative;
}

.zed {
	z-index: 3333;
	position: relative;
}

.img-grayscale img {
		filter: grayscale(100%);
	}

@media (min-width: 48em) {

.center {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)

}
	}

.no-gap{
	gap: 0;
}

#backToTop {
    position: fixed;
    padding: 10px;
    bottom: 20px;
    right: 20px;
    color: white;
    background-color: #005796;
    z-index: 9999;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 0;

}

#backToTop svg{
		transform: rotate(-90deg);
	}

#backToTop.visible,
    #backToTop:hover {
        opacity: 1;
    }

#backToTop:hover {
        cursor: pointer;
        background-color: hsl(205, 74%, 55%);
    }

.tooltip {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	z-index: 9999;
	width: 100%;
	height: 30px;
	width: 30px;
}

.tooltip:before {
		content: 'i';
		font-size: 1.225rem;
		display: flex;
		/* padding: 1em; */
		background-color: #fbfaf9;
		color: #0075c9;
		border-radius: 50%;
		font-weight: bold;
		justify-content: center;
		height: 30px;
		width: 30px;
		margin-bottom: 1rem;
	}

.tooltip [data-tooltip] {
		position: absolute;
		z-index: 4444;
		inset: 0;
		cursor: pointer;
		width: 30px;
		height: 30px;


	}

.tooltip [data-tooltip]::before {
			visibility: hidden;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
			pointer-events: none;
			transform: translateX(2em);
			transition: 0.3s;
			position: absolute;
			margin-left: 40px;
			padding: 1rem;
			border-radius: 3px;
			background-color: #fbfaf9;
			color: #272727;
			content: attr(data-tooltip);
			font-size: 1rem;
			line-height: 1.2;
			z-index: 9999;
			width: max(250px, 80%);
		}

.tooltip [data-tooltip]:hover::before {
				visibility: visible;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
				opacity: 1;
				transform: translateX(0);

			}

.tooltip:hover::before {
			background-color: #00A7E1;
			color: #fbfaf9;
		}

/**
 * Accessibility
 */

/*
 * Hide only visually, but have it available for screen readers:
 * @link https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	/* 1 */
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard
 * @link https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

/**
 * Remove all animations and transitions for people that prefer not to see them
 */

/* @media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
} */

/**
 * Clear any floats
 */

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.space-between{
	justify-content: space-between;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@include keyframes(slide-down) {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.transition (@transition: all 0.3s ease) {
    -webkit-transition: @transition;
    -moz-transition: @transition;
    -ms-transition: @transition;
    -o-transition: @transition;
}

.JQ .loadFade {
    opacity: 0;
}

.loadFade {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.anim {
    opacity: 1;
    transform: translateX(0);
}

@supports(display:grid) {

.anim {
        opacity: 0;
        transform: translateX(50%)
}
    }

.fade-in {
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transform: all 0.5s ease;
    -moz-transform: all 0.5s ease;
    -ms-transform: all 0.5s ease;
    -o-transform: all 0.5s ease;
}

.fade-in.visible {
        transform: translateY(0);
        opacity: 1;
    }

@keyframes fadeSlider {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;

    }

    25% {
        opacity: 0;

    }

    92% {
        opacity: 0;

    }

    100% {
        opacity: 1;

    }
}

.image-fader {
    position: relative;
    width: 100%;


}

.image-fader img {
        position: absolute;
        /* animation-name: multiple-image-crossfade; */
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 20s;

    }

.image-fader.image-1 img {
            animation-name: multiple-image-crossfade-1;
            animation-duration: 20s;
        }

.image-fader.image-1 img:nth-of-type(1) {
                animation-delay: 15s;
            }

.image-fader.image-1 img:nth-of-type(2) {
                animation-delay: 10s;
            }

.image-fader.image-1 img:nth-of-type(3) {
                animation-delay: 5s;
            }

.image-fader.image-1 img:nth-of-type(4) {
                animation-delay: 0s;
            }

.image-fader.image-2 img {
            animation-name: multiple-image-crossfade-2;
            animation-duration: 24s;
        }

.image-fader.image-2 img:nth-of-type(1) {
                animation-delay: 18s;
            }

.image-fader.image-2 img:nth-of-type(2) {
                animation-delay: 12s;
            }

.image-fader.image-2 img:nth-of-type(3) {
                animation-delay: 6s;
            }

.image-fader.image-2 img:nth-of-type(4) {
                animation-delay: 0s;
            }

.image-fader.image-3 img {
            animation-name: multiple-image-crossfade-3;
            animation-duration: 28s;
        }

.image-fader.image-3 img:nth-of-type(1) {
                animation-delay: 21s;
            }

.image-fader.image-3 img:nth-of-type(2) {
                animation-delay: 14s;
            }

.image-fader.image-3 img:nth-of-type(3) {
                animation-delay: 7s;
            }

.image-fader.image-3 img:nth-of-type(4) {
                animation-delay: 0s;
            }

@keyframes multiple-image-crossfade-1 {
    0% {
        opacity: 1;
    }

    15% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes multiple-image-crossfade-2 {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes multiple-image-crossfade-3 {
    0% {
        opacity: 1;
    }

    18% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    93% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.image-fader-container .container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
    flex-direction: row;
}

@media (max-width: 768px) {

        .image-fader-container .container.split{
            flex-direction: unset;
        }
        .image-fader-container .container .image-fader-container .container {
            flex-direction: column;
        }
    }

.image-fader-container .container .content {
        flex: 1 1 50%;
        min-width: 280px;

    }

.image-fader-container .container .image-fader {
        flex: 1 1 50%;
        min-width: 280px;
        position: relative;
        height: 300px;

    }

.image-fader-container .container .image-fader .images {
            position: relative;
            width: 100%;
            height: 100%;
        }

.image-fader-container .container .image-fader .images img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                object-fit: cover;
                opacity: 0;
                transition: opacity 0.5s ease-in-out;

            }

.image-fader-container .container .image-fader .images img:first-child {
                    opacity: 1;
                }

@media (max-width: 768px) {

.image-fader-container .container .image-fader {

            height: 200px;
            margin-bottom: 3rem;
            max-width: 100%

    }
        }

.accessibility-sr-only,
.accessibility-kb-only {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.accessibility-kb-only:active,
.accessibility-kb-only:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.accessibility-policy p {
	margin-bottom: 2em;
}

/*layout */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

#announcement{
    display: none;
}

body {
    font-family: 'proxima-nova', Arial, sans-serif;
    color: #272727;
    line-height: 1.6;
    background-color: #fbfaf9;
    overflow-x: hidden;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
    margin: 0;
}

.video{
    width: 100%;
}

a[href=""] {
    display: none !important;
  }

p {
    font-size: 1.25em;
}

svg:not(:root) {
    overflow: hidden;
}

[class^="icon-"],
[class*=" icon-"] {
    display: none;
    fill: currentColor;
}

[class^="icon-"],
[class*=" icon-"] {
    height: 32px;
    width: 32px;
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

img.logo {
        max-width: 250px;
        margin-bottom: 2em;
    }

main section:last-of-type {

        padding-bottom:4em;

    }

section,
footer {
    transform-style: inherit;
    padding: 3em 0;
}

section .section__title, footer .section__title {
            font-size: 1.75rem;
            font-size: clamp(1.75rem, 1.3rem + 2.25vw, 4rem);
            font-family: 'futura-pt-bold', sans-serif;
        }

section .section__title-small, footer .section__title-small {
                font-size: 1.5rem;
                font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem); 
            }

section .section__subtitle, footer .section__subtitle {
            font-size: 1.25rem;
            font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
        }

section .section__subtitle-small, footer .section__subtitle-small {
                font-size: 1rem;
                font-size: clamp(1rem, 0.85rem + 0.75vw, 1.5rem);
                font-family: 'proxima-nova', Arial, sans-serif;
            }

section .section__button, footer .section__button {
            display: block;
            margin: 5em auto 0 auto !important;
            max-width: 300px;
            text-align: center;
            width: 100%;
        }

@media screen and (min-width: 65em) {

section,
footer {

        padding: 5em 0
}

    }

.bg-primary {
    background-color: #0075c9;
    color: #272727;
}

.bg-primaryDarker {
    background-color: #005796;
}

.bg-lightGray {
    background-color: #e3e2e2;
    color: #272727;
}

.bg-gray {
    background-color: #cac8c8;
    color: #272727;
}

.bg-mediumGray {
    background-color: #7f7a7a;
    color: #272727;
}

.bg-darkGray {
    background-color: #312f2f;
    color: #fbfaf9;
}

.bg-secondary {
    background-color: #00bcb4;
    color: #272727;
}

.bg-highlight {
    background-color: #00A7E1;
    color: #272727;
}

.bg-neutral {
    background-color: #cac8c8;
    color: #272727;
}

.bg-black {
    background-color: #272727;
    color: #fbfaf9;
}

.bg-black a.link {
        color: #fbfaf9;
    }

.bg-black h2.title {
        color: #fbfaf9;
    }

.bg-black .accordion .accordion-panel {
            color: #272727;
        }

.bg-white {
    background-color: #fbfaf9;
    color: #272727;
}

section .content .wrap {
            padding: 2em;
        }

@media screen and (min-width: 65em) {

    .sunbeamContainer{
        position: relative;
    }

        .sunbeamContainer .beam{
            background: #272727; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(135deg, #272727 0%, #272727 20%, #cac8c8 40%, #00bcb4 60%, #00A7E1 80%, #272727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            background-size: 400% 400%;
            background-repeat: no-repeat;
            display: flex;
            width: 500px;
            height: 500px;
            max-width: 100vw;
            max-height: 100vh;
            justify-content: center;
            align-items: center;
            color: #fff;
            position: absolute;
            /* cursor: pointer; */
            transition: 2s all;
            z-index:500;
            inset:0;
            width: 100%;
            height: 100%;
            opacity: 0.2;
        }

        .sunbeamContainer img {
            position: relative;
            left: 0;
            top: 0;
            /* background: #000 url(https://picsum.photos/600/600) no-repeat center center; */
            background-size: cover;
            width: 100%;
            height: 100%;
            z-index: 501;
            opacity: 1;
            mix-blend-mode: screen;
            inset:0;
        }
            .sunbeamContainer:hover .beam{
                background-position: 100% 100%;
            }


    .sunbeam img {
        position: absolute;
        left: 0;
        top: 0;
        background: #000 url(https://picsum.photos/600/600) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        mix-blend-mode: screen;
    }

    .sunbeam__title {
        position: relative;
        z-index: 10;
        text-transform: uppercase;
        letter-spacing: .05em;
    }

    .sunbeam:hover {
        background-position: 100% 100%;
    }
        
        .sunbeam:hover__title {
        text-shadow: 0 0 20px rgba(0,0,0,1);
        }
  }

@media screen and (min-width: 65em) {

    /* section#coverages:after{
        background-color:rgba(27, 27, 27, 0.05);
        width:30%;
        inset:0;
        content:'';
        z-index:1;
        height:auto;
        position: absolute;
        right:0;
        left:auto;
    } */
    section#coverages .container{
        position: relative;
        z-index:2;
    }
  }

header {
	background-color: #ffffff;
	box-shadow: 0 0 10px 8px rgb(0 0 0 / 10%);
	padding: 0;
	position: relative;
	z-index: 5555;
}

header .container {
		align-items: center;
		justify-content: space-between;
		padding: 1em 0;
	}

@media screen and (min-width: 75em) {

header .container {
			padding: 0
	}
		}

header .container.flex{
			align-items: center;
		}

header .container.flex .btn{
				min-width: 0;
			}

header .container.subnav{
			padding: 1em 0;
		}

header .logo {
		display: block;	
		
		padding: 25px 0;


	}

header .logo img {
			display: block;
			width: 60%;

		}

@media screen and (max-width: 48em) {

header .logo {
			padding: 0


	}
		}

.progress-bar {
	position: fixed;
	bottom: -8px;
	width: 0%;
	height: 8px;
	background: #00bcb4;
	z-index: 9999;
}

#hero {

    position: relative;

}

#hero h1,
    #hero .h1 {
        /* font-size: clamp(1.5rem, 1rem + 8vh, 4rem); */
        font-family: 'futura-pt-bold', sans-serif;
    }

#hero h1.h2, #hero .h1.h2 {
            /* font-size: clamp(1rem, 1rem + 4vh, 2rem); */
            font-family: 'proxima-nova', Arial, sans-serif;
            font-weight: normal;
            line-height: 1.2;
            margin: 0;
        }

@media screen and (min-width: 48em) {

#hero .split {
            flex-direction: row

    }

        }

#hero .split .content {
            margin-top: 0;
        }

#hero .content {
        position: relative;
        z-index: 6666;
        width: 100%;

    }

#hero .content.constrict {
            max-width: 600px;
        }

#hero .content .btn{
            margin-top: 0;
        }

@media screen and (min-width: 65em) {

#hero .content .btn{
                margin-top: 2em
        }
            }

@media screen and (min-width: 48em) {

#hero .content {
            max-width: 50%

    }
        }

@media screen and (min-width: 48em) {

#hero .content.wide{
                max-width: 1024px 
        }
            }

#hero .content p:last-of-type {
            margin-bottom: 0;
        }

#hero.bg-image,
    #hero.bg-video {
        color: #fbfaf9;
        background-color: #272727;
        min-height: 400px;

    }

@media screen and (min-width: 48em) {

#hero.bg-image,
    #hero.bg-video {
            min-height: 600px

    }
        }

#hero.bg-image .content, #hero.bg-video .content {
            align-self: center;
            /* padding: 6em 0; */
        }

#hero.bg-image .overlay, #hero.bg-video .overlay {
            background-color: rgba(39,39,39, 0.25);
            z-index: 4444;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;

            /* @media screen and (max-width: $bp-medium) {
                background-color: rgba($black, 0.6);
            } */
        }

#hero.bg-image .overlay-darker, #hero.bg-video .overlay-darker {
                background-color: rgba(39,39,39, 0.5);

            }

#hero.bg-image .subtitle,
        #hero.bg-image h2,
        #hero.bg-video .subtitle,
        #hero.bg-video h2 {
            font-weight: bold;
        }

#hero.bg-image {

        background: no-repeat center top;
        background-size: cover;
        min-height: 450px;
    }

#hero.bg-image .overlay {
            background-color: rgba(39,39,39, 0.35);
        }

#hero.bg-image .image img {
                position: absolute;
                inset: 0;
            }

@media screen and (min-width: 48em) {

            #hero.bg-image .content {
                max-width: 75%;
            }

        }

@media screen and (min-width: 75em) {

            #hero.bg-image .content {
                max-width: 60%;
            }

        }

@media screen and (min-width: 65em) {

#hero .image-half {
                max-width: 50%
        }
            }

@media screen and (min-width: 1200px) {
                #hero .image-small img {
                    max-width: 500px;
                    width: 100%;
                }
    }

#hero .container.split {
            justify-content: space-between;
        }

#hero.text-only .content {
        max-width: 65%;
    }

footer {
    background-color: #272727;
    color: #fbfaf9;
    padding-bottom: 0;
    padding-top: 0;
}

footer .footer-end {
        background-color: #272727;
        padding: 1em 0;
        color: #fbfaf9;

        /* margin-top: 1em; */
    }

footer .footer-end a {
            color: #fbfaf9;
        }

footer .footer-end .copyright {
            font-size: 0.825rem;
        }

footer .footer-end .flex {
            flex-direction: column;
        }

@media (min-width: 48em) {

footer .footer-end .flex {

                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                gap: 3rem
        }
            }

footer a[href^="tel:"] {
        color: #fbfaf9;
    }

footer a[href^="tel:"]:hover {
            color: #fbfaf9;
        }

footer address{
        color: #fbfaf9;
    }

#cta-endcap {
    background-color: #272727;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;


}

#cta-endcap div {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 3333;
        padding: 1em 0;

        border-radius: 0 20px 20px 0;

        /* :not(a:hover){ 
            padding-bottom:2em;
          } */
    }

#cta-endcap div a {
            display: flex;
            flex-direction: column;
            color: inherit;
            padding: 2em 3em 1.5em 1em;
            background-color: #fbfaf9;
            height: 100%;
            transition: all 0.3s;
            position: relative;
            font-size: 1.25em;
            font-weight: normal;
            color: #272727;
            text-decoration: none;
            color: #272727;
            margin: 0 0 1em 0;
            line-height: 1.4;
            width: 100%;
            box-shadow: 0 -4px 20px 5px rgb(39 39 39 / 5%);

        }

@media screen and (min-width: 48em) {

#cta-endcap div a {

                padding: 3em

        }

                #cta-endcap div a:nth-child(1) {
                    border-radius: 20px 0 0 0;
                }

                #cta-endcap div a:nth-child(2) {
                    border-radius: 0 20px 0 0;
                }
            }

#cta-endcap div a:hover,
            #cta-endcap div a:focus {
                background-color: #e3e2e2;
            }

@media screen and (min-width: 48em) {

#cta-endcap div a:hover,
            #cta-endcap div a:focus {
                    margin-top: -30px;
                    padding-bottom: 90px
            }
                }

#cta-endcap div a:before {
                content: '';
                position: absolute;
                top: 2em;
                right: 2em;
                width: 1em;
                height: 1em;
                border-top: solid 10px #00A7E1;
                border-right: solid 10px #00A7E1;
                z-index: 5555;
            }

@media screen and (min-width: 48em) {

#cta-endcap div a:before {

                    top: 3em
            }

                }

#cta-endcap div a span {
                font-weight: bold;
                font-size: clamp(1rem, 1rem + 10vw, 2rem);
                font-family: 'futura-pt-bold', sans-serif;
                /* background-color: transparent !important; */

            }

@media screen and (min-width: 48em) {

#cta-endcap div {
            flex-direction: row;
            justify-content: space-around;
            gap: 1em;
            position: absolute;
            top: -100px
    }
        }

@media screen and (min-width: 48em) {

#cta-endcap {
        display: flex;
        justify-content: center


}

    }

/* End Site Header Styles */

.associate-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); /* Responsive grid */
  grid-gap: 5rem;
  gap: 5rem;
  padding: 20px;
  margin:0 auto;
  justify-content: space-around;
}

.associate {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}

.associate-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding:1rem;
  max-width: 300px;
}

@media (min-width: 65em) {

.associate-image {
    margin: 0 auto
}
  }

.associate-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex:1;
  text-align: left;
}

.associate-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-bottom:1rem;
  border-bottom: 2px solid #00A7E1;
}

.associate-title {
  font-size: 1.15rem;
  margin: 0.25rem 0;
  color: #312f2f;
  flex:1;
}

@media screen and (max-width: 600px) {
  .associate-container {
    grid-template-columns: 1fr; 
  }
}

/**
 * Base wrapper class
 */

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 95em;
	width: 85%;
}

.container-small{
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	max-width: calc(95em - 10%);
}

.container-smallest {
	margin-left: auto;
	margin-right: auto;
	max-width: 67em;
	width: 85%;
}

.container-min {
	margin-left: auto;
	margin-right: auto;
	max-width: 67em;
	width: 85%;
}

.container-full{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.container-full .wrap{
		padding-left: 2em;
		padding-right: 2em;
	}

/**
 * Grids
 */

.grid-col-span-2{
	grid-column: span 2;
 }

@media (min-width: 48em) {

	.row {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: 1fr auto;
		grid-gap: 1.4%;
		gap: 1.4%;
	}

	.row-gap-large {
		gap: 2.4%;
	}

	.row-no-gap {
		gap: 0;
	}

	.row-auto {
		grid-template-columns: repeat(auto-fit, minmax(1em, 1fr));
	}

	.row-flex {
		display: flex;
	}
		.row-flex .grid{
			text-align:center;
			display: flex;
			flex-direction: column;
		}

	.grid-fourth {
		grid-column: auto / span 3;
	}

	.grid-third {
		grid-column: auto / span 4;
	}

	.grid-two-thirds {
		grid-column: auto / span 8;
	}

	.grid-half {
		grid-column: auto / span 6;
	}

	.grid-three-fourths {
		grid-column: auto / span 9;
	}

	.grid-full {
		grid-column: auto / span 12;
	}

}

.row [class*="grid-start-"] {
	grid-row-start: 1;
}

.row .grid-start-first {
	grid-column-start: 1;
}

.row .grid-start-fourth {
	grid-column-start: 4;
}

.row .grid-start-third {
	grid-column-start: 5;
}

.row .grid-start-half {
	grid-column-start: 7;
}

.row .grid-start-two-thirds {
	grid-column-start: 9;
}

.row .grid-start-three-fourths {
	grid-column-start: 10;
}

/* 
.layout{
	display: grid;
	gap:1rem;
	margin-bottom: 2rem;
	width:90%;
	margin-inline: auto;

	&.no-gap{
		gap:0;
	}
	&.gap-large{
		gap:3rem;
	}
	&.space-between{
		justify-content: space-between;
	}

	&--reverse{
  		direction: rtl; /* Right-to-left direction */

/* > * {
			direction: ltr; /* Reset child elements to normal text direction */

/* } */

/* } */

/* &.columns-2, &.columns-3, &.columns-4, &.columns-auto{
		  grid-template-columns: 1fr;
	}

	@media (min-width: 1024px){
		&.columns-1{
			grid-template-columns: 1fr;
		}
		&.columns-2-1-1{
			grid-template-columns: 1fr 1fr;
		}
		&.columns-2-1-2{
			grid-template-columns: 1fr 2fr;
		}
		&.columns-2-2-1{
			grid-template-columns: 2fr 1fr;
		}
		&.columns-2-1-3{
			grid-template-columns: 1fr 3fr;
		}
		&.columns-3-1-1-1{
			grid-template-columns: 1fr 1fr 1fr;
		}
		&.columns-4-1-1-1-1{
			grid-template-columns: 1fr 1fr 1fr 1fr;
		}
		&.columns-auto{
			grid-template-columns: repeat(2, 1fr);
			&--3{
				grid-template-columns: repeat(3, 1fr);
			}
		}
	}
} */

.new-era{

/* Help text */

/* Inputs */

/* Inputs - checkbox/radio */

/* Inputs - date picker */

/* Inputs - file picker */

/* Headings and text */

/* GDPR */

/* Validation */

/* Submit button */

/* Captcha */
/* Table */

/* Table cells */

/* Table header */

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

/* Header container */

/* Navigation skipper */

/* Logo */

/* Search bar */

/* Language switcher */

/* Navigation */

/* Mobile toggles */
/* Menu and simple menu */

/* Horizontal menu */

/* Vertical menu */

/* Flyouts */

/* CTA, logo, and rich text images */

/* Logo Grid */

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */
}

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

.new-era *, .new-era *:before, .new-era *:after {
  box-sizing: border-box;
}

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

.new-era html {
  scroll-behavior: smooth;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.new-era html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers.
 */

.new-era body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

.new-era h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct box sizing in Firefox.
 */

.new-era 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.
 */

.new-era pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

.new-era abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

.new-era b,
.new-era 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.
 */

.new-era code,
.new-era kbd,
.new-era samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

.new-era small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

.new-era sub,
.new-era sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* Text-level semantics
   ========================================================================== */

.new-era sub {
  bottom: -0.25em;
}

/* Grouping content
   ========================================================================== */

.new-era sup {
  top: -0.5em;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

.new-era button,
.new-era input,
.new-era optgroup,
.new-era select,
.new-era 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.
 */

.new-era button,
.new-era select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

.new-era button,
.new-era [type="button"],
.new-era [type="reset"],
.new-era [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

.new-era button::-moz-focus-inner,
.new-era [type="button"]::-moz-focus-inner,
.new-era [type="reset"]::-moz-focus-inner,
.new-era [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

.new-era button:-moz-focusring,
.new-era [type="button"]:-moz-focusring,
.new-era [type="reset"]:-moz-focusring,
.new-era [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

.new-era 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.
 */

.new-era legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

.new-era progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

.new-era [type="number"]::-webkit-inner-spin-button,
.new-era [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

.new-era [type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

.new-era [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.
 */

.new-era ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
 * Add the correct display in Edge and Firefox.
 */

.new-era details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

.new-era summary {
  display: list-item;
}

/* CSS variables */

.new-era :root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.new-era .row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

.new-era .row-fluid .span1,
.new-era .row-fluid .span2,
.new-era .row-fluid .span3,
.new-era .row-fluid .span4,
.new-era .row-fluid .span5,
.new-era .row-fluid .span6,
.new-era .row-fluid .span7,
.new-era .row-fluid .span8,
.new-era .row-fluid .span9,
.new-era .row-fluid .span10,
.new-era .row-fluid .span11,
.new-era .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 992px) {
  .new-era .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
  .new-era .row-fluid .span1 {
    width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
  }
  
  .new-era .row-fluid .span2 {
    width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
  }
  
  .new-era .row-fluid .span3 {
    width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
  }
  
  .new-era .row-fluid .span4 {
    width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
  }
  
  .new-era .row-fluid .span5 {
    width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
  }
  
  .new-era .row-fluid .span6 {
    width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
  }
  
  .new-era .row-fluid .span7 {
    width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
  }
  
  .new-era .row-fluid .span8 {
    width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
  }
  
  .new-era .row-fluid .span9 {
    width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
  }
  
  .new-era .row-fluid .span10 {
    width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
  }
  
  .new-era .row-fluid .span11 {
    width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
  }
  

  .new-era .row-fluid .span5 {
    width: calc(46% - 12px)
  }

  .new-era .row-fluid .span7 {
    width: calc(54% - 12px);
  }

  .new-era .row-fluid .span4 {
    width: calc(36% - 12px);
  }

  .new-era .row-fluid .span8 {
    width: calc(64% - 12px);
  }


}

/* Interactive
   ========================================================================== */

.new-era .content-wrapper {
    margin: 0 auto;
    padding: 0 1.25rem;
}

/* Forms
   ========================================================================== */

@media screen and (min-width: 1380px) {
    .new-era .content-wrapper {
        padding: 0;
    }
}

/* Sections
   ========================================================================== */

.new-era .dnd-section > .row-fluid {
    margin: 0 auto;
}

/* Document
   ========================================================================== */

.new-era .dnd-section .dnd-column {
    padding: 0 1.25rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@media (max-width: 991px) {
    .new-era .dnd-section .dnd-column {
        padding: 0;
    }
    .new-era .dnd-section.dnd-section__hideimgmobile {
        background-image: none !important;
    }
}

/* Theme base styles */

@media screen and (max-width: 1379px) {
    .new-era .dnd-section.dnd-section__hideimgtablet {
        background-image: none !important;
    }
}

/* Animation (vendors)
Helper classes with ability to override anything that comes before it
*/

.new-era [data-aos][data-aos][data-aos-duration="50"],.new-era body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}

.new-era [data-aos][data-aos][data-aos-delay="50"],.new-era body[data-aos-delay="50"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="50"].aos-animate,.new-era body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}

.new-era [data-aos][data-aos][data-aos-duration="100"],.new-era body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}

.new-era [data-aos][data-aos][data-aos-delay="100"],.new-era body[data-aos-delay="100"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="100"].aos-animate,.new-era body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}

.new-era [data-aos][data-aos][data-aos-duration="150"],.new-era body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}

.new-era [data-aos][data-aos][data-aos-delay="150"],.new-era body[data-aos-delay="150"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="150"].aos-animate,.new-era body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}

.new-era [data-aos][data-aos][data-aos-duration="200"],.new-era body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}

.new-era [data-aos][data-aos][data-aos-delay="200"],.new-era body[data-aos-delay="200"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="200"].aos-animate,.new-era body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}

.new-era [data-aos][data-aos][data-aos-duration="250"],.new-era body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}

.new-era [data-aos][data-aos][data-aos-delay="250"],.new-era body[data-aos-delay="250"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="250"].aos-animate,.new-era body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}

.new-era [data-aos][data-aos][data-aos-duration="300"],.new-era body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}

.new-era [data-aos][data-aos][data-aos-delay="300"],.new-era body[data-aos-delay="300"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="300"].aos-animate,.new-era body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}

.new-era [data-aos][data-aos][data-aos-duration="350"],.new-era body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}

.new-era [data-aos][data-aos][data-aos-delay="350"],.new-era body[data-aos-delay="350"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="350"].aos-animate,.new-era body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}

.new-era [data-aos][data-aos][data-aos-duration="400"],.new-era body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}

.new-era [data-aos][data-aos][data-aos-delay="400"],.new-era body[data-aos-delay="400"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="400"].aos-animate,.new-era body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}

.new-era [data-aos][data-aos][data-aos-duration="450"],.new-era body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}

.new-era [data-aos][data-aos][data-aos-delay="450"],.new-era body[data-aos-delay="450"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="450"].aos-animate,.new-era body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}

.new-era [data-aos][data-aos][data-aos-duration="500"],.new-era body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}

.new-era [data-aos][data-aos][data-aos-delay="500"],.new-era body[data-aos-delay="500"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="500"].aos-animate,.new-era body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}

.new-era [data-aos][data-aos][data-aos-duration="550"],.new-era body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}

.new-era [data-aos][data-aos][data-aos-delay="550"],.new-era body[data-aos-delay="550"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="550"].aos-animate,.new-era body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}

.new-era [data-aos][data-aos][data-aos-duration="600"],.new-era body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}

.new-era [data-aos][data-aos][data-aos-delay="600"],.new-era body[data-aos-delay="600"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="600"].aos-animate,.new-era body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}

.new-era [data-aos][data-aos][data-aos-duration="650"],.new-era body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}

.new-era [data-aos][data-aos][data-aos-delay="650"],.new-era body[data-aos-delay="650"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="650"].aos-animate,.new-era body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}

.new-era [data-aos][data-aos][data-aos-duration="700"],.new-era body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}

.new-era [data-aos][data-aos][data-aos-delay="700"],.new-era body[data-aos-delay="700"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="700"].aos-animate,.new-era body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}

.new-era [data-aos][data-aos][data-aos-duration="750"],.new-era body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}

.new-era [data-aos][data-aos][data-aos-delay="750"],.new-era body[data-aos-delay="750"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="750"].aos-animate,.new-era body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}

.new-era [data-aos][data-aos][data-aos-duration="800"],.new-era body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}

.new-era [data-aos][data-aos][data-aos-delay="800"],.new-era body[data-aos-delay="800"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="800"].aos-animate,.new-era body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}

.new-era [data-aos][data-aos][data-aos-duration="850"],.new-era body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}

.new-era [data-aos][data-aos][data-aos-delay="850"],.new-era body[data-aos-delay="850"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="850"].aos-animate,.new-era body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}

.new-era [data-aos][data-aos][data-aos-duration="900"],.new-era body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}

.new-era [data-aos][data-aos][data-aos-delay="900"],.new-era body[data-aos-delay="900"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="900"].aos-animate,.new-era body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}

.new-era [data-aos][data-aos][data-aos-duration="950"],.new-era body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}

.new-era [data-aos][data-aos][data-aos-delay="950"],.new-era body[data-aos-delay="950"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="950"].aos-animate,.new-era body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}

.new-era [data-aos][data-aos][data-aos-duration="1000"],.new-era body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}

.new-era [data-aos][data-aos][data-aos-delay="1000"],.new-era body[data-aos-delay="1000"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1000"].aos-animate,.new-era body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}

.new-era [data-aos][data-aos][data-aos-duration="1050"],.new-era body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}

.new-era [data-aos][data-aos][data-aos-delay="1050"],.new-era body[data-aos-delay="1050"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1050"].aos-animate,.new-era body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}

.new-era [data-aos][data-aos][data-aos-duration="1100"],.new-era body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}

.new-era [data-aos][data-aos][data-aos-delay="1100"],.new-era body[data-aos-delay="1100"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1100"].aos-animate,.new-era body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}

.new-era [data-aos][data-aos][data-aos-duration="1150"],.new-era body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}

.new-era [data-aos][data-aos][data-aos-delay="1150"],.new-era body[data-aos-delay="1150"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1150"].aos-animate,.new-era body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}

.new-era [data-aos][data-aos][data-aos-duration="1200"],.new-era body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}

.new-era [data-aos][data-aos][data-aos-delay="1200"],.new-era body[data-aos-delay="1200"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1200"].aos-animate,.new-era body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}

.new-era [data-aos][data-aos][data-aos-duration="1250"],.new-era body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}

.new-era [data-aos][data-aos][data-aos-delay="1250"],.new-era body[data-aos-delay="1250"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1250"].aos-animate,.new-era body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}

.new-era [data-aos][data-aos][data-aos-duration="1300"],.new-era body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}

.new-era [data-aos][data-aos][data-aos-delay="1300"],.new-era body[data-aos-delay="1300"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1300"].aos-animate,.new-era body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}

.new-era [data-aos][data-aos][data-aos-duration="1350"],.new-era body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}

.new-era [data-aos][data-aos][data-aos-delay="1350"],.new-era body[data-aos-delay="1350"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1350"].aos-animate,.new-era body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}

.new-era [data-aos][data-aos][data-aos-duration="1400"],.new-era body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}

.new-era [data-aos][data-aos][data-aos-delay="1400"],.new-era body[data-aos-delay="1400"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1400"].aos-animate,.new-era body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}

.new-era [data-aos][data-aos][data-aos-duration="1450"],.new-era body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}

.new-era [data-aos][data-aos][data-aos-delay="1450"],.new-era body[data-aos-delay="1450"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1450"].aos-animate,.new-era body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}

.new-era [data-aos][data-aos][data-aos-duration="1500"],.new-era body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}

.new-era [data-aos][data-aos][data-aos-delay="1500"],.new-era body[data-aos-delay="1500"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1500"].aos-animate,.new-era body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}

.new-era [data-aos][data-aos][data-aos-duration="1550"],.new-era body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}

.new-era [data-aos][data-aos][data-aos-delay="1550"],.new-era body[data-aos-delay="1550"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1550"].aos-animate,.new-era body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}

.new-era [data-aos][data-aos][data-aos-duration="1600"],.new-era body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}

.new-era [data-aos][data-aos][data-aos-delay="1600"],.new-era body[data-aos-delay="1600"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1600"].aos-animate,.new-era body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}

.new-era [data-aos][data-aos][data-aos-duration="1650"],.new-era body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}

.new-era [data-aos][data-aos][data-aos-delay="1650"],.new-era body[data-aos-delay="1650"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1650"].aos-animate,.new-era body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}

.new-era [data-aos][data-aos][data-aos-duration="1700"],.new-era body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}

.new-era [data-aos][data-aos][data-aos-delay="1700"],.new-era body[data-aos-delay="1700"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1700"].aos-animate,.new-era body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}

.new-era [data-aos][data-aos][data-aos-duration="1750"],.new-era body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}

.new-era [data-aos][data-aos][data-aos-delay="1750"],.new-era body[data-aos-delay="1750"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1750"].aos-animate,.new-era body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}

.new-era [data-aos][data-aos][data-aos-duration="1800"],.new-era body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}

.new-era [data-aos][data-aos][data-aos-delay="1800"],.new-era body[data-aos-delay="1800"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1800"].aos-animate,.new-era body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}

.new-era [data-aos][data-aos][data-aos-duration="1850"],.new-era body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}

.new-era [data-aos][data-aos][data-aos-delay="1850"],.new-era body[data-aos-delay="1850"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1850"].aos-animate,.new-era body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}

.new-era [data-aos][data-aos][data-aos-duration="1900"],.new-era body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}

.new-era [data-aos][data-aos][data-aos-delay="1900"],.new-era body[data-aos-delay="1900"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1900"].aos-animate,.new-era body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}

.new-era [data-aos][data-aos][data-aos-duration="1950"],.new-era body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}

.new-era [data-aos][data-aos][data-aos-delay="1950"],.new-era body[data-aos-delay="1950"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="1950"].aos-animate,.new-era body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}

.new-era [data-aos][data-aos][data-aos-duration="2000"],.new-era body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}

.new-era [data-aos][data-aos][data-aos-delay="2000"],.new-era body[data-aos-delay="2000"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2000"].aos-animate,.new-era body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}

.new-era [data-aos][data-aos][data-aos-duration="2050"],.new-era body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}

.new-era [data-aos][data-aos][data-aos-delay="2050"],.new-era body[data-aos-delay="2050"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2050"].aos-animate,.new-era body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}

.new-era [data-aos][data-aos][data-aos-duration="2100"],.new-era body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}

.new-era [data-aos][data-aos][data-aos-delay="2100"],.new-era body[data-aos-delay="2100"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2100"].aos-animate,.new-era body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}

.new-era [data-aos][data-aos][data-aos-duration="2150"],.new-era body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}

.new-era [data-aos][data-aos][data-aos-delay="2150"],.new-era body[data-aos-delay="2150"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2150"].aos-animate,.new-era body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}

.new-era [data-aos][data-aos][data-aos-duration="2200"],.new-era body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}

.new-era [data-aos][data-aos][data-aos-delay="2200"],.new-era body[data-aos-delay="2200"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2200"].aos-animate,.new-era body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}

.new-era [data-aos][data-aos][data-aos-duration="2250"],.new-era body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}

.new-era [data-aos][data-aos][data-aos-delay="2250"],.new-era body[data-aos-delay="2250"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2250"].aos-animate,.new-era body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}

.new-era [data-aos][data-aos][data-aos-duration="2300"],.new-era body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}

.new-era [data-aos][data-aos][data-aos-delay="2300"],.new-era body[data-aos-delay="2300"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2300"].aos-animate,.new-era body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}

.new-era [data-aos][data-aos][data-aos-duration="2350"],.new-era body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}

.new-era [data-aos][data-aos][data-aos-delay="2350"],.new-era body[data-aos-delay="2350"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2350"].aos-animate,.new-era body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}

.new-era [data-aos][data-aos][data-aos-duration="2400"],.new-era body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}

.new-era [data-aos][data-aos][data-aos-delay="2400"],.new-era body[data-aos-delay="2400"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2400"].aos-animate,.new-era body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}

.new-era [data-aos][data-aos][data-aos-duration="2450"],.new-era body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}

.new-era [data-aos][data-aos][data-aos-delay="2450"],.new-era body[data-aos-delay="2450"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2450"].aos-animate,.new-era body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}

.new-era [data-aos][data-aos][data-aos-duration="2500"],.new-era body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}

.new-era [data-aos][data-aos][data-aos-delay="2500"],.new-era body[data-aos-delay="2500"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2500"].aos-animate,.new-era body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}

.new-era [data-aos][data-aos][data-aos-duration="2550"],.new-era body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}

.new-era [data-aos][data-aos][data-aos-delay="2550"],.new-era body[data-aos-delay="2550"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2550"].aos-animate,.new-era body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}

.new-era [data-aos][data-aos][data-aos-duration="2600"],.new-era body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}

.new-era [data-aos][data-aos][data-aos-delay="2600"],.new-era body[data-aos-delay="2600"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2600"].aos-animate,.new-era body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}

.new-era [data-aos][data-aos][data-aos-duration="2650"],.new-era body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}

.new-era [data-aos][data-aos][data-aos-delay="2650"],.new-era body[data-aos-delay="2650"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2650"].aos-animate,.new-era body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}

.new-era [data-aos][data-aos][data-aos-duration="2700"],.new-era body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}

.new-era [data-aos][data-aos][data-aos-delay="2700"],.new-era body[data-aos-delay="2700"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2700"].aos-animate,.new-era body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}

.new-era [data-aos][data-aos][data-aos-duration="2750"],.new-era body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}

.new-era [data-aos][data-aos][data-aos-delay="2750"],.new-era body[data-aos-delay="2750"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2750"].aos-animate,.new-era body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}

.new-era [data-aos][data-aos][data-aos-duration="2800"],.new-era body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}

.new-era [data-aos][data-aos][data-aos-delay="2800"],.new-era body[data-aos-delay="2800"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2800"].aos-animate,.new-era body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}

.new-era [data-aos][data-aos][data-aos-duration="2850"],.new-era body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}

.new-era [data-aos][data-aos][data-aos-delay="2850"],.new-era body[data-aos-delay="2850"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2850"].aos-animate,.new-era body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}

.new-era [data-aos][data-aos][data-aos-duration="2900"],.new-era body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}

.new-era [data-aos][data-aos][data-aos-delay="2900"],.new-era body[data-aos-delay="2900"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2900"].aos-animate,.new-era body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}

.new-era [data-aos][data-aos][data-aos-duration="2950"],.new-era body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}

.new-era [data-aos][data-aos][data-aos-delay="2950"],.new-era body[data-aos-delay="2950"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="2950"].aos-animate,.new-era body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}

.new-era [data-aos][data-aos][data-aos-duration="3000"],.new-era body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}

.new-era [data-aos][data-aos][data-aos-delay="3000"],.new-era body[data-aos-delay="3000"] [data-aos]{transition-delay:0}

.new-era [data-aos][data-aos][data-aos-delay="3000"].aos-animate,.new-era body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}

.new-era [data-aos][data-aos][data-aos-easing=linear],.new-era body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}

.new-era [data-aos][data-aos][data-aos-easing=ease],.new-era body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}

.new-era [data-aos][data-aos][data-aos-easing=ease-in],.new-era body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}

.new-era [data-aos][data-aos][data-aos-easing=ease-out],.new-era body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}

.new-era [data-aos][data-aos][data-aos-easing=ease-in-out],.new-era body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}

.new-era [data-aos][data-aos][data-aos-easing=ease-in-back],.new-era body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}

.new-era [data-aos][data-aos][data-aos-easing=ease-out-back],.new-era body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}

.new-era [data-aos][data-aos][data-aos-easing=ease-in-out-back],.new-era body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}

.new-era [data-aos][data-aos][data-aos-easing=ease-in-sine],.new-era body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}

.new-era [data-aos][data-aos][data-aos-easing=ease-out-sine],.new-era body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}

.new-era [data-aos][data-aos][data-aos-easing=ease-in-out-sine],.new-era body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}

.new-era [data-aos][data-aos][data-aos-easing=ease-in-quad],.new-era body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}

.new-era [data-aos][data-aos][data-aos-easing=ease-out-quad],.new-era body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}

.new-era [data-aos][data-aos][data-aos-easing=ease-in-out-quad],.new-era body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}

.new-era [data-aos][data-aos][data-aos-easing=ease-in-cubic],.new-era body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}

.new-era [data-aos][data-aos][data-aos-easing=ease-out-cubic],.new-era body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}

.new-era [data-aos][data-aos][data-aos-easing=ease-in-out-cubic],.new-era body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}

.new-era [data-aos][data-aos][data-aos-easing=ease-in-quart],.new-era body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}

.new-era [data-aos][data-aos][data-aos-easing=ease-out-quart],.new-era body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}

.new-era [data-aos][data-aos][data-aos-easing=ease-in-out-quart],.new-era body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}

.new-era [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}

.new-era [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}

.new-era [data-aos=fade-up]{transform:translate3d(0,100px,0)}

.new-era [data-aos=fade-down]{transform:translate3d(0,-100px,0)}

.new-era [data-aos=fade-right]{transform:translate3d(-100px,0,0)}

.new-era [data-aos=fade-left]{transform:translate3d(100px,0,0)}

.new-era [data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}

.new-era [data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}

.new-era [data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}

.new-era [data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}

.new-era [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}

.new-era [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}

.new-era [data-aos=zoom-in]{transform:scale(.6)}

.new-era [data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}

.new-era [data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}

.new-era [data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}

.new-era [data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}

.new-era [data-aos=zoom-out]{transform:scale(1.2)}

.new-era [data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}

.new-era [data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}

.new-era [data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}

.new-era [data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}

.new-era [data-aos^=slide][data-aos^=slide]{transition-property:transform}

.new-era [data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}

.new-era [data-aos=slide-up]{transform:translate3d(0,100%,0)}

.new-era [data-aos=slide-down]{transform:translate3d(0,-100%,0)}

.new-era [data-aos=slide-right]{transform:translate3d(-100%,0,0)}

.new-era [data-aos=slide-left]{transform:translate3d(100%,0,0)}

.new-era [data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}

.new-era [data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}

.new-era [data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}

.new-era [data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}

.new-era [data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}

.new-era [data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}

.new-era [data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}

.new-era [data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}

.new-era [data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}

@media (max-width: 991px) {
  .new-era [data-aos-delay] {
    transition-delay: 0s !important;
  }
}

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

.new-era body {
  line-height: 1.56;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

.new-era html[lang^="ja"] body,
.new-era html[lang^="zh"] body,
.new-era html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

.new-era p {
  margin: 0 0 1.25rem;
}

/* Anchors */

.new-era a {
  cursor: pointer;
}

/* Headings */

.new-era h1,
.new-era h2,
.new-era h3,
.new-era h4,
.new-era h5,
.new-era h6 {
  margin: 0 0 1.25rem;
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

.new-era h1 {
  line-height: 1.1;
}

.new-era h2 {
  line-height: 1.2;
}

.new-era h3 {
  line-height: 1.25;
}

.new-era h4 {
  line-height: 1.17;
}

.new-era h5,
.new-era h6 {
  line-height: 1.5;
}

.new-era h6 {
  letter-spacing: 2px;
}

.new-era .font-body-large {
  line-height: 1.5;
}

.new-era .font-body-small {
  line-height: 1.625;
}

/* Lists */

.new-era ul,
.new-era ol {
  margin: 0 0 1.25rem;
}

.new-era ul ul,
.new-era ol ul,
.new-era ul ol,
.new-era ol ol {
  margin: 0;
}

.new-era ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.new-era ul.no-list li::marker {
  content: none;
}

.new-era ol {
  counter-reset: ol_count;
}

.new-era ul li,
.new-era ol li {
  margin-bottom: 10px;
}

.new-era ol>li {
  counter-increment: ol_count;
}

.new-era ol>li::marker {
  color: var(--primary-color);
  content: counter(ol_count) "  ";
  font-size: 1.22em;
}

.new-era ol.marker-white-color li::marker {
  color: var(--white-color);
}

.new-era .list--check ul,
.new-era .list--check-green ul {
  list-style: none;
  padding-left: 0
}

.new-era .list--check ul li,
.new-era .list--check-green ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}

.new-era .list--check ul li::marker,
.new-era .list--check-green ul li::marker {
  content: none
}

.new-era .list--check ul li:before {
  content: '';
  background-image: url(//4496374.fs1.hubspotusercontent-na1.net/hubfs/4496374/raw_assets/public/arcoro-theme-s2/images/icondd.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  width: 30px;
  top: -1px;
}

.new-era .list--check-green ul li:before {
  content: '';
  background-image: url('/_development//4496374.fs1.hubspotusercontent-na1.net/hubfs/4496374/raw_assets/public/arcoro-theme-s2/images/check-green.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  width: 30px;
  top: -1px;
}

.new-era .list--check.check--large ul li:before {
  content: '';
  background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6534 24.2681L23.1245 33.7058L36.0083 14.6663" stroke="%23F05A19" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M42.6977 10.0983C46.4053 14.7258 48.1997 20.5976 47.7119 26.5071C47.2241 32.4166 44.4913 37.9147 40.0751 41.8716C35.6589 45.8285 29.8947 47.9435 23.9674 47.7819C18.04 47.6203 12.3997 45.1944 8.20558 41.0028C4.0115 36.8112 1.58229 31.1723 1.4172 25.245C1.25211 19.3178 3.36369 13.5524 7.31796 9.13384C11.2722 4.71529 16.7688 1.97922 22.678 1.48795C28.5872 0.996691 34.4601 2.78756 39.0897 6.49249" stroke="%23F05A19" stroke-width="2.5" stroke-linecap="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  width: 50px;
  top: -1px;
}

.new-era .list--check.check--large ul li {
  padding-left: 70px;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width:768px){
  .new-era .list--check.check--large ul li:before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6534 24.2681L23.1245 33.7058L36.0083 14.6663" stroke="%23F05A19" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M42.6977 10.0983C46.4053 14.7258 48.1997 20.5976 47.7119 26.5071C47.2241 32.4166 44.4913 37.9147 40.0751 41.8716C35.6589 45.8285 29.8947 47.9435 23.9674 47.7819C18.04 47.6203 12.3997 45.1944 8.20558 41.0028C4.0115 36.8112 1.58229 31.1723 1.4172 25.245C1.25211 19.3178 3.36369 13.5524 7.31796 9.13384C11.2722 4.71529 16.7688 1.97922 22.678 1.48795C28.5872 0.996691 34.4601 2.78756 39.0897 6.49249" stroke="%23F05A19" stroke-width="2.5" stroke-linecap="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    width: 40px;
    top: -1px;
  }


  .new-era .list--check.check--large ul li {
    padding-left: 60px;
    position: relative;
    margin-bottom: 15px;
  }
}

.new-era .list--check-dark ul li:before {
  background-image: url(//4496374.fs1.hubspotusercontent-na1.net/hubfs/4496374/raw_assets/public/arcoro-theme-s2/images/check-white.svg);
}

.new-era .list--disc ul {
  list-style: none;
  padding-left: 0;
}

.new-era .list--disc ul li::marker {
  content: none;
}

.new-era .list--disc ul li {
  display: flex;
  column-gap: 20px;
}

.new-era .list--disc ul li::before {
  background-image: url(//4496374.fs1.hubspotusercontent-na1.net/hubfs/4496374/raw_assets/public/arcoro-theme-s2/images/disc.svg);
  content: "";
  height: 25px;
  width: 25px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 25px;
  margin-top: 5px;
}

/* Code blocks */

.new-era pre {
  overflow: auto;
}

.new-era code {
  vertical-align: bottom;
}

/* Blockquotes */

.new-era blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

.new-era hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* Image alt text */

.new-era img {
  font-size: 0.583rem;
  word-break: normal;
  max-width: 100%;
  height: auto;
}

.new-era button,
.new-era .button,
.new-era .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
/*   line-height: normal; */
  line-height:1em;
  letter-spacing: 0.54px;
  transition: all 0.3s ease;
}

.new-era button:disabled,
.new-era .button:disabled,
.new-era .hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.new-era .no-button,
.new-era .no-button:hover,
.new-era .no-button:focus,
.new-era .no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Fields */

.new-era form {
  font-weight: 500;
}

.new-era .hs-form-field,
.new-era .legal-consent-container {
  margin-bottom: 1.4rem;
}

/* Labels */

.new-era form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.new-era .hs-fieldtype-checkbox > label,
.new-era .hs-fieldtype-radio > label,
.new-era .hs-fieldtype-booleancheckbox > label {
  margin-bottom: 1.25rem;
}

/* Form Title */

.new-era .form-title {
  margin-bottom: 0;
}

.new-era form legend {
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.new-era form input[type=text],
.new-era form input[type=search],
.new-era form input[type=email],
.new-era form input[type=password],
.new-era form input[type=tel],
.new-era form input[type=number],
.new-era form input[type=file],
.new-era form select,
.new-era form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.875rem;
  width: 100%;
}

.new-era form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M1 1.5L8 8.5L15 1.5' stroke='%23F05A19' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 14px;
  cursor: pointer;
  padding-right: 48px
}

.new-era form textarea {
  resize: vertical;
  min-height: 80px;
}

.new-era form fieldset {
  max-width: 100% !important;
}

.new-era form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.new-era form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

.new-era form .inputs-list input,
.new-era form .inputs-list span {
  vertical-align: middle;
}

.new-era .hs-form-checkbox-display,
.new-era .hs-form-radio-display,
.new-era .hs-form-booleancheckbox-display {
  position: relative;
  display: flex;

}

.new-era form input[type=checkbox],
.new-era form input[type=radio] {
  width: 24px !important;
  flex: 0 0 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 0.45rem;
  display: inline-block;
  vertical-align: text-top;
  border: 1px solid var(--grey-color);
  appearance: none;
}

.new-era form input[type=radio] {
  border-radius: 50%;
}

.new-era [data-hsfc-id=Renderer] .hsfc-CheckboxInput {
  border-radius: 5px !important;
}

.new-era [data-hsfc-id=Renderer] .hsfc-RadioInput:not(:checked) {
  background-color: #fff !important;
}

.new-era form input[type=checkbox]:checked,
.new-era form input[type=radio]:checked,
.new-era [data-hsfc-id=Renderer] .hsfc-CheckboxFieldGroup__Options label>input:checked,
.new-era [data-hsfc-id=Renderer] .hsfc-CheckboxField label>input:checked {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--variant-color2) !important;
  border-color: var(--variant-color2);
}

.new-era form input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M13.5 2.57326L5.66465 11.3708L0.5 6.2651L2.42447 4.32099L5.33082 7.18806L11.3595 0.62915L13.5 2.57326Z' fill='%230C1618'/%3E%3C/svg%3E");
}

.new-era form input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M4.96416 10C4.04421 10 3.20789 9.77897 2.4552 9.33692C1.70251 8.88291 1.10514 8.27957 0.663082 7.52688C0.221027 6.76225 0 5.91995 0 5C0 4.0681 0.221027 3.22581 0.663082 2.47312C1.10514 1.70848 1.70251 1.10514 2.4552 0.663083C3.20789 0.221028 4.04421 0 4.96416 0C5.89606 0 6.74432 0.221028 7.50896 0.663083C8.2736 1.10514 8.87694 1.70848 9.319 2.47312C9.773 3.22581 10 4.0681 10 5C10 5.91995 9.773 6.76225 9.319 7.52688C8.87694 8.27957 8.2736 8.88291 7.50896 9.33692C6.74432 9.77897 5.89606 10 4.96416 10Z' fill='%230C1618'/%3E%3C/svg%3E");
}

.new-era .hs-form-html [data-hsfc-id=Renderer] .hsfc-Row {
  margin-bottom: 30px;
}

.new-era .hs-form-checkbox-display > span,
.new-era .hs-form-radio-display > span,
.new-era .hs-form-booleancheckbox-display > span {
  font-weight: 400;
}

.new-era .hs-dateinput {
  position: relative;
}

.new-era .hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.new-era .fn-date-picker .pika-table thead th {
  color: #FFF;
}

.new-era .fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.new-era .fn-date-picker td .pika-button:hover,
.new-era .fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

.new-era form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

.new-era form .hs-richtext,
.new-era form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

.new-era form .hs-richtext img {
  max-width: 100% !important;
}

.new-era .legal-consent-container .hs-form-booleancheckbox-display > span,
.new-era .legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0 !important;
}

.new-era .hs-form-required {
  color: #EF6B51;
}

.new-era .hs-input.invalid.error {
  border-color: #EF6B51;
}

.new-era .hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

.new-era form input[type=submit],
.new-era form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border: none;
}

.new-era .grecaptcha-badge {
  /*   margin: 0 auto; */
}

@media (min-width: 768px) {
  .new-era .hs-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .new-era .hs-form .hs-form-field {
    width: 100%;
    flex: 0 0 1;
  }
  .new-era .hs-form .hs-recaptcha.hs-form-field {
    width: 50%;
    flex: 0 0 50%;
    order: 12;
  }
  .new-era .hs-form .hs_submit {
    width: auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 1200px) {
  .new-era .hs-fieldtype-checkbox .inputs-list,
  .new-era .hs-fieldtype-radio .inputs-list {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .new-era .hs-fieldtype-checkbox .inputs-list>li,
  .new-era .hs-fieldtype-radio .inputs-list>li {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0;
  }
}

.new-era table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

.new-era td,
.new-era th {
  vertical-align: top;
}

.new-era thead th {
  vertical-align: bottom;
}

.new-era .header .dnd-section {
  padding: 0;
}

.new-era .header__container {
  display: flex;
  justify-content: space-between;
}

.new-era .header__row-1 {
  padding-top: 1rem;
}

.new-era .header__row-1,
.new-era .header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1510px) and (min-width: 1200px) {
  .new-era .header__column {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .new-era .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .new-era .header__column {
    position: relative;
  }

  .new-era .header__row-1 {
    padding-top: 0;
  }

  .new-era .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

.new-era .header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.new-era .header__skip:hover,
.new-era .header__skip:focus,
.new-era .header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

.new-era .header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .new-era .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.new-era .header__logo img {
  max-width: 100%;
}

.new-era .header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.new-era .header__logo--main {
  padding-top: 1rem;
}

.new-era .header__search {
  padding: 0 1rem;
  width: auto;
}

.new-era .header__search .hs-search-field__input {
  
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-position: center right 15px;
    background-repeat: no-repeat;
  
  height: 45px;
  padding: 0 0.7rem;
}

.new-era .header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.new-era .header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.new-era .header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.new-era .header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.new-era .header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 1200px) {
  .new-era .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .new-era .header__search label {
    margin: 0 1rem 0 0;
  }

  .new-era .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 1199px) {
  .new-era .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

.new-era .header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.new-era .header__language-switcher .lang_switcher_class {
  position: static;
}

.new-era .header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.new-era .header__language-switcher:hover .lang_list_class,
.new-era .header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.new-era .header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.new-era .header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.new-era .header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.new-era .header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.new-era .header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.new-era .header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.new-era .header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.new-era .header__language-switcher--label {
  display: flex;
  position: relative;
}

.new-era .header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.new-era .header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--custom-color-494A52);
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 1199px) {
  .new-era .header__language-switcher {
    border-top: 2px solid var(--custom-color-CED4DB);
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .new-era .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .new-era .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .new-era .header__language-switcher--label-current {
    display: none;
  }

  .new-era .header__language-switcher .globe_class {
    background-image: none;
  }

  .new-era .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .new-era .header__language-switcher .lang_list_class:before,
  .new-era .header__language-switcher .lang_list_class:after {
    content: none;
  }}

.new-era #nav-toggle {
  display: none;
}

@media (max-width: 1199px) {
  .new-era .header__navigation,
  .new-era .header__search,
  .new-era .header__language-switcher {
    display: none;
    width: 100%;
  }

  .new-era .header__navigation.open,
  .new-era .header__search.open,
  .new-era .header__language-switcher.open {
    background-color: var(--custom-color-F8FAFC);
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .new-era .header__navigation--toggle,
  .new-era .header__search--toggle,
  .new-era .header__language-switcher--toggle,
  .new-era .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .new-era .header__navigation--toggle.hide,
  .new-era .header__search--toggle.hide,
  .new-era .header__language-switcher--toggle.hide {
    display: none;
  }

  .new-era .header__navigation--toggle.open,
  .new-era .header__search--toggle.open,
  .new-era .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .new-era .header__navigation--toggle:after,
  .new-era .header__search--toggle:after,
  .new-era .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .new-era .header__navigation--toggle.open:after,
  .new-era .header__search--toggle.open:after,
  .new-era .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .new-era .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .new-era .header__navigation--toggle:after {
    content: "Menu";
  }

  .new-era .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .new-era .header__language-switcher--toggle:after {
    content: "Language";
  }

  .new-era .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .new-era .header__search--toggle:after {
    content: "Search";
  }

  .new-era .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .new-era .header__close--toggle.show {
    display: block;
  }
}

.new-era .hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.new-era .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .new-era .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

.new-era .hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

.new-era .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .new-era .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.new-era .hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.new-era .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.new-era .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.new-era .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.new-era .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .new-era .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .new-era .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .new-era .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

.new-era .hs_cos_wrapper_type_cta img,
.new-era .hs_cos_wrapper_type_logo img,
.new-era .hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .new-era .hs-logo-grid__logo-wrapper.hs-logo-grid__logo-wrapper {
    flex: 0 1 40%;
    max-width: 40%;
  }
}

.new-era .show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .new-era .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/**
 * @section Print
 * Styling for printed content. Adapted from HTML5BP.
 * @link http://html5boilerplate.com
 */

@media print {

	/**
	 * Universal selector.
	 * Reset all content to transparent background, black color, and remove box and text shadows.
	 */
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	/**
	 * Specifies page margin
	 */
	@page {
		margin: 0.5cm;
	}

	/**
	 * Underline all links
	 */
	a,
	a:visited {
		text-decoration: underline;
	}

	/**
	 * Show URL after links
	 */
	a[href]:after {
		content: " (" attr(href) ")";
	}

	/**
	 * Don't show URL for internal links
	 */
	a[href^="#"]:after {
		content: "";
	}

	/**
	 * Specifies the minimum number of lines to print at the top and bottom of a page.
	 */
	p,
	h1, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	/**
	 * Avoid inserting a page break after headers
	 */
	h1, h2, h3 {
		page-break-after: avoid;
	}

	/**
	 * Change border color on blockquotes and preformatted text.
	 * Avoid page breaks inside the content
	 */
	pre,
	blockquote {
		border-color: #999;
		page-break-inside: avoid;
	}

	/**
	 * Displayed as a table header row group
	 */
	thead {
		display: table-header-group;
	}

	/**
	 * Avoid inserting a page break inside table rows and images
	 */
	tr,
	img {
		page-break-inside: avoid;
	}

}

/* Modules/Components */

/**
 * @modules Tabs
 * Styling for Tabs
 */

.accordion-container {
    /* padding-top: 3em; */
    margin-top: 1.5em;
}

.accordion-container .accordion-panel {

        padding: 2em 3em;
    }

.accordion-container .accordion-panel * {
            font-size: 1rem !important;
        }

@media screen and (min-width: 48em) {

            .accordion-container .accordion-panel >* {

                padding-left: 1em;
            }
        }

.accordion {
    margin-left: 0;
    margin: 0 auto;
    display: block;

    /* button:focus {
        outline: 4px solid $primaryColor;
        outline-offset: 5px;
    } */
}

.accordion.margin-top {
        margin-top: 1.5em;
    }

@media screen and (max-width: 48em) {

.accordion {
        margin-bottom: 1.5em
}
    }

.accordion h4 {
        margin-bottom: 0;
    }

.accordion .accordion-item {
        box-shadow: 0 14px 15px rgba(0, 0, 0, 0.05);
        margin: 0.5em 0;
    }

.accordion .accordion-trigger{

        color: #272727;
        text-decoration: none;
        font-size: 1em;
        padding: 2em;
        transition: all 0.2s ease-in;
        border: none;
        background-color: #fbfaf9;
        transition: all 250ms;
        will-change: transform;
        text-align: left;
        display: flex;
        align-items: center;
        width: 100%;
        gap: 3em;

    }

.accordion .accordion-trigger:hover,
        .accordion .accordion-trigger.active {
            background-color: #7f7a7a;
            color: #272727;
            border: none;

        }

.accordion .accordion-trigger:hover svg, .accordion .accordion-trigger.active svg {
                color: #00A7E1;
            }

.accordion .accordion-trigger span {
            font-size: 0.825em;
            display: block;
            font-weight: normal;
            width: 100%;
        }

.accordion .accordion-trigger svg {
            transition: all .2s;
            width: 30px;
            height: 30px;
            position: absolute;
            color: #00A7E1;
            right: 25px;
        }

.accordion section {
        background-color: #fbfaf9;

    }

.accordion section * {
            font-size: inherit;
        }

.accordion section .btn {
            margin-top: 3em;
        }

.accordion .accordion-header {
        /* font-size: 1.15rem; */
        /* font-size: clamp(1.15rem, 1.0799999999999998rem + 0.3500000000000001vw, 1.25rem); */
        line-height: 1.3;
        font-family: 'proxima-nova', Arial, sans-serif;
    }

.accordion .title {
        list-style: none;
        position: relative;
        position: relative;
        color: #272727;
        /* margin: 0.25em 0; */
    }

.accordion .title>a {
            color: #272727;
            text-decoration: none;
            /* font-size: 1.2em; */
            padding: 1em 3em 1em 1em;
            font-weight: bold;
            border: none;
            transition: all 0.2s ease-in;
            border-radius: 3px;
            background-color: #fbfaf9;
            transition: all 250ms;
            will-change: transform;
        }

.accordion .title>a:hover,
            .accordion .title>a.active {
                background-color: #e3e2e2;
                color: #272727;
                border: none;

            }

.accordion .title>a:hover svg, .accordion .title>a.active svg {
                    color: #00A7E1;
                }

.accordion .title>a span {
                /* font-size: 18px; */
                display: block;
                padding: 1rem 0 0 0;
                padding-left: 25px;
                font-weight: normal;
            }

.accordion .title>a svg {
                transition: all .2s;
                width: 30px;
                height: 30px;
                position: absolute;
                top: 25px;
                color: #00A7E1;
                right: 25px;
            }

.accordion .title a {
            display: block;
        }

.accordion .title:target+.accordion .title::before {
            transform: rotate(180deg);
        }

.accordion .title ul {
            margin-top: 0;
        }

.accordion .title ul li {
                padding: 10px 0;
                margin: 0 0 0 1em;
                color: #272727;
            }

.accordion .icon {
        will-change: transform;
        transition-duration: 0.5s;
        margin: 0 auto;
        position: relative;
        height: 25px;
        width: 25px;
        max-width: 25px;
        background-color: transparent;

    }

.accordion .icon:before {
            transition-duration: 0.2s;
            position: absolute;
            width: 25px;
            height: 4px;
            background-color: #0075c9;
            content: "";
            top: 10px;
            transform: rotate(90deg);
            border-radius: 5px;
        }

.accordion .icon:after {
            transition-duration: 0.5s;
            position: absolute;
            width: 25px;
            height: 4px;
            background-color: #0075c9;
            content: "";
            top: 10px;
            border-radius: 5px;
        }

.accordion .accordion-trigger[aria-expanded="true"] {
        border-bottom: 1px solid #e3e2e2;
    }

.accordion .accordion-trigger[aria-expanded="true"] .icon {
            /* transform: rotate(180deg); */

        }

.accordion .accordion-trigger[aria-expanded="true"] .icon:before {
                transform: rotate(180deg);
                opacity: 0;
            }

.accordion .accordion-panel {
        transition: all 1s;
        /* flex-basis: 2rem; */
        font-size: 1rem !important;
    }

.accordion .accordion-panel.wrap{
            padding: 2rem 3rem;
        }

.accordion .accordion-panel * {
            opacity: 0;
            transform: translateY(2em);
            transition: transform 1s, opacity 1s;
        }

.accordion .accordion-panel .btn {
            display: block;
            max-width: 350px;
        }

.accordion .accordion-panel[expanded="false"] {
        /* flex-basis: clamp(5rem, 10vh, 10rem); */
    }

.accordion .accordion-panel[expanded="false"] * {
            opacity: 0;
            transform: translateY(2em);
            transition: transform 1s, opacity 1s;
        }

.accordion .accordion-panel[expanded="true"] {
        /* flex-basis: clamp(5rem, 10vh, 10rem); */
    }

.accordion .accordion-panel[expanded="true"] * {
            opacity: 1;
            transform: translateY(0);
        }

.accordion .content {
        overflow: hidden;
        /* display: none; */
        padding: 2rem;
        margin-top: 0rem;
        background: #fbfaf9;
        color: #272727;
        border-radius: 3px;
    }

.accordion .content a.btn {
            max-width: 400px;
            margin: 1em 2em;
        }

.accordion .content .toggle {
            background-color: #e3e2e2;
            color: #272727;
        }

.accordion .content .toggle:hover {
                background-color: #272727;
                color: #fbfaf9;
            }

.accordion .content .wrap {}

.accordion .show >.toggle {
            border-radius: 0;
            color: #fbfaf9;
            background-color: #0075c9;
        }

.accordion .show >.toggle svg {
                transform: rotate(90deg);
                color: #fbfaf9;
            }

.accordion.on-lightGray .title>a:hover,
                .accordion.on-lightGray .title>a.active {
                    background-color: #272727;
                    color: #fbfaf9;

                }

.accordion.on-lightGray .show >.toggle {
                background-color: #171616;
                color: #fbfaf9;
            }

.accordion.on-lightGray .show >.toggle svg {
                    transform: rotate(90deg);
                    color: #fbfaf9;
                }

.accordion .contact-list a {
            font-size: 1.5em;
        }

.accordion .contact-list span.circle {
            padding: 6px 14px;
        }

/**
 * Primary buttons
 */

.btn {
	background-color: #272727;
	border: 1px solid #272727;
	color: #fbfaf9;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1.2;
	margin-right: 0.3125em;
	margin-bottom: 0.3125em;
	padding: 1rem;
	text-decoration: none;
	white-space: normal;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	transition: all .2s;
	min-width: 175px;
	/* text-transform: capitalize; */
}

.btn:hover,
	.btn:focus,
	.btn:active {
		background-color: #0075c9;
		border-color: #0075c9;
		color: #fbfaf9;
		text-decoration: none;
	}

.btn-max {
		max-width: 200px;
	}

.btn.cta {
		margin-top: 3em;
	}

.btn-darkGray{
	color: #fbfaf9;
	border: 1px solid #272727;
	background-color: #312f2f;
	margin-bottom:0;

	}

.btn-darkGray:hover,
	.btn-darkGray:active,
	.btn-darkGray:focus {
		background-color: #272727;
		border-color: #272727;
		color: #fbfaf9;
		}

.btn-lightGray{
		color: #272727;
		border: 1px solid #e9e7e1;
		background-color: #e3e2e2;
		margin-bottom:0;
		
	}

.btn-lightGray:hover,
		.btn-lightGray:active,
		.btn-lightGray:focus {
			background-color: #312f2f;
			border-color: #272727;
			color: #fbfaf9;
		}

.btn-arrow {
	background-color: transparent;
	font-size: 1.2rem;
	border: none;
	color: #272727;
	font-weight: bold;
	text-align: left;
	margin-right: 50px;
	box-shadow: none;
	max-width: 75%;
	display: flex;
	align-items: center;
	gap: 1em;
	text-align: left !important;
	padding: 0;
}

.btn-arrow .link {
		transform: translateX(-0.25em);
		will-change: transform;
		transition: all 0.2s;
		width: 100%;
		max-width: 50px;
	}

.btn-arrow .link .icon {
			color: #0075c9;
			padding: 0.75em;

		}

.btn-arrow .link .icon svg {
				width: 25px;
				height: 25px;
			}

.btn-arrow:hover,
	.btn-arrow:active,
	.btn-arrow:focus {
		box-shadow: none;
		background-color: transparent;
		color: #272727;
		border: none;
		text-decoration: underline;
	}

.btn-arrow:hover .link, .btn-arrow:active .link, .btn-arrow:focus .link {
			transform: translateX(0);
		}

.btn-arrow-circle {
		font-size: 1.15rem;
	}

.btn-arrow-circle .link {

			max-width: 57px;
		}

.btn-arrow-circle .link .icon {
				background-color: #0075c9;
				color: #fbfaf9;
				border-radius: 50%;
				display: flex;
				justify-content: center;
				height: 50px;
				width: 50px;

			}

.btn-arrow-circle .link .icon svg {
					height: 19px;
				}

.btn-arrow-circle-border {
			max-width: 100%;
			margin-right: 0;
		}

.btn-arrow-circle-border .link {
				display: flex;
				margin-left: auto;
				margin-right: 0;
				max-width: 100% !important;
				grid-gap: var(--gap, 1rem);
				gap: var(--gap, 1rem);
				justify-content: right;
			}

.btn-arrow-circle-border .link span {
					display: flex;
					align-items: center;
				}

.btn-arrow-circle-border .link span.icon {
						height: 50px;
						width: 50px;
					}

.btn-white {

	background-color: #fbfaf9;
	color: #272727;
	border: none;
	font-weight: bold;

}

.btn-white:hover,
	.btn-white:focus,
	.btn-whitevisited,
	.btn-white:active {
		background-color: #0075c9;
		border-color: #0075c9;
		color: #fbfaf9;
	}

.btn-white--secondary:hover,
	.btn-white--secondary:focus,
	.btn-white--secondaryvisited,
	.btn-white--secondary:active {
		background-color: #00bcb4;
		border-color: #00bcb4;
		color: #272727;
	}

.btn-white-secondary {

	background-color: #fbfaf9;
	color: #272727;
	border: none;
	font-weight: bold;

}

.btn-white-secondary:hover,
	.btn-white-secondary:focus,
	.btn-white-secondaryvisited,
	.btn-white-secondary:active {
		background-color: #0075c9;
		border-color: #0075c9;
		color: #fbfaf9;
	}

/**
 * Secondary buttons
 */

.btn-primary {
	background-color: #0075c9;
	border-color: #0075c9;
}

.btn-primary:hover,
	.btn-primary:active,
	.btn-primary:focus {
		background-color: #005796;
		border-color: #005796;
		color: #fbfaf9;
	}

.btn-secondary {
	background-color: #00bcb4;
	border-color: #00bcb4;
	color: #272727;
	font-weight: bold;
}

.btn-secondary:hover,
	.btn-secondary:active,
	.btn-secondary:focus {
		background-color: #005796;
		border-color: #005796;
		color: #fbfaf9;
	}

.btn-gray{
	color: #312f2f;
	background-color: #e3e2e2;
	font-weight: bold;
	border:1px solid #e3e2e2;
}

.btn-gray:hover,
	.btn-gray:active,
	.btn-gray:focus {
		background-color: #cac8c8;
		color: #312f2f;
		border:1px solid #cac8c8;
	}

.btn-cta{
	color: #fbfaf9;
	background-color: #C90075;
	font-weight: bold;
	border:1px solid #C90075;
}

.btn-cta:hover,
	.btn-cta:active,
	.btn-cta:focus {
		background-color: #990059;
		color: #fbfaf9;
		border:1px solid #990059;
	}

.btn-icon svg {
		color: #00A7E1;
		margin-left: 0.5em;
	}

.btn-skeleton {
	color: #fbfaf9;
	background-color: transparent;
	border-color: #fbfaf9;
	font-weight: bold;

	/* &-primary {
		background-color: $primaryColor;
		padding: 0.45em 1em;
		font-size: 1.1rem;
		color: $black;
		margin: 0;
		font-weight: normal;
		border: 2px solid $black;


		&:hover,
		&:active,
		&:focus {
			background-color: black;
			color: $primaryColor;
			border-color: $white;
		}
	} */

	

}

.btn-skeleton:hover,
	.btn-skeleton:active,
	.btn-skeleton:focus {
		background-color: #0075c9;
		border-color: #272727;
		color: #272727;
	}

.btn-skeleton-white {
		color: #272727;
		border-color: #272727;
		background-color: transparent;
	}

.btn-skeleton-white:hover,
		.btn-skeleton-white:active,
		.btn-skeleton-white:focus {
			background-color: #272727;
			border-color: #272727;
			color: #fbfaf9;
		}

.btn-skeleton-gray {
		color: #312f2f;
		border-color: #312f2f;
		background-color: #cac8c8;
	}

.btn-skeleton-gray:hover,
		.btn-skeleton-gray:active,
		.btn-skeleton-gray:focus {
			background-color: #272727;
			border-color: #272727;
			color: #fbfaf9;
		}

.btn-skeleton-black {
		color: #fbfaf9;
		border-color: #fbfaf9;
		font-weight: bold;
		background-color: transparent;
	}

.btn-skeleton-black:hover,
		.btn-skeleton-black:active,
		.btn-skeleton-black:focus {
			background-color: #0075c9;
			border-color: #0075c9;
			color: #fbfaf9;
		}

.btn-skeleton-secondary {
		color: #272727;
		border: 2px solid #272727;
		background-color: transparent;
		font-weight: bold;
	}

.btn-skeleton-secondary:hover,
		.btn-skeleton-secondary:active,
		.btn-skeleton-secondary:focus {
			background-color: #00bcb4;
			border-color: #272727;
			color: #272727;
		}

.hover-link {
	font-size: 1.5rem;
	color: #272727;
	position: relative;
	text-decoration: none;
	margin: 2em 0;
	padding-bottom: 0.25em;
	display: initial;

}

.hover-link:after,
	.hover-link:before {
		content: '';
		height: 4px;
		background-color: #7f7a7a;
		width: 100%;
		position: absolute;
		transform: scaleX(1);
		bottom: -4px;
		left: 0;
		right: auto;
		transform-origin: bottom right;
		transition: transform 0.25s ease-in-out;
	}

.hover-link:before {
		background-color: #00A7E1;
		transform: scaleX(1);
		transform-origin: bottom left;
	}

.hover-link:hover,
	.hover-link:focus {
		text-decoration: none;
	}

.hover-link:hover:after, .hover-link:focus:after {
			background-color: #7f7a7a;
			transform: scaleX(0);
			transform-origin: bottom right;
		}

.hover-link.on-black {
		color: #fbfaf9 !important;
	}

.hover-link--large {
		font-size: 1.55rem;
		margin-bottom: 1em;
	}

.btn-back,.btn-next {
	text-decoration: none;
	margin-bottom: 1.25rem;
	display: block;
}

.btn-back .link, .btn-next .link {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		transform: translateY(0);
		font-size: 1.15rem;
		align-items: center;
		color: #312f2f;
	}

.btn-back .link .icon, .btn-next .link .icon {
			padding: 5px;
			display: flex;
			transform: translateX(0);
			margin-right: 1rem;
			transition: all 0.2s
		}

.btn-back .link svg, .btn-next .link svg {
			color: #0075c9;
			width: 25px;
			height: 25px;
			transform: rotate(180deg);
		}

.btn-back:hover, .btn-next:hover {
		text-decoration: none;


	}

.btn-back:hover .link .icon, .btn-next:hover .link .icon {
				transform: translateX(-0.5rem);
			}

.btn-next svg{
		transform: rotate(0);

	}

.btn-next .icon{
		margin-left: 1rem;
		margin-right: 0;
	}

.btn-next:hover {
		text-decoration: none;


	}

.btn-next:hover .link .icon {
				transform: translateX(0.5rem);
			}

.btn-canada {
	color: #fbfaf9;
	font-weight: bold;
	font-size: 1.25rem;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.btn-canada .icon {
		width: 50px;
		height: 50px;
	}

.btn-canada .icon svg {
			color: #00A7E1;
		}

.btn-canada .icon:last-of-type {
			width: 30px;
			height: 33px;
			transform: translateX(0);
			transition: all 0.2s;
		}

.btn-canada .icon:last-of-type svg {
				color: #fbfaf9;
			}

.btn-canada:hover {
		text-decoration: none;
	}

.btn-canada:hover .icon:last-of-type {
				transform: translateX(0.5rem);
			}

.btn-featured {
	position: relative;
	background-color: #fbfaf9;
	color: #272727;
	border: none;
	font-weight: bold;
	font-size: 1rem;
	width: 100%;
	max-width: 575px;
	padding: 2em 7em 2em 2em !important;
}

.btn-featured:before {
		content: '';
		position: absolute;
		top: 2em;
		right: 2em;
		width: 1em;
		height: 1em;
		border-top: solid 10px #00bcb4;
		border-right: solid 10px #00bcb4;
		z-index: 5555;
	}

.btn-featured.gray {
		background-color: #e3e2e2;
		color: #272727;
	}

.btn-featured.gray:hover,
		.btn-featured.gray:focus {
			background-color: #e3e2e2;
		}

.btn-featured:hover,
	.btn-featured:focus {
		background-color: #e3e2e2;
		color: #272727;
	}

@media screen and (min-width: 75em) {

.btn-featured {
		padding: 3em 6em 2em 2em !important;
		font-size: 1.2rem
}
	}

button.prev.article-back {

	position: relative;
	margin: 0 0 2em;
}

button.prev.article-back .text {
		transform: rotate(180deg);
		display: inline-block;
		padding: 0 1em;
		font-size: 1rem;
	}

.risk-cta {
	padding: 2em 1em;
	background-color: #e3e2e2;
	margin-bottom: 2em;
}

.risk-cta img {
		width: min(175px, 33%);
		margin: 0;
	}

.risk-cta.flex {
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}

.bg-primary .risk-cta {
		background-color: #fbfaf9;
	}

.link-alt {
	display: flex;
	flex-direction: row !important;
	flex-wrap: nowrap;
	bottom: 1em;
	justify-content: space-between;
	width: 75%;
	transform: translateY(0);
	position: absolute;
	font-size: 1.35rem;
	font-weight: bold;
	align-items: center;

}

.link-alt-highlight .icon {
			border: solid 3px #00A7E1;
			border-radius: 50%;
			padding: 5px;
			display: flex;
		}

.link-alt-highlight svg {
			color: #00A7E1;
			width: 25px;
			height: 25px;
		}

.link-alt-right {
		right: 2em;
		bottom: 2em;
		width: auto;
	}

/* .content {
	.btn {
		margin-top: 2rem;
	}
} */

/**
 * Active state
 */

.btn:active {
	box-shadow: inset 0 0.15625em 0.25em rgba(0, 0, 0, 0.15), 0 1px 0.15625em rgba(0, 0, 0, 0.05);
	outline: 0;
}

/**
 * Disabled state
 */

.btn[disabled] {
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.5;
	pointer-events: none;
}

/**
 * Button size
 */

.btn-large {
	font-size: 1em;
	line-height: normal;
	padding: 0.6875em 0.9375em;
}

/**
 * Block-level buttons
 */

.btn-block {
	display: block;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}

/**
 * General styles
 */

.btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}

/**
 * Remove right margin on last element and inputs
 */

.btn:last-child,
input.btn {
	margin-right: 0;
}

.sticky-social {
    position: fixed;
	top: 50%;
	transform: translateY(-50%);
    right: 0;
    z-index: 55555;
}

.sticky-social ul.social-links {
		width: 100%;
		margin: 0;
		display: block;
	}

.sticky-social ul.social-links li {
			list-style-type: none;
		}

.sticky-social ul.social-links li a{
				margin: 0;
				display: block;
				width: 50px;
				height:50px;
				margin-bottom: 10px;
				right: 0;
				position: relative;
				transition: width 0.3s ease;
				margin-left: auto;
				
			}

.sticky-social ul.social-links li a:hover{
					width:75px;
				}

.sticky-social ul.social-links li a:hover > span{
						background-color: #00A7E1;
					}

.sticky-social ul.social-links li a span{
					border-radius: 0;
					background-color: #00bcb4;
				}

.hubspot-form-wrapper {
    width: 100%;
    max-width: 600px;
    padding: 2rem;
}

.hubspot-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Form fields styling */

label {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: .5rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease;
    color: #312f2f;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus {
    border-color: #5d9fcb;
    outline: none;
    background-color: #fff;
}

/* Checkbox and radio button styles */

.checkbox-group,
.radio-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0;
    width: 1rem;
    height: 1rem;
}

/* Button styling */

.submit-btn {
    padding: 14px 20px;
    font-size: 1rem;
    font-weight: 600;
    background-color: #5d9fcb;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #4a8ec3;
}

.submit-btn:disabled {
    background-color: #bbb;
    cursor: not-allowed;
}

/* Responsive Design */

@media (max-width: 768px) {
    .hubspot-form-wrapper {
        padding: 20px;
    }
}

/* Accessibility - Focus Styles */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
.submit-btn:focus {
    outline: 2px solid #5d9fcb;
}

/* Label visibility for screen readers */

label[for="newsletter"] {
    display: inline-block;
    margin-left: 8px;
}

/* General Accessibility */

input:focus,
select:focus,
textarea:focus {
    border: 2px solid #5d9fcb;
    box-shadow: 0 0 5px rgba(93, 159, 203, 0.5);
}

input[disabled],
select[disabled] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.hbspt-form {
    /* margin: 0 auto; */
    padding: 0;
}

.hbspt-form form {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        padding-bottom: 0;
    }

.hbspt-form form input {
            position: relative;
            z-index: 7777;
            background-color: #fbfaf9;
            width: 100% !important;
            color: #312f2f;
        }

.hbspt-form form .textarea {
            height: 200px;
            max-height: 200px;
            max-width: 100%;
        }

.hbspt-form form fieldset {
            border: 0;
            width: 100%;
            justify-content: space-between;
            max-width: 100%;
            margin: 0 0 0.25rem;
            clear: both;
            display: block;
        }

.hbspt-form form .field {
            width: 100% !important;
            margin-bottom: 0 !important;
            /* display: flex; */
            /* align-items: center; */
        }

.hbspt-form form .field span {
                font-size: 1rem;

            }

.hbspt-form input::placeholder,
    .hbspt-form textarea::placeholder {
        color: #7f7a7a;
    }

.hbspt-form .hs-message {
        margin-top: 0.5rem;
        width: 100%;
    }

.hbspt-form input.hs-button {

        display: block;
        background-color: #C90075;
        border: 1px solid #C90075;
        color: #fbfaf9;
        font-size: 0.9375rem;
        font-weight: normal;
        line-height: 1.2;
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 0.3125rem;
        padding: 1.5rem;
        text-decoration: none;
        white-space: normal;
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgb(0 0 0 / 0%);
        transition: all .2s;
        width: max(50vh, 50%);
        margin-top: 0;
        max-width: 50%;
        z-index: 7777;

    }

.hbspt-form input.hs-button:hover:not(.inactive),
        .hbspt-form input.hs-button:active,
        .hbspt-form input.hs-button:focus {
            display: block;
            background-color: #990059;
            border: 1px solid #990059;
            color: #fbfaf9;
            font-size: 0.9375rem;
            font-weight: normal;
            line-height: 1.2;
            margin-right: auto;
            margin-left: 0;
            margin-bottom: 0.3125rem;
            padding: 1.5rem;
            text-decoration: none;
            white-space: normal;
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px rgb(0 0 0 / 0%);
            transition: all .2s;
            width: max(50vh, 50%);
            margin-top: 0;
            max-width: 50%;
            z-index: 7777;
        }

.hbspt-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
        margin: 1rem 0;
    }

.hbspt-form .hbspt-form form fieldset.form-columns-3 {
        flex-direction: column;
    }

.hbspt-form .hs-richtext.hs-main-font-element {
        font-size: 1rem;
        font-weight: bold;
        margin-top: 1rem;
        flex: 1 1 100%;
    }

@media screen and (min-width: 65em) {

        .hbspt-form .hbspt-form form fieldset.form-columns-3 {
            display: flex;
        }

            .hbspt-form .hbspt-form form fieldset.form-columns-3 .hs-richtext {
                flex: 1 1 100%;
                display: block;
            }


    }

.hbspt-form fieldset.form-columns-1 .input {
        margin-right: 8px;
        width: 90%;
        max-width: 400px;
    }

.hbspt-form .hs-form-required {
        color: red;
        margin: 0 5px;
        font-size: 1.2rem;
    }

.hbspt-form .hs-error-msg {
        text-indent: 0;
        position: relative;
        height: auto;
        width: auto;
        color: red !important;
        font-size: 1rem;
        padding: 0.5rem;
        text-align: left;
    }

.hbspt-form .hs-input {
        width: 100%;
        padding: 10px 15px 12px;
        background: #fbfaf9;
        color: #272727;
        font-size: 1rem;
        transition: all 0.4s;
        outline: none;
        border-radius: 0;
        margin-bottom: 0;
    }

.hbspt-form .hs-input:focus {
            color: black;
        }

.hbspt-form .hs_email.hs-email {
            width: 100%;
        }

.hbspt-form .hs_email.hs-email label {
                position: relative;
                width: auto;
                height: auto;
                margin: 0 0 0.3125rem;
                overflow: hidden;
                border: 0;
            }

.hbspt-form .hs-button {
        display: block;
        background-color: #272727;
        border: 1px solid #272727;
        color: #fbfaf9;
        font-size: 0.9375rem;
        font-weight: normal;
        line-height: 1.2;
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 0.3125rem;
        padding: 1.5rem;
        text-decoration: none;
        white-space: normal;
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgb(0 0 0 / 0%);
        transition: all .2s;
        width: max(50vh, 50%);
        margin-top: 2rem;
        max-width: 50%;
        z-index: 7777;
    }

.hbspt-form .hs-button:hover,
        .hbspt-form .hs-button:active,
        .hbspt-form .hs-button:focus {
            background-color: #0075c9;
            border-color: #0075c9;
            color: #fbfaf9;
            text-decoration: none;
        }

.hbspt-form .hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
    .hbspt-form .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
        box-sizing: border-box;
        padding: 0 15px;
        min-height: 35px;
    }

.hbspt-form .hs-form-checkbox label span {
        margin-left: 40px;
    }

.hbspt-form .form-columns-2 .hs-form-field {
                /* gap:0.25rem; */
                margin-bottom: 0.5rem !important;
            }

@media screen and (min-width: 48em) {
        .hbspt-form .form-columns-2 {
            display: flex;
            width: 100%;
            margin: 0;
            flex-direction: row;
            max-width: 100%;
            /* gap: 0.5rem; */
            align-items: start;
        }

            .hbspt-form .form-columns-2 >div {
                width: 100%;
                margin: 0.5rem 0;
                max-width: 100%;
            }

            .hbspt-form .form-columns-2 .hs-form-field {
                flex-direction: column;
                /* gap:0.25rem; */
                margin-bottom: 0.5rem;
            }

            .hbspt-form .form-columns-2 label.hs-error-msg {
                margin-top: 0.25rem;
            }
    }

.hbspt-form ul.inputs-list {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
    }

.hbspt-form ul.inputs-list:hover,
        .hbspt-form ul.inputs-list:focus {
            curser: pointer;
        }

.hbspt-form ul.inputs-list li {
            display: inline-block;
        }

.hbspt-form ul.inputs-list li label {
                position: relative;
            }

.hbspt-form ul.inputs-list li label span {
                    display: inline-block;
                    width: 100%;
                }

.hbspt-form ul.inputs-list li label span:before {
                        border: 2px solid;
                        content: "";
                        height: 24px;
                        left: 0;
                        position: absolute;
                        top: 0;
                        width: 24px;
                        border-radius: 4px;
                    }

.hbspt-form ul.inputs-list li label span:after :after {
                            content: "";
                            border: 4px solid;
                            border-left: 0;
                            border-top: 0;
                            height: 16px;
                            left: 8px;
                            opacity: 0;
                            position: absolute;
                            top: 2px;
                            transform: rotate(45deg);
                            transition: opacity 0.2s ease-in-out;
                            width: 8px;
                        }

.hbspt-form ul.inputs-list li label input {
                    height: 24px;
                    left: 0;
                    opacity: 0;
                    position: absolute;
                    top: 0;
                    width: 24px;
                }

.hbspt-form ul.inputs-list li label input:checked+span::after {
                        opacity: 1;
                    }

.hbspt-form ul.inputs-list li label input:focus+span::after {
                        outline: 3px solid transparent;
                    }

.hbspt-form ul.inputs-list li.hs-form-radio {
                display: block;
            }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox,
            .hbspt-form ul.inputs-list li.hs-form-radio {
                margin: 0.5rem 0.5rem 0;
                display: flex;
                align-items: center;
            }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label, .hbspt-form ul.inputs-list li.hs-form-radio label {
                    position: relative;
                }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label span, .hbspt-form ul.inputs-list li.hs-form-radio label span {
                        display: block;
                        margin-left: 40px;
                        margin-top: 5px;

                    }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label span:before, .hbspt-form ul.inputs-list li.hs-form-radio label span:before {
                            border: 2px #272727 solid;
                            content: "";
                            height: 24px;
                            left: 0;
                            position: absolute;
                            top: 0;
                            width: 24px;
                            border-radius: 4px;
                            transition: all 0.2s;

                        }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label span:after, .hbspt-form ul.inputs-list li.hs-form-radio label span:after {
                            content: "";
                            border: 4px #272727 solid;
                            border-left: 0;
                            border-top: 0;
                            height: 16px;
                            left: 8px;
                            opacity: 0;
                            position: absolute;
                            top: 2px;
                            transform: rotate(45deg);
                            transition: opacity 0.2s ease-in-out;
                            width: 8px;
                        }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label input, .hbspt-form ul.inputs-list li.hs-form-radio label input {
                        height: 24px;
                        left: 0;
                        opacity: 0;
                        position: absolute;
                        top: 0;
                        width: 24px;

                    }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label input:checked +span:before, .hbspt-form ul.inputs-list li.hs-form-radio label input:checked +span:before {
                                    background-color: #00A7E1;
                                }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label input:checked +span:after, .hbspt-form ul.inputs-list li.hs-form-radio label input:checked +span:after {
                                    opacity: 1;

                                }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label input:focused +span:after, .hbspt-form ul.inputs-list li.hs-form-radio label input:focused +span:after {
                                    outline: 3px solid red;
                                }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label input:focused +span span:before, .hbspt-form ul.inputs-list li.hs-form-radio label input:focused +span span:before {
                                    background-color: #7f7a7a;
                                }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label:hover,
                    .hbspt-form ul.inputs-list li.hs-form-booleancheckbox label:focus,
                    .hbspt-form ul.inputs-list li.hs-form-radio label:hover,
                    .hbspt-form ul.inputs-list li.hs-form-radio label:focus {
                        cursor: pointer;
                    }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label:hover span:before, .hbspt-form ul.inputs-list li.hs-form-booleancheckbox label:focus span:before, .hbspt-form ul.inputs-list li.hs-form-radio label:hover span:before, .hbspt-form ul.inputs-list li.hs-form-radio label:focus span:before {
                            background-color: #7f7a7a;
                        }

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label:hoverinput:checked +span:before, .hbspt-form ul.inputs-list li.hs-form-booleancheckbox label:hoverinput:focus +span:before, .hbspt-form ul.inputs-list li.hs-form-booleancheckbox label:focusinput:checked +span:before, .hbspt-form ul.inputs-list li.hs-form-booleancheckbox label:focusinput:focus +span:before, .hbspt-form ul.inputs-list li.hs-form-radio label:hoverinput:checked +span:before, .hbspt-form ul.inputs-list li.hs-form-radio label:hoverinput:focus +span:before, .hbspt-form ul.inputs-list li.hs-form-radio label:focusinput:checked +span:before, .hbspt-form ul.inputs-list li.hs-form-radio label:focusinput:focus +span:before {
                                    background-color: rgba(0,167,225 0.5);
                                }

.hbspt-form ul.inputs-list li.hs-form-checkbox {
                margin: 1rem 0;
            }

.hbspt-form ul.inputs-list li.hs-form-checkbox label {
                    position: relative;
                }

.hbspt-form ul.inputs-list li.hs-form-checkbox label span {
                        display: block;
                        margin-left: 40px;

                    }

.hbspt-form ul.inputs-list li.hs-form-checkbox label span:before {
                            border: 2px #272727 solid;
                            content: "";
                            height: 24px;
                            left: 0;
                            position: absolute;
                            top: 0;
                            width: 24px;
                            border-radius: 4px;
                            transition: all 0.2s;

                        }

.hbspt-form ul.inputs-list li.hs-form-checkbox label span:after {
                            content: "";
                            border: 4px #272727 solid;
                            border-left: 0;
                            border-top: 0;
                            height: 16px;
                            left: 8px;
                            opacity: 0;
                            position: absolute;
                            top: 2px;
                            transform: rotate(45deg);
                            transition: opacity 0.2s ease-in-out;
                            width: 8px;
                        }

.hbspt-form ul.inputs-list li.hs-form-checkbox label input {
                        height: 24px;
                        left: 0;
                        opacity: 0;
                        position: absolute;
                        top: 0;
                        width: 24px;

                    }

.hbspt-form ul.inputs-list li.hs-form-checkbox label input:checked +span:before {
                                    background-color: #00A7E1;
                                }

.hbspt-form ul.inputs-list li.hs-form-checkbox label input:checked +span:after {
                                    opacity: 1;

                                }

.hbspt-form ul.inputs-list li.hs-form-checkbox label input:focused +span:after {
                                    outline: 3px solid red;
                                }

.hbspt-form ul.inputs-list li.hs-form-checkbox label input:focused +span span:before {
                                    background-color: #7f7a7a;
                                }

.hbspt-form ul.inputs-list li.hs-form-checkbox label:hover,
                    .hbspt-form ul.inputs-list li.hs-form-checkbox label:focus {
                        cursor: pointer;
                    }

.hbspt-form ul.inputs-list li.hs-form-checkbox label:hover span:before, .hbspt-form ul.inputs-list li.hs-form-checkbox label:focus span:before {
                            background-color: #7f7a7a;
                        }

.hbspt-form ul.inputs-list li.hs-form-checkbox label:hoverinput:checked +span:before, .hbspt-form ul.inputs-list li.hs-form-checkbox label:hoverinput:focus +span:before, .hbspt-form ul.inputs-list li.hs-form-checkbox label:focusinput:checked +span:before, .hbspt-form ul.inputs-list li.hs-form-checkbox label:focusinput:focus +span:before {
                                    background-color: rgba(0,167,225 0.5);
                                }

/**
 * @section Tables
 * Styling for tables
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.25em;
	max-width: 100%;
	width: 100%;
}

th,
td {
	text-align: left;
	padding: 0.5em;
}

th {
	border-bottom: 0.125em solid #e3e2e2;
	font-weight: bold;
	vertical-align: bottom;
}

td {
	border-top: 1px solid #e3e2e2;
	vertical-align: top;
}

/**
 * Adds zebra striping
 */

.table-striped tbody tr:nth-child(odd) {
	background-color: #e3e2e2;
}

/**
 * Reduces padding on condensed tables
 */

.table-condensed th,
.table-condensed td,
	{
	padding: 0.25em;
}

.rd-revamp .container {
		max-width: 1200px;
		width: 100%;
	}

.rd-revamp .flex {
		display: flex;
		flex-direction: column;
	}

.rd-revamp header .flex {
			margin: auto;
		}

.rd-revamp header .flex .logo {
				margin-left: 0;
				display: block;
			}

.rd-revamp header .flex nav {
				margin: auto;
			}

.rd-revamp header .logo img {
				display: block;
				max-width: 250px;
			}

.rd-revamp header nav {
			display: block;
		}

/**
 * @section Typography
 * Sets font styles for entire site
 */

html {
	scroll-behavior: smooth;
	font-size: 16px;
}

body {
	background: #fbfaf9;
	color: #272727;
	font-family: 'proxima-nova', Arial, sans-serif;
	font-size: 100%;
	line-height: 1.6;

}

/**
 * Hyperlink styling
 */

a {
	color: #0075c9;
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
	word-wrap: break-word;
}

a:active,
	a:focus,
	a:hover {
		color: primaryColor;
		text-decoration: underline;
	}

.link {
	text-decoration: underline;
}

.link--white {
		color: #fbfaf9;

	}

.link:hover {
		text-decoration-line: underline;
		text-decoration-style: wavy;
	}

.content p {
		max-width: 75ch;
	}

.content p a:hover {
				/* font-weight: bold; */
				text-decoration: none;
			}

.content p.gray {
			color: #B5B5B5;
		}

.content ul.gray {
		color: #B5B5B5;
	}

/**
 * List styling
 */

ul,
ol {
	margin: 0 0 1.25em 2em;
	padding: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}

dl,
dd {
	margin: 0;
	padding: 0;
}

dd {
	margin-bottom: 1.25em;
}

dt {
	font-weight: bold;
}

/**
 * @bugfix Prevent webkit from removing list semantics
 * 1. Add a non-breaking space
 * 2. Make sure it doesn't mess up the DOM flow
 */

%list-style-none {
	list-style: none;
	margin-left: 0;
}

%list-style-none>li::before {
		content: "\200B";
		/* 1 */
		position: absolute;
		/* 2 */
	}

/**
 * Removes list styling.
 * For semantic reasons, should only be used on unordered lists.
 */

.list-unstyled {
	@extend %list-style-none;
	margin-left: 0;
}

/**
 * Display lists on a single line.
 */

.list-inline {
	@extend %list-style-none;
	margin-left: -0.5em;
	margin-right: -0.5em;
	padding: 0;
}

.list-inline>li {
		display: inline-block;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}

/**
 * Heading styling for h1 through h6 elements.
 * Heading class lets you use one heading type for semantics, but style it as another heading type.
 */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: 1.2;
	margin: 0 0 15px 0;
	word-wrap: break-word;
	font-family: 'futura-pt-bold', sans-serif;
}

h1.text--light, h2.text--light, h3.text--light, h4.text--light, h5.text--light, h6.text--light, .h1.text--light, .h2.text--light, .h3.text--light, .h4.text--light, .h5.text--light, .h6.text--light {
		font-weight: 100;
		font-family: 'proxima-nova', Arial, sans-serif;
		line-height: 1.5;
	}

h1.text--medium, h2.text--medium, h3.text--medium, h4.text--medium, h5.text--medium, h6.text--medium, .h1.text--medium, .h2.text--medium, .h3.text--medium, .h4.text--medium, .h5.text--medium, .h6.text--medium {
		font-family: 'proxima-nova', Arial, sans-serif;
		font-weight: 500;
	}

h1.text--dark, h2.text--dark, h3.text--dark, h4.text--dark, h5.text--dark, h6.text--dark, .h1.text--dark, .h2.text--dark, .h3.text--dark, .h4.text--dark, .h5.text--dark, .h6.text--dark {
		font-family: 'futura-pt-bold', sans-serif;
	}

.main-font {
	font-family: 'proxima-nova', Arial, sans-serif;
}

h1,
.h1 {

	font-size: 2rem;
}

@media screen and (min-width: 65em) {

h1,
.h1 {
		font-size: 3.5rem
}

		h1.large, .h1.large {

			font-size: 3.75rem;

		}
	}

h2,
.h2 {
	font-size: 1.8rem;
}

@media screen and (min-width: 48em) {

h2,
.h2 {
		font-size: 2.5rem
}
	}

h3,
.h3 {
	font-size: 1.5rem;
}

@media screen and (min-width: 48em) {

h3,
.h3 {
		font-size: 1.75rem
}
	}

h4,
.h4 {
	font-size: 1.25rem;
}

@media screen and (min-width: 48em) {

h4,
.h4 {
		font-size: 1.5rem
}
	}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

.accent {
	position: relative;
}

.accent:before {
		height: 8px;
		width: 50px;
		background-color: #00A7E1;
		content: '';
		display: block;
		margin-bottom: 1em;
	}

.accent.active:before {
			width: 100%;
			position: absolute;
			top: 0;
			transform: scaleX(0);
			bottom: 0;
			background-color: #0087ca;
			transform-origin: top right;
			transition: transform 0.25s ease-in-out;
		}

.title-break {
	font-weight: normal;
}

.title-break span {
		display: block;
	}

.title--black {
		color: #272727;
	}

.title--primary {
		color: #0075c9;
	}

.title--accent {
		color: #00A7E1;
	}

.text-gray {
	color: #7f7a7a;
}

.text-blue {
	color: #0075c9;
}

.large {
	font-size: 1.5rem;
}

.small {
	font-size: 1rem;
}

/* .constrict {

	@media screen and (min-width: $bp-medium) {
		width: min(75%, 75ch);
	}
} */

/**
 * Lines, Quotes and Emphasis
 */

/**
 * Lines
 */

hr {
	border: 0;
	border-top: 1px solid #e3e2e2;
	margin: 2em auto;
}

/**
 * Use a lighter yellow for better readability
 */

mark {
	background: #00A7E1;
	color: #272727;
}

/**
 * Blockquotes
 */

blockquote {
	font-size: 1.1875rem;
	font-style: italic;
	margin: 0 0 1.25em;
	padding-left: 0.8125em;
	padding-right: 0.8125em;
}

cite {
	color: #312f2f;
	display: block;
	font-size: 0.8125rem;
	padding-top: 1em;
}

address {
	display: block;
	font-style: normal;
	color: #272727;
}

address span {
		/* display: block; */
	}

a[href^="tel:"],
a[href^="fax:"] {
	font-style: normal;
}

a[href^="tel:"]:hover, a[href^="fax:"]:hover {
		color: #272727;
	}

.not-bold {
	font-weight: normal !important;
}

header {
    will-change: transform;
    transform: translateY(0);

    /* 
    * {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        backface-visibility: hidden;
    } */
}

header .logo {
        flex: 1;
    }

header .logo img {
            will-change: transform;
            transform: scale3d(1);
            transition: transform 0.3s ease-in-out;
            width: clamp(180px, 33%, 250px);
        }

header nav {
        will-change: transform;

    }

header nav ul li a {
                    will-change: transform;
                    font-size: 1.3rem;
                    text-decoration: none;
                    color: #272727;
                }

header nav ul li a:hover,
                    header nav ul li a:focus {
                        text-decoration: underline;
                    }

header.scrolled {
        opacity: 1;
        position: fixed;
        background-color: #ffffff;
        /* color: $white; */
        width: 100%;
        padding: 0;
        display: block;
        z-index: 8888;
        /* height: 100px; */

    }

header.scrolled >container {
            align-items: center;
        }

header.scrolled .logo {
            padding: 0;
        }

header.scrolled .logo img {
                transform: scale(0.8);
                transform-origin: center;
                -webkit-transform-origin-x: 0;

            }

header.scrolled~#site {
    padding-top: 6em;
}

ul.social-links {
    padding: 1em 0 0 0;
    display: flex;
    flex-direction: row;
    margin: 2em 0;
    height: 55px;
}

ul.social-links li {
        list-style-type: none;
        height: 55px;

    }

ul.social-links li span {
            padding: 1em;
            background-color: #fbfaf9;
            color: #272727;
            border-radius: 50%
        }

ul.social-links li a {
            text-align: center;
            margin: 0;
            padding: 0;
            display: inline-flex;
        }

ul.social-links li a span {
                transition: all 0.2s;
                display: flex;
            }

ul.social-links li a svg {
                width: 45px;
                height: 45px;
                border-radius: 50%;
            }

ul.social-links li a:hover span, ul.social-links li a:focus span {
                    background-color: #00A7E1;
                }

ul.info-links,
ul.policy-links {
    margin: 1em 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

ul.info-links li, ul.policy-links li {
        list-style-type: none;
    }

ul.info-links li a, ul.policy-links li a {
            position: relative;
            padding: 0.5em 1em;
            text-align: center;
            font-size: 1em;
            color: #fbfaf9;

        }

ul.info-links li a:before, ul.policy-links li a:before {
                content: '|';
                left: 0;
                position: absolute;
            }

ul.info-links li a:hover:before, ul.info-links li a:focus:before, ul.policy-links li a:hover:before, ul.policy-links li a:focus:before {
                    text-decoration: none;
                }

ul.info-links li:nth-child(1) a, ul.policy-links li:nth-child(1) a {
                padding-left: 0;
            }

ul.info-links li:nth-child(1) a:before, ul.policy-links li:nth-child(1) a:before {
                    content: '';
                }

ul.policy-links {
    margin: 0;
}

ul.info-links {
    padding: 0.5em 0.48em;
}

ul.off-canvas {
    display: none;
    /* margin-top: 8px; */
}

nav.utility ul {
        position: relative;
        display: flex;
        flex-direction: column;
    }

nav.utility ul#utility_navigation {
            margin: 0;
            margin-top: 10px;


        }

nav.utility ul#utility_navigation li {
                list-style-type: none;

            }

nav.utility ul#utility_navigation li:not(.btn-off-canvas) {
                    display: none;
                    border-left: 2px solid #00A7E1;
                }

nav.utility ul#utility_navigation li:not(.btn-off-canvas):first-of-type{
                        border-left: 0;
                    }

nav.utility ul#utility_navigation li a {
                    padding-left: 0.5rem;
                    color: #312f2f;
                    font-size: 1.15rem;
                }

@media (min-width: 65em) {

nav.utility ul#utility_navigation {

                display: flex;
                flex-direction: row;
                align-items: center


        }

                nav.utility ul#utility_navigation li {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                }

                    nav.utility ul#utility_navigation li:not(.btn-off-canvas) {
                        display: block;
                    }

                    nav.utility ul#utility_navigation li.btn-off-canvas {
                        display: none;
                    }
            }

nav.mobile-menu {
    margin-top: 8px;
}

nav.mobile-menu.active ul.off-canvas {
                display: flex;
                flex-direction: column;
                width: 100%;
                margin: 0;
                background-color: #0075c9;
                box-shadow: 0 0 10px 8px rgb(0 0 0 / 10%);
            }

nav.mobile-menu.active ul.off-canvas li {
                    list-style-type: none;
                }

nav.mobile-menu.active ul.off-canvas li a {
                        padding: 1rem;
                        display: block;
                        width: 100%;
                        text-align: center;
                        color: #fbfaf9;
                        background-color: #0075c9;
                        border-top: 1px solid #005796;
                        transition: all 0.3s;
                        font-weight: bold;
                        text-decoration: none;
                    }

nav.mobile-menu.active ul.off-canvas li a:nth-last-of-type {
                            border-top: none;
                        }

nav.mobile-menu.active ul.off-canvas li a:hover,
                        nav.mobile-menu.active ul.off-canvas li a:focus {
                            background-color: #005796;
                        }

@media (min-width: 65em) {

nav.mobile-menu {
        display: none
}
    }

.hamburger-icon {
    width: 40px;
    height: 40px;
    transition-duration: 0.5s;
    z-index: 9999;
    position: relative;
    border-radius: 3px;
    will-change: transform;
    background-color: #C90075;
    display: block;

}

.hamburger-icon .icon {
        will-change: transform;
        transition-duration: 0.5s;
        margin: 0 auto;
        position: absolute;
        height: 4px;
        width: 25px;
        left: 7.5px;
        top: 18px;
        background-color: #fbfaf9;
        border-radius: 5px;
    }

.hamburger-icon .icon:before {
            transition-duration: 0.5s;
            position: absolute;
            width: 25px;
            height: 4px;
            background-color: #fbfaf9;
            content: "";
            top: -10px;
            border-radius: 5px;
        }

.hamburger-icon .icon:after {
            transition-duration: 0.5s;
            position: absolute;
            width: 15px;
            height: 4px;
            background-color: #fbfaf9;
            content: "";
            top: 10px;
            right: 0;
            border-radius: 5px;
        }

.hamburger-icon:hover,
    .hamburger-icon:focus {
        cursor: pointer;
        background: #990059;
        transform: scale(1.1);
    }

.hamburger-icon:hover:before,
        .hamburger-icon:hover:after,
        .hamburger-icon:focus:before,
        .hamburger-icon:focus:after {
            background-color: #990059;

        }

.hamburger-icon:hover:after, .hamburger-icon:focus:after {
            width: 25px;

        }

.btn-off-canvas a[aria-expanded="true"] {
        background-color: #272727;
    }

.btn-off-canvas a[aria-expanded="true"] .icon {
            transition-duration: 0.5s;
            background: transparent;
            left: 5.5px;
        }

.btn-off-canvas a[aria-expanded="true"] .icon:before {
                background-color: #fbfaf9;
                transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
            }

.btn-off-canvas a[aria-expanded="true"] .icon:after {
                background-color: #fbfaf9;
                width: 25px;
                transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
            }

.btn-off-canvas a[aria-expanded="true"] .icon:hover,
            .btn-off-canvas a[aria-expanded="true"] .icon:focus {
                background-color: #272727;
            }

@media (min-width: 65em) {

.btn-off-canvas {
        display: none
}
    }

@media screen and (min-width: 65em) {

        .content--half {
            max-width: 60%;
        }

    }

.profile {
    position: relative;


    /* &:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3333;
    content: '';
    display: block;
    border-radius: 0 20px 20px 0;
    background: rgb($black);
    background: -moz-linear-gradient(0deg, rgba($black, 98%) 20%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba($black, 98%) 20%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba($black, 98%) 20%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727", endColorstr="#000000", GradientType=1);
    transition: all 0.4s;
} */

}

.profile img {
        position: relative;
        z-index: 2222;
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%;
        max-width: 500px;

    }

.profile .content {
        /* position: absolute; */
        z-index: 4444;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 1.5rem;
        padding: 1em 0;
        display: block;
        margin-top: 0 !important;




    }

@media screen and (min-width: 48em) {

.profile .content {
            padding: 1em 0




    }
        }

.profile .content .title {
            display: block;
            font-size: 1.3rem;
            line-height: 1.4;
            font-weight: normal;
            font-family: 'proxima-nova', Arial, sans-serif;
        }

.profile .content .title >span {
                font-weight: bold;
            }

.profile .content .name {
            display: block;
            font-size: 1.6rem;
            font-weight: bold;
            font-family: 'futura-pt-bold', sans-serif;
        }

.profile.quarter img {
            max-width: 400px;
        }

.anchors {
    padding: 3em 0 5em 0;
    position: relative;
}

@media screen and (min-width: 65em) {

        .anchors.half {
            max-width: 50%;
        }

            .anchors.half.right {
                margin-left: auto;
            }
    }

.anchors h2 {
        color: #272727;
    }

.anchors .buttons-list {
        margin-top: 3em;

    }

@media screen and (min-width: 48em) {

.anchors .buttons-list {
            max-width: 1200px

    }

            .anchors .buttons-list li {
                width: 48%;
            }
        }

@media screen and (min-width: 48em) {

.anchors {
        padding: 5em
}
    }

.anchors .split {
        justify-content: space-between;

    }

.anchors .split .title {
            margin: 0;
            padding: 0;
            font-size: clamp(2rem, 8vw, 4rem);
            font-family: 'proxima-nova', Arial, sans-serif;
        }

.anchors .split .title span {
                display: block;
            }

.anchors .split >div {
            margin: 2em 0;
        }

@media screen and (min-width: 65em) {

.anchors .split >div {
                max-width: 50%
        }
            }

.anchors.alt:after {
            content: '';
            position: absolute;
            width: 100%;
            background-color: #fbfaf9;
            bottom: 0;
            left: auto;
            right: 0;
            top: 0;
            z-index: 2222;
        }

.anchors.alt .container {
            position: relative;
            z-index: 4444;
        }

@media screen and (min-width: 48em) {

.anchors.alt {
            padding: 5em
    }

            .anchors.alt:before {
                content: '';
                position: absolute;
                width: 5%;
                background-color: #272727;
                z-index: 3333;
                left: 0;
                bottom: 0;
                top: 0;
                background: rgb(39, 39, 39);
                background: linear-gradient(180deg, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 1) 50%, rgba(244, 243, 240, 1) 50%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727", endColorstr="#f4f3f0", GradientType=1);
            }
                .anchors.alt.light-gray-to-secondary:before {
                    background-color: #e3e2e2;
                    background: linear-gradient(180deg, rgba(244, 243, 240, 1) 0%, rgba(244, 243, 240, 1) 50%, rgb(239, 231, 221, 1) 50%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727", endColorstr="#f4f3f0", GradientType=1);
                }
                .anchors.alt.light-gray-to-black:before {
                    background-color: #e3e2e2;
                    background: linear-gradient(180deg, rgba(244, 243, 240, 1) 0%, rgba(244, 243, 240, 1) 50%, rgba(39, 39, 39, 1) 50%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727", endColorstr="#f4f3f0", GradientType=1);
                }

        }

.info-box {
    position: relative;
    z-index: 4444;
}

@media screen and (min-width: 48em) {

.info-box {
        margin-top: 2em
}
    }

.info-box:before {
        content: '';
        position: absolute;
        top: 2em;
        right: 2em;
        width: 1em;
        height: 1em;
        border-top: solid 10px #00A7E1;
        border-right: solid 10px #00A7E1;
        z-index: 5555;
    }

.info-box.wrap {
        padding: 2em;
    }

.info-box__title {
        margin-top: 2em;
        font-weight: bold;
        font-size: 1.75rem;
    }

.info-box .counter {
        font-size: clamp(1.5rem, 1rem + 5vh, 2.5rem);
        font-weight: bold;
        font-family: 'futura-pt-bold', sans-serif;
        position: relative;
    }

.info-box .counter.blue {
            color: #0075c9;
        }

.info-box .counter.is-active {
            /* background-color: red; */
        }

.info-box p {
        margin: 1em 0;
        font-size: 1.1rem;
    }

.info-box .contact-list a {
            font-size: 1.25rem;
        }

@media screen and (min-width: 48em) {

.info-box .contact-list a {
                font-size: 1.65rem
        }
            }

@media screen and (min-width: 48em) {

.info-box {
        margin-top: 0
}

    }

@media screen and (min-width: 48em) {

        .info-box.sidebar {
            max-width: 500px;
        }

            .info-box.sidebar .link-list {
                font-size: 1rem;
            }

    }

.facts {
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    padding: 2em;
    max-width: 600px;
    margin-top: 3em;

}

.facts.blurry div {
            background-color: transparent;
        }

.facts:before {
        display: none;
    }

.facts .fact {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

.facts .fact div {
            padding: 0;
            font-size: 0.825rem;
        }

.facts .fact .counter {
            font-weight: bold;
            font-family: 'futura-pt-bold', sans-serif;
            font-size: 2rem;
            font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
            margin: 0;
            padding: 0;
            color: #0075c9;
            position: relative;

        }

.fact .counter__add:after {
                content: '+';
                position: absolute;
            }

.fact .counter__perc:after {
                content: '\0025';
                position: absolute;
            }

.fact .counter__k:after {
                content: 'k';
                position: absolute;
            }

section.content-section .title {
        margin-bottom: 1em;
    }

section.content-section .content p {
            margin-bottom: 1.25rem;
        }

section.content-section .featured {
        padding: 5rem;
        margin-top: 2rem auto 0;
    }

section.transition .content {
        z-index: 3333;
        position: relative;
        padding: 0;
    }

section.transition .content img {
            max-width: 740px;
        }

section.transition .content-right {
            margin-left: auto;
            margin-right: 0;
        }

section.transition .content-right img {
                margin-left: auto;
            }

section.parallax.bg {
        padding: 25vmin 0 0 0;
        padding: 15em 0;
        min-height: 500px;
        min-height: 50vh;

    }

@media screen and (min-width: 48em) {

section.parallax.bg {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top center

    }
        }

section.parallax.bg-home {
            background-image: url('/_development/img/parallax/firefighters-in-smoke.jpg');
        }

section.parallax.bg-agent-resources {
            background-image: url('/_development/img/parallax/bg-church-sanctuary.jpg');
        }

section.parallax.bg-insurance-products {
            background-image: url('/_development/img/parallax/bg-church-pews.jpg');
        }

section.parallax__with-content {
        position: relative;
        /* overflow: hidden; */
        padding: 0 !important;

    }

section.parallax__with-content .content {
            color: #fbfaf9;
            font-size: 1rem;
            position: relative;
            z-index: 2;
            padding: 10em 0;
        }

@media screen and (min-width: 65em) {

section.parallax__with-content .content {
                font-size: 1.7rem;
                padding: 6em 0;
                min-height: 400px
        }

            }

section.parallax__with-content:before {
            background-color: rgba(27, 27, 27, 0.75);
            width: 100%;
            position: absolute;
            z-index: 1;
            inset: 0;
            content: '';
            height: 100%;
        }

@media screen and (min-width: 65em) {

            section.parallax__with-content.bg {
                background-size: initial;
            }
        }

section.parallax__with-info .split {
            justify-content: space-between;
        }

section.parallax__with-info .info-box {

            padding: 3em;


        }

section.parallax__with-info .info-box p {
                margin: 0;
                font-size: 1.25rem;
                max-width: 100%;
            }

@media screen and (min-width: 65em) {

section.parallax__with-info .info-box {

                position: absolute;
                right: 0;
                bottom: -3em;
                max-width: 30% !important


        }
            }

a.cta--card {
        background-color: #272727;
        color: white;
        padding: 3rem;
        text-align: left;
        display: block;
        text-decoration: none;
        font-size: 1.25rem;
        position: relative;
        transition: all 0.2s;

    }

a.cta--card::before {
            content: '';
            position: absolute;
            top: 2em;
            right: 2em;
            width: 1em;
            height: 1em;
            border-top: solid 10px #67B2E8;
            border-right: solid 10px #67B2E8;
            z-index: 5555;
        }

a.cta--card span {
            display: flex;
        }

a.cta--card span:first-of-type {
            font-weight: bold;
            display: block;
            font-size: 1.75rem;
        }

a.cta--card .icon {
            align-content: center;
        }

a.cta--card .icon svg{
                border: solid 2px #00A7E1;
                border-radius: 50%;
                padding: 5px;
                display: flex;
                color: #00A7E1;
                width: 30px;
                height: 30px;
            }

a.cta:hover {
        background-color: #0075c9;
    }

.split {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    grid-gap: 1.5em;

}

@media screen and (min-width: 48em) {

        .split--space-between {
            justify-content: space-between !important;
        }

        .split--left {
            justify-content: left;
        }

    }

.split.thirds.reverse {
            flex-direction: column;
        }

@media screen and (min-width: 65em) {

.split {


        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        gap: 3.5em;
        grid-gap: 3.5em

}

        .split.no-gap {
            gap: 0;
            grid-gap: 0;
        }

        .split.small-gap {
            gap: 1.5em;
            grid-gap: 1.5em;
        }

        .split.flex-align-top {
            align-items: flex-start;
        }

        .split.flex-align-bottom {
            align-items: flex-end;
        }

        .split.flex-align-center-vertical {
            align-items: center;
        }

        .split.flex-align-center-horizontal {
            justify-content: center;
        }

        .split.reverse {
            flex-direction: row-reverse;
        }
                .split.reverse.half .image {
                    margin-top: 2em;
                }

            .split.half >* {
                max-width: calc(50% - 1.25em);
                /* margin: 0 auto; */
            }

            .split.half >div.text {
                margin-bottom: 2em;
                flex: initial;
            }

                .split.half >div.text ~div.text {
                    flex: 0 0 50%;
                }

                .split.half >div.text {

                margin-bottom: 0;
  }

        .split.thirds {
            flex-wrap: wrap;

        }

            .split.thirds >*:nth-child(1) {
                width: calc(100% / 3);
            }

            .split.thirds >*:nth-child(2) {
                width: calc(100% / 2);
                flex-grow: 1;
                /* order:-1; */
            }

            .split.thirds.reverse {
                flex-direction: row;
            }

                .split.thirds.reverse >*:nth-child(1) {
                    width: calc(100% / 2);
                    flex-grow: 1;

                }

                .split.thirds.reverse >*:nth-child(2) {
                    width: calc(100% / 3);
                    flex-grow: 0;

                    /* order:-1; */
                }

        .split.quarters {
            flex-wrap: wrap;

        }

            .split.quarters >*:nth-child(1) {
                width: calc(100% / 2);
                flex-grow: 1;
                /* order:-1; */
            }

            .split.quarters >*:nth-child(2) {
                width: calc(100% / 4);
            }
                .split.quarters.reverse >*:nth-child(2) {
                    width: calc(100% / 2);
                    flex-grow: 1;
                    /* order:-1; */
                }

                .split.quarters.reverse >*:nth-child(1) {
                    width: calc(100% / 4);
                }
    }

#claims-applications {

    flex-direction: column;
}

@media screen and (min-width: 65em) {

#claims-applications {
            flex-direction: row
}
        }

#claims-applications .container-small{
        width:100%;
        padding:0 10%;
    }

#claims-applications .wrap {
        padding: 5rem 0;
    }

@media screen and (min-width: 65em) {

#claims-applications .wrap {
            max-width: 646px
    }
        }

#claims-applications ul {
        list-style-type: none;
        margin: 2rem 0 0 0;
        padding: 0;
    }

#claims-applications ul li {
            margin: 0;
        }

#claims-applications ul li a {
                font-size: 1.25rem;
                padding: 0.85rem 1.25rem;
                font-weight: normal;
                text-decoration: none;

                display: inline-flex;
                gap: 1rem;
                align-items: center;
                transition: all 0.3s;
                /* border-top:1px solid $darkGray; */
                margin: 0.2rem 0;
                border: 1px solid #e3e2e2;
                background-color: #cccccc;
                color: #272727;

            }

#claims-applications ul li a svg {
                    padding: 0.3rem;
                    background-color: #005796;
                    color: #fbfaf9;
                    border-radius: 50%;
                    min-width: 32px;
                    min-height: 32px;
                }

#claims-applications ul li a:first-of-type {
                    border-top: none;
                    margin-top: 0;
                }

#claims-applications ul li a:hover {
                    background-color: #312f2f;
                    color: #fbfaf9;
                }

#claims-applications ul li a:hover svg {
                        background-color: #005796;
                        color: #fbfaf9;
                    }

#claims-applications .applications .wrap {
        margin-left: auto;
        margin-right: 0;
        padding-right: 2rem;

    }

#claims-applications .claims .wrap {
        margin-right: auto;
        margin-left: 0;
        padding-left: 2rem;
        color: #272727;

    }

/*
 * Removes list styling.
 * For semantic reasons, should only be used on unordered lists.
 */

.list-unstyled {
	list-style: none;
	margin-left: 0;
}

.list-unstyled>li::before {
		content: "\200B";
		position: absolute;
	}

ul.styled-list,
ol.styled-list {
	/* max-width: 720px; */
	padding: 0;
	display: block;

}

ul.styled-list li, ol.styled-list li {
		margin: 0.5em 0 0.75em 0;
		font-size: 1.1rem;
	}

ul.styled-list {
	list-style-type: disc;
}

ul.styled-list--large li{
			font-size: 1.5rem;
		}

ul.styled-list--white{
		color: white;
	}

ul.list {
	display: block;
	margin: 0;
	padding: 0;
}

ul.list li {
		list-style-type: none;
	}

div.styled-list {
	display: block;
	margin: 0;
	padding: 0;
}

div.styled-list >div {
		margin: 0.5rem 0 0 2rem;
		display: list-item;
		list-style-type: disc;
		position: relative;

	}

div.styled-list ::marker {
		color: #e3e2e2;
		font-weight: bold;
		font-size: 1rem !important;
	}

ol.styled-list {

	/* list-style: inside; */
}

ol.styled-list ::marker {
		color: #272727;
		font-weight: bold;
		font-size: 2rem;
		padding: 1em;
		display: inline-block;
		position: relative;
	}

@media screen and (min-width: 48em) {


		ol.styled-list--large {

			margin-top: 2em;

			counter-reset: section;
		}

			ol.styled-list--large li {
				vertical-align: middle;
				padding-bottom: 20px;
				position: relative;
				display: inline-block;
				padding-left: 50px;
				padding-top: 0.75rem;
			}

				ol.styled-list--large li ::marker {
					display: none;
				}

				ol.styled-list--large li:before {
					content: counters(section, ".");
					counter-increment: section;
					position: absolute;
					font-size: 20px;
					font-weight: 900;
					left: -25px;
					top: 0;
					height: 50px;
					width: 50px;
					background: black;
					color: white;
					border-radius: 50%;
					text-align: center;
					line-height: 50px;
					z-index: 50;
				}
	}

ol.styled-list ul {
		display: block;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 0;
	}

ol.styled-list ul li {
			padding: 0;
			margin: 0 0 0 3rem;
			list-style-type: circle;
		}

ol.styled-list ul li:before {
				content: '';
				position: relative;
			}

/**
 * Display lists on a single line.
 */

.list-inline {
	margin-left: -0.5em;
	margin-right: -0.5em;
	padding: 0;
}

.list-inline>li {
		display: inline-block;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}

.list-inline {

	list-style: none;
	margin-left: 0;
}

.list-inline>li::before {
		content: "\200B";
		position: absolute;
	}

ul.buttons-list {
	margin:0;
	padding: 0;
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
	position: relative;
	z-index: 5555;
	margin-top: 1rem;
}

ul.buttons-list.equal li {
			display: flex;
		}

ul.buttons-list.equal li a {
				align-items: center;
				display: flex;
				text-align: center;
				flex-grow: 1;
				justify-content: center;
			}

@media screen and (min-width: 48em) {

ul.buttons-list {
		margin: 0
}
	}

ul.buttons-list li {
		list-style-type: none;
	}

ul.buttons-list li a {
			display: block;
			text-align: center;
		}

ul.cta-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex: 0 0 33%;
}

ul.cta-list li {
		list-style-type: none;
		padding-top: 0.5em;
	}

ul.cta-list li a {
			background: #fbfaf9;
			color: #272727;
			padding: 3em;
			display: block;
			text-align: left;
			box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.025);
			transition: all 0.3s;
			will-change: transform;
			margin: 0;
		}

ul.cta-list li a:hover {
				box-shadow: 0px 8px 8px 0 rgba(0, 0, 0, 0.05);
				transform: translateY(-3px);
			}

.contact-list {
	margin-top: 3em;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contact-list .icon-link {
		display: flex;
		font-weight: bold;
		align-items: center;
		width: 100%;
		grid-gap: 1em;
		gap: 1em;
		margin-bottom: 1.5em;
		text-decoration: none;
		color: #272727;
		line-height: 1.3;
		font-size: 1rem;
	}

.contact-list .icon-link:not(span):hover{
				text-decoration: underline;
			}

@media screen and (min-width: 48em) {

.contact-list .icon-link {
			font-size: 1.65rem
	}
					.contact-list .icon-link:not(span):hover .circle {
						background-color: #0075c9;
					}
		}

.contact-list .icon-link .icon-link.email svg {
				height: 45px;
				width: 35px;
			}

.contact-list .icon-link .icon-link.address svg {
				height: 50px;
				width: 50px;
			}

.contact-list .icon-link .icon-link.address span.circle {
				padding: 0px 11px;
			}

.contact-list .icon-link .icon-link.phone svg {
				height: 50px;
				width: 50px;
			}

.contact-list .icon-link .icon-link.phone .circle {
				padding: 0 10px;
				transition: background-color 0.2s;
			}

.contact-list .icon-link span:not(.icon-link) {
				display: block;
				width: 50px;
				display: block;
				width: 50px;
			}

.contact-list .icon-link span:not(.icon-link) svg {
					height: 35px;
					width: 35px;
					height: 35px;
					width: 35px;
				}

.contact-list .icon-link span.circle {
			display: flex;
			align-items: center;
			width: 50px;
			padding: 0px 15px;
			background: #0075c9;
			border-radius: 50%;
			height: 50px;
			color: #fbfaf9;
		}

.contact-list .icon-link:hover span.circle {
				background: #00bcb4;
			}

.contact-list.bg-dark a {
			color: #e3e2e2 !important;
		}

.contact-list.bg-dark a .circle {
				background-color: #e3e2e2;
			}

.contact-list.bg-dark a:hover .circle {
					background-color: #00A7E1;
					color: #e3e2e2;
				}

.contact-list.bg-dark svg {
			color: #272727;
		}

.contact-list--small .icon-link {
			font-size: 1.25rem !important;
			line-height: 3rem;
		}

.link-list {
	display: block;
	margin: 1em 0;
	padding: 0;
}

.link-list li {
		list-style-type: none;
		margin-left: 1em;
	}

.link-list li a {
			color: #0075c9;
			border: none;
			text-decoration: none;
		}

.link-list li a:hover,
			.link-list li a:active,
			.link-list li a:focus {
				color: #272727;
				text-decoration: underline;
			}

.link-list li a.hover-link {
				width: 100%;
				line-height: 2;
				padding: 0;
				display: block;
				font-size: 1.25rem;
				color: #272727;

			}

.link-list li a.hover-link:hover {
					text-decoration: none;
				}

.sidebar .link-list .hover-link {
			width: max-content;
			margin: 1.25em 0;
		}

ul.flex-list {
	display: block;
	flex-wrap: wrap;
}

ul.flex-list li {
		flex: 0 0 50%;
		font-size: 1.25rem;
		padding: 0.5rem 0.5rem 0.5rem 1.5rem;
	}

ul.flex-list.checkmark li::marker {
				color: #67b2e8;
				content: "\2713";
				font-weight: bolder;
				font-size: 1.5rem;
			}

@media screen and (min-width: 48em) {

ul.flex-list {
		display: flex
}
	}

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); /* Responsive grid */
  grid-gap: 20px;
  gap: 20px;
  padding: 20px;
}

.card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  border: 1px solid #cac8c8;
}

.card:hover {
  transform: scale(1.05);
}

.card-image-link {
  display: block;
  overflow: hidden;
   background-color: #e3e2e2;
}

.card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 1rem auto;
  max-width:280px;
  /* padding:1rem; */
}

.card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex:1;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
    padding-bottom:1rem;
    margin-bottom:0;
    border-bottom: 2px solid #cac8c8;
}

.card-description {
  font-size: 1.15rem;
  margin: 1.25rem 0 2rem;
  color: #312f2f;
  flex:1;
}

.card-description a{
    font-weight: bold;
  }

.card-description a:hover{
      text-decoration: none;
      color: #272727;
    }

.card-button {
  background-color: #C90075;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.card-button:hover {
  background-color: #0056b3;
}

@media screen and (max-width: 600px) {
  .card-container {
    grid-template-columns: 1fr; 
  }
}

#programs {}

h1 span {
    color: #00bcb4;
}

h2.subtitle {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #00A7E1;
}

section.bg-primary h2 {
    color: #fbfaf9;
}

img.rounded {
    border-radius: 8px;
}

section#risk {
    min-height: 500px;

    position: relative;
    align-content: center;
}

section#risk .container-small {
        position: relative;
        z-index: 2222;

    }

section#risk .content {
        z-index: 2222;
    }

@media (min-width: 65em) {

section#risk {
        background-image: url('/_development/img/risk_control_web.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right
}

        section#risk:before {
            background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(202, 200, 200, 1) 15%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#CAC8C8", GradientType=0);
            content: '';
            position: absolute;
            left: 0;
            right: auto;
            width: 50%;
            height: 100%;
            top: 0;
        }
    }

section#contact {
    position: relative;
    align-content: center;
}

section#contact .container-small {
        position: relative;
        z-index: 2222;
        justify-content: space-between;

    }

section#contact .content {
        margin-top: 2.5rem;
        display: flex;
        flex-direction: column;
    }

@media (min-width: 75em) {

section#contact .content {
            flex-direction: row;
            justify-content: space-evenly;
            align-items: start
    }

        }

section#contact h4.subtitle {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 2px solid #00A7E1;
    }

section#contact address {
        color: #fbfaf9;
    }

section#contact .form {
        z-index: 2222;
        padding: 2rem 2rem 0 2rem;
        background-color: #fcfcfc;
        box-shadow: 0 0 10px 8px rgb(0 0 0 / 10%);
    }

section#contact .form .actions {
            margin: 1.5rem auto;
            padding: 0;
        }

@media (min-width: 65em) {

section#contact {
        background-image: url('/_development/img/bg-water.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left
}

        section#contact:before {
            background: #0075C9;
            background: linear-gradient(90deg, rgba(200, 200, 200, 0) 25%, rgba(0, 117, 201, 1) 50%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CAC8C80", endColorstr="#0075C9", GradientType=1);
            content: '';
            position: absolute;
            right: 0;
            left: auto;
            width: 100%;
            height: 100%;
            top: 0;
        }
    }