

/*      Request ID: 8ea8c2aab940703370627e26b9dfd51e_1729099173 (10/16/2024 1:20pm) (minifier disabled) (JYxRCsAgDMVOpD2SOH2sQtWxdoq3n+BPPgIJca+giib90GUML2VgchT4BqPnu6SkwFaFQmn3i1zQTMkYFUqTlzuHqIrt1dZOk+oP)      */

/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Font serif  */
.font-serif {
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Offset right  */
.offset-right {
  margin-right: calc(-50vw + 107.8rem / 2);
  margin-left: 0;
}
@media (max-width: 1138px) {
  .offset-right {
    margin-right: -3rem;
  }
}
/*  Offset left  */
.offset-left {
  margin-left: calc(-50vw + 107.8rem / 2);
  margin-right: 0;
}
@media (max-width: 1138px) {
  .offset-left {
    margin-left: -3rem;
  }
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-flex,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 767.02px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 991.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Fade up
\* ------------------------------------------------------------ */
*[data-fade-up] {
  display: inline-block;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.2s, transform 0.6s;
}
*[data-fade-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}
*[data-vivus-animation] {
  opacity: 0;
}
@media (max-width: 991px) {
  .hidden-device {
    display: none !important;
  }
}
@media (min-width: 991.02px) {
  .hidden-desktop {
    display: none !important;
  }
}
/* ------------------------------------------------------------ *\
	Accordion (lw_accordion)
\* ------------------------------------------------------------ */
/*
.lw_accordion .lw_accordion_block_title a,
.lw_accordion .lw_accordion_block_title button {
	-webkit-appearance: none;
	background-color: transparent;
	text-decoration: none;
	border: none;
	color: inherit;
	cursor: pointer;
	display: inherit;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
	position: relative;
	text-align: left;
	width: 100%;
	color: #6e6e6e;
	background-color: #f2f0f0;
	padding: 23px 65px 20px 32px;
	border-radius: 0;
	line-height: 1;
}
*/
.lw_accordion.accordion-small .lw_accordion_block_title,
.lw_accordion.accordion-small .lw_accordion_block_title a,
.lw_accordion.accordion-small .lw_accordion_block_title button,
.lw_wysiwyg_accordion.accordion-small .lw_accordion_block_title,
.lw_wysiwyg_accordion.accordion-small .lw_accordion_block_title a,
.lw_wysiwyg_accordion.accordion-small .lw_accordion_block_title button {
  font-size: 16px !important;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-style: normal !important;
}
.lw_accordion.accordion-small .lw_accordion_block_title i,
.lw_accordion.accordion-small .lw_accordion_block_title a i,
.lw_accordion.accordion-small .lw_accordion_block_title button i,
.lw_wysiwyg_accordion.accordion-small .lw_accordion_block_title i,
.lw_wysiwyg_accordion.accordion-small .lw_accordion_block_title a i,
.lw_wysiwyg_accordion.accordion-small .lw_accordion_block_title button i {
  margin-top: 0 !important;
}
.lw_accordion .lw_accordion_block_title a::after,
.lw_accordion .lw_accordion_block_title button::after {
  content: "" !important;
  display: none !important;
}
.lw_accordion {
  /*
  .lw_accordion_block_content {
  	display: none;
  	margin-bottom: 0;
  	padding: 30px 35px 25px;
  	border: 2px solid #f2f0f0;
  	border-top: 0;
  	margin-bottom: 12px;
  	font-size: 16px;
  	color: #262626;
  	line-height: 1.5;
  	font-weight: 300;
  }
  */
}
.lw_accordion .lw_image,
.lw_accordion .lw_image img {
  border-radius: 1rem;
}
.lw_accordion .lw_accordion_block {
  border-top: 0.1rem solid #BECCD7;
  padding: 1rem 0;
}
.lw_accordion .lw_accordion_block + .lw_accordion_block {
  margin-top: 2.9rem;
}
@media (max-width: 991px) {
  .lw_accordion .lw_accordion_block + .lw_accordion_block {
    margin-top: 0.7rem;
  }
}
.lw_accordion .lw_accordion_block_title,
.lw_accordion .lw_accordion_block_title a,
.lw_accordion .lw_accordion_block_title button {
  background-color: transparent !important;
  color: #102F4B !important;
  font-size: 3.1rem !important;
  line-height: 1.29 !important;
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif !important;
  font-weight: normal !important;
  font-style: italic !important;
  padding: 0 !important;
  max-width: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_block_title,
  .lw_accordion .lw_accordion_block_title a,
  .lw_accordion .lw_accordion_block_title button {
    font-size: 2.4rem !important;
    line-height: 1.29 !important;
  }
}
.lw_accordion .lw_accordion_block_title a:focus, .lw_accordion .lw_accordion_block_title button:focus {
  outline: 0 !important;
}
.lw_accordion .lw_accordion_block_title button {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  font-weight: 600;
}
.lw_accordion .lw_accordion_block_title button span {
  flex: 1;
  max-width: 66.66%;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .lw_accordion .lw_accordion_block_title button span {
    max-width: none;
  }
}
.lw_accordion .lw_accordion_block_title button i {
  width: 1.6rem;
  height: 1.6rem;
  font-style: normal;
  display: block;
  color: #439093;
  position: relative;
  margin: 0.6rem 1.3rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_block_title button i {
    margin: -0.2rem -0.2rem 0 0;
  }
}
.lw_accordion .lw_accordion_block_title button i:before, .lw_accordion .lw_accordion_block_title button i:after {
  content: "";
  position: absolute;
  top: 0.7rem;
  width: 0.8rem;
  height: 0.8rem;
  border-style: solid;
  border-color: currentColor;
  transition: transform 0.2s;
  transform-origin: 50%;
}
.lw_accordion .lw_accordion_block_title button i:before {
  left: 0;
  border-width: 2px 2px 0 0;
  border-radius: 0 100% 0 0;
}
.lw_accordion .lw_accordion_block_title button i:after {
  right: 2px;
  border-width: 2px 0 0 2px;
  border-radius: 100% 0 0 0;
}
.lw_accordion .lw_accordion_block_title button[aria-expanded=true] i:before {
  transform: rotate(90deg);
}
.lw_accordion .lw_accordion_block_title button[aria-expanded=true] i:after {
  transform: rotate(-90deg);
}
.lw_accordion .lw_accordion_block_content {
  padding: 1.4rem 0 0;
  border: 0;
  margin: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_block_content {
    margin: 0 -3rem;
    padding: 1.4rem 3rem 0;
  }
}
.lw_accordion .lw_accordion_block_content ul, .lw_accordion .lw_accordion_block_content ol {
  padding-left: 2rem;
}
.lw_accordion .lw_accordion_block_content ul a, .lw_accordion .lw_accordion_block_content ol a {
  font-weight: inherit;
  color: inherit;
}
.lw_accordion .lw_accordion_block_text {
  max-width: 70.9rem;
  line-height: 1.55;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_block_text {
    max-width: none;
    line-height: 1.75;
  }
}
.lw_accordion .lw_accordion_block_text-image-left {
  float: left;
  border-radius: 1rem;
  margin: 0.7rem 2.1rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_block_text-image-left {
    float: none;
    display: block;
    margin: 0 0 1rem;
    width: 100%;
    height: auto;
  }
}
.lw_accordion .lw_accordion_block_table {
  padding: 3.6rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_block_table {
    margin: 0 -3rem;
    padding: 0.5rem 0 0;
  }
}
.lw_accordion .lw_accordion_tag {
  font-size: 1.4rem;
  line-height: 1.358;
  display: inline-block;
  letter-spacing: 0.025em;
  font-weight: 600;
  text-transform: uppercase;
  background: #F1B256;
  color: #fff;
  border-radius: 0.9rem;
  padding: 0.2rem 1.55rem;
  margin-bottom: 1.3rem;
}
.lw_accordion .lw_accordion_tag--blue {
  background: #215DA5;
}
.lw_accordion .lw_accordion_trigger {
  background: none;
  border: 0;
  color: #129294;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_trigger {
    margin-top: 0;
    position: absolute;
    top: 2rem;
    right: 2.7rem;
  }
}
.lw_accordion .lw_accordion_trigger span {
  flex: 1;
  display: block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_trigger span {
    display: none;
  }
}
.lw_accordion .lw_accordion_trigger[aria-expanded=false] span:before {
  content: "Expand";
}
.lw_accordion .lw_accordion_trigger[aria-expanded=true] span:before {
  content: "Collapse";
}
.lw_accordion .lw_accordion_trigger[aria-expanded=true] i:before {
  transform: rotate(90deg);
}
.lw_accordion .lw_accordion_trigger[aria-expanded=true] i:after {
  transform: rotate(-90deg);
}
.lw_accordion .lw_accordion_trigger i {
  width: 1.6rem;
  height: 1.6rem;
  font-style: normal;
  position: relative;
  margin-right: 0.3rem;
  display: inline-block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_trigger i {
    margin: 0;
  }
}
.lw_accordion .lw_accordion_trigger i:before, .lw_accordion .lw_accordion_trigger i:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-style: solid;
  border-color: currentColor;
  transition: transform 0.2s;
  transform-origin: 50%;
}
.lw_accordion .lw_accordion_trigger i:before {
  left: 0;
  border-width: 2px 2px 0 0;
  border-radius: 0 100% 0 0;
}
.lw_accordion .lw_accordion_trigger i:after {
  right: 2px;
  border-width: 2px 0 0 2px;
  border-radius: 100% 0 0 0;
}
.lw_accordion .lw_accordion_utilities {
  border-top: 0.1rem solid #BECCD7;
  padding-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  line-height: 1.3;
  font-size: 1.4rem;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .lw_accordion .lw_accordion_utilities {
    display: block;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_utilities {
    display: flex;
    align-items: flex-start;
    padding-top: 1.2rem;
    margin-bottom: 4.2rem;
  }
}
.lw_accordion .lw_accordion_utilities_actions {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  color: #035FCE;
  letter-spacing: 0.025em;
  font-weight: 600;
  margin: 0 1rem 0 0;
}
@media (max-width: 991px) {
  .lw_accordion .lw_accordion_utilities_actions {
    margin: 0 0 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_utilities_actions {
    display: block;
    flex: 0 0 45%;
    line-height: 1.59;
  }
}
.lw_accordion .lw_accordion_utilities_actions li {
  margin-right: 1.95rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_utilities_actions li {
    margin: 0 0 1.2rem;
  }
}
.lw_accordion .lw_accordion_utilities_actions li:last-child {
  margin: 0;
}
.lw_accordion .lw_accordion_utilities_actions a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .lw_accordion .lw_accordion_utilities_actions a:hover {
    color: #F1B256;
  }
}
.lw_accordion .lw_accordion_utilities_actions a svg {
  margin-right: 0.3rem;
}
.lw_accordion .lw_accordion_utilities_legend {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_utilities_legend {
    border-left: 0.1rem solid #BECCD7;
    flex: 1;
    padding-left: 2.9rem;
    line-height: 1.29;
    letter-spacing: 0;
  }
}
.lw_accordion .lw_accordion_utilities_legend span {
  font-weight: 600;
  color: #FF862E;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_utilities_legend span {
    display: block;
    margin: 1rem 0 1.7rem;
    letter-spacing: 0.08em;
  }
}
.lw_accordion .lw_accordion_utilities_legend strong {
  font-weight: 600;
  color: #C94281;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion .lw_accordion_utilities_legend strong {
    display: block;
    letter-spacing: 0.08em;
  }
}
/*  lw accordion alt  */
.lw_accordion--alt .lw_accordion_block {
  border-top: 0;
  background: #fff;
  border-radius: 2rem;
  padding: 1.2rem 5.1rem;
}
@media (max-width: 1199px) {
  .lw_accordion--alt .lw_accordion_block {
    padding: 1.2rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion--alt .lw_accordion_block {
    padding: 1.5rem 1.5rem 2.2rem;
    position: relative;
    border-radius: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion--alt .lw_accordion_block_head {
    padding-right: 3.5rem;
  }
}
.lw_accordion--alt .lw_accordion_block_content {
  padding-top: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion--alt .lw_accordion_block_content {
    margin: 0;
    padding: 1.4rem 0 0;
  }
}
.lw_accordion--alt .lw_accordion_block_table {
  padding: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lw_accordion--alt .lw_accordion_block_table {
    margin: 0;
    padding-bottom: 0.5rem;
  }
}
/* ------------------------------------------------------------ *\
	.article
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article.video-opened .article__content {
    transition: padding 0.6s;
    padding-top: 5rem !important;
  }
  .article.video-opened .article__accordion .accordion__body .media-wrapper {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.6s 0.6s;
  }
}
.article .article__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__inner {
    flex-direction: column;
    margin: 0;
  }
}
.article .article__aside {
  flex: 0 0 44.6%;
  max-width: 44.6%;
  padding: 0 2rem;
  align-self: flex-start;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__aside {
    max-width: unset;
    flex: unset;
    width: 100%;
    margin-bottom: 7.4rem;
    padding: 0;
  }
}
.article .article__main {
  flex: 0 0 50.5%;
  max-width: 50.5%;
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .article .article__main {
    padding-top: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__main {
    max-width: unset;
    flex: unset;
    padding: 0;
  }
}
.article .article__media {
  max-width: 50rem;
  position: relative;
}
@media (max-width: 991px) {
  .article .article__media {
    max-width: 32.9rem;
    top: 4.3rem;
    left: -8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__media {
    left: -7.8rem;
    width: 104.44%;
    max-width: 32.9rem !important;
  }
}
.article .article__media .media-wrapper {
  padding-bottom: 100%;
  border-radius: 50% !important;
  overflow: hidden !important;
  backface-visibility: hidden !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__media .media-wrapper {
    position: relative;
    z-index: 1;
  }
}
.article .article__stamp {
  position: absolute;
  top: -2.4rem;
  right: -1.2rem;
  display: none;
}
@media (max-width: 991px) {
  .article .article__stamp {
    display: inline-block;
    z-index: 2;
  }
}
.article .article__content {
  max-width: 41.3rem;
  padding-bottom: 6.6rem;
}
@media (max-width: 991px) {
  .article .article__content {
    padding-bottom: 0;
    padding-right: 6.5rem;
    max-width: unset;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__content {
    position: relative;
    padding-right: 1.3rem;
    padding-left: 1.5rem;
    transition: padding 0.6s 0.6s;
  }
}
.article .article__entry {
  font-size: 1.8rem;
  line-height: 1.55;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .article .article__entry {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 3.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__entry {
    margin-bottom: 1.5rem;
  }
}
.article .article__entry h4 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.07;
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}
@media (max-width: 991px) {
  .article .article__entry h4 {
    font-size: 2.4rem;
    line-height: 1.291;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__entry h4 {
    margin-bottom: 1.2rem;
  }
}
.article .article__accordion .accordion__section {
  margin-bottom: 0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__accordion .accordion__section {
    margin-bottom: 1.2rem;
  }
}
.article .article__accordion .accordion__section:last-child {
  margin-bottom: 0;
}
.article .article__accordion .accordion__section .accordion__head {
  position: relative;
  padding-left: 2.9rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
}
.article .article__accordion .accordion__section .accordion__head:hover span {
  color: #102F4B;
  background-color: #C94281;
  border-color: #C94281;
}
.article .article__accordion .accordion__section .accordion__head:focus-visible {
  outline: 0.2rem solid #129294;
  outline-offset: 0.7rem;
}
.article .article__accordion .accordion__section .accordion__head span {
  position: absolute;
  top: 1.4rem;
  left: -2px;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #C94281;
  border: 2px solid currentColor;
  display: inline-block;
  transform: translateY(-50%);
  transition: background-color 0.4s, color 0.4s;
}
.article .article__accordion .accordion__section .accordion__head span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 8px;
  background-color: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}
.article .article__accordion .accordion__section .accordion__head span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  background-color: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}
.article .article__accordion .accordion__section .accordion__head h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  color: #fff;
}
.article .article__accordion .accordion__section.is-open .accordion__head span {
  color: #102F4B;
  background-color: #C94281;
  border-color: #C94281;
}
.article .article__accordion .accordion__section.is-open .accordion__head span:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.article .article__accordion .accordion__body {
  display: none;
  padding: 1.5rem 1.2rem 0.7rem 2.9rem;
  font-size: 1.8rem;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .article .article__accordion .accordion__body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.article .article__accordion .accordion__body .media-wrapper {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__accordion .accordion__body .media-wrapper {
    position: absolute;
    top: 0;
    left: -2rem;
    width: calc(100% + 4rem);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__accordion .accordion__body .media-wrapper {
    transition: opacity 0.2s;
    opacity: 0;
    pointer-events: none;
  }
}
.article .article__accordion .accordion__body .plyr__control {
  transform: scale(0.8);
}
.article .article__decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110.4%;
  aspect-ratio: 1/1;
  content: "";
  background-color: #034F7D;
  transform: translate(-61.8%, -54%);
  border-radius: 50%;
  pointer-events: none !important;
}
.article .article__decoration.article__decoration--position-2 {
  width: 105.2%;
  transform: translate(-76.3%, -39%);
}
.article .article__decoration--2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102.316%;
  aspect-ratio: 1/1.14;
  content: "";
  background-color: #034F7D;
  background: url("../images/temp/article-decoration-2.jpg") 0 0 no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translate(-30.3%, -24.3%);
}
@media (max-width: 991px) {
  .article .article__decoration--2 {
    transform: translate(-39.1%, -28.7%);
    aspect-ratio: 1.0524/1;
  }
}
.article .article__decoration--3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 134.4%;
  aspect-ratio: 1.07273/1;
  content: "";
  background-color: #034F7D;
  background: url("../images/temp/article-decoration.svg") 0 0 no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translate(-4.2%, -85.5%);
}
@media (max-width: 991px) {
  .article .article__decoration--3 {
    transform: translate(-3.2%, -101.3%);
    width: 38rem;
  }
}
.article .article__line--1 {
  position: absolute;
  top: 90%;
  left: 40%;
  width: 57.6rem;
  aspect-ratio: 1/1.012;
}
.article .article__line--2 {
  position: absolute;
  top: 50%;
  left: 87%;
  width: 30.5rem;
  aspect-ratio: 1.81946/1;
}
.article .article__line--2:after {
  position: absolute;
  bottom: 0;
  right: 3rem;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(180deg, rgba(0, 212, 255, 0) 0%, #102F4B 100%);
  content: "";
}
.article .article__line--3 {
  position: absolute;
  bottom: 90%;
  right: 50%;
  width: 83.5rem;
  aspect-ratio: 1.5447/1;
  z-index: 3;
}
.article .article__line--4 {
  position: absolute;
  top: 80%;
  left: 75%;
  width: 61.5rem;
  aspect-ratio: 1.09453/1;
  z-index: 3;
}
.article .article__line--5 {
  position: absolute;
  bottom: 70.4%;
  right: 57%;
  width: 24.5rem;
  aspect-ratio: 2.05004/1;
}
.article .article__line--6 {
  position: absolute;
  top: 73%;
  left: 85%;
  width: 29.8rem;
  aspect-ratio: 2.196419362/1;
}
.article .article__line--6:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background: linear-gradient(90deg, rgba(0, 212, 255, 0) 0%, #102F4B 100%);
  content: "";
}
.article .article__line--7 {
  position: absolute;
  bottom: 92.5%;
  left: 75%;
  width: 26.9rem;
  aspect-ratio: 1.25697/1;
}
.article .article__line--7:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background: linear-gradient(90deg, #102F4B 0%, rgba(0, 212, 255, 0) 100%);
  content: "";
}
.article .article__line--8 {
  position: absolute;
  top: 64%;
  right: 90%;
  width: 25.5rem;
  aspect-ratio: 1.8194/1;
}
.article .article__line--8:after {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 9rem;
  height: 9rem;
  background: linear-gradient(90deg, #102F4B 0%, rgba(0, 212, 255, 0) 100%);
  content: "";
  transform: rotate(-9deg);
}
.article .article__line--9 {
  position: absolute;
  top: 55%;
  right: 94%;
  width: 28.9rem;
  aspect-ratio: 1.7/1;
  z-index: 0;
}
.article .article__line--9:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15rem;
  height: 8rem;
  background: linear-gradient(90deg, #102F4B 0%, rgba(0, 212, 255, 0) 100%);
  content: "";
}
.article .article__line--10 {
  position: absolute;
  top: 55%;
  left: 75%;
  width: 20.1rem;
  aspect-ratio: 0.8876/1;
  z-index: 0;
}
.article .article__line--10:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15rem;
  height: 8rem;
  background: linear-gradient(90deg, rgba(0, 212, 255, 0) 0%, #102F4B 100%);
  content: "";
}
.article .article__line--11 {
  position: absolute;
  bottom: 85%;
  right: 30%;
  width: 83.5rem;
  aspect-ratio: 1.54629/1;
  display: inline-block;
}
.article .article__line--11:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15rem;
  height: 8rem;
  background: linear-gradient(90deg, rgba(0, 212, 255, 0) 0%, #102F4B 100%);
  content: "";
  display: none;
}
.article .article__line--12 {
  position: absolute;
  top: 90.5%;
  left: 78%;
  width: 61.5rem;
  aspect-ratio: 1.0945/1;
  display: inline-block;
}
.article .article__line--12:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15rem;
  height: 8rem;
  background: linear-gradient(90deg, rgba(0, 212, 255, 0) 0%, #102F4B 100%);
  content: "";
  display: none;
}
.article .article__line--13 {
  position: absolute;
  top: 99.7%;
  right: 48%;
  width: 78.1rem;
  aspect-ratio: 1.7912/1;
  display: inline-block;
}
.article .article__line--14 {
  position: absolute;
  bottom: 70%;
  left: 86%;
  width: 87.7rem;
  aspect-ratio: 1.7929/1;
  display: inline-block;
}
.article .article__line--14:after {
  position: absolute;
  top: 2.5rem;
  right: 0;
  width: 8rem;
  height: 10rem;
  background: linear-gradient(180deg, #102F4B 0%, rgba(0, 212, 255, 0) 100%);
  content: "";
}
.article .article__line--15 {
  position: absolute;
  top: 70%;
  left: 30%;
  width: 32.7rem;
  aspect-ratio: 1.602/1;
  display: inline-block;
}
.article .article__line--15:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8rem;
  height: 10rem;
  background: linear-gradient(-90deg, #102F4B 0%, rgba(0, 212, 255, 0) 100%);
  content: "";
}
.article *[class*=article__line] {
  pointer-events: none !important;
}
/* ------------------------------------------------------------ *\
	Reverse
\* ------------------------------------------------------------ */
.article.article--reverse .article__inner {
  flex-direction: row-reverse;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article.article--reverse .article__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article.article--reverse .article__media {
    margin-left: auto;
  }
}
.article.article--reverse .article__content {
  margin-left: auto;
}
@media (max-width: 991px) {
  .article.article--reverse .article__content {
    padding-right: 0;
    padding-left: 6.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article.article--reverse .article__content {
    padding-right: 1.3rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .article.article--reverse h4 {
    margin-bottom: 1.2rem;
  }
}
.article.article--reverse .article__stamp {
  right: auto;
  left: 0.4rem;
}
@media (max-width: 991px) {
  .article.article--reverse .article__media {
    left: auto;
    top: auto;
    right: -6rem;
  }
}
/* ------------------------------------------------------------ *\
	Sizes
\* ------------------------------------------------------------ */
.article.article--size-1 .article__aside {
  max-width: 45.3%;
  flex: 0 0 45.3%;
}
@media (max-width: 991px) {
  .article.article--size-1 .article__aside {
    padding-top: 4rem;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article.article--size-1 .article__aside {
    max-width: unset;
    flex: unset;
    width: 100%;
    margin-bottom: 7.4rem;
    padding: 0;
  }
}
.article.article--size-1 .article__main {
  max-width: 50.5%;
  flex: 0 0 50.5%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article.article--size-1 .article__main {
    max-width: unset;
    flex: unset;
    width: 100%;
    padding: 0;
  }
}
.article.article--size-1 .article__inner {
  align-items: flex-start;
}
.article.article--size-1 .article__content {
  padding-top: 21.6rem;
  max-width: 43.3rem;
}
@media (max-width: 991px) {
  .article.article--size-1 .article__content {
    padding-top: 3.1rem;
    max-width: unset;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article.article--size-1 .article__content {
    padding-top: 1.3rem;
  }
}
.article.article--size-1 .article__accordion .accordion__section {
  margin-bottom: 1.3rem;
}
@media (max-width: 991px) {
  .article.article--size-1 .article__media {
    max-width: 34.9rem;
    right: -7.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article.article--size-1 .article__media {
    max-width: unset;
    width: 110.79%;
    right: -3.5rem;
  }
}
.article.article--size-2 .article__content {
  max-width: 43.3rem;
  padding-bottom: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article.article--size-2 .article__content {
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .article.article--size-2 .article__media {
    top: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article.article--size-2 .article__media {
    right: -4.2rem;
  }
}
.article.article--size-3 .article__content {
  padding: 1.1rem 0 0;
  max-width: 39.9rem;
}
@media (max-width: 991px) {
  .article.article--size-3 .article__content {
    padding-right: 7rem;
    padding-top: 1.3rem;
    left: -0.3rem;
    position: relative;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article.article--size-3 .article__content {
    max-width: unset;
    flex: unset;
    width: 100%;
    padding-right: 1.3rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .article.article--size-3 h4 {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .article.article--size-3 .article__media {
    left: -6rem;
  }
}
@media (max-width: 991px) {
  .article.article--size-3 .article__entry {
    margin-bottom: 0.8rem;
  }
}
/* ------------------------------------------------------------ *\
	.box-stats
\* ------------------------------------------------------------ */
.box-stats {
  text-align: center;
}
.box-stats h2 {
  font-size: 7rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
  max-width: unset;
}
@media (max-width: 991px) {
  .box-stats h2 {
    font-size: 5.3rem;
    line-height: 1.18;
  }
}
.box-stats h2 small {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .box-stats h2 small {
    font-size: 1.8rem;
    line-height: 1.22;
  }
}
.box-stats h3 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
  color: #fff;
  max-width: unset;
}
@media (max-width: 991px) {
  .box-stats h3 {
    font-size: 1.8rem;
    line-height: 1.22;
  }
}
.box-stats .box__image {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.box-stats .box__image svg {
  max-width: 21.1rem;
  margin: 0 auto;
}
.box-stats .box__image img {
  border-radius: 0;
}
.box-stats .box__circle {
  text-align: center;
  color: #fff;
  position: relative;
  margin-right: 6rem;
}
@media (max-width: 991px) {
  .box-stats .box__circle {
    width: 17.5rem;
    height: 17.5rem;
    margin-right: 0;
    margin-bottom: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2.1rem;
  }
}
.box-stats .box__circle.is-animated {
  color: #102F4B;
}
.box-stats .box__circle.is-animated:after {
  transform: translate(-50%, -50%) scale(var(--scale));
}
.box-stats .box__circle.is-animated span {
  opacity: 1;
}
.box-stats .box__circle:after {
  --scale: calc(var(--circle-fill) * 0.01);
  width: 22.4rem;
  height: 22.4rem;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F1B256;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s;
}
@media (max-width: 991px) {
  .box-stats .box__circle:after {
    width: 17.5rem;
    height: 17.5rem;
  }
}
.box-stats .box__circle span {
  font-size: 7rem;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  backdrop-filter: invert;
  opacity: 0;
  transition: opacity 0.2s 0.2s;
}
.box-stats .box__chart {
  position: relative;
}
@media (max-width: 991px) {
  .box-stats .box__chart {
    width: 19.2rem;
    height: 19.2rem;
    display: inline-block;
    margin-bottom: 2.3rem;
  }
}
.box-stats .box__chart:not(:only-child) {
  margin-right: 3rem;
}
@media (max-width: 991px) {
  .box-stats .box__chart:not(:only-child) {
    margin-right: 0;
  }
}
.box-stats .box__chart.is-animated .circular-progress {
  animation-name: progress-animation;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-duration: 2s;
}
.box-stats .box__chart.is-animated span {
  opacity: 1;
}
.box-stats .box__chart .circular-progress {
  --progress: 0;
  --size: 250px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 20px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
}
@media (max-width: 991px) {
  .box-stats .box__chart .circular-progress {
    --size: 192px;
    --stroke-width: 14px;
  }
}
.box-stats .box__chart .circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
}
.box-stats .box__chart .circular-progress circle.bg {
  stroke: #102F4B;
}
.box-stats .box__chart .circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
  stroke: #F1B256;
}
@property --progress {
  .box-stats .box__chart {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
  }
}
@keyframes progress-animation {
  from {
    --progress: 0;
  }
  to {
    --progress: var(--chart-fill);
  }
}
.box-stats .box__chart span {
  font-size: 7rem;
  line-height: 1.2;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s;
}
.box-stats--alt .box__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .box-stats--alt .box__content {
    display: block;
  }
}
.box-stats--alt .box__content h2 {
  margin-right: 3.2rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .box-stats--alt .box__content h2 {
    margin-right: 0;
  }
}
.box-stats--alt .box__content h3 {
  text-align: left;
}
@media (max-width: 991px) {
  .box-stats--alt .box__content h3 {
    text-align: center;
  }
}
/* ------------------------------------------------------------ *\
	.boxes-stats
\* ------------------------------------------------------------ */
.boxes-stats {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -2rem -3rem;
}
@media (max-width: 991px) {
  .boxes-stats {
    margin: -5.2rem -3rem;
    align-items: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes-stats {
    margin: -3rem -3rem;
  }
}
.boxes-stats li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 2rem 3rem;
}
@media (max-width: 991px) {
  .boxes-stats li {
    padding: 5.2rem 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes-stats li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 3rem 3rem;
  }
}
.boxes-stats li:nth-child(even) {
  padding-top: 12rem;
}
@media (max-width: 991px) {
  .boxes-stats li:nth-child(even) {
    padding-top: 5.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes-stats li:nth-child(even) {
    padding-top: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Hero Animated
\* ------------------------------------------------------------ */
.hero-animated {
  background-color: #102F4B;
  color: #fff;
  height: 100vh;
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-animated {
    width: 100vw;
    height: auto;
    aspect-ratio: 1/0.677647;
  }
}
@media (max-width: 767px) {
  .hero-animated {
    aspect-ratio: 1/1.60406;
  }
}
@media (max-width: 589px) {
  .hero-animated {
    aspect-ratio: 1/1.89333;
  }
}
.hero-animated .hero__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hero-animated .hero__inner {
    flex-direction: column;
  }
}
.hero-animated .hero__aside {
  flex: 0 0 55%;
  max-width: 55%;
  position: relative;
}
@media (max-width: 991px) {
  .hero-animated .hero__aside {
    flex: 0 0 47.6%;
    max-width: 47.6%;
  }
}
@media (max-width: 767px) {
  .hero-animated .hero__aside {
    order: 1;
    max-width: 100%;
    flex: 0 0 62.1%;
  }
}
@media (max-width: 589px) {
  .hero-animated .hero__aside {
    flex: 0 0 52.6%;
  }
}
.hero-animated .hero__main {
  flex: 0 0 45%;
  max-width: 45%;
  display: flex;
  align-items: center;
  min-height: 100%;
  padding-top: 13.4rem;
}
@media (max-width: 991px) {
  .hero-animated .hero__main {
    padding-top: 10.7rem;
    max-width: 46.9%;
    flex: 0 0 46.9%;
  }
}
@media (max-width: 767px) {
  .hero-animated .hero__main {
    max-width: 100%;
    min-height: unset;
    padding: 13.5rem 1.5rem 2.6rem;
    flex: 0 0 37.9%;
  }
}
@media (max-width: 589px) {
  .hero-animated .hero__main {
    padding: 12.5rem 1.5rem 0rem;
    flex: 0 0 47.4%;
  }
}
.hero-animated .hero__content {
  max-width: 44.2rem;
  padding-bottom: 1.2rem;
  text-align: right;
  max-width: calc((107.8rem + 3rem * 2) / 2);
  margin-left: 6.8rem;
}
@media (max-width: 991px) {
  .hero-animated .hero__content {
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-animated .hero__content {
    margin: 0 auto;
    padding-right: 3.4rem;
  }
}
.hero-animated .hero__content > .link-alt {
  margin-right: 0.8rem;
}
@media (max-width: 991px) {
  .hero-animated .hero__content > .link-alt {
    margin-right: -0.5rem;
  }
}
@media (max-width: 767px) {
  .hero-animated .hero__content > .link-alt {
    position: relative;
    left: 3.4rem;
  }
}
.hero-animated .hero__content [data-order-fade] {
  --delay-timing: .5s;
  --delay: calc(var(--delay-timing, 0.25s) * var(--index, 1));
  display: inline-block;
  transform: translateY(8px) !important;
  opacity: 0;
  transition: opacity 0.6s var(--delay), transform 0.6s var(--delay);
}
.hero-animated .hero__content [data-order-fade].is-visible {
  opacity: 1;
  transform: translateY(0) !important;
}
.hero-animated .hero__content h1 {
  font-weight: 600;
  line-height: 1.311;
  margin-bottom: 2.8rem;
  letter-spacing: -0.03em;
  padding-left: 0.7rem;
  text-align: center;
}
@media (max-width: 991px) {
  .hero-animated .hero__content h1 {
    font-size: 3.8rem;
    line-height: 1.04;
    margin-bottom: 2.5rem;
    text-align: left;
    margin-left: -0.6rem;
    padding-left: 0;
    letter-spacing: -0.015em;
  }
}
.hero-animated .hero__content h1 span + span {
  margin-left: 2px;
}
.hero-animated .hero__content h1 span:last-child {
  margin-left: -5.9rem;
}
@media (max-width: 991px) {
  .hero-animated .hero__content h1 span:last-child {
    margin-left: 5.9rem;
  }
}
.hero-animated .hero__content h1:last-child {
  margin-bottom: 0;
}
.hero-animated .hero__content .hero__subtitle {
  font-size: 4.9rem;
  line-height: 1.204;
  font-style: italic;
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0.4rem;
  letter-spacing: -0.019em;
  text-align: center;
  display: block;
}
@media (max-width: 991px) {
  .hero-animated .hero__content .hero__subtitle {
    font-size: 4.2rem;
    line-height: 0.72;
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 0.7rem;
  }
}
.hero-animated .hero__content .hero__subtitle:last-child {
  margin-bottom: 0;
}
.hero-animated .hero__image.hero__image--1 {
  position: absolute;
  top: -5%;
  right: 0;
  width: max(84.330161vw, 131.4vh);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-animated .hero__image.hero__image--1 {
    width: 84.330161vw;
  }
}
@media (max-width: 767px) {
  .hero-animated .hero__image.hero__image--1 {
    width: 151.074vw;
    top: 0;
    right: -10vw;
  }
}
.hero-animated .hero__image.hero__image--1 > img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  min-width: 100%;
  min-height: calc(100vh + 5%);
  object-fit: cover;
  object-position: left center;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .hero-animated .hero__image.hero__image--1 > img {
    min-height: unset;
  }
}
.hero-animated .hero__image.hero__image--2 {
  position: absolute;
  top: 50%;
  right: 54%;
  width: max(33.94143vw, 50vh);
  border-radius: 50%;
  aspect-ratio: 1/1;
  opacity: 0;
}
@media (max-width: 991px) {
  .hero-animated .hero__image.hero__image--2 {
    width: 33.94143vw;
  }
}
@media (max-width: 767px) {
  .hero-animated .hero__image.hero__image--2 {
    top: 0;
    right: 0;
    width: 133vw;
  }
}
.hero-animated .hero__image.hero__image--2 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.hero-animated .hero__image.hero__image--3 {
  position: absolute;
  top: 57%;
  right: 0;
  width: max(66.47071vw, 113vh);
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-animated .hero__image.hero__image--3 {
    width: 66.47071vw;
  }
}
@media (max-width: 767px) {
  .hero-animated .hero__image.hero__image--3 {
    width: 132.9466vw;
    top: 0;
    opacity: 0;
  }
}
.hero-animated .hero__image.hero__image--3 > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  min-width: 114.06843%;
  min-height: calc(100vh + 5%);
  aspect-ratio: 1/1;
  object-fit: cover;
  transform: translateX(-50%);
  object-position: center center;
}
@media (max-width: 991px) {
  .hero-animated .hero__image.hero__image--3 > img {
    min-height: unset;
    aspect-ratio: unset;
    min-width: unset;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) !important;
  }
}
.hero-animated .hero__image.hero__image--4 {
  position: absolute;
  top: -5%;
  right: 0;
  width: max(84.330161vw, 131.4vh);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-animated .hero__image.hero__image--4 {
    width: 84.330161vw;
  }
}
@media (max-width: 767px) {
  .hero-animated .hero__image.hero__image--4 {
    width: 151.074vw;
    top: 0;
    right: -10vw;
    opacity: 0;
  }
}
.hero-animated .hero__image.hero__image--4 > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: calc(100vh + 5%);
  object-fit: cover;
  object-position: left center;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .hero-animated .hero__image.hero__image--4 > img {
    min-height: unset;
  }
}
.hero-animated .hero__image .hero__image-border {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
}
.hero-animated .hero__image .hero__image-border.hero__image-border--outer {
  border-radius: 50%;
  border: 4px solid #F1B256;
  border-right-style: dotted;
  width: 99.5%;
}
@media (max-width: 767px) {
  .hero-animated .hero__image .hero__image-border.hero__image-border--outer {
    transform: translate(-50%, -50%) rotate(-33.8deg);
  }
}
.hero-animated .hero__image .hero__image-border.hero__image-border--outer ~ img {
  width: 90%;
}
.hero-animated .hero__image .hero__image-border.hero__image-border--inner {
  border-radius: 50%;
  border: 4px solid #F1B256;
  width: 88.8%;
}
@media (max-width: 767px) {
  .hero-animated .hero__image .hero__image-border.hero__image-border--inner {
    width: 91.9%;
  }
}
.hero-animated .hero__image .hero__image-border.hero__image-border--inner ~ img {
  width: 81.5%;
}
@media (max-width: 767px) {
  .hero-animated .hero__image .hero__image-border.hero__image-border--inner ~ img {
    width: 84%;
  }
}
.hero-animated .hero__image-decoration.hero__image-decoration--1 {
  position: absolute;
  bottom: 45.4%;
  left: 116%;
  width: max(30.5vw, 46vh);
  aspect-ratio: 0.76758/1;
  transform: translate(-50%, 10%) scale(0.5);
}
@media (max-width: 991px) {
  .hero-animated .hero__image-decoration.hero__image-decoration--1 {
    width: 30.5vw;
  }
}
@media (max-width: 767px) {
  .hero-animated .hero__image-decoration.hero__image-decoration--1 {
    transform: translate(-50%, 10%) scale(1.43, -1.43) rotate(-125deg);
    bottom: 33.6%;
    left: -30.2%;
  }
}
.hero-animated .hero__image-decoration.hero__image-decoration--2 {
  position: absolute;
  top: 94%;
  left: 41%;
  width: max(21.52342vw, 32.4vh);
  aspect-ratio: 0.833341/1;
  transform: translate(-50%, 0);
}
@media (max-width: 991px) {
  .hero-animated .hero__image-decoration.hero__image-decoration--2 {
    width: 21.52342vw;
  }
}
@media (max-width: 767px) {
  .hero-animated .hero__image-decoration.hero__image-decoration--2 {
    width: 56.92342vw;
    top: 28%;
    left: 94.5%;
    aspect-ratio: 0.833341/1;
    transform: translate(0, 0);
  }
}
.hero-animated .hero__image-decoration.hero__image-decoration--3 {
  position: absolute;
  top: max(29vw, 47vh);
  left: 20vw;
  width: max(18.081991vw, 35vh);
  aspect-ratio: 0.873525/1;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-animated .hero__image-decoration.hero__image-decoration--3 {
    width: 18.081881vw;
    top: 29vw;
  }
}
@media (max-width: 767px) {
  .hero-animated .hero__image-decoration.hero__image-decoration--3 {
    width: 57.881881vw;
    top: 6.3%;
    left: 41.7vw;
    transform: rotate(-50.6deg);
    opacity: 0;
  }
}
.hero-animated .hero__image-decoration.hero__image-decoration--3 svg {
  height: 100%;
  width: auto;
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__container {
    display: flex;
    flex-flow: column nowrap;
  }
}
.hero .hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__media {
    position: relative;
    order: 1;
    padding-top: 0;
    margin: 0 -3rem;
    width: auto;
  }
}
@media (max-width: 374px) {
  .hero .hero__media {
    margin: 0 -2rem;
  }
}
.hero .hero__media:after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 80%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__media--alt {
    padding-top: 0;
  }
}
.hero .hero__media-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__media-video {
    position: relative;
  }
  .hero .hero__media-video .plyr__video-embed iframe {
    transform: scale(1) !important;
  }
}
.hero .hero__media-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .homepage .hero .hero__media-slider {
    position: relative;
    order: 1;
    padding-top: 0;
    margin: 0 -3rem;
    width: auto;
  }
}
.hero .hero__background-image {
  width: 100%;
  height: 100%;
}
.hero .hero__background-image picture.lw_image {
  pointer-events: none;
}
.hero .hero__background-image > p {
  display: none;
}
.hero .hero__background-image img {
  position: absolute;
  top: 11%;
  left: 0;
  width: 100%;
  height: 70%;
  object-fit: cover;
  object-position: 50%;
}
body.landing .hero .hero__background-image img {
  top: 0;
  height: 100%;
}
.hero .hero__inner {
  position: relative;
  z-index: 2;
  min-height: 69.4rem;
  display: flex;
  align-items: flex-end;
  padding-bottom: 18.3rem;
}
@media (max-width: 991px) {
  .hero .hero__inner {
    min-height: 50rem;
    padding-bottom: 16rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__inner {
    order: 0;
    background: #034F7D;
    margin: 0 -3rem;
    min-height: auto;
    padding: 4.9rem 3rem 21vw;
  }
}
@media (max-width: 374px) {
  .hero .hero__inner {
    margin: 0 -2rem;
    padding: 4rem 2rem 7rem;
  }
}
.hero .hero__content {
  flex: 1;
  color: #fff;
  margin-left: 6rem;
  position: relative;
}
@media (max-width: 991px) {
  .hero .hero__content {
    margin-left: 0;
  }
}
.hero .hero__content h1 {
  font-size: 5.3rem;
  line-height: 1.11;
  font-weight: 700;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content h1 {
    font-size: 3.8rem;
    line-height: 1.08;
  }
}
.hero .hero__content .hero__subtitle {
  margin-bottom: 0.9rem;
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content .hero__subtitle {
    font-size: 2.2rem;
    margin-bottom: 0.4rem;
  }
}
.hero .hero__content-decoration {
  position: absolute;
  bottom: -19.5rem;
  left: -31.3rem;
  pointer-events: none;
}
.hero .hero__content-decoration .hero-button {
  position: absolute;
  top: 319px;
  left: 450px;
  pointer-events: all;
}
.hero .hero__content-decoration .hero-button .btn {
  background-color: #DEEFF0;
}
@media (max-width: 991px) {
  .hero .hero__content-decoration {
    left: calc(-40vw + 3.3rem);
    width: 100%;
    text-align: right;
  }
  .hero .hero__content-decoration .hero-button {
    top: 64%;
    left: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content-decoration {
    left: calc(-47vw - 2rem);
    bottom: -10.1rem;
  }
  .hero .hero__content-decoration .hero-button {
    top: 64%;
    left: 100%;
  }
}
@media (max-width: 575px) {
  .hero .hero__content-decoration {
    left: -35vw;
    bottom: -15.9vw;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content-decoration > a {
    width: 100%;
  }
  .hero .hero__content-decoration > a.hidden.visible-xs-inline-block {
    display: block !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content-decoration > a img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .hero .hero__content-decoration > a img {
    width: 90%;
  }
}
.hero .hero__content-decoration-arrow {
  position: absolute;
  bottom: 7.5rem;
  right: 4.4rem;
  transition: transform 0.2s;
  animation: arrowBounce 1.2s ease-in-out infinite;
  display: inline-block;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .hero .hero__content-decoration-arrow {
    bottom: 7.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content-decoration-arrow {
    display: none;
  }
}
.hero .hero__content-decoration--size1 {
  bottom: -18.3rem;
  left: -22.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content-decoration--size1 {
    left: calc(-47vw - 2rem);
    bottom: -8.1rem;
  }
}
@media (max-width: 575px) {
  .hero .hero__content-decoration--size1 {
    width: 75.8vw;
    bottom: -18vw;
    left: -39vw;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content-decoration--size1 > a img {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .hero .hero__content-decoration--size1 > a img {
    width: 90%;
  }
}
.hero .hero__content-decoration--size1 .hero__content-decoration-arrow {
  bottom: 3.7rem;
  right: -2.2rem;
}
.hero .hero__caption {
  position: absolute;
  z-index: 3;
  bottom: 2.4rem;
  right: 4.6rem;
}
@media (max-width: 1199px) {
  .hero .hero__caption {
    bottom: 2rem;
    right: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__caption {
    bottom: 1.3rem;
    z-index: 5;
  }
}
@media (max-width: 374px) {
  .hero .hero__caption {
    right: 1rem;
  }
}
.hero .hero__caption--top-right {
  bottom: auto;
  top: 2.1rem;
}
.hero .hero__decoration {
  position: absolute;
  display: inline-block;
  z-index: 2;
}
.hero .hero__decoration--bottom-left {
  z-index: 1;
  bottom: 5.5%;
  left: -6.8%;
}
@media (max-width: 991px) {
  .hero .hero__decoration--bottom-left {
    max-width: 23rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__decoration--bottom-left {
    max-width: 17rem;
    bottom: -1.5rem;
    left: -7.3%;
  }
}
body.hero-media_hidden .hero .hero__decoration--bottom-left {
  display: none;
}
.hero .hero__decoration--bottom-right {
  bottom: -23%;
  right: -10%;
}
@media (max-width: 1199px) {
  .hero .hero__decoration--bottom-right {
    bottom: -43%;
    max-width: 45rem;
  }
}
@media (max-width: 991px) {
  .hero .hero__decoration--bottom-right {
    max-width: 30rem;
    bottom: -15%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__decoration--bottom-right {
    bottom: -9.5%;
    right: -7%;
    max-width: 13.4rem;
  }
}
@keyframes arrowBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}
/*  Hero alt  */
.hero--alt {
  background: #DEEFF0;
}
.hero--alt .hero__media-container {
  padding-top: 43.9%;
  position: relative;
  margin-bottom: -1.5rem;
  /*
  // this was found to cause weird image cropping in production, reported by Shayne + commented out July 15, 2024
  @include breakpoint-down(mobile){
  	padding-top: 69.8%;
  }
  */
}
.hero--alt .hero__inner {
  min-height: 17.2rem;
  padding-bottom: 2.3rem;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .hero--alt .hero__inner {
    padding: 2.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__inner {
    background: none;
    padding: 6.2rem 3rem 3.5rem;
  }
}
.hero--alt .hero__content {
  margin-left: 0;
  color: #00304D;
  max-width: 70.9rem;
  font-size: 2.2rem;
  line-height: 1.45;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__content {
    font-size: 1.8rem;
    line-height: 1.39;
    max-width: none;
    padding-right: 1.3rem;
  }
}
.hero--alt .hero__content h1 {
  font-size: 6rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__content h1 {
    font-size: 3.8rem;
    line-height: 1.08;
    margin-bottom: 2.3rem;
  }
}
.hero--alt .hero__content h1:last-child {
  margin: 0;
}
.hero--alt .hero__content h1 i {
  font-style: normal;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__content h1 i {
    font-style: italic;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
  }
}
.hero--alt .hero__content .hero__subtitle {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__content .hero__subtitle {
    margin-bottom: 0.9rem;
  }
}
.hero--alt .hero__media {
  z-index: 2;
  clip-path: ellipse(75% 47.1% at 67.5% 31.2%);
  left: 50%;
  transform: translateX(-50%);
  height: 150%;
  top: auto;
  bottom: -34%;
}
@media (max-width: 991px) {
  .hero--alt .hero__media {
    clip-path: ellipse(65% 42% at 50% 35%);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__media {
    position: absolute;
    margin: 0;
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
    media-wrapper
\* ------------------------------------------------------------ */
.media {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
}
.media[data-autoplay=false] .plyr--video:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 0.2s;
}
.media[data-autoplay=false] .plyr--video.plyr--playing:after {
  opacity: 0;
}
.media a {
  pointer-events: auto;
}
@media (min-width: 991.02px) {
  .media a:hover img {
    transform: scale(1.1);
  }
}
.media .fluid-width-video-wrapper {
  padding: 0 !important;
  height: 100% !important;
}
.media .media__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media .plyr--video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  transition: transform 0.6s;
  transform: translate(-50%, -50%);
}
.media .plyr--video .plyr,
.media .plyr--video .plyr__video-wrapper {
  height: 100%;
}
.media .plyr--video .plyr--video .plyr__controls {
  display: none !important;
  pointer-events: auto !important;
}
.media .plyr--video .plyr__control.plyr__control--overlaid {
  opacity: 0 !important;
  visibility: hidden !important;
}
.media .plyr--video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.media .plyr--video iframe {
  width: 100vw;
  min-height: 104%;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .media .plyr--video iframe {
    min-height: 100%;
  }
}
.media .plyr--video .plyr--vimeo iframe {
  transform: translate(-50%, -50%);
  min-height: 100%;
}
.media .plyr--video .plyr--vimeo .plyr__video-embed__container {
  display: contents;
}
.media .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  height: 101%;
  padding-bottom: 0;
  transform: translateY(0);
}
.media .plyr ~ picture {
  width: 100%;
  height: 100%;
}
.media .plyr ~ picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
.media .media__play {
  transition: opacity 0.2s;
  display: inline-block;
  background-color: #F1B256;
  color: #fff;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 250;
  padding: 1rem 3.1rem;
  transition: opacity 0.2s;
  text-decoration: none !important;
}
@media (min-width: 991.02px) {
  .media .media__play:hover {
    background: #fff;
    color: #F1B256;
  }
}
div.media-wrapper {
  position: relative;
  --plyr-color-main: #F1B256!important;
}
div.media-wrapper .media {
  width: 100%;
  height: 100%;
}
div.media-wrapper .media__play {
  position: absolute;
  top: calc(50% + 1.8rem);
  left: 50%;
  z-index: 10;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  div.media-wrapper .media__play {
    top: 50%;
  }
}
div.media-wrapper .media__play:hover {
  text-decoration: none;
}
div.media-wrapper .media .plyr--playing:not(.plyr--hide-controls) + .media__play {
  opacity: 0 !important;
  pointer-events: none;
}
div.media-wrapper .plyr--video:not(.plyr--playing) ~ .media__play {
  opacity: 1;
  pointer-events: auto;
}
div.media-wrapper .plyr ~ .media__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
div.media-wrapper .plyr ~ .media__cover picture {
  height: 100%;
  width: 100%;
}
div.media-wrapper .plyr ~ .media__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.media-wrapper .plyr--playing ~ .media__cover {
  opacity: 0;
  pointer-events: none;
}
div.media-wrapper .plyr--playing ~ .media__play {
  opacity: 0;
  pointer-events: none;
}
/* ------------------------------------------------------------ *\
    padding bottom media
\* ------------------------------------------------------------ */
.media-wrapper-pb {
  position: relative;
  padding-bottom: 50.43%;
  width: 100%;
  margin-bottom: 3.2rem;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .media-wrapper-pb {
    padding-bottom: 53.823%;
    margin-bottom: 2.9rem;
  }
}
.media-wrapper-pb .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-wrapper-pb .media .media__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-wrapper-pb .media .media__cover picture {
  height: 100%;
  width: 100%;
}
.media-wrapper-pb .media .media__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-wrapper-pb .media .media {
  aspect-ratio: unset;
  width: 100%;
  height: 100%;
}
.media-wrapper-pb .media iframe {
  height: 112.4% !important;
}
.media-wrapper-pb .media .plyr--vimeo iframe {
  width: 100% !important;
}
.media-wrapper-pb .media .plyr:not(:fullscreen) .plyr__video-embed,
.media-wrapper-pb .media .plyr:not(:fullscreen) .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: unset !important;
}
.media-wrapper-pb .media .plyr__controls {
  transition: unset !important;
}
/* ------------------------------------------------------------ *\
	Media controls
\* ------------------------------------------------------------ */
.media-wrapper--controls {
  padding-bottom: 32px;
}
.media-wrapper--controls .plyr--video {
  pointer-events: auto !important;
}
.media-wrapper--controls .plyr__controls {
  background: #102F4B !important;
  padding: 0 !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.media-wrapper--controls .plyr__tooltip {
  display: none !important;
}
.media-wrapper--controls .plyr__control[aria-label=Play],
.media-wrapper--controls .plyr__control[aria-label=Pause] {
  border-radius: 50% !important;
  background-color: transparent !important;
  border: 1px solid currentColor !important;
  --plyr-control-icon-size: 14px!important;
}
/* ------------------------------------------------------------ *\
	.section-article
\* ------------------------------------------------------------ */
.section-article {
  padding: 20.7rem 0 20.2rem;
  background-color: #102F4B;
  color: #fff;
}
@media (max-width: 1025px) {
  .section-article {
    padding: 12.7rem 0 20.2rem;
  }
}
@media (max-width: 991px) {
  .section-article {
    padding: 8.1rem 0 9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article {
    padding: 5.2rem 0;
  }
}
.section-article .shell {
  max-width: 122.8rem;
}
/* ------------------------------------------------------------ *\
	section spacing
\* -------------------------- ---------------------------------- */
.section-article.section--spacing-1 {
  padding-bottom: 6.83rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article.section--spacing-1 {
    padding-bottom: 4rem;
  }
}
.section-article.section--spacing-2 {
  padding: 22.5rem 0 25.6rem;
}
@media (max-width: 991px) {
  .section-article.section--spacing-2 {
    padding: 7.8rem 0 14rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article.section--spacing-2 {
    padding: 2.6rem 0 9.3rem;
  }
}
@media (max-width: 991px) {
  .section-article.section--spacing-2 .article .article__main {
    padding-top: 7.6rem;
  }
  .section-article.section--spacing-2 .article .article__media {
    max-width: 34.1rem;
    left: -7.4rem;
  }
  .section-article.section--spacing-2 .article .article__aside {
    max-width: 48%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article.section--spacing-2 .article .article__aside {
    max-width: unset;
    margin-bottom: 13.4rem;
  }
  .section-article.section--spacing-2 .article .article__main {
    padding-top: 1.4rem;
  }
}
.section-article.section--spacing-3 {
  padding: 30.4rem 0 18.9rem;
}
@media (max-width: 991px) {
  .section-article.section--spacing-3 {
    padding: 0.2rem 0 3rem;
  }
}
.section-article.section-article--sm {
  padding: 4rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article.section-article--sm .article .article__content {
    padding-left: 0;
  }
}
/* ------------------------------------------------------------ *\
	.section-intro
\* ------------------------------------------------------------ */
.section-intro {
  padding: 26.3rem 0 12rem;
  background-color: #102F4B;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.45;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-intro {
    padding: 16.1rem 0 8.8rem;
    font-size: 1.8rem;
    line-height: 1.38;
    position: relative;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro {
    padding: 15.7rem 0 6rem;
  }
}
.section-intro .shell {
  max-width: 119.9rem;
  position: relative;
}
@media (max-width: 991px) {
  .section-intro .shell {
    position: static;
  }
}
.section-intro .section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -4rem;
}
@media (max-width: 1024px) {
  .section-intro .section__inner {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .section-intro .section__inner {
    align-items: unset;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__inner {
    flex-direction: column;
  }
}
.section-intro .section__aside {
  flex: 0 0 30%;
  max-width: 30%;
  text-align: right;
}
@media (max-width: 991px) {
  .section-intro .section__aside {
    flex: 1;
    max-width: unset;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__aside {
    order: -1;
    max-width: 45rem;
    margin-left: auto;
    flex: unset;
    margin-bottom: 2.5rem;
  }
}
.section-intro .section__aside picture {
  position: relative;
  top: -1.8rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-intro .section__aside picture {
    max-width: 20.4rem;
    top: -3.2rem;
    left: -0.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__aside picture {
    max-width: 49.8vw;
  }
}
.section-intro .section__main {
  flex: 0 0 61%;
  max-width: 61%;
  padding-left: 7.1rem;
}
@media (max-width: 991px) {
  .section-intro .section__main {
    padding-left: 3.8rem;
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__main {
    padding-left: 0;
    max-width: unset;
  }
}
.section-intro h2 {
  font-size: 5.3rem;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.014em;
  margin-bottom: 4.1rem;
}
@media (max-width: 991px) {
  .section-intro h2 {
    font-size: 3.8rem;
    line-height: 1.07;
    margin-bottom: 2.2rem;
    padding-right: 2rem;
  }
}
.section-intro h2 i {
  letter-spacing: 0;
}
.section-intro p {
  margin-bottom: 2.1rem;
}
@media (max-width: 991px) {
  .section-intro p {
    margin-bottom: 3rem;
    line-height: 1.38;
  }
  .section-intro p:last-child {
    margin-bottom: 0;
  }
}
.section-intro p strong {
  font-weight: 600;
}
.section-intro .js-vivus-observed,
.section-intro .js-vivus {
  position: absolute;
  right: 0;
  width: 92rem;
  aspect-ratio: 1/1.0478;
  top: -16.3rem;
  z-index: 1;
}
.section-intro .section__decoration {
  display: none;
  position: absolute;
  top: -12.6rem;
  right: 1.5rem;
  width: 49.9rem;
  aspect-ratio: 1/1.1143504047;
  transform: rotate(9deg);
}
@media (max-width: 991px) {
  .section-intro .section__decoration {
    display: block;
    width: 40vw;
    top: -2.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__decoration {
    width: 49.9rem;
    top: -12.6rem;
  }
}
.section-intro .section__decoration:after {
  position: absolute;
  bottom: 5.7rem;
  left: 0;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(90deg, #102F4B 0%, rgba(0, 212, 255, 0) 100%);
  content: "";
  z-index: 1;
}
@media (max-width: 991px) {
  .section-intro .section__decoration:after {
    bottom: 2.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__decoration:after {
    width: 12rem;
    bottom: 5.7rem;
  }
}
.section-intro .section__decoration .js-vivus,
.section-intro .section__decoration .js-vivus-observed {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
}
/* ------------------------------------------------------------ *\
	.section-stats
\* ------------------------------------------------------------ */
.section-stats {
  padding: 5rem 0 12rem;
  background-color: #102F4B;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-stats {
    padding: 28rem 0 6rem;
    position: relative;
  }
}
.section-stats .shell > .box-stats {
  margin: 0 auto 8.1rem;
}
@media (max-width: 991px) {
  .section-stats .shell > .box-stats {
    margin-bottom: 4.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-stats .shell > .box-stats {
    margin-bottom: 6rem;
  }
}
.section-stats .section__decoration {
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: 20.1rem;
  aspect-ratio: 0.8876/1;
  z-index: 0;
}
.section-stats .section__decoration:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15rem;
  height: 8rem;
  background: linear-gradient(90deg, rgba(0, 212, 255, 0) 0%, #102F4B 100%);
  content: "";
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 13.4rem;
}
.wrapper.wrapper--clear {
  padding-top: 0;
}
@media (max-width: 991px) {
  .wrapper {
    padding-top: 8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wrapper {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}