@charset "UTF-8";
/*
Theme Name: CGL
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
.clear {
  clear: both;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
div {
  position: relative;
  box-sizing: border-box;
}
/* ##### COLORS ##### */
/* ##### FONTS ##### */
/* ##### SCREEN SIZES ##### */
/* ##### UTILITY VARIABLES ##### */
/* ##### DEFAULT TEXT STYLES ##### */
h1 {
  font-size: 64px;
  font-weight: 400;
  font-family: "Lora", serif;
  line-height: 115%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1105px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 40px;
  font-weight: 400;
  font-family: "Lora", serif;
  line-height: 125%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1105px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 32px;
  font-weight: 400;
  font-family: "Mukta", sans-serif;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1105px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Mukta", sans-serif;
  line-height: 1.25em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1105px) {
  h4 {
    font-size: 24px;
    line-height: 1.1em;
  }
}
h5 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Mukta", sans-serif;
  line-height: 1.25em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1105px) {
  h5 {
    font-size: 22px;
    line-height: 1.1em;
  }
}
h6 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Mukta", sans-serif;
  line-height: 1.25em;
}
@media only screen and (max-width: 1105px) {
  h6 {
    font-size: 18px;
    line-height: 1.1em;
  }
}
em {
  font-style: italic;
}
* {
  box-sizing: border-box;
}
/* #####LIST STYLES ##### */
/* #####OOOOOOLLLLLDDDDDDDD THROW AWAY LATER ##### */
/* This file contains reasonable resets, basic page styles, and reusable/utility  classes that are used in many places throughout the site */
*:focus {
  outline: none;
}
body {
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #25282C;
}
@media only screen and (max-width: 650px) {
  body {
    font-size: 16px;
  }
}
body.fixed-position {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #25282C;
}
a:hover {
  color: #b22319;
}
p {
  line-height: 125%;
  margin: 0 0 1em 0;
  letter-spacing: 0.25px;
}
@media only screen and (max-width: 650px) {
  p {
    font-weight: 300;
  }
}
p a {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
div.alignleft, img.alignleft {
  display: block;
}
@media only screen and (min-width: 900px) {
  div.alignleft, img.alignleft {
    float: left;
    margin: 0 25px 25px 0;
  }
}
@media only screen and (max-width: 650px) {
  div.alignleft, img.alignleft {
    width: 100%;
  }
}
div.alignright, img.alignright {
  display: block;
}
@media only screen and (min-width: 900px) {
  div.alignright, img.alignright {
    float: right;
    margin: 0 0 25px 25px;
  }
}
strong {
  font-weight: 700;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
#page {
  background: #fff;
  z-index: 2;
  padding-bottom: 158px;
  /*overflow: hidden; */
}
@media only screen and (max-width: 650px) {
  #page {
    /*padding-top:60px;*/
  }
}
@media only screen and (max-width: 450px) {
  #page {
    margin-bottom: 0 !important;
  }
}
#page::after {
  content: "";
  position: absolute;
  bottom: 0;
  /*bottom: -161px;*/
  width: 100%;
  height: 158px;
  background: url(images/footer-dot-patternv2.png);
  z-index: 1;
}
@media only screen and (max-width: 650px) {
  #page::after {
    z-index: 2;
  }
}
#page.nomargin {
  padding-bottom: 0;
}
#page.nomargin .insight-footer-spacer, #page.nomargin .podcast-footer-spacer {
  height: 0;
}
body.home {
  background: #EBF3F8;
}
body.home #page {
  background: transparent;
  z-index: 3;
  padding-top: 0;
}
/* Add some top padding and a border for interior pages that need to accomodate the fixed header */
body.page-template-page-flex-modules .siteheader, body.page-template-page-news-overview .siteheader, body.single-news .siteheader, body.page-template-page-work-overview .siteheader, body.single-projects .siteheader, body.page-template-page-find-a-representative .siteheader, body.error404 .siteheader {
  /*border-bottom:1px solid #C6C8CA;*/
}
body.page-template-page-flex-modules #content, body.page-template-page-news-overview #content, body.single-news #content, body.page-template-page-work-overview #content, body.single-projects #content, body.page-template-page-find-a-representative #content, body.error404 #content {
  /*padding-top: 108px;*/
}
@media only screen and (max-width: 1105px) {
  body.page-template-page-flex-modules #content, body.page-template-page-news-overview #content, body.single-news #content, body.page-template-page-work-overview #content, body.single-projects #content, body.page-template-page-find-a-representative #content, body.error404 #content {
    /*padding-top:80px;*/
  }
}
#content {
  overflow-x: clip;
}
.flex {
  display: flex;
}
.flexwrap {
  flex-wrap: wrap;
}
.flexcenter {
  align-items: center;
}
.flexsplit {
  justify-content: space-between;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1355px) {
  .container {
    margin: 0 32px;
  }
}
.container-right {
  margin: 0 0 0 calc(50vw - 640px);
}
@media only screen and (max-width: 1355px) {
  .container-right {
    margin: 0 32px;
  }
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.button {
  display: inline-block;
  font-family: "Mukta", sans-serif;
  color: #25282C;
  background: #F3D5A6;
  padding: 7px 10px;
  border: 1px solid #25282C;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.button svg {
  vertical-align: top;
  margin-left: 8px;
}
.button svg path {
  stroke: #25282C;
}
.button span {
  position: relative;
  z-index: 3;
}
.button:hover {
  background: #F6A941;
  border-color: #F6A941;
  color: #25282C;
}
.button:hover svg path {
  stroke-width: 2px;
}
.button.transparent {
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
}
.button.transparent:hover {
  color: #25282C;
}
.module {
  padding: 30px 0;
}
/* Responsively embed videos */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.back-to-top {
  position: fixed;
  right: 17px;
  bottom: 20px;
  z-index: 100;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #25282C;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.back-to-top svg {
  display: block;
  margin-bottom: 4px;
  transform: rotate(-90deg);
}
.floating-join-us {
  position: fixed;
  right: 0;
  bottom: 20px;
  padding: 10px 20px;
  background: #b22319;
  color: #ffffff;
  z-index: 100;
  font-size: 16px;
  font-weight: 300;
}
.floating-join-us .close {
  float: right;
}
.floating-join-us h3 {
  font-size: 21px;
  font-weight: 700;
}
.white-footer-spacer {
  height: 180px;
  background: #ffffff;
}
body.page-template-page-home header {
  background: transparent;
}
.home-hero {
  aspect-ratio: 1.8997361478;
  overflow: hidden;
  z-index: 801;
  background: #ffffff;
  min-height: 500px;
}
@media only screen and (max-width: 900px) {
  .home-hero {
    aspect-ratio: none;
    height: 100vh;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero {
    height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 450px) {
  .home-hero {
    /*height: calc(100vh - 60px - 100px);*/
  }
}
.home-hero .backgrounds {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-hero .backgrounds > div {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.home-hero .backgrounds > div img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .backgrounds > div .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 90, 115, 0.8);
}
.home-hero .backgrounds > div:first-child {
  display: block;
}
.home-hero .blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #EDEDED 0%, rgba(237, 237, 237, 0.8) 100%);
  /*background:$color-light-blue;*/
  clip-path: polygon(49.5vw 0%, 100% 50%, 49.5vw 100%, 0 100%, 0 0);
  height: 100%;
  width: 75%;
}
@media only screen and (max-width: 900px) {
  .home-hero .blue-overlay {
    clip-path: polygon(30% 0%, 100% 50%, 30% 100%, 0 100%, 0 0);
    width: 80vw;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .blue-overlay {
    clip-path: polygon(100% 0%, 100% 50%, -15% 100%, 0 100%, 0 0);
    width: 100vw;
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .blue-overlay {
    /*clip-path: polygon(-15% 0%, 100% 50%, -15% 100%, 0 100%, 0 0);
			width: 85vw;*/
  }
}
.home-hero .blue-overlay.blue {
  background: #C4DCF2;
}
.home-hero .two-column {
  height: 100%;
  align-items: stretch;
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column {
    flex-wrap: wrap;
  }
}
.home-hero .two-column .message {
  flex-basis: 50%;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .home-hero .two-column .message {
    flex-basis: 43vw;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message {
    /*flex-basis:49vw;*/
    flex-basis: 100%;
    height: 50vh;
    align-items: flex-start;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .message {
    /*flex-basis:53vw;*/
  }
}
.home-hero .two-column .message .message-inner {
  padding-left: calc(50vw - 640px);
  flex: 1;
}
.home-hero .two-column .message .message-inner .messages {
  display: none;
  position: absolute;
  transform: translateY(-50%);
  max-width: 680px;
}
@media only screen and (max-width: 1355px) {
  .home-hero .two-column .message .message-inner .messages {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages {
    max-width: calc(100vw - 20px);
    transform: unset;
    /*position:relative;*/
  }
}
.home-hero .two-column .message .message-inner .messages .label {
  font-size: 24px;
  font-weight: 800;
  color: #b22319;
  text-transform: uppercase;
}
@media only screen and (max-width: 1105px) {
  .home-hero .two-column .message .message-inner .messages .label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages .label {
    font-size: 12px;
  }
}
.home-hero .two-column .message .message-inner .messages h1 {
  font-size: 42px;
  margin-bottom: 40px;
  line-height: 125%;
}
@media only screen and (max-width: 1105px) {
  .home-hero .two-column .message .message-inner .messages h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .message .message-inner .messages h1 {
    /*font-size:18px;*/
  }
}
.home-hero .two-column .message .message-inner .messages h1 span {
  font-family: "Mukta", sans-serif;
  font-size: 72px;
  font-weight: 800;
  color: #b22319;
  text-transform: uppercase;
}
@media only screen and (max-width: 1105px) {
  .home-hero .two-column .message .message-inner .messages h1 span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages h1 span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .message .message-inner .messages h1 span {
    font-size: 36px;
  }
}
.home-hero .two-column .message .message-inner .messages p {
  font-size: 18px;
  font-family: "Lora", serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1105px) {
  .home-hero .two-column .message .message-inner .messages p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .message .message-inner .messages p {
    /*display:none;*/
  }
}
.home-hero .two-column .message .message-inner .messages .featured-project {
  gap: 20px;
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages .featured-project {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.home-hero .two-column .message .message-inner .messages .featured-project .image {
  flex-basis: 210px;
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages .featured-project .image {
    flex-basis: 100%;
  }
}
.home-hero .two-column .message .message-inner .messages .featured-project .image img {
  height: 115px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages .featured-project .image img {
    width: 100%;
    height: 115px;
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .message .message-inner .messages .featured-project .image img {
    /*width:120px;*/
  }
}
.home-hero .two-column .message .message-inner .messages .featured-project .text {
  flex: 1;
  font-size: 24px;
  font-family: "Lora", serif;
  line-height: 125%;
  color: #415A73;
}
@media only screen and (max-width: 1105px) {
  .home-hero .two-column .message .message-inner .messages .featured-project .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages .featured-project .text {
    font-size: 14px;
  }
}
.home-hero .two-column .message .message-inner .messages .featured-project .text a {
  font-family: "Mukta", sans-serif;
  font-weight: 800;
  color: #415A73;
}
.home-hero .two-column .message .message-inner .messages .featured-project .text a svg {
  margin-left: 6px;
  height: 17px;
  width: auto;
  vertical-align: middle;
}
.home-hero .two-column .message .message-inner .messages .featured-project .text a svg path {
  stroke: #b22319;
  stroke-width: 2px;
}
.home-hero .two-column .message .message-inner .messages .featured-project .text a:hover {
  color: #b22319;
  text-decoration: underline;
}
.home-hero .two-column .message .message-inner .messages .stats {
  gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages .stats {
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.home-hero .two-column .message .message-inner .messages .stats .stat {
  max-width: 151px;
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages .stats .stat {
    max-width: calc(50% -10px);
  }
}
.home-hero .two-column .message .message-inner .messages .stats .stat .stat-number {
  font-family: "Lora", serif;
  font-size: 64px;
  font-weight: 700;
  color: #b22319;
}
@media only screen and (max-width: 1105px) {
  .home-hero .two-column .message .message-inner .messages .stats .stat .stat-number {
    font-size: 48px;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages .stats .stat .stat-number {
    font-size: 64px;
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .message .message-inner .messages .stats .stat .stat-number {
    font-size: 50px;
    /*font-size:20px;*/
  }
}
.home-hero .two-column .message .message-inner .messages .stats .stat .stat-label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #b22319;
}
@media only screen and (max-width: 1105px) {
  .home-hero .two-column .message .message-inner .messages .stats .stat .stat-label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages .stats .stat .stat-label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .message .message-inner .messages .stats .stat .stat-label {
    /*font-size:12px;*/
  }
}
.home-hero .two-column .message .message-inner .messages:first-child {
  display: block;
}
.home-hero .two-column .message .message-inner .messages:first-child h1 {
  font-size: 64px;
  line-height: 100%;
}
@media only screen and (max-width: 1105px) {
  .home-hero .two-column .message .message-inner .messages:first-child h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages:first-child h1 {
    font-size: 36px;
  }
}
.home-hero .two-column .message .message-inner .messages:first-child p {
  font-size: 22px;
}
@media only screen and (max-width: 1105px) {
  .home-hero .two-column .message .message-inner .messages:first-child p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .message .message-inner .messages:first-child p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .message .message-inner .messages:first-child p {
    display: block;
  }
}
.home-hero .two-column .wheel {
  flex-basis: 50%;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .home-hero .two-column .wheel {
    flex-basis: 57vw;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .wheel {
    /*flex-basis:51vw;*/
    flex-basis: 100vw;
    height: 50vh;
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .wheel {
    /*flex-basis:52vw;*/
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .wheel .wheel-inner {
    flex: 1;
    height: 50vh;
  }
}
.home-hero .two-column .wheel .wheel-inner .outer-circle {
  width: 375px;
  height: 375px;
  border-radius: 375px;
  background: rgba(196, 220, 242, 0.8);
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1105px) {
  .home-hero .two-column .wheel .wheel-inner .outer-circle {
    width: 325px;
    height: 325px;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .wheel .wheel-inner .outer-circle {
    /*width:200px;
						height:200px;*/
    width: 100vw;
    height: auto;
    aspect-ratio: 1;
    position: absolute;
    bottom: -25vw;
    left: -35vw;
    display: flex;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .wheel .wheel-inner .outer-circle {
    /*width:150px;
						height:150px;*/
    bottom: -15vw;
  }
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .inner-circle {
  width: 223.583px;
  height: 223.583px;
  border-radius: 50%;
  background: #C4DCF2;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #b22319;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 90%;
  text-align: center;
}
@media only screen and (max-width: 1105px) {
  .home-hero .two-column .wheel .wheel-inner .outer-circle .inner-circle {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .wheel .wheel-inner .outer-circle .inner-circle {
    width: 60vw;
    height: 60vw;
    font-size: 28px;
    transform: rotate(-90deg);
    text-align: left;
    justify-content: flex-end;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .wheel .wheel-inner .outer-circle .inner-circle {
    /*width: 80px;
							height: 80px;
							font-size:14px;*/
  }
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .inner-circle span {
  font-family: "Lora", serif;
  font-size: 48px;
  font-weight: 400;
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .wheel .wheel-inner .outer-circle .inner-circle span {
    font-size: 32px;
  }
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s linear;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial.spinning {
  transition: all 5.8s linear;
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice {
  z-index: 150;
  position: absolute;
  top: calc(50% - 84.1498032188px);
  height: 168.2996064375px;
  right: 50%;
  width: 50%;
  color: white;
  text-align: left;
  padding-left: 0px;
  align-items: center;
  transform-origin: right center;
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice svg {
  height: 45px;
  max-width: 60px;
  transform: translateX(14%);
  opacity: 0.5;
}
@media only screen and (max-width: 1105px) {
  .home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice svg {
    max-width: 40px;
    transform: translateX(29%);
  }
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice svg {
    max-width: 50px;
    transform: translateX(29%) rotate(-90deg);
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice svg {
    /*max-width:20px;
									transform: translateX(36%);*/
  }
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice svg path {
  transition: fill 0.4s ease-in;
  transition-delay: 0.7s;
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice:nth-child(1) {
  transform: rotate(0deg);
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice:nth-child(1) svg {
  height: 30px;
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice:nth-child(2) {
  transform: rotate(51.43deg);
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice:nth-child(3) {
  transform: rotate(102.86deg);
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice:nth-child(4) {
  transform: rotate(154.29deg);
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice:nth-child(5) {
  transform: rotate(205.72deg);
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice:nth-child(6) {
  transform: rotate(257.15deg);
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice:nth-child(7) {
  transform: rotate(308.58deg);
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice.active svg {
  opacity: 1;
}
.home-hero .two-column .wheel .wheel-inner .outer-circle .dial .slice.active svg path {
  fill: #b22319;
}
.home-hero .two-column .wheel .wheel-inner .controls {
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .wheel .wheel-inner .controls {
    gap: 10px;
    position: absolute;
    right: 20px;
    width: 30px;
    flex-wrap: wrap;
    bottom: 20vw;
  }
}
@media only screen and (max-width: 450px) {
  .home-hero .two-column .wheel .wheel-inner .controls {
    bottom: 28vw;
  }
}
.home-hero .two-column .wheel .wheel-inner .controls > div {
  width: 30px;
  height: 30px;
  background: #C4DCF2;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .wheel .wheel-inner .controls > div {
    transform: scale(0.9);
    order: 1;
  }
}
.home-hero .two-column .wheel .wheel-inner .controls > div.back svg {
  transform: rotate(180deg);
}
.home-hero .two-column .wheel .wheel-inner .controls > div.play-pause {
  padding-top: 4px;
  padding-right: 2px;
}
@media only screen and (max-width: 650px) {
  .home-hero .two-column .wheel .wheel-inner .controls > div.play-pause {
    order: 0;
  }
}
.home-hero .two-column .wheel .wheel-inner .controls > div.play-pause .play {
  display: block;
  margin-left: 4px;
}
.home-hero .two-column .wheel .wheel-inner .controls > div.play-pause .pause {
  display: none;
}
.home-hero .two-column .wheel .wheel-inner .controls > div.play-pause.playing .play {
  display: none;
}
.home-hero .two-column .wheel .wheel-inner .controls > div.play-pause.playing .pause {
  display: block;
}
.home-hero .two-column .wheel .wheel-inner .controls > div:hover {
  background: #b22319;
}
.home-hero .two-column .wheel .wheel-inner .controls > div:hover.back svg path, .home-hero .two-column .wheel .wheel-inner .controls > div:hover.back svg line, .home-hero .two-column .wheel .wheel-inner .controls > div:hover.forward svg path, .home-hero .two-column .wheel .wheel-inner .controls > div:hover.forward svg line, .home-hero .two-column .wheel .wheel-inner .controls > div:hover.play-pause .pause svg path, .home-hero .two-column .wheel .wheel-inner .controls > div:hover.play-pause .pause svg line {
  stroke: #ffffff;
}
.home-hero .two-column .wheel .wheel-inner .controls > div:hover.play-pause .play svg path {
  fill: #ffffff;
}
@keyframes spinning {
  100% {
    transform: rotate(360deg);
  }
}
/* Text and angled photo css is in a partial */
.home-pushers {
  padding: 75px 0;
}
@media only screen and (max-width: 900px) {
  .home-pushers {
    padding: 30px 0;
  }
}
.home-pushers .container.flex {
  gap: 21px;
}
@media only screen and (max-width: 1105px) {
  .home-pushers .container.flex {
    flex-wrap: wrap;
  }
}
.home-pushers .container.flex .left {
  overflow: hidden;
  flex-basis: 670px;
  height: 440px;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 1105px) {
  .home-pushers .container.flex .left {
    flex-basis: 440px;
    height: 350px;
  }
}
@media only screen and (max-width: 900px) {
  .home-pushers .container.flex .left {
    flex-basis: 100%;
  }
}
.home-pushers .container.flex .left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.home-pushers .container.flex .left .triangle {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(196, 220, 242, 0.9);
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(100% 0%, 100% 0%, 0% 0%, 0px 100%, 100% 0px);
}
.home-pushers .container.flex .left h3 {
  position: relative;
  font-size: 32px;
  color: #415A73;
  z-index: 2;
  margin-top: 22px;
  margin-left: 32px;
}
@media only screen and (max-width: 1105px) {
  .home-pushers .container.flex .left h3 {
    font-size: 28px;
  }
}
.home-pushers .container.flex .left .hidden-box {
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(196, 220, 242, 0.9);
  transition: bottom 0.3s;
  z-index: 1;
  font-size: 20px;
  font-family: "Lora", serif;
  padding: 82px 40px 27px 31px;
}
@media only screen and (max-width: 1105px) {
  .home-pushers .container.flex .left .hidden-box {
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  .home-pushers .container.flex .left .hidden-box {
    padding: 62px 40px 27px 31px;
    font-size: 14px;
    bottom: 0;
  }
}
.home-pushers .container.flex .left .hidden-box a.button {
  position: absolute;
  bottom: 22px;
  left: 31px;
}
.home-pushers .container.flex .left:hover .hidden-box {
  bottom: 0;
}
.home-pushers .container.flex .right {
  flex: 1;
  z-index: 2;
}
.home-pushers .container.flex .right .right-pusher {
  gap: 15px;
  margin-bottom: 21px;
  cursor: pointer;
}
@media only screen and (max-width: 650px) {
  .home-pushers .container.flex .right .right-pusher {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 650px) {
  .home-pushers .container.flex .right .right-pusher {
    background: #C4DCF2;
  }
}
.home-pushers .container.flex .right .right-pusher .right-pusher-image {
  flex-basis: 210px;
  height: 210px;
}
@media only screen and (max-width: 1105px) {
  .home-pushers .container.flex .right .right-pusher .right-pusher-image {
    flex-basis: 165px;
    height: 165px;
  }
}
@media only screen and (max-width: 650px) {
  .home-pushers .container.flex .right .right-pusher .right-pusher-image {
    flex: 100%;
  }
}
.home-pushers .container.flex .right .right-pusher .right-pusher-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-pushers .container.flex .right .right-pusher .right-pusher-text {
  padding: 10px 0;
  flex: 1;
}
@media only screen and (max-width: 650px) {
  .home-pushers .container.flex .right .right-pusher .right-pusher-text {
    padding: 10px 10px 40px 10px;
  }
}
.home-pushers .container.flex .right .right-pusher .right-pusher-text .label {
  font-size: 16px;
  font-weight: 600;
  color: #b22319;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1105px) {
  .home-pushers .container.flex .right .right-pusher .right-pusher-text .label {
    font-size: 14px;
  }
}
.home-pushers .container.flex .right .right-pusher .right-pusher-text h5 {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 1105px) {
  .home-pushers .container.flex .right .right-pusher .right-pusher-text h5 {
    font-size: 20px;
  }
}
.home-pushers .container.flex .right .right-pusher .right-pusher-text a.button {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media only screen and (max-width: 650px) {
  .home-pushers .container.flex .right .right-pusher .right-pusher-text a.button {
    left: 10px;
    display: block;
  }
}
.home-pushers .container.flex .right .right-pusher:hover {
  background: #C4DCF2;
}
.home-pushers .container.flex .right .right-pusher:hover .right-pusher-text a.button {
  display: block;
}
.our-team-intro {
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .our-team-intro {
    padding: 30px 0;
  }
}
.our-team-intro .narrow-content {
  max-width: 800px;
}
.our-team-intro .narrow-content h2 {
  margin-bottom: 20px;
}
.our-team-intro .narrow-content .larger-text {
  font-size: 20px;
  font-family: "Lora", serif;
  font-weight: 500;
}
.our-team-intro .narrow-content .larger-text strong {
  font-family: "Mukta", sans-serif;
  font-size: 22px;
  color: #b22319;
  text-transform: uppercase;
}
.team-filter-bar .flex {
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 1105px) {
  .team-filter-bar .flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .team-filter-bar .flex {
    flex-wrap: wrap;
  }
}
.team-filter-bar .flex .label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.team-filter-bar .flex .filter {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  .team-filter-bar .flex .filter {
    flex-basis: 100%;
  }
}
.team-filter-bar .flex .filter .facetwp-facet {
  margin-bottom: 0;
  /* Style the hover and 'checked' states */
}
.team-filter-bar .flex .filter .facetwp-facet .facetwp-radio {
  background: none;
  display: inline-block;
  line-height: 1em;
  padding: 7px 8px;
  margin: 0 8px 8px 0;
  border: 1px solid #25282C;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.team-filter-bar .flex .filter .facetwp-facet .facetwp-radio .facetwp-counter {
  display: none;
}
.team-filter-bar .flex .filter .facetwp-facet .facetwp-radio:hover, .team-filter-bar .flex .filter .facetwp-facet .facetwp-radio.checked {
  background-image: none;
  background-color: #F6A941;
  border-color: #25282C;
  color: #25282C;
}
.team-filter-bar .flex .filter .reset {
  display: inline-block;
  line-height: 1em;
  padding: 7px 8px;
  margin: 0 8px 8px 0;
  background: #25282C;
  border: 1px solid #25282C;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}
.team-filter-bar .flex .filter.search {
  flex: unset;
  flex-basis: 300px;
}
.team-filter-bar .flex .filter.search .facetwp-icon {
  background: rgba(246, 169, 65, 0.5);
  opacity: 1;
  padding: 0 5px;
}
.team-filter-bar .flex .filter.search .facetwp-icon:hover {
  background: #F6A941;
}
.team-filter-bar .flex .filter.search .facetwp-icon::before {
  background: url("images/icon-search-dark.svg") no-repeat;
  background-position: center;
  width: 23px;
  height: 23px;
  top: 5px;
  position: relative;
}
.team-filter-bar .flex .filter.search input.facetwp-search {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  width: 300px;
}
#team_grid {
  margin-bottom: 40px;
  margin-top: 60px;
}
#team_grid .facetwp-template {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
#team_grid .team-member {
  flex-basis: calc(20% - 16px);
  display: block;
  color: #25282C;
  position: relative;
}
#team_grid .team-member .photo {
  background-color: #6EA6C6;
  background-image: url(images/bio-photo-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
#team_grid .team-member .photo img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 650px) {
  #team_grid .team-member .photo img {
    max-height: 320px;
  }
}
@media only screen and (max-width: 450px) {
  #team_grid .team-member .photo img {
    height: 120vw;
    max-height: 400px;
  }
}
#team_grid .team-member .photo .overlay {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(246, 169, 65, 0.8);
  justify-content: center;
  align-items: center;
}
#team_grid .team-member .photo .overlay .read-more {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#team_grid .team-member .photo .overlay .read-more:hover {
  text-decoration: underline;
}
#team_grid .team-member .photo .overlay .read-more svg {
  height: 11px;
  vertical-align: middle;
  margin-left: 5px;
}
#team_grid .team-member .photo .overlay .read-more svg path {
  stroke: #25282C;
}
#team_grid .team-member .name-title {
  padding: 20px 0 0 0;
  background: #ffffff;
  transition: padding 0.4s, background 0.4s;
}
#team_grid .team-member .name-title h3 {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
#team_grid .team-member .name-title .title {
  font-size: 14px;
  line-height: 128%;
  letter-spacing: 2px;
  color: #25282C;
  text-transform: uppercase;
}
#team_grid .team-member:hover .photo img {
  filter: grayscale(100%);
}
#team_grid .team-member:hover .photo .overlay {
  display: flex;
}
@media only screen and (max-width: 1105px) {
  #team_grid .team-member {
    flex-basis: calc(25% - 23px);
  }
}
@media only screen and (max-width: 900px) {
  #team_grid .team-member {
    flex-basis: calc(33.33% - 20px);
  }
}
@media only screen and (max-width: 650px) {
  #team_grid .team-member {
    flex-basis: calc(50% - 15px);
  }
}
@media only screen and (max-width: 450px) {
  #team_grid .team-member {
    flex-basis: 100%;
  }
}
.loadmoretrigger {
  text-align: center;
  /*margin-bottom: 160px;*/
}
.loadmoretrigger button {
  display: inline-block;
  font-family: "Mukta", sans-serif;
  color: #25282C;
  background: #F3D5A6;
  padding: 7px 10px;
  border: 1px solid #25282C;
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.loadmoretrigger button:hover {
  background: #F6A941;
  border-color: #F6A941;
  color: #25282C;
}
body.single-team_member #page {
  padding-top: 0;
}
body.single-team_member #page::after {
  display: none;
}
body.single-team_member footer {
  display: none;
}
body.single-team_member #page .page-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 158px;
  background: url(images/footer-dot-patternv2.png);
  background-repeat: repeat-x;
  transform: scaleY(-1);
}
body.single-team_member #page .close-page {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}
body.single-team_member #page .close-page svg {
  width: 35px;
  height: 35px;
}
body.single-team_member #page .close-page svg path {
  stroke: #415A73;
}
body.single-team_member .team-member {
  padding: 80px 0 0 0;
}
body.single-team_member .team-member .sidebar {
  position: absolute;
  width: 324px;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1355px) {
  body.single-team_member .team-member .container {
    gap: 40px;
  }
}
@media only screen and (max-width: 900px) {
  body.single-team_member .team-member .container {
    flex-wrap: wrap;
    gap: 0;
  }
}
body.single-team_member .team-member .container .bio-header.flex {
  gap: 40px;
  margin-bottom: 60px;
  align-items: flex-end;
}
@media only screen and (max-width: 1355px) {
  body.single-team_member .team-member .container .bio-header.flex {
    padding: 20px;
    gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  body.single-team_member .team-member .container .bio-header.flex {
    order: 2;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
body.single-team_member .team-member .container .bio-header.flex .image {
  flex-basis: 240px;
  background-color: #6EA6C6;
  background-image: url(images/bio-photo-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
body.single-team_member .team-member .container .bio-header.flex .image img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 900px) {
  body.single-team_member .team-member .container .bio-header.flex .image {
    order: 1;
    height: auto;
  }
  body.single-team_member .team-member .container .bio-header.flex .image img {
    max-height: 100vw;
    object-position: top;
  }
}
body.single-team_member .team-member .container .bio-header.flex .title-area {
  flex: 1;
  border-bottom: 2px solid #b22319;
}
@media only screen and (max-width: 900px) {
  body.single-team_member .team-member .container .bio-header.flex .title-area {
    order: 2;
    flex-basis: 100%;
  }
}
body.single-team_member .team-member .container .bio-header.flex .title-area h1 {
  font-size: 40px;
  font-weight: 700;
  color: #25282C;
  margin-bottom: 12px;
}
body.single-team_member .team-member .container .bio-header.flex .title-area h1 span {
  font-size: 40px;
  font-variant: all-small-caps;
}
@media only screen and (max-width: 900px) {
  body.single-team_member .team-member .container .bio-header.flex .title-area h1 span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 650px) {
  body.single-team_member .team-member .container .bio-header.flex .title-area h1 span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 900px) {
  body.single-team_member .team-member .container .bio-header.flex .title-area h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 650px) {
  body.single-team_member .team-member .container .bio-header.flex .title-area h1 {
    font-size: 32px;
  }
}
body.single-team_member .team-member .container .bio-header.flex .title-area .title {
  font-size: 22px;
  font-weight: 500;
  color: #b22319;
}
@media only screen and (max-width: 900px) {
  body.single-team_member .team-member .container .bio-header.flex .title-area .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  body.single-team_member .team-member .container .bio-header.flex .title-area .title {
    font-size: 14px;
  }
}
body.single-team_member .team-member .container .bio-header.flex .title-area .icons {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.single-team_member .team-member .container .bio-header.flex .title-area .icons a {
  display: inline-block;
  margin-right: 10px;
}
body.single-team_member .team-member .container .bio-header.flex .title-area .icons a svg {
  vertical-align: middle;
}
body.single-team_member .team-member .container .bio-header.flex .title-area .icons a:hover svg path {
  fill: #b22319;
}
body.single-team_member .team-member .container .bio {
  margin-bottom: 40px;
  margin-left: 280px;
  max-width: 800px;
}
@media only screen and (max-width: 900px) {
  body.single-team_member .team-member .container .bio {
    margin-top: 20px;
    margin-left: 20px;
  }
}
body.single-team_member .team-member .bio-footer {
  background: #415A73;
  color: #ffffff;
  padding: 40px 0 80px 0;
}
body.single-team_member .team-member .bio-footer .q-and-a {
  margin-left: 280px;
}
@media only screen and (max-width: 900px) {
  body.single-team_member .team-member .bio-footer .q-and-a {
    margin-left: 20px;
  }
}
body.single-team_member .team-member .bio-footer .q-and-a h3 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #F6A941;
  text-transform: uppercase;
}
body.single-team_member .team-member .bio-footer .q-and-a .question {
  margin-bottom: 40px;
  max-width: 800px;
}
body.single-team_member .team-member .bio-footer .q-and-a .question .text {
  flex: 1;
}
body.single-team_member .team-member .bio-footer .q-and-a .question .text h4 {
  font-family: "Lora", serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
}
body.single-team_member .team-member .bio-footer .team-member-pagination {
  margin-left: 280px;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  body.single-team_member .team-member .bio-footer .team-member-pagination {
    margin-left: 0;
  }
}
body.single-team_member .team-member .bio-footer .team-member-pagination .team-member-previous svg {
  transform: rotate(180deg);
  margin-right: 8px;
}
body.page-template-page-podcast-overview .podcast-intro {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-podcast-overview .podcast-intro {
    padding: 48px 0;
  }
}
body.page-template-page-podcast-overview .podcast-intro .gold-triangle {
  position: absolute;
  right: 0;
  top: 0;
  height: 250%;
  aspect-ratio: 0.5;
  background: rgba(246, 169, 65, 0.2);
  clip-path: polygon(100% 0%, 100% 100%, 0% 50%, 0% 50%, 100% 0);
}
@media only screen and (max-width: 650px) {
  body.page-template-page-podcast-overview .podcast-intro .gold-triangle {
    width: 50%;
    height: auto;
  }
}
body.page-template-page-podcast-overview .podcast-intro .container.flex {
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  body.page-template-page-podcast-overview .podcast-intro .container.flex {
    gap: 20px;
  }
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .rotated-eyebrow {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  display: inline-block;
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .rotated-eyebrow h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b22319;
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner {
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner {
    gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner {
    flex-wrap: wrap;
  }
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .text {
  flex: 1;
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .text h2 {
  margin-bottom: 20px;
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host {
  flex-basis: 440px;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host {
    flex-basis: 100%;
  }
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host h3 {
  margin-bottom: 20px;
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host .columns {
  gap: 20px;
  align-items: flex-end;
}
@media only screen and (max-width: 650px) {
  body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host .columns {
    flex-wrap: wrap;
  }
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host .columns .photo {
  flex-basis: 150px;
  background-color: #6EA6C6;
  background-image: url(images/bio-photo-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host .columns .photo img {
  display: block;
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host .columns .host-details {
  flex: 1;
  border-bottom: 2px solid #b22319;
}
@media only screen and (max-width: 650px) {
  body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host .columns .host-details {
    flex-basis: 100%;
  }
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host .columns .host-details h4 {
  font-family: "Lora", serif;
  font-size: 26px;
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host .columns .host-details .title {
  font-size: 20px;
  color: #b22319;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 12px;
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host .columns .host-details .icons {
  margin-bottom: 12px;
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host .columns .host-details .bio-link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host .columns .host-details .bio-link a svg {
  vertical-align: middle;
  margin-left: 10px;
}
body.page-template-page-podcast-overview .podcast-intro .container.flex .podcast-intro-inner .meet-host .columns .host-details .bio-link a:hover {
  color: #25282C;
  text-decoration: underline;
}
body.page-template-page-podcast-overview .episodes h2 {
  margin-bottom: 40px;
}
body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast {
  flex-basis: calc(50% - 10px);
  aspect-ratio: 1.4253393665;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast {
    flex-basis: 100%;
    aspect-ratio: 1.7;
  }
}
@media only screen and (max-width: 650px) {
  body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast {
    aspect-ratio: 1.5;
  }
}
@media only screen and (max-width: 450px) {
  body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast {
    aspect-ratio: 0.8;
  }
}
body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast .episode-info {
  position: absolute;
  z-index: 1;
  font-size: 32px;
  padding: 35px 20px;
  color: #ffffff;
}
@media only screen and (max-width: 1105px) {
  body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast .episode-info {
    font-size: 28px;
  }
}
body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast .episode-info span {
  position: relative;
  z-index: 2;
}
body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast .episode-info:after {
  content: "";
  position: absolute;
  left: -10%;
  top: -125%;
  background: rgba(65, 90, 115, 0.9);
  aspect-ratio: 0.5;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 1;
  width: 125%;
}
body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast .logo {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast .title-area {
  position: absolute;
  z-index: 2;
  width: 100%;
  border-top: 8px solid #b22319;
  padding: 12px 10px;
  background: #ffffff;
  bottom: 0;
}
body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast .title-area h3 {
  font-size: 22px;
  font-weight: 500;
}
body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast .title-area .blurb {
  font-size: 18px;
  line-height: 125%;
  margin-top: 12px;
  margin-bottom: 20px;
  height: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media only screen and (max-width: 1105px) {
  body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast .title-area .blurb {
    font-size: 16px;
  }
}
body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast .title-area .cta {
  max-height: 0px;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}
body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast:hover .title-area .blurb {
  max-height: 500px;
}
body.page-template-page-podcast-overview .episodes #podcasts_grid .facetwp-template .podcast:hover .title-area .cta {
  max-height: 100px;
}
body.single-podcast .podcast-intro {
  padding: 60px 0 40px 0;
}
body.single-podcast .podcast-intro ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
body.single-podcast .podcast-intro ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  body.single-podcast .podcast-intro ul li {
    font-size: 14px;
  }
}
body.single-podcast .podcast-intro ul li strong {
  font-size: 20px;
}
body.single-podcast .podcast-intro ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
body.single-podcast .podcast-intro ol {
  list-style: decimal;
  margin-left: 40px;
  margin-bottom: 1em;
}
body.single-podcast .podcast-intro ol li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  body.single-podcast .podcast-intro ol li {
    font-size: 14px;
  }
}
body.single-podcast .podcast-intro ol li strong {
  font-size: 20px;
}
body.single-podcast .podcast-intro ol li::marker {
  color: #b22319;
  font-size: 20px;
  font-weight: 700;
}
body.single-podcast .podcast-intro ol ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
body.single-podcast .podcast-intro ol ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  body.single-podcast .podcast-intro ol ul li {
    font-size: 14px;
  }
}
body.single-podcast .podcast-intro ol ul li strong {
  font-size: 20px;
}
body.single-podcast .podcast-intro ol ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
@media only screen and (max-width: 900px) {
  body.single-podcast .podcast-intro {
    padding: 30px 0 20px 0;
  }
}
body.single-podcast .podcast-intro .back-button {
  margin-bottom: 20px;
}
body.single-podcast .podcast-intro .back-button svg {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 8px;
}
body.single-podcast .podcast-intro .container.flex {
  gap: 40px;
}
body.single-podcast .podcast-intro .container.flex .episode-details {
  flex: 1;
}
body.single-podcast .podcast-intro .container.flex .episode-details h2 {
  margin-bottom: 20px;
}
body.single-podcast .podcast-intro .container.flex .episode-details .embed {
  margin-top: 20px;
}
body.single-podcast .podcast-intro .container.flex .podcast-overview {
  flex-basis: 440px;
}
body.single-podcast .podcast-intro .container.flex .podcast-overview > div {
  margin-bottom: 40px;
}
body.single-podcast .podcast-intro .container.flex .podcast-overview h6 {
  font-size: 20px;
  font-weight: 700;
  color: #b22319;
}
body.single-podcast .podcast-intro .container.flex .podcast-overview .icons a {
  margin-right: 12px;
}
body.single-podcast .podcast-intro .container.flex .podcast-overview .icons a img {
  height: 32px;
}
body.single-podcast .podcast-intro .container.flex .podcast-overview .share .a2a_kit {
  margin-top: 8px;
  display: block;
}
body.single-podcast .podcast-intro .container.flex .podcast-overview .share .a2a_kit a {
  margin-right: 18px;
}
body.single-podcast .podcast-intro .container.flex .podcast-overview .share .a2a_kit a:hover svg path {
  fill: #b22319;
}
body.single-podcast .podcast-intro .container.flex .podcast-overview .contact svg {
  vertical-align: middle;
  margin-right: 8px;
}
body.single-podcast .podcast-accordions {
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  body.single-podcast .podcast-accordions {
    padding: 20px 0;
  }
}
body.single-podcast .podcast-accordions .accordion .accordion-header {
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #b22319;
  padding: 20px;
  cursor: pointer;
}
body.single-podcast .podcast-accordions .accordion .accordion-header h4 {
  font-size: 22px;
  margin-bottom: 0px;
}
body.single-podcast .podcast-accordions .accordion .accordion-header svg {
  transform: rotate(90deg);
}
body.single-podcast .podcast-accordions .accordion .accordion-header svg path {
  stroke: #25282C;
}
body.single-podcast .podcast-accordions .accordion .accordion-body {
  padding: 40px 20px;
  display: none;
}
@media only screen and (max-width: 900px) {
  body.single-podcast .podcast-accordions .accordion .accordion-body {
    padding: 20px;
  }
}
body.single-podcast .podcast-accordions .accordion .accordion-body .guest {
  gap: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  body.single-podcast .podcast-accordions .accordion .accordion-body .guest {
    gap: 30px;
  }
}
@media only screen and (max-width: 650px) {
  body.single-podcast .podcast-accordions .accordion .accordion-body .guest {
    gap: 20px;
  }
}
body.single-podcast .podcast-accordions .accordion .accordion-body .guest .guest-photo {
  flex-basis: 240px;
}
body.single-podcast .podcast-accordions .accordion .accordion-body .guest .guest-info {
  flex: 1;
}
body.single-podcast .podcast-accordions .accordion .accordion-body .guest .guest-info h3 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 12px;
}
body.single-podcast .podcast-accordions .accordion .accordion-body .guest .guest-info .guest-socials {
  margin-bottom: 20px;
}
body.single-podcast .podcast-accordions .accordion .accordion-body .guest .guest-info .guest-socials a {
  margin-right: 10px;
}
body.single-podcast .podcast-accordions .accordion.open .accordion-header svg {
  transform: rotate(-90deg);
}
body.single-podcast .podcast-related-content {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  body.single-podcast .podcast-related-content {
    padding: 30px 0;
  }
}
body.single-podcast .podcast-footer-spacer {
  height: 180px;
  background: #415A73;
}
body.page-template-page-insights-overview .insights-intro, body.page-template-page-company-news-overview .insights-intro {
  padding: 80px 0 40px 0;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .insights-intro, body.page-template-page-company-news-overview .insights-intro {
    padding: 30px 0;
  }
}
body.page-template-page-insights-overview .insights-intro .narrow-width, body.page-template-page-company-news-overview .insights-intro .narrow-width {
  max-width: 800px;
}
body.page-template-page-insights-overview .insights-intro .narrow-width h2, body.page-template-page-company-news-overview .insights-intro .narrow-width h2 {
  margin-bottom: 20px;
}
body.page-template-page-insights-overview .insights-intro .narrow-width h2 .words, body.page-template-page-company-news-overview .insights-intro .narrow-width h2 .words {
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  font-family: "Mukta", sans-serif;
  color: #b22319;
}
@media only screen and (max-width: 650px) {
  body.page-template-page-insights-overview .insights-intro .narrow-width h2 .words, body.page-template-page-company-news-overview .insights-intro .narrow-width h2 .words {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
}
body.page-template-page-insights-overview .insights-intro .narrow-width h2 .words span, body.page-template-page-company-news-overview .insights-intro .narrow-width h2 .words span {
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: block;
  height: 100%;
  animation: spin_words 8s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 650px) {
  body.page-template-page-insights-overview .insights-intro .narrow-width h2 .words span, body.page-template-page-company-news-overview .insights-intro .narrow-width h2 .words span {
    font-size: 38px;
    line-height: 40px;
  }
}
body.page-template-page-insights-overview .insights-intro .narrow-width .intro-larger, body.page-template-page-company-news-overview .insights-intro .narrow-width .intro-larger {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 500;
}
body.page-template-page-insights-overview .insights-intro .narrow-width .intro-larger strong, body.page-template-page-company-news-overview .insights-intro .narrow-width .intro-larger strong {
  font-family: "Mukta", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}
body.page-template-page-insights-overview .featured-insights-slider, body.page-template-page-company-news-overview .featured-insights-slider {
  height: 414px;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .featured-insights-slider, body.page-template-page-company-news-overview .featured-insights-slider {
    flex-wrap: wrap;
    height: auto;
  }
}
body.page-template-page-insights-overview .featured-insights-slider .play-pause, body.page-template-page-company-news-overview .featured-insights-slider .play-pause {
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .featured-insights-slider .play-pause, body.page-template-page-company-news-overview .featured-insights-slider .play-pause {
    left: unset;
    right: 28px;
  }
}
body.page-template-page-insights-overview .featured-insights-slider .play-pause svg:hover rect, body.page-template-page-company-news-overview .featured-insights-slider .play-pause svg:hover rect {
  fill: #F6A941;
}
body.page-template-page-insights-overview .featured-insights-slider .play-pause svg:hover .border, body.page-template-page-company-news-overview .featured-insights-slider .play-pause svg:hover .border {
  stroke: #F6A941;
}
body.page-template-page-insights-overview .featured-insights-slider .play-pause .play, body.page-template-page-company-news-overview .featured-insights-slider .play-pause .play {
  display: none;
}
body.page-template-page-insights-overview .featured-insights-slider .play-pause.paused .pause, body.page-template-page-company-news-overview .featured-insights-slider .play-pause.paused .pause {
  display: none;
}
body.page-template-page-insights-overview .featured-insights-slider .play-pause.paused .play, body.page-template-page-company-news-overview .featured-insights-slider .play-pause.paused .play {
  display: block;
}
body.page-template-page-insights-overview .featured-insights-slider .images, body.page-template-page-company-news-overview .featured-insights-slider .images {
  flex-basis: 50%;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .featured-insights-slider .images, body.page-template-page-company-news-overview .featured-insights-slider .images {
    flex-basis: 100%;
    height: 75vw;
  }
}
body.page-template-page-insights-overview .featured-insights-slider .images .image, body.page-template-page-company-news-overview .featured-insights-slider .images .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
body.page-template-page-insights-overview .featured-insights-slider .images .image img, body.page-template-page-company-news-overview .featured-insights-slider .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-page-insights-overview .featured-insights-slider .images .image.active, body.page-template-page-company-news-overview .featured-insights-slider .images .image.active {
  opacity: 1;
}
body.page-template-page-insights-overview .featured-insights-slider .titles, body.page-template-page-company-news-overview .featured-insights-slider .titles {
  flex-basis: 50%;
  padding: 20px 30px;
  background: #415A73;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .featured-insights-slider .titles, body.page-template-page-company-news-overview .featured-insights-slider .titles {
    flex-basis: 100%;
    padding-bottom: 60px;
  }
}
body.page-template-page-insights-overview .featured-insights-slider .titles::before, body.page-template-page-company-news-overview .featured-insights-slider .titles::before {
  content: "";
  position: absolute;
  top: 0;
  left: -157px;
  width: 157px;
  height: 100%;
  background-image: url(images/dark_blue_horizontal_pattern.png);
  background-repeat: repeat-y;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .featured-insights-slider .titles::before, body.page-template-page-company-news-overview .featured-insights-slider .titles::before {
    left: 0;
    top: -157px;
    width: 100%;
    height: 100%;
    background-image: url(images/dark_blue_vertical_pattern.png);
    background-repeat: repeat-x;
  }
}
body.page-template-page-insights-overview .featured-insights-slider .titles .leadins, body.page-template-page-company-news-overview .featured-insights-slider .titles .leadins {
  height: 234px;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .featured-insights-slider .titles .leadins, body.page-template-page-company-news-overview .featured-insights-slider .titles .leadins {
    height: 150px;
  }
}
body.page-template-page-insights-overview .featured-insights-slider .titles .leadins .leadin, body.page-template-page-company-news-overview .featured-insights-slider .titles .leadins .leadin {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
body.page-template-page-insights-overview .featured-insights-slider .titles .leadins .leadin h2, body.page-template-page-company-news-overview .featured-insights-slider .titles .leadins .leadin h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1355px) {
  body.page-template-page-insights-overview .featured-insights-slider .titles .leadins .leadin h2, body.page-template-page-company-news-overview .featured-insights-slider .titles .leadins .leadin h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1105px) {
  body.page-template-page-insights-overview .featured-insights-slider .titles .leadins .leadin h2, body.page-template-page-company-news-overview .featured-insights-slider .titles .leadins .leadin h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .featured-insights-slider .titles .leadins .leadin h2, body.page-template-page-company-news-overview .featured-insights-slider .titles .leadins .leadin h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 650px) {
  body.page-template-page-insights-overview .featured-insights-slider .titles .leadins .leadin h2, body.page-template-page-company-news-overview .featured-insights-slider .titles .leadins .leadin h2 {
    font-size: 20px;
  }
}
body.page-template-page-insights-overview .featured-insights-slider .titles .leadins .leadin.active, body.page-template-page-company-news-overview .featured-insights-slider .titles .leadins .leadin.active {
  opacity: 1;
}
body.page-template-page-insights-overview .featured-insights-slider .titles .title, body.page-template-page-company-news-overview .featured-insights-slider .titles .title {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  gap: 30px;
}
@media only screen and (max-width: 650px) {
  body.page-template-page-insights-overview .featured-insights-slider .titles .title, body.page-template-page-company-news-overview .featured-insights-slider .titles .title {
    flex-wrap: wrap;
    gap: 10px;
  }
}
body.page-template-page-insights-overview .featured-insights-slider .titles .title h2, body.page-template-page-company-news-overview .featured-insights-slider .titles .title h2 {
  font-size: 20px;
  font-weight: 500;
  color: rgba(196, 220, 242, 0.5);
  flex: 1;
}
@media only screen and (max-width: 1105px) {
  body.page-template-page-insights-overview .featured-insights-slider .titles .title h2, body.page-template-page-company-news-overview .featured-insights-slider .titles .title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  body.page-template-page-insights-overview .featured-insights-slider .titles .title h2, body.page-template-page-company-news-overview .featured-insights-slider .titles .title h2 {
    flex-basis: 100%;
  }
}
body.page-template-page-insights-overview .featured-insights-slider .titles .title .buttonarea, body.page-template-page-company-news-overview .featured-insights-slider .titles .title .buttonarea {
  min-width: min-content;
  display: none;
}
body.page-template-page-insights-overview .featured-insights-slider .titles .title:last-of-type, body.page-template-page-company-news-overview .featured-insights-slider .titles .title:last-of-type {
  border-bottom: none;
}
body.page-template-page-insights-overview .featured-insights-slider .titles .title.active h2, body.page-template-page-company-news-overview .featured-insights-slider .titles .title.active h2 {
  color: #F6A941;
}
body.page-template-page-insights-overview .featured-insights-slider .titles .title.active .buttonarea, body.page-template-page-company-news-overview .featured-insights-slider .titles .title.active .buttonarea {
  display: block;
}
body.page-template-page-insights-overview .progressBarContainer, body.page-template-page-company-news-overview .progressBarContainer {
  height: 10px;
  margin-bottom: 10px;
}
body.page-template-page-insights-overview .progressBarContainer .progressBar, body.page-template-page-company-news-overview .progressBarContainer .progressBar {
  width: 100%;
  height: 10px;
  background-color: transparent;
  display: block;
}
body.page-template-page-insights-overview .progressBarContainer .progressBar .inProgress, body.page-template-page-company-news-overview .progressBarContainer .progressBar .inProgress {
  background-color: #F6A941;
  width: 0%;
  height: 10px;
  display: block;
}
body.page-template-page-insights-overview .podcast-callout, body.page-template-page-company-news-overview .podcast-callout {
  background: #EBF3F8;
  overflow: hidden;
  background: linear-gradient(to right, #EBF3F8 0%, #EBF3F8 50%, #415A73 51%, #415A73 100%);
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .podcast-callout, body.page-template-page-company-news-overview .podcast-callout {
    background: #EBF3F8;
  }
}
body.page-template-page-insights-overview .podcast-callout .podcast-bg, body.page-template-page-company-news-overview .podcast-callout .podcast-bg {
  position: absolute;
  right: calc(50vw - 640px);
  bottom: 0;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .podcast-callout .container.flex, body.page-template-page-company-news-overview .podcast-callout .container.flex {
    flex-wrap: wrap;
  }
}
body.page-template-page-insights-overview .podcast-callout .container.flex .text, body.page-template-page-company-news-overview .podcast-callout .container.flex .text {
  padding: 40px 0;
  flex-basis: 50%;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .podcast-callout .container.flex .text, body.page-template-page-company-news-overview .podcast-callout .container.flex .text {
    order: 2;
    flex-basis: 100%;
  }
}
body.page-template-page-insights-overview .podcast-callout .container.flex .text h3, body.page-template-page-company-news-overview .podcast-callout .container.flex .text h3 {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}
body.page-template-page-insights-overview .podcast-callout .container.flex .text p, body.page-template-page-company-news-overview .podcast-callout .container.flex .text p {
  font-family: "Lora", serif;
  font-size: 20px;
}
body.page-template-page-insights-overview .podcast-callout .container.flex .image, body.page-template-page-company-news-overview .podcast-callout .container.flex .image {
  flex-basis: 50%;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .podcast-callout .container.flex .image, body.page-template-page-company-news-overview .podcast-callout .container.flex .image {
    order: 1;
    flex-basis: 100%;
  }
}
body.page-template-page-insights-overview .podcast-callout .container.flex .image img, body.page-template-page-company-news-overview .podcast-callout .container.flex .image img {
  display: block;
  height: 100%;
  aspect-ratio: 2.6181818182;
  object-fit: cover;
}
body.page-template-page-insights-overview .insights-filter-bar, body.page-template-page-company-news-overview .insights-filter-bar {
  padding: 60px 0 30px 0;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .insights-filter-bar, body.page-template-page-company-news-overview .insights-filter-bar {
    padding: 30px 0;
  }
}
body.page-template-page-insights-overview .insights-filter-bar .flex, body.page-template-page-company-news-overview .insights-filter-bar .flex {
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 1105px) {
  body.page-template-page-insights-overview .insights-filter-bar .flex, body.page-template-page-company-news-overview .insights-filter-bar .flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .insights-filter-bar .flex, body.page-template-page-company-news-overview .insights-filter-bar .flex {
    flex-wrap: wrap;
  }
}
body.page-template-page-insights-overview .insights-filter-bar .flex .label, body.page-template-page-company-news-overview .insights-filter-bar .flex .label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
body.page-template-page-insights-overview .insights-filter-bar .flex .filter, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .insights-filter-bar .flex .filter, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter {
    flex-basis: 100%;
  }
}
body.page-template-page-insights-overview .insights-filter-bar .flex .filter .facetwp-facet, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter .facetwp-facet {
  margin-bottom: 0;
  /* Style the hover and 'checked' states */
}
body.page-template-page-insights-overview .insights-filter-bar .flex .filter .facetwp-facet .facetwp-radio, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter .facetwp-facet .facetwp-radio {
  background: none;
  display: inline-block;
  line-height: 1em;
  padding: 7px 8px;
  margin: 0 8px 8px 0;
  border: 1px solid #25282C;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
body.page-template-page-insights-overview .insights-filter-bar .flex .filter .facetwp-facet .facetwp-radio .facetwp-counter, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter .facetwp-facet .facetwp-radio .facetwp-counter {
  display: none;
}
body.page-template-page-insights-overview .insights-filter-bar .flex .filter .facetwp-facet .facetwp-radio:hover, body.page-template-page-insights-overview .insights-filter-bar .flex .filter .facetwp-facet .facetwp-radio.checked, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter .facetwp-facet .facetwp-radio:hover, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter .facetwp-facet .facetwp-radio.checked {
  background-image: none;
  background-color: #F6A941;
  border-color: #F6A941;
  color: #25282C;
}
body.page-template-page-insights-overview .insights-filter-bar .flex .filter .reset, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter .reset {
  display: inline-block;
  line-height: 1em;
  padding: 7px 8px;
  margin: 0 8px 8px 0;
  background: #25282C;
  border: 1px solid #25282C;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
body.page-template-page-insights-overview .insights-filter-bar .flex .filter .reset:hover, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter .reset:hover {
  background: #F6A941;
  border: 1px solid #F6A941;
  color: #25282C;
}
body.page-template-page-insights-overview .insights-filter-bar .flex .filter.search, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter.search {
  flex: unset;
  flex-basis: 300px;
}
body.page-template-page-insights-overview .insights-filter-bar .flex .filter.search .facetwp-icon, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter.search .facetwp-icon {
  background: rgba(246, 169, 65, 0.5);
  opacity: 1;
  padding: 0 5px;
}
body.page-template-page-insights-overview .insights-filter-bar .flex .filter.search .facetwp-icon:hover, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter.search .facetwp-icon:hover {
  background: #F6A941;
}
body.page-template-page-insights-overview .insights-filter-bar .flex .filter.search .facetwp-icon::before, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter.search .facetwp-icon::before {
  background: url("images/icon-search-dark.svg") no-repeat;
  background-position: center;
  width: 23px;
  height: 23px;
  top: 5px;
  position: relative;
}
body.page-template-page-insights-overview .insights-filter-bar .flex .filter.search input.facetwp-search, body.page-template-page-company-news-overview .insights-filter-bar .flex .filter.search input.facetwp-search {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  width: 300px;
}
body.page-template-page-insights-overview .insights-grid, body.page-template-page-company-news-overview .insights-grid {
  padding: 40px 0;
}
body.page-template-page-insights-overview .insights-grid #insights_grid .facetwp-template, body.page-template-page-company-news-overview .insights-grid #insights_grid .facetwp-template {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px 20px;
}
body.page-template-page-insights-overview .insights-grid #insights_grid .facetwp-template .insight-instance, body.page-template-page-company-news-overview .insights-grid #insights_grid .facetwp-template .insight-instance {
  flex-basis: calc(50% - 10px);
}
@media only screen and (max-width: 900px) {
  body.page-template-page-insights-overview .insights-grid #insights_grid .facetwp-template .insight-instance, body.page-template-page-company-news-overview .insights-grid #insights_grid .facetwp-template .insight-instance {
    flex-basis: 100%;
  }
}
.insight-instance {
  background: #EBF3F8;
  height: 210px;
  gap: 35px;
  position: relative;
  color: #25282C;
}
@media only screen and (max-width: 1105px) {
  .insight-instance {
    gap: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .insight-instance {
    height: 250px;
  }
}
.insight-instance .image {
  flex-basis: 275px;
  min-width: 275px;
}
@media only screen and (max-width: 650px) {
  .insight-instance .image {
    flex-basis: 160px;
    min-width: 160px;
  }
}
.insight-instance .image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  clip-path: polygon(170px 0, 100% 50%, 170px 100%, 0 100%, 0 0);
  /*clip-path: polygon(170px 0, 170px 100%, 100% 50%);*/
  display: block;
}
@media only screen and (max-width: 650px) {
  .insight-instance .image img {
    clip-path: polygon(70px 0, 100% 50%, 70px 100%, 0 100%, 0 0);
    height: 100%;
  }
}
.insight-instance .text {
  flex: 1;
  align-items: center;
  padding-right: 15px;
}
.insight-instance .text .label {
  font-size: 16px;
  font-weight: 600;
  color: #b22319;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 650px) {
  .insight-instance .text .label {
    font-size: 14px;
  }
}
.insight-instance .text h3 {
  font-family: "Mukta", sans-serif;
  font-size: 22px;
  font-weight: 500;
  word-break: break-word;
}
@media only screen and (max-width: 1105px) {
  .insight-instance .text h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .insight-instance .text h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .insight-instance .text h3 {
    font-size: 18px;
  }
}
.insight-instance .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C4DCF2;
  padding: 15px;
  opacity: 0;
  transition: all 0.5s;
}
.insight-instance .hover-overlay .label {
  font-size: 16px;
  font-weight: 600;
  color: #b22319;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 650px) {
  .insight-instance .hover-overlay .label {
    font-size: 14px;
  }
}
.insight-instance .hover-overlay h3 {
  font-family: "Mukta", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #25282C;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1105px) {
  .insight-instance .hover-overlay h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .insight-instance .hover-overlay h3 {
    font-size: 18px;
  }
}
.insight-instance .hover-overlay p {
  color: #25282C;
}
@media only screen and (max-width: 650px) {
  .insight-instance .hover-overlay p {
    font-size: 14px;
  }
}
.insight-instance .hover-overlay .post-meta {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: calc(100% - 30px);
  justify-content: space-between;
  align-items: flex-end;
  color: #415A73;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 900px) {
  .insight-instance .hover-overlay .post-meta {
    font-size: 14px;
  }
}
.insight-instance .hover-overlay .post-meta svg {
  vertical-align: middle;
}
.insight-instance .hover-overlay .post-meta .button-area svg {
  vertical-align: bottom;
}
@media only screen and (max-width: 900px) {
  .insight-instance .hover-overlay .post-meta .button-area svg {
    vertical-align: middle;
  }
}
.insight-instance .hover-overlay .post-meta .button-area svg:hover rect {
  fill: #F6A941;
  fill-opacity: 1;
}
.insight-instance:hover .hover-overlay {
  opacity: 1;
}
body.single-insights .insight-intro, body.single-company_news .insight-intro {
  padding: 20px 0 0 0;
}
body.single-insights .insight-intro .back-button, body.single-company_news .insight-intro .back-button {
  margin-bottom: 20px;
}
body.single-insights .insight-intro .back-button svg, body.single-company_news .insight-intro .back-button svg {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 8px;
}
body.single-insights .insight-body, body.single-company_news .insight-body {
  padding: 60px 0;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  body.single-insights .insight-body, body.single-company_news .insight-body {
    padding: 48px 0;
  }
}
body.single-insights .insight-body .gold-triangle, body.single-company_news .insight-body .gold-triangle {
  position: absolute;
  right: 0;
  top: 0;
  width: 618px;
  aspect-ratio: 2;
  min-height: 1236px;
  background: rgba(246, 169, 65, 0.2);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media only screen and (max-width: 900px) {
  body.single-insights .insight-body .gold-triangle, body.single-company_news .insight-body .gold-triangle {
    width: 50%;
    height: auto;
    aspect-ratio: 0.5;
    min-height: auto;
  }
}
body.single-insights .insight-body .row.flex, body.single-company_news .insight-body .row.flex {
  gap: 40px;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  body.single-insights .insight-body .row.flex, body.single-company_news .insight-body .row.flex {
    gap: 20px;
    flex-direction: column-reverse;
  }
}
body.single-insights .insight-body .row.flex .insight-content, body.single-company_news .insight-body .row.flex .insight-content {
  flex: 1;
  max-width: 800px;
}
body.single-insights .insight-body .row.flex .insight-content ul, body.single-company_news .insight-body .row.flex .insight-content ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
body.single-insights .insight-body .row.flex .insight-content ul li, body.single-company_news .insight-body .row.flex .insight-content ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  body.single-insights .insight-body .row.flex .insight-content ul li, body.single-company_news .insight-body .row.flex .insight-content ul li {
    font-size: 14px;
  }
}
body.single-insights .insight-body .row.flex .insight-content ul li strong, body.single-company_news .insight-body .row.flex .insight-content ul li strong {
  font-size: 20px;
}
body.single-insights .insight-body .row.flex .insight-content ul li::before, body.single-company_news .insight-body .row.flex .insight-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
body.single-insights .insight-body .row.flex .insight-content ol, body.single-company_news .insight-body .row.flex .insight-content ol {
  list-style: decimal;
  margin-left: 40px;
  margin-bottom: 1em;
}
body.single-insights .insight-body .row.flex .insight-content ol li, body.single-company_news .insight-body .row.flex .insight-content ol li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  body.single-insights .insight-body .row.flex .insight-content ol li, body.single-company_news .insight-body .row.flex .insight-content ol li {
    font-size: 14px;
  }
}
body.single-insights .insight-body .row.flex .insight-content ol li strong, body.single-company_news .insight-body .row.flex .insight-content ol li strong {
  font-size: 20px;
}
body.single-insights .insight-body .row.flex .insight-content ol li::marker, body.single-company_news .insight-body .row.flex .insight-content ol li::marker {
  color: #b22319;
  font-size: 20px;
  font-weight: 700;
}
body.single-insights .insight-body .row.flex .insight-content ol ul, body.single-company_news .insight-body .row.flex .insight-content ol ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
body.single-insights .insight-body .row.flex .insight-content ol ul li, body.single-company_news .insight-body .row.flex .insight-content ol ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  body.single-insights .insight-body .row.flex .insight-content ol ul li, body.single-company_news .insight-body .row.flex .insight-content ol ul li {
    font-size: 14px;
  }
}
body.single-insights .insight-body .row.flex .insight-content ol ul li strong, body.single-company_news .insight-body .row.flex .insight-content ol ul li strong {
  font-size: 20px;
}
body.single-insights .insight-body .row.flex .insight-content ol ul li::before, body.single-company_news .insight-body .row.flex .insight-content ol ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
@media only screen and (max-width: 1105px) {
  body.single-insights .insight-body .row.flex .insight-content, body.single-company_news .insight-body .row.flex .insight-content {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  body.single-insights .insight-body .row.flex .insight-content, body.single-company_news .insight-body .row.flex .insight-content {
    flex-basis: 100%;
  }
}
body.single-insights .insight-body .row.flex .insight-content h2, body.single-company_news .insight-body .row.flex .insight-content h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  body.single-insights .insight-body .row.flex .insight-content iframe, body.single-company_news .insight-body .row.flex .insight-content iframe {
    max-width: 100%;
  }
}
body.single-insights .insight-body .row.flex .share, body.single-company_news .insight-body .row.flex .share {
  flex-basis: 160px;
}
@media only screen and (max-width: 900px) {
  body.single-insights .insight-body .row.flex .share, body.single-company_news .insight-body .row.flex .share {
    flex-basis: 100%;
    margin: 0 20px;
  }
}
body.single-insights .insight-body .row.flex .share h6, body.single-company_news .insight-body .row.flex .share h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #b22319;
}
body.single-insights .insight-body .row.flex .share .a2a_kit a, body.single-company_news .insight-body .row.flex .share .a2a_kit a {
  margin-right: 18px;
}
body.single-insights .insight-body .row.flex .share .a2a_kit a:hover svg path, body.single-company_news .insight-body .row.flex .share .a2a_kit a:hover svg path {
  fill: #b22319;
}
body.single-insights .insight-body .row.wysiwyg .insight-content, body.single-company_news .insight-body .row.wysiwyg .insight-content {
  margin-right: 200px;
}
@media only screen and (max-width: 900px) {
  body.single-insights .insight-body .row.wysiwyg .insight-content, body.single-company_news .insight-body .row.wysiwyg .insight-content {
    margin-right: 20px;
  }
}
body.single-insights .insight-body .wp-caption, body.single-company_news .insight-body .wp-caption {
  font-size: 14px;
  line-height: 125%;
  margin-bottom: 40px;
  max-width: 100%;
}
body.single-insights .insight-body .wp-caption img, body.single-company_news .insight-body .wp-caption img {
  margin-bottom: 13px;
}
body.single-insights .hubspot-area, body.single-company_news .hubspot-area {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  body.single-insights .hubspot-area, body.single-company_news .hubspot-area {
    padding: 30px 0;
  }
}
body.single-insights .hubspot-area .container.flex, body.single-company_news .hubspot-area .container.flex {
  gap: 40px;
}
@media only screen and (max-width: 900px) {
  body.single-insights .hubspot-area .container.flex, body.single-company_news .hubspot-area .container.flex {
    gap: 20px;
  }
}
body.single-insights .hubspot-area .container.flex .left, body.single-company_news .hubspot-area .container.flex .left {
  flex: 1;
  max-width: 480px;
}
@media only screen and (max-width: 900px) {
  body.single-insights .hubspot-area .container.flex .left, body.single-company_news .hubspot-area .container.flex .left {
    flex-basis: 100%;
  }
}
body.single-insights .hubspot-area .container.flex .left h2, body.single-company_news .hubspot-area .container.flex .left h2 {
  font-family: "Lora", serif;
  font-size: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  body.single-insights .hubspot-area .container.flex .left h2, body.single-company_news .hubspot-area .container.flex .left h2 {
    margin-bottom: 0;
  }
}
body.single-insights .hubspot-area .container.flex .right, body.single-company_news .hubspot-area .container.flex .right {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  body.single-insights .hubspot-area .container.flex .right, body.single-company_news .hubspot-area .container.flex .right {
    flex-basis: 100%;
  }
}
body.single-insights .authors, body.single-company_news .authors {
  background: #EDEDED;
  padding: 40px 0;
}
body.single-insights .authors .container.flex, body.single-company_news .authors .container.flex {
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  body.single-insights .authors .container.flex, body.single-company_news .authors .container.flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  body.single-insights .authors .container.flex, body.single-company_news .authors .container.flex {
    flex-wrap: wrap;
    gap: 12px;
  }
}
body.single-insights .authors .container.flex .rotated-eyebrow, body.single-company_news .authors .container.flex .rotated-eyebrow {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  body.single-insights .authors .container.flex .rotated-eyebrow, body.single-company_news .authors .container.flex .rotated-eyebrow {
    flex-basis: 100%;
    writing-mode: unset;
    -webkit-transform: initial;
    -moz-transform: initial;
  }
}
body.single-insights .authors .container.flex .rotated-eyebrow h4, body.single-company_news .authors .container.flex .rotated-eyebrow h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b22319;
}
@media only screen and (max-width: 650px) {
  body.single-insights .authors .container.flex .rotated-eyebrow h4, body.single-company_news .authors .container.flex .rotated-eyebrow h4 {
    margin-bottom: 0;
  }
}
body.single-insights .authors .container.flex .authors-inner, body.single-company_news .authors .container.flex .authors-inner {
  flex: 1;
}
body.single-insights .authors .container.flex .authors-inner .author, body.single-company_news .authors .container.flex .authors-inner .author {
  gap: 40px;
}
@media only screen and (max-width: 900px) {
  body.single-insights .authors .container.flex .authors-inner .author, body.single-company_news .authors .container.flex .authors-inner .author {
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  body.single-insights .authors .container.flex .authors-inner .author, body.single-company_news .authors .container.flex .authors-inner .author {
    flex-wrap: wrap;
  }
}
body.single-insights .authors .container.flex .authors-inner .author .author-photo, body.single-company_news .authors .container.flex .authors-inner .author .author-photo {
  flex-basis: 240px;
}
@media only screen and (max-width: 900px) {
  body.single-insights .authors .container.flex .authors-inner .author .author-photo, body.single-company_news .authors .container.flex .authors-inner .author .author-photo {
    flex-basis: 180px;
  }
}
body.single-insights .authors .container.flex .authors-inner .author .author-info, body.single-company_news .authors .container.flex .authors-inner .author .author-info {
  flex: 1;
  padding-bottom: 20px;
  border-bottom: 2px solid #b22319;
}
@media only screen and (max-width: 650px) {
  body.single-insights .authors .container.flex .authors-inner .author .author-info, body.single-company_news .authors .container.flex .authors-inner .author .author-info {
    flex-basis: 100%;
  }
}
body.single-insights .authors .container.flex .authors-inner .author .author-info h3, body.single-company_news .authors .container.flex .authors-inner .author .author-info h3 {
  font-family: "Lora", serif;
  font-size: 40px;
  margin-bottom: 12px;
}
body.single-insights .authors .container.flex .authors-inner .author .author-info .title, body.single-company_news .authors .container.flex .authors-inner .author .author-info .title {
  font-size: 22px;
  font-weight: 700;
  color: #b22319;
  margin-bottom: 20px;
}
body.single-insights .authors .container.flex .authors-inner .author .author-info .social-icons, body.single-company_news .authors .container.flex .authors-inner .author .author-info .social-icons {
  margin-top: 20px;
}
body.single-insights .authors .container.flex .authors-inner .author .author-info .social-icons a, body.single-company_news .authors .container.flex .authors-inner .author .author-info .social-icons a {
  margin-right: 10px;
}
body.single-insights .authors .container.flex .authors-inner .author .author-info .get-to-know, body.single-company_news .authors .container.flex .authors-inner .author .author-info .get-to-know {
  margin-top: 20px;
}
body.single-insights .authors .container.flex .authors-inner .author .author-info .get-to-know a, body.single-company_news .authors .container.flex .authors-inner .author .author-info .get-to-know a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.single-insights .authors .container.flex .authors-inner .author .author-info .get-to-know a svg, body.single-company_news .authors .container.flex .authors-inner .author .author-info .get-to-know a svg {
  margin-left: 10px;
  vertical-align: middle;
}
body.single-insights .authors .container.flex .authors-inner .author + .author, body.single-company_news .authors .container.flex .authors-inner .author + .author {
  margin-top: 40px;
}
body.single-insights .insight-footer-spacer, body.single-company_news .insight-footer-spacer {
  height: 180px;
  background: #415A73;
}
body.page-template-page-projects-overview .insights-intro {
  padding: 80px 0 40px 0;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-projects-overview .insights-intro {
    padding: 48px 0;
  }
}
body.page-template-page-projects-overview .insights-intro .narrow-width {
  max-width: 800px;
}
body.page-template-page-projects-overview .insights-intro .narrow-width h2 {
  margin-bottom: 20px;
}
body.page-template-page-projects-overview .insights-intro .narrow-width h2 .words {
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  font-family: "Mukta", sans-serif;
  color: #b22319;
}
@media only screen and (max-width: 650px) {
  body.page-template-page-projects-overview .insights-intro .narrow-width h2 .words {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
}
body.page-template-page-projects-overview .insights-intro .narrow-width h2 .words span {
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: block;
  height: 100%;
  animation: spin_words 8s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 650px) {
  body.page-template-page-projects-overview .insights-intro .narrow-width h2 .words span {
    font-size: 38px;
    line-height: 40px;
  }
}
body.page-template-page-projects-overview .insights-intro .narrow-width .intro-larger {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 500;
}
body.page-template-page-projects-overview .insights-intro .narrow-width .intro-larger strong {
  font-family: "Mukta", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}
body.page-template-page-projects-overview .featured-insights-slider {
  height: 414px;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-projects-overview .featured-insights-slider {
    flex-wrap: wrap;
    height: auto;
  }
}
body.page-template-page-projects-overview .featured-insights-slider .play-pause {
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-projects-overview .featured-insights-slider .play-pause {
    left: unset;
    right: 28px;
  }
}
body.page-template-page-projects-overview .featured-insights-slider .play-pause svg:hover rect {
  fill: #F6A941;
}
body.page-template-page-projects-overview .featured-insights-slider .play-pause svg:hover .border {
  stroke: #F6A941;
}
body.page-template-page-projects-overview .featured-insights-slider .play-pause .play {
  display: none;
}
body.page-template-page-projects-overview .featured-insights-slider .play-pause.paused .pause {
  display: none;
}
body.page-template-page-projects-overview .featured-insights-slider .play-pause.paused .play {
  display: block;
}
body.page-template-page-projects-overview .featured-insights-slider .images {
  flex-basis: 50%;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-projects-overview .featured-insights-slider .images {
    flex-basis: 100%;
    height: 75vw;
  }
}
body.page-template-page-projects-overview .featured-insights-slider .images .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
body.page-template-page-projects-overview .featured-insights-slider .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-page-projects-overview .featured-insights-slider .images .image.active {
  opacity: 1;
}
body.page-template-page-projects-overview .featured-insights-slider .titles {
  flex-basis: 50%;
  padding: 20px 30px;
  background: #415A73;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-projects-overview .featured-insights-slider .titles {
    flex-basis: 100%;
    padding-bottom: 60px;
  }
}
body.page-template-page-projects-overview .featured-insights-slider .titles::before {
  content: "";
  position: absolute;
  top: 0;
  left: -157px;
  width: 157px;
  height: 100%;
  background-image: url(images/dark_blue_horizontal_pattern.png);
  background-repeat: repeat-y;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-projects-overview .featured-insights-slider .titles::before {
    /*display:none;*/
    left: 0;
    top: -157px;
    width: 100%;
    height: 100%;
    background-image: url(images/dark_blue_vertical_pattern.png);
    background-repeat: repeat-x;
  }
}
body.page-template-page-projects-overview .featured-insights-slider .titles .leadins {
  height: 234px;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-projects-overview .featured-insights-slider .titles .leadins {
    height: 150px;
  }
}
body.page-template-page-projects-overview .featured-insights-slider .titles .leadins .leadin {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
body.page-template-page-projects-overview .featured-insights-slider .titles .leadins .leadin h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1355px) {
  body.page-template-page-projects-overview .featured-insights-slider .titles .leadins .leadin h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1105px) {
  body.page-template-page-projects-overview .featured-insights-slider .titles .leadins .leadin h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 900px) {
  body.page-template-page-projects-overview .featured-insights-slider .titles .leadins .leadin h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 650px) {
  body.page-template-page-projects-overview .featured-insights-slider .titles .leadins .leadin h2 {
    font-size: 20px;
  }
}
body.page-template-page-projects-overview .featured-insights-slider .titles .leadins .leadin.active {
  opacity: 1;
}
body.page-template-page-projects-overview .featured-insights-slider .titles .title {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  gap: 30px;
}
@media only screen and (max-width: 650px) {
  body.page-template-page-projects-overview .featured-insights-slider .titles .title {
    flex-wrap: wrap;
    gap: 10px;
  }
}
body.page-template-page-projects-overview .featured-insights-slider .titles .title h2 {
  font-size: 20px;
  font-weight: 500;
  color: rgba(196, 220, 242, 0.5);
  flex: 1;
  cursor: pointer;
}
@media only screen and (max-width: 1105px) {
  body.page-template-page-projects-overview .featured-insights-slider .titles .title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  body.page-template-page-projects-overview .featured-insights-slider .titles .title h2 {
    flex-basis: 100%;
  }
}
body.page-template-page-projects-overview .featured-insights-slider .titles .title .buttonarea {
  min-width: min-content;
  display: none;
}
body.page-template-page-projects-overview .featured-insights-slider .titles .title:last-of-type {
  border-bottom: none;
}
body.page-template-page-projects-overview .featured-insights-slider .titles .title.active h2 {
  color: #F6A941;
}
body.page-template-page-projects-overview .featured-insights-slider .titles .title.active .buttonarea {
  display: block;
}
body.page-template-page-projects-overview .progressBarContainer {
  height: 10px;
  margin-bottom: 10px;
}
body.page-template-page-projects-overview .progressBarContainer .progressBar {
  width: 100%;
  height: 10px;
  background-color: transparent;
  display: block;
}
body.page-template-page-projects-overview .progressBarContainer .progressBar .inProgress {
  background-color: #F6A941;
  width: 0%;
  height: 10px;
  display: block;
}
body.page-template-page-projects-overview .projects-filter-bar {
  padding: 60px 0 30px 0;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-projects-overview .projects-filter-bar {
    padding: 30px 0;
  }
}
body.page-template-page-projects-overview .projects-filter-bar .flex {
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 1105px) {
  body.page-template-page-projects-overview .projects-filter-bar .flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  body.page-template-page-projects-overview .projects-filter-bar .flex {
    flex-wrap: wrap;
  }
}
body.page-template-page-projects-overview .projects-filter-bar .flex .label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-projects-overview .projects-filter-bar .flex .filter {
    flex-basis: 100%;
  }
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter .facetwp-facet {
  margin-bottom: 0;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-projects-overview .projects-filter-bar .flex .filter .facetwp-facet {
    margin-bottom: 20px;
  }
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter .facetwp-facet .fs-wrap .fs-label-wrap {
  border: 1px solid #25282C;
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter .facetwp-facet .fs-wrap .fs-label-wrap .fs-label {
  opacity: 0.7;
  cursor: pointer;
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter .facetwp-facet .fs-wrap .fs-label-wrap .fs-arrow {
  width: 20px;
  height: 10px;
  border: none;
  background-image: url(images/dropdown-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter .facetwp-facet .fs-dropdown .fs-search {
  display: none;
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter .facetwp-facet .fs-dropdown .fs-option[data-idx="0"] {
  display: none;
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter .reset {
  display: inline-block;
  line-height: 1em;
  padding: 8px 8px;
  margin: 0 8px 8px 0;
  background: #25282C;
  border: 1px solid #25282C;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  vertical-align: top;
  cursor: pointer;
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter .reset:hover {
  background: #F6A941;
  border: 1px solid #F6A941;
  color: #25282C;
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter.search {
  flex: unset;
  flex-basis: 300px;
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter.search .facetwp-icon {
  background: rgba(246, 169, 65, 0.5);
  opacity: 1;
  padding: 0 5px;
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter.search .facetwp-icon:hover {
  background: #F6A941;
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter.search .facetwp-icon::before {
  background: url("images/icon-search-dark.svg") no-repeat;
  background-position: center;
  width: 23px;
  height: 23px;
  top: 5px;
  position: relative;
}
body.page-template-page-projects-overview .projects-filter-bar .flex .filter.search input.facetwp-search {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  width: 300px;
}
.projects-grid {
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  .projects-grid {
    padding: 0 0 30px 0;
  }
}
.projects-grid #projects_grid .facetwp-template {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.projects-grid #projects_grid .project {
  display: block;
  aspect-ratio: 1;
  /*height:310px;*/
  position: relative;
  flex-basis: calc(33.33% - 14px);
  overflow: hidden;
}
@media only screen and (max-width: 1105px) {
  .projects-grid #projects_grid .project {
    flex-basis: calc(50% - 14px);
  }
}
@media only screen and (max-width: 650px) {
  .projects-grid #projects_grid .project {
    flex-basis: 100%;
    height: 310px;
  }
}
.projects-grid #projects_grid .project .overlay {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 90, 115, 0.8);
  transition: opacity 0.5s ease-in-out;
}
.projects-grid #projects_grid .project .project-info {
  padding: 20px;
  background: rgba(243, 213, 166, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 130px;
  height: 100%;
  z-index: 2;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.projects-grid #projects_grid .project .project-info .project-info-inner {
  max-height: 130px;
  transition: all 0.5s ease-in-out;
}
.projects-grid #projects_grid .project .project-info .project-info-inner h3 {
  font-size: 22px;
  font-weight: 500;
}
.projects-grid #projects_grid .project .project-info .project-info-inner .location {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.projects-grid #projects_grid .project .project-info .project-info-inner .blurb {
  margin-top: 10px;
  max-height: 0px;
  overflow: hidden;
  /*margin-top:0;*/
  transition: all 0.5s ease-in-out;
}
.projects-grid #projects_grid .project .project-info .project-info-inner .button {
  background: none;
  max-height: 0px;
  transition: all 0.5s ease-in-out;
}
.projects-grid #projects_grid .project .project-info .project-info-inner .button:hover {
  background: #25282C;
  color: #F6A941;
}
.projects-grid #projects_grid .project .project-info .project-info-inner .button:hover svg path {
  stroke: #F6A941;
}
.projects-grid #projects_grid .project:hover {
  color: #25282C;
}
.projects-grid #projects_grid .project:hover .overlay {
  opacity: 1;
}
.projects-grid #projects_grid .project:hover .project-info {
  background: #F6A941;
  max-height: 500px;
  height: 100%;
}
.projects-grid #projects_grid .project:hover .project-info .project-info-inner {
  max-height: 500px;
}
.projects-grid #projects_grid .project:hover .project-info .project-info-inner .blurb {
  max-height: 500px;
}
.projects-grid #projects_grid .project:hover .project-info .project-info-inner .button {
  max-height: 100px;
}
body.single-projects {
  /* Main Testimonial styles are in the Testimonials SCSS partial. The below are just variances on the flex module because ¯\_(ツ)_/¯ */
}
body.single-projects .project-intro {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  body.single-projects .project-intro {
    padding: 48px 0;
  }
}
body.single-projects .project-intro .blue-triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 618px;
  aspect-ratio: 1;
  background: rgba(196, 220, 242, 0.2);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
body.single-projects .project-intro .container.flex {
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  body.single-projects .project-intro .container.flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  body.single-projects .project-intro .container.flex {
    flex-wrap: wrap;
    gap: 12px;
  }
}
body.single-projects .project-intro .container.flex .rotated-eyebrow {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  body.single-projects .project-intro .container.flex .rotated-eyebrow {
    flex-basis: 100%;
    writing-mode: unset;
    -webkit-transform: initial;
    -moz-transform: initial;
  }
}
body.single-projects .project-intro .container.flex .rotated-eyebrow h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b22319;
}
@media only screen and (max-width: 650px) {
  body.single-projects .project-intro .container.flex .rotated-eyebrow h4 {
    margin-bottom: 0;
  }
}
body.single-projects .project-intro .container.flex .project-intro-inner {
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  body.single-projects .project-intro .container.flex .project-intro-inner {
    gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  body.single-projects .project-intro .container.flex .project-intro-inner {
    flex-wrap: wrap;
  }
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left {
  flex: 1;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ul li {
    font-size: 14px;
  }
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ul li strong {
  font-size: 20px;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ol {
  list-style: decimal;
  margin-left: 40px;
  margin-bottom: 1em;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ol li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ol li {
    font-size: 14px;
  }
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ol li strong {
  font-size: 20px;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ol li::marker {
  color: #b22319;
  font-size: 20px;
  font-weight: 700;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ol ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ol ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ol ul li {
    font-size: 14px;
  }
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ol ul li strong {
  font-size: 20px;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left ol ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-left .intro {
  font-family: "Lora", serif;
  font-size: 20px;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-right {
  flex-basis: 440px;
}
@media only screen and (max-width: 900px) {
  body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-right {
    flex-basis: 100%;
  }
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-right h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-right .project-detail {
  line-height: 125%;
  margin-bottom: 20px;
}
body.single-projects .project-intro .container.flex .project-intro-inner .project-intro-right .project-detail strong {
  font-size: 20px;
  color: #b22319;
}
body.single-projects .fun-fact {
  background-color: rgba(246, 169, 65, 0.5);
  background-image: url(images/fun-fact-bg.svg);
  background-position: center right;
  background-repeat: repeat-y;
  padding: 70px 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  body.single-projects .fun-fact {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 650px) {
  body.single-projects .fun-fact {
    background-size: 60%;
  }
}
body.single-projects .fun-fact h2 strong {
  font-family: "Mukta", sans-serif;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1105px) {
  body.single-projects .fun-fact h2 strong {
    font-size: 36px;
  }
}
@media only screen and (max-width: 650px) {
  body.single-projects .fun-fact h2 {
    font-size: 24px;
  }
}
body.single-projects .fun-fact .button {
  margin-top: 20px;
}
body.single-projects .testimonial .orange-triangle {
  top: 0;
  bottom: unset;
  width: auto;
  /*width:540px;*/
  height: 200%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  aspect-ratio: 0.5;
}
body.single-projects .project-photos {
  background: rgba(255, 255, 255, 0.8);
}
body.single-projects .project-footer-spacer {
  height: 180px;
  background: #415A73;
}
.search-content {
  padding: 54px 0;
}
.search-content h2 {
  font-size: 40px;
  color: #2879C5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 650px) {
  .search-content .container {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.search-content .container .search-summary {
  padding: 40px 0;
  gap: 25px;
}
@media only screen and (max-width: 900px) {
  .search-content .container .search-summary {
    padding: 30px 0;
  }
}
.search-content .container .search-summary .search-results-number {
  flex-basis: 50%;
  font-family: "Mukta", sans-serif;
  font-size: 32px;
  color: #25282C;
}
@media only screen and (max-width: 650px) {
  .search-content .container .search-summary .search-results-number {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .search-content .container .search-results {
    order: 2;
  }
}
.search-content .container .search-results article {
  margin: 0;
  padding: 32px 0;
  border-bottom: 1px solid #b22319;
}
.search-content .container .search-results article .post-type {
  display: inline-block;
  color: #b22319;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.search-content .container .search-results article h3 {
  font-family: "Lora", serif;
  color: #25282C;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}
.search-content .container .search-results article h3 a {
  color: #25282C;
}
.search-content .container .search-results article p:last-of-type {
  margin-bottom: 1em;
}
.search-content .container .search-results .pagination {
  padding-top: 30px;
  margin-top: 30px;
}
body.error404 .four-oh-four-page {
  min-height: calc(100vh - 166px);
  padding: 20vh 0;
}
body.error404 .four-oh-four-page .container.flex {
  justify-content: center;
}
body.error404 .four-oh-four-page .container.flex .four-oh-four-inner {
  text-align: center;
}
body.error404 .four-oh-four-page .container.flex .four-oh-four-inner h1 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 75px;
  margin-bottom: 10px;
}
header {
  height: 82px;
  width: 100%;
  max-width: 100vw;
  position: absolute;
  z-index: 900;
  transition: height, background 0.5s;
  -webkit-transition: height, background 0.5s;
  -moz-transition: height, background 0.5s;
  -o-transition: height, background 0.5s;
}
@media only screen and (max-width: 900px) {
  header {
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 650px) {
  header {
    height: 60px;
    background: transparent;
    padding-top: 10px;
  }
}
header .container {
  max-width: 1360px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
header #logo {
  flex-basis: 150px;
  align-self: flex-end;
  z-index: 898;
}
@media only screen and (max-width: 900px) {
  header #logo {
    flex: 1;
  }
}
@media only screen and (max-width: 650px) {
  header #logo {
    line-height: initial;
    top: 10px;
    flex-basis: 60%;
  }
}
header #logo a {
  display: block;
  padding: 34px 0 0 0;
}
@media only screen and (max-width: 650px) {
  header #logo a {
    padding: 0;
  }
}
header #logo img {
  width: 46px;
  display: block;
}
header .header-nav {
  gap: 12px;
  align-items: flex-end;
}
header .header-nav #searchicon {
  text-align: right;
  align-self: end;
  flex-basis: 28px;
  line-height: 11px;
  margin-bottom: 0;
  z-index: 902;
}
header .header-nav #searchicon .nav-search-field {
  display: block;
  position: absolute;
  top: 0;
  right: 46px;
  z-index: 901;
  width: 344px;
  max-width: 0px;
  text-align: left;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 650px) {
  header .header-nav #searchicon .nav-search-field {
    top: 60px;
    right: -60px;
  }
}
header .header-nav #searchicon .nav-search-field.scrolled {
  position: fixed;
  top: 60px;
}
header .header-nav #searchicon .nav-search-field form label {
  display: none;
}
header .header-nav #searchicon .nav-search-field form input[type=text] {
  width: 90%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  background: none;
  border: none;
}
header .header-nav #searchicon .nav-search-field form input[type=submit] {
  display: none;
}
header .header-nav #searchicon .nav-search-field.open {
  max-width: 500px;
  padding-left: 16px;
}
header .header-nav #searchicon a {
  display: inline-block;
}
header .header-nav #searchicon a svg {
  height: 43px;
  vertical-align: bottom;
}
header .header-nav #searchicon a:hover svg rect {
  fill: #b22319;
}
header .header-nav #searchicon.selected a svg rect {
  fill: #b22319;
}
@media only screen and (max-width: 900px) {
  header .header-nav #mobilenav {
    display: block;
    flex: 0;
    text-align: right;
    padding-right: 0px;
    margin-top: 8px;
  }
}
header #header_inner {
  flex: 1;
  text-align: right;
  position: relative;
  align-self: end;
}
@media only screen and (max-width: 900px) {
  header #header_inner {
    display: none;
  }
}
header #header_inner #menu-main-nav {
  list-style: none;
  line-height: 40px;
}
header #header_inner #menu-main-nav > li {
  display: inline-block;
  position: relative;
  margin: 0 25px 0 0;
}
header #header_inner #menu-main-nav > li:hover > a:after {
  width: 100%;
}
header #header_inner #menu-main-nav > li > a {
  font-family: "Mukta", sans-serif;
  padding: 0 10px 5px 10px;
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.4px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1105px) {
  header #header_inner #menu-main-nav > li > a {
    font-size: 15px;
    padding: 0 5px 5px 5px;
    margin: 0 5px;
  }
}
header #header_inner #menu-main-nav > li .sub-menu {
  display: none;
  position: absolute;
  width: 310px;
  background: #ffffff;
  text-align: left;
  padding: 0;
  left: 0;
}
header #header_inner #menu-main-nav > li .sub-menu li a {
  display: block;
  font-family: "Mukta", sans-serif;
  color: #25282C;
  text-decoration: none;
  font-size: 16px;
  line-height: 15px;
  padding: 8px;
}
header #header_inner #menu-main-nav > li .sub-menu li a:hover {
  background: #BBDD8C;
}
header #header_inner #menu-main-nav > li .sub-menu li:last-child a {
  border: none;
}
header #header_inner #menu-main-nav > li.menu-item-has-children > a {
  padding: 0 36px 5px 10px;
}
header #header_inner #menu-main-nav > li.menu-item-has-children > a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(images/chevron-right-white.svg);
  display: block;
  position: absolute;
  right: 10px;
  top: 9px;
}
header #header_inner #menu-main-nav > li.menu-item-has-children:hover > a {
  background: #8DC63F;
  color: #25282C;
}
header #header_inner #menu-main-nav > li.menu-item-has-children:hover > a::after {
  background: url(images/chevron-right.svg);
}
header.scrolled {
  position: fixed;
  height: 60px;
  /*background:$color-white;*/
  padding-top: 0;
}
header.scrolled .container {
  height: 60px;
  align-items: flex-end;
}
header.scrolled #logo {
  flex-basis: 75px;
}
header.scrolled #logo a {
  padding-top: 0px;
}
header.scrolled #logo a svg {
  width: 75px;
}
header.scrolled #logo a svg path {
  fill: #004F39 !important;
}
header.scrolled #header_inner #menu-main-nav > li > a {
  color: #25282C;
}
header.scrolled #header_inner .nav-search-field {
  color: #ffffff;
}
header.scrolled #header_inner .nav-search-field .close-nav-search svg path {
  stroke: #ffffff;
}
header.scrolled #header_inner .nav-search-field #search {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-appearance: none;
  border-radius: 0;
}
header.scrolled #header_inner .nav-search-field #search::placeholder {
  color: #ffffff;
  opacity: 1;
}
.nav-search-field {
  display: none;
  background: #415A73;
  color: #ffffff;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 900;
  padding: 0;
}
.nav-search-field #search {
  width: 344px;
  border: none;
  background: #ffffff;
  color: #ffffff;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  -webkit-appearance: none;
  padding: 6px;
}
.nav-search-field #search::placeholder {
  color: #ffffff;
  opacity: 0.72;
}
#mobilenavcontainer {
  display: none;
}
footer {
  position: relative;
  padding: 20px 0;
  background: #C4DCF2;
  color: #ffffff;
  /*&::before {
		content:'';
		position:absolute;
		top: -156px;
		width:100%;
		height:158px;
		background:url(images/footer-dot-patternv2.png);
		z-index:1;

		@media only screen and (max-width: $tablet-small) {
			z-index:2;
		}
	}*/
}
footer .container.flex {
  gap: 50px;
  align-items: flex-start;
}
footer .container.flex .newsletter {
  background: #EBF3F8;
  padding: 17px 21px;
}
@media only screen and (max-width: 900px) {
  footer .container.flex .newsletter {
    flex-basis: 100%;
    text-align: center;
  }
}
footer .container.flex .newsletter h4 {
  font-size: 16px;
  font-weight: 600;
  color: #25282C;
  letter-spacing: 1px;
}
footer .container.flex .newsletter .gform_wrapper {
  max-height: 0px;
  overflow: hidden;
  bottom: 0;
  position: absolute;
  background: #EBF3F8;
  width: 100%;
  z-index: 100;
  padding: 0 21px;
  left: 0;
  transition: max-height 0.5s;
  color: #25282C;
}
footer .container.flex .newsletter .gform_wrapper .gform_description {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
footer .container.flex .newsletter .gform_wrapper .gform_body .gform_fields .gfield_label {
  font-size: 16px;
  color: #25282C;
  font-weight: 300;
}
footer .container.flex .newsletter .gform_wrapper .gform_body .gform_fields input {
  background: transparent;
  border: 1px solid #25282C;
}
footer .container.flex .newsletter .gform_wrapper .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
}
footer .container.flex .newsletter .gform_confirmation_message {
  color: #25282C;
  font-size: 16px;
}
footer .container.flex .newsletter.open .gform_wrapper {
  max-height: 600px;
  padding: 17px 21px;
}
footer .container.flex .newsletter.open > a.trigger {
  display: none;
}
footer .container.flex .legal {
  flex: 2;
  font-size: 20px;
  color: #415A73;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  footer .container.flex .legal {
    flex-basis: 100%;
  }
}
footer .container.flex .legal span {
  color: #ffffff;
}
footer .container.flex .legal p {
  margin-bottom: 0;
}
footer .container.flex .legal a {
  color: #415A73;
}
footer .container.flex .legal a:hover {
  color: #b22319;
}
@media only screen and (max-width: 1105px) {
  footer .container.flex .social {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 900px) {
  footer .container.flex .social {
    flex-basis: 100%;
    text-align: center;
  }
}
footer .container.flex .social a {
  margin-right: 18px;
}
footer .container.flex .social a svg {
  vertical-align: middle;
}
footer .container.flex .social a:hover svg path {
  fill: #b22319;
}
.page-header {
  /*aspect-ratio:1440/400;*/
  height: 400px;
}
@media only screen and (max-width: 900px) {
  .page-header {
    height: 390px;
    overflow: hidden;
  }
}
.page-header .icon {
  position: absolute;
  z-index: 2;
  height: 140px;
  top: 50%;
  left: 50%;
  transform: translateX(7vw) translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .page-header .icon {
    height: 100px;
    transform: translateX(10vw) translateY(-50%);
  }
}
@media only screen and (max-width: 650px) {
  .page-header .icon {
    display: none;
  }
}
.page-header .headline-area {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(90deg, #C4DCF2 85%, rgba(196, 220, 242, 0.8) 100%);
  align-items: center;
  padding: 82px 0 0 calc(50vw - 640px);
  z-index: 2;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1355px) {
  .page-header .headline-area {
    padding: 82px 20px 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .page-header .headline-area {
    padding: 42px 20px 0 20px;
  }
}
@media only screen and (max-width: 650px) {
  .page-header .headline-area {
    padding: 0 0 0 32px;
    background: none;
    width: 80%;
  }
}
.page-header .headline-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  aspect-ratio: 0.5;
  background: rgba(196, 220, 242, 0.8);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0 100%, 0 0);
}
@media only screen and (max-width: 650px) {
  .page-header .headline-area::after {
    top: -100%;
    left: -25%;
    height: 308%;
    transform: rotate(-135deg);
    background: linear-gradient(135deg, rgba(196, 220, 242, 0.8) 37.91%, #C4DCF2 47.64%);
    max-height: 1930px;
  }
}
@media only screen and (max-width: 450px) {
  .page-header .headline-area::after {
    top: -100%;
    left: -30%;
    height: 260%;
    max-height: 930px;
  }
}
.page-header .headline-area .eyebrow {
  font-size: 24px;
  font-weight: 800;
  color: #b22319;
  text-transform: uppercase;
  margin-bottom: 10px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .page-header .headline-area .eyebrow {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  .page-header .headline-area .eyebrow {
    font-size: 16px;
  }
}
.page-header .headline-area h1 {
  font-size: 64px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1105px) {
  .page-header .headline-area h1 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 900px) {
  .page-header .headline-area h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 650px) {
  .page-header .headline-area h1 {
    font-size: 32px;
  }
}
.page-header.ultralightblueicon .headline-area {
  background: linear-gradient(90deg, #EBF3F8 72.92%, rgba(235, 243, 248, 0.8) 100%);
}
@media only screen and (max-width: 650px) {
  .page-header.ultralightblueicon .headline-area {
    background: none;
    width: 80%;
  }
}
.page-header.ultralightblueicon .headline-area h1 {
  font-size: 56px;
}
@media only screen and (max-width: 900px) {
  .page-header.ultralightblueicon .headline-area h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 650px) {
  .page-header.ultralightblueicon .headline-area h1 {
    font-size: 28px;
  }
}
.page-header.ultralightblueicon .headline-area::after {
  background: rgba(235, 243, 248, 0.8);
}
@media only screen and (max-width: 650px) {
  .page-header.ultralightblueicon .headline-area::after {
    background: linear-gradient(135deg, rgba(235, 243, 248, 0.8) 37.91%, #EBF3F8 47.64%);
  }
}
.insights-header {
  align-items: flex-end;
  color: #ffffff;
}
.insights-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 90, 115, 0.8);
  z-index: 1;
}
.insights-header .triangle {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  height: 100%;
  background: #415A73;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
.insights-header .container {
  z-index: 1;
  margin-bottom: 40px;
  flex: 1;
}
.insights-header .container .label {
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  color: #F3D5A6;
}
@media only screen and (max-width: 900px) {
  .insights-header .container .label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  .insights-header .container .label {
    font-size: 16px;
  }
}
.insights-header .container h1 {
  font-family: "Mukta", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 900px) {
  .insights-header .container h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 650px) {
  .insights-header .container h1 {
    font-size: 28px;
    line-height: 115%;
  }
}
.insights-header .container .post-meta {
  font-size: 16px;
  color: #F3D5A6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}
.insights-header .container .post-meta svg {
  vertical-align: middle;
}
.insights-header .container .post-meta svg circle, .insights-header .container .post-meta svg path {
  stroke: #F3D5A6;
}
.cta-module {
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
  aspect-ratio: 1.9834710744;
}
@media only screen and (max-width: 900px) {
  .cta-module {
    padding: 48px 0;
  }
}
.cta-module .cta-messages {
  gap: 40px;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .cta-module .cta-messages {
    gap: 20px;
  }
}
.cta-module .cta-messages.dual {
  text-align: left;
}
@media only screen and (max-width: 1450px) {
  .cta-module .cta-messages.dual {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .cta-module .cta-messages.dual {
    flex-wrap: wrap;
  }
}
.cta-module .cta-messages.dual .secondary-cta {
  flex-basis: 400px;
  background: #ffffff;
  color: #25282C;
  padding: 40px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .cta-module .cta-messages.dual .secondary-cta {
    flex-basis: 100%;
  }
}
.cta-module .cta-messages .primary-cta {
  flex-basis: 400px;
  background: #b22319;
  color: #ffffff;
  padding: 40px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .cta-module .cta-messages .primary-cta {
    flex-basis: 100%;
  }
}
.cta-module .cta-messages h2 {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 115%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .cta-module .cta-messages h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 650px) {
  .cta-module .cta-messages h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 650px) {
  .cta-module .cta-messages p {
    margin-bottom: 1.5em;
  }
}
.headline-text {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  .headline-text {
    padding: 48px 0;
  }
}
.headline-text .gold-triangle {
  position: absolute;
  right: 0;
  top: 0;
  height: 120%;
  aspect-ratio: 0.5;
  background: #F6A941;
  clip-path: polygon(100% 0%, 100% 100%, 0% 50%, 0% 50%, 100% 0);
}
@media only screen and (max-width: 1105px) {
  .headline-text .gold-triangle {
    opacity: 0.35;
    bottom: -85px;
    width: 50%;
    height: auto;
    top: unset;
  }
}
.headline-text .container.flex {
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  .headline-text .container.flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .headline-text .container.flex {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.headline-text .container.flex .rotated-eyebrow {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  .headline-text .container.flex .rotated-eyebrow {
    flex-basis: 100%;
    writing-mode: unset;
    -webkit-transform: initial;
    -moz-transform: initial;
  }
}
.headline-text .container.flex .rotated-eyebrow h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b22319;
}
@media only screen and (max-width: 650px) {
  .headline-text .container.flex .rotated-eyebrow h4 {
    margin-bottom: 0;
  }
}
.headline-text .container.flex .headline-text-inner {
  flex: 1;
  max-width: 720px;
}
.headline-text .container.flex .headline-text-inner ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
.headline-text .container.flex .headline-text-inner ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .headline-text .container.flex .headline-text-inner ul li {
    font-size: 14px;
  }
}
.headline-text .container.flex .headline-text-inner ul li strong {
  font-size: 20px;
}
.headline-text .container.flex .headline-text-inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
.headline-text .container.flex .headline-text-inner ol {
  list-style: decimal;
  margin-left: 40px;
  margin-bottom: 1em;
}
.headline-text .container.flex .headline-text-inner ol li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .headline-text .container.flex .headline-text-inner ol li {
    font-size: 14px;
  }
}
.headline-text .container.flex .headline-text-inner ol li strong {
  font-size: 20px;
}
.headline-text .container.flex .headline-text-inner ol li::marker {
  color: #b22319;
  font-size: 20px;
  font-weight: 700;
}
.headline-text .container.flex .headline-text-inner ol ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
.headline-text .container.flex .headline-text-inner ol ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .headline-text .container.flex .headline-text-inner ol ul li {
    font-size: 14px;
  }
}
.headline-text .container.flex .headline-text-inner ol ul li strong {
  font-size: 20px;
}
.headline-text .container.flex .headline-text-inner ol ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
.headline-text .container.flex .headline-text-inner .animated-headline .words {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  font-family: "Mukta", sans-serif;
  color: #b22319;
}
@media only screen and (max-width: 1105px) {
  .headline-text .container.flex .headline-text-inner .animated-headline .words {
    line-height: 38px;
    height: 38px;
  }
}
@media only screen and (max-width: 650px) {
  .headline-text .container.flex .headline-text-inner .animated-headline .words {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
}
.headline-text .container.flex .headline-text-inner .animated-headline .words span {
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: block;
  height: 100%;
  top: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}
.headline-text .container.flex .headline-text-inner .animated-headline .words span.active {
  /*animation: spin_words 8s;
						animation-delay: 2s;
						animation-fill-mode: forwards;
						animation-iteration-count: infinite;*/
  position: relative;
  display: inline-block;
  opacity: 1;
}
@media only screen and (max-width: 1105px) {
  .headline-text .container.flex .headline-text-inner .animated-headline .words span {
    font-size: 38px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 650px) {
  .headline-text .container.flex .headline-text-inner .animated-headline .words span {
    font-size: 32px;
    line-height: 32px;
  }
}
.headline-text .container.flex .headline-text-inner h2 {
  margin-bottom: 20px;
}
.headline-text .container.flex .headline-text-inner .intro-text {
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 125%;
}
@keyframes spin_words {
  33% {
    transform: translateY(-48px);
  }
  66% {
    transform: translateY(-96px);
  }
  100% {
    transform: translateY(-144px);
  }
}
@media only screen and (max-width: 650px) {
  @keyframes spin_words {
    33% {
      transform: translateY(-40px);
    }
    66% {
      transform: translateY(-80px);
    }
    100% {
      transform: translateY(-120px);
    }
  }
}
@keyframes spin_photos {
  33% {
    transform: translateY(-100%);
  }
  66% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(-300%);
  }
}
.icon-grid-text {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  .icon-grid-text {
    padding: 48px 0 60px 0;
  }
}
.icon-grid-text .red-triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  aspect-ratio: 1;
  background: #b22319;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.icon-grid-text .container.flex {
  gap: 50px;
}
@media only screen and (max-width: 1105px) {
  .icon-grid-text .container.flex {
    gap: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .icon-grid-text .container.flex {
    flex-wrap: wrap;
  }
}
.icon-grid-text .container.flex .icons {
  flex: 1;
  padding-left: 40px;
}
@media only screen and (max-width: 1105px) {
  .icon-grid-text .container.flex .icons {
    padding-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .icon-grid-text .container.flex .icons {
    flex-basis: 100%;
    order: 2;
  }
}
.icon-grid-text .container.flex .icons .icon-grid {
  gap: 70px 30px;
}
@media only screen and (max-width: 1105px) {
  .icon-grid-text .container.flex .icons .icon-grid {
    gap: 20px;
  }
}
.icon-grid-text .container.flex .icons .icon-grid .icon {
  flex-basis: calc(33.33% - 20px);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1105px) {
  .icon-grid-text .container.flex .icons .icon-grid .icon {
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (max-width: 900px) {
  .icon-grid-text .container.flex .icons .icon-grid .icon {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  .icon-grid-text .container.flex .icons .icon-grid .icon {
    font-size: 16px;
  }
}
.icon-grid-text .container.flex .icons .icon-grid .icon img {
  display: block;
  height: 81px;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 900px) {
  .icon-grid-text .container.flex .icons .icon-grid .icon img {
    height: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .icon-grid-text .container.flex .icons .icon-grid .icon img {
    height: 48px;
  }
}
.icon-grid-text .container.flex .text {
  flex-basis: 480px;
}
@media only screen and (max-width: 900px) {
  .icon-grid-text .container.flex .text {
    flex-basis: 100%;
  }
}
.icon-grid-text .container.flex .text h2 {
  font-size: 32px;
  font-family: "Mukta", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}
.icon-grid-text .container.flex .text .intro-text {
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 125%;
}
.icon-grid-text.lightgrey {
  background: rgba(237, 237, 237, 0.9);
  mix-blend-mode: multiply;
}
.timeline {
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .timeline {
    padding: 48px 0;
  }
}
.timeline .container .timeline-intro {
  max-width: 720px;
  margin-left: 70px;
}
.timeline .container .timeline-intro > p {
  max-width: 720px;
}
.timeline .container .timeline-intro > h2 {
  margin-bottom: 20px;
}
.timeline .container .timeline-columns {
  gap: 14px;
  margin-top: 40px;
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns {
    flex-wrap: wrap;
  }
}
.timeline .container .timeline-columns .timeline-controls {
  flex-basis: 60px;
  padding-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns .timeline-controls {
    flex-basis: 100%;
    order: 2;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
  }
}
.timeline .container .timeline-columns .timeline-controls .slick-prev-next {
  position: relative;
  height: auto;
  background: none;
  width: 30px;
}
@media only screen and (max-width: 900px) {
  .timeline .container .timeline-columns .timeline-controls .slick-prev-next svg {
    width: 30px;
    height: auto;
  }
}
.timeline .container .timeline-columns .timeline-controls .slick-prev-next:not(.slick-disabled) svg:hover rect {
  fill-opacity: 1;
}
.timeline .container .timeline-columns .timeline-controls .slick-prev-next:not(.slick-disabled) svg:hover .border {
  stroke: #F6A941;
}
.timeline .container .timeline-columns .timeline-controls .slick-prev-next.slick-prev {
  margin-bottom: 20px;
}
.timeline .container .timeline-columns .timeline-controls .slick-prev-next.slick-prev svg {
  transform: rotate(-90deg);
}
.timeline .container .timeline-columns .timeline-controls .slick-prev-next.slick-next {
  margin-bottom: 60px;
}
.timeline .container .timeline-columns .timeline-controls .slick-prev-next.slick-next svg {
  transform: rotate(90deg);
}
.timeline .container .timeline-columns .timeline-controls .slick-prev-next.slick-disabled {
  opacity: 0.4;
}
.timeline .container .timeline-columns .timeline-controls .years {
  color: #415A73;
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns .timeline-controls .years {
    flex: 1;
    gap: 10px;
    flex-direction: row-reverse;
    max-width: calc(100vw - 140px);
    overflow: hidden;
    display: flex;
  }
}
.timeline .container .timeline-columns .timeline-controls .years .title {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}
@media only screen and (max-width: 900px) {
  .timeline .container .timeline-columns .timeline-controls .years .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns .timeline-controls .years .title {
    display: none;
  }
}
.timeline .container .timeline-columns .timeline-controls .years a {
  display: block;
  font-size: 18px;
  font-family: "Lora", serif;
  margin-bottom: 12px;
  color: #415A73;
}
@media only screen and (max-width: 900px) {
  .timeline .container .timeline-columns .timeline-controls .years a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns .timeline-controls .years a {
    font-size: 14px;
  }
}
.timeline .container .timeline-columns .timeline-controls .years a.active {
  font-size: 22px;
  color: #b22319;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .timeline .container .timeline-columns .timeline-controls .years a.active {
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns .timeline-controls .years a.active {
    font-size: 18px;
  }
}
.timeline .container .timeline-columns .timeline-main {
  flex: 1;
  max-width: 100%;
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns .timeline-main {
    flex-basis: 100%;
  }
}
.timeline .container .timeline-columns .timeline-main .slick-track {
  border-left: 4px solid #415A73;
  margin-left: 10px;
}
.timeline .container .timeline-columns .timeline-main .slick-list {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.timeline .container .timeline-columns .timeline-main .timeline-item {
  height: 200px;
  width: 100%;
  background: #C4DCF2;
  margin-bottom: 20px;
  display: flex;
  margin-left: 22px;
  border: none;
  max-width: calc(100% - 44px);
  cursor: pointer;
}
.timeline .container .timeline-columns .timeline-main .timeline-item::before {
  /*overflow: hidden;*/
  content: "•";
  color: #415A73;
  position: absolute;
  left: -37px;
  top: 8px;
  font-size: 70px;
}
@media only screen and (max-width: 1450px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item {
    max-width: calc(100% - 87px);
  }
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item {
    max-width: 100%;
  }
}
.timeline .container .timeline-columns .timeline-main .timeline-item .photo {
  flex: 1;
}
.timeline .container .timeline-columns .timeline-main .timeline-item .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.timeline .container .timeline-columns .timeline-main .timeline-item .photo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 90, 115, 0.8);
}
.timeline .container .timeline-columns .timeline-main .timeline-item .photo .year {
  z-index: 2;
  top: 20px;
  left: 20px;
  font-family: "Lora", serif;
  font-size: 38px;
  color: #415A73;
}
@media only screen and (max-width: 900px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item .photo .year {
    font-size: 32px;
  }
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item .photo .year {
    font-size: 24px;
  }
}
.timeline .container .timeline-columns .timeline-main .timeline-item .photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: rgba(235, 243, 248, 0.9);
  z-index: 2;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}
@media only screen and (max-width: 900px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item .photo::before {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item .photo::before {
    width: 150px;
    height: 150px;
  }
}
.timeline .container .timeline-columns .timeline-main .timeline-item .photo::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 200px;
  height: 200px;
  background: rgba(235, 243, 248, 0.9);
  z-index: 2;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media only screen and (max-width: 900px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item .photo::after {
    display: none;
  }
}
.timeline .container .timeline-columns .timeline-main .timeline-item .blurb {
  flex: 0;
  max-width: 0px;
  transition: all 0.3s;
  color: #415A73;
  font-size: 22px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item .blurb {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item .blurb {
    font-size: 14px;
  }
}
.timeline .container .timeline-columns .timeline-main .timeline-item.slick-current::before {
  color: #b22319;
}
.timeline .container .timeline-columns .timeline-main .timeline-item.slick-current .photo::before {
  background: #C4DCF2;
}
.timeline .container .timeline-columns .timeline-main .timeline-item.slick-current .photo::after {
  background: #C4DCF2;
}
.timeline .container .timeline-columns .timeline-main .timeline-item.slick-current .photo .year {
  font-size: 48px;
  font-weight: 600;
  color: #b22319;
}
@media only screen and (max-width: 900px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item.slick-current .photo .year {
    font-size: 34px;
    position: absolute;
    left: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item.slick-current .photo .year {
    font-size: 24px;
    left: 0;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item.slick-current .photo img {
    display: none;
  }
}
.timeline .container .timeline-columns .timeline-main .timeline-item.slick-current .overlay {
  display: none;
}
.timeline .container .timeline-columns .timeline-main .timeline-item.slick-current .blurb {
  max-width: 500px;
  min-width: 500px;
  flex-basis: 500px;
  padding: 20px;
}
@media only screen and (max-width: 900px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item.slick-current .blurb {
    flex: 2;
    min-width: unset;
    max-width: unset;
    z-index: 2;
    flex-basis: 100%;
    padding-top: 60px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .timeline .container .timeline-columns .timeline-main .timeline-item.slick-current .blurb {
    padding-left: 20px;
    padding-top: 50px;
  }
}
.gallery-container {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  .gallery-container {
    padding: 48px 0;
  }
}
.gallery-container.white {
  background: rgba(255, 255, 255, 0.8);
}
.gallery-container.lightgrey {
  background: #EDEDED;
}
.gallery-container.lightblue {
  background: #EBF3F8;
}
.gallery-container h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 650px) {
  .gallery-container h2 {
    margin-bottom: 20px;
  }
}
.gallery-container .container-right.flex {
  gap: 30px;
}
@media only screen and (max-width: 1105px) {
  .gallery-container .container-right.flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .gallery-container .container-right.flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.gallery-container .container-right.flex .gallery-controls {
  padding-top: 90px;
}
@media only screen and (max-width: 650px) {
  .gallery-container .container-right.flex .gallery-controls {
    flex-basis: 100%;
    display: flex;
    padding-top: 0;
  }
}
.gallery-container .container-right.flex .gallery-controls .slick-prev-next {
  position: relative;
  height: auto;
  background: none;
}
@media only screen and (max-width: 650px) {
  .gallery-container .container-right.flex .gallery-controls .slick-prev-next svg {
    width: 30px;
    height: 30px;
  }
}
.gallery-container .container-right.flex .gallery-controls .slick-prev-next:not(.slick-disabled) svg:hover rect {
  fill-opacity: 1;
}
.gallery-container .container-right.flex .gallery-controls .slick-prev-next:not(.slick-disabled) svg:hover .border {
  stroke: #F6A941;
}
.gallery-container .container-right.flex .gallery-controls .slick-prev-next.slick-prev {
  margin-bottom: 20px;
  order: 2;
}
.gallery-container .container-right.flex .gallery-controls .slick-prev-next.slick-prev svg {
  transform: rotate(180deg);
}
.gallery-container .container-right.flex .gallery-controls .slick-prev-next.slick-next {
  margin-bottom: 20px;
  order: 3;
}
.gallery-container .container-right.flex .gallery-controls .slick-prev-next.slick-disabled {
  opacity: 0.4;
}
.gallery-container .container-right.flex .gallery-controls .slide-count {
  font-family: "Lora", serif;
  font-size: 20px;
  color: #415A73;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 650px) {
  .gallery-container .container-right.flex .gallery-controls .slide-count {
    font-size: 14px;
    flex: 1;
    text-align: left;
    order: 1;
  }
}
.gallery-container .container-right.flex .gallery-controls .slide-count strong {
  font-size: 32px;
  color: #b22319;
  vertical-align: middle;
}
@media only screen and (max-width: 650px) {
  .gallery-container .container-right.flex .gallery-controls .slide-count strong {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  .gallery-container .container-right.flex .gallery-main {
    max-width: 100%;
  }
}
.gallery-container .container-right.flex .gallery-main .slick-track {
  display: flex !important;
  gap: 20px;
  align-items: flex-start;
}
@media only screen and (max-width: 650px) {
  .gallery-container .container-right.flex .gallery-main .slick-slide {
    margin-right: 0;
    max-width: 95vw;
  }
}
.gallery-container .container-right.flex .gallery-main .slick-slide img {
  height: 500px;
  transition: max-height 0.3s;
}
@media only screen and (max-width: 900px) {
  .gallery-container .container-right.flex .gallery-main .slick-slide img {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) {
  .gallery-container .container-right.flex .gallery-main .slick-slide img {
    height: 300px;
  }
}
.gallery-container .container-right.flex .gallery-main .slick-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: rgba(65, 90, 115, 0.4);
}
.gallery-container .container-right.flex .gallery-main .slick-slide.slick-active .overlay {
  display: none;
}
.gallery-container .container-right.flex .gallery-main .caption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 125%;
  padding-bottom: 30px;
  color: #415A73;
  max-width: min-content;
  min-width: 100%;
}
.gallery-container .container-right.flex .gallery-slider-navigation-outer {
  display: none;
}
.by-the-numbers {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  .by-the-numbers {
    padding: 48px 0;
  }
}
.by-the-numbers .container.flex {
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  .by-the-numbers .container.flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .by-the-numbers .container.flex {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.by-the-numbers .container.flex .rotated-eyebrow {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  .by-the-numbers .container.flex .rotated-eyebrow {
    flex-basis: 100%;
    writing-mode: unset;
    -webkit-transform: initial;
    -moz-transform: initial;
  }
}
.by-the-numbers .container.flex .rotated-eyebrow h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b22319;
}
@media only screen and (max-width: 650px) {
  .by-the-numbers .container.flex .rotated-eyebrow h4 {
    margin-bottom: 0;
  }
}
.by-the-numbers .container.flex .by-the-numbers-inner {
  gap: 80px;
}
@media only screen and (max-width: 1105px) {
  .by-the-numbers .container.flex .by-the-numbers-inner {
    gap: 32px;
  }
}
@media only screen and (max-width: 900px) {
  .by-the-numbers .container.flex .by-the-numbers-inner {
    flex-wrap: wrap;
  }
}
.by-the-numbers .container.flex .by-the-numbers-inner .intro-text {
  flex-basis: 460px;
}
.by-the-numbers .container.flex .by-the-numbers-inner .intro-text h2 {
  margin-bottom: 20px;
}
.by-the-numbers .container.flex .by-the-numbers-inner .intro-text .subheadline {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid {
  flex: 1;
  gap: 40px 80px;
}
@media only screen and (max-width: 900px) {
  .by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid {
    flex-wrap: wrap;
    gap: 40px;
    flex-basis: 100%;
  }
}
.by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid .by-the-number {
  flex-basis: calc(33.33% - 54px);
  gap: 15px;
  color: #b22319;
  max-height: 110px;
  min-width: 147px;
}
@media only screen and (max-width: 1105px) {
  .by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid .by-the-number {
    flex-basis: calc(50% - 54px);
    min-width: 125px;
  }
}
@media only screen and (max-width: 650px) {
  .by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid .by-the-number {
    flex-basis: calc(50% - 54px);
  }
}
.by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid .by-the-number .rhombus {
  position: absolute;
  top: 0;
  left: -25%;
  width: 150%;
  height: 100%;
  background: #C4DCF2;
  opacity: 0.2;
  clip-path: polygon(50px 0%, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
  /*clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
}
@media only screen and (max-width: 900px) {
  .by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid .by-the-number .rhombus {
    width: 120%;
  }
}
.by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid .by-the-number .number {
  font-family: "Lora", serif;
  font-size: 64px;
  font-weight: 700;
}
@media only screen and (max-width: 1105px) {
  .by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid .by-the-number .number {
    font-size: 52px;
  }
}
@media only screen and (max-width: 900px) {
  .by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid .by-the-number .number {
    font-size: 48px;
  }
}
.by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid .by-the-number .label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1105px) {
  .by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid .by-the-number .label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid .by-the-number .label {
    font-size: 16px;
  }
}
.by-the-numbers .container.flex .by-the-numbers-inner .by-the-numbers-grid .by-the-number:nth-child(even) .rhombus {
  opacity: 1;
}
.service-intro-expertise {
  padding: 40px 0 80px 0;
}
@media only screen and (max-width: 900px) {
  .service-intro-expertise {
    padding: 48px 0;
  }
}
.service-intro-expertise .light-red-triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 618px;
  aspect-ratio: 1;
  background: rgba(178, 35, 25, 0.2);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media only screen and (max-width: 650px) {
  .service-intro-expertise .light-red-triangle {
    width: 50%;
  }
}
.service-intro-expertise .container.flex {
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  .service-intro-expertise .container.flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .service-intro-expertise .container.flex {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.service-intro-expertise .container.flex .rotated-eyebrow {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  .service-intro-expertise .container.flex .rotated-eyebrow {
    flex-basis: 100%;
    writing-mode: unset;
    -webkit-transform: initial;
    -moz-transform: initial;
  }
}
.service-intro-expertise .container.flex .rotated-eyebrow h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b22319;
}
@media only screen and (max-width: 650px) {
  .service-intro-expertise .container.flex .rotated-eyebrow h4 {
    margin-bottom: 0;
  }
}
.service-intro-expertise .container.flex .service-intro-expertise-inner {
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  .service-intro-expertise .container.flex .service-intro-expertise-inner {
    gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .service-intro-expertise .container.flex .service-intro-expertise-inner {
    flex-wrap: wrap;
  }
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left {
  flex: 1;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ul li {
    font-size: 14px;
  }
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ul li strong {
  font-size: 20px;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ol {
  list-style: decimal;
  margin-left: 40px;
  margin-bottom: 1em;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ol li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ol li {
    font-size: 14px;
  }
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ol li strong {
  font-size: 20px;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ol li::marker {
  color: #b22319;
  font-size: 20px;
  font-weight: 700;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ol ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ol ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ol ul li {
    font-size: 14px;
  }
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ol ul li strong {
  font-size: 20px;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left ol ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left h2 {
  margin-bottom: 20px;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-left .intro {
  font-family: "Lora", serif;
  font-size: 20px;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right {
  flex-basis: 440px;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ul li {
    font-size: 14px;
  }
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ul li strong {
  font-size: 20px;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ol {
  list-style: decimal;
  margin-left: 40px;
  margin-bottom: 1em;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ol li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ol li {
    font-size: 14px;
  }
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ol li strong {
  font-size: 20px;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ol li::marker {
  color: #b22319;
  font-size: 20px;
  font-weight: 700;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ol ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ol ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ol ul li {
    font-size: 14px;
  }
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ol ul li strong {
  font-size: 20px;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ol ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
@media only screen and (max-width: 1105px) {
  .service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right {
    flex-basis: 350px;
  }
}
@media only screen and (max-width: 900px) {
  .service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right {
    flex-basis: 100%;
  }
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.service-intro-expertise .container.flex .service-intro-expertise-inner .service-intro-expertise-right ul {
  margin-left: 3px;
}
.services-list {
  padding: 60px 0;
}
@media only screen and (max-width: 900px) {
  .services-list {
    padding: 48px 0;
  }
}
.services-list .red-triangle {
  position: absolute;
  right: 0;
  top: 0;
  width: 618px;
  aspect-ratio: 1;
  background: #b22319;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media only screen and (max-width: 650px) {
  .services-list .red-triangle {
    width: 50%;
  }
}
.services-list .narrow-container {
  max-width: 760px;
}
.services-list .narrow-container ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
.services-list .narrow-container ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .services-list .narrow-container ul li {
    font-size: 14px;
  }
}
.services-list .narrow-container ul li strong {
  font-size: 20px;
}
.services-list .narrow-container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
.services-list .narrow-container ol {
  list-style: decimal;
  margin-left: 40px;
  margin-bottom: 1em;
}
.services-list .narrow-container ol li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .services-list .narrow-container ol li {
    font-size: 14px;
  }
}
.services-list .narrow-container ol li strong {
  font-size: 20px;
}
.services-list .narrow-container ol li::marker {
  color: #b22319;
  font-size: 20px;
  font-weight: 700;
}
.services-list .narrow-container ol ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
.services-list .narrow-container ol ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .services-list .narrow-container ol ul li {
    font-size: 14px;
  }
}
.services-list .narrow-container ol ul li strong {
  font-size: 20px;
}
.services-list .narrow-container ol ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
.services-list .narrow-container h2 {
  margin-bottom: 20px;
}
.services-list .narrow-container ul {
  columns: 2;
  column-gap: 40px;
}
@media only screen and (max-width: 650px) {
  .services-list .narrow-container ul {
    columns: unset;
  }
}
.services-list .narrow-container ul li {
  margin-bottom: 20px;
}
.services-list.lightgrey {
  background: #EDEDED;
}
.service-offerings {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  .service-offerings {
    padding: 48px 0;
  }
}
.service-offerings h2 {
  margin-bottom: 20px;
  max-width: 800px;
}
.service-offerings p {
  max-width: 800px;
}
.service-offerings .service-grid {
  gap: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .service-offerings .service-grid {
    gap: 20px;
  }
}
.service-offerings .service-grid .service {
  flex-basis: calc(50% - 20px);
  position: relative;
  display: block;
  aspect-ratio: 1.3333333333;
}
@media only screen and (max-width: 1105px) {
  .service-offerings .service-grid .service {
    aspect-ratio: 1.1;
  }
}
@media only screen and (max-width: 900px) {
  .service-offerings .service-grid .service {
    flex-basis: 100%;
    aspect-ratio: 2.1;
  }
}
@media only screen and (max-width: 650px) {
  .service-offerings .service-grid .service {
    aspect-ratio: 0.8;
  }
}
.service-offerings .service-grid .service > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-offerings .service-grid .service .title-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: rgba(196, 220, 242, 0.9);
  transition: height 0.3s;
  overflow: hidden;
}
@media only screen and (max-width: 1105px) {
  .service-offerings .service-grid .service .title-area {
    height: 80px;
  }
}
@media only screen and (max-width: 650px) {
  .service-offerings .service-grid .service .title-area {
    height: 60px;
  }
}
.service-offerings .service-grid .service .title-area .icon {
  flex-basis: 120px;
  background: #415A73;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1105px) {
  .service-offerings .service-grid .service .title-area .icon {
    flex-basis: 80px;
  }
}
@media only screen and (max-width: 650px) {
  .service-offerings .service-grid .service .title-area .icon {
    flex-basis: 60px;
  }
}
.service-offerings .service-grid .service .title-area .icon img {
  width: auto;
  height: 68px;
  opacity: 0.5;
  z-index: 2;
}
@media only screen and (max-width: 1105px) {
  .service-offerings .service-grid .service .title-area .icon img {
    height: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .service-offerings .service-grid .service .title-area .icon img {
    height: 40px;
  }
}
.service-offerings .service-grid .service .title-area .icon::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  background: #415A73;
  aspect-ratio: 0.5;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.service-offerings .service-grid .service .title-area .title {
  flex: 1;
  align-items: center;
  padding: 0 40px 0 80px;
}
@media only screen and (max-width: 1105px) {
  .service-offerings .service-grid .service .title-area .title {
    padding: 0 20px 0 60px;
  }
}
@media only screen and (max-width: 650px) {
  .service-offerings .service-grid .service .title-area .title {
    padding: 0 10px 0 40px;
  }
}
.service-offerings .service-grid .service .title-area .title h3 {
  font-size: 28px;
  line-height: 114%;
  color: #415A73;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1105px) {
  .service-offerings .service-grid .service .title-area .title h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 900px) {
  .service-offerings .service-grid .service .title-area .title h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 650px) {
  .service-offerings .service-grid .service .title-area .title h3 {
    font-size: 18px;
  }
}
.service-offerings .service-grid .service .title-area .title .service-blurb {
  display: none;
  margin-top: 20px;
  color: #25282C;
  line-height: 125%;
}
@media only screen and (max-width: 1105px) {
  .service-offerings .service-grid .service .title-area .title .service-blurb {
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  .service-offerings .service-grid .service .title-area .title .service-blurb {
    font-size: 14px;
  }
}
.service-offerings .service-grid .service:hover .title-area {
  height: 100%;
  align-items: flex-start;
}
.service-offerings .service-grid .service:hover .title-area .icon {
  background: none;
  padding: 20px 0;
}
.service-offerings .service-grid .service:hover .title-area .icon img {
  opacity: 1;
}
.service-offerings .service-grid .service:hover .title-area .icon::after {
  background: #b22319;
  top: -100%;
  left: 0;
  height: 320%;
  z-index: 1;
}
@media only screen and (max-width: 1105px) {
  .service-offerings .service-grid .service:hover .title-area .icon::after {
    left: -30px;
  }
}
@media only screen and (max-width: 650px) {
  .service-offerings .service-grid .service:hover .title-area .icon::after {
    left: -50px;
  }
}
.service-offerings .service-grid .service:hover .title {
  padding-top: 20px;
  display: block;
}
.service-offerings .service-grid .service:hover .title h3 {
  color: #b22319;
}
.service-offerings .service-grid .service:hover .title .service-blurb {
  display: block;
}
.service-offerings .service-grid .service:hover .title .service-blurb .button {
  line-height: 1em;
}
.testimonial {
  padding: 80px 0;
}
.testimonial .orange-triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% + 80px);
  width: 640px;
  aspect-ratio: 2;
  background: rgba(243, 213, 166, 0.5);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.testimonial .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.testimonial .container.flex {
  gap: 40px;
}
.testimonial .container.flex .testimonial-photo {
  flex-basis: 500px;
}
.testimonial .container.flex .testimonial-photo img {
  height: 100%;
  object-fit: cover;
}
.testimonial .container.flex .testimonial-text {
  flex: 1;
}
.testimonial .container.flex .testimonial-text .testimonial-quote {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 28px;
  line-height: 121%;
  color: #415A73;
  margin-bottom: 40px;
}
.testimonial .container.flex .testimonial-text .testimonial-attribution .testimonial-name {
  font-family: "Lora", serif;
  font-size: 28px;
  line-height: 121%;
  font-weight: 700;
  margin-bottom: 3px;
}
.testimonial .container.flex .testimonial-text .testimonial-attribution .testimonial-title {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.related-content {
  padding: 80px 0 180px 0;
}
@media only screen and (max-width: 900px) {
  .related-content {
    padding: 48px 0;
  }
}
.related-content .bg-image {
  z-index: unset;
}
.related-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 90, 115, 0.9);
  z-index: unset;
}
.related-content .container > h2 {
  color: #ffffff;
  margin-bottom: 30px;
  z-index: 1;
}
.related-content .container .related-content-columns {
  gap: 30px;
}
@media only screen and (max-width: 1105px) {
  .related-content .container .related-content-columns {
    flex-wrap: wrap;
  }
}
.related-content .container .related-content-columns .project-column {
  flex-basis: calc(50% - 15px);
}
@media only screen and (max-width: 900px) {
  .related-content .container .related-content-columns .project-column {
    flex-basis: 100%;
  }
}
.related-content .container .related-content-columns .project-column > h3 {
  font-family: "Mukta", sans-serif;
  color: #F3D5A6;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.related-content .container .related-content-columns .project-column .project {
  display: block;
  height: 450px;
  position: relative;
}
.related-content .container .related-content-columns .project-column .project .overlay {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 90, 115, 0.8);
  transition: opacity 0.5s ease-out;
}
.related-content .container .related-content-columns .project-column .project .project-info {
  padding: 20px;
  background: #F3D5A6;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: background 0.5s ease-out;
}
.related-content .container .related-content-columns .project-column .project .project-info h3 {
  font-size: 22px;
  font-weight: 500;
}
.related-content .container .related-content-columns .project-column .project .project-info .location {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.related-content .container .related-content-columns .project-column .project .project-info .blurb {
  max-height: 0px;
  overflow: hidden;
  margin-top: 0;
  transition: all 0.5s ease-out;
}
.related-content .container .related-content-columns .project-column .project .project-info .button {
  background: none;
}
.related-content .container .related-content-columns .project-column .project .project-info .button:hover {
  background: #25282C;
  color: #F6A941;
}
.related-content .container .related-content-columns .project-column .project .project-info .button:hover svg path {
  stroke: #F6A941;
}
.related-content .container .related-content-columns .project-column .project:hover {
  color: #25282C;
}
.related-content .container .related-content-columns .project-column .project:hover .overlay {
  opacity: 1;
}
.related-content .container .related-content-columns .project-column .project:hover .project-info {
  background: #F6A941;
}
.related-content .container .related-content-columns .project-column .project:hover .project-info .blurb {
  margin-top: 10px;
  max-height: 500px;
}
.related-content .container .related-content-columns .insights-column {
  flex-basis: calc(50% - 15px);
}
@media only screen and (max-width: 900px) {
  .related-content .container .related-content-columns .insights-column {
    flex-basis: 100%;
  }
}
.related-content .container .related-content-columns .insights-column > h3 {
  font-family: "Mukta", sans-serif;
  color: #F3D5A6;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.related-content .container .related-content-columns .insights-column .insight + .insight {
  margin-top: 30px;
}
.jump-menu {
  background: #415A73;
  color: #ffffff;
  padding: 18px 0;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 3;
}
@media only screen and (max-width: 650px) {
  .jump-menu {
    top: 0;
    scrollbar-width: none;
    /*overflow-x: scroll;*/
  }
}
@media only screen and (max-width: 900px) {
  .jump-menu .container {
    overflow-x: scroll;
    width: max-content;
    scrollbar-width: none;
  }
}
.jump-menu .container .label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #F6A941;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
}
.jump-menu .container ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.jump-menu .container ul li {
  padding: 0 20px;
  display: inline-block;
}
@media only screen and (max-width: 1105px) {
  .jump-menu .container ul li {
    padding: 0 7px;
    margin-bottom: 5px;
  }
}
.jump-menu .container ul li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.jump-menu .container ul li a:hover {
  background: #F6A941;
  border-color: #F6A941;
  color: #25282C;
}
.jump-menu .container ul li a.active {
  background: #F6A941;
  border-color: #F6A941;
  color: #25282C;
}
.jump-menu .container ul li.active a {
  background: #F6A941;
  border-color: #F6A941;
  color: #25282C;
}
body.scrolled .jump-menu {
  top: 60px;
}
body.scrolled .jump-menu::before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 60px;
  width: 100%;
  top: -60px;
  left: 0;
}
body.scrolled.admin-bar .jump-menu {
  top: 82px;
}
.grid-of-blurbs-icon {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  .grid-of-blurbs-icon {
    padding: 48px 0;
  }
}
.grid-of-blurbs-icon .container.flex {
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 650px) {
  .grid-of-blurbs-icon .container.flex {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.grid-of-blurbs-icon .container.flex .rotated-eyebrow {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  .grid-of-blurbs-icon .container.flex .rotated-eyebrow {
    flex-basis: 100%;
    writing-mode: unset;
    -webkit-transform: initial;
    -moz-transform: initial;
  }
}
.grid-of-blurbs-icon .container.flex .rotated-eyebrow h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b22319;
}
@media only screen and (max-width: 650px) {
  .grid-of-blurbs-icon .container.flex .rotated-eyebrow h4 {
    margin-bottom: 0;
  }
}
.grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner {
  flex: 1;
}
.grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner h2 {
  margin-bottom: 30px;
}
.grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner .bullet-items {
  gap: 20px 40px;
}
@media only screen and (max-width: 900px) {
  .grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner .bullet-items {
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner .bullet-items {
    gap: 10px;
  }
}
.grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner .bullet-items .grid-item {
  gap: 12px;
  align-items: flex-start;
  flex-basis: calc(33.33% - 27px);
}
@media only screen and (max-width: 900px) {
  .grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner .bullet-items .grid-item {
    flex-basis: calc(50% - 27px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner .bullet-items .grid-item {
    flex-basis: 100%;
  }
}
.grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner .bullet-items .grid-item .icon img {
  height: 24px;
  width: auto;
  max-width: none;
}
.grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner .bullet-items .grid-item .text {
  font-size: 16px;
  font-weight: 300;
}
.grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner .bullet-items .grid-item .text h3 {
  font-size: 22px;
  font-weight: 500;
  color: #b22319;
  margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  .grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner .bullet-items .grid-item .text h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .grid-of-blurbs-icon .container.flex .grid-of-blurbs-icon-inner .bullet-items .grid-item .text h3 {
    font-size: 18px;
  }
}
.grid-of-blurbs-icon.lightgrey {
  background: rgba(237, 237, 237, 0.9);
  mix-blend-mode: multiply;
}
.text-angled-photo {
  /*height:275px;*/
  align-items: stretch;
  background: #EBF3F8;
}
@media only screen and (max-width: 650px) {
  .text-angled-photo {
    /*overflow: hidden;*/
    flex-wrap: wrap;
  }
}
.text-angled-photo .photo {
  flex-basis: 50%;
  /*overflow:hidden;*/
}
@media only screen and (max-width: 650px) {
  .text-angled-photo .photo {
    flex-basis: 100%;
    height: 100vw;
    /*height:35vw;*/
  }
}
.text-angled-photo .photo img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.text-angled-photo .photo::before {
  content: "";
  aspect-ratio: 1;
  height: 101%;
  position: absolute;
  right: -1px;
  top: 0;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0px 100%, 100% 0px);
  background: #EBF3F8;
  z-index: 2;
}
@media only screen and (max-width: 650px) {
  .text-angled-photo .photo::before {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
}
.text-angled-photo .text {
  flex: 1;
  padding: 60px calc(50vw - 640px) 60px 0;
  z-index: 2;
}
@media only screen and (max-width: 1355px) {
  .text-angled-photo .text {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 650px) {
  .text-angled-photo .text {
    padding: 30px 70px 30px 20px;
    margin-top: -155px;
    z-index: 2;
  }
}
.text-angled-photo .text h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
}
@media only screen and (max-width: 650px) {
  .text-angled-photo .text h3 {
    margin-right: 30px;
    font-size: 24px;
  }
}
.text-angled-photo .text p strong {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 650px) {
  .text-angled-photo .text p strong {
    font-size: 18px;
  }
}
.text-angled-photo.image-right .photo {
  order: 2;
}
.text-angled-photo.image-right .photo::before {
  right: unset;
  left: -1px;
  top: -1px;
  transform: rotate(180deg);
  /*transform: rotate(180deg);*/
}
@media only screen and (max-width: 650px) {
  .text-angled-photo.image-right .photo::before {
    /*display:none;*/
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    transform: unset;
  }
}
@media only screen and (max-width: 650px) {
  .text-angled-photo.image-right .photo {
    flex-basis: 100%;
    order: 1;
    /*height:35vw;*/
    height: 100vw;
  }
}
.text-angled-photo.image-right .text {
  padding: 60px 0 60px calc(50vw - 640px);
}
@media only screen and (max-width: 1355px) {
  .text-angled-photo.image-right .text {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .text-angled-photo.image-right .text {
    padding: 30px 70px 48px 20px;
    order: 2;
  }
}
.text-video {
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .text-video {
    padding: 48px 0;
  }
}
.text-video .container.flex {
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  .text-video .container.flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .text-video .container.flex {
    flex-wrap: wrap;
  }
}
.text-video .container.flex .video {
  flex-basis: 760px;
}
.text-video .container.flex .text {
  flex: 1;
}
.text-video .container.flex .text h2 {
  font-family: "Lora", serif;
  font-size: 40px;
  margin-bottom: 30px;
}
.headline-text-w-large-left-triangle {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  .headline-text-w-large-left-triangle {
    padding: 48px 0;
  }
}
.headline-text-w-large-left-triangle .gold-triangle {
  position: absolute;
  bottom: -540px;
  height: 1080px;
  aspect-ratio: 0.5;
  background: #F6A941;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  opacity: 0.8;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 650px) {
  .headline-text-w-large-left-triangle .gold-triangle {
    height: auto;
    bottom: -50vw;
    width: 50vw;
  }
}
.headline-text-w-large-left-triangle .container.flex {
  justify-content: flex-end;
}
.headline-text-w-large-left-triangle .container.flex .text {
  flex-basis: 1;
  max-width: 740px;
}
.headline-text-w-large-left-triangle .container.flex .text h2 {
  font-family: "Mukta", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.headline-text-w-large-left-triangle .container.flex .text .subheadline {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.headline-text-w-large-left-triangle .container.flex .text .subheadline strong {
  font-family: "Mukta", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #b22319;
  text-transform: uppercase;
}
.headline-text-w-large-left-triangle.lightgrey {
  background: rgba(237, 237, 237, 0.5);
  mix-blend-mode: multiply;
}
.headline-text-w-large-left-triangle.greyblue {
  background: #415A73;
  color: #ffffff;
}
.headline-text-w-large-left-triangle.greyblue .gold-triangle {
  opacity: 0.7;
  mix-blend-mode: unset;
}
.headline-text-w-large-left-triangle.greyblue p a {
  color: #F3D5A6;
  text-decoration: underline;
}
.headline-text-w-large-left-triangle.greyblue p a:hover {
  color: #ffffff;
}
.text-icon {
  padding: 40px 0 80px 0;
  background: rgba(255, 255, 255, 0.8);
}
.text-icon .container.flex {
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  .text-icon .container.flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .text-icon .container.flex {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.text-icon .container.flex .rotated-eyebrow {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  .text-icon .container.flex .rotated-eyebrow {
    flex-basis: 100%;
    writing-mode: unset;
    -webkit-transform: initial;
    -moz-transform: initial;
  }
}
.text-icon .container.flex .rotated-eyebrow h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b22319;
}
@media only screen and (max-width: 650px) {
  .text-icon .container.flex .rotated-eyebrow h4 {
    margin-bottom: 0;
  }
}
.text-icon .container.flex .text-icon-inner {
  flex: 1;
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  .text-icon .container.flex .text-icon-inner {
    gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .text-icon .container.flex .text-icon-inner {
    flex-wrap: wrap;
  }
}
.text-icon .container.flex .text-icon-inner .text {
  flex: 1;
}
.text-icon .container.flex .text-icon-inner .text h2 {
  font-family: "Mukta", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.text-icon .container.flex .text-icon-inner .icon {
  flex-basis: 100%;
  max-width: 480px;
  text-align: center;
}
.text-icon .container.flex .text-icon-inner .icon img {
  height: 107px;
  margin: 0 auto;
}
.faqs .faq-category {
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  .faqs .faq-category {
    padding: 30px 0;
  }
}
.faqs .faq-category h2 {
  font-size: 32px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .faqs .faq-category h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 650px) {
  .faqs .faq-category h2 {
    font-size: 20px;
  }
}
.faqs .faq-category .accordion .accordion-header {
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #b22319;
  padding: 20px;
  cursor: pointer;
}
.faqs .faq-category .accordion .accordion-header h4 {
  font-size: 22px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 900px) {
  .faqs .faq-category .accordion .accordion-header h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .faqs .faq-category .accordion .accordion-header h4 {
    font-size: 18px;
  }
}
.faqs .faq-category .accordion .accordion-header svg {
  transform: rotate(90deg);
  min-width: 9px;
}
.faqs .faq-category .accordion .accordion-header svg path {
  stroke: #25282C;
}
.faqs .faq-category .accordion .accordion-body {
  padding: 40px 20px;
  max-width: 800px;
  display: none;
}
@media only screen and (max-width: 900px) {
  .faqs .faq-category .accordion .accordion-body {
    padding: 20px;
  }
}
.faqs .faq-category .accordion.open .accordion-header svg {
  transform: rotate(-90deg);
}
.text_form {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  .text_form {
    padding: 48px 0;
  }
}
.text_form .container.flex {
  gap: 60px;
}
@media only screen and (max-width: 900px) {
  .text_form .container.flex {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.text_form .container.flex .text {
  flex: 1;
  max-width: 480px;
}
@media only screen and (max-width: 900px) {
  .text_form .container.flex .text {
    flex-basis: 100%;
    max-width: none;
  }
}
.text_form .container.flex .text h2 {
  margin-bottom: 20px;
}
.text_form .container.flex .text .individual-contacts {
  margin-top: 5px;
}
.text_form .container.flex .text .individual-contacts .individual-contact {
  margin-bottom: 20px;
}
.text_form .container.flex .text .individual-contacts .individual-contact .label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.text_form .container.flex .text .individual-contacts .individual-contact .contact svg {
  margin: 0 8px 0 12px;
  vertical-align: middle;
}
.text_form .container.flex .form {
  flex: 1;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .text_form .container.flex .form {
    flex-basis: 100%;
  }
}
.locations-map {
  padding: 80px 0;
  background: #EBF3F8;
}
@media only screen and (max-width: 900px) {
  .locations-map {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 650px) {
  .locations-map {
    display: none;
  }
}
.locations-map .map_wrapper .imapsMapPolygon path {
  fill: #415A73;
}
.locations-map .map_wrapper .imapsMapObject {
  cursor: pointer;
}
.locations-map .map_wrapper .imapsMapObject .imapsCircle-group:hover {
  fill: #F6A941;
}
.locations-map .map_wrapper foreignObject > div {
  font-family: "Mukta", sans-serif;
  min-width: 200px;
  /*max-width:200px;*/
  color: #415A73;
}
.locations-map .map_wrapper foreignObject > div h4 {
  font-size: 20px;
  font-weight: 700;
  color: #b22319;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.locations-map .map_wrapper foreignObject > div p {
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 128%;
  margin-bottom: 1.5em;
}
.locations-map .map_wrapper foreignObject > div p strong {
  color: #b22319;
}
.text-small-team-grid {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  .text-small-team-grid {
    padding: 48px 0;
  }
}
.text-small-team-grid .container.flex {
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  .text-small-team-grid .container.flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .text-small-team-grid .container.flex {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.text-small-team-grid .container.flex .rotated-eyebrow {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  .text-small-team-grid .container.flex .rotated-eyebrow {
    flex-basis: 100%;
    writing-mode: unset;
    -webkit-transform: initial;
    -moz-transform: initial;
  }
}
.text-small-team-grid .container.flex .rotated-eyebrow h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b22319;
}
@media only screen and (max-width: 650px) {
  .text-small-team-grid .container.flex .rotated-eyebrow h4 {
    margin-bottom: 0;
  }
}
.text-small-team-grid .container.flex .text-small-team-grid-inner {
  flex: 1;
  gap: 40px;
}
@media only screen and (max-width: 1105px) {
  .text-small-team-grid .container.flex .text-small-team-grid-inner {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.text-small-team-grid .container.flex .text-small-team-grid-inner .text {
  flex-basis: 420px;
}
@media only screen and (max-width: 1105px) {
  .text-small-team-grid .container.flex .text-small-team-grid-inner .text {
    flex-basis: 100%;
  }
}
.text-small-team-grid .container.flex .text-small-team-grid-inner .text h3 {
  margin-bottom: 12px;
}
.text-small-team-grid .container.flex .text-small-team-grid-inner .text .button {
  margin-top: 20px;
}
.text-small-team-grid .container.flex .text-small-team-grid-inner .team {
  flex: 1;
}
.text-small-team-grid .container.flex .text-small-team-grid-inner .team .team-members-grid#team_grid {
  gap: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.text-small-team-grid .container.flex .text-small-team-grid-inner .team .team-members-grid#team_grid .team-member {
  flex-basis: calc(33.33% - 14px);
}
@media only screen and (max-width: 1105px) {
  .text-small-team-grid .container.flex .text-small-team-grid-inner .team .team-members-grid#team_grid .team-member {
    max-width: 250px;
  }
}
@media only screen and (max-width: 900px) {
  .text-small-team-grid .container.flex .text-small-team-grid-inner .team .team-members-grid#team_grid .team-member {
    flex-basis: calc(50% - 14px);
  }
}
@media only screen and (max-width: 650px) {
  .text-small-team-grid .container.flex .text-small-team-grid-inner .team .team-members-grid#team_grid .team-member {
    flex-basis: 100%;
  }
}
.locations-grid {
  padding: 80px 0 40px 0;
}
@media only screen and (max-width: 900px) {
  .locations-grid {
    padding: 48px 0;
  }
}
.locations-grid h2 {
  margin-bottom: 8px;
}
.locations-grid .location-grid {
  gap: 20px;
  margin-top: 40px;
}
.locations-grid .location-grid .location {
  flex-basis: calc(25% - 15px);
  background: #EDEDED;
  padding: 16px 16px 20px 16px;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  .locations-grid .location-grid .location {
    flex-basis: calc(33.33% - 14px);
  }
}
@media only screen and (max-width: 650px) {
  .locations-grid .location-grid .location {
    flex-basis: calc(50% - 10px);
  }
}
@media only screen and (max-width: 450px) {
  .locations-grid .location-grid .location {
    flex-basis: 100%;
  }
}
.locations-grid .location-grid .location .note {
  font-weight: 300;
  margin-bottom: 12px;
  letter-spacing: 1px;
  line-height: 112%;
}
.locations-grid .location-grid .location h4 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #415A73;
  margin-bottom: 12px;
}
.locations-grid .location-grid .location .address {
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 112%;
  display: block;
}
.locations-grid .location-grid .location .numbers {
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 112%;
}
.locations-grid .location-grid .location .numbers strong {
  color: #b22319;
}
@media only screen and (max-width: 900px) {
  .locations-grid + .locations-grid {
    padding: 15px 0;
  }
}
.related-projects {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  .related-projects {
    padding: 48px 0;
  }
}
.related-projects .bg-image {
  z-index: unset;
}
.related-projects .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 90, 115, 0.9);
  z-index: unset;
}
.related-projects .container > h2 {
  color: #ffffff;
  margin-bottom: 30px;
  z-index: 1;
}
.related-projects .container .projects-grid {
  padding: 0;
  margin-bottom: 30px;
}
.related-projects .container .projects-grid #projects_grid {
  gap: 20px;
}
.related-insights {
  padding: 80px 0 20px 0;
}
@media only screen and (max-width: 900px) {
  .related-insights {
    padding: 48px 0;
  }
}
.related-insights h2 {
  margin-bottom: 30px;
}
.related-insights .insights-grid #insights_grid {
  gap: 20px;
}
.related-insights .insights-grid #insights_grid .insight-instance {
  flex-basis: calc(50% - 10px);
}
@media only screen and (max-width: 900px) {
  .related-insights .insights-grid #insights_grid .insight-instance {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .related-insights .insights-grid #insights_grid .insight-instance {
    height: 250px;
  }
}
.default-content {
  padding: 80px 0;
  z-index: 2;
}
.default-content ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
.default-content ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .default-content ul li {
    font-size: 14px;
  }
}
.default-content ul li strong {
  font-size: 20px;
}
.default-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
.default-content ol {
  list-style: decimal;
  margin-left: 40px;
  margin-bottom: 1em;
}
.default-content ol li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .default-content ol li {
    font-size: 14px;
  }
}
.default-content ol li strong {
  font-size: 20px;
}
.default-content ol li::marker {
  color: #b22319;
  font-size: 20px;
  font-weight: 700;
}
.default-content ol ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
.default-content ol ul li {
  padding: 0;
  font-size: 18px;
  line-height: 125%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .default-content ol ul li {
    font-size: 14px;
  }
}
.default-content ol ul li strong {
  font-size: 20px;
}
.default-content ol ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #b22319;
}
@media only screen and (max-width: 900px) {
  .default-content {
    padding: 48px 0;
  }
}
.default-content h2, .default-content h3, .default-content h4 {
  margin-bottom: 20px;
}
.cta-module {
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
  aspect-ratio: 1.9834710744;
}
@media only screen and (max-width: 900px) {
  .cta-module {
    padding: 48px 0;
  }
}
.cta-module .cta-messages {
  gap: 40px;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .cta-module .cta-messages {
    gap: 20px;
  }
}
.cta-module .cta-messages.dual {
  text-align: left;
}
@media only screen and (max-width: 1450px) {
  .cta-module .cta-messages.dual {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .cta-module .cta-messages.dual {
    flex-wrap: wrap;
  }
}
.cta-module .cta-messages.dual .secondary-cta {
  flex-basis: 400px;
  background: #ffffff;
  color: #25282C;
  padding: 40px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .cta-module .cta-messages.dual .secondary-cta {
    flex-basis: 100%;
  }
}
.cta-module .cta-messages .primary-cta {
  flex-basis: 400px;
  background: #b22319;
  color: #ffffff;
  padding: 40px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .cta-module .cta-messages .primary-cta {
    flex-basis: 100%;
  }
}
.cta-module .cta-messages h2 {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 115%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .cta-module .cta-messages h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 650px) {
  .cta-module .cta-messages h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 650px) {
  .cta-module .cta-messages p {
    margin-bottom: 1.5em;
  }
}
/*
@import "parts/flexible-content-call-to-action";
@import "parts/flex-featured-projects";

@import "parts/flexible-content-by-the-numbers";
@import "parts/flexible-content-text-image";
@import "parts/flexible-content-project-overview";
@import "parts/flexible-content-image-gallery";
@import "parts/flexible-content-pullout-image-text";
@import "parts/flexible-content-testimonials";
@import "parts/flexible-content-related-projects";
@import "parts/flexible-content-cta";
@import "parts/flexible-content-simple-text-block";
@import "parts/flexible-content-our-team-grid";

@import "parts/flexible-content-icon-hover-boxes";
@import "parts/flexible-content-two-column-accordions";





*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}
/* Icons (disabled)
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("fonts/slick.eot");
        src: slick-font-url("fonts/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("fonts/slick.woff") format("woff"), slick-font-url("fonts/slick.ttf") format("truetype"), slick-font-url("fonts/slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 45px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: " ";
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: " ";
}
/* Custom Stuff */
.slick-prev-next img {
  top: 50%;
  position: absolute;
}
.slick-prev-next.slick-prev img {
  left: 10px;
}
.slick-prev-next.slick-next img {
  right: 10px;
  transform: rotate(180deg);
}
/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields {
  display: block;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield:first-child {
  margin-top: 0;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_label {
  font-family: "Mukta", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_label .gfield_required {
  color: #25282C;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields select {
  background: #ffffff;
  background-color: #fff;
  color: #25282C;
  border: 1px solid #25282C;
  padding: 10px;
  border-radius: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9' fill='none'%3E%3Cpath d='M12.002 1L6.50195 7L1.00195 1' stroke='%2325282C' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  font-family: "Mukta", sans-serif;
  color: #25282C;
  background: #F3D5A6;
  padding: 7px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  position: relative;
  border-radius: none;
  letter-spacing: 1px;
  border: 1px solid #25282C;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button svg {
  vertical-align: sub;
  margin-left: 8px;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background: #F6A941;
  border-color: #F6A941;
  color: #25282C;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover svg path {
  stroke-width: 2px;
}
/*  --------------------- Mobile Nav Styles  ------------------------*/
ul.mobileicons {
  list-style: none;
  margin-bottom: 0;
  padding: 7px 7px 4px 7px;
  z-index: 902;
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  background: #415A73;
}
ul.mobileicons:hover {
  background: #b22319;
}
ul.mobileicons li {
  display: inline-block;
  margin-left: 0px;
}
ul.mobileicons li a.mobilesearchtrigger {
  color: #25282C;
  font-size: 14px;
}
ul.mobileicons li a.mobilesearchtrigger svg {
  display: block;
  height: 28px;
  margin: 0 auto 2px auto;
}
ul.mobileicons li a.mobilesearchtrigger svg circle {
  stroke: #25282C !important;
}
ul.mobileicons li a.mobilesearchtrigger svg line {
  stroke: #25282C !important;
}
#nav-icon3 {
  width: 32px;
  height: auto;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /*-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;*/
  cursor: pointer;
  text-align: center;
  padding-top: 22px;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 .hamburger-helper {
  font-family: "Mukta", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}
#nav-icon3.open {
  padding-top: 18px;
  padding-bottom: 10px;
  margin-top: 4px;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}
#nav-icon3 span:nth-child(4) {
  top: 16px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#mobilenavcontainer {
  display: none;
  position: fixed;
  top: 0;
  z-index: 899;
  background: #ffffff;
  width: auto;
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  left: 0;
  background: linear-gradient(180deg, #415A73 0%, rgba(65, 90, 115, 0.5) 100%), url(images/menu-pattern.svg) repeat-x;
  backdrop-filter: blur(4.5px);
  padding: 120px 20px 20px 20px;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 650px) {
  #mobilenavcontainer {
    padding: 80px 20px 20px 20px;
  }
}
#mobilenavcontainer.scrolled {
  position: fixed;
  top: 60px;
}
#mobilenavcontainer .menu-main-nav-container {
  max-width: 1280px;
  margin: 0 auto;
}
#mobilenavcontainer ul.mobilenav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 43px;
}
@media only screen and (max-width: 900px) {
  #mobilenavcontainer ul.mobilenav {
    flex-wrap: wrap;
    gap: 15px;
  }
}
#mobilenavcontainer ul.mobilenav > li {
  display: block;
  padding: 15px;
  flex-basis: calc(33.33% - 29px);
  background: #415A73;
}
@media only screen and (max-width: 900px) {
  #mobilenavcontainer ul.mobilenav > li {
    flex-basis: calc(50% - 8px);
  }
}
@media only screen and (max-width: 650px) {
  #mobilenavcontainer ul.mobilenav > li {
    flex-basis: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
}
#mobilenavcontainer ul.mobilenav > li .mobilenavarrow {
  display: none;
}
#mobilenavcontainer ul.mobilenav > li:last-child {
  border-bottom: none;
}
#mobilenavcontainer ul.mobilenav > li > a {
  font-family: "Lora", serif;
  display: block;
  color: #F3D5A6;
  text-decoration: none;
  padding-left: 0;
  outline: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
#mobilenavcontainer ul.mobilenav > li > a:hover {
  color: #F6A941;
}
#mobilenavcontainer ul.mobilenav > li > a:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #C4DCF2;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -15px;
}
@media only screen and (max-width: 650px) {
  #mobilenavcontainer ul.mobilenav > li > a:after {
    width: 219px;
  }
}
@media only screen and (max-width: 650px) {
  #mobilenavcontainer ul.mobilenav > li > a {
    font-size: 18px;
    z-index: 2;
  }
}
#mobilenavcontainer ul.mobilenav > li.menu-item-has-children {
  position: relative;
}
#mobilenavcontainer ul.mobilenav > li.menu-item-has-children:after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(images/arrow-right-reversed.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: rotate(180deg);
  transition: transform 0.3s;
  display: none;
}
@media only screen and (max-width: 650px) {
  #mobilenavcontainer ul.mobilenav > li.menu-item-has-children:after {
    display: block;
  }
}
#mobilenavcontainer ul.mobilenav > li.menu-item-has-children.open:after {
  transform: none;
}
#mobilenavcontainer ul.mobilenav > li ul {
  position: relative;
  width: 100%;
  padding-left: 0;
  margin-top: 25px;
}
@media only screen and (max-width: 650px) {
  #mobilenavcontainer ul.mobilenav > li ul {
    display: none;
  }
}
#mobilenavcontainer ul.mobilenav > li ul li {
  padding: 10px 0;
}
#mobilenavcontainer ul.mobilenav > li ul li a {
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
}
@media only screen and (max-width: 650px) {
  #mobilenavcontainer ul.mobilenav > li ul li a {
    font-size: 16px;
  }
}
#mobilenavcontainer ul.mobilenav > li ul li a:hover {
  color: #F6A941;
  text-decoration: underline;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fcgl.circles.studio%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2FCGL%2Fsass%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2F_reset.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2F_variables.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2F_global.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fpages%2F_team-overview.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fpages%2F_single-team_member.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fpages%2F_podcast-overview.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fpages%2F_single-podcast.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fpages%2F_insights-overview.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fpages%2F_single-insights.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fpages%2F_projects-overview.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fpages%2F_single-project.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fpages%2F_search.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fpages%2F_404.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_header.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_footer.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-page-header.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-cta.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-headline-text.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-icon-grid-text.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-timeline.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-image-gallery.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-by-the-numbers.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-service-intro-expertise.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-services-list.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-service-offerings-grid.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-testimonial.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_related-content.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-jump-menu.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-grid-of-blurbs-icon.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-text-angled-photo.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-text-video.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-headline-text-w-large-left-triangle.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-text-icon.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-faqs.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-text-form.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-locations-map.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-text-small-team-grid.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-locations-grid.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-related-projects.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-related-insights.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fparts%2F_flex-default-content.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fcomponents%2Fslick-theme.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fcomponents%2F_forms.scss%22%2C%22wp-content%2Fthemes%2FCGL%2Fsass%2Fcomponents%2F_mobile-nav.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0e%3BAAAA%3BAAAA%3BAAAmB%3BAAAA%3BAAAA%3BAAAsB%3BAAAA%3BAAAA%3BAAAyB%3BAAAA%3BAAAA%3BAAAA%3BAAA4E%3BAAAA%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAA4F%3BAAAA%3BAAAA%3BAACppB%3BAAAA%3BAAAA%3BAAAA%3BAAChH%3BAAAA%3BAAAA%3BAAAA%3BADFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAFlID%3BAAAA%3BAAAA%3BAGKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH5HD%3BAGqIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAH1PA%3BAG%2BPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAC1TC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAWL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAgBT%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAJ5qBD%3BAIirBA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BACt2BN%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxRD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAC9OJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAcP%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACpQN%3BAAAA%3BAAAA%3BANwIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMnNH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BACtLA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAC7oBD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BARqFF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2FJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAYL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BACpSA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACzhBN%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAVqEF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUhJA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACnKD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAC5EH%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACbJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAC9WA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BACzIN%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAC9NJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChFH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAjB0EA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBnJD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACC%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACjLJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAC3GD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnWP%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BACzLF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAC%2FIN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAtBmEF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB9IA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAtBqDF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBhIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACtGL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAvBqHC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBhMH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAC3CD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAChNN%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxDJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAClJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BACjGF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAC1GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrHH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzBH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAC1EJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BACtEH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BACjEL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrDH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BACnDL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9FN%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtED%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAChCH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtBJ%3BAAAA%3BAAAA%3BAAAA%3BAxC0IE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCpNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAxBTD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBhFH%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BAAAA%3BAAAA%3BA2C4CI%3BAAAA%3BAAAA%3BA3C5CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2C8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BA3ChHJ%3BA2CyHC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA3ClID%3BA2C0IA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAC7LN%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BA5CxEL%3BA6CCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */