.cmp-image {
  position: relative;
}
.cmp-image__image {
  width: 100%;
}
.cmp-image .expand-icon,
.cmp-image .play-btn {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  pointer-events: none;
}
.cmp-image .expand-icon {
  opacity: 0;
  z-index: 100;
  height: 44px;
  margin: -22px 0 0 -22px;
  transition: .5s ease;
}
.cmp-image .play-btn {
  height: 70px;
  width: 70px;
  margin: -35px 0 0 -35px;
}
.cmp-image.play-btn-overlay:hover {
  cursor: pointer;
}
.cmp-image.expandable:hover {
  cursor: zoom-in;
}
.cmp-image.expandable:hover .expand-icon {
  opacity: 1;
}
.cmp-image.border-radius .cmp-image__image {
  border-radius: 45px;
}
.cmp-image .thumbnail-shadow-v2 {
  box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.1);
}
.mfp-content .mfp-img {
  background-color: #fff;
}
.mfp-content .mfp-img[src$=".svg"] {
  min-width: 90vw;
}
.mfp-content img.mfp-img {
  padding: 0;
  margin: 40px 0 40px;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8; }

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
.mfp-preloader a {
	color: #CCC; }
.mfp-preloader a:hover {
	color: #FFF; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation; }

button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1; }
.mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
	margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }

.mfp-arrow-left {
	left: 0; }
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px; }
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
	right: 0; }
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px; }
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
.mfp-iframe-holder .mfp-close {
	top: -40px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
.mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
		 * Remove all paddings around the image on small screen
		 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; } }

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; } }
body.path-bindingsite .search-suggestions-wrapper .suggestionsBoxWrapper .searchSuggestionsHeader {
  border-bottom: 1px solid #bbbbbb;
  background: #F7F7F7;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
body.path-bindingsite .search-suggestions-wrapper .suggestionsBoxWrapper .searchSuggestionsHeader .clear-history-btn {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.path-bindingsite .search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapper {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
body.path-bindingsite .search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapper .term {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.path-procalcitonin .search-suggestions-wrapper .suggestionsBoxWrapper .searchSuggestionsHeader {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
body.path-procalcitonin .search-suggestions-wrapper .suggestionsBoxWrapper .searchSuggestionsHeader .clear-history-btn {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.path-procalcitonin .search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapper {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body.path-procalcitonin .search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapper .term {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body:not(.path-bindingsite):not(.path-procalcitonin) .search-suggestions-wrapper .suggestionsBoxWrapper .searchSuggestionsHeader {
  font-family: "HelveticaNeue-Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
body:not(.path-bindingsite):not(.path-procalcitonin) .search-suggestions-wrapper .suggestionsBoxWrapper .searchSuggestionsHeader .clear-history-btn {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
body:not(.path-bindingsite):not(.path-procalcitonin) .search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapper {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
body:not(.path-bindingsite):not(.path-procalcitonin) .search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapper .term {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
body.path-procalcitonin .linkWrapperOuter a {
  margin: 2.5px 0;
}
body.path-procalcitonin .linkWrapperOuter a:hover,
body.path-procalcitonin .linkWrapperOuter a:focus {
  background: #ecebf8;
  outline: none;
}
body.path-procalcitonin .linkWrapperOuter a:hover .linkWrapper,
body.path-procalcitonin .linkWrapperOuter a:focus .linkWrapper {
  color: #262262;
}
body.path-procalcitonin .suggestionsBoxWrapper {
  width: 67%;
}
body.path-procalcitonin .search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn {
  background: #F9F9F9;
  color: #473fb9;
}
body.path-procalcitonin .search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn:hover {
  cursor: pointer;
  background: #ecebf8;
  color: #262262;
}
body.path-procalcitonin input#commercial-search-mobile:focus-visible {
  outline: none;
}
@media (max-width: 991px) {
  body.path-procalcitonin .search-suggestions-wrapper .suggestionsBoxWrapper {
    top: -13px;
    border: 1px solid #DCDCDC;
  }
}
body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) .linkWrapperOuter a {
  margin: 2.5px 0;
}
body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) .linkWrapperOuter a:hover,
body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) .linkWrapperOuter a:focus {
  background: #ebf2fa;
  outline: none;
}
body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) .linkWrapperOuter a:hover .linkWrapper,
body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) .linkWrapperOuter a:focus .linkWrapper {
  color: #005daa;
}
body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) .suggestionsBoxWrapper {
  width: 100%;
}
body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) .search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn {
  background: #F9F9F9;
  color: #1e8ae7;
}
body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) .search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn:hover {
  cursor: pointer;
  background: #ebf2fa;
  color: #005daa;
}
body.path-bindingsite .linkWrapperOuter a {
  margin: 2.5px 0;
}
body.path-bindingsite .linkWrapperOuter a:hover,
body.path-bindingsite .linkWrapperOuter a:focus {
  background: #ebf2fa;
  outline: none;
}
body.path-bindingsite .linkWrapperOuter a:hover .linkWrapper,
body.path-bindingsite .linkWrapperOuter a:focus .linkWrapper {
  color: #005daa;
}
body.path-bindingsite .suggestionsBoxWrapper {
  width: 50%;
}
body.path-bindingsite .search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn {
  background: #F9F9F9;
  color: #1e8ae7;
}
body.path-bindingsite .search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn:hover {
  cursor: pointer;
  background: #ebf2fa;
  color: #005daa;
}
body.path-allergy .linkWrapperOuter a {
  margin: 2.5px 0;
}
body.path-allergy .linkWrapperOuter a:hover,
body.path-allergy .linkWrapperOuter a:focus {
  background: #eaeaf5;
  outline: none;
}
body.path-allergy .linkWrapperOuter a:hover .linkWrapper,
body.path-allergy .linkWrapperOuter a:focus .linkWrapper {
  color: #493786;
}
body.path-allergy .suggestionsBoxWrapper {
  width: 100%;
}
body.path-allergy .search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn {
  background: #F9F9F9;
  color: #6867b8;
}
body.path-allergy .search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn:hover {
  cursor: pointer;
  background: #eaeaf5;
  color: #493786;
}
body.path-allergy #desktop-search-form:has(#desktopSearchRecentWrapper:hover) .search-bar,
body.path-allergy #desktop-search-form:has(#desktopSearchAutoCompleteWrapper:hover) .search-bar {
  border-radius: 6px 6px 0 0 !important;
}
body.path-allergy .search-suggestions-wrapper .suggestionsBoxWrapper .searchSuggestionsHeader {
  background: #ffffff;
  border-bottom: 1px solid #DCDCDC;
}
body.path-allergy #header #mobileSearch input.recents-showing,
body.path-allergy #header #desktop-search-form input.recents-showing,
body.path-allergy #header #mobileSearch input.suggestions-showing,
body.path-allergy #header #desktop-search-form input.suggestions-showing {
  border-radius: 6px 6px 0 0;
}
body.path-onelambda .linkWrapperOuter a {
  margin: 2.5px 0;
}
body.path-onelambda .linkWrapperOuter a:hover,
body.path-onelambda .linkWrapperOuter a:focus {
  background: #fbf8f9;
  outline: none;
}
body.path-onelambda .linkWrapperOuter a:hover .linkWrapper,
body.path-onelambda .linkWrapperOuter a:focus .linkWrapper {
  color: #e71316;
}
body.path-onelambda .suggestionsBoxWrapper {
  width: 100%;
}
body.path-onelambda .search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn {
  background: #F9F9F9;
  color: #e71316;
}
body.path-onelambda .search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn:hover {
  cursor: pointer;
  background: #fcf3f6;
  color: #d01013;
}
body.path-onelambda input#commercial-search-mobile:focus-visible {
  outline: none;
}
body.path-onelambda .search-suggestions-wrapper {
  text-align: left;
}
@media (max-width: 979px) {
  body.path-onelambda .search-suggestions-wrapper .suggestionsBoxWrapper {
    top: -13px;
    border: 1px solid #DCDCDC;
  }
}
body.path-onelambda #commercial-search-wrapper {
  width: 700px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  box-shadow: none;
}
body.celiac-site .linkWrapperOuter a {
  margin: 2.5px 0;
}
body.celiac-site .linkWrapperOuter a:hover,
body.celiac-site .linkWrapperOuter a:focus {
  background: #ebf7fb;
  outline: none;
}
body.celiac-site .linkWrapperOuter a:hover .linkWrapper,
body.celiac-site .linkWrapperOuter a:focus .linkWrapper {
  color: #024253;
}
body.celiac-site .suggestionsBoxWrapper {
  width: 100%;
}
body.celiac-site .search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn {
  background: #F9F9F9;
  color: #14677e;
}
body.celiac-site .search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn:hover {
  cursor: pointer;
  background: #ebf7fb;
  color: #024253;
}
body.celiac-site #desktop-search-form:has(#desktopSearchRecentWrapper:hover) .search-bar,
body.celiac-site #desktop-search-form:has(#desktopSearchAutoCompleteWrapper:hover) .search-bar {
  border-radius: 6px 6px 0 0 !important;
}
body.celiac-site .search-suggestions-wrapper .suggestionsBoxWrapper .searchSuggestionsHeader {
  background: #ffffff;
  border-bottom: 1px solid #DCDCDC;
}
body.celiac-site #header #mobileSearch input.recents-showing,
body.celiac-site #header #desktop-search-form input.recents-showing,
body.celiac-site #header #mobileSearch input.suggestions-showing,
body.celiac-site #header #desktop-search-form input.suggestions-showing {
  border-radius: 6px 6px 0 0;
}
#commercial-nav-wrapper:has(#desktopSearchRecentWrapper:hover) #commercial-search-wrapper,
#commercial-nav-wrapper:has(#desktopSearchAutoCompleteWrapper:hover) #commercial-search-wrapper {
  border-radius: 6px 6px 0 0 !important;
}
#commercial-search-wrapper.recents-showing,
#commercial-search-wrapper.suggestions-showing {
  border-radius: 6px 6px 0 0 !important;
}
#phadia-header #desktop-search-container #desktop-search-form:has(#desktopSearchRecentWrapper:hover) input,
#phadia-header #desktop-search-container #desktop-search-form:has(#desktopSearchAutoCompleteWrapper:hover) input {
  border-radius: 6px 0 0 0;
}
@media (max-width: 991px) {
  body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) .suggestionsBoxWrapper {
    right: unset;
    box-shadow: unset;
    overflow: unset;
    position: unset;
    top: unset;
    z-index: unset;
    border-radius: unset;
    border: unset;
    border-top: unset;
  }
  body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) .suggestionsBoxWrapper .suggestionsBox {
    padding: 0;
  }
  body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) .suggestionsBoxWrapper .suggestionsBox .linkWrapper {
    padding: 10px 5px;
    font-size: 16px;
    line-height: 24px;
  }
  body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) .suggestionsBoxWrapper .searchSuggestionsHeader {
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #222222;
    margin-bottom: 20px;
    background: unset;
    padding: 0;
  }
}
body.path-phadia:not(.path-procalcitonin):not(.path-onelambda) #phadia-mobile-all-results-btn {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: #F9F9F9;
  border: 1px solid #DCDCDC;
  border-right: 0;
  border-left: 0;
  color: #1E8AE7;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  position: fixed;
  bottom: 75px;
  left: 100%;
  transition: left 250ms ease-in-out;
  right: 0;
}
#mobile-search-form {
  position: relative;
}
.search-suggestions-wrapper {
  display: none;
  position: relative;
}
.search-suggestions-wrapper.suggestions-showing,
.search-suggestions-wrapper.recents-showing {
  display: block;
}
.search-suggestions-wrapper:hover,
.search-suggestions-wrapper:focus-within {
  display: block;
}
.search-suggestions-wrapper .suggestionsBoxWrapper {
  right: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1000;
  border-radius: 0 0 19px 19px;
  border: 1px solid #EEEEEE;
  border-top: 0;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .searchSuggestionsHeader {
  font-size: 16px;
  color: #222222;
  line-height: 16px;
  background: #F9F9F9;
  padding: 10px 22px;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .searchSuggestionsHeader .clear-history-btn {
  font-size: 14px;
  color: #222222;
  line-height: 18px;
  float: right;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .searchSuggestionsHeader .clear-history-btn:hover {
  cursor: pointer;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox {
  background-color: #ffffff;
  width: 100%;
  padding: 14px;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapper {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 0;
  padding: 8px;
  border: 1px solid #FFFFFF;
  color: #222222;
  font-size: 13px;
  line-height: 18px;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapperOuter {
  display: flex;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapperOuter a {
  color: #222222;
  display: inline-block;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapperOuter a:not(.recent-search-link) {
  width: 100%;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapperOuter a.recent-search-link {
  width: calc(100% - 32px);
}
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapperOuter a:hover,
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapperOuter a:focus {
  border-radius: 8px;
  text-decoration: none;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapperOuter a:hover + .clear-entry-btn,
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .linkWrapperOuter a:focus + .clear-entry-btn {
  color: #555759;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .clear-entry-btn {
  width: 32px;
  height: 36px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 200;
  padding: 10px 8px;
  border: 1px solid #FFFFFF;
  color: #DCDCDC;
  font-size: 22px;
  line-height: 18px;
  text-align: center;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .clear-entry-btn:hover {
  color: #222222;
  cursor: pointer;
  font-weight: 400;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .suggestionsBox .clear-entry-btn span {
  position: relative;
  top: -3px;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn {
  background: #F9F9F9;
  padding: 10px 22px;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  color: #1E8AE7;
  line-height: 22px;
  font-weight: 700;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn i {
  line-height: 22px;
  float: right;
}
.search-suggestions-wrapper .suggestionsBoxWrapper .allResultsBtn:hover {
  cursor: pointer;
  background: #ebf2fa;
  color: #005daa;
}
@media only screen and (max-width: 991px) {
  body .search-suggestions-wrapper .suggestionsBoxWrapper {
    position: relative;
    width: 100% !important;
  }
}

.cmp-sharing .sharing-btns.style-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
}
.cmp-sharing .sharing-btns.style-icons a,
.cmp-sharing .sharing-btns.style-icons a:hover,
.cmp-sharing .sharing-btns.style-icons > span:not(.share-label) {
  color: inherit !important;
  text-decoration: none !important;
}
.cmp-sharing .sharing-btns.style-roundIcons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
}
.cmp-sharing .sharing-btns.style-roundIcons a,
.cmp-sharing .sharing-btns.style-roundIcons a:hover,
.cmp-sharing .sharing-btns.style-roundIcons > span:not(.share-label) {
  color: inherit !important;
  text-decoration: none !important;
}
.cmp-sharing .sharing-btns.text-center {
  text-align: center;
  justify-content: center;
}
.cmp-sharing .sharing-btns.text-end {
  text-align: right;
  justify-content: right;
}
.cmp-sharing .sharing-btns .share-label {
  color: #222;
}
.cmp-sharing .sharing-btns.style-buttons .share-btn {
  padding: 4px 8px;
}
.cmp-sharing .sharing-btns .share-btn {
  cursor: pointer;
}
.cmp-sharing .sharing-btns.style-roundIcons .icon-circle {
  background-color: #222;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmp-sharing .sharing-btns.style-roundIcons .button-text {
  display: none;
}
.cmp-sharing .sharing-btns.style-icons a,
.cmp-sharing .sharing-btns.style-icons > span {
  display: inline-block;
  margin-top: 15px;
}
.cmp-sharing .sharing-btns.style-icons .button-text {
  display: none;
}
.cmp-sharing .sharing-btns.style-icons .icon {
  font-size: 24px;
}
.cmp-sharing .sharing-btns.style-buttons .share-label {
  display: none;
}
.cmp-sharing .sharing-btns.style-buttons .share-btn {
  display: inline-block;
  margin-top: 15px;
  margin-right: 8px;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 400;
}
.cmp-sharing .sharing-btns.style-buttons .share-btn.facebook {
  background-color: #1778f2;
}
.cmp-sharing .sharing-btns.style-buttons .share-btn.twitter {
  background-color: #26a7de;
}
.cmp-sharing .sharing-btns.style-buttons .share-btn.linkedin {
  background-color: #0072b1;
}
.cmp-sharing .sharing-btns.style-buttons .share-btn.email {
  background-color: #97989b;
}
.cmp-sharing .sharing-btns.style-buttons .share-btn.copy-link {
  background-color: #97989b;
}
.cmp-sharing .sharing-btns.style-buttons .share-btn span.fa,
.cmp-sharing .sharing-btns.style-buttons .share-btn span.fa-brands {
  margin-right: 8px;
}
.cmp-sharing .sharing-btns.style-buttons .share-btn:hover {
  color: #fff !important;
}

@charset "utf-8";body,html{margin:0;font-size:18px;font-family:Inter,Helvetica,Arial,sans-serif;line-height:1.8;color:#1c1c1c;background:#fff}body .h1,body h1,html .h1,html h1{font-weight:300;font-size:45px;line-height:1.2}body .h2,body h2,html .h2,html h2{font-weight:300;font-size:34px;line-height:1.2}body .h3,body blockquote,body h3,html .h3,html blockquote,html h3{font-weight:300;font-size:26px;line-height:1.2}body .h4,body h4,html .h4,html h4{font-weight:400;font-size:20px;line-height:1.3}body .h5,body h5,html .h5,html h5{font-weight:500;font-size:18px;line-height:1.3}body .h6,body h6,html .h6,html h6{font-weight:500;font-size:15px;line-height:1.3}body b,body strong,html b,html strong{font-weight:600}body ol li,body p,body ul li,html ol li,html p,html ul li{line-height:24px;font-weight:400}body li,html li{color:inherit;margin-bottom:10px}body hr,html hr{opacity:1}body img,html img{max-width:100%}@media (max-width:575px){body .h1,body h1,html .h1,html h1{font-weight:300;font-size:24px;line-height:1.2}body .h2,body h2,html .h2,html h2{font-weight:300;font-size:22px;line-height:1.2}body .h3,body blockquote,body h3,html .h3,html blockquote,html h3{font-weight:300;font-size:20px;line-height:1.2}body .h4,body h4,html .h4,html h4{font-weight:400;font-size:18px;line-height:1.3}body .h5,body h5,html .h5,html h5{font-weight:500;font-size:1pc;line-height:1.3}body .h6,body h6,html .h6,html h6{font-weight:500;font-size:13px;line-height:1.3}}blockquote{border-left:1px solid #feeb18;padding-left:30px;padding-right:30px}a{text-decoration:none;display:inline-block}a,a:hover{color:inherit}.text a:hover{opacity:.7}button,input,optgroup,select,textarea{font:inherit}.form-group.checkbox a,.form-group.radio a,.text a,p a{font-weight:600;text-decoration:underline;text-underline-offset:5px}.text table{border:0}.text table thead{border-bottom:2px solid #1c1c1c}.text table tbody th,.text table thead th{font-size:15px;font-weight:600}.text table tbody th{padding-right:10px}.text table tbody tr:not(:last-child){border-bottom:1px solid #d3d8de}.text table tbody tr:first-of-type{font-size:15px;border-bottom:2px solid #1c1c1c}.text table tbody tr td{line-height:1.4;padding:8px 10px 8px 0;font-size:13px;font-weight:400}.truste-consent-track-class{position:fixed!important;bottom:0;left:0;right:0;max-width:none!important;width:100%}@media only screen and (min-width:1px) and (max-width:380px){#truste-consent-text{height:auto!important;overflow:auto!important}}#regionDetectionModal .modal-title{font-size:26px;line-height:1.2;font-weight:300}sup a{text-decoration:none!important;font-weight:400!important}.acronym{border-bottom:1px dotted;cursor:help}.cmp-accordion{font-weight:400}.cmp-accordion .accordion.dark .accordion-header .accordion-button:after,.cmp-accordion .accordion.dark .desc,.cmp-accordion .accordion.dark .title{color:#fff}.cmp-accordion .accordion-body{border:0}.cmp-accordion .accordion-item{background:none;border:0;border-top:1px solid #d3d8de;border-bottom:0;border-radius:0!important}.cmp-accordion:last-of-type .accordion-item{border-bottom:1px solid #d3d8de}.cmp-accordion .desc{font-size:15px;margin-left:30px}.cmp-accordion .accordion-header .accordion-button{font-size:26px;border:0;border-radius:0;font-weight:300;background:none;padding-left:0;padding-right:0;color:inherit;-webkit-box-shadow:none!important;box-shadow:none!important;display:grid;grid-template-columns:90% 10%}.cmp-accordion .accordion-header .accordion-button:focus{-webkit-box-shadow:none;box-shadow:none}.cmp-accordion .accordion-header .accordion-button:not(.collapsed):after{background-image:none}.cmp-accordion .accordion-header .accordion-button:after{margin-left:0;content:"\2b";font-family:Font Awesome\ 6 Pro;font-size:23px;background-image:none;width:unset;height:unset;font-weight:300;justify-self:flex-end;text-align:right;-webkit-transform:none!important;transform:none!important;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.cmp-accordion .accordion-header .accordion-button:not(.collapsed):after{content:"\f068"}@media (max-width:768px){.cmp-accordion .accordion-header .accordion-button{display:block;position:relative;font-size:20px}.cmp-accordion .accordion-header .accordion-button .desc{font-size:15px;line-height:1.4;max-width:none;padding-right:50px;margin-left:0}.cmp-accordion .accordion-header .accordion-button:after{position:absolute;top:18px;right:0}}.cmp-arrow-steps .arrow-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-arrow-steps .arrow-container .arrow-step{position:relative;background-color:#f7ea6b;color:#000;padding:30px 20px;margin-left:-85px;z-index:1;-webkit-clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);min-width:300px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-arrow-steps .arrow-container .arrow-step .text{max-width:150px;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-size:1pc;line-height:1.2}.cmp-arrow-steps .arrow-container[data-count="1"] .arrow-step{-webkit-clip-path:polygon(50% -50%,100% 50%,50% 150%,0 50%);clip-path:polygon(50% -50%,100% 50%,50% 150%,0 50%);margin-left:0;display:block;text-align:center}.cmp-arrow-steps .arrow-container[data-count="1"] .arrow-step .text{margin:0 auto}.cmp-arrow-steps .arrow-container:not([data-count="1"]) .arrow-step{text-align:center}.cmp-arrow-steps .arrow-container:not([data-count="1"]) .arrow-step .text{margin-left:60px}.cmp-arrow-steps .arrow-container:not([data-count="1"]) .arrow-step.first-in-row,.cmp-arrow-steps .arrow-container:not([data-count="1"]) .arrow-step:first-child{margin-left:0}.cmp-arrow-steps .arrow-container.one-per-row{gap:0}.cmp-arrow-steps .arrow-container.one-per-row .arrow-step{background-color:#add8e6;-webkit-clip-path:polygon(100% 0,100% 72%,50% 100%,0 72%,0 50%,0 0,50% 28%)!important;clip-path:polygon(100% 0,100% 72%,50% 100%,0 72%,0 50%,0 0,50% 28%)!important;min-width:0}.cmp-arrow-steps .arrow-container.one-per-row .arrow-step:not(:first-child){margin-top:-30px}.cmp-arrow-steps .arrow-container.one-per-row .arrow-step .text{margin-left:0!important;max-width:none;text-align:center!important;padding:30px 0 20px}.cmp-arrow-steps .arrow-container.color-yellow .arrow-step:first-child{background-color:#feeb18}.cmp-arrow-steps .arrow-container.color-yellow .arrow-step:nth-child(2){background-color:#f8e516}.cmp-arrow-steps .arrow-container.color-yellow .arrow-step:nth-child(3){background-color:#f1df14}.cmp-arrow-steps .arrow-container.color-yellow .arrow-step:nth-child(4){background-color:#ebd811}.cmp-arrow-steps .arrow-container.color-yellow .arrow-step:nth-child(5){background-color:#e4d20f}.cmp-arrow-steps .arrow-container.color-yellow .arrow-step:nth-child(6){background-color:#decc0d}.cmp-arrow-steps .arrow-container.color-black .arrow-step .text{color:#fff}.cmp-arrow-steps .arrow-container.color-black .arrow-step:first-child{background-color:#000}.cmp-arrow-steps .arrow-container.color-black .arrow-step:nth-child(2){background-color:#171718}.cmp-arrow-steps .arrow-container.color-black .arrow-step:nth-child(3){background-color:#2e2e30}.cmp-arrow-steps .arrow-container.color-black .arrow-step:nth-child(4){background-color:#444647}.cmp-arrow-steps .arrow-container.color-black .arrow-step:nth-child(5){background-color:#5b5d5f}.cmp-arrow-steps .arrow-container.color-black .arrow-step:nth-child(6){background-color:#727477}.cmp-arrow-steps .arrow-container.color-gray .arrow-step:first-child{background-color:#b1b4b7}.cmp-arrow-steps .arrow-container.color-gray .arrow-step:nth-child(2){background-color:#bec1c4}.cmp-arrow-steps .arrow-container.color-gray .arrow-step:nth-child(3){background-color:#cbced1}.cmp-arrow-steps .arrow-container.color-gray .arrow-step:nth-child(4){background-color:#d8dbdd}.cmp-arrow-steps .arrow-container.color-gray .arrow-step:nth-child(5){background-color:#e5e8ea}.cmp-arrow-steps .arrow-container.color-gray .arrow-step:nth-child(6){background-color:#f2f5f7}.cmp-assay-card .assay-cards-wrapper{display:grid;grid-template-columns:repeat(3,1fr);row-gap:35px;-webkit-column-gap:2pc;-moz-column-gap:2pc;column-gap:2pc}.cmp-assay-card .assay-cards-wrapper[data-count="1"]{grid-template-columns:repeat(1,1fr)}.cmp-assay-card .assay-cards-wrapper[data-count="2"]{grid-template-columns:repeat(2,1fr)}@media (max-width:992px){.cmp-assay-card .assay-cards-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.cmp-assay-card .assay-cards-wrapper{grid-template-columns:repeat(1,1fr)!important}}.cmp-assay-card .assay-cards-wrapper.dark .assay-card{background-color:#171818;color:#fff}.cmp-assay-card .assay-cards-wrapper.dark .assay-card .--category{background-color:#000}.cmp-assay-card .assay-cards-wrapper.dark .assay-card .--description{color:#fff}.cmp-assay-card .assay-cards-wrapper.dark .assay-card .--button{color:#d3d8de}.cmp-assay-card .assay-card{background-color:#f2f5f7;padding:25px;border-radius:3px}.cmp-assay-card .assay-card img{width:100%;margin-bottom:20px}.cmp-assay-card .assay-card .--category{background:#171818;color:#fff;font-size:13px;padding:8px 9pt;border-radius:3px;display:inline-block}.cmp-assay-card .assay-card hr{width:5pc;margin:25px 0;color:#d3d8de}.cmp-assay-card .assay-card .--description{color:#1c1c1c;font-size:13px;line-height:18.2px;margin-bottom:25px}.cmp-assay-card .assay-card .--button{margin-top:20px;font-size:15px;color:#727477}.cmp-assay-card .assay-card .--button .fa-arrow-right{margin-left:10px}.back-to-top-button{opacity:0;background:#fff;height:50px;width:50px;border:1px solid #d3d3d3;-webkit-box-shadow:0 2px 2px 0 hsla(0,0%,73.3%,.3);box-shadow:0 2px 2px 0 hsla(0,0%,73.3%,.3);border-radius:50%;-webkit-transition:1s ease;transition:1s ease;position:fixed;right:29px;bottom:34px}.back-to-top-button i{color:#2a2a2a;font-size:1pc;line-height:3pc;font-weight:300}.cmp-blockquote .blockquote{padding:30px!important}.cmp-blockquote .blockquote.bg-color-yellow{background-color:#fffacc}.cmp-blockquote .blockquote.bg-color-deep-gray{background-color:#1c1c1c}.cmp-blockquote .blockquote.bg-color-deep-gray p.author,.cmp-blockquote .blockquote.bg-color-deep-gray p.quote{color:#fff}.cmp-blockquote .blockquote.bg-color-light-gray{background-color:#e6ebf0}.cmp-blockquote .blockquote blockquote .author{margin-bottom:0}.cmp-blockquote .blockquote p.quote.add-quote-marks:before{content:"\201C"}.cmp-blockquote .blockquote p.quote.add-quote-marks:after{content:"\201D"}.btn{border:2px solid transparent;border-radius:3px;padding:9pt;font-size:15px;font-weight:500;line-height:1;margin:6px 0;-webkit-transition:.2s ease;transition:.2s ease;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.btn-size-small{padding-top:8px;padding-bottom:8px}.btn.btn-size-default{padding-top:9pt;padding-bottom:9pt}.btn.btn-size-large{padding-top:17px;padding-bottom:17px}.btn.full-width{width:100%}.btn.btn-style-simple{color:#727477;padding:10px 10px 10px 0}.btn.btn-style-simple:active,.btn.btn-style-simple:hover{color:#171818}.btn.btn-style-simple:active .btn-icon,.btn.btn-style-simple:hover .btn-icon{color:#feeb18}.btn.btn-style-simple[disabled],.btn.btn-style-simple[disabled] .btn-icon{color:#727477}.btn.btn-style-simple-dark{color:#feeb18;padding:10px 10px 10px 0}.btn.btn-style-simple-dark:active,.btn.btn-style-simple-dark:active .btn-icon,.btn.btn-style-simple-dark:hover,.btn.btn-style-simple-dark:hover .btn-icon{color:#fff}.btn.btn-style-simple-dark[disabled],.btn.btn-style-simple-dark[disabled] .btn-icon{color:#bec4cb}.btn.btn-style-primary{background-color:#feeb18}.btn.btn-style-primary:hover{background-color:#decc0d}.btn.btn-style-primary:active{background-color:#decc0d;border-color:#c8b70a}.btn.btn-style-secondary-light{background-color:#d3d8de}.btn.btn-style-secondary-light:hover{background-color:#bec4cb}.btn.btn-style-secondary-light:active{background-color:#bec4cb;border-color:#acafb4}.btn.btn-style-secondary-dark{background-color:#2d2f30;color:#fff}.btn.btn-style-secondary-dark:hover{background-color:#171818;color:#feeb18}.btn.btn-style-secondary-dark:active{background-color:#2d2f30;border-color:#444748;color:#feeb18}.btn.btn-style-secondary-dark[disabled]{color:#fff}.btn[disabled]{opacity:.3}.btn:hover{text-decoration:none!important}.btn .btn-icon{font-size:18px;margin-left:10px}.cmp-callout .callout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-left:1px solid #decc0d;padding-left:35px;padding-right:35px;margin-bottom:15px}.cmp-callout .callout.dark{color:#fff}.cmp-callout .callout .title{font-weight:500;font-size:18px;line-height:1.3;margin-bottom:15px}.cmp-callout .callout .desc{line-height:1.4;font-size:14px}.cmp-callout .callout.bottom-margin{margin-bottom:70px}.cmp-callout .callout .--button{margin-top:20px;font-size:15px;display:inline-block}.cmp-callout .callout .--button .fa-arrow-right{margin-left:10px}@media (max-width:768px){.cmp-callout .callout{border-radius:3px;padding:25px;border-left:0;border-bottom:1px solid #feeb18}.cmp-callout .callout.light{background-color:#f2f5f7}.cmp-callout .callout.dark{background-color:#171818}.cmp-callout .callout .title{font-weight:400;font-size:18px}.cmp-callout .callout .desc{font-size:13px}}.cmp-carousel__actions .cmp-carousel__action .arrow-icon{font-size:26px;color:#86898c}.cmp-carousel__actions .cmp-carousel__action .arrow-icon:hover{color:#1c1c1c}@media (max-width:768px){.cmp-carousel__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.cmp-carousel__count{border-bottom:1px solid #d3d8de;font-weight:300;margin-left:55px;margin-right:55px}.cmp-carousel__count .current{font-size:55px;color:#1c1c1c}.cmp-carousel__count .total{font-size:26px;line-height:1.2;color:#86898c}.cmp-detail-summary details.dark-mode{color:#fff}.cmp-detail-summary details summary{font-weight:600}.cmp-doc-search #documentSearchForm{margin-bottom:40px}.cmp-doc-search #documentTable{width:100%}.cmp-doc-search #documentTable.hidden{display:none}.cmp-doc-search #documentTable .download-btn i{font-size:1pc}.cmp-doc-search .no-results.hidden{display:none}.cmp-featured-speaker-list hr{height:1px;background-color:#d3d8de}.cmp-featured-speaker-list .speaker-list{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px;row-gap:30px}.cmp-featured-speaker-list .speaker-list,.cmp-featured-speaker-list .speaker-list .speaker-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cmp-featured-speaker-list .speaker-list .speaker-card{gap:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-featured-speaker-list .speaker-list .speaker-card img.speaker-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.cmp-featured-speaker-list .speaker-list .speaker-card .speaker-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:18px;gap:20px}.cmp-featured-speaker-list .speaker-list .speaker-card .speaker-details .speaker-info{line-height:1.3}.cmp-featured-speaker-list .speaker-list .speaker-card .speaker-details .speaker-info .speaker-name{font-weight:600}.cmp-featured-speaker-list .speaker-list .speaker-card .speaker-details .speaker-info .speaker-title{color:#747b85}.cmp-featured-speaker-list .speaker-list .speaker-card .speaker-details .speaker-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1pc}.cmp-featured-speaker-list .speaker-list .speaker-card .speaker-details .speaker-socials a{color:#747b85}.cmp-flex-container>.aem-Grid>div{-webkit-box-flex:1;-ms-flex:1;flex:1}#bindingSiteFooter{margin-top:5pc}#bindingSiteFooter .h4{color:#6e7278}#bindingSiteFooter .tfs-footer-section{padding-bottom:68px}#bindingSiteFooter .tfs-footer-section .tfs-col-heading{color:#727477;font-size:15px;line-height:21px;padding-bottom:10px;border-bottom:1px solid #d3d8de}#bindingSiteFooter hr{color:#d3d8de}#bindingSiteFooter a{color:#1c1c1c;font-size:15px;line-height:24px;text-decoration:none}#bindingSiteFooter #footer-nav{position:relative}@media (min-width:768px){#bindingSiteFooter #footer-nav:before{position:absolute;left:48%;top:0;bottom:0;width:1px;background:#e6ebf0;content:""}}#bindingSiteFooter #footer-social-media-container{margin-top:73px}#bindingSiteFooter .fab{font-size:20px;margin-right:20px;color:#747b85}.cmp-p-form-container.__dark-mode input,.cmp-p-form-container.__dark-mode label,.cmp-p-form-container.__dark-mode legend,.cmp-p-form-container.__dark-mode select,.cmp-p-form-container.__dark-mode textarea{color:#fff}.cmp-p-form-container.__dark-mode input option,.cmp-p-form-container.__dark-mode label option,.cmp-p-form-container.__dark-mode legend option,.cmp-p-form-container.__dark-mode select option,.cmp-p-form-container.__dark-mode textarea option{color:#000}.cmp-p-form-container.__dark-mode .cmp-form-options--checkbox input,.cmp-p-form-container.__dark-mode .cmp-form-options--radio input{accent-color:#feeb18}.cmp-p-form-container .cmp-p-form-input,.cmp-p-form-container .cmp-p-form-options{position:relative}.cmp-p-form-container .cmp-p-form-input.active label,.cmp-p-form-container .cmp-p-form-input:active label,.cmp-p-form-container .cmp-p-form-input:focus-within label,.cmp-p-form-container .cmp-p-form-input:focus label,.cmp-p-form-container .cmp-p-form-options.active label,.cmp-p-form-container .cmp-p-form-options:active label,.cmp-p-form-container .cmp-p-form-options:focus-within label,.cmp-p-form-container .cmp-p-form-options:focus label{font-size:13px;top:10px}.cmp-p-form-container .cmp-p-form-input .cmp-form-options,.cmp-p-form-container .cmp-p-form-input .cmp-form-text,.cmp-p-form-container .cmp-p-form-options .cmp-form-options,.cmp-p-form-container .cmp-p-form-options .cmp-form-text{padding-top:30px;margin:0 7px}.cmp-p-form-container .cmp-form-options--drop-down label,.cmp-p-form-container .cmp-p-form-input label{pointer-events:none}.cmp-p-form-container .cmp-form-options--drop-down label.error,.cmp-p-form-container .cmp-p-form-input label.error{margin:7px 0 0}.cmp-p-form-container .cmp-form-textarea{padding-top:30px;margin:0 7px}.cmp-p-form-container .cmp-form-textarea label{position:relative;top:unset!important;font-size:15px!important}.cmp-p-form-container textarea{width:100%;border-radius:0;background:transparent}.cmp-p-form-container textarea:hover{border-color:#feeb18}.cmp-p-form-container .cmp-p-form-options .dropdown{display:none}.cmp-p-form-container label{font-size:15px;color:#1c1c1c;position:absolute;-webkit-transition:all .2s ease;transition:all .2s ease;line-height:25px;top:30px}.cmp-p-form-container legend{font-size:15px;color:#1c1c1c;line-height:25px;margin-bottom:0}.cmp-p-form-container input.cmp-form-text__text,.cmp-p-form-container select.cmp-form-options__field{height:35px!important;width:100%;border:0;border-bottom:1px solid #727477;border-radius:0;outline:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;background:transparent}.cmp-p-form-container input.cmp-form-text__text:active,.cmp-p-form-container input.cmp-form-text__text:hover,.cmp-p-form-container select.cmp-form-options__field:active,.cmp-p-form-container select.cmp-form-options__field:hover{border-color:#feeb18}.cmp-p-form-container input.cmp-form-text__text{padding-left:4px}.cmp-p-form-container .cmp-form-options--checkbox,.cmp-p-form-container .cmp-form-options--radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.cmp-p-form-container .cmp-form-options--checkbox label,.cmp-p-form-container .cmp-form-options--radio label{position:relative;top:unset!important;font-size:15px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-item-align:start;align-self:start;gap:10px}.cmp-p-form-container .cmp-form-options--checkbox .cmp-form-options__field-description,.cmp-p-form-container .cmp-form-options--radio .cmp-form-options__field-description{display:none}.cmp-p-form-container .cmp-form-options--checkbox input,.cmp-p-form-container .cmp-form-options--radio input{min-width:20px;width:20px;height:20px;border-color:#bec4cb;accent-color:#1c1c1c}.cmp-p-form-container .cmp-p-form-button{margin:15px 7px 7px}.cmp-p-form-container .cmp-p-form-button button{display:block;padding:9pt;border:2px solid transparent;border-radius:3px;font-size:15px;font-weight:500;line-height:1;background-color:#d3d8de}.cmp-p-form-container .cmp-p-form-button button:hover{background-color:#bec4cb}.cmp-p-form-container .cmp-p-form-button button:active{background-color:#bec4cb;border-color:#acafb4}.cmp-p-form-container .cmp-p-form-button button[type=submit]{background-color:#feeb18}.cmp-p-form-container .cmp-p-form-button button[type=submit]:hover{background-color:#decc0d}.cmp-p-form-container .cmp-p-form-button button[type=submit]:active{background-color:#decc0d;border-color:#c8b70a}.cmp-p-form-container .cmp-form__required:after{content:"*"}.cmp-p-form-container label.error{color:#f1472f;font-size:13px;position:relative;margin:7px 7px 0;top:unset!important}.form-wrapper .form-control,.form-wrapper input,.form-wrapper textarea{background:transparent}.form-wrapper .form-group{position:relative;padding-top:30px;margin-bottom:15px}.form-wrapper .form-group.drop-down{position:relative}.form-wrapper .form-group.drop-down:after{font-family:Font Awesome\ 6 Sharp;content:"\f2ec";position:absolute;right:10px;top:37px;margin-top:-5px;font-size:10px;font-weight:900;rotate:180deg;pointer-events:none}.form-wrapper .form-group.has-error{margin-bottom:30px}.form-wrapper .form-group.has-error .help-block{display:block;position:absolute;font-size:9pt;color:#f1472f}.form-wrapper .form-group.has-error .help-block li{padding-top:5px;line-height:1.2}.form-wrapper .form-group.has-error.ta-wrapper .help-block{bottom:-20px}.form-wrapper .form-group.has-error.ta-wrapper .help-block li,.form-wrapper .form-group.has-error.ta-wrapper .help-block ul{margin:0}.form-wrapper .form-group .help-block{display:none}.form-wrapper .form-group>label{font-size:15px;color:#1c1c1c;position:absolute;bottom:7px;-webkit-transition:all .2s ease;transition:all .2s ease;line-height:21px;pointer-events:none}.form-wrapper .form-group>label.active{font-size:13px;bottom:35px}.form-wrapper .form-group.ta-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:30px}.form-wrapper .form-group.ta-wrapper textarea{border-color:#727477;outline:none}.form-wrapper .form-group.ta-wrapper textarea:hover{border-color:#feeb18}.form-wrapper .form-group.ta-wrapper label{position:relative}.form-wrapper .form-group legend{font-size:15px;color:#1c1c1c;line-height:21px}.form-wrapper .form-group input,.form-wrapper .form-group select{border:0;border-bottom:1px solid #727477;border-radius:0;width:100%;outline:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:0}.form-wrapper .form-group input:active,.form-wrapper .form-group input:hover,.form-wrapper .form-group select:active,.form-wrapper .form-group select:hover{border-color:#feeb18}.form-wrapper .form-group select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-wrapper .form-group select:after{font-family:Font Awesome\ 6 Pro;content:"\f2ec";justify-self:flex-end}.form-wrapper .form-group.checkbox,.form-wrapper .form-group.radio{padding-top:15px}.form-wrapper .form-group.checkbox .checkbox-item,.form-wrapper .form-group.checkbox .radio-item,.form-wrapper .form-group.radio .checkbox-item,.form-wrapper .form-group.radio .radio-item{margin-bottom:5px;font-size:15px}.form-wrapper .form-group.checkbox .checkbox-item label,.form-wrapper .form-group.checkbox .radio-item label,.form-wrapper .form-group.radio .checkbox-item label,.form-wrapper .form-group.radio .radio-item label{line-height:24px;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-bottom:8px}.form-wrapper .form-group.checkbox .checkbox-item label input,.form-wrapper .form-group.checkbox .radio-item label input,.form-wrapper .form-group.radio .checkbox-item label input,.form-wrapper .form-group.radio .radio-item label input{width:auto;opacity:0}.form-wrapper .form-group.checkbox .checkbox-item .checkstyle,.form-wrapper .form-group.checkbox .radio-item .checkstyle,.form-wrapper .form-group.radio .checkbox-item .checkstyle,.form-wrapper .form-group.radio .radio-item .checkstyle{margin-right:10px}.form-wrapper .form-group.checkbox .checkbox-item .checkstyle:before,.form-wrapper .form-group.checkbox .radio-item .checkstyle:before,.form-wrapper .form-group.radio .checkbox-item .checkstyle:before,.form-wrapper .form-group.radio .radio-item .checkstyle:before{font-family:Font Awesome\ 6 Pro;font-weight:100;color:#bec4cb;font-size:24px}.form-wrapper .form-group.checkbox .checkbox-item .checkstyle:before,.form-wrapper .form-group.radio .checkbox-item .checkstyle:before{content:"\f0c8"}.form-wrapper .form-group.checkbox .checkbox-item .checkstyle.active:before,.form-wrapper .form-group.radio .checkbox-item .checkstyle.active:before{color:#1c1c1c;content:"\f14a"}.form-wrapper .form-group.checkbox .radio-item .checkstyle:before,.form-wrapper .form-group.radio .radio-item .checkstyle:before{content:"\f111"}.form-wrapper .form-group.checkbox .radio-item .checkstyle.active:before,.form-wrapper .form-group.radio .radio-item .checkstyle.active:before{color:#1c1c1c;content:"\f058"}.form-wrapper .form-group.has-error input,.form-wrapper .form-group.has-error select,.form-wrapper .form-group.has-error textarea{border-color:#f1472f}.form-wrapper .form-group.has-error legend{color:#f1472f}.form-wrapper .cmp-form-field .form-group{position:relative}.form-wrapper form.dark-mode input::-webkit-input-placeholder{color:#fff!important}.form-wrapper form.dark-mode input::-moz-placeholder{color:#fff!important}.form-wrapper form.dark-mode input:-ms-input-placeholder{color:#fff!important}.form-wrapper form.dark-mode input::-ms-input-placeholder{color:#fff!important}.form-wrapper form.dark-mode input,.form-wrapper form.dark-mode input::placeholder,.form-wrapper form.dark-mode label,.form-wrapper form.dark-mode legend,.form-wrapper form.dark-mode option,.form-wrapper form.dark-mode select,.form-wrapper form.dark-mode textarea{color:#fff!important}.form-wrapper form.dark-mode input,.form-wrapper form.dark-mode select,.form-wrapper form.dark-mode textarea{background:transparent}.form-wrapper form.dark-mode .checkstyle:before{color:#fff!important}.form-wrapper form.dark-mode .form-group.drop-down:after{color:#fff}.cmp-header-cards .header-card-header{text-align:left!important;border-radius:0!important}.cmp-header-cards .header-card-header h3{font-family:Inter,Helvetica,Arial,sans-serif!important;font-weight:500!important;line-height:24px!important}.cmp-header-cards .header-card-body{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;border-radius:0!important}#header{padding:22px 0;border-bottom:1px solid #d3d8de}#header>.container-xxl{position:relative}#header .fi{border-radius:50%;width:27px;height:27px;outline:1px solid #e6ebf0}#header .fi.fi-wo{outline:none}#header .fi.fi-wo:before{font-family:Font Awesome\ 6 Pro;content:"\f0ac";font-size:27px;color:#333537;line-height:1;font-weight:300}#header .search-btn{cursor:pointer;font-size:25px;margin-right:3pc}#header #language-selector-btn{cursor:pointer;position:relative}#header #language-selector-btn .fa-caret-down{font-size:1pc;margin-left:14px;color:#727477}#header #desktop-search-form{display:none;text-align:right;margin-right:30px}#header #desktop-search-form.open{display:block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#header #desktop-search-form.open+#header-nav{display:none}@media (max-width:991px){#header #desktop-search-form.open+#header-nav.active{display:block}}#header #desktop-search-form #desktopSearchWrapper{border:1px solid #727477;margin-left:auto;width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:3px 8px}#header #desktop-search-form #desktopSearchWrapper #clear-desktop-search,#header #desktop-search-form #desktopSearchWrapper #desktop-search-close-btn{cursor:pointer;font-size:14px;color:#bbb}#header #desktop-search-form #desktopSearchWrapper #clear-desktop-search{width:110px}#header #desktop-search-form #desktopSearchWrapper #desktop-search-close-btn:before{font-size:9pt;color:#000}@media (max-width:991px){#header #desktop-search-form #desktopSearchWrapper{display:none!important}}#header #desktop-search-form #desktopSearchWrapper #desktopSearchInput{width:100%;border:0;outline:none!important;color:#1c1c1c;line-height:1;font-size:1pc}#header #desktop-search-form #desktopSearchWrapper #desktopSearchInput::-webkit-search-cancel-button{-webkit-appearance:none;display:none}#header #desktop-search-form #desktopSearchWrapper #desktopSearchInput::-webkit-input-placeholder{font-size:1pc;line-height:1}#header #desktop-search-form #desktopSearchWrapper #desktopSearchInput::-moz-placeholder{font-size:1pc;line-height:1}#header #desktop-search-form #desktopSearchWrapper #desktopSearchInput:-ms-input-placeholder{font-size:1pc;line-height:1}#header #desktop-search-form #desktopSearchWrapper #desktopSearchInput::-ms-input-placeholder{font-size:1pc;line-height:1}#header #desktop-search-form #desktopSearchWrapper #desktopSearchInput::placeholder{font-size:1pc;line-height:1}#header #desktop-search-form .suggestionsBoxWrapper{width:80%;right:0}#header #header-nav #mobile-search-section{display:none;background-color:#e6ebf0;padding:31px;margin:0 -20px -20px;border-top:1px solid #d3d8de}#header #header-nav #mobile-search-section .wrapper{position:relative}#header #header-nav #mobile-search-section .wrapper:after{font-family:Font Awesome\ 6 Pro;content:"\f002";position:absolute;left:0;font-size:25px;bottom:2px;font-weight:300}#header #header-nav #mobile-search-section .wrapper input{outline:none!important;width:100%;border:0;border-bottom:1px solid #727477;background:#e6ebf0;padding:0 40px 10px;line-height:1.4}#header #header-nav #mobile-search-section .wrapper input::-webkit-input-placeholder{color:#1c1c1c;font-size:15px}#header #header-nav #mobile-search-section .wrapper input::-moz-placeholder{color:#1c1c1c;font-size:15px}#header #header-nav #mobile-search-section .wrapper input:-ms-input-placeholder{color:#1c1c1c;font-size:15px}#header #header-nav #mobile-search-section .wrapper input::-ms-input-placeholder{color:#1c1c1c;font-size:15px}#header #header-nav #mobile-search-section .wrapper input::placeholder{color:#1c1c1c;font-size:15px}@media (max-width:991px){#header #header-nav #mobile-search-section{display:block}}#header #header-nav.expanded #mobile-search-section{display:none}#header #header-nav.expanded .l1:not(.hover) .--l1-text{opacity:.2}#header .l1-card-container{margin-top:60px}@media screen and (max-width:768px){#header .l1-card-container{padding:20px 0}}#header .l1-card-container[data-small]{display:grid;grid-template-columns:repeat(2,1fr);-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}@media screen and (max-width:576px){#header .l1-card-container[data-small]{grid-template-columns:1fr}}@media screen and (max-width:768px){#header .l1-card-container{margin-left:-20px;margin-right:-20px;background-color:#f2f5f7;grid-template-columns:1fr;border-top:1px solid #d3d8de}}@media screen and (max-width:768px){#header .l1-card-container .l1-card.large-card{margin:20px}}#header .l1-card-container .l1-card.large-card .l1-card-image-container{position:relative;margin-bottom:35px}#header .l1-card-container .l1-card.large-card .l1-card-image-container img{border-radius:3px;width:100%}#header .l1-card-container .l1-card.large-card .l1-card-image-container:after{position:absolute;background:#fff;color:#1c1c1c;font-size:13px;padding:8px 11px;border-radius:3px;margin-left:auto;display:inline-block;line-height:1.1;cursor:default;content:attr(data-tag);right:20px;bottom:27px}#header .l1-card-container .l1-card.large-card .l1-card-category{font-size:13px;font-weight:500;margin-bottom:10px;color:#86898c}#header .l1-card-container .l1-card.large-card .l1-card-title{font-size:18px;font-weight:500;line-height:23px}#header .l1-card-container .l1-card.large-card .btn{margin-top:20px}#header .l1-card-container .l1-card.small-card{padding:15px;border-radius:3px}@media screen and (max-width:768px){#header .l1-card-container .l1-card.small-card{margin:0 20px}}@media screen and (max-width:576px){#header .l1-card-container .l1-card.small-card{display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}}#header .l1-card-container .l1-card.small-card:hover{background-color:#e6ebf0}#header .l1-card-container .l1-card.small-card:hover .l1-card-title:after{background-color:#decc0d}#header .l1-card-container .l1-card.small-card .l1-card-title{font-size:15px;line-height:21px;font-weight:500;padding-bottom:15px;margin:15px 0;position:relative}#header .l1-card-container .l1-card.small-card .l1-card-title:after{content:"";position:absolute;height:1px;width:79px;background-color:#d3d8de;bottom:0;left:0}#header .l1-card-container .l1-card.small-card .l1-card-desc{font-weight:400;font-size:13px;line-height:18px}#header #--l1s .l1{cursor:pointer;border-bottom:1px solid transparent}#header #--l1s .l1:not(:last-child){margin-right:40px}#header #--l1s .l1.hover{border-color:#decc0d}#header #--l1s .l1.hover .--menu{opacity:1;visibility:visible;z-index:10}@media (max-width:991px){#header #--l1s .l1.hover .--menu{display:block}}#header #--l1s .l1 .--menu{cursor:default;opacity:0;-webkit-transition:visibility 0s,opacity .2s ease-out;transition:visibility 0s,opacity .2s ease-out;position:absolute;left:0;right:0;top:calc(100% + 22px);background:#fff;-webkit-box-shadow:0 14px 9pt -9pt rgba(0,0,0,.1);box-shadow:0 14px 9pt -9pt rgba(0,0,0,.1);border:1px solid #d3d8de;z-index:-1}#header #--l1s .l1 .--menu:focus-within{opacity:1;visibility:visible;z-index:10}@media (max-width:991px){#header #--l1s .l1 .--menu:focus-within{display:block}}@media (max-width:991px){#header #--l1s .l1 .--menu{display:none}}#header #--l1s .l1 .--menu .--close-btn{position:absolute;top:40px;right:40px;font-size:25px;color:#1c1c1c;cursor:pointer;line-height:1}#header #--l1s .l1 .--menu .--l1-section{background-color:#f2f5f7;padding:70px;max-width:520px;border-right:1px solid #d3d8de}#header #--l1s .l1 .--menu .--l1-section .mobile-nav-back-btn{display:none}#header #--l1s .l1 .--menu .--l1-section button{margin-top:25px}#header #--l1s .l1 .--menu .--l1-section .--l1-title{font-weight:300;font-size:34px;line-height:1.2}#header #--l1s .l1 .--menu .--l1-section .--l1-desc{font-weight:400;font-size:13px;line-height:1.4;margin-top:25px}#header #--l1s .l1 .--menu .children-section{display:grid;grid-template-columns:repeat(2,1fr);padding:70px 50px}#header #--l1s .l1 .--menu .children-section[data-size="1"]{grid-template-columns:repeat(1,1fr);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#header #--l1s .l1 .--menu .children-section[data-size="1"] .--l3s{grid-template-columns:50% 50%!important}#header #--l1s .l1 .--menu .children-section[data-size="3"]{grid-template-columns:repeat(3,1fr)}#header #--l1s .l1 .--menu .children-section[data-cards]{grid-template-columns:1fr}#header #--l1s .l1 .--menu .children-section[data-cards] .--l2-section{margin-right:0}#header #--l1s .l1 .--menu .children-section[data-cards] .--l3s{display:grid;grid-template-columns:repeat(2,1fr)!important}#header #--l1s .l1 .--menu .children-section .--l2-section{margin-right:50px;margin-bottom:70px}#header #--l1s .l1 .--menu .children-section .--l2-section .l2{color:#727477;font-weight:600;font-size:18px;margin-bottom:35px;line-height:1.2}#header #--l1s .l1 .--menu .children-section .--l2-section .l2 .fa-sharp{margin-left:10px}#header #--l1s .l1 .--menu .children-section .--l2-section .l2 .--description{font-size:13px;line-height:1.4;font-weight:400;color:#1c1c1c;position:relative;padding:20px 0}#header #--l1s .l1 .--menu .children-section .--l2-section .l2 .--description:after{content:"";position:absolute;left:0;bottom:0;width:5pc;height:1px;background-color:#d3d8de}#header #--l1s .l1 .--menu .children-section .--l2-section .--l3-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;border-radius:3px}@media screen and (max-width:576px){#header #--l1s .l1 .--menu .children-section .--l2-section .--l3-cards{grid-template-columns:1fr}}#header #--l1s .l1 .--menu .children-section .--l2-section .--l3-cards .--l3-card{display:block;padding:15px}@media screen and (max-width:576px){#header #--l1s .l1 .--menu .children-section .--l2-section .--l3-cards .--l3-card{display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}}#header #--l1s .l1 .--menu .children-section .--l2-section .--l3-cards .--l3-card:hover{background-color:#f2f5f7}#header #--l1s .l1 .--menu .children-section .--l2-section .--l3-cards .--l3-card:hover .--title:after{background-color:#decc0d}#header #--l1s .l1 .--menu .children-section .--l2-section .--l3-cards .--l3-card .--title{font-size:15px;line-height:21px;font-weight:500;padding-bottom:15px;margin:15px 0;position:relative}#header #--l1s .l1 .--menu .children-section .--l2-section .--l3-cards .--l3-card .--title:after{content:"";position:absolute;height:1px;width:79px;background-color:#d3d8de;bottom:0;left:0}#header #--l1s .l1 .--menu .children-section .--l2-section .--l3-cards .--l3-card .--desc{font-size:13px;line-height:18px;font-weight:400}#header #--l1s .l1 .--menu .children-section .--l2-section .--l3s{display:grid;grid-template-columns:100%}#header #--l1s .l1 .--menu .children-section .--l2-section .--l3s .l3{font-size:15px;font-weight:600;color:#1c1c1c;margin-bottom:15px}#header #--l1s .l1 .--menu .children-section .--l2-section .--l4s{margin-left:24px;font-size:13px;margin-top:1pc}#header #--l1s .l1 .--menu .children-section .--l2-section .--l4s .l4{margin-bottom:9pt;font-weight:500}#header #mobile-nav-button{display:none;margin-left:19px;height:30px;cursor:pointer}#header #mobile-nav-button .icon{font-size:30px}#header #mobile-nav-button .--mobile-menu-close-btn{display:none}#header #mobile-nav-button.open .--mobile-menu-close-btn{display:block}#header #mobile-nav-button.open .fa-bars{display:none}@media (max-width:991px){#header #mobile-nav-button{display:block}}@media (max-width:991px){#logo img{width:167px}#header #--l1s .l1:not(:last-child){margin-right:20px}}@media (max-width:991px){#header{position:relative}#header .search-btn{display:none}#header>.container-xxl{position:static!important}#header #header-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:30px 20px 20px;border-top:1px solid #d3d8de}#header #header-nav.active{display:block;z-index:100}#header #header-nav #--l1s{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#header #header-nav #--l1s .l1{font-weight:500;line-height:1.4;font-size:15px;margin:0 0 40px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header #header-nav #--l1s .l1 .--l1-text{-webkit-box-flex:1;-ms-flex:1;flex:1;z-index:1}#header #header-nav #--l1s .l1.hover{border-color:transparent}#header #header-nav #--l1s .l1[data-children=true]:after{font-size:18px;font-family:Font Awesome\ 6 Pro;content:"\f061";font-weight:300;-ms-touch-action:none;touch-action:none;position:absolute;right:20px}#header #header-nav #--l1s .l1 .--menu{left:0;right:0}#header #header-nav #--l1s .l1 .--menu .--close-btn{display:none}#header #header-nav #--l1s .l1 .--menu .menu-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#header #header-nav #--l1s .l1 .--menu .menu-content .--l1-section{background-color:#fff;padding:30px 20px;border-right:0;margin:0;max-width:none}#header #header-nav #--l1s .l1 .--menu .menu-content .--l1-section .mobile-nav-back-btn{display:block;margin-bottom:28px;font-size:18px;cursor:pointer}#header #header-nav #--l1s .l1 .--menu .menu-content .--l1-section .--l1-title{font-size:18px;font-weight:600;line-height:1.4;color:#727477;display:inline-block;border-bottom:1px solid #727477}#header #header-nav #--l1s .l1 .--menu .menu-content .--l1-section .--l1-desc{font-size:13px;line-height:1.4}#header #header-nav #--l1s .l1 .--menu .menu-content .--l1-section button{display:none}#header #header-nav #--l1s .l1 .--menu .children-section{padding:20px 20px 0;grid-template-columns:100%}#header #header-nav #--l1s .l1 .--menu .children-section .--l2-section{margin:0 0 35px!important}#header #header-nav #--l1s .l1 .--menu .children-section .--l2-section .l2{padding-bottom:10px;border-bottom:1px solid #d3d8de;margin-bottom:20px}#header #header-nav #--l1s .l1 .--menu .children-section .--l2-section .l2 .--description{display:none}#header #header-nav #--l1s .l1 .--menu .children-section .--l2-section .l2 a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header #header-nav #--l1s .l1 .--menu .children-section .--l2-section .l2 .fa-sharp{color:#1c1c1c}#header #header-nav #--l1s .l1 .--menu .children-section .--l2-section .--l3s{grid-template-columns:100%!important}#header #header-nav.expanded{padding:0}#header #header-nav.expanded #--l1s .l1{margin:0!important}#header #header-nav.expanded #--l1s .l1 .--l1-text,#header #header-nav.expanded #--l1s .l1:after{display:none}#header #header-nav.expanded #--l1s .l1 .--menu{top:0}}.cmp-hero .hero{background-color:#1c1c1c;background-position:50%!important;background-size:cover!important}.cmp-hero .hero[data-overlapimg]{position:relative;padding-bottom:200px!important;margin-bottom:150px}@media (max-width:576px){.cmp-hero .hero[data-overlapimg].hero-text-center .hero-img{max-width:75%!important}}.cmp-hero .hero .img-wrapper.overlap{position:absolute;bottom:-75pt}.cmp-hero .hero.bottom-border{border-bottom:10px solid;border-image-slice:1;border-image-source:linear-gradient(90deg,#feeb18 56.98%,#fff 89.68%)}.cmp-hero .hero.bottom-border.articleHero,.cmp-hero .hero.bottom-border.eventHero{border-bottom:0;padding-bottom:0}.cmp-hero .hero .article-event-border{height:1px;background-color:#d3d8de;margin-top:40px}.cmp-hero .hero.light{background-color:#fff}.cmp-hero .hero.light .hero-breadcrumbs a:last-child{color:#000}.cmp-hero .hero.gradient-overlay{background:-webkit-gradient(linear,left bottom,left top,color-stop(22.31%,rgba(29,29,27,.9)),to(rgba(29,29,27,0)));background:linear-gradient(1turn,rgba(29,29,27,.9) 22.31%,rgba(29,29,27,0));background-blend-mode:overlay}.cmp-hero .hero .hero-breadcrumbs{padding-top:35px;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.cmp-hero .hero .hero-breadcrumbs a{font-size:13px;color:#bec4cb}.cmp-hero .hero .hero-breadcrumbs a span{margin-left:8px}.cmp-hero .hero .hero-breadcrumbs a:last-child{color:#fff;display:inline-block;font-size:15px;font-weight:500}.cmp-hero .hero.dark{color:#fff}.cmp-hero .hero .video-btn{color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-hero .hero .video-btn .fa-circle-caret-right{font-size:30px;margin-right:13px}.cmp-hero .hero .video-btn .video-time .dash{color:#727477;margin:0 15px}.cmp-hero .hero hr{width:25pc;max-width:90%;height:3px;background:-webkit-gradient(linear,left top,right top,color-stop(69.39%,#feeb18),to(transparent));background:linear-gradient(90deg,#feeb18 69.39%,transparent);margin-top:35px}.cmp-hero .hero .category{font-weight:400;font-size:18px;line-height:140%;color:#86898c}.cmp-hero .hero .bottom-wrapper{margin-top:35px}@media (max-width:768px){.cmp-hero .hero .bottom-wrapper .article-info{margin-top:15px}}.cmp-hero .hero .bottom-wrapper .article-info .author-info{gap:10px}.cmp-hero .hero .bottom-wrapper .article-info .author-info img{border-radius:100%}.cmp-hero .hero .bottom-wrapper .article-info .author-info .author-text .author-name{font-size:18px;line-height:1.8}.cmp-hero .hero .bottom-wrapper .article-info .author-info .author-text .author-title{font-size:1pc;line-height:1.6;color:#86898c}.cmp-hero .hero .bottom-wrapper .article-info .published-info{font-size:13px;line-height:1.4;color:#86898c}.cmp-hero .hero .bottom-wrapper .article-info .published-info .delimiter{color:#decc0d}.cmp-hero .hero .bottom-wrapper .event-info{font-size:20px;gap:5px}.cmp-hero .hero .bottom-wrapper .event-info .cmp-sharing .share-btn,.cmp-hero .hero .bottom-wrapper .event-info .cmp-sharing .share-label{margin-top:0}.cmp-hero .hero.type-full{padding-bottom:70px}.cmp-hero .hero.type-full .body{padding-top:230px}@media (max-width:768px){.cmp-hero .hero.type-full .body{padding-top:70px}}.cmp-hero .hero.type-half{padding-bottom:70px}.cmp-hero .hero.type-half .body{padding-top:70px;width:50%}@media (max-width:768px){.cmp-hero .hero.type-half .body{width:100%}}.cmp-hero .hero.type-half .body .bottom-wrapper{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:start!important}.cmp-hero .hero.type-half .body .bottom-wrapper button{margin-top:35px!important}.cmp-hero .hero.articleHero .body-wrapper,.cmp-hero .hero.eventHero .body-wrapper{padding-top:40px;gap:20px}.cmp-hero .hero.articleHero .body-wrapper .img-wrapper,.cmp-hero .hero.eventHero .body-wrapper .img-wrapper{-ms-flex-preferred-size:60%;flex-basis:60%}.cmp-hero .hero .body-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:70px;-webkit-column-gap:2pc;-moz-column-gap:2pc;column-gap:2pc}.cmp-hero .hero .body-wrapper .body{width:100%;padding-top:0}.cmp-hero .hero.hero-text-center .body{max-width:860px;margin:0 auto;text-align:center}.cmp-hero .hero.hero-text-center .body-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.cmp-hero .hero.hero-text-center .body-wrapper .hero-img{max-width:50%;margin:0 auto;padding-top:30px}.cmp-hero .hero.hero-text-center .body-wrapper .bottom-wrapper{margin-top:20px!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.cmp-hero .hero.hero-text-right .body-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:768px){.cmp-hero .hero.hero-text-left .body-wrapper,.cmp-hero .hero.hero-text-right .body-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cmp-hero .hero.hero-text-left .body-wrapper .bottom-wrapper,.cmp-hero .hero.hero-text-left .body-wrapper .bottom-wrapper button,.cmp-hero .hero.hero-text-right .body-wrapper .bottom-wrapper,.cmp-hero .hero.hero-text-right .body-wrapper .bottom-wrapper button{margin-top:0}.cmp-hero .hero.hero-text-left .img-wrapper,.cmp-hero .hero.hero-text-right .img-wrapper{margin-top:35px}}.html5-video-cmp-container{position:relative}.html5-video-cmp-container .play-btn{background-color:#fff;border-radius:50%;text-align:center;line-height:44px;position:absolute;width:44px;height:44px;top:50%;left:50%;margin:-22px 0 0 -22px;padding:0;z-index:1000}.html5-video-cmp-container .rounded-corners{border-radius:9pt}.html5-video-cmp-container.controls-enabled .play-btn:hover,.html5-video-cmp-container.controls-enabled video:hover{cursor:pointer}.icon-cards-wrapper{display:grid;grid-template-columns:repeat(4,1fr);-webkit-column-gap:2pc;-moz-column-gap:2pc;column-gap:2pc;row-gap:42px}@media (max-width:991px){.icon-cards-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;padding-bottom:7px;gap:unset;-ms-overflow-style:none;scrollbar-width:none}.icon-cards-wrapper::-webkit-scrollbar{display:none}}.icon-cards-wrapper .icon-card{padding:44px 19px;border:1px solid #f0f0f0;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.1);box-shadow:0 4px 4px 0 rgba(0,0,0,.1);text-align:center}@media (max-width:991px){.icon-cards-wrapper .icon-card{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:15pc;margin-right:15px}}.icon-cards-wrapper .icon-card .icon{color:#decc0d;font-size:55px;padding-bottom:20px}.icon-cards-wrapper .icon-card .main-text{font-size:20px;font-weight:700}.icon-cards-wrapper .icon-card .sub-text{font-size:13px;font-weight:400}.image-gallery-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:2pc}.image-gallery-container .image-gallery-item{cursor:pointer}.image-gallery-container .image-gallery-item img{width:100%;height:328px;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;cursor:-webkit-zoom-in;cursor:zoom-in}.image-gallery-container .image-gallery-item .caption{margin:15px 0;padding-top:10px;border-top:1px solid #d3d8de;font-size:13px;line-height:1.4;display:block}.image-gallery-container .image-gallery-item .caption span{text-decoration:underline;font-weight:600}.image-gallery-container .image-gallery-item .caption .fa-arrow-up-right-from-square{margin-left:8px}.mfp-gallery .mfp-img{background-color:transparent}.cmp-image__title{margin:15px 0;padding-top:10px;border-top:1px solid #d3d8de;font-size:13px;line-height:1.4;display:block}.cmp-image__title a{font-weight:600;text-decoration:underline}.cmp-image__title a .fa-arrow-up-right-from-square{margin-left:8px}.cmp-instrument .instrument{padding:15px;margin:15px}.cmp-instrument .instrument hr{width:5pc;margin:15px 0;color:#86898c}.cmp-instrument .instrument .--button{margin-top:20px;font-size:15px;display:inline-block;color:#727477}.cmp-instrument .instrument .--button .fa-arrow-right{margin-left:10px}.cmp-instrument .instrument:hover{background-color:#f2f5f7;border-radius:3px}.cmp-instrument .instrument:hover .--button{color:#1c1c1c}.cmp-instrument .instrument:hover .--button .fa-arrow-right{color:#feeb18}.cmp-language-selector .modal-dialog{max-width:8in}.cmp-language-selector .region-item{margin-bottom:40px}.cmp-language-selector .region{font-weight:500;font-size:18px;color:#1c1c1c;margin-bottom:5px}.cmp-language-selector .modal-header .modal-title p{margin-bottom:5px;font-size:26px;line-height:1.2;font-weight:300}.cmp-language-selector .modal-header .modal-title .subtitle{font-size:1pc}.cmp-language-selector .modal-header .modal-close-btn{margin-left:25px}.cmp-language-selector .modal-body{padding:0!important}.cmp-language-selector .modal-body .region-section{padding:0 2pc}.cmp-language-selector .modal-body .region-section p{font-size:18px;font-weight:400;line-height:24px;color:#1c1c1c}.cmp-language-selector .modal-body .region-section.world a{margin-bottom:0}.cmp-language-selector .modal-body .region-section.world .language-item{font-size:18px}.cmp-language-selector .languages{font-size:14px;color:#1c1c1c}.cmp-language-selector .languages .language-item{font-weight:400;color:#1c1c1c;text-decoration:none!important;font-size:15px;margin-right:24px;margin-bottom:5px;cursor:pointer}.cmp-language-selector .languages .language-item:last-of-type{margin-left:0}.cmp-page-index .page-index-title{font-size:20px;line-height:1.3;margin-bottom:14px}@media (max-width:768px){.cmp-page-index .page-index-title{font-size:13px;font-weight:500;line-height:1.1;padding:20px;border-radius:3px;background:#fff;border:1px solid #d3d8de;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-page-index .page-index-title:after{background:none;-webkit-transform:none;transform:none;content:"▼";color:#6e7278;font-weight:800;font-size:10px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.cmp-page-index .page-index-title[aria-expanded=true]{margin-bottom:0}.cmp-page-index .page-index-title[aria-expanded=true]:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.cmp-page-index .page-index-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:15px;line-height:1.4;-webkit-transition:0s;transition:0s}.cmp-page-index .page-index-list .page-index-item{padding:9pt 0 9pt 15px;border-left:2px solid #d3d8de}.cmp-page-index .page-index-list .page-index-item:hover{border-color:#decc0d;font-weight:600}.cmp-page-index .page-index-list .page-index-item:first-of-type{padding-top:10px}.cmp-page-index .page-index-list .page-index-item:last-of-type{padding-bottom:10px;margin-bottom:10px}@media (max-width:768px){.cmp-page-index .page-index-list{padding:0 20px}.cmp-page-index .page-index-list:not(.show){display:none}}.cmp-references details.dark-mode{color:#fff}.cmp-references summary{font-weight:600}.cmp-references ol{margin-top:10px}a.reference-anchor{line-height:1.3}.tooltip-inner{max-width:550px!important}.cmp-related-articles .related-articles-background{padding:75pt 0;background:linear-gradient(180deg,#000 3in,#fff 0)}@media (max-width:768px){.cmp-related-articles .related-articles-background{padding:50px 0}}.cmp-related-articles a{font-size:15px;line-height:1.4;color:#fff}.cmp-related-articles a .read-more-btn{color:#727477}.cmp-related-articles .related-articles-title{color:#fff}.cmp-related-articles .related-articles-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:2pc;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.cmp-related-articles .related-articles-list::-webkit-scrollbar{display:none}.cmp-related-articles .related-articles-list .related-article{max-width:412px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;min-width:calc(33% - 20px)}.cmp-related-articles .related-articles-list .related-article img.--thumbnail{border-radius:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-height:234px}.cmp-related-articles .related-articles-list .related-article .--title{font-size:26px;line-height:1.2}.cmp-related-articles .related-articles-list .related-article .--description{font-size:1pc;line-height:1.6}@media (max-width:1200px){.cmp-related-articles .related-articles-list .related-article{min-width:calc(50% - 10px)}}@media (max-width:576px){.cmp-related-articles .related-articles-list .related-article{min-width:80%}.cmp-related-articles .related-articles-list .related-article .--title{font-size:20px;line-height:1.2;font-weight:300}.cmp-related-articles .related-articles-list .related-article:last-child{margin-right:13.5px}}#resource-library-cmp{position:relative;min-height:50px;font-size:1pc;color:#222}#resource-library-cmp #zero-resources-container,#resource-library-cmp.no-filter-counts .filter-wrapper .filter-value-list .filter-value:after{display:none}#resource-library-cmp #zero-resources-container.show{display:block}#resource-library-cmp #filterSidebar.hidden,#resource-library-cmp #resourceSection.hidden{display:none}#resource-library-cmp #resourceSection.col-lg-12 .thumb-view #resource-items-wrapper{grid-template-columns:repeat(4,1fr)}#resource-library-cmp .list-view #resource-items-wrapper{row-gap:1pc}#resource-library-cmp .list-view #resource-items-wrapper,#resource-library-cmp .list-view #resource-items-wrapper .resource-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#resource-library-cmp .list-view #resource-items-wrapper .resource-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 25px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background:#fff;border:1px solid #dcdcdc;border-radius:9pt;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px;position:relative;-webkit-box-shadow:0 4px 6px 0 rgba(34,34,34,.1);box-shadow:0 4px 6px 0 rgba(34,34,34,.1)}#resource-library-cmp .list-view #resource-items-wrapper .resource-item:hover:before{position:absolute;top:0;left:0;right:0;bottom:calc(100% - 1pc);background:transparent;border-radius:8px;display:block;content:"";border-top:4px solid #feeb18}#resource-library-cmp .list-view #resource-items-wrapper .resource-item .--img-wrapper{width:300px;height:200px;-ms-flex-negative:0;flex-shrink:0}#resource-library-cmp .list-view #resource-items-wrapper .resource-item .--img-wrapper img{border-radius:3px}#resource-library-cmp .list-view #resource-items-wrapper .resource-item .--body{padding:15px 0}@media screen and (max-width:768px){#resource-library-cmp .list-view #resource-items-wrapper .resource-item .--img-wrapper{display:none}}#resource-library-cmp .thumb-view #resource-items-wrapper{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:41px;-moz-column-gap:41px;column-gap:41px}#resource-library-cmp .thumb-view #resource-items-wrapper .resource-item.hidden{display:none}#resource-library-cmp .thumb-view #resource-items-wrapper .resource-item .resource-item-thumbnail{width:178px;height:8pc;display:inline-block}@media (max-width:1400px){#resource-library-cmp .thumb-view #resource-items-wrapper{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:1200px){#resource-library-cmp .thumb-view #resource-items-wrapper{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){#resource-library-cmp .thumb-view #resource-items-wrapper{grid-template-columns:repeat(1,1fr)!important;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}#resource-library-cmp #resource-items-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#resource-library-cmp #resource-items-wrapper .resource-item.hidden{display:none}#resource-library-cmp #resource-items-wrapper .resource-item .--img-wrapper{width:100%;height:350px}#resource-library-cmp #resource-items-wrapper .resource-item .--img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;border-radius:0}#resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail{background-size:cover;background-position:50%;border-radius:8px;width:100%;height:158px;position:relative}#resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail[data-newtext]:after{content:attr(data-newtext);border-radius:10px;padding:0 10px;background-color:#1c1c1c;color:#fff;position:absolute;top:10px;left:10px;font-size:9pt}#resource-library-cmp #resource-items-wrapper .resource-item.hidden-scope{display:none!important}#resource-library-cmp #resource-items-wrapper .resource-item .item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}#resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-title{font-weight:600;font-size:1pc;color:#222;margin:10px 0}#resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper{margin-top:auto}#resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper a{text-decoration:none!important}#resource-library-cmp #scopesSection{margin-bottom:20px}#resource-library-cmp #scopesSection #scopeTitleText{font-size:18px;margin-bottom:15px}#resource-library-cmp #scopesSection .scopeFilter{background:#f7f7f7;border:1px solid #dcdcdc;border-radius:75pt;font-weight:500;font-size:14px;color:#222;letter-spacing:0;text-align:center;padding:4px 9pt;cursor:pointer!important;margin-bottom:10px;margin-right:1pc}#resource-library-cmp #scopesSection .scopeFilter.selected{background-color:#727477;position:relative;padding-right:30px;cursor:default;border-color:transparent}#resource-library-cmp #scopesSection .scopeFilter.selected:after{font-family:Font Awesome\ 6 Pro;content:"\f057";position:absolute;cursor:pointer;color:#1c1c1c;right:10px;top:calc(50% - 9px);font-size:14px}#resource-library-cmp .filter-wrapper{border:1px solid #c9c8c8;border-radius:4px 4px 0 0;background-color:#fff;margin:10px 0;-webkit-box-shadow:0 2px 4px 0 rgba(34,34,34,.1);box-shadow:0 2px 4px 0 rgba(34,34,34,.1)}#resource-library-cmp .filter-wrapper.hidden-scope{display:none!important}#resource-library-cmp .filter-wrapper .filter-category{cursor:pointer;position:relative;font-size:14px;color:#222;font-weight:500;padding:10px 1pc}#resource-library-cmp .filter-wrapper .filter-category:after{position:absolute;right:1pc;font-family:FontAwesome;content:"\f0d7";font-size:9pt;top:50%;margin-top:-8px}#resource-library-cmp .filter-wrapper .filter-value-list{padding:0 1pc;max-height:15pc;overflow-y:scroll;-webkit-overflow-scrolling:touch}#resource-library-cmp .filter-wrapper .filter-value-list .filter-value{font-size:14px;color:#222!important;letter-spacing:0;text-align:left;line-height:22px;font-weight:400;display:none;padding-left:30px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:15px}#resource-library-cmp .filter-wrapper .filter-value-list .filter-value.nested-filter-value{margin-left:20px}#resource-library-cmp .filter-wrapper .filter-value-list .filter-value input{position:absolute;opacity:0;cursor:pointer}#resource-library-cmp .filter-wrapper .filter-value-list .filter-value input:checked~.checkmark:after{display:block;color:#1c1c1c}#resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:1px solid #c9c8c8;font-family:FontAwesome;content:"\f0c8";font-size:20px}#resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark:after{position:absolute;display:none;font-family:FontAwesome;content:"\f00c";font-size:15px;top:-1px;left:1.5px}#resource-library-cmp .filter-wrapper .filter-value-list .filter-value:after{content:"(" attr(data-count) ")";font-size:9pt;color:#c8c8c8}#resource-library-cmp .filter-wrapper .filter-value-list .filter-value[data-count="0"]{display:none!important}#resource-library-cmp .filter-wrapper.open .filter-category{border-bottom:1px solid #c9c8c8;margin-bottom:15px}#resource-library-cmp .filter-wrapper.open .filter-category:after{font-family:FontAwesome;content:"\f0d8";margin-top:-10px}#resource-library-cmp .filter-wrapper.open .filter-value{display:block}#resource-library-cmp .filter-wrapper[data-count="0"]{display:none!important}#resource-library-cmp .filter-sidebar-head{margin-bottom:30px;line-height:28px}#resource-library-cmp .filter-sidebar-head .filter-desc{padding-right:10px;font-weight:500;font-size:1pc;color:#222}#resource-library-cmp .filter-sidebar-head .filter-clear{cursor:pointer;padding-left:10px;border-left:1px solid #d8d8d8;font-weight:500;font-size:14px;color:#1c1c1c}#resource-library-cmp #resource-items-head{margin-bottom:30px}#resource-library-cmp #resource-items-head #results-count{font-size:1pc;color:#555759}#resource-library-cmp #resource-items-head #results-count:after{content:attr(data-count)}#resource-library-cmp #resource-items-head #view-btns-wrapper{text-align:right}#resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn{font-size:28px;color:#555759;cursor:pointer}#resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn+.view-btn{margin-left:10px}#resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn.active{color:#1c1c1c}#resource-library-cmp .use-rendition{background-position-y:top!important}@media screen and (max-width:992px){#resource-library-cmp #resource-items-head{margin-top:20px}#resource-library-cmp .page-section.closed{display:none}#filterSidebar .filter-desc{border:1px solid #dcdcdc;padding:5px 10px;border-radius:4px}#filterSidebar .filter-clear{border-left:0!important}#filterSidebar .filter-wrapper{display:none}#filterSidebar.open .filter-wrapper{display:block}}@media screen and (max-width:600px){#resource-library-cmp .thumb-view .resource-item{width:100%!important}}.mfp-copy-link{display:block;position:absolute;top:-25px;color:#fff;opacity:.65;cursor:pointer}.mfp-copy-link:hover{opacity:1}.mfp-close{width:auto!important}.cmp-resource-list .resource-list-background{padding:75pt 0;background:linear-gradient(180deg,#000 3in,#fff 0)}.cmp-resource-list .resource-list-background .related-article-text{color:#fff}.cmp-resource-list .resource-list-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px}.cmp-resource-list .resource-list-container .resource-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-resource-list .resource-list-container .resource-list-item img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;min-width:71px;width:71px;height:71px}.cmp-resource-list .resource-list-container .resource-list-item .resource-list-item-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.cmp-resource-list .resource-list-container .resource-list-item .resource-list-item-details .resource-card-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#86898c;font-size:13px;line-height:1.4;-ms-flex-wrap:wrap;flex-wrap:wrap}.cmp-resource-list .resource-list-container .resource-list-item .resource-list-item-details .resource-list-item-title{font-size:20px;line-height:1.3}.cmp-resource-list .resource-list-container .resource-list-item .resource-list-item-details .resource-list-item-link{color:#727477}.cmp-resource-list .resource-list-container .resource-list-item .resource-list-item-details .resource-list-item-link .fa-arrow-right{margin-left:5px}.cmp-resource-list .resource-list-container.list .resource-list-item{-webkit-box-align:start;-ms-flex-align:start;align-items:start}.cmp-resource-list .resource-list-container.list .resource-list-item .resource-list-item-details .resource-list-item-link,.cmp-resource-list .resource-list-container.list .resource-list-item .resource-list-item-details .resource-list-item-title{font-size:15px;line-height:1.4}.cmp-resource-list .resource-list-container.relatedArticles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:2pc;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.cmp-resource-list .resource-list-container.relatedArticles .resource-list-item{max-width:412px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;min-width:calc(33% - 20px);-webkit-box-align:start;-ms-flex-align:start;align-items:start}.cmp-resource-list .resource-list-container.relatedArticles .resource-list-item img{width:100%;height:234px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.cmp-resource-list .resource-list-container.relatedArticles .resource-list-item .resource-list-item-title{font-size:26px;line-height:1.2}.cmp-resource-list .resource-list-container.relatedArticles .resource-list-item .resource-list-item-description{font-size:1pc;line-height:1.6}@media (max-width:1200px){.cmp-resource-list .resource-list-container.relatedArticles .resource-list-item{min-width:calc(50% - 10px)}}@media (max-width:576px){.cmp-resource-list .resource-list-container.relatedArticles .resource-list-item{min-width:80%}.cmp-resource-list .resource-list-container.relatedArticles .resource-list-item .resource-list-item-title{font-size:20px;line-height:1.2;font-weight:300}.cmp-resource-list .resource-list-container.relatedArticles .resource-list-item:last-child{margin-right:13.5px}}.cmp-resource-list .resource-list-container.grid{display:grid;-webkit-column-gap:146px;-moz-column-gap:146px;column-gap:146px;row-gap:34px;grid-template-columns:1fr 1fr}.cmp-resource-list .resource-list-container.grid .resource-list-item{-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:15px}.cmp-resource-list .resource-list-container.grid .resource-list-item img{min-width:156px;width:156px;height:156px}@media (max-width:768px){.cmp-resource-list .resource-list-container.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.cmp-resource-list .resource-list-container.featured{display:grid;grid-template-columns:minmax(745px,1fr) 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media (max-width:1200px){.cmp-resource-list .resource-list-container.featured{grid-template-columns:minmax(60%,1fr) 1fr}}@media (max-width:992px){.cmp-resource-list .resource-list-container.featured{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cmp-resource-list .resource-list-container.featured .resource-list-item .resource-list-item-details .resource-list-item-title{font-size:20px!important;font-weight:300;line-height:1.2!important}.cmp-resource-list .resource-list-container.featured .resource-list-item:first-child img{max-height:237px!important;width:100%}}.cmp-resource-list .resource-list-container.featured .resource-list-item img{min-width:156px;width:156px;height:156px}.cmp-resource-list .resource-list-container.featured .resource-list-item:not(:first-child){grid-column:2;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.cmp-resource-list .resource-list-container.featured .resource-list-item:first-child{grid-row:span 3;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.cmp-resource-list .resource-list-container.featured .resource-list-item:first-child img{width:100%;max-height:376px;-webkit-box-flex:1;-ms-flex:1;flex:1}.cmp-resource-list .resource-list-container.featured .resource-list-item:first-child .featured-badge{position:absolute;top:20px;left:20px;background:#fff;border-radius:3px;color:#1c1c1c;padding:8px 9pt;font-size:13px;line-height:1.1}.cmp-resource-list .resource-list-container.featured .resource-list-item:first-child .resource-list-item-title{font-size:26px;line-height:1.2}.cmp-resource-list .resource-list-container.featured .resource-list-item:first-child .resource-list-item-description{font-size:1pc;line-height:1.6}.cmp-resource-list .resource-list-container.featured:not([data-count="1"]) .resource-list-item{-webkit-box-align:start;-ms-flex-align:start;align-items:start}.cmp-resource-list .resource-list-container.featured[data-count="1"]{display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-resource-list .resource-list-container.featured[data-count="1"] .resource-list-item{-webkit-column-gap:63px;-moz-column-gap:63px;column-gap:63px;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.cmp-resource-list .resource-list-container.featured[data-count="1"] .resource-list-item img{min-width:745px;height:376px}@media (max-width:1200px){.cmp-resource-list .resource-list-container.featured[data-count="1"] .resource-list-item img{min-width:500px;max-height:none!important}}@media (max-width:992px){.cmp-resource-list .resource-list-container.featured[data-count="1"] .resource-list-item{gap:24px}}@media (max-width:768px){.cmp-resource-list .resource-list-container.featured[data-count="1"] .resource-list-item{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.cmp-resource-list .resource-list-container.featured[data-count="1"] .resource-list-item img{width:100%;min-width:0;max-height:327px!important}}.cmp-sharing .sharing-btns.style-icons{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.cmp-sharing .sharing-btns.style-icons a{font-size:20px;margin-top:0}.cmp-sharing .share-label{font-size:20px;line-height:1.3}.cmp-sharing .buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-signpost{overflow:hidden}.cmp-signpost.flex-cmp .signpost{height:100%}.cmp-signpost .signpost{background:-webkit-gradient(linear,left bottom,left top,color-stop(22.31%,rgba(29,29,27,.9)),to(rgba(29,29,27,0)));background:linear-gradient(1turn,rgba(29,29,27,.9) 22.31%,rgba(29,29,27,0));padding-left:70px;padding-right:70px;padding-bottom:70px;background-position:50%!important;background-size:cover!important;background-blend-mode:overlay;margin:15px}.cmp-signpost .signpost hr{color:#feeb18;width:5pc}.cmp-signpost .signpost .--title{color:#fff;font-size:18px}.cmp-signpost .signpost .--description{color:#fff;font-size:15px}.cmp-signpost .signpost .button-wrapper{margin-top:35px}.cmp-signpost .signpost .button-wrapper button{margin-bottom:0}.cmp-signpost .signpost .button-wrapper button.btn{margin-top:0;margin-right:2pc}.cmp-signpost .signpost .button-wrapper .secondary-button{color:#fff}.cmp-signpost .signpost .button-wrapper .secondary-button .fa-arrow-right{margin-left:10px}.cmp-signpost .signpost.--large{padding-top:450px}.cmp-signpost .signpost.--large .--body{max-width:450px}.cmp-signpost .signpost.--medium{padding-top:385px}.cmp-signpost .signpost.--small{padding:270px 35px 35px}@media (max-width:768px){.cmp-signpost .signpost.--large{padding:271px 35px 35px}.cmp-signpost .signpost.--medium,.cmp-signpost .signpost.--small{padding:35px}.cmp-signpost .signpost .button-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:start!important}.cmp-signpost .signpost .button-wrapper .secondary-button{margin-top:30px}}.cmp-stacked-content-boxes .content-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.cmp-stacked-content-boxes .content-box-wrapper.border-black .content-box{border:1px solid #000}.cmp-stacked-content-boxes .content-box-wrapper.border-black .header-text{border-right:1px solid #000}@media (max-width:768px){.cmp-stacked-content-boxes .content-box-wrapper.border-black .header-text{border-right:none;border-bottom:1px solid #000}}.cmp-stacked-content-boxes .content-box-wrapper.border-white .content-box{border:1px solid #fff}.cmp-stacked-content-boxes .content-box-wrapper.border-white .header-text{border-right:1px solid #fff}@media (max-width:768px){.cmp-stacked-content-boxes .content-box-wrapper.border-white .header-text{border-right:none;border-bottom:1px solid #fff}}.cmp-stacked-content-boxes .content-box-wrapper.header-bg-yellow .header-text{background-color:#feeb16;color:#000}.cmp-stacked-content-boxes .content-box-wrapper.header-bg-grey .header-text{background-color:#b1b4b7;color:#000}.cmp-stacked-content-boxes .content-box-wrapper.header-bg-black .header-text{background-color:#000;color:#fff}.cmp-stacked-content-boxes .content-box-wrapper.body-bg-white .body-text{background-color:#fff;color:#1c1c1c}.cmp-stacked-content-boxes .content-box-wrapper.body-bg-black .body-text{background-color:#000;color:#fff}.cmp-stacked-content-boxes .content-box-wrapper .content-box{border-radius:10px;overflow:hidden}.cmp-stacked-content-boxes .content-box-wrapper .content-box .content-box-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cmp-stacked-content-boxes .content-box-wrapper .content-box .header-text{width:127px;text-align:center;line-height:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:9pt}.cmp-stacked-content-boxes .content-box-wrapper .content-box .body-text,.cmp-stacked-content-boxes .content-box-wrapper .content-box .header-text{font-size:1pc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.cmp-stacked-content-boxes .content-box-wrapper .content-box .body-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:9pt 9pt 9pt 45px}.cmp-stacked-content-boxes .content-box-wrapper .content-box .body-text p{margin-bottom:6px}.cmp-stacked-content-boxes .content-box-wrapper .content-box .body-text ol,.cmp-stacked-content-boxes .content-box-wrapper .content-box .body-text ul{padding-left:0}.cmp-stacked-content-boxes .content-box-wrapper .content-box .body-text :last-of-type,.cmp-stacked-content-boxes .content-box-wrapper .content-box .body-text ol li,.cmp-stacked-content-boxes .content-box-wrapper .content-box .body-text ul li{margin-bottom:6px}.cmp-stacked-content-boxes .content-box-wrapper .content-box .body-text :last-child{margin-bottom:0!important}@media (max-width:768px){.cmp-stacked-content-boxes .content-box-wrapper .content-box .content-box-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cmp-stacked-content-boxes .content-box-wrapper .content-box .header-text{width:100%}}.statistic{line-height:1;display:inline-block;position:relative;border-bottom:1px solid #d3d8de;padding-bottom:8px;margin-bottom:15px;margin-right:15px}.statistic .--value{font-weight:300;font-size:55px}.statistic .--unit{font-weight:300;font-size:30px}.statistic .--text{font-weight:400;font-size:15px;line-height:1.4}@media (max-width:768px){.statistic .--value{font-size:30px}.statistic .--unit{font-size:18px}}.statistic.light .--unit,.statistic.light .--value{color:#1c1c1c}.statistic.light .--text{color:#000}.statistic.dark .--text,.statistic.dark .--unit,.statistic.dark .--value{color:#bec4cb}.cmp-teaser .library-item,.cmp-teaser .teaser,.resource-library-cmp .library-item,.resource-library-cmp .teaser{position:relative}.cmp-teaser .--tag,.resource-library-cmp .--tag{background:#fff;color:#1c1c1c;font-size:13px;padding:8px 11px;border-radius:3px;margin-left:auto;display:inline-block;float:right;line-height:1.1;cursor:default}.cmp-teaser .--img-wrapper,.resource-library-cmp .--img-wrapper{position:relative;display:inline-block;width:100%}.cmp-teaser .--img-wrapper img,.resource-library-cmp .--img-wrapper img{max-width:100%;border-radius:3px;-webkit-box-shadow:0 20px 34px rgba(0,0,0,.05);box-shadow:0 20px 34px rgba(0,0,0,.05)}.cmp-teaser .--img-wrapper .--tag,.resource-library-cmp .--img-wrapper .--tag{position:absolute;right:20px;bottom:27px;margin:0}.cmp-teaser .--body,.resource-library-cmp .--body{padding:35px 25px}.cmp-teaser .--body .--category,.resource-library-cmp .--body .--category{color:#727477;font-size:13px;line-height:14.3px}.cmp-teaser .--body .--title,.resource-library-cmp .--body .--title{margin-top:15px}.cmp-teaser .--body hr,.resource-library-cmp .--body hr{width:5pc;margin:15px 0;color:#86898c}.cmp-teaser .--body .--description,.resource-library-cmp .--body .--description{color:#1c1c1c;font-size:15px;line-height:21px}.cmp-teaser .--body button,.resource-library-cmp .--body button{margin-top:15px}.cmp-teaser .teaser.dark .--description,.cmp-teaser .teaser.dark .--title,.cmp-teaser .teaser.dark hr,.resource-library-cmp .teaser.dark .--description,.resource-library-cmp .teaser.dark .--title,.resource-library-cmp .teaser.dark hr{color:#fff}#tfsFooter{border-top:1px solid #e6ebf0;font-size:13px;line-height:18.2px;color:#646464}#tfsFooter #missionText{font-style:italic}#tfsFooter a{color:#646464;text-decoration:none}.toc{position:fixed;background:#fff;top:75pt;width:296px;z-index:3;-webkit-box-shadow:0 20px 34px rgba(0,0,0,.05);box-shadow:0 20px 34px rgba(0,0,0,.05);border-radius:3px;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.toc.faded{opacity:0;visibility:hidden}.toc .--head{font-size:13px;padding:20px;border-bottom:1px solid #e6ebf0}.toc .--body{max-height:82px;overflow-y:hidden}.toc .--body .toc-item{padding-left:15px;padding-top:10px;padding-bottom:10px;margin-left:17px;border-left:2px solid #e6ebf0;font-size:15px;line-height:1.4;opacity:.5}.toc .--body .toc-item.active{border-color:#feeb18;opacity:1}.toc.expanded .--body{max-height:none}.toc:not(.expanded) .--body .toc-item{display:none}.toc:not(.expanded) .--body .toc-item.active,.toc:not(.expanded) .--body .toc-item.active~.toc-item{display:block}.toc .bottom-btn{background-color:#feeb18;font-size:13px;padding:17px 20px;cursor:pointer;border:1px solid #f2f5f7;border-bottom:0}.toc .bottom-btn .fa-triangle{font-size:10px;color:#727477}@media (max-width:1399px){.toc{left:15px!important;width:auto}.toc .--body{padding-right:20px}}@media (max-width:1200px){.toc{top:auto!important;bottom:15px;top:unset;right:15px;width:auto;margin-left:60px;border-bottom:1px solid #feeb18;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.toc .--head{display:none}.toc .--body{border-left:1px solid #f2f5f7;border-right:1px solid #f2f5f7;max-height:0}.toc .--body .toc-item{opacity:1}.toc .bottom-btn{padding:22px 20px;background:#fff}.toc.expanded .bottom-btn{border-bottom:1px solid #e6ebf0}}.cmp-two-col-container hr.mobile-only{background-color:#d3d8de;margin:26px 0}.cmp-well .well{background-size:cover;position:relative}.cmp-well .well.with-border{border:1px solid}.cmp-well .well.with-border-radius{border-radius:9pt}.cmp-well .well.with-drop-shadow{-webkit-box-shadow:0 4px 6px 0 rgba(34,34,34,.1);box-shadow:0 4px 6px 0 rgba(34,34,34,.1)}.cmp-form-wrapper .form-image-wrapper{background-size:cover!important}.cmp-form-wrapper .form-image-wrapper .text-section-wrapper{background-size:cover;background-position:50%}.cmp-form-wrapper .form-image-wrapper .text-section{padding:140px 0}.cmp-form-wrapper .form-image-wrapper .form-section{padding:140px 50px}.cmp-form-wrapper .form-image-wrapper .top-text{font-size:18px;color:#bec4cb}.cmp-form-wrapper .form-image-wrapper .h1{color:#fff}@media (max-width:992px){.cmp-form-wrapper .form-image-wrapper{background:#171818!important}.cmp-form-wrapper .form-image-wrapper .form-section,.cmp-form-wrapper .form-image-wrapper .text-section{padding:30px 18px}}@media (min-width:992px){.cmp-form-wrapper .form-image-wrapper .text-section-wrapper{background:none!important}}.cmp-icon-callout .icon-callout{margin-bottom:15px}.cmp-icon-callout .icon-callout .--icon-section .--icon{font-size:27px;padding:0 27px 27px;border-bottom:1px solid #d3d8de;color:#1c1c1c}.cmp-icon-callout .icon-callout .--text-section{margin-left:2pc;color:#1c1c1c;font-size:15px}.cmp-icon-callout .icon-callout .--text-section h5{margin-bottom:25px}.cmp-icon-callout .icon-callout.dark .--icon-section .--icon,.cmp-icon-callout .icon-callout.dark .--text-section{color:#fff}main.container{padding:.5em 1em}@font-face{font-family:Inter;src:url(../../../etc.clientlibs/bindingsite/clientlibs/clientlib-base/resources/fonts/Inter-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(../../../etc.clientlibs/bindingsite/clientlibs/clientlib-base/resources/fonts/Inter-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(../../../etc.clientlibs/bindingsite/clientlibs/clientlib-base/resources/fonts/Inter-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(../../../etc.clientlibs/bindingsite/clientlibs/clientlib-base/resources/fonts/Inter-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}
