@charset "UTF-8";
/* global styles */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;800;900&amp;display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Poppins", sans-serif;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}
body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  color: #172535;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
  transition: opacity 0.5s;
}
#snippet-box {
  display: none;
}
.cleared:after {
  clear: both;
  content: "";
  display: block;
}
.a11y-toolbar .offscreen {
  display: none !important;
}
::-ms-clear {
  display: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
*::-webkit-media-controls-panel, *::--webkit-media-controls-play-button, *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  height: auto;
}
html.desktop-version {
  margin-top: 0 !important;
}
nav ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
select, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}
button:focus {
  outline: none;
}
button {
  background: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 3rem;
  font-weight: 500;
}
h1 {
  font-size: 6.6rem;
}
h2 {
  font-size: 5.6rem;
}
h3 {
  font-size: 4.6rem;
}
h4 {
  font-size: 2.5rem;
}
h5 {
  font-size: 2.1rem;
}
h6 {
  font-size: 1.7rem;
}
p {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
ul, ol {
  margin: 0 0 2.5rem 2rem;
}
blockquote:before, blockquote:after {
  content: none;
}
.content-entry, .pum-content {
  font-size: 1.6rem;
  line-height: 1.5;
}
.content-entry:after, .pum-content:after {
  content: "";
  display: block;
  clear: both;
}
.content-entry a.read-more-text, .pum-content a.read-more-text {
  font-size: 1.2rem;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  padding-right: 1rem;
  border-bottom: none !important;
  margin-bottom: 2rem;
  display: none;
}
.content-entry a.read-more-text em, .pum-content a.read-more-text em {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0.6rem;
  color: #FD6A3C;
}
.content-entry table, .pum-content table {
  width: 100%;
  min-width: 767px;
}
.content-entry table thead th, .pum-content table thead th {
  border-bottom: 6px solid #FD6A3C;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  vertical-align: middle;
  text-align: left;
  padding: 1rem 2rem;
  text-transform: uppercase;
  box-sizing: border-box;
  height: 5.5rem;
}
.content-entry table tbody tr:nth-child(odd), .pum-content table tbody tr:nth-child(odd) {
  background: rgba(242, 242, 242, 0.4);
}
.content-entry table tr td, .pum-content table tr td {
  padding: 1rem 2rem;
  height: 6.5rem !important;
  font-size: 1.4rem;
  line-height: 1.4;
  vertical-align: middle;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  box-sizing: border-box;
}
.content-entry table tr td h1, .content-entry table tr td h2, .content-entry table tr td h3, .content-entry table tr td h4, .content-entry table tr td h5, .content-entry table tr td h6, .pum-content table tr td h1, .pum-content table tr td h2, .pum-content table tr td h3, .pum-content table tr td h4, .pum-content table tr td h5, .pum-content table tr td h6 {
  margin-bottom: 0;
}
.content-entry .featured__quote-in, .pum-content .featured__quote-in {
  margin-bottom: 3rem;
}
.content-entry .featured__quote-in svg, .pum-content .featured__quote-in svg {
  color: #FD6A3C;
}
.content-entry blockquote, .pum-content blockquote {
  padding-left: 4rem;
}
.content-entry h1, .content-entry h2, .content-entry h3, .content-entry h4, .content-entry h5, .content-entry h6, .pum-content h1, .pum-content h2, .pum-content h3, .pum-content h4, .pum-content h5, .pum-content h6 {
  margin-bottom: 2rem;
}
.content-entry a:not(.ia-link):not(.ia-btn), .pum-content a:not(.ia-link):not(.ia-btn) {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: border-color 0.35s;
}
.content-entry--small, .pum-content--small {
  font-size: 1.4rem;
}
.content-entry.p2 p, .pum-content.p2 p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.content-entry.p3 p, .pum-content.p3 p {
  font-size: 1.2rem;
  line-height: 1.4;
}
.content-entry ul:not(.slick-dots), .pum-content ul:not(.slick-dots) {
  list-style-type: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  color: #FD6A3C;
  margin-left: 0;
}
.content-entry ul:not(.slick-dots) li, .pum-content ul:not(.slick-dots) li {
  position: relative;
  margin-bottom: 1rem;
  margin-left: 1em;
  color: #172535;
}
.content-entry ul:not(.slick-dots) li:before, .pum-content ul:not(.slick-dots) li:before {
  content: "•";
  font-weight: 600;
  color: #FD6A3C;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.content-entry ul:not(.slick-dots) li ul, .pum-content ul:not(.slick-dots) li ul {
  margin-top: 1rem;
  margin-left: 2rem;
}
.content-entry ol, .pum-content ol {
  margin-left: 0;
  list-style-type: none;
  counter-reset: counter;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.content-entry ol li, .pum-content ol li {
  position: relative;
  padding-left: 2.6rem;
  margin-bottom: 1rem;
  counter-increment: counter;
}
.content-entry ol li:before, .pum-content ol li:before {
  content: counter(counter) ".";
  color: #FD6A3C;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 95%;
  font-weight: 700;
}
.content-entry ol.xl li, .pum-content ol.xl li {
  padding-left: 10rem;
}
.content-entry ol.l li, .content-entry ol.h1 li, .content-entry ol.h2 li, .content-entry ol.h3 li, .pum-content ol.l li, .pum-content ol.h1 li, .pum-content ol.h2 li, .pum-content ol.h3 li {
  padding-left: 7rem;
}
.content-entry.ia-white ul li, .pum-content.ia-white ul li {
  color: #FFFFFF;
}
.content-entry .ia-link, .pum-content .ia-link {
  margin-bottom: 3rem;
}
.content-entry.ia-white ul:not(.slick-dots) li, .pum-content.ia-white ul:not(.slick-dots) li {
  color: #FFFFFF;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
input:focus, a:focus, button:focus, select:focus {
  outline: none;
}
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  color: #000;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 3rem;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
  box-sizing: border-box;
}
iframe {
  max-width: 100%;
}
html.overlayed {
  overflow: hidden;
}
html.overlayed body.overlayed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
html.overlayed #wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
}
.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}
.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
::selection {
  background: #c4c4c4;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #c4c4c4;
  /* Gecko Browsers */
}
#wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
#wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.overlayed #wrapper {
  overflow: hidden;
}
.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.wow {
  visibility: hidden;
}
.clear {
  clear: both;
  display: block;
  font-size: 1px;
}
/* text aligments */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center, .aligncenter {
  text-align: center !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.wp-caption, .wp-caption-text, .bypostauthor {
  font-size: 1.3rem;
}
.wp-caption {
  margin-bottom: 3.5rem;
}
.wp-caption img {
  margin-bottom: 1.2rem;
  vertical-align: top;
}
.sticky {
  font-size: 1.6rem;
}
.screen-reader-text {
  font-size: 1.6rem;
}
.gallery-caption {
  font-size: 1.6rem;
}
.gmnoprint *, .select-maps > a, .gm-style-cc a {
  white-space: normal !important;
}
body:not(.page-template-simple-template) main {
  padding-top: 19rem;
  position: relative;
}
body:not(.page-template-simple-template) main:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
  margin-bottom: -19rem;
  height: 100vh;
  background: #172535;
}
.page-template-simple-template .cc-window {
  display: none !important;
}
.inner {
  max-width: 1344px;
  width: 100%;
  padding: 0 3rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.inner--slim-1172 {
  max-width: 1172px;
}
.inner--slim-800 {
  max-width: 800px;
}
.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.hidden-txt {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}
#content {
  position: relative;
}
video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */
}
.column-50 {
  float: left;
  width: 48%;
}
.column-50 + .column-50 {
  float: right;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
  padding-right: 0;
}
.desktop-version .content-entry a:not(.ia-link):not(.ia-btn):hover, .desktop-version .pum-content a:not(.ia-link):not(.ia-btn):hover {
  border-color: #3F5E9D;
  color: #3F5E9D;
}
.desktop-version .content-entry.ia-white a:not(.ia-link):not(.ia-btn):hover, .desktop-version .pum-content.ia-white a:not(.ia-link):not(.ia-btn):hover {
  border-color: #A1C5D3;
  color: #A1C5D3;
}
.desktop-version .ia-bg-sky .content-entry a:not(.ia-link):not(.ia-btn):hover {
  border-color: transparent;
  color: #3F5E9D;
}
.desktop-version .ia-bg-dark .content-entry a:not(.ia-link):not(.ia-btn):hover {
  border-color: #A1C5D3;
  color: #A1C5D3;
}
@media (max-width: 1300px) {
  h1 {
    font-size: 4.2rem;
  }
  h2 {
    font-size: 3.6rem;
  }
  h3 {
    font-size: 3.3rem;
  }
  h4 {
    font-size: 2.1rem;
  }
  h5 {
    font-size: 1.8rem;
  }
  h6 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1.5rem;
  }
  .content-entry.p2 p {
    font-size: 1.3rem;
  }
  .content-entry.p3 p {
    font-size: 1.1rem;
  }
  .content-entry ol.xl li {
    padding-left: 7rem;
  }
  .content-entry ol.l li, .content-entry ol.h1 li, .content-entry ol.h2 li, .content-entry ol.h3 li {
    padding-left: 5rem;
  }
}
@media (max-width: 1150px) {
  body:not(.page-template-simple-template) main {
    padding-top: 6.2rem;
  }
  body:not(.page-template-simple-template) main:before {
    margin-bottom: -6.2rem;
  }
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 2rem;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 2.3rem;
  }
  h4 {
    font-size: 1.7rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.3rem;
  }
  p {
    font-size: 1.3rem;
  }
  .content-entry .wp-caption.alignleft, .content-entry .wp-caption.alignright, .content-entry img.alignleft, .content-entry img.alignright {
    float: none;
    display: block;
  }
  .content-entry.p2 p {
    font-size: 1.2rem;
  }
  .content-entry.p3 p {
    font-size: 1rem;
  }
  .content-entry ol.xl li, .content-entry ol.l li {
    padding-left: 5rem;
  }
  .content-entry ol.h1 li, .content-entry ol.h2 li, .content-entry ol.h3 li {
    padding-left: 4rem;
  }
  .inner {
    padding: 0 5%;
  }
  .column-50 {
    float: none;
    width: 100%;
  }
  .column-50 + .column-50 {
    float: none;
  }
  .content-entry table tr td {
    height: 4rem;
  }
  .content-entry .read-more-content-wrap {
    display: none;
  }
  .content-entry .read-more-content-wrap p:empty {
    display: none;
  }
  .content-entry .read-more-content-wrap.hide + a.read-more-text em {
    transform: translate(0, -50%) rotate(0deg);
  }
  .content-entry a.read-more-text {
    display: inline-block;
  }
  .content-entry a.read-more-text em {
    transform: translate(0, -50%) rotate(-180deg);
  }
  .table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.select-maps li:has(.current) {
  background-color: #F2F2F2;
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.head-animated.wow span {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.head-animated.wow span em {
  display: block;
  transform: translate(0, 100%);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.head-animated.wow[style*="visible"] span em {
  transform: translate(0, 0);
  opacity: 1;
}
.head-animated em {
  font-style: normal;
}
.head-animated.xl.wow[style*="visible"] em {
  transform: translate(0, -1rem);
  line-height: 1.1;
}
.play-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid #FD6A3C;
  position: absolute;
  background: #172535;
  font-size: 2.4rem;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
}
.vape {
  position: relative;
  overflow: hidden;
}
.vape .vape-el {
  transform: scale(1);
  transition: transform 1.2s linear;
  z-index: 4;
}
.vape:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  background: #FFFFFF;
  transition: height 1s;
  z-index: 5;
}
.vape.ia-bg-dark:before {
  background: #172535;
}
.vape.wow:before {
  height: 100%;
}
.vape.wow .vape-el {
  transform: scale(1.2);
}
.vape.wow[style*="visible"]:before {
  height: 0;
}
.vape.wow[style*="visible"] .vape-el {
  transform: scale(1);
}
.vape-img {
  height: 100%;
  transition: transform 1.2s 0.5s, height 1s 0.5s;
}
.vape-img.wow {
  height: 0;
  transform: scale(1.1);
}
.vape-img.wow[style*="visible"] {
  height: 100%;
  transform: scale(1);
}
.ia-line {
  position: absolute;
}
.ia-line-1 {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  transition: width 0.5s 0.2s linear;
}
.ia-line-2 {
  right: 0;
  top: 0;
  height: 0;
  width: 1px;
  transition: height 0.5s 0.7s linear;
}
.ia-line-3 {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: width 0.5s 1.2s linear;
}
.ia-line-4 {
  left: 0;
  bottom: 0;
  height: 0;
  width: 1px;
  transition: height 0.5s 1.7s linear;
}
.cc-btn {
  white-space: normal !important;
  overflow: visible !important;
}
.wow[style*="visibility"] .ia-line-1, .wow[style*="visibility"] .ia-line-3 {
  width: 100%;
}
.wow[style*="visibility"] .ia-line-2, .wow[style*="visibility"] .ia-line-4 {
  height: 100%;
}
body {
  /* headings */
}
body .h1, body .h2, body .h3, body .h3b .h4, body .h5, body .h6, body .xl, body .l, body .p, body .p2, body .p3, body .label {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
body .h1.margin, body .h1.ia-margin, body .h2.margin, body .h2.ia-margin, body .h3.margin, body .h3.ia-margin, body .h3b .h4.margin, body .h3b .h4.ia-margin, body .h5.margin, body .h5.ia-margin, body .h6.margin, body .h6.ia-margin, body .xl.margin, body .xl.ia-margin, body .l.margin, body .l.ia-margin, body .p.margin, body .p.ia-margin, body .p2.margin, body .p2.ia-margin, body .p3.margin, body .p3.ia-margin, body .label.margin, body .label.ia-margin {
  margin-bottom: 3rem;
}
body .ia-extra-bold {
  font-weight: 900 !important;
}
body .ia-bold {
  font-weight: 800 !important;
}
body .ia-semi-bold {
  font-weight: 600 !important;
}
body .ia-medium {
  font-weight: 500 !important;
}
body .ia-regular {
  font-weight: 400 !important;
}
body .ia-light {
  font-weight: 300 !important;
}
body .ia-thin {
  font-weight: 100 !important;
}
body .ia-orange {
  color: #FD6A3C !important;
}
body .ia-dark {
  color: #172535 !important;
}
body .ia-white {
  color: #FFFFFF !important;
}
body .ia-soft {
  color: #F2F2F2 !important;
}
body .ia-gray {
  color: #A5A5A5 !important;
}
body .ia-blue {
  color: #3F5E9D !important;
}
body .ia-water {
  color: #DAEDF5 !important;
}
body .ia-sky {
  color: #A1C5D3 !important;
}
body .ia-teal {
  color: #70BEB4 !important;
}
body .ia-bg-orange {
  background-color: #FD6A3C !important;
}
body .ia-bg-dark {
  background-color: #172535 !important;
}
body .ia-bg-white {
  background-color: #FFFFFF !important;
}
body .ia-bg-soft {
  background-color: #F2F2F2 !important;
}
body .ia-bg-gray {
  background-color: #A5A5A5 !important;
}
body .ia-bg-blue {
  background-color: #3F5E9D !important;
}
body .ia-bg-water {
  background-color: #DAEDF5 !important;
}
body .ia-bg-sky {
  background-color: #A1C5D3 !important;
}
body .ia-bg-teal {
  background-color: #70BEB4 !important;
}
body .xl {
  font-size: 9rem;
  line-height: 1.1;
}
body .l {
  font-size: 7.4rem;
  line-height: 1;
}
body .h1 {
  font-size: 6.6rem;
  line-height: 1.1;
}
body .h1.head-animated {
  line-height: 1.25;
}
body .h2 {
  font-size: 5.6rem;
  line-height: 1.2;
}
body .h2.head-animated {
  line-height: 1.25;
}
body .h3 {
  font-size: 4.6rem;
  line-height: 1.25;
}
body .h3b {
  font-size: 3.6rem;
  line-height: 1.25;
}
body .h4 {
  font-size: 2.5rem;
  line-height: 1.3;
}
body .h5 {
  font-size: 2.1rem;
  line-height: 1.3;
}
body .h6 {
  font-size: 1.7rem;
  line-height: 1.3;
}
body .p {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
body .p2 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 300;
}
body .p3 {
  font-size: 1.2rem;
  line-height: 1.4;
}
body .ia-margin-0 {
  margin-bottom: 0 !important;
}
body .ia-margin-05 {
  margin-bottom: 0.5rem !important;
}
body .ia-margin-1 {
  margin-bottom: 1rem !important;
}
body .ia-margin-2 {
  margin-bottom: 2rem !important;
}
body .ia-margin-3 {
  margin-bottom: 3rem !important;
}
.category-title {
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  border: 1px solid #A5A5A5;
  font-size: 1.1rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  transition: color 0.35s, background 0.35s;
}
.category-title.ia-sky {
  color: #A1C5D3;
  border-color: #A1C5D3;
}
a.category-title {
  color: #172535;
}
a.category-title:hover {
  background: #172535;
  color: #FFFFFF;
}
a.category-title.ia-sky:hover {
  background: #F2F2F2;
  color: #172535 !important;
}
.sub-heading {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
  color: #172535;
  margin-bottom: 1.5rem;
}
.sub-heading__white {
  color: #FFFFFF;
}
/* tabs */
.ia-tabs {
  display: inline-block;
  background-color: #F2F5F7;
  padding: 0.4rem;
  border-radius: 0.4rem;
}
.ia-tab {
  display: inline-block;
  text-align: center;
  min-width: 14.8rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.16;
  box-sizing: border-box;
  padding: 2rem 1.5rem;
  text-transform: uppercase;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: color 0.35s, background 0.35s;
  color: #172535;
}
.ia-tab--active {
  background: #310255;
  color: #FFFFFF;
}
/* buttons */
.ia-btn {
  background: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  color: #172535;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.35s;
  border: none;
  padding: 0;
  cursor: pointer;
}
.ia-btn .ia-b {
  position: absolute;
  background: #172535;
  z-index: 6;
  transition: background-color 0.35s;
}
.ia-btn .ia-b-1 {
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.ia-btn .ia-b-2 {
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}
.ia-btn .ia-b-3 {
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
}
.ia-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0.6rem;
  background: #172535;
  transition: background 0.35s 0.1s;
  z-index: 7;
}
.ia-btn span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 1.3rem 2rem;
}
.ia-btn span em, .ia-btn span i {
  vertical-align: middle;
}
.ia-btn span em:first-child, .ia-btn span i:first-child {
  margin-right: 5px;
}
.ia-btn span em:last-child, .ia-btn span i:last-child {
  margin-left: 5px;
}
.ia-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  height: 0;
  right: 0;
  background: #172535;
  transition: height 0.2s;
}
.ia-btn:hover {
  color: #FFFFFF;
}
.ia-btn:hover:before {
  background: #FD6A3C;
}
.ia-btn:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
  transition: height 0.35s;
}
.ia-btn--secondary {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  min-width: 160px;
}
.ia-btn--secondary span {
  padding: 2rem;
}
.ia-btn--secondary span svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.2rem;
  min-height: 2.1rem;
  max-height: 2.1rem;
  width: auto;
}
.ia-btn--dark {
  color: #FFFFFF;
  background: #172535;
}
.ia-btn--dark .ia-b, .ia-btn--dark:before {
  background: #FD6A3C;
}
.ia-btn--dark:after {
  background: #FFFFFF;
}
.ia-btn--dark:hover {
  color: #172535;
}
.ia-btn.wow span {
  opacity: 0;
  transform: translate(0, 50%);
  transition: transform 0.35s 0.2s linear, opacity 0.35s 0.2s;
}
.ia-btn.wow .ia-b-1 {
  width: 0;
  transition: width 0.3s;
}
.ia-btn.wow .ia-b-2 {
  height: 0;
  transition: height 0.3s 0.3s linear;
}
.ia-btn.wow .ia-b-3 {
  width: 0;
  transition: width 0.3s 0.6s linear;
}
.ia-btn.wow:before {
  height: 0;
  transition: height 0.3s 0.9s linear, background 0.35s 0s;
}
.ia-btn.wow[style*="visible"] span {
  opacity: 1;
  transform: translate(0, 0);
}
.ia-btn.wow[style*="visible"] .ia-b-1, .ia-btn.wow[style*="visible"] .ia-b-3 {
  width: 100%;
}
.ia-btn.wow[style*="visible"] .ia-b-2, .ia-btn.wow[style*="visible"]:before {
  height: 100%;
}
.ia-link {
  color: #172535;
  font-weight: 600;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: border-color 0.35s;
  line-height: 1.5;
}
.ia-link span {
  display: inline;
  border-bottom: 1px solid #172535;
}
.ia-link em:last-child, .ia-link i:last-child {
  margin-left: 5px;
}
.ia-link--arrow {
  margin-left: 2.2rem;
}
.ia-link--arrow svg {
  position: absolute;
  left: -1.6rem;
  top: 0.4rem;
}
.ia-link--arrow i:first-child {
  position: absolute;
  left: -2.2rem;
  top: 0.2rem;
  font-size: 1.5rem;
  margin-right: 6px;
  color: #FD6A3C;
  overflow: hidden;
}
.ia-link--arrow i:first-child.icon-download, .ia-link--arrow i:first-child.icon-books {
  font-size: 1.6rem;
}
.ia-link--arrow i:first-child:before {
  display: inline-block;
}
.ia-link.ia-white, .ia-link--white {
  color: #FFFFFF;
}
.ia-link.ia-white span, .ia-link--white span {
  border-color: #FFFFFF;
}
.ia-link.ia-white:before, .ia-link--white:before {
  background: #FFFFFF;
}
.ia-link.ia-white i, .ia-link--white i {
  color: #FD6A3C;
}
.ia-link.wow {
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}
.ia-link.wow i:before {
  transform: translate(-100%, 0);
  transition: transform 0.5s 0.5s;
}
.ia-link.wow:before {
  width: 0;
  transition: width 0.5s 0.5s;
}
.ia-link.wow[style*="visible"] {
  opacity: 1;
}
.ia-link.wow[style*="visible"] i:before {
  transform: translate(0, 0);
}
.ia-link.wow[style*="visible"]:before {
  width: 100%;
}
.desktop-version .ia-link:hover span {
  border-bottom-color: #FD6A3C;
}
.desktop-version .ia-link--arrow:hover i:before {
  animation: 0.5s fromLeftRoll forwards;
}
.slick-dots {
  list-style-type: none;
  margin: 0 -6px;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.slick-dots li {
  background: #A5A5A5;
  opacity: 0.4;
  width: 100%;
  margin: 0 6px;
  position: relative;
  height: 10px;
}
.slick-dots li.slick-active {
  background: #FD6A3C;
  opacity: 1;
}
.slick-dots li button {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: 999px;
  cursor: pointer;
  white-space: nowrap;
}
.dot-flashing {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #FD6A3C;
  color: #FD6A3C;
  animation: dot-flashing 0.6s infinite linear alternate;
  animation-delay: 0.3s;
}
.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -15px;
  width: 12px;
  height: 12px;
  background-color: #FD6A3C;
  color: #FD6A3C;
  animation: dot-flashing 0.6s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 15px;
  width: 12px;
  height: 12px;
  background-color: #FD6A3C;
  color: #FD6A3C;
  animation: dot-flashing 0.6s infinite alternate;
  animation-delay: 0.6s;
}
.loading {
  font-weight: 300;
  font-size: 1.5rem;
  color: #172535;
  text-align: center;
  display: none;
}
.loading .dot-flashing {
  margin-right: 2.6rem;
  display: inline-block;
  vertical-align: middle;
}
@keyframes dot-flashing {
  0% {
    background-color: #FD6A3C;
  }
  50% {
    background-color: rgba(253, 106, 60, 0.7);
  }
  100% {
    background-color: rgba(253, 106, 60, 0.3);
  }
}
@keyframes fromLeftRoll {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(100%, 0);
    opacity: 1;
  }
  51% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  52% {
    transform: translate(-100%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fromUpRoll {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(0, -100%);
    opacity: 1;
  }
  51% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  52% {
    transform: translate(0, 100%);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.more-content-btn {
  padding-right: 2rem;
  position: relative;
  color: #172535;
  text-decoration: underline;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.14;
}
.more-content-btn:before {
  position: absolute;
  right: 0;
  top: 0.3rem;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #172535;
  border-right: 1px solid #172535;
  transform: rotate(45deg);
}
.more-content-btn.expanded:before {
  transform: rotate(-135deg);
  top: 0.7rem;
}
/* filter styles */
.dropdown-col {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.select {
  position: relative;
}
.select b {
  font-weight: 700;
}
.select.selected > a span {
  border-bottom: 2px solid #FD6A3C;
}
.select > a {
  display: block;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  background: #FFFFFF;
  position: relative;
}
.select > a:before {
  position: absolute;
  content: "";
  font-family: "icomoon";
  font-size: 1.2rem;
  top: 50%;
  transform: translate(0, -50%);
  right: 1.5rem;
  color: #FD6A3C;
}
.select > a span {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #172535;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.select.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.select.open > a {
  box-shadow: 0px 2px 4px rgba(14, 25, 41, 0.25);
}
.select.open > a span {
  border-color: #FD6A3C;
}
.select.open .dropdown-list {
  visibility: visible;
  opacity: 1;
}
.select.open .dropdown-list .mCSB_scrollTools {
  opacity: 1;
  z-index: 10;
}
.select.open .dropdown-list .mCustomScrollBox {
  max-height: 275px !important;
}
.select.open > a:before {
  transform: translate(0, -50%) rotate(180deg);
}
.select .dropdown-list {
  position: absolute;
  left: 0;
  width: 240px;
  top: 100%;
  overflow: hidden;
  text-align: left;
  z-index: 8;
  background: #fff;
  opacity: 0;
  padding: 1.6rem 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
  box-shadow: 0px 5px 4px rgba(14, 25, 41, 0.25);
  box-sizing: border-box;
}
.select .dropdown-list .dropdown-list-in {
  overflow-y: auto;
}
.select .dropdown-list .mCustomScrollBox {
  max-height: 0 !important;
  transition: max-height 0.8s;
}
.select .dropdown-list .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden, .select .dropdown-list .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.select .dropdown-list .mCSB_container.mCS_no_scrollbar_y {
  margin-right: 0;
}
.select .dropdown-list .mCSB_scrollTools {
  opacity: 0;
  transition: opacity 0.3s 0.7s;
}
.select .dropdown-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #172535;
}
.select .dropdown-list .mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background: none;
}
.select .dropdown-list .dropdown-list-item {
  box-sizing: border-box;
}
.select .dropdown-list .dropdown-list-item.current a {
  background: #F2F2F2;
  padding-left: 5rem;
  font-weight: 500;
}
.select .dropdown-list .dropdown-list-item.current a:before {
  opacity: 1;
}
.select .dropdown-list a {
  padding: 0.6rem 3rem;
  position: relative;
  display: block;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #172535;
  transition: color 0.35s, background 0.35s;
}
.select .dropdown-list a:before {
  content: "";
  color: #FD6A3C;
  position: absolute;
  left: 3rem;
  top: 0.6rem;
  font-size: 1rem;
  font-family: "icomoon" !important;
  opacity: 0;
}
.select .dropdown-list a:hover {
  background: #F2F2F2;
}
.select .dropdown-list .ap-filter {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  border-top: 2px solid #172535;
  white-space: nowrap;
  color: #172535;
  bottom: 0;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: color 0.35s;
}
.select .dropdown-list .ap-filter:hover {
  color: #172535;
}
.select.select-dark.open > a span {
  color: #172535;
}
.select.select-dark.open > a span:before {
  border-top-color: #172535;
}
.select.select-dark > a span {
  color: #fff;
}
.select.select-dark > a span:before {
  border-top-color: #fff;
}
.share-button {
  font-size: 2.8rem;
  color: #A1C5D3;
  margin-left: 1rem;
  transition: color 0.35s;
}
.share-button span {
  display: none;
}
.extra-share-tool {
  margin-left: 3rem;
}
.extra-share-tool a {
  font-size: 1.8rem;
  color: #A1C5D3;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 1px solid #A1C5D3;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  margin-left: 1rem;
  transition: color 0.35s, border 0.35s;
}
.extra-share-tool a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.extra-share-tool a i.icon-mail {
  transform: translate(-49%, -48%);
}
.btn-load {
  border: 1px solid #FD6A3C;
  color: #172535;
  padding: 0.9rem 2rem;
  font-size: 1.5rem;
  font-weight: 300;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  transition: color 0.35s;
}
.btn-load span {
  position: relative;
  z-index: 5;
}
.btn-load:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: transform 0.35s;
  transform: translate(0, 100%);
  background: #172535;
}
.btn-load:hover {
  border: 1px solid transparent;
  color: #FFFFFF !important;
}
.btn-load:hover:before {
  transform: translate(0, 0);
}
.btn-load.ia-white:before {
  background: #FFFFFF;
}
.btn-load.ia-white:hover {
  border: 1px solid #FD6A3C;
  color: #172535 !important;
}
/* form styles */
form {
  color: #172535;
}
form.gray {
  color: #C2D1D9;
}
form.white {
  color: #FFFFFF;
}
form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"], form input[type="date"], form textarea {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border: 1px solid #A5A5A5;
  background: #FFFFFF;
  padding: 0 1.6rem;
  height: 5rem;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  color: #172535;
  outline: none;
  margin-bottom: 2rem;
  border-radius: 0;
}
form input[type="text"].wpcf7-not-valid, form input[type="tel"].wpcf7-not-valid, form input[type="email"].wpcf7-not-valid, form input[type="password"].wpcf7-not-valid, form input[type="date"].wpcf7-not-valid, form textarea.wpcf7-not-valid {
  border: 1px solid #c50000;
  box-shadow: inset 0px 0px 0px 1px red;
}
form input[type="text"]:focus, form input[type="tel"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form input[type="date"]:focus, form textarea:focus {
  border: 1px solid #3F5E9D;
}
form input[type="text"]:focus::-webkit-input-placeholder, form input[type="tel"]:focus::-webkit-input-placeholder, form input[type="email"]:focus::-webkit-input-placeholder, form input[type="password"]:focus::-webkit-input-placeholder, form input[type="date"]:focus::-webkit-input-placeholder, form textarea:focus::-webkit-input-placeholder {
  color: #172535;
  opacity: 0.1;
}
form input[type="text"]:focus:-moz-placeholder, form input[type="tel"]:focus:-moz-placeholder, form input[type="email"]:focus:-moz-placeholder, form input[type="password"]:focus:-moz-placeholder, form input[type="date"]:focus:-moz-placeholder, form textarea:focus:-moz-placeholder {
  color: #172535;
  opacity: 0.1;
}
form input[type="text"]:focus::-moz-placeholder, form input[type="tel"]:focus::-moz-placeholder, form input[type="email"]:focus::-moz-placeholder, form input[type="password"]:focus::-moz-placeholder, form input[type="date"]:focus::-moz-placeholder, form textarea:focus::-moz-placeholder {
  color: #172535;
  opacity: 0.1;
}
form input[type="text"]:focus:-ms-input-placeholder, form input[type="tel"]:focus:-ms-input-placeholder, form input[type="email"]:focus:-ms-input-placeholder, form input[type="password"]:focus:-ms-input-placeholder, form input[type="date"]:focus:-ms-input-placeholder, form textarea:focus:-ms-input-placeholder {
  color: #172535;
  opacity: 0.1;
}
form input[type="text"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form input[type="date"]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #172535;
  opacity: 0.5;
}
form input[type="text"]:-moz-placeholder, form input[type="tel"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form input[type="password"]:-moz-placeholder, form input[type="date"]:-moz-placeholder, form textarea:-moz-placeholder {
  color: #172535;
  opacity: 0.5;
}
form input[type="text"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form input[type="date"]::-moz-placeholder, form textarea::-moz-placeholder {
  color: #172535;
  opacity: 0.5;
}
form input[type="text"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form input[type="date"]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #172535;
  opacity: 0.5;
}
form input[type="date"] {
  padding-left: 4rem;
  background: url(../svg/calendar.svg) no-repeat 8px 50%;
}
form input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
form textarea {
  height: 8.7rem;
  resize: none;
  padding: 1.6rem;
}
form .file-wrap {
  position: relative;
  margin-bottom: 3.5rem;
}
form .file-wrap .wpcf7-not-valid-tip {
  top: 100%;
  bottom: auto;
  right: auto;
  left: 0;
}
form .file-wrap .file-wrap-btn {
  padding: 0 0.6rem;
  width: 14.4rem;
  height: 3.8rem;
  font-size: 1.4rem;
  line-height: 3.8rem;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #172535;
  color: #172535;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  text-decoration: none;
}
form .file-wrap input {
  width: 14.2rem;
  height: 3.8rem;
  margin: 0.1rem;
  cursor: pointer;
  opacity: 0;
}
form .file-wrap .file-name {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2.4rem;
}
form .file-wrap .remove-file {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  vertical-align: middle;
}
form label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.5rem;
}
form label + br {
  display: none;
}
form label b {
  color: #172535;
  font-weight: normal;
}
form label span {
  font-weight: normal;
}
form .wpcf7-checkbox .wpcf7-list-item, form .wpcf7-radio .wpcf7-list-item {
  margin: 0 2rem 0 0;
}
form input[type="checkbox"] {
  display: none;
}
form input[type="checkbox"]:checked + span:before {
  background: #172535;
}
form input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
form input[type="checkbox"] + span {
  display: inline-block;
  line-height: 1.9rem;
  font-size: 1.4rem;
  position: relative;
  padding-left: 3rem;
  margin: 0 0 1rem;
  cursor: pointer;
}
form input[type="checkbox"] + span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.2rem;
  content: "";
  border: 0.1rem solid #172535;
}
form input[type="checkbox"] + span:after {
  width: 1rem;
  height: 0.4rem;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
  transform: rotate(-45deg);
  opacity: 0;
}
form input[type="radio"] {
  display: none;
}
form input[type="radio"]:checked + span:before {
  border-color: #172535;
}
form input[type="radio"]:checked + span:after {
  opacity: 1;
}
form input[type="radio"] + span {
  display: inline-block;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 400;
  color: #172535;
  margin: 0 0 1rem;
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}
form input[type="radio"] + span:before {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 1px solid #172535;
  border-radius: 50%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
}
form input[type="radio"] + span:after {
  width: 0.9rem;
  height: 0.9rem;
  background: #FD6A3C;
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  border-radius: 50%;
  opacity: 0;
}
form input[type=file], form input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
form.srch-form {
  position: relative;
}
form.srch-form input {
  padding-right: 6rem;
  margin-bottom: 0;
  border-color: #172535;
  color: #172535;
  font-weight: 400;
}
form.srch-form input:focus {
  border-color: #172535;
}
form.srch-form input::placeholder {
  opacity: 1;
}
form.srch-form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #172535;
  color: #FFFFFF;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-left: 6px solid #FD6A3C;
  width: 5rem;
  transition: color 0.35s, background 0.35s, border 0.35s;
  font-size: 2rem;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
}
form.subscribe-form {
  margin-bottom: 3.5rem;
  font-size: 0;
}
form.subscribe-form fieldset {
  position: relative;
}
form.subscribe-form fieldset input {
  margin-bottom: 0;
  display: block;
  width: 100%;
  height: 3.6rem;
  background: none;
  border: none;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0 2.2rem 0 0;
  border-bottom: 1px solid #FFFFFF;
  -webkit-appearance: none;
  color: #FFFFFF;
}
form.subscribe-form fieldset input::placeholder {
  opacity: 1;
  color: #FFFFFF;
}
form.subscribe-form fieldset input:focus::placeholder {
  opacity: 0.3;
}
form.subscribe-form fieldset button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2.2rem;
  padding: 0;
  border: none;
  background: none;
  color: #FFFFFF;
  font-size: 1.2rem;
}
form.subscribe-form fieldset button i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
form .qty-wrap {
  border: 1px solid #172535;
  border-radius: 0.2rem;
  width: 12rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
form .qty-wrap input {
  border: none;
  margin: 0;
  text-align: center;
  width: calc(100% - 8rem);
  padding: 0.7rem 0;
}
form .qty-wrap button {
  width: 2.4rem;
  font-family: "Poppins", sans-serif;
  height: 2.4rem;
  border: none;
  background: transparent;
  margin: 0.7rem 0.8rem;
  color: #FD6A3C;
  padding: 0;
  line-height: 2.4rem;
  font-weight: normal;
  font-size: 2rem;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
  -webkit-appearance: none;
}
form .qty-wrap button:before {
  width: 1.6rem;
  height: 0.2rem;
  position: absolute;
  content: "";
  margin: -0.1rem 0 0 -0.8rem;
  background: #FD6A3C;
  top: 50%;
  left: 50%;
}
form .qty-wrap button:after {
  width: 0.2rem;
  height: 1.6rem;
  position: absolute;
  content: "";
  margin: -0.8rem 0 0 -0.1rem;
  background: #FD6A3C;
  top: 50%;
  left: 50%;
}
form .qty-wrap button.qty-wrap__minus:after {
  display: none;
}
form .switch {
  position: relative;
  display: inline-block;
  width: 4.2rem;
  height: 2.4rem;
}
form .switch input:checked + .switch__slider {
  background-color: #172535;
}
form .switch input:checked + .switch__slider:before {
  transform: translateX(2.1rem);
}
form .switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A5A5A5;
  transition: 0.4s;
  border-radius: 2rem;
}
form .switch__slider:before {
  position: absolute;
  content: "";
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  left: -0.2rem;
  bottom: -0.2rem;
  background-color: #FFFFFF;
  transition: 0.4s;
}
form .switch-labeled {
  width: auto;
  padding-left: 4.5rem;
}
form .switch-labeled b {
  font-size: 1.6rem;
  line-height: 2rem;
}
form .switch-labeled input:checked + .switch__slider {
  background: #172535;
  border: 1px solid #F2F2F2;
}
form .switch-labeled input:checked + .switch__slider:before {
  transform: translateX(2rem);
}
form .switch-labeled .switch__slider {
  width: 4.4rem;
  height: 2.4rem;
  border: 1px solid #172535;
  right: auto;
  background: #F2F2F2;
}
form .switch-labeled .switch__slider:before {
  width: 1.8rem;
  height: 1.8rem;
  bottom: 0.3rem;
  left: 0.3rem;
  background: #FD6A3C;
}
.field-group {
  display: flex;
  justify-content: space-between;
}
.field-group .field-col {
  position: relative;
  width: 46%;
}
.field-group .field-col-file p {
  display: none;
}
.field-group .field-col .wpcf7-form-control-wrap {
  position: static;
}
.field-group .field-col .wpcf7-form-control-wrap.radio, .field-group .field-col .wpcf7-form-control-wrap.checkbox {
  display: block;
  margin-bottom: 2.5rem;
}
.field-group .field-col-file label {
  font-size: 1.4rem;
}
.field-group .field-col .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: calc(100% - 2rem);
  text-align: right;
  font-style: normal;
  color: #c50000;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
/* custom select*/
div.fancy-select {
  position: relative;
  color: #172535;
}
div.fancy-select.disabled {
  opacity: 0.5;
}
div.fancy-select div.trigger {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #fff;
  transition: all 240ms ease-out;
  border-radius: 0.2rem;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 1.4rem;
  line-height: 5rem;
  height: 5rem;
  font-weight: 500;
  border: 1px solid #A5A5A5;
  background: #FFFFFF;
  padding: 0 3rem 0 1.6rem;
  max-width: 100%;
  width: 100%;
  color: #172535;
  outline: none;
  margin-bottom: 2rem;
}
div.fancy-select div.trigger.selected {
  color: #172535;
}
div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  color: #FD6A3C;
  font-size: 1.5rem;
  font-family: "icomoon" !important;
  line-height: 1;
  top: 50%;
  transform: translate(0, -50%);
  right: 1rem;
}
div.fancy-select div.trigger.open {
  background: #fff;
}
div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 8;
  max-height: 200px;
  overflow: auto;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 0 0 0.2rem 0.2rem;
  border-top: none;
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.open {
  visibility: visible;
  top: calc(100% - 1px);
  opacity: 1;
  transition: opacity 300ms ease-out, top 300ms ease-out;
}
div.fancy-select ul.options li {
  padding: 1rem 1.6rem;
  border-top: 1px solid #F2F2F2;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #172535;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
}
div.fancy-select ul.options li:before {
  display: none;
}
div.fancy-select ul.options li.selected {
  font-weight: 600;
  background: #F2F2F2;
}
div.fancy-select ul.options li.hover {
  color: #172535;
}
/* selected filter styles */
.selected-filters-list {
  border-radius: 0.2rem;
  box-sizing: border-box;
  font-size: 0;
  display: inline-block;
  margin-bottom: 3.5rem;
}
.chips {
  border: 1px dashed #A5A5A5;
  display: inline-block;
  margin: 0 0.6rem 0.6rem 0;
  color: rgba(23, 37, 53, 0.79);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 0.4rem 2rem 0.4rem 0.8rem;
  min-width: 10rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  position: relative;
}
.chips button {
  margin-left: 1rem;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  -webkit-appearance: none;
  font-size: 0.9rem;
  line-height: 1.6rem;
  color: #172535;
  cursor: pointer;
  padding: 0;
}
/*tooltips*/
.toooltips {
  margin-bottom: 3.5rem;
  display: block !important;
}
.tooltip-parent {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip-parent:hover .ia-tooltip {
  opacity: 1;
  visibility: visible;
}
.ia-tooltip {
  background: #FFFFFF;
  border: 1px solid rgba(165, 165, 165, 0.5);
  position: absolute;
  box-sizing: border-box;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3;
  width: 135px;
  color: rgba(23, 37, 53, 0.6);
  text-align: left;
  box-shadow: 0px 0px 8px rgba(14, 25, 41, 0.33);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.ia-tooltip:before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: #FFFFFF;
  transform: rotate(45deg);
}
.ia-tooltip-top {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.ia-tooltip-top:before {
  border-left: 1px solid rgba(165, 165, 165, 0.5);
  border-top: 1px solid rgba(165, 165, 165, 0.5);
  border-radius: 2px 0 0 0;
  top: -0.4rem;
  left: 50%;
  margin-left: -0.3rem;
}
.ia-tooltip-bottom {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.ia-tooltip-bottom:before {
  border-right: 1px solid rgba(165, 165, 165, 0.5);
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  border-radius: 0 0 2px 0;
  bottom: -0.4rem;
  left: 50%;
  margin-left: -0.3rem;
}
.ia-tooltip-bottom__right {
  bottom: calc(100% + 5px);
  left: auto;
  right: -10px;
  transform: translate(0, 0);
}
.ia-tooltip-bottom__right:before {
  left: auto;
  right: 13px;
  margin-left: 0;
}
.ia-tooltip-right {
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
}
.ia-tooltip-right:before {
  border-right: 1px solid rgba(165, 165, 165, 0.5);
  border-top: 1px solid rgba(165, 165, 165, 0.5);
  border-radius: 0 2px 0 0;
  right: -0.4rem;
  top: 50%;
  margin-top: -0.3rem;
}
.ia-tooltip-left {
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}
.ia-tooltip-left:before {
  border-left: 1px solid rgba(165, 165, 165, 0.5);
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  border-radius: 0 0 0 2px;
  left: -0.4rem;
  top: 50%;
  margin-top: -0.3rem;
}
/* Demo Styles */
.ui_components .ia-tooltip {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  display: inline-block;
  margin-right: 4rem;
  opacity: 1;
  visibility: visible;
}
.ui_components .ia-tooltip-top, .ui_components .ia-tooltip-right, .ui_components .ia-tooltip-left, .ui_components .ia-tooltip-bottom {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translate(0, 0);
}
.ui_components .section__block {
  padding: 4rem 0;
}
.ui_components .logo {
  margin-bottom: 5rem;
}
.ui_components .label {
  font-size: 6.6rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #172535;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.ui_components .label.ia-white {
  border-bottom: 1px solid rgba(63, 94, 157, 0.3);
}
.ui_components .sublabel {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.47;
  text-transform: uppercase;
  position: relative;
  padding-left: 5rem;
}
.ui_components .sublabel:before {
  content: "";
  background: #172535;
  height: 2px;
  width: 3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ui_components .sublabel.ia-white:before {
  background: #FFFFFF;
}
.ui_components ul {
  list-style-type: none;
  margin: 0;
}
.ui_components ul li {
  margin-bottom: 40px;
}
.ui_components .colors {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.ui_components .colors > div {
  width: 23.5%;
  margin: 0 2% 20px 0;
}
.ui_components .colors > div:nth-child(4n+4) {
  margin-right: 0;
}
.ui_components .colors > div span {
  width: 100%;
  display: block;
  padding-bottom: 50%;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  margin-bottom: 1rem;
}
.ui_components .align-columns {
  display: flex;
  flex-wrap: wrap;
}
.ui_components .align-columns > div {
  width: 33.33%;
}
.ui_components .base_elements_block {
  padding: 3rem 0;
}
.ui_components .ia-link {
  margin-bottom: 2rem;
}
.ui_components .ia-btn {
  margin-right: 3rem;
  margin-bottom: 2rem;
}
.ui_components.margin {
  margin: 100px 0;
}
.ui_components .global-item {
  padding: 2rem;
  margin-bottom: 2rem;
}
.meta {
  color: #C2D1D9;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.meta a {
  color: #C2D1D9;
}
.columns-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.5rem 5rem;
}
.columns-grid__item {
  margin: 0 3.5rem 5rem;
}
.columns-grid--2 .columns-grid__item {
  width: calc(50% - 7rem);
}
.columns-grid--3 .columns-grid__item {
  width: calc(33.33% - 7rem);
}
.columns-grid--4 .columns-grid__item {
  width: calc(25% - 3rem);
}
.stories-heading {
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  margin-bottom: 4rem;
}
.stories-heading.ia-white {
  border-bottom-color: rgba(161, 197, 211, 0.3);
}
.flex-module {
  margin: 7rem 0;
}
.flex-module.ia-bg-dark {
  padding: 7rem 0;
  margin: 0 auto !important;
}
.flex-module.ia-bg-sky {
  padding: 7rem 0;
  margin: 0 auto !important;
}
.flex-module:first-child {
  margin-top: 0;
}
.flex-module.flex-reduced-space {
  margin: 3rem 0;
}
.flex-module.flex-reduced-space:last-child {
  margin-bottom: 7rem;
}
.channel-container .flex-module:first-child {
  margin-top: 7rem;
}
.nothing {
  margin-left: 1.5rem;
}
.breadcrumbs {
  opacity: 0.7;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.breadcrumbs > span {
  margin: 0 0 5px;
  display: inline-block;
}
.breadcrumbs > span:first-child {
  margin-left: 0;
}
.breadcrumbs > em {
  margin: 0 5px;
  display: inline-block;
  font-style: normal;
}
.breadcrumbs a {
  color: #A1C5D3;
  border-bottom: 1px solid #A1C5D3;
  transition: opacity 0.35s;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs.ia-white {
  opacity: 1;
}
.breadcrumbs.ia-white a {
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.play-carousel {
  position: absolute;
  top: 2.2rem;
  left: 6.2rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(63, 94, 157, 0.7);
  cursor: pointer;
  transition: background 0.35s;
  z-index: 20;
}
.play-carousel:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(63, 94, 157, 0.2);
  border-radius: 50%;
  z-index: 1;
  transition: background 0.35s;
}
.play-carousel i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #FFFFFF;
  font-size: 1.5rem;
}
.play-carousel i.icon-arr-right {
  transform: translate(-40%, -50%);
}
.slick-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(63, 94, 157, 0.7);
  position: absolute;
  border: none;
  top: 50%;
  left: 2.5rem;
  transform: translate(0, -50%);
  z-index: 12;
  cursor: pointer;
  transition: background 0.35s;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.slick-arrow.slick-next {
  left: auto;
  right: 2.5rem;
  transform: translate(0, -50%) scaleX(-1);
}
.slick-arrow:before {
  font-family: "icomoon" !important;
  content: "";
  font-size: 1.5rem;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(63, 94, 157, 0.2);
  border-radius: 50%;
  transition: background 0.35s;
}
.fancybox-is-open .fancybox-bg {
  background: #172535;
  opacity: 1;
}
.fancybox-container {
  z-index: 999999;
}
.fancybox-iframe {
  border-top: 1rem solid #FD6A3C;
}
.fancybox-close-small {
  transition: opacity 0.35s;
  opacity: 1;
}
.fancybox-close-small:hover {
  opacity: 0.8;
}
.fancybox-close-small:before {
  content: "";
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 2.2rem;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fancybox-close-small svg {
  display: none;
}
.fancybox-caption__body {
  font-size: 1.7rem;
  font-weight: 500;
  color: #FFFFFF;
}
form.srch-form.srch-form__orange button {
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
form.srch-form.srch-form__orange button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  transition: width 0.5s;
  background: #FD6A3C;
}
.desktop-version .share-button:hover {
  color: #FFFFFF;
}
.desktop-version .extra-share-tool a:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.desktop-version form.srch-form button:hover {
  color: #FD6A3C;
}
.desktop-version form.srch-form.srch-form__orange button:hover {
  background: #F2F2F2;
  color: #172535;
  border-top: 1px solid #FD6A3C;
  border-right: 1px solid #FD6A3C;
  border-bottom: 1px solid #FD6A3C;
}
.desktop-version form.srch-form.srch-form__orange button:hover:after {
  width: 100%;
}
.desktop-version .slick-arrow:hover {
  background: #172535;
}
.desktop-version .slick-arrow:hover:after {
  background: rgba(63, 94, 157, 0.4);
}
.desktop-version .play-carousel:hover {
  background: #172535;
}
.desktop-version .play-carousel:hover:after {
  background: rgba(63, 94, 157, 0.4);
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 30px;
}
@media (max-width: 1300px) {
  body .xl {
    font-size: 5rem;
  }
  body .l {
    font-size: 6rem;
  }
  body .h1 {
    font-size: 4.2rem;
  }
  body .h2 {
    font-size: 3.6rem;
  }
  body .h3, body .h3b {
    font-size: 3.3rem;
  }
  body .h4 {
    font-size: 2.1rem;
  }
  body .h5 {
    font-size: 1.8rem;
  }
  body .h6 {
    font-size: 1.5rem;
  }
  body .p {
    font-size: 1.5rem;
  }
  body .p2 {
    font-size: 1.3rem;
  }
  body .p3 {
    font-size: 1.1rem;
  }
  .head-animated.xl.wow[style*="visible"] em {
    transform: translate(0, -0.5rem);
  }
}
@media (max-width: 1023px) {
  .flex-module {
    margin: 4rem 0;
  }
  .flex-module.ia-bg-dark, .flex-module.ia-bg-sky {
    padding: 4rem 0;
  }
  .channel-container .flex-module:first-child {
    margin-top: 4rem;
  }
  .select.open .dropdown-list .mCustomScrollBox {
    max-height: 100% !important;
  }
  .select .dropdown-list .mCustomScrollBox {
    max-height: 0 !important;
    transition: max-height 0s;
  }
  .select .dropdown-list .dropdown-list-item.current a {
    background: none;
    padding-left: 2rem;
  }
  .select .dropdown-list a {
    padding: 0.6rem 2rem;
  }
  .select .dropdown-list a:before {
    left: 5px;
  }
  .select .dropdown-list .dropdown-list-in {
    overflow-y: visible;
    touch-action: auto;
  }
  .map-select .select.open .dropdown-list .mCustomScrollBox {
    max-height: 250px !important;
  }
}
@media (max-width: 767px) {
  body .xl {
    font-size: 2.2rem;
  }
  body .l {
    font-size: 5rem;
  }
  body .h1 {
    font-size: 3.2rem;
  }
  body .h2 {
    font-size: 2.6rem;
  }
  body .h3, body .h3b {
    font-size: 2.3rem;
  }
  body .h4 {
    font-size: 1.7rem;
  }
  body .h5 {
    font-size: 1.4rem;
  }
  body .h6 {
    font-size: 1.3rem;
  }
  body .p {
    font-size: 1.3rem;
  }
  body .p2 {
    font-size: 1.2rem;
  }
  body .p3 {
    font-size: 1rem;
  }
  .sub-heading {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .ia-link {
    font-size: 1.2rem;
  }
  .ia-link i {
    font-size: 1.1rem;
  }
  .ia-btn {
    font-size: 1.2rem;
  }
  .ia-btn span {
    padding: 1.1rem 1.5rem;
  }
  .ia-btn--secondary {
    font-size: 1.2rem;
  }
  .ia-btn--secondary span {
    padding: 1.5rem 2rem;
  }
  form.subscribe-form fieldset input {
    font-size: 1.4rem;
  }
  .field-group {
    display: block;
  }
  .field-group .field-col {
    width: 100%;
  }
  form .wpcf7-checkbox .wpcf7-list-item, form .wpcf7-radio .wpcf7-list-item {
    display: block;
  }
  .columns-grid--3 {
    margin: 0 -2rem 3rem;
  }
  .columns-grid--3 .columns-grid__item {
    width: calc(50% - 4rem);
    margin: 0 2rem 2rem;
  }
  .slick-dots {
    display: block;
    text-align: center;
  }
  .slick-dots li {
    width: 10px;
    display: inline-block;
  }
  .map-network-directory__results-items-wrap {
    max-height: none !important;
  }
  .map-network-directory__results-items-wrap .mCustomScrollBox {
    max-height: none !important;
  }
  .map-network-directory__results-items-wrap .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  .map-network-directory__results-items-wrap .mCSB_scrollTools {
    display: none !important;
  }
  .map-network-directory__results-items-wrap.mCustomScrollbar {
    -ms-touch-action: auto;
    touch-action: auto;
  }
  .head-animated.xl em {
    line-height: 1.3;
  }
  .head-animated.xl.wow[style*="visible"] em {
    transform: translate(0, 0);
    line-height: 1.3;
  }
}
@media (max-width: 500px) {
  .columns-grid--3 {
    display: block;
    margin: 0 0 3rem;
  }
  .columns-grid--3 .columns-grid__item {
    width: auto;
    margin: 0 2rem 2rem;
  }
}
.gsc-thumbnail-inside {
  margin-bottom: 0.5rem;
}
.gsc-url-top {
  margin-bottom: 1.5rem;
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  color: #172535 !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}
.gsc-control-cse .gs-result .gs-title:hover, .gsc-control-cse .gs-result .gs-title:hover b {
  color: #3F5E9D !important;
}
.gsc-control-cse .gs-result .gs-title b {
  font-weight: 600 !important;
}
.gs-webResult .gs-visibleUrl {
  color: rgba(23, 37, 53, 0.7) !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}
.gs-web-image-box {
  margin-right: 20px !important;
  width: auto !important;
}
.gs-web-image-box .gs-image {
  max-width: 150px !important;
}
.gs-webResult .gs-snippet {
  font-size: 14px !important;
  line-height: 1.4;
}
.gs-webResult .gs-snippet b {
  font-weight: 600;
}
.gsc-webResult.gsc-result {
  border-bottom: 1px solid rgba(165, 165, 165, 0.7) !important;
  padding: 20px 0 !important;
}
.gs-web-image-box, .gs-promotion-image-box {
  display: none !important;
}
body .gsc-refinementsArea {
  margin: 0 0 3.2rem;
  padding: 3.2rem 3rem;
  background: #F2F2F2;
  border-top: 1px solid #FD6A3C;
  border-bottom: 1px solid #FD6A3C;
}
body .gsc-refinementsArea:before {
  content: "We've got you covered with results from all our websites to make your search easier. Simply click on the filters below to see results from a specific source.";
  font-size: 1.5rem;
  color: #172535;
  display: block;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
body .gsc-results .gsc-cursor-box {
  margin: 3.2rem 0;
  text-align: center;
}
body .gsc-results .gsc-cursor-box .gsc-cursor-page {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  background: #F2F2F2;
  display: inline-block !important;
  vertical-align: top;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 4px 1rem;
  text-align: center;
  color: #172535 !important;
  padding: 0;
  transition: border-color 0.35s, background 0.35s, color 0.35s;
  box-sizing: border-box;
}
body .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, body .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  font-weight: 500;
  border-color: #172535;
  background: none;
  text-decoration: none;
}
body .gcsc-more-maybe-branding-root {
  display: none;
}
body .gsc-control-cse, body .gsc-control-cse .gsc-table-result {
  padding: 0;
}
body .gsc-above-wrapper-area-container {
  margin-bottom: 4.5rem;
}
body .gsc-result-info {
  color: #172535;
  line-height: 1.4;
  font-size: 1.4rem;
}
body .gsc-orderby-label {
  color: #172535;
  font-size: 1.4rem;
}
body .gsc-selected-option-container {
  padding: 0 24px 0 0;
  font-size: 1.4rem;
  line-height: 1.28;
  font-weight: 600;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  color: #172535;
}
body .gsc-control-cse .gsc-option-selector {
  width: 12px;
  height: 8px;
  top: 50%;
  right: 0;
  padding: 0;
  background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.07814 6.49379L1.64018 2.36825C0.988858 1.58665 1.54464 0.400024 2.56205 0.400024L9.43795 0.400024C10.4554 0.400024 11.0111 1.58665 10.3598 2.36824L6.92187 6.49379C6.44211 7.06949 5.55789 7.06949 5.07814 6.49379Z" fill="%23FD6A3C"/></svg>');
}
body .gsc-refinementBlock:before {
  content: "Filter:";
  display: inline-block;
  vertical-align: middle;
  font-size: 2.1rem;
  color: #172535;
  margin-right: 0.5rem;
}
body .gsc-refinementHeader {
  line-height: 1.3;
  vertical-align: middle;
  color: #172535;
  font-size: 2.1rem;
  padding: 0;
  margin: 0 1rem;
  font-weight: 500;
}
body .gsc-refinementHeader.gsc-refinementhActive {
  border-bottom: 2px solid #FD6A3C;
  color: #172535;
  font-weight: 700;
  background: none;
}
body .gs-per-result-labels {
  display: none;
}
body table.gsc-search-box td.gsc-input {
  padding: 0;
  margin-bottom: 0;
}
body table.gsc-search-box td.gsc-input table {
  margin-bottom: 0;
}
body .gsib_a {
  padding: 0;
}
body .search-overlay form input {
  background: #172535 !important;
}
body .search-overlay > div {
  position: relative;
  z-index: 100;
}
body .gsst_a .gscb_a {
  color: #FD6A3C;
}
body .gsst_a:hover .gscb_a, body .gsst_a:focus .gscb_a {
  color: #FFFFFF;
}
body .gsc-completion-container {
  font-family: "Poppins", sans-serif;
  background: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.4;
  border-radius: 4px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0px 3px 4px 0px rgba(14, 25, 41, 0.25);
}
body .gsc-completion-container b {
  font-weight: 400;
}
body .gssb_c {
  position: fixed !important;
  transform: translate(0, 30px);
  height: 200px;
  overflow-y: auto;
  border-radius: 4px;
  display: block;
}
body .gssb_c > tbody {
  display: block;
}
body .gssb_c > tbody > tr {
  display: block;
}
body .gssb_c > tbody > tr > .gssb_e {
  display: block;
}
body .gsst_b {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body .gssb_a {
  padding: 1.1rem 2rem;
}
body .gssb_a, body .gssb_a td {
  line-height: 1;
}
body .gsc-search-button {
  width: 0;
  margin-left: 0;
}
body .gsc-clear-button {
  padding: 0;
  margin: 0;
}
body .gsc-search-button-v2, body .gsc-search-button-v2:hover, body .gsc-search-button-v2:focus {
  background: none;
}
body .gsc-tabHeader.gsc-tabhInactive, body .gsc-refinementHeader.gsc-refinementhInactive {
  background: none;
  color: #172535;
  border: none;
}
body .gsc-input-box {
  padding: 0;
  border-radius: 0;
}
body .search-wrap form {
  display: flex;
  align-items: flex-end;
}
body .search-wrap form .search-field {
  max-width: 640px;
}
body .search-wrap form .search-field input {
  height: 44px;
  font-size: 2.5rem;
  width: 640px;
  margin-bottom: 0;
}
body .search-wrap form .clear-field {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 2.4rem;
}
body .search-wrap form .clear-field:hover {
  text-decoration: underline;
}
body .gcsc-branding, body .gcsc-find-more-on-google-root, body .gsc-refinementsGradient {
  display: none;
}
@media (max-width: 767px) {
  body .gsc-refinementsArea {
    padding: 2rem;
  }
  body .gsc-refinementsArea:before {
    font-size: 1.2rem;
  }
  body .gsc-refinementBlock:before {
    font-size: 1.6rem;
  }
  body .gsc-refinementHeader {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  body .gsc-control-cse .gs-result .gs-title, body .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.6rem;
  }
  body .search-wrap form {
    display: block;
  }
  body .search-wrap form .clear-field {
    margin-left: 0;
  }
  body .search-wrap form .search-field {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  body .search-wrap form .search-field input {
    width: 100%;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../ttf/icomoon9481.ttf?5jw4ib") format("truetype"), url("../woff/icomoon9481.woff?5jw4ib") format("woff"), url("../svg/icomoon9481.svg?5jw4ib#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Union:before {
  content: "";
}
.icon-print-converted:before {
  content: "";
}
.icon-sub-page:before {
  content: "";
}
.icon-arrow-right-btn:before {
  content: "";
}
.icon-arrow-left-btn:before {
  content: "";
}
.icon-pause:before {
  content: "";
}
.icon-doc:before {
  content: "";
}
.icon-link:before {
  content: "";
}
.icon-powerpoint:before {
  content: "";
}
.icon-filter:before {
  content: "";
}
.icon-mail:before {
  content: "";
}
.icon-play:before {
  content: "";
}
.icon-locate:before {
  content: "";
}
.icon-close-light:before {
  content: "";
}
.icon-assesment:before {
  content: "";
}
.icon-checkbox:before {
  content: "";
}
.icon-download:before {
  content: "";
}
.icon-external:before {
  content: "";
}
.icon-info:before {
  content: "";
}
.icon-language:before {
  content: "";
}
.icon-translate:before {
  content: "";
}
.icon-cross:before {
  content: "";
}
.icon-clock:before {
  content: "";
}
.icon-logo:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-nccer:before {
  content: "";
}
.icon-arr-down:before {
  content: "";
}
.icon-arr-left:before {
  content: "";
}
.icon-arr-right:before {
  content: "";
}
.icon-arr-up:before {
  content: "";
}
.icon-arrow-right:before {
  content: "";
}
.icon-books:before {
  content: "";
}
.icon-buildings:before {
  content: "";
}
.icon-calendar:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-edit:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-file:before {
  content: "";
}
.icon-globe:before {
  content: "";
}
.icon-heart:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-linked-in:before {
  content: "";
}
.icon-map:before {
  content: "";
}
.icon-marker:before {
  content: "";
}
.icon-message:before {
  content: "";
}
.icon-mute:before {
  content: "";
}
.icon-order:before {
  content: "";
}
.icon-paper-plan:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-tiktok:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-unmute:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-verify:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
/* header */
.mobile-logo, #mobile-menu {
  display: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #172535;
}
.header.fixed .header__main {
  padding: 1.9rem 0;
}
.header.fixed .header__logo {
  width: 150px;
  height: 38px;
}
.header.fixed .header__menu .nav-main > div > ul > li {
  padding: 1rem 0;
}
.header.fixed .header__menu .nav-main > div > ul > li.has-child > a:before {
  margin-top: 0.5rem;
}
.header__logo {
  overflow: hidden;
  transition: width 0.35s, height 0.35s;
  width: 200px;
  height: 80px;
}
.header__logo a {
  display: block;
  opacity: 0;
  transform: translate(0, -50px);
  transition: transform 0.8s, opacity 0.8s;
}
.header__logo img {
  width: 100%;
}
.header__logo img.header__logo-small {
  display: none;
}
.header__top-nav {
  border-bottom: 1px solid rgba(161, 197, 211, 0.3);
  font-size: 1.2rem;
  line-height: 1.16;
  color: #172535;
  background: #101D2B;
}
.header__top-nav .inner-header {
  justify-content: right;
}
.header__main {
  padding: 3rem 0px;
  transition: padding 0.35s;
}
.header__socials {
  list-style-type: none;
  padding: 0;
  margin: 0 1.5rem 0 0;
  font-size: 0;
}
.header__socials li {
  display: inline-block;
  margin-left: 1.5rem;
  font-weight: 500;
}
.header__socials li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #FFFFFF;
  padding: 1rem 1.2rem;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  position: relative;
  transition: background 0.35s, color 0.35s, border 0.35s;
}
.header__socials li a.sign-in--filled {
  background: #FFFFFF;
  color: #172535;
}
.header__left ul {
  margin: 0;
  padding-right: 11rem;
}
.header__left ul li {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 3rem;
  transform: translate(0, -100%);
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
}
.header__left ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.header__left ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.header__left ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.header__left ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.header__left ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.header__left ul li:first-child {
  margin-left: 0;
}
.header__left ul li a {
  color: #A1C5D3;
  transition: color 0.35s;
  padding: 2rem 0;
  position: relative;
  display: block;
}
.header__left ul li a[target*="_blank"]:after {
  font-size: 1.2rem;
  margin-left: 5px;
  content: "";
  font-family: "icomoon";
  display: inline-block;
}
.header__left ul li a[target*="_blank"]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #A1C5D3;
  transition: background 0.35s;
}
.header__right {
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  padding: 0.8rem 0;
}
.header__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header__menu #mobile-menu {
  display: none;
}
.header__menu .logo {
  padding: 2rem 0;
}
.header__menu .logo a {
  display: flex;
  align-items: center;
}
.header__menu .logo img {
  width: 100%;
}
.header__menu .logo .logo-icon {
  margin-right: 1rem;
}
.header__menu .nav-main > div > ul {
  margin: 0;
  position: relative;
}
.header__menu .nav-main > div > ul > li {
  display: inline-block;
  margin: 0 1.5rem;
  padding: 1.5rem 0;
  transition: padding 0.35s;
}
.header__menu .nav-main > div > ul > li > a {
  display: block;
  opacity: 0;
  transform: translate(0, -100%);
  transition: opacity 0.8s, transform 0.8s;
}
.header__menu .nav-main > div > ul > li:nth-child(1) > a {
  transition-delay: 0.1s;
}
.header__menu .nav-main > div > ul > li:nth-child(2) > a {
  transition-delay: 0.2s;
}
.header__menu .nav-main > div > ul > li:nth-child(3) > a {
  transition-delay: 0.3s;
}
.header__menu .nav-main > div > ul > li:nth-child(4) > a {
  transition-delay: 0.4s;
}
.header__menu .nav-main > div > ul > li:nth-child(5) > a {
  transition-delay: 0.5s;
}
.header__menu .nav-main > div > ul > li:nth-child(6) > a {
  transition-delay: 0.7s;
}
.header__menu .nav-main > div > ul > li:nth-child(7) > a {
  transition-delay: 0.8s;
}
.header__menu .nav-main > div > ul > li.has-child > a {
  padding-right: 1rem;
  position: relative;
  z-index: 99;
}
.header__menu .nav-main > div > ul > li.has-child > a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 7px;
  height: 7px;
  border-left: 5px solid #FD6A3C;
  border-top: 5px solid #FD6A3C;
  border-radius: 2px;
  transform: rotate(45deg);
  background: #FFFFFF;
  margin-top: 1.1rem;
  pointer-events: none;
  opacity: 0;
  transition: all 0.1s 0s;
}
.header__menu .nav-main > div > ul > li.has-child > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0.6rem;
  transform: translate(0, -50%);
  font-family: "icomoon" !important;
}
.header__menu .nav-main > div > ul > li:last-child {
  margin-right: 0;
}
.header__menu .nav-main > div > ul > li > a {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
.header__menu .nav-main > div > ul > li .nav-dropdown {
  position: absolute;
  background: #FFFFFF;
  border-top: 5px solid #FD6A3C;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  top: 100%;
  left: -75px;
  width: calc(100% + 150px);
  color: #172535;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s, visibility 0.1s;
}
.header__menu .nav-main > div > ul > li .nav-dropdown[data-id="menu-research"] {
  width: 660px;
  right: 0;
  left: auto;
}
.header__menu .nav-main > div > ul > li .nav-dropdown[data-id="menu-research"] .nav-dropdown__menu li {
  width: 100%;
}
.header__menu .nav-main > div > ul > li .nav-dropdown[data-id="menu-research"] .nav-dropdown__left {
  width: 100%;
}
.header__menu .nav-main > div > ul > li .nav-dropdown ul {
  margin: 0;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__title {
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #172535;
  vertical-align: top;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__title em {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(165, 165, 165, 0.3);
  border-radius: 50%;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__title i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  vertical-align: middle;
  transition: color 0.35s;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__title span {
  position: relative;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__title span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  transition: width 0.35s;
  height: 1px;
  background: #FD6A3C;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__excerpt {
  position: relative;
  padding-right: 65px;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__description {
  padding-top: 0.5rem;
  color: #172535;
  font-size: 1.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  border-bottom: 1px dashed #A5A5A5;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__menu {
  padding-top: 2.7rem;
  display: flex;
  flex-wrap: wrap;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__menu li {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  width: 48%;
  display: inline-block;
  margin-right: 4%;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__menu li:nth-child(2n+2) {
  margin-right: 0;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__menu li a {
  color: #172535;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
  display: block;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__menu li a:before {
  content: "";
  position: absolute;
  width: 3px;
  left: 0;
  top: 0;
  bottom: 0;
  background: #FD6A3C;
  z-index: 7;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__menu li a:after {
  content: "";
  position: absolute;
  right: 0rem;
  left: -1rem;
  top: -1rem;
  bottom: -1rem;
  background: rgba(242, 242, 242, 0.5);
  opacity: 0;
  transition: opacity 0.35s;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__menu li a span {
  border-bottom: 1px solid #172535;
  position: relative;
  z-index: 5;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__left {
  width: 68%;
  padding: 3rem 4rem;
  box-sizing: border-box;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__sub-title {
  color: #172535;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__extramenu li {
  margin-bottom: 2.7rem;
}
.header__menu .nav-main > div > ul > li .nav-dropdown__right {
  width: 32%;
  padding: 4rem 2.5rem;
  box-sizing: border-box;
  background: #F2F2F2;
}
.header__cta {
  margin-left: 2rem;
}
.header__search {
  position: relative;
  z-index: 100;
  width: 2.1rem;
  text-align: right;
  transition: width 0.5s;
}
.header__search .search-icon {
  color: #FFFFFF;
}
.search-overlay {
  position: absolute;
  top: 50%;
  transform: translate(0, 50%);
  right: 0;
  width: calc(100% - 15px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  background: #172535;
}
.search-overlay-in {
  position: relative;
  z-index: 5;
}
.search-overlay form {
  position: relative;
}
.search-overlay form .gsc-input-box {
  border: 1px solid #FD6A3C !important;
  background: #172535 !important;
}
.search-overlay form input {
  background: none;
  margin-bottom: 0;
  width: 100%;
  height: 5rem !important;
  color: #FFFFFF;
  font-size: 1.2rem;
  margin-top: 0 !important;
  box-sizing: border-box;
  padding: 0 5.2rem 0 3.2rem !important;
  outline: none;
}
.search-overlay form input:focus {
  border: 1px solid #FD6A3C;
}
.search-overlay form button {
  position: absolute;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  background: none;
  border: none;
  right: 0;
  top: 50%;
  width: 5rem;
  height: 100%;
  transform: translate(0, -50%);
  border-left: 6px solid #FD6A3C;
  font-size: 1.8rem;
  color: #FFFFFF;
}
.search-overlay form button svg {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-overlay.show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.search-overlay .search-form-clear {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
  position: absolute;
  right: 5rem;
  top: 1.2rem;
  font-size: 1.5rem;
  color: #172535;
}
.search-overlay .search-form-clear.show {
  opacity: 1;
  visibility: visible;
}
.search-overlay-close {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  font-size: 2.3rem;
  color: #FFFFFF;
  height: 2.3rem;
  z-index: 9;
  transform: translate(0, -50%);
}
.search-overlay-results {
  text-align: left;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.search-overlay-results-list {
  margin-top: 5px;
  margin-bottom: -1rem;
  border-radius: 5px;
  overflow: hidden;
  background: #FFFFFF;
}
.search-overlay-results-list strong {
  display: none;
  padding: 1rem 0 0.5rem 0;
}
.search-overlay-results a {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #172535;
  padding: 1rem 2.1rem;
}
.search-overlay-results a .hlw {
  font-weight: 700;
}
.search-overlay-results a:hover {
  background: #F2F2F2;
}
.search-overlay-results .nothing {
  font-size: 1.2rem;
  line-height: 1.16;
  color: #172535;
  padding: 0.5rem 2.1rem;
  margin-left: 0;
}
.search-overlay-results-item:last-child {
  margin-bottom: 0;
}
.header .search-overlay form input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
.header .search-overlay form input:-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
.header .search-overlay form input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
.header .search-overlay form input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
.header .search-overlay form input:focus::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
.header .search-overlay form input:focus:-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
.header .search-overlay form input:focus::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
.header .search-overlay form input:focus:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
.expanded-search .search-overlay {
  width: 365px;
}
.promo-banner {
  z-index: 3;
  font-size: 1.2rem;
  line-height: 1.16;
  color: #172535;
  max-height: 20rem;
  transition: max-height 0.35s, transform 0.8s linear;
  position: relative;
  overflow: hidden;
  padding-right: 4.4rem;
  background: #EBCE67;
  transform: translate(0, -100%);
}
.promo-banner-hidden {
  opacity: 0;
}
.promo-banner__text {
  max-width: 100vw;
  padding: 0 3.2rem 0 1rem;
  position: relative;
}
.promo-banner__text i {
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
}
.promo-banner__inner {
  padding: 1.2rem 0;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
}
.promo-banner p {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.4;
  text-align: center;
}
.promo-banner p a {
  color: #172535;
  position: relative;
  padding-bottom: 2px;
  font-weight: 500;
}
.promo-banner p a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #172535;
}
.promo-banner p a:hover:after {
  background: #FD6A3C;
}
.promo-banner__close {
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -1.2rem;
  color: #172535;
  font-size: 1.9rem;
  text-align: center;
}
.desktop-version .header__menu .nav-main > div > ul > li .nav-dropdown__title:hover i {
  color: #FD6A3C;
}
.desktop-version .header__menu .nav-main > div > ul > li .nav-dropdown__title:hover span:after {
  left: 0;
  right: auto;
  width: 100%;
}
.desktop-version .header__menu .nav-main > div > ul > li.has-child:focus-within > a:before {
  opacity: 1;
}
.desktop-version .header__menu .nav-main > div > ul > li.has-child:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transition: transform 0.35s, opacity 0.35s, visibility 0.35s;
}
.desktop-version .header__menu .nav-main > div > ul > li.has-child a:focus + .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transition: transform 0.35s, opacity 0.35s, visibility 0.35s;
}
.desktop-version .header__menu .nav-main > div > ul > li.has-child a:focus:before {
  opacity: 1;
}
.desktop-version .header__menu .nav-main > div > ul > li.has-child:hover > a:before {
  opacity: 1;
}
.desktop-version .header__menu .nav-main > div > ul > li.has-child:hover > a:after {
  color: #FD6A3C;
  transition: all 0.35s;
}
.desktop-version .header__menu .nav-main > div > ul > li.has-child:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transition: transform 0.35s, opacity 0.35s, visibility 0.35s;
}
.desktop-version .header__menu .nav-main > div > ul > li .nav-dropdown__menu li a:hover:after {
  opacity: 1;
}
.desktop-version .header__menu .nav-main > div > ul > li .nav-dropdown__menu li a:hover span {
  border-color: #FD6A3C;
}
.desktop-version .header__socials li a:hover {
  background: #A1C5D3;
  color: #172535;
  border-color: #A1C5D3;
}
.desktop-version .header__socials li a.sign-in--filled:hover {
  background: #A1C5D3;
  color: #172535;
}
.desktop-version .header__left ul li a:hover {
  color: #DAEDF5;
}
.desktop-version .header__left ul li a:hover:before {
  background: #FD6A3C;
}
.header__top-nav .header__right {
  transition: transform 0.8s, opacity 0.8s;
  transition-delay: 0.5s;
  opacity: 0;
  position: relative;
  z-index: 100;
  transform: translate(0, -100%);
}
.loaded .promo-banner {
  transform: translate(0, 0);
}
.loaded .header__left ul li {
  opacity: 1;
  transform: none;
}
.loaded .header__top-nav .header__right {
  opacity: 1;
  transform: translate(0, 0);
}
.loaded.end-loaded .header__top-nav .header__right {
  transform: none;
}
.loaded .header__menu .nav-main > div > ul > li > a {
  opacity: 1;
  transform: translate(0, 0);
}
.loaded .header__logo a, .loaded .header__top-nav .mobile-logo {
  opacity: 1;
  transform: translate(0, 0);
}
@media (min-width: 1151px) {
  .mobile-navi {
    display: none !important;
  }
}
@media (max-width: 1150px) {
  .header .header__socials {
    display: none;
  }
  .header__socials:before {
    display: none !important;
  }
  .header__socials li:first-child {
    margin-left: 0;
  }
  .header__socials li a:after {
    display: none !important;
  }
  .header__socials li a {
    padding: 0.8rem 1rem;
  }
  .expanded-search {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .expanded-search .header__search {
    width: 50px;
  }
  .header #mobile-menu {
    display: block;
    margin-left: 1.3rem;
    color: #FFFFFF;
  }
  .header #mobile-menu i {
    font-size: 2.2rem;
  }
  .header__top-nav {
    padding: 2rem 0;
    border-bottom: none;
  }
  .header__top-nav .inner-header {
    justify-content: space-between;
    align-items: normal;
  }
  .header__top-nav .mobile-logo {
    display: block;
    float: left;
    transition: opacity 0.8s 0.5s, transform 0.8s 0.5s;
    opacity: 0;
    transform: translate(0, -100%);
  }
  .header__top-nav .mobile-logo img {
    display: block;
  }
  .header__top-nav .header__left {
    display: none;
  }
  .header__top-nav .header__right {
    padding: 0;
  }
  .header__main {
    display: none;
  }
  .header__search {
    height: 100%;
    width: 2.1rem;
    padding-right: 1.5rem;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(161, 197, 211, 0.3);
  }
  .header__search .search-icon {
    margin: 0 auto;
    width: 2.1rem;
    display: block;
  }
  .header__search .search-overlay {
    top: 63px;
    transform: none;
    width: 100vw;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0 3rem;
  }
  .header__search .search-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    right: 0;
    height: 200vh;
    background: #172535;
  }
  .nav-main {
    display: none;
  }
  .mobile-navi {
    background: #172535;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transform: translate(-100%, 0);
    transition: transform 0.8s;
  }
  .mobile-navi.open {
    transform: translate(0, 0);
  }
  .mobile-navi__head {
    padding: 1rem 2.4rem;
    position: relative;
  }
  .mobile-navi__close {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
    color: #FFFFFF;
    font-size: 2.2rem;
  }
  .mobile-navi .nav-main {
    display: block;
  }
  .mobile-navi__in {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 3rem 13%;
    overflow: auto;
  }
  .mobile-navi__in ul.menu {
    margin: 0;
  }
  .mobile-navi__in > ul {
    position: relative;
    padding-top: 3rem;
  }
  .mobile-navi__in > ul:before {
    content: "";
    position: absolute;
    width: 100vw;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    border-bottom: 1px solid rgba(161, 197, 211, 0.3);
  }
  .mobile-navi__in > ul li {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .mobile-navi__in > ul li a {
    color: #A1C5D3;
  }
  .mobile-navi__in > ul li a[target="_blank"]:after {
    content: "";
    font-family: "icomoon";
    display: inline-block;
    margin-left: 5px;
  }
  .mobile-navi .nav-main {
    padding-bottom: 1rem;
  }
  .mobile-navi .nav-main > div > ul > li {
    margin-bottom: 3rem;
    font-weight: 500;
    font-size: 1.8rem;
  }
  .mobile-navi .nav-main > div > ul > li.has-child > a {
    display: inline-block;
    padding-right: 1.2rem;
    position: relative;
  }
  .mobile-navi .nav-main > div > ul > li.has-child > a:after {
    font-family: "icomoon" !important;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    font-size: 0.9rem;
    color: #FD6A3C;
  }
  .mobile-navi .nav-main > div > ul > li.has-child.open .nav-dropdown {
    transform: translate(0, 0);
  }
  .mobile-navi .nav-main > div > ul > li > a {
    color: #FFFFFF;
  }
  .mobile-navi .nav-main .nav-dropdown {
    transition: transform 0.8s;
    transform: translate(-100%, 0);
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #172535;
    z-index: 99;
    overflow: auto;
    padding: 3rem 13%;
    z-index: 99;
  }
  .mobile-navi .nav-main .nav-dropdown.open {
    transform: translate(0, 0);
  }
  .mobile-navi .nav-main .nav-dropdown .menu-back {
    position: relative;
    padding-bottom: 1.2rem;
  }
  .mobile-navi .nav-main .nav-dropdown .menu-back:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    transform: translate(-50%, 0);
    border-bottom: 1px solid rgba(161, 197, 211, 0.3);
  }
  .mobile-navi .nav-main .nav-dropdown .menu-back a {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    padding-left: 1.2rem;
  }
  .mobile-navi .nav-main .nav-dropdown .menu-back a:after {
    font-family: "icomoon" !important;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -45%) rotate(90deg);
    font-size: 0.9rem;
    color: #FD6A3C;
  }
  .mobile-navi .nav-main .nav-dropdown__description {
    display: none;
  }
  .mobile-navi .nav-main .nav-dropdown__sub-title {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #A1C5D3;
  }
  .mobile-navi .nav-main .nav-dropdown__title {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    padding-right: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
    vertical-align: top;
  }
  .mobile-navi .nav-main .nav-dropdown__title .icon-arrow-right {
    display: none;
  }
  .mobile-navi .nav-main .nav-dropdown__title:after {
    font-family: "icomoon" !important;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.2rem;
    color: #FD6A3C;
  }
  .mobile-navi .nav-main .nav-dropdown__right {
    padding-top: 2rem;
  }
  .mobile-navi .nav-main .nav-dropdown__left {
    padding-top: 2rem;
    padding-bottom: 1rem;
    position: relative;
  }
  .mobile-navi .nav-main .nav-dropdown__left:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    transform: translate(-50%, 0);
    border-bottom: 1px solid rgba(161, 197, 211, 0.3);
  }
  .mobile-navi .nav-main .nav-dropdown__menu li {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 2rem;
  }
  .mobile-navi .nav-main .nav-dropdown__menu li a {
    color: #FFFFFF;
  }
  .mobile-navi .nav-main .nav-dropdown__extramenu li {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
  .mobile-navi .nav-main .nav-dropdown__extramenu li a {
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 1023px) {
  .search-overlay-close {
    display: none;
  }
}
@media (max-width: 767px) {
  .promo-banner p {
    font-size: 1rem;
    text-align: left;
  }
  .promo-banner__close {
    right: 4%;
  }
  .header__search .search-overlay {
    padding: 0 5%;
  }
}
/* footer */
.footer {
  font-size: 1.4rem;
  line-height: 1.5;
  background: #172535;
  position: relative;
  z-index: 21;
}
.footer__logo {
  display: none;
}
.footer__widgets {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 7.5rem;
  padding-top: 8rem;
}
.footer__widget {
  padding-left: 6%;
  padding-right: 3%;
  box-sizing: border-box;
  border-left: 1px solid rgba(161, 197, 211, 0.3);
}
.footer__widget:first-child {
  border: none;
  padding-left: 0;
}
.footer__widget:last-child {
  padding-right: 0;
}
.footer__heading {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.14;
  color: #A1C5D3;
  opacity: 0.7;
  margin-bottom: 1.5rem;
}
.footer .content-entry p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.footer__widget-quick-links {
  width: 25%;
}
.footer__widget-quick-links ul {
  margin: 0;
}
.footer__widget-quick-links ul li {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer__widget-quick-links ul li a {
  color: #FFFFFF;
  transition: opacity 0.35s;
}
.footer__widget-donation {
  width: 40%;
}
.footer__widget-subscribe {
  width: 35%;
}
.footer__bottom {
  padding: 2rem 0;
  border-top: 1px solid rgba(161, 197, 211, 0.3);
  color: #A1C5D3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom-links a {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #A1C5D3;
  opacity: 0.7;
  transition: color 0.35s, opacity 0.35s;
  margin-right: 3rem;
}
.footer__bottom-links a:last-child {
  margin-right: 0;
}
.footer__bottom__left {
  font-size: 1rem;
}
.footer__bottom__center, .footer__bottom__left, .footer__bottom__right {
  width: 100%;
}
.footer__bottom__center {
  text-align: center;
}
.footer__bottom__right {
  text-align: right;
}
.footer__socials {
  margin: 0;
  list-style-type: none;
}
.footer__socials li {
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
}
.footer__socials li a {
  color: #A1C5D3;
  opacity: 0.7;
  transition: color 0.35s, opacity 0.35s;
}
.footer__socials li a i {
  font-size: 28px;
}
.site-by {
  opacity: 0.7;
}
.site-by a {
  color: #A1C5D3;
  border-bottom: 1px dashed #A1C5D3;
  transition: color 0.35s;
}
.desktop-version .footer__socials li a:hover, .desktop-version .site-by a:hover, .desktop-version .footer__bottom-links a:hover {
  color: #FFFFFF;
  opacity: 1;
}
.desktop-version .footer__widget-quick-links ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 800px) {
  .footer__socials li a i {
    font-size: 34px;
  }
  .footer .content-entry {
    max-width: 340px;
  }
  .footer .content-entry p {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
  .footer__heading {
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
  }
  .footer__logo {
    display: block;
    padding-top: 4.5rem;
  }
  .footer__widgets {
    display: block;
    margin-bottom: 3.5rem;
    padding-top: 2.5rem;
  }
  .footer__widget {
    width: auto;
    padding: 0;
    border-left: none;
    margin-bottom: 3rem;
  }
  .footer__widget-quick-links ul li {
    font-size: 1.4rem;
  }
  .footer__widget-donation .ia-link--white i {
    color: #FFFFFF;
  }
  .footer__social li {
    margin: 0 0.5rem;
  }
  .footer__bottom {
    flex-wrap: wrap;
  }
  .footer__bottom-links a {
    display: block;
  }
  .footer__bottom__right {
    order: 1;
    width: 100%;
    text-align: center;
    padding-bottom: 3rem;
  }
  .footer__bottom__left {
    order: 3;
    width: 50%;
    padding-left: 2rem;
    box-sizing: border-box;
    text-align: right;
  }
  .footer__bottom__center {
    order: 2;
    width: 50%;
    padding-right: 2rem;
    box-sizing: border-box;
    text-align: left;
  }
  form.subscribe-form {
    max-width: 24rem;
  }
}
@media (max-width: 767px) {
  .footer__widget-menu {
    width: calc(50% - 3px);
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3rem;
  }
  .footer__widget-subscribe {
    padding-top: 0;
  }
  .footer__bottom__right {
    float: left;
    clear: both;
    padding-top: 1rem;
  }
}
/* flexible page */
.flex-module.hero-craft {
  padding-top: 23rem;
}
.no-space-hero .hero-channel {
  margin-bottom: 3rem !important;
}
.no-space-hero > div {
  margin-bottom: 0 !important;
}
.no-space-hero .hero-org__top {
  margin-bottom: 0 !important;
}
.text-image-lines__in {
  display: flex;
  position: relative;
  box-sizing: border-box;
  padding: 7rem 6.5rem;
}
.text-image-lines__in.ia-bg-dark {
  border: none;
}
.text-image-lines__in.image-right .text-image-lines__left {
  order: 2;
  margin-right: -18rem;
  margin-left: 0;
  text-align: right;
}
.text-image-lines__in.image-right .text-image-lines__right {
  order: 1;
  margin-right: 7.5%;
  margin-left: 0;
}
.text-image-lines__in.full-width {
  margin-left: 0 !important;
}
.text-image-lines__in.full-width .text-image-lines__right {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.text-image-lines__left {
  width: calc(25% + 18rem);
  margin-left: -18rem;
}
.text-image-lines__right {
  margin-left: 7.5%;
  width: 63%;
}
.text-image-lines__right .content-entry h5 {
  margin-bottom: 1.5rem;
}
.text-image-lines__links a {
  margin-right: 5.5rem;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.text-image-lines-state {
  border: 1px solid #FD6A3C;
}
.text-image-lines-state .text-image-lines__in {
  border: none;
  align-items: flex-start;
}
.text-image-lines-state .text-image-lines__in:first-child {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .text-image-lines__links a {
    margin-right: 0;
  }
  .text-image-lines__in {
    flex-direction: column;
    padding: 3rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .text-image-lines__right {
    margin-right: 0 !important;
    margin-left: 0 !important;
    order: 1 !important;
    margin-bottom: 3rem;
    width: 100%;
  }
  .text-image-lines__left {
    order: 2 !important;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
  }
}
.title-text-in-columns__in {
  background: #F2F2F2;
  padding: 8rem 6rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.title-text-in-columns__in:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #FD6A3C;
}
.title-text-in-columns__left {
  width: 43%;
}
.title-text-in-columns__right {
  width: 45%;
}
@media (max-width: 767px) {
  .title-text-in-columns__in {
    display: block;
    padding: 3rem;
  }
  .title-text-in-columns__left, .title-text-in-columns__right {
    width: auto;
  }
  .title-text-in-columns__left {
    margin-bottom: 2rem;
  }
}
.columns-list {
  display: flex;
  flex-wrap: wrap;
}
.column-item-links a {
  margin-right: 3rem;
  margin-bottom: 1rem;
}
.column-item-image {
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  margin-bottom: 2rem;
  background: #F2F2F2;
}
.column-item-image div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.column-item-image img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.column-item-sub-title {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.column-item__2 {
  width: 36%;
  margin-right: 17%;
  margin-top: 4rem;
}
.column-item__2:nth-child(1), .column-item__2:nth-child(2) {
  margin-top: 0;
}
.column-item__2:nth-child(2n+2) {
  margin-right: 0;
}
.column-item__3 {
  width: 25%;
  margin-right: 12.5%;
  margin-top: 4rem;
}
.column-item__3:nth-child(1), .column-item__3:nth-child(2), .column-item__3:nth-child(3) {
  margin-top: 0;
}
.column-item__3:nth-child(3n+3) {
  margin-right: 0;
}
.column-item__3 .content-entry p {
  font-weight: 400;
}
.column-item__4 {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4rem;
}
.column-item__4:nth-child(1), .column-item__4:nth-child(2), .column-item__4:nth-child(3), .column-item__4:nth-child(4) {
  margin-top: 0;
}
.column-item__4:nth-child(4n+4) {
  margin-right: 0;
}
.ia-bg-dark .program-item {
  background: rgba(63, 94, 157, 0.1);
}
.program-item {
  padding: 3rem;
  border-left: 1px solid #FD6A3C;
  box-sizing: border-box;
  background: #F2F2F2;
  margin-bottom: 2rem;
}
.program-item__2 {
  width: 44%;
  margin-right: 12%;
}
.program-item__2:nth-child(2n+2) {
  margin-right: 0;
}
.program-item__3 {
  width: 29%;
  margin-right: 6.5%;
}
.program-item__3:nth-child(3n+3) {
  margin-right: 0;
}
.program-item__4 {
  width: 21.5%;
  margin-right: 4.66%;
}
.program-item__4:nth-child(4n+4) {
  margin-right: 0;
}
.program-item-hours {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}
.program-item-hours i {
  vertical-align: middle;
  font-size: 1.6rem;
}
.program-item-curricula {
  font-size: 1.1rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .program-item__4 {
    width: 46%;
    margin-right: 8%;
  }
  .program-item__4:nth-child(4n+4) {
    margin-right: 8%;
  }
  .program-item__4:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .column-item__2 {
    width: 46%;
    margin-right: 8%;
  }
  .column-item__3 {
    width: 46%;
    margin-right: 8%;
  }
  .column-item__3:nth-child(3n+3) {
    margin-right: 8%;
  }
  .column-item__3:nth-child(2n+2) {
    margin-right: 0;
  }
  .column-item__3:nth-child(3) {
    margin-top: 4rem;
  }
  .column-item__4 {
    width: 46%;
    margin-right: 8%;
  }
  .column-item__4:nth-child(4n+4) {
    margin-right: 8%;
  }
  .column-item__4:nth-child(2n+2) {
    margin-right: 0;
  }
  .column-item__4:nth-child(3) {
    margin-top: 4rem;
  }
  .column-item__4:nth-child(4) {
    margin-top: 4rem;
  }
  .program-item__3 {
    width: 46%;
    margin-right: 8%;
  }
  .program-item__3:nth-child(3n+3) {
    margin-right: 0;
    width: 100%;
  }
  .program-item__3:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .column-item__2, .column-item__3, .column-item__4 {
    width: 100%;
    margin-right: 0;
    margin-top: 4rem;
  }
  .column-item__2:nth-child(2), .column-item__3:nth-child(2), .column-item__4:nth-child(2) {
    margin-top: 4rem;
  }
  .column-item__2:nth-child(3), .column-item__3:nth-child(3), .column-item__4:nth-child(3) {
    margin-top: 4rem;
  }
  .column-item__2:nth-child(4), .column-item__3:nth-child(4), .column-item__4:nth-child(4) {
    margin-top: 3rem;
  }
  .column-item__2:nth-child(4n+4), .column-item__3:nth-child(4n+4), .column-item__4:nth-child(4n+4) {
    margin-right: 0;
  }
  .column-item__2:nth-child(3n+3), .column-item__3:nth-child(3n+3), .column-item__4:nth-child(3n+3) {
    margin-right: 8%;
  }
  .program-item__2, .program-item__3, .program-item__4 {
    width: 100%;
    margin-right: 0;
  }
  .program-item__2:nth-child(2n+2), .program-item__3:nth-child(2n+2), .program-item__4:nth-child(2n+2) {
    margin-right: 0;
  }
}
.user-grid-small .inner {
  padding-top: 5rem;
  border-top: 1px dashed #A5A5A5;
}
.user-grid-small.exclude-line .inner {
  border-top: none;
  padding-top: 0;
}
.user-grid-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.user-company-name {
  font-size: 1rem;
  line-height: 1.3;
}
.user-city-state {
  opacity: 0.7;
}
.user-grid-item {
  width: 45%;
  margin-right: 10%;
  position: relative;
  margin-top: 4rem;
}
.user-grid-item:nth-child(1), .user-grid-item:nth-child(2) {
  margin-top: 0;
}
.user-grid-item:nth-child(2n+2) {
  margin-right: 0;
}
.user-grid-item-photo {
  width: 10rem;
  float: left;
  position: relative;
  margin-right: 3rem;
}
.user-grid-item-photo div {
  width: 100%;
  padding-bottom: 125%;
}
.user-grid-item-photo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 7px;
  background: #FD6A3C;
}
.user-grid-item-info {
  margin-left: 13rem;
}
.user-grid-item-label {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  opacity: 0.7;
}
.user-grid-item-phone {
  opacity: 0.7;
}
.user-grid-item-mail {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background 0.35s;
}
.user-grid-item-mail i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  transition: color 0.35s;
}
.user-grid-item.no-photo .user-grid-item-photo {
  width: 7px;
}
.user-grid-item.no-photo .user-grid-item-info {
  margin-left: 0;
  padding-left: 3rem;
  border-left: 7px solid #FD6A3C;
}
.user-grid-item-company {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.user-grid-item--large {
  width: 46.5%;
  margin-right: 7%;
  background: #F2F2F2;
}
.user-grid-item--large:nth-child(2n+2) {
  margin-right: 7%;
}
.user-grid-item--large:nth-child(2n+2) {
  margin-right: 0;
}
.user-grid-item--large .user-grid-item-photo {
  width: 39%;
}
.user-grid-item--large .user-grid-item-info {
  margin-left: calc(39% + 5rem);
  padding: 4rem 4rem 4rem 0;
}
.user-grid-item--large.no-photo .user-grid-item-photo {
  width: 0px;
}
.user-grid-item--large.no-photo .user-grid-item-info {
  margin-left: 0;
  height: 100%;
  box-sizing: border-box;
  padding-left: 5rem;
}
.user-grid-item--three {
  width: 28%;
  margin-right: 8%;
  margin-top: 4rem;
  position: relative;
  box-sizing: border-box;
}
.user-grid-item--three:nth-child(3) {
  margin-top: 0;
}
.user-grid-item--three:nth-child(2n+2) {
  margin-right: 8%;
}
.user-grid-item--three:nth-child(3n+3) {
  margin-right: 0;
}
.user-grid-item--list {
  width: 28%;
  margin-right: 8%;
  margin-top: 1rem;
  padding-left: 2.3rem;
  position: relative;
  box-sizing: border-box;
}
.user-grid-item--list:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0.6rem;
  left: 0;
  border-radius: 50%;
  background: #FD6A3C;
}
.user-grid-item--list:nth-child(3) {
  margin-top: 0;
}
.user-grid-item--list:nth-child(2n+2) {
  margin-right: 8%;
}
.user-grid-item--list:nth-child(3n+3) {
  margin-right: 0;
}
.user-grid-item--list .user-grid-item-info {
  margin-left: 0;
}
.user-grid-item .user-grid-item-company {
  font-size: 1.1rem;
  line-height: 1.4;
}
.desktop-version .user-grid-item-mail.ia-bg-soft:hover {
  background: #172535 !important;
}
.desktop-version .user-grid-item-mail.ia-bg-soft:hover i {
  color: #FFFFFF !important;
}
@media (max-width: 1023px) {
  .user-grid-item--large .user-grid-item-info {
    margin-left: calc(39% + 2rem);
    padding: 2rem 2rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .user-grid-item {
    width: 46%;
    margin-right: 8%;
  }
  .user-grid-item:nth-child(3n+3) {
    margin-right: 8%;
  }
  .user-grid-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .user-grid-item:nth-child(3) {
    margin-top: 4rem;
  }
  .user-grid-item--large {
    width: 100%;
    margin-right: 0 !important;
  }
  .user-grid-item--large:nth-child(2) {
    margin-top: 4rem;
  }
}
@media (max-width: 500px) {
  .user-grid-item--large .user-grid-item-info, .user-grid-item--large.no-photo .user-grid-item-info {
    margin-left: 0;
  }
  .user-grid-item {
    width: 100%;
    margin-right: 0%;
    margin-top: 3rem;
  }
  .user-grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .user-grid-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .user-grid-item:nth-child(2) {
    margin-top: 4rem;
  }
  .user-grid-item:nth-child(3) {
    margin-top: 3rem;
  }
}
.our-partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our-partner-list--slider {
  display: block;
  margin-left: -4rem;
}
.our-partner-list--slider .slick-slide .our-partner-item {
  width: calc(100% - 4rem);
  margin-right: 0;
  margin-left: 4rem;
}
.our-partner-list--slider .slick-slide .our-partner-item a {
  margin-top: 0;
  margin-right: 4rem;
}
.our-partner-list--slider .slick-arrow {
  top: auto;
  transform: translate(0, 0);
  bottom: -18px;
}
.our-partner-list--slider .slick-arrow.slick-next {
  transform: translate(0, 0) scaleX(-1);
}
.our-partner-list--slider .slick-arrow.slick-prev {
  left: auto;
  right: 9rem;
}
.our-partner-list--slider .slick-list {
  overflow: visible;
}
.our-partner-item {
  width: 22%;
  margin-right: 4%;
}
.our-partner-item:nth-child(4n+4) {
  margin-right: 0;
}
.our-partner-item:nth-child(1) a, .our-partner-item:nth-child(2) a, .our-partner-item:nth-child(3) a, .our-partner-item:nth-child(4) a {
  margin-top: 0;
}
.our-partner-item a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 83%;
  background: #FFFFFF;
  margin-top: 5rem;
  border: 1px solid #F2F2F2;
  overflow: hidden;
}
.our-partner-item a img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.35s;
}
.our-partner-item a em {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F2F2F2;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  opacity: 0;
  transition: opacity 0.35s;
}
.our-partner-item a em i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #172535;
  font-size: 1.2rem;
}
.desktop-version .our-partner-item a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.desktop-version .our-partner-item a:hover em {
  opacity: 1;
}
@media (max-width: 500px) {
  .our-partner-list--slider {
    margin-left: -1.5rem;
  }
  .our-partner-list--slider .slick-slide .our-partner-item {
    margin-left: 1.5rem;
    width: calc(100% - 1.5rem);
  }
  .our-partner-list--slider .slick-dots {
    margin-left: 1.1rem;
  }
  .play-carousel {
    left: 3rem;
  }
  .our-partner-item {
    width: 30.33%;
    margin-right: 3%;
  }
  .our-partner-item:nth-child(4) {
    margin-top: 2rem;
  }
  .our-partner-item:nth-child(4n+4) {
    margin-right: 3%;
  }
  .our-partner-item:nth-child(3n+3) {
    margin-right: 0;
  }
  .our-partner-item a {
    margin-top: 2rem;
  }
}
.accordion-wrap-flex {
  margin-top: 4rem;
}
.accordion-item-flex {
  padding: 0;
  background: rgba(242, 242, 242, 0.4);
}
.accordion-item-flex:nth-child(odd) {
  background: #FFFFFF;
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
}
.page-template-reciprocity-map .accordion-item-flex:nth-child(odd) {
  background: rgba(242, 242, 242, 0.4);
  border: none;
}
.page-template-reciprocity-map .accordion-item-flex:nth-child(even) {
  background: #FFFFFF;
  border-top: 1px solid rgba(165, 165, 165, 0.4);
  border-bottom: 1px solid rgba(165, 165, 165, 0.4);
}
.accordion-title-flex {
  padding: 3rem 7rem 3rem 6.5rem;
  position: relative;
  display: block;
  color: #172535;
}
.accordion-title-flex i {
  position: absolute;
  top: 50%;
  right: 6rem;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #FD6A3C;
}
.accordion-title-flex.current i {
  transform: translate(-50%, -50%) scaleY(-1);
}
.accordion-info-flex {
  padding: 0 6.5rem 3rem;
  display: none;
}
@media (max-width: 767px) {
  .accordion-info-flex {
    padding: 1rem 3rem 3rem 2rem;
  }
  .accordion-info-flex .content-entry {
    padding-top: 0rem;
  }
  .accordion-title-flex {
    padding: 1.5rem 3rem 1.5rem 2rem;
  }
  .accordion-title-flex i {
    right: 0;
    font-size: 1.4rem;
  }
}
.cta-dark-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-dark-text {
  width: 70%;
}
.cta-dark-text.full-width {
  width: auto;
}
.cta-dark-text .content-entry {
  max-width: 565px;
}
.page-template-researches-page .cta-dark.flex-module {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cta-dark-in {
    display: block;
  }
  .cta-dark-text {
    width: auto;
  }
}
.video-module-in {
  margin-top: 5rem;
  padding: 0 6rem;
  position: relative;
}
.video-module-in .video-iframe {
  width: 100%;
  position: relative;
  padding-bottom: 52.7%;
}
.video-module-in iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.video-module-lines {
  position: absolute;
  top: 5rem;
  bottom: 5rem;
  left: 0;
  right: 0;
}
.mejs-overlay-button {
  border: 1px solid #FD6A3C;
  background: #172535 !important;
  border-radius: 50%;
}
.mejs-overlay-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.6rem;
  color: #FFFFFF;
  transition: color 0.35s;
  font-family: "icomoon" !important;
}
.flex-video .video-caption {
  display: none;
}
.mejs-controls {
  opacity: 0 !important;
  transition: opacity 0.35s;
}
.mejs-container:hover .mejs-controls {
  opacity: 1 !important;
}
.desktop-version .mejs-overlay-play:hover .mejs-overlay-button:after {
  color: #FD6A3C;
}
@media (max-width: 767px) {
  .video-module-in {
    padding: 0 2rem;
    margin-top: 0;
  }
  .video-module-lines {
    top: 2rem;
    bottom: 2rem;
  }
  .mejs-overlay-button {
    transform: scale(0.6);
  }
}
.content-block-head.narrow {
  max-width: 880px;
  display: block;
  margin: 0 auto;
}
.content-block-in {
  display: flex;
  justify-content: space-between;
}
.content-block-in.narrow {
  max-width: 880px;
  display: block;
  margin: 0 auto;
}
.content-block-in.narrow .content-block-image {
  width: auto;
  margin-bottom: 4.4rem;
}
.content-block-in.narrow .content-block-image div {
  padding-bottom: 40%;
}
.content-block-in.narrow .content-block-text {
  width: auto;
}
.content-block-image {
  order: 2;
  width: 39%;
}
.content-block-image div {
  width: 100%;
  padding-bottom: 156%;
}
.content-block-text {
  order: 1;
  width: 55%;
}
.content-block-text.full-width {
  width: 100%;
}
.content-block-flex {
  display: flex;
  justify-content: space-between;
}
.content-block-left {
  width: 70%;
}
.content-block-right {
  width: 30%;
  text-align: right;
}
@media (max-width: 767px) {
  .content-block-flex {
    display: block;
  }
  .content-block-flex .content-block-left {
    width: auto;
  }
  .content-block-flex .content-block-right {
    width: auto;
    text-align: left;
  }
  .content-block-in {
    display: block;
  }
  .content-block-in.narrow .content-block-image {
    margin-bottom: 3rem;
  }
  .content-block-image {
    width: auto;
    margin-bottom: 3rem;
  }
  .content-block-image div {
    padding-bottom: 56%;
  }
  .content-block-text {
    width: auto;
  }
}
.gallery-slider {
  margin-left: -2rem;
}
.gallery-slider .slick-list {
  overflow: visible;
}
.gallery-slider .slick-prev {
  left: 4.5rem;
}
.gallery-slider-4 {
  margin-left: -4rem;
}
.gallery-slider-4 .gallery-item {
  margin-left: 4rem;
}
.gallery-slider-4 .gallery-item-image {
  padding-bottom: 119%;
}
.gallery-slider-4 .slick-prev {
  left: 6.5rem;
}
.gallery-slider-3 .gallery-item-image {
  padding-bottom: 140%;
}
.gallery-slider-2 .gallery-item-image {
  padding-bottom: 70%;
}
.gallery-item {
  margin-left: 2rem;
  position: relative;
}
.gallery-item-image {
  width: 100%;
}
.gallery-item-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.6rem 2rem;
  line-height: 1.4;
  background: rgba(23, 37, 53, 0.85);
  font-size: 1.1rem;
  font-weight: 300;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .gallery-slider .slick-dots {
    margin-left: 2rem;
  }
  .gallery-slider-4 {
    margin-left: -2rem;
  }
  .gallery-slider-4 .gallery-item {
    margin-left: 2rem;
  }
}
.spacer-module-80 {
  height: 8rem;
}
.spacer-module-70 {
  height: 7rem;
}
.spacer-module-50 {
  height: 5rem;
}
.spacer-module-40 {
  height: 4rem;
}
.spacer-module-20 {
  height: 2rem;
}
/*events page*/
.column-cards {
  padding: 7rem 0;
}
.column-cards__card__image {
  display: block;
  position: relative;
}
.column-cards__card__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .upcoming-webinar, .upcoming-e {
    padding-top: 3rem;
  }
  .webinars-grid .upcoming-events__item:first-child {
    padding-top: 0;
  }
}
/*user page*/
.user__hero {
  padding: 8rem 0;
}
.user__left {
  float: left;
  width: 48.5%;
  height: 45.9rem;
  background: #F2F5F7;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.user__right {
  float: right;
  width: 48.5%;
  padding-top: 2rem;
}
.user__right h1 {
  margin-bottom: 0.8rem;
}
.user__right .content-entry {
  padding: 3rem 0;
}
.user__socials {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
.user__socials li a {
  color: #172535;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  background: #F2F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4rem;
  font-size: 2rem;
}
.user__posts {
  padding-top: 8rem;
}
.user__posts h2 {
  margin-bottom: 6.4rem;
}
.user__post {
  padding: 4rem 1.8rem;
  margin-bottom: 3rem !important;
}
.user__post h3 {
  margin-bottom: 1.5rem;
}
.user__post p:last-child {
  margin-bottom: 0;
}
.user__load-more {
  margin-bottom: 7rem;
}
.inner + .inner .user__posts {
  padding-top: 0;
}
/*blog page*/
.filters-bar-in .srch-form {
  width: 32rem;
  margin-bottom: 0;
}
.reloaded-filter .filters-bar {
  margin-bottom: 2.5rem;
}
.search-phrase {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #172535;
}
.search-phrase span {
  font-weight: 600;
}
.insights__featured {
  margin: 6rem 0 1rem;
}
.insights__featured .columns-grid {
  margin-bottom: 0;
}
.insights__featured + .advertise {
  margin-top: 0;
}
.side-resources {
  background: #172535;
  padding: 3.5rem 14% 1.5rem;
}
.side-resources .quick-links li {
  border-top: 1px dashed rgba(161, 197, 211, 0.5);
  padding: 2rem 0;
  font-size: 1.7rem;
  margin-bottom: 0;
}
.side-resources .quick-links li a {
  padding-left: 3.1rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
}
.side-resources .quick-links li a .icon-arrow-right {
  margin-left: 1.2rem;
  font-size: 1.2rem;
  transition: transform 0.35s;
  display: inline-block;
  vertical-align: middle;
}
.desktop-version .side-resources .quick-links li a:hover .icon-arrow-right {
  transform: translate(1rem, 0);
}
.columns-grid .advertise {
  margin: 6rem 3.5rem;
}
.columns-grid__item + .advertise {
  margin-top: 1rem;
}
.columns-grid .nothing {
  margin-left: 3.5rem;
}
.inner .advertise .inner {
  padding: 0;
}
.advertise {
  margin: 6rem 0;
  width: 100%;
}
.advertise .advertise-in {
  position: relative;
  background: #F2F2F2;
  box-sizing: border-box;
}
.insights-head {
  text-align: right;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 21;
}
.insights-head .select {
  display: inline-block;
}
.insights-head .sort {
  margin: 0;
}
.insights-head .sort > span {
  height: auto;
}
.insights-head .sort > span span {
  display: none;
  font-size: 1.2rem;
  position: static;
}
.insights-head .sort > span span.active {
  display: block;
}
.page-template-archive-page .cta-dark {
  margin-bottom: 0;
}
.recent-posts--heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#filter-sort .select > a span {
  font-weight: 400;
}
#filter-sort .select > a span b {
  font-weight: 600;
}
#filter-sort .select .dropdown-list {
  width: 100%;
}
@media (max-width: 1023px) {
  .reloaded-filter .filters-bar {
    margin-bottom: 1rem;
  }
  .insights__featured {
    margin: 3rem 0 0;
  }
  .advertise {
    margin: 3rem 0;
  }
  .insights-head {
    margin-bottom: 1rem;
    text-align: left;
  }
}
.contacts-module .inner {
  display: flex;
  flex-wrap: wrap;
}
.contacts-col {
  width: 46%;
  box-sizing: border-box;
  padding: 5rem 6%;
}
.contacts-col:nth-child(2n+1) {
  margin-right: 8%;
}
.contacts-col-text {
  padding-left: 4rem;
  position: relative;
}
.contacts-col-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #daedf5;
  width: 6px;
}
.contacts-col-text p br {
  line-height: 1.2rem;
}
@media (max-width: 767px) {
  .contacts-module .inner {
    display: block;
  }
  .contacts-col {
    width: auto;
    padding: 3rem;
  }
  .contacts-col:nth-child(2n+1) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.featured-post-image {
  height: 480px;
  overflow: hidden;
}
.featured-post-image__smaller {
  height: 340px;
}
.featured-post-image img {
  display: none;
}
.featured-post-image div {
  width: 100%;
  height: 100%;
}
.hero-share-tool {
  display: flex;
  justify-content: space-between;
}
.hero-share-tool-in {
  display: flex;
}
.video-sub-title {
  margin-top: 4rem;
}
.single .front-testimonial__columns {
  padding-top: 0;
}
.single .flex-module {
  margin: 5rem 0;
}
.single .hero-org.flex-module {
  margin-top: 0;
  margin-bottom: 5rem;
}
.wp-caption {
  position: relative;
}
.wp-caption figcaption {
  position: absolute;
  background: rgba(23, 37, 53, 0.85);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 2rem;
  color: #FFFFFF;
  line-height: 1.4;
  font-size: 1.1rem;
}
.post-author {
  padding: 2.5rem;
  border-top: 1px solid rgba(165, 165, 165, 0.7);
  border-bottom: 1px solid rgba(165, 165, 165, 0.7);
  display: flex;
}
.post-author-photo {
  width: 10rem;
  height: 10rem;
  margin-right: 3rem;
}
.post-author-photo img {
  display: none;
}
.post-author-photo div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.post-author-inf {
  max-width: calc(100% - 13rem);
}
.post-author-sub-title {
  text-transform: uppercase;
  font-size: 1.1rem;
}
.post-author-about {
  opacity: 0.7;
}
.narrow .gallery-resize {
  margin: 0 -116px 4rem;
}
.testimonial-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.front-news__meta-single em {
  display: inline-block;
  vertical-align: top;
  margin-right: 2rem;
  font-style: normal;
}
.front-news__meta-single em i {
  margin-right: 0.9rem;
}
.ia-link-wrap {
  margin-bottom: 2.2rem;
}
@media print {
  .front-news, .header, .footer, .extra-share-tool, .share-tool, .hero-share-tool, .front-testimonial, .breadcrumbs, .text-image-lines, .related_research {
    display: none;
  }
  .wow {
    visibility: visible;
  }
  .single .hero-org.flex-module {
    margin-bottom: 0;
  }
  .single .flex-module.content-block-flex {
    margin-top: 0 !important;
  }
  .hero-org__top {
    padding: 0;
  }
  .post-author-photo div, .featured-post-image div {
    display: none;
  }
  .post-author-photo img, .featured-post-image img {
    display: block;
  }
}
@media (max-width: 1100px) {
  .featured-post-image {
    height: auto;
  }
  .featured-post-image div {
    height: 0;
    padding-bottom: 33%;
  }
  .narrow .gallery-resize {
    margin: 0 0 4rem;
  }
}
@media (max-width: 767px) {
  .hero-share-tool {
    display: block;
  }
  .hero-share-tool .category-title {
    margin-bottom: 2rem;
  }
  .share-button:first-child {
    margin-left: 0;
  }
  .single .content-block-flex.flex-module, .single .video-module.flex-module {
    margin: 3rem 0;
  }
}
@media (max-width: 500px) {
  .post-author {
    padding: 2rem 0;
  }
  .post-author-photo {
    width: 8rem;
    height: 8rem;
    margin-right: 2rem;
  }
  .post-author-inf {
    max-width: calc(100% - 10rem);
  }
}
/*front page*/
.general-line-deco {
  position: absolute;
  top: 50%;
  height: 500vh;
  left: calc(-1*(90px + 6.8rem));
  border-left: 1px solid #FD6A3C;
  z-index: 1;
}
.front-hero {
  padding-top: 3rem;
  background: #172535;
  margin-bottom: 4rem;
  position: relative;
}
.front-hero .head-animated.wow span em {
  transition: transform 0.8s, opacity 0.8s;
}
.front-hero:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 99%;
  background: #172535;
  height: 100vh;
}
.front-hero .inner {
  position: relative;
}
.front-hero__left-svg {
  position: absolute;
  right: calc(100% - 5rem);
  top: 9rem;
}
.front-hero__photo-dec {
  width: 339px;
  height: 339px;
  position: absolute;
  right: 0;
  bottom: 100%;
}
.front-hero__photo-dec:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  background: #FD6A3C;
}
.front-hero__photo-dec span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.front-hero__photo-dec span:after {
  content: "";
  width: 200%;
  height: 200%;
  border: 1px dashed rgba(161, 197, 211, 0.2);
  border-radius: 50%;
  display: block;
}
.front-hero__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.front-hero__left {
  display: flex;
  justify-content: start;
  padding-bottom: 5rem;
}
.front-hero__left .content-entry {
  margin-right: 5rem;
  max-width: calc(100% - 200px);
}
.front-hero__left .content-entry p {
  font-size: 1.9rem;
}
.front-hero__bg {
  width: 100%;
  padding-bottom: 38%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.front-hero__bg div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.front-hero__bg div video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 200%;
}
.front-hero__photo {
  width: calc((100vw - var(--scroll-width) - 930px)/2 + 930px);
  position: relative;
}
.front-hero__photo:before {
  content: "";
  width: 105vw;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
}
.front-hero__photo.wow .front-hero__photo-dec:before {
  height: 0;
  transition: height 1s 0.5s linear;
}
.front-hero__photo.wow .front-hero__photo-dec span {
  opacity: 0;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  transition: transform 1s 0.5s linear, opacity 0.5s 0.8s;
}
.front-hero__photo.wow .front-hero__bg div {
  height: 0;
  transform: scale(1.2);
  transition: height 1s, transform 1s 0.3s;
}
.front-hero__photo.wow[style*="visible"] .front-hero__bg div {
  transform: scale(1);
  height: 100%;
}
.front-hero__photo.wow[style*="visible"] .front-hero__photo-dec:before {
  height: 100%;
}
.front-hero__photo.wow[style*="visible"] .front-hero__photo-dec span {
  opacity: 1;
  transform: rotate(0);
}
.front-announcements {
  padding: 4rem 0;
}
.front-announcements__content {
  padding: 1rem 0;
  display: flex;
  justify-content: start;
  max-width: 1000px;
  margin-left: -11%;
  align-items: center;
}
.front-announcements__image {
  width: 32%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.front-announcements__image div {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
}
.front-announcements__image div span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.front-announcements__image div span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background: #FFFFFF;
}
.front-announcements__image.wow div span {
  transform: scale(1.3);
  transition: transform 2s;
}
.front-announcements__image.wow div span:before {
  height: 100%;
  transition: height 1s;
}
.front-announcements__image.wow[style*="visible"] div span {
  transform: scale(1);
}
.front-announcements__image.wow[style*="visible"] div span:before {
  height: 0;
}
.front-announcements__text {
  width: 62%;
  margin-left: 6%;
}
@media (max-width: 1300px) {
  .front-hero__left-svg {
    display: none;
  }
  .front-announcements__content {
    margin-left: -3rem;
  }
}
@media (max-width: 1150px) {
  .front-hero {
    padding-top: 4rem;
  }
}
@media (max-width: 990px) {
  .front-hero__photo {
    width: calc(100% + 3rem);
  }
}
@media (max-width: 767px) {
  .front-hero {
    padding-top: 3rem;
    margin-bottom: 2rem;
  }
  .front-hero__inner {
    padding-left: 2.5rem;
  }
  .front-hero__left {
    display: block;
    padding-bottom: 2rem;
  }
  .front-hero__left .content-entry {
    max-width: 300px;
  }
  .front-hero__left .content-entry p {
    font-size: 1.5rem;
  }
  .front-hero__left-svg {
    display: none;
  }
  .front-hero__photo {
    width: calc(100% + 6%);
  }
  .front-hero__photo .front-hero__bg {
    padding-bottom: 50%;
  }
  .front-hero__photo-dec {
    width: 147px;
    height: 147px;
  }
  .front-hero__photo-dec:before {
    width: 4px;
  }
  .front-announcements {
    padding: 2rem 0 3rem;
  }
  .front-announcements__content {
    padding: 0;
    margin-left: -6%;
    align-items: start;
  }
  .front-announcements__inner {
    padding-left: 2.5rem;
  }
  .general-line-deco {
    left: calc(-1*(2.5rem + 2%));
  }
}
.front-difference {
  padding: 4rem 0;
}
.front-difference__inner {
  width: calc(100% + 116px);
  position: relative;
}
.front-difference__in {
  margin-bottom: 4.5rem;
}
.front-difference__left {
  width: 46%;
  padding-right: 4%;
  box-sizing: border-box;
}
.front-difference__left .front-difference__item {
  margin-right: 0;
  max-width: 300px;
  width: 100%;
}
.front-difference__right {
  float: right;
  width: 54%;
}
.front-difference__image {
  width: 100%;
  padding-bottom: 68%;
  position: relative;
}
.front-difference__image span {
  position: absolute;
  bottom: 62%;
  left: 79%;
  z-index: 5;
}
.front-difference__image > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.front-difference__image > div div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.front-difference__image > div em {
  width: 34%;
  height: 45%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.front-difference__image > div em:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-48deg);
  background: #FFFFFF;
  transform-origin: 20% -10%;
}
.front-difference__list {
  max-width: 1024px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.front-difference__item {
  width: 27.5%;
  margin-left: 8.7%;
  margin-bottom: 2rem;
}
.front-difference__item:nth-child(3n+1) {
  margin-left: 0;
}
.front-difference__stat {
  font-size: 7.4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1.8rem;
}
.front-difference__stat span {
  font-size: 60%;
}
.front-difference.industry-impact {
  padding: 0;
}
.front-difference.industry-impact.flex-module .front-difference__left {
  width: 50%;
  order: 1;
}
.front-difference.industry-impact.flex-module .front-difference__left .front-difference__list {
  justify-content: start;
}
.front-difference.industry-impact.flex-module .front-difference__left .content-entry {
  max-width: 410px;
}
.front-difference.industry-impact.flex-module .front-difference__right {
  margin-right: -172px;
  order: 2;
  width: calc(50% + 172px);
}
.front-difference.industry-impact .front-difference__inner {
  padding: 7rem 6rem;
  border: 1px solid #FD6A3C;
  width: auto;
  box-sizing: border-box;
}
.front-difference.industry-impact .front-difference__in {
  display: flex;
  flex-wrap: wrap;
}
.front-difference.industry-impact .front-difference__image {
  padding-bottom: 0;
  height: 100%;
}
.flex-module .front-difference__list {
  padding-bottom: 0;
}
@media (max-width: 1300px) {
  .front-difference__image span {
    left: 100%;
  }
  .front-difference__inner {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .front-difference.industry-impact.flex-module .front-difference__inner {
    padding: 3rem;
  }
  .front-difference.industry-impact.flex-module .front-difference__right {
    margin-right: -6rem;
    width: calc(50% + 6rem);
  }
}
@media (max-width: 767px) {
  .front-difference {
    padding: 3rem 0;
  }
  .front-difference__right {
    float: none;
    width: auto;
    margin-left: -6%;
    margin-right: -6%;
    margin-bottom: 2rem;
  }
  .front-difference__left {
    width: auto;
    padding-right: 0;
    padding-left: 2.5rem;
  }
  .front-difference__image {
    padding-bottom: 56%;
    z-index: 9;
  }
  .front-difference__image span {
    display: none;
  }
  .front-difference__image div em {
    display: none;
  }
  .front-difference__in {
    margin-bottom: 0;
  }
  .front-difference__in + .front-difference__list {
    padding-left: 2.5rem;
    display: block;
  }
  .front-difference__list {
    padding: 0;
    display: block;
  }
  .front-difference__item {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2.5rem;
  }
  .front-difference__stat {
    font-size: 5rem;
    margin-bottom: 0.5rem;
  }
  .front-difference__text {
    margin-bottom: 1rem;
  }
  .front-difference.industry-impact.flex-module .front-difference__in {
    display: block;
  }
  .front-difference.industry-impact.flex-module .front-difference__image {
    padding-bottom: 56%;
  }
  .front-difference.industry-impact.flex-module .front-difference__right {
    width: auto;
    margin-right: 0;
  }
  .front-difference.industry-impact.flex-module .front-difference__left {
    width: auto;
    padding-left: 0;
  }
  .front-difference.industry-impact.flex-module .front-difference__in + .front-difference__list {
    padding-left: 0;
  }
}
.mob-version {
  display: none;
}
.front-insights {
  padding: 8rem 0 0;
  margin-top: 10rem;
  position: relative;
  z-index: 2;
}
.front-insights__in {
  background: #FFFFFF;
  position: relative;
}
.front-insights__in:before {
  content: "";
  position: absolute;
  right: 0;
  width: 100vw;
  top: 0;
  bottom: 0;
  background: #FFFFFF;
}
.front-insights__left {
  width: calc(50% - 3.4rem);
  float: left;
  position: relative;
  z-index: 5;
}
.front-insights__right {
  width: calc(50% + 3.4rem);
  float: left;
  margin-top: -4rem;
  z-index: 5;
  position: relative;
}
.front-insights__head {
  padding-right: calc(50% + 7rem);
  padding-bottom: 6rem;
}
.front-insights__accordion {
  background: #FFFFFF;
  position: relative;
  padding: 8rem 8rem 8rem 0;
}
.front-insights__accordion:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  height: 0;
  width: 1px;
  background: #FD6A3C;
  transition: height 1s 0.5s;
}
.front-insights__accordion[style*="visible"]:after {
  height: calc(100% - 8rem);
}
.accordion {
  position: relative;
  z-index: 2;
  margin-left: -6.8rem;
}
.accordion-item {
  border-bottom: 1px dashed #A5A5A5;
  position: relative;
}
.accordion-item-in {
  overflow: hidden;
  position: relative;
}
.accordion-item-in:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  bottom: 0;
  width: 7px;
  background: #FD6A3C;
  opacity: 0;
  transform: rotate(90deg);
  transform-origin: left bottom;
  transition: opacity 0.8s, transform 0.8s;
}
.accordion-item.opened[style*="visible"] .accordion-item-in:before {
  opacity: 1;
  transform: rotate(0);
}
.accordion-item.opened[style*="visible"] .accordion-item__title {
  color: #3F5E9D;
}
.accordion-item.opened[style*="visible"] .accordion-item__title i {
  transform: scaleY(-1) translate(0, 50%);
}
.accordion-item.opened[style*="visible"] .accordion-item__door {
  opacity: 1;
  transform: rotate(0);
}
.accordion-item.opened[style*="visible"] .accordion-item__dec {
  opacity: 1;
}
.accordion-item__door {
  position: absolute;
  top: 0;
  left: 7px;
  height: 100%;
  opacity: 0;
  transform: rotate(90deg);
  transform-origin: left bottom;
  transition: opacity 0.8s, transform 0.8s;
}
.accordion-item__door svg {
  height: 100%;
  width: auto;
}
.accordion-item__dec {
  position: absolute;
  top: 50%;
  right: -8.6rem;
  width: 10px;
  height: 10px;
  border-left: 1px solid #FD6A3C;
  border-bottom: 1px solid #FD6A3C;
  background: #FFFFFF;
  transform: rotate(45deg);
  opacity: 0;
}
.accordion-item__title {
  padding: 3rem 6.8rem;
  position: relative;
  cursor: pointer;
}
.accordion-item__title i {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translate(0, -50%);
  font-size: 1.6rem;
  color: #FD6A3C;
}
.accordion-item__desc {
  padding: 0 6.8rem 3rem 6.8rem;
  display: none;
  margin-top: -2rem;
}
.accordion-item__link {
  margin-bottom: 0.8rem;
}
.accordion-image {
  width: calc(100% + 5rem);
  padding-bottom: 100%;
  margin-left: 5rem;
  position: relative;
  margin-top: -50%;
}
.accordion-image div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.accordion-info {
  width: calc(100% - 113px);
  box-sizing: border-box;
  padding: 5rem;
}
.accordion-info .h5 {
  transform: translate(0, 5rem);
  transition: transform 0.8s, opacity 0.8s;
  opacity: 0;
}
.accordion-info .content-entry {
  max-width: 380px;
  transform: translate(0, 5rem);
  transition: transform 0.8s 0.1s, opacity 0.8s 0.1s;
  opacity: 0;
}
.accordion-info .content-entry p {
  font-size: 1.4rem;
}
.accordion-info .ia-btn {
  transform: translate(0, 8rem);
  transition: transform 0.8s 0.2s, opacity 0.2s;
}
.accordion-info .ia-btn span {
  opacity: 0;
  transform: translate(0, 50%);
  transition: transform 0.35s 0.2s linear, opacity 0.35s 0.2s;
}
.accordion-info .ia-btn .ia-b-1 {
  width: 0;
  transition: width 0.3s;
}
.accordion-info .ia-btn .ia-b-2 {
  height: 0;
  transition: height 0.3s 0.3s linear;
}
.accordion-info .ia-btn .ia-b-3 {
  width: 0;
  transition: width 0.3s 0.6s linear;
}
.accordion-info .ia-btn:before {
  height: 0;
  transition: height 0.3s 0.9s linear, background 0.35s 0s;
}
.accordion-data {
  display: none;
  position: relative;
  z-index: 3;
}
.accordion-data.opened .h5 {
  transform: translate(0, 0);
  opacity: 1;
}
.accordion-data.opened .content-entry {
  transform: translate(0, 0);
  opacity: 1;
}
.accordion-data.opened .ia-btn {
  transform: translate(0, 0);
}
.accordion-data.opened .ia-btn span {
  opacity: 1;
  transform: translate(0, 0);
}
.accordion-data.opened .ia-btn .ia-b-1, .accordion-data.opened .ia-btn .ia-b-3 {
  width: 100%;
}
.accordion-data.opened .ia-btn .ia-b-2, .accordion-data.opened .ia-btn:before {
  height: 100%;
}
@media (max-width: 1300px) {
  .front-insights {
    padding: 5rem 0 0;
    margin-top: 5rem;
  }
  .front-insights__inner {
    width: 100%;
  }
  .front-insights__accordion {
    padding: 5rem 5rem 5rem 0;
  }
  .front-insights__accordion:before {
    left: -3rem;
    width: calc((100% + 3rem + 117.3%) - 113px);
  }
  .front-insights__right {
    margin-top: -10rem;
  }
  .accordion {
    margin-left: 0;
  }
  .accordion-item__dec {
    right: -5.5rem;
  }
  .accordion-item__title {
    padding: 2rem 6rem 2rem 3rem;
  }
  .accordion-item__desc {
    padding: 1rem 3rem 2rem;
  }
}
@media (max-width: 900px) {
  .front-insights__accordion:before {
    width: calc(100% + 3rem + 117.3%);
  }
  .accordion-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .front-insights {
    margin-top: 0;
    padding: 5rem 0;
    border-bottom: 1px solid rgba(161, 197, 211, 0.3);
  }
  .front-insights__head {
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .front-insights__inner {
    width: auto;
  }
  .front-insights__left {
    width: auto;
    float: none;
  }
  .front-insights__right {
    display: none;
  }
  .front-insights__accordion {
    padding: 0;
  }
  .front-insights__accordion:after {
    display: none;
  }
  .front-insights__accordion:before {
    background: none;
  }
  .accordion {
    margin-left: 0;
  }
  .accordion:before {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #FFFFFF;
    left: 50%;
    bottom: 100%;
  }
  .accordion-item {
    position: relative;
    border-bottom: none;
  }
  .accordion-item-in:before {
    transform: rotate(0);
  }
  .accordion-item__dec {
    display: none;
  }
  .accordion-item:last-child:after {
    display: none;
  }
  .accordion-item:after {
    content: "";
    position: absolute;
    left: 2.5rem;
    right: 2.5rem;
    bottom: 0;
    border-bottom: 1px dashed gray;
  }
  .accordion-item__door {
    display: none;
  }
  .accordion-item__title {
    padding: 2rem 6rem 2rem 2.5rem;
  }
  .accordion-item__desc {
    padding: 0 2.5rem 2.5rem;
    margin-top: 0;
  }
  .accordion-item__links {
    column-count: 1;
    margin-bottom: 2rem;
  }
  .mob-version {
    display: block;
  }
}
.front-testimonial {
  padding: 7rem 0;
  position: relative;
  z-index: 2;
}
.front-testimonial__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6.5rem;
}
.story-item {
  width: 31.3%;
  margin-left: 3%;
  display: inline-block;
  vertical-align: top;
  padding-top: 3.3rem;
  position: relative;
}
.story-item .story-item-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.story-item .h4 a {
  color: #FFFFFF;
  transition: color 0.35s;
}
.story-item:before {
  content: "";
  position: absolute;
  left: 0;
  background: #FD6A3C;
  width: 100%;
  height: 1px;
  top: 0;
  transition: width 0.8s;
}
.story-item.wow:before {
  width: 0;
}
.story-item.wow[style*="visible"]:before {
  width: 100%;
}
.story-item .vape:before {
  background: #172535;
}
.story-item__sub-title {
  position: relative;
  padding-left: 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
  color: #172535;
}
.story-item__sub-title i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.9rem;
  color: #FD6A3C;
}
.story-item__image {
  max-width: 100%;
  width: 206px;
  margin-top: 9.6rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.story-item__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #172535;
  opacity: 0.3;
}
.story-item__image div {
  transition: transform 0.8s;
  width: 100%;
  padding-bottom: 116%;
}
.story-item:nth-child(3n+1) {
  margin-left: 0;
}
.story-item__small {
  margin-bottom: 6rem;
}
.story-video {
  position: relative;
  padding-top: 0 !important;
}
.story-video--stories .story-video__name {
  font-size: 1.4rem;
}
.story-video--stories .story-video__position {
  font-size: 1.1rem;
}
.story-video:before {
  display: none;
}
.story-video__bg {
  position: relative;
  width: 100%;
  padding-bottom: 156%;
}
.story-video__bg-div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.story-video__bg-div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(23, 37, 53, 0.95) 12.81%, rgba(23, 37, 53, 0) 48.75%);
}
.story-video__bg-div video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 200%;
  max-height: 200%;
}
.story-video__triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 176px;
  height: 176px;
  overflow: hidden;
}
.story-video__triangle:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  left: 50%;
  top: 50%;
  transform: translate(-10%, -81%) rotate(45deg);
  background: #A1C5D3;
}
.story-video__in {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 9rem 3rem 3rem;
}
.story-video__play, .story-video__mute {
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  border-radius: 50%;
  z-index: 10;
  background: rgba(63, 94, 157, 0.3);
}
.story-video__play i, .story-video__mute i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  color: #FFFFFF;
}
.story-video__play {
  background: #172535;
  border: 1px solid #FD6A3C;
}
.story-video__play i.icon-arr-right {
  transform: translate(-40%, -50%);
}
.story-video__title {
  color: #FFFFFF;
}
.story-video__name {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.story-video__position {
  font-size: 1.2rem;
  line-height: 1.2;
}
.story-video__read {
  position: absolute;
  top: 3rem;
  right: 2.4rem;
  color: #172535;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: right;
  line-height: 1.5;
  text-decoration: underline;
}
.front-testimonial__columns {
  padding-top: 6rem;
  display: flex;
  justify-content: space-between;
}
.front-testimonial__column {
  max-width: 46%;
  width: 435px;
}
.front-testimonial__column:nth-child(2n+1) {
  margin-left: 0;
}
.front-testimonial__column .story-item {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
.featured__quote {
  margin-top: 4rem;
  border-top: 1px dashed rgba(161, 197, 211, 0.5);
  padding-top: 4rem;
}
.featured__quote.no-space {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.featured__quote-left {
  width: calc(75% - 3.5rem);
  float: left;
}
.featured__quote-left.no-image {
  width: auto;
  float: none;
}
.featured__quote-in {
  padding-left: 6.5rem;
  position: relative;
}
.featured__quote-in svg {
  color: #A1C5D3;
  position: absolute;
  left: 2.5rem;
  top: 0;
}
.featured__quote-photo {
  width: 25%;
  float: right;
  text-align: right;
  margin-left: 3.5rem;
}
.quote-slider-number {
  font-size: 1.4rem;
  font-weight: 400;
}
.quotes-module .featured__quote {
  margin-top: 0;
}
.quotes-module.with-image .quotes-slider-control {
  position: absolute;
  left: 11.5rem;
  right: calc(25% + 3.5rem);
  bottom: 0;
  z-index: 15;
}
.quotes-module .featured__quote-left.no-image {
  margin-right: 11.5rem;
}
.quotes-module .featured__quote-left {
  padding-bottom: 5rem;
}
.quotes-module .quotes-slider-control {
  right: 11.5rem;
  left: 11.5rem;
  position: absolute;
  bottom: 0;
}
.quotes-module.ia-bg-dark .quote-slider-number {
  color: #FFFFFF;
}
.quotes-module .slick-dots {
  margin-top: 1rem;
}
.quotes-module .featured__quote-photo img {
  margin-left: auto;
  margin-right: 0;
}
.quotes-module .featured__quote-in {
  margin-left: 5rem;
}
.quotes-module .featured__quote-in svg {
  color: #FD6A3C;
}
.story-person-photo {
  display: none;
}
.page-template-organization-channel-page .front-testimonial.ia-bg-dark {
  position: relative;
}
.page-template-organization-channel-page .front-testimonial.ia-bg-dark:after {
  content: "";
  position: absolute;
  left: 99%;
  background: #172535;
  width: 100vw;
  top: 0;
  bottom: 0;
}
.desktop-version .story-video__read:hover {
  text-decoration: none;
}
.desktop-version .story-item-link:hover + .story-item-in .h5.ia-dark {
  color: #3F5E9D !important;
}
.desktop-version .story-item-link:hover + .story-item-in .h4 a {
  color: #A1C5D3 !important;
}
.desktop-version .story-item-link:hover + .story-item-in .story-item__image div {
  transform: scale(1.1);
}
.desktop-version .story-item-link:hover + .story-item-in .ia-link span {
  border-bottom-color: #FD6A3C;
}
.desktop-version .story-item-link:hover + .story-item-in .ia-link--arrow i:before {
  animation: 0.5s fromLeftRoll forwards;
}
@media (max-width: 900px) {
  .story-video__in {
    padding: 0 2.5rem 2.5rem;
  }
  .story-video__name, .story-video__position {
    padding-right: 4rem;
  }
  .story-video__mute {
    width: 3.5rem;
    height: 3.5rem;
    right: 1.8rem;
    bottom: 1.8rem;
  }
  .story-video__mute i {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .front-testimonial {
    padding: 4rem 0 2.5rem;
  }
  .front-testimonial__list {
    padding-top: 0;
    justify-content: center;
  }
  .story-video {
    max-width: 260px;
    order: 1;
  }
  .story-video__in {
    padding: 0 1.8rem 1.8rem;
  }
  .story-video__name {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .story-video__read {
    font-size: 1.2rem;
    top: 2.2rem;
    right: 1.4rem;
  }
  .story-item {
    width: 100%;
    margin-bottom: 4rem;
    margin-left: 0;
    padding-top: 1.7rem;
    overflow: hidden;
  }
  .story-item__sub-title {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
  .story-item:first-child {
    order: 2;
  }
  .story-item:nth-child(3n+3) {
    order: 3;
  }
  .story-item__text {
    width: calc(100% - 113px);
    float: left;
  }
  .story-item__text.none-image {
    width: 100%;
  }
  .story-item__image {
    width: 90px;
    float: right;
    margin-top: 0;
  }
  .story-item__image div {
    padding-bottom: 155%;
  }
  .front-testimonial__columns {
    padding-top: 3rem;
  }
  .story-item__small .story-item__text {
    float: none;
    width: auto;
  }
  .quotes-module .featured__quote-left.no-image {
    margin-right: 0;
  }
  .quotes-module .quotes-slider-control {
    right: 0;
  }
}
@media (max-width: 600px) {
  .front-testimonial__columns {
    display: block;
  }
  .front-testimonial__column {
    width: auto;
    max-width: 100%;
    float: none;
    margin-left: 0;
  }
  .front-testimonial__column .story-video {
    max-width: 260px;
    display: block;
    margin: 0 auto 2.4rem;
  }
  .featured__quote-left {
    width: auto;
    float: none;
  }
  .featured__quote-photo {
    display: none;
  }
  .featured__quote-in {
    padding-left: 3rem;
  }
  .featured__quote-in svg {
    left: 0;
  }
  .quotes-module.with-image .quotes-slider-control {
    left: 8rem;
    right: 0;
  }
  .quotes-module .quotes-slider-control {
    left: 8rem;
  }
  .story-person-photo {
    width: 52px;
    margin-right: 1.7rem;
  }
  .story-person-info.no-photo .story-person-text {
    width: 100%;
  }
  .story-video__triangle {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 500px) {
  .quotes-module .featured__quote-in {
    margin-left: 0;
  }
  .quotes-module.with-image .quotes-slider-control {
    left: 3rem;
  }
  .quotes-module .quotes-slider-control {
    left: 3rem;
  }
}
.front-donation {
  padding: 8rem 0 6rem;
  position: relative;
  z-index: 2;
}
.front-donation__in {
  display: flex;
  flex-wrap: wrap;
}
.front-donation__in .content-entry {
  width: 51%;
  margin-right: 12%;
}
.front-donation__btn {
  margin-top: -3rem;
  position: relative;
  padding: 3.5rem 0;
}
.front-donation__btn-wrap {
  width: 27%;
}
.front-donation__btn-lines {
  position: absolute;
  left: 4.3rem;
  top: 0;
  bottom: 0;
  right: 0;
}
.front-donation__btn .ia-btn {
  z-index: 10;
}
.pum-content .front-donation__btn-wrap {
  width: 37%;
}
.pum-content .front-donation__btn {
  margin-top: 0;
}
@media (max-width: 767px) {
  .front-donation {
    padding: 4rem 0 3.2rem;
  }
  .front-donation__in {
    display: block;
  }
  .front-donation__btn {
    padding: 2rem 0;
    margin-top: 2rem;
  }
  .front-donation__btn-wrap {
    width: auto !important;
  }
  .front-donation__btn-lines {
    left: 7rem;
    right: 10rem;
  }
  .front-donation .content-entry {
    margin-right: 0;
    width: auto;
  }
  .pum-content .front-donation__btn-wrap {
    width: auto;
  }
  .pum-content .front-donation__in .content-entry {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pum-theme-12886 .pum-container, .pum-theme-lightbox .pum-container {
    min-width: 90% !important;
    padding: 20px;
  }
  .pum-theme-12886 .pum-title, .pum-theme-lightbox .pum-title {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .pum-theme-12886 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    top: 1rem;
    right: 1rem;
  }
}
.front-research {
  padding: 8rem 0 4rem;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}
.front-research.flex-module {
  padding: 0 !important;
}
.front-research__in {
  padding: 8rem 3rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.front-research__item {
  padding: 2.5rem 4% 2.5rem 4%;
  box-sizing: border-box;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #FD6A3C;
  position: relative;
}
.front-research__item .category-title {
  position: relative;
  z-index: 11;
}
.front-research__item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.front-research__item a {
  color: #172535;
}
.front-research__item:nth-child(3n+1) {
  border-left: none;
}
.front-research__item h3 {
  margin-bottom: 1rem;
}
.front-research__item .content-entry p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.4rem;
}
.desktop-version .front-research__item:hover .h6 {
  color: #3F5E9D;
}
@media (max-width: 900px) {
  .front-research__in {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .front-research {
    padding: 5rem 0 2.5rem;
  }
  .front-research__in {
    display: block;
    padding: 3rem 2.5rem;
  }
  .front-research__item {
    width: auto;
    display: block;
    border-left: none;
    margin-left: 0;
    padding: 2rem 0;
    border-bottom: 1px solid #FD6A3C;
  }
  .front-research__item:nth-child(3) {
    border-bottom: none;
  }
  .front-research__item.front-research__item-head {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  .front-research__item.front-research__item-head h2 {
    margin-bottom: 0;
  }
  .front-research__item.front-research__item-head .ia-link {
    white-space: nowrap;
  }
}
.page-template-front-page .front-news__list:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #FFFFFF;
  z-index: 15;
}
.front-news {
  padding: 4rem 0 8rem;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}
.front-news__item {
  position: relative;
}
.front-news__item .post-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.front-news__item .category-title {
  position: relative;
  z-index: 11;
}
.front-news__item .h6 {
  transition: color 0.35s;
}
.front-news.flex-module {
  padding: 0;
}
.front-news .inner {
  position: relative;
}
.front-news__dec {
  position: absolute;
  right: calc(100% + 3.5rem);
  top: 4rem;
  z-index: 20;
}
.front-news__head {
  width: 330px;
  float: left;
  padding-top: 7rem;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
.front-news__list {
  margin-left: 330px;
  position: relative;
}
.front-news__slider.home-slider {
  width: calc(100% + 120px);
}
.front-news__slider .slick-list {
  overflow: visible;
}
.front-news__slider .slick-slide {
  width: 320px;
}
.front-news__slider .front-news__item {
  margin-right: 20px;
}
.front-news__slider .slick-arrow {
  top: 30%;
}
.front-news__slider .slick-arrow.slick-prev {
  left: 1.8rem;
}
.front-news__slider .slick-arrow.slick-next {
  right: calc(1.8rem + 20px);
}
.front-news__item-image {
  margin-bottom: 2rem;
  overflow: hidden;
}
.front-news__item-image div {
  width: 100%;
  padding-bottom: 118%;
  transition: transform 0.8s;
}
.front-news__meta {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}
.front-news__meta-single {
  font-size: 1.4rem;
}
.front-news__meta.ia-white span {
  background: #FFFFFF;
}
.front-news__meta.ia-white a {
  color: #FFFFFF;
}
.front-news__meta span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #172535;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.front-news__meta a {
  color: #172535;
  transition: color 0.35s;
  position: relative;
  z-index: 11;
}
.front-news__meta a:hover {
  font-weight: 600;
}
.page-template-organizations-page .front-news .front-news__dec, .flex-module.front-news .front-news__dec {
  display: none;
}
.page-template-organizations-page .front-news .front-news__head, .flex-module.front-news .front-news__head {
  padding-top: 0;
  width: auto;
  float: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  align-items: center;
}
.page-template-organizations-page .front-news .front-news__head .h1, .flex-module.front-news .front-news__head .h1 {
  margin-bottom: 0;
}
.page-template-organizations-page .front-news .front-news__list, .flex-module.front-news .front-news__list {
  margin-left: 0;
}
.page-template-organizations-page .front-news + .front-research, .flex-module.front-news + .front-research {
  padding: 2rem 0 8rem;
}
.desktop-version .front-news__item:hover .front-news__item-image div {
  transform: scale(1.1);
}
.desktop-version .front-news__item:hover .h6 {
  color: #3F5E9D;
}
@media (max-width: 1300px) {
  .front-news__dec {
    display: none;
  }
}
@media (max-width: 767px) {
  .front-news {
    padding: 2.5rem 0 5rem;
  }
  .front-news__dec {
    display: none;
  }
  .front-news__head {
    float: none;
    width: auto;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
  .front-news__head h2 {
    margin-bottom: 0;
  }
  .front-news__head .ia-link {
    white-space: nowrap;
  }
  .front-news__list {
    margin-left: 0;
  }
  .front-news__slider {
    width: 100%;
  }
  .front-news__item {
    margin-right: 10px;
  }
  .front-news__slider.home-slider {
    width: 100%;
  }
}
/*Organization page*/
.hero-org {
  position: relative;
  z-index: 21;
}
.hero-org-in {
  display: flex;
  justify-content: space-between;
}
.hero-org__top {
  position: relative;
  padding: 3.5rem 0;
  margin-bottom: 3rem;
}
.hero-org__bottom {
  padding: 2.5rem 0;
}
.hero-org__bottom.flex-module {
  padding: 0;
}
.hero-org__left {
  float: left;
  width: calc(100% - 350px);
  max-width: 660px;
}
.hero-org__left.full-width {
  width: 100%;
  max-width: 890px;
  padding-left: 6rem;
  position: relative;
  box-sizing: border-box;
}
.hero-org__left.full-width:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  background: #FD6A3C;
  height: 100%;
  transition: height 0.8s;
}
.hero-org__left.full-width.wow:before {
  height: 0;
}
.hero-org__left.full-width.wow[style*="visible"]:before {
  height: 100%;
}
.hero-org__left.full-width .content-entry {
  max-width: 820px;
}
.hero-org__right {
  width: 300px;
  float: right;
}
.hero-org .content-entry {
  max-width: 770px;
}
.hero-org__text {
  width: calc(100% - 360px);
}
.hero-org__image {
  width: 340px;
  text-align: right;
  align-self: flex-end;
}
.hero-org__image img {
  display: block;
  margin: 0 0 0 auto;
}
.quick-links {
  list-style-type: none;
  margin-left: 0;
}
.quick-links li {
  font-size: 1.4rem;
  line-height: 1.28;
  color: #172535;
  margin-bottom: 1.5rem;
}
.page-template-crafts-page .hero-org__top, .page-template-online-page .hero-org__top {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .single-craft .hero-org__bottom {
    margin-bottom: 3rem;
    padding-bottom: 0;
  }
  .single-craft .quick-links {
    margin-bottom: 0;
  }
  .quick-links li {
    font-size: 1.2rem;
  }
  .hero-org__top {
    display: block;
  }
  .hero-org__left, .hero-org__text {
    max-width: 100%;
    width: auto;
    float: none;
  }
  .hero-org__right, .hero-org__image {
    width: auto;
    float: none;
  }
  .hero-org__bottom {
    padding: 0 0 2.5rem;
  }
  .hero-org__image {
    padding-top: 3rem;
    text-align: center;
  }
  .hero-org__left.full-width {
    padding-left: 2.5rem;
  }
  .page-template-crafts-page .hero-org__top {
    padding-bottom: 1rem;
  }
  .page-template-crafts-page .hero-org__image {
    display: none;
  }
}
.why-nccer {
  margin: 2.5rem 0 7rem;
}
.why-nccer__in {
  padding: 7rem 11rem;
  position: relative;
}
.why-nccer__inner {
  margin-left: calc(-1*(11rem + 114px));
}
.why-nccer__left {
  float: left;
  width: 39%;
}
.why-nccer__right {
  margin-left: 45%;
}
.why-nccer__image {
  width: 100%;
  padding-bottom: 129%;
  position: relative;
  overflow: hidden;
}
.why-nccer__image div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.why-nccer__line-style .why-nccer__item {
  border-left: 7px solid #FD6A3C;
}
.why-nccer__line-style .why-nccer__item-data {
  width: 100%;
  border-left: none;
}
.why-nccer__item {
  display: flex;
}
.why-nccer__item-number {
  width: 17rem;
  padding-top: 2rem;
}
.why-nccer__item-number + .why-nccer__item-data {
  padding-left: 3.5rem;
}
.why-nccer__item-data {
  width: calc(100% - 17rem);
  box-sizing: border-box;
  padding: 2.5rem 3.3rem 2.5rem 0;
  margin-left: 3.3rem;
  border-left: 1px solid rgba(165, 165, 165, 0.7);
  border-bottom: 1px solid rgba(165, 165, 165, 0.7);
}
.why-nccer__item-data h3.h5 {
  margin-bottom: 1.5rem;
}
.why-nccer__item:last-child .why-nccer__item-data {
  border-bottom: none;
}
@media (max-width: 1300px) {
  .why-nccer__in {
    padding: 5rem;
  }
  .why-nccer__inner {
    margin-left: -8rem;
  }
  .why-nccer__item-number {
    width: 10rem;
  }
  .why-nccer__item-data {
    width: calc(100% - 10rem);
  }
}
@media (max-width: 767px) {
  .why-nccer {
    margin-bottom: 4rem;
  }
  .why-nccer__in {
    padding: 3rem;
  }
  .why-nccer__inner {
    margin-left: 0;
  }
  .why-nccer__left {
    float: none;
    width: auto;
    margin-bottom: 4rem;
    margin-top: -7rem;
  }
  .why-nccer__right {
    margin-left: 0;
  }
  .why-nccer__item-number {
    width: 6rem;
  }
  .why-nccer__item-data {
    width: calc(100% - 6rem);
    padding-right: 0;
    padding-left: 0;
    border-left: none;
  }
  .why-nccer__item-number + .why-nccer__item-data {
    padding-left: 0;
  }
}
.content-block {
  margin: 7rem 0;
}
.content-block__left {
  width: calc(100% - 382px);
  max-width: 640px;
  float: left;
  margin-bottom: 6rem;
}
.content-block__left .content-entry p + h4 {
  margin-bottom: 1rem;
}
.content-block__right {
  float: right;
  width: 340px;
  margin-left: 6rem;
  margin-right: 0;
  margin-bottom: 2rem;
}
.content-block.image-left .content-block__left {
  float: right;
  width: calc(100% - 300px);
}
.content-block.image-left .content-block__right {
  float: left;
  width: 340px;
  margin-left: 0;
  margin-right: 6rem;
}
@media (max-width: 767px) {
  .content-block {
    margin: 4rem 0;
  }
  .content-block__left {
    width: auto;
    max-width: 100%;
    float: none;
    margin-bottom: 3rem;
  }
  .content-block__right {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .content-block__right img {
    width: 100%;
    height: auto;
  }
  .content-block.image-left .content-block__left {
    float: none;
    width: auto;
  }
  .content-block.image-left .content-block__right {
    margin-left: 0;
    width: auto;
    float: none;
  }
  .content-block.image-left .content-block__right {
    margin-right: 0;
  }
}
.resources {
  padding: 7rem 0 19rem;
}
.resources.flex-module {
  padding: 0;
}
.resources.flex-module.ia-bg-dark {
  padding: 7rem 0;
}
.resources .inner > .content-entry {
  padding-bottom: 5rem;
}
.resources__list {
  display: flex;
  flex-wrap: wrap;
}
.resources__list__two-col .resources__item {
  width: 46%;
  margin-left: 8%;
}
.resources__list__two-col .resources__item:nth-child(3) {
  border-top: none !important;
}
.resources__list__two-col .resources__item:nth-child(3n+1) {
  margin-left: 8%;
}
.resources__list__two-col .resources__item:nth-child(2n+1) {
  margin-left: 0;
}
.resources__list__two-col .resources__item__has-icon h5 {
  padding-left: 3.7rem;
}
.resources__list__two-col .resources__item__has-icon h5 > i {
  position: absolute;
  font-size: 2rem;
  color: #FD6A3C;
  top: 0.4rem;
  left: 0;
  font-weight: normal;
}
.resources__list__two-col .resources__item__has-icon h5.no-icon {
  padding-left: 0;
}
.resources__list__two-col .resources__item__has-icon .resources__item-desc {
  padding-left: 3.7rem;
}
.resources__list__two-col .resources__item__has-icon .resources__item-desc.no-icon {
  padding-left: 0;
}
.resources__item {
  width: 27%;
  padding: 3rem 1rem 3rem 0;
  border-bottom: 1px dashed #d9d9d9;
  box-sizing: border-box;
  margin-left: 9.5%;
  position: relative;
}
.resources__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.3rem;
  height: 0.6rem;
  background: #FD6A3C;
  width: 0;
  transition: width 0.5s;
}
.resources__item:nth-child(1), .resources__item:nth-child(2), .resources__item:nth-child(3) {
  border-top: 1px dashed #d9d9d9;
}
.resources__item:nth-child(3n + 1) {
  margin-left: 0;
}
.resources__item > a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.resources__item h5 {
  position: relative;
  padding-right: 6rem;
}
.resources__item h5 em {
  background: transparent;
  width: 4rem;
  height: 4rem;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0;
  margin-top: -2rem;
  transition: background 0.5s;
}
.resources__item h5 em:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border: 5px solid transparent;
  border-radius: 50%;
  transition: border 0.5s;
}
.resources__item h5 em i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FD6A3C;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}
.resources__item-desc {
  display: none;
  padding-right: 7.4rem;
}
.resources__item-desc p {
  padding-top: 0.5rem;
}
.resources__item.hover:before {
  width: 100%;
}
.resources__item.hover h5 em {
  background: rgba(63, 94, 157, 0.2);
}
.resources__item.hover h5 em.ia-bg-white {
  background: #fff;
}
.resources__item.hover h5 em:before {
  border: 5px solid rgba(63, 94, 157, 0.07);
}
.ia-bg-dark .resources__item {
  border-bottom: 1px dashed rgba(161, 197, 211, 0.5);
}
.ia-bg-dark .resources__item:nth-child(1), .ia-bg-dark .resources__item:nth-child(2), .ia-bg-dark .resources__item:nth-child(3) {
  border-top: 1px dashed rgba(161, 197, 211, 0.5);
}
.page-template-organization-channel-page .resources {
  padding-bottom: 7rem;
}
.page-template-organization-channel-page .resources.ia-bg-dark {
  position: relative;
}
.page-template-organization-channel-page .resources.ia-bg-dark:after {
  content: "";
  position: absolute;
  left: 99%;
  background: #172535;
  width: 100vw;
  top: 0;
  bottom: 0;
}
@media (max-width: 1300px) {
  .resources.flex-module.ia-bg-dark {
    padding: 4rem 0;
  }
}
@media (max-width: 1023px) {
  .resources {
    padding: 4rem 0 8rem;
  }
  .resources__item {
    padding: 2rem 0.5rem 2rem 0;
    width: 32%;
    margin-left: 2%;
  }
  .page-template-organization-channel-page .resources {
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .resources__list__two-col .resources__item__has-icon .resources__item-desc {
    padding-left: 2.5rem;
    padding-top: 1rem;
  }
  .resources .inner > .content-entry {
    padding-bottom: 2rem;
  }
  .resources__item {
    width: 48%;
    margin-left: 4%;
  }
  .resources__item h5 {
    position: static;
  }
  .resources__item h5 em {
    transform: scale(0.8);
  }
  .resources__item:nth-child(3) {
    border-top: none !important;
  }
  .resources__item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .resources__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .resources__list__two-col .resources__item__has-icon h5 {
    padding-left: 2.5rem;
    position: relative;
  }
  .resources__list__two-col .resources__item__has-icon h5 > i {
    font-size: 1.6rem;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 600px) {
  .resources__list {
    display: block;
  }
  .resources__item {
    margin-left: 0 !important;
    width: auto !important;
  }
  .resources__item:nth-child(2) {
    border-top: none !important;
  }
}
.network-directory {
  padding: 9rem 0;
  max-width: 1340px;
  margin: -11rem auto 4rem;
  position: relative;
}
.network-directory.flex-module {
  margin: 7rem auto;
}
.network-directory__bg {
  position: absolute;
  right: 0;
  top: 2.5rem;
  bottom: 2.5rem;
  width: 57%;
  background: url(../png/map-bg.png) no-repeat 0 center / cover;
}
.network-directory__bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 17rem;
  background: linear-gradient(268.04deg, #A1C5D3 5.96%, rgba(161, 197, 211, 0) 91.16%);
}
.network-directory__in {
  max-width: 430px;
  position: relative;
  z-index: 10;
}
.network-directory__form-radio {
  margin-bottom: 3rem;
}
.network-directory__form-radio > b {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 1;
}
.network-directory__form-radio > b.active {
  opacity: 1;
  font-weight: 500;
}
.network-directory__form-radio label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.2rem;
}
.network-directory__form-radio label span {
  margin-bottom: 1.5rem;
}
.network-directory__form fieldset {
  display: flex;
  margin-bottom: 2.3rem;
}
.network-directory__form fieldset input {
  width: calc(100% - 170px);
  border: none;
  height: 4rem;
  margin-right: 13px;
  margin-bottom: 0;
  padding: 0 2rem;
}
.network-directory__form fieldset input::placeholder {
  color: #172535;
  opacity: 1;
}
.network-directory__form fieldset input:focus::placeholder {
  opacity: 0.3;
}
.network-directory__form fieldset button {
  width: 157px;
}
@media (max-width: 1023px) {
  .network-directory {
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  .network-directory {
    margin-top: -4rem;
    padding: 4rem 0;
    margin-bottom: 2rem;
  }
  .network-directory__bg {
    display: none;
  }
  .network-directory__bg:after {
    width: 100%;
  }
  .network-directory__in {
    max-width: 100%;
  }
  .network-directory .network-directory__form fieldset input {
    width: calc(100% - 145px);
    margin-right: 10px;
    font-size: 1.2rem;
    padding: 0 1rem;
  }
  .network-directory .network-directory__form fieldset button {
    width: 135px;
  }
  .network-directory .network-directory__form fieldset button span {
    padding: 1.3rem 1.5rem;
  }
}
/*Organization channel page*/
.hero-channel {
  position: relative;
  z-index: 30;
}
.hero-channel.flex-module {
  margin-bottom: 11rem;
  padding-bottom: 0;
}
.hero-channel .inner {
  display: flex;
}
.hero-channel__left {
  padding: 7rem 0;
  width: 43%;
}
.hero-channel__left .content-entry {
  max-width: 400px;
}
.hero-channel__right {
  margin-left: 6%;
  width: 40%;
  position: relative;
}
.hero-channel__image {
  position: absolute;
  top: 0;
  bottom: -7rem;
  left: 0;
  right: -220px;
}
.hero-channel__image div {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.channel-wrap > .inner {
  display: flex;
  flex-wrap: wrap;
}
.channel-sidebar {
  width: 290px;
  padding-right: 5rem;
  position: relative;
  background: #F2F2F2;
  float: left;
  box-sizing: border-box;
  padding-top: 7rem;
  z-index: 20;
}
.channel-sidebar:before {
  content: "";
  position: absolute;
  background: #F2F2F2;
  right: 0;
  width: 100vw;
  bottom: 0;
  top: -10rem;
}
.channel-sidebar__in {
  position: relative;
  z-index: 10;
  overflow-y: auto;
  width: 240px;
  max-height: 75%;
}
.channel-sidebar ul {
  list-style-type: none;
  margin-left: 0;
}
.channel-sidebar ul li {
  font-size: 1.5rem;
  line-height: 1.53;
  font-weight: 600;
  border-bottom: 1px solid #FD6A3C;
}
.channel-sidebar ul li a {
  display: block;
  color: #172535;
  padding: 1.7rem 1rem 1.7rem 0;
  position: relative;
  transition: padding 0.35s;
}
.channel-sidebar ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  width: 0;
  background: #FD6A3C;
  transition: width 0.5s;
}
.channel-sidebar ul li a.current {
  padding-left: 1rem;
  padding-right: 0;
}
.channel-sidebar ul li a.current:before {
  width: 100%;
}
.desktop-version .channel-sidebar ul li a:hover {
  padding-left: 1rem;
  padding-right: 0;
}
.desktop-version .channel-sidebar ul li a:hover:before {
  width: 100%;
}
.page-template-flexible-page .channel-container {
  padding-top: 0;
}
.channel-container .flex-module.ia-bg-dark, .section-page > .ia-bg-dark {
  position: relative;
}
.channel-container .flex-module.ia-bg-dark:after, .section-page > .ia-bg-dark:after {
  content: "";
  position: absolute;
  left: 99%;
  background: #172535;
  width: 100vw;
  top: 0;
  bottom: 0;
}
.channel-container .flex-module.ia-bg-sky, .section-page > .ia-bg-sky {
  position: relative;
}
.channel-container .flex-module.ia-bg-sky:after, .section-page > .ia-bg-sky:after {
  content: "";
  position: absolute;
  left: 99%;
  background: #A1C5D3;
  width: 100vw;
  top: 0;
  bottom: 0;
}
.channel-container {
  width: calc(100% - 290px);
  padding-top: 7rem;
}
.channel-container .inner {
  max-width: 940px;
  padding-left: 5rem;
  padding-right: 5rem;
}
.single-craft .channel-container {
  padding-top: 5rem;
}
#helpful_resources + #get_in_touch, #testimonials + #get_in_touch {
  margin-top: 5rem;
}
@media (max-width: 1100px) {
  .channel-container .inner {
    display: block;
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 0rem;
  }
}
@media (max-width: 1023px) {
  .single-craft .channel-container {
    padding-top: 3rem;
  }
  .channel-sidebar {
    display: none;
  }
  .page-template-organization-channel-page .channel-wrap, .page-template-secondary-audience-page .channel-container {
    margin-top: 0rem;
  }
  .channel-wrap > .inner {
    padding: 0;
  }
  .channel-container {
    width: 100%;
    padding-top: 0;
  }
  .channel-container .inner {
    display: block;
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .hero-channel {
    padding: 3rem 0;
  }
  .hero-channel .inner {
    display: block;
  }
  .hero-channel__left {
    padding: 0;
    width: auto;
    margin-bottom: 3rem;
  }
  .hero-channel__right {
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 60%;
  }
  .hero-channel__image {
    right: 0;
    bottom: -4rem;
  }
}
@media (max-width: 767px) {
  .channel-container .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.values-list {
  display: flex;
  flex-wrap: wrap;
}
.values-item {
  width: 46%;
  padding: 5rem 2.5rem 4rem;
  box-sizing: border-box;
  position: relative;
  border-left: 1px solid #FD6A3C;
  margin-bottom: 3rem;
  background: #F2F2F2;
}
.values-item:nth-child(2n+2) {
  margin-left: 8%;
}
.values-item:before {
  content: "";
  position: absolute;
  left: -4px;
  width: 7px;
  height: 7px;
  top: 5.5rem;
  transform: rotate(45deg);
  background: #FFFFFF;
  border-top: 1px solid #FD6A3C;
  border-right: 1px solid #FD6A3C;
}
.values-item__top {
  margin-bottom: 4rem;
}
.values-item__top .h6 {
  margin-bottom: 0.8rem;
}
.values-item__top .content-entry {
  padding-bottom: 0.7rem;
}
.values-item__bottom .l {
  margin-bottom: 1.3rem;
}
.values-item__bottom .l span {
  font-size: 4.5rem;
}
.values-item.full-width {
  display: flex;
  width: 100%;
  padding: 5rem 8%;
  margin-left: 0 !important;
}
.values-item.full-width .values-item__top {
  order: 2;
  width: 43%;
  margin-left: 12%;
}
.values-item.full-width .values-item__top .content-entry {
  padding-bottom: 0;
}
.values-item.full-width .values-item__bottom {
  order: 1;
  width: 44%;
}
@media (max-width: 767px) {
  .values-item, .values-item.full-width {
    display: flex;
    width: 100%;
    padding: 3rem 5%;
    margin-left: 0 !important;
  }
  .values-item .values-item__top, .values-item.full-width .values-item__top {
    order: 2;
    width: 55%;
    margin-bottom: 2rem;
    margin-left: 5%;
  }
  .values-item .values-item__top .content-entry, .values-item.full-width .values-item__top .content-entry {
    padding-bottom: 0;
  }
  .values-item .values-item__top .content-entry *:last-child, .values-item.full-width .values-item__top .content-entry *:last-child {
    margin-bottom: 0;
  }
  .values-item .values-item__bottom, .values-item.full-width .values-item__bottom {
    order: 1;
    width: 40%;
  }
}
.crafts {
  margin: 7rem 0;
}
.crafts .inner {
  display: flex;
  flex-wrap: wrap;
}
.crafts__left {
  width: 46%;
}
.crafts__left .h3 {
  margin-bottom: 1rem;
}
.crafts__right {
  width: 46%;
  margin-left: 8%;
}
.crafts__right.adjust-content {
  align-content: space-between;
  display: flex;
  flex-direction: column;
}
.crafts__list {
  width: 100%;
  flex-grow: 1;
}
.crafts__item {
  line-height: 1.3;
  padding: 2.5rem 7rem 2.5rem 2.5rem;
  position: relative;
  margin-bottom: 1.6rem;
  display: block;
  background: #F2F2F2;
  color: #172535;
  transition: padding 0.35s;
}
.crafts__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #FD6A3C;
  transition: width 0.35s;
}
.crafts__item em {
  background: transparent;
  width: 4rem;
  height: 4rem;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 1.6rem;
  margin-top: -2rem;
  transition: background 0.5s;
}
.crafts__item em:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border: 5px solid transparent;
  border-radius: 50%;
  transition: border 0.5s;
}
.crafts__item em i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FD6A3C;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}
.desktop-version .crafts__item:hover {
  padding-left: 4rem;
}
.desktop-version .crafts__item:hover:before {
  width: 7px;
}
.desktop-version .crafts__item:hover em {
  background: #FFFFFF;
}
.desktop-version .crafts__item:hover em:before {
  border: 5px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .crafts {
    margin: 4rem 0;
  }
}
@media (max-width: 767px) {
  .crafts {
    margin: 4rem 0;
  }
  .crafts__list {
    margin-bottom: 1.5rem;
  }
  .crafts .inner {
    display: block;
  }
  .crafts__left, .crafts__right {
    width: auto;
  }
  .crafts__right {
    margin-left: 0;
  }
  .crafts__left {
    margin-bottom: 3rem;
  }
  .crafts__item {
    padding: 1.5rem 6rem 1.5rem 1.7rem;
  }
}
.flex-feature {
  margin: 7rem 0;
}
.flex-feature h2 {
  margin-bottom: 2rem;
}
.flex-feature.flex-module {
  padding: 0;
}
.flex-feature-image {
  width: 100%;
  padding-bottom: 111%;
  position: relative;
  overflow: hidden;
}
.flex-feature-image div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex-feature__in {
  margin-left: 6.5rem;
  display: flex;
  align-items: top;
  box-sizing: border-box;
  padding: 6rem 5rem;
  position: relative;
}
.flex-feature__in.ia-bg-dark {
  border: none;
}
.flex-feature__in.ia-bg-dark .flex-feature-image {
  padding-bottom: 92.5%;
}
.flex-feature__in.ia-bg-dark .flex-feature__left {
  width: 30%;
  padding-top: 5rem;
}
.flex-feature__in.image-right {
  margin-left: 0;
  margin-right: 6.5rem;
}
.flex-feature__in.image-right .flex-feature__left {
  order: 2;
  margin-right: -10.5rem;
  margin-left: 0;
  text-align: right;
}
.flex-feature__in.image-right .flex-feature__right {
  order: 1;
  margin-right: 9%;
  margin-left: 0;
}
.flex-feature__in.full-width {
  margin-left: 0 !important;
}
.flex-feature__in.full-width .flex-feature__right {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.flex-feature__left {
  width: calc(30% + 10.5rem);
  margin-left: -10.5rem;
}
.flex-feature__right {
  margin-left: 9%;
  width: 61%;
}
.flex-feature--pathway .flex-feature__in {
  padding: 3.5rem 5rem;
}
.single-craft .flex-feature {
  padding: 0;
  margin: 7rem 0;
}
@media (max-width: 1023px) {
  .single-craft .flex-feature {
    margin: 4rem 0;
    padding-top: 0rem;
  }
}
@media (max-width: 767px) {
  .flex-feature {
    margin: 4rem 0;
  }
  .flex-feature__in {
    align-items: flex-start;
    padding: 3rem 2rem !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .flex-feature__in.image-right .flex-feature__left {
    margin-right: -3.5rem;
  }
  .flex-feature__right {
    width: 70%;
  }
  .flex-feature__left {
    width: calc(30% + 2rem);
    margin-left: -3.5rem;
  }
}
@media (max-width: 500px) {
  .flex-feature__in.ia-bg-dark {
    display: block;
    margin: 0 -1rem !important;
    padding: 0 4rem 4rem !important;
    position: relative;
  }
  .flex-feature__in.ia-bg-dark:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding-bottom: 33%;
    background: #FFFFFF;
  }
  .flex-feature__in.ia-bg-dark .flex-feature__right {
    margin-left: 0;
    width: 100%;
  }
  .flex-feature__in.ia-bg-dark .flex-feature__left {
    width: auto;
    overflow: hidden;
    position: relative;
    padding-top: 0;
    margin: 0 -2rem 2.5rem !important;
  }
  .flex-feature__in.ia-bg-dark .flex-feature__left .flex-feature-image {
    padding-bottom: 50%;
  }
}
.upcoming-events {
  margin: 7rem 0;
}
.upcoming-events.flex-module {
  padding: 0;
}
.upcoming-events__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upcoming-events__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(165, 165, 165, 0.7);
}
.upcoming-events__item.featured-item {
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 2.5rem;
  border-top: 7px solid #FD6A3C !important;
}
.upcoming-events__item.featured-item .upcoming-events__item-left {
  padding-top: 0;
  padding-bottom: 0;
}
.upcoming-events__item.featured-item .upcoming-events__item-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 3rem;
  width: calc(71% - 200px);
}
.upcoming-events__item.featured-item .upcoming-events__item-image {
  width: 29%;
}
.upcoming-events__item.featured-item .upcoming-events__item-image div {
  width: 100%;
  padding-bottom: 69%;
}
.upcoming-events__item.featured-item .upcoming-events__item-btn {
  position: relative;
  top: auto;
}
.upcoming-events__item:last-child {
  border: none;
}
.upcoming-events__item-left {
  width: 200px;
  box-sizing: border-box;
  padding: 4rem 2rem 4rem 0;
}
.upcoming-events__item-right {
  box-sizing: border-box;
  padding: 4rem 14rem 4rem 6rem;
  border-left: 1px solid rgba(165, 165, 165, 0.7);
  width: calc(100% - 200px);
  position: relative;
}
.upcoming-events__item-right .content-entry {
  margin-bottom: 2rem;
}
.upcoming-events__item-right .content-entry*:last-child {
  margin-bottom: 0;
}
.upcoming-events__item-right *:last-child {
  margin-bottom: 0;
}
.upcoming-events__item-btn {
  position: absolute;
  top: 7rem;
  right: 0;
}
.upcoming-events__item-btn i {
  font-size: 1.6rem;
}
.upcoming-events__item-title a {
  color: #172535;
  transition: color 0.35s;
}
.upcoming-events__item-time, .upcoming-events__item-location {
  padding-left: 2.8rem;
  position: relative;
}
.upcoming-events__item-time i, .upcoming-events__item-location i {
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
}
.upcoming-events__item-location {
  left: -2px;
}
.webinars-heading {
  padding-bottom: 1rem;
  border-bottom: 1px solid #FD6A3C;
}
.desktop-version .upcoming-events__item-title a:hover {
  color: #3F5E9D;
}
.upcoming-mobile {
  display: none;
}
@media (max-width: 767px) {
  .upcoming-events {
    margin: 4rem 0;
  }
  .events-grid .upcoming-events__item:first-child {
    padding-top: 0;
  }
  .upcoming-mobile {
    display: block;
  }
  .upcoming-desktop {
    display: none;
  }
  .upcoming-events {
    padding: 3rem 0;
  }
  .upcoming-events__item {
    display: block;
    padding: 4rem 0;
  }
  .upcoming-events__item-left {
    width: auto;
    padding: 1.2rem 0;
    border-top: 1px solid rgba(165, 165, 165, 0.7);
    border-bottom: 1px solid rgba(165, 165, 165, 0.7);
    margin-bottom: 1.5rem;
  }
  .upcoming-events__item-left > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    margin-bottom: 0 !important;
  }
  .upcoming-events__item-right {
    width: auto;
    padding: 0;
    border-left: none;
  }
  .upcoming-events__item-time, .upcoming-events__item-location {
    padding-left: 2rem;
  }
  .upcoming-events__item-time i, .upcoming-events__item-location i {
    top: 50%;
    transform: translate(0, -50%);
  }
  .upcoming-events__item-btn {
    position: relative;
    top: auto;
  }
  .upcoming-events__item.featured-item .upcoming-events__item-left {
    padding: 1.2rem 0;
  }
  .upcoming-events__item.featured-item .upcoming-events__item-right {
    width: auto;
  }
  .upcoming-events__item.featured-item .upcoming-events__item-image {
    margin-top: 2rem;
  }
  .upcoming-events__item.featured-item:last-child {
    padding-bottom: 0;
  }
}
.get-in-touch {
  padding: 5rem 0;
  margin-bottom: 7rem;
}
.get-in-touch__in {
  max-width: 705px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.get-in-touch__left {
  width: calc(100% - 250px);
  max-width: 455px;
}
.get-in-touch__right {
  width: 200px;
  text-align: right;
}
@media (max-width: 1023px) {
  .channel-container .inner#get_in_touch {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .get-in-touch {
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
}
@media (max-width: 500px) {
  .get-in-touch__in {
    display: block;
  }
  .get-in-touch__left {
    max-width: 100%;
    width: 100%;
  }
  .get-in-touch__right {
    text-align: left;
    width: auto;
  }
}
/*Crafts page*/
.filters-bar {
  margin: 4rem 0;
}
.filters-bar .filter-search .search-overlay form input {
  background: #fff !important;
}
.filters-bar__general .filters-bar-in {
  border-top: 1px solid rgba(165, 165, 165, 0.5);
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
}
.filters-bar-in {
  padding: 1.4rem 0;
  border-top: 1px solid #FD6A3C;
  border-bottom: 1px solid #FD6A3C;
  margin-bottom: 3rem;
}
.filters-bar-wrap-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters-bar-left {
  width: 54%;
}
.filters-bar-right {
  width: 46%;
  text-align: left;
  padding-left: 2rem;
  box-sizing: border-box;
  padding-right: 1.3rem;
  position: relative;
}
.filters-bar-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 4rem;
  transform: translate(0, -50%);
  background: #FD6A3C;
}
.filter-open {
  display: none;
}
.filter-info {
  line-height: 0;
  display: flex;
  justify-content: space-between;
}
.filter-result-count {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
  color: #172535;
}
.filter-search {
  position: relative;
  z-index: 20;
  margin-left: 1.3rem;
  width: 5rem;
  margin-right: 4rem;
  display: inline-block;
  vertical-align: middle;
}
.filter-search-icon {
  display: block;
  background: rgba(242, 242, 242, 0.7);
  width: 5rem;
  height: 5rem;
  position: relative;
}
.filter-search-icon:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  transition: width 0.5s;
  background: #FD6A3C;
}
.filter-search-icon i {
  font-size: 1.8rem;
  color: #172535;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: color 0.35s;
}
.filter-search .search-submit {
  display: none;
}
.filter-search .search-overlay {
  width: 345px;
  right: auto;
  left: 0;
  top: 100%;
  transform: translate(0, 0);
  margin-top: 2.7rem;
  background: rgba(242, 242, 242, 0.7);
}
.filter-search .search-overlay-close {
  color: #172535;
}
.filter-search .search-overlay form input {
  height: 50px;
  background: #F2F2F2;
  font-size: 1.4rem;
  color: #172535;
  padding-left: 1.7rem;
}
.filter-search .search-overlay-results {
  box-shadow: 0px 14px 4px rgba(14, 25, 41, 0.25);
}
.filter-search .search-overlay-results a {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
}
.filter-search.active .filter-search-icon:after {
  width: 100%;
}
.filter-search.active .filter-search-icon i {
  color: #FD6A3C;
}
.chips-list {
  display: inline-block;
  vertical-align: middle;
}
.clear-results.p3 {
  vertical-align: middle;
  line-height: 1;
}
.filter-group {
  display: inline-block;
  vertical-align: middle;
}
.filter-group-label {
  font-size: 1.4rem;
  color: #172535;
  margin-right: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}
.filter-group-label__mob {
  display: none;
}
.filter-group .select {
  z-index: 31;
}
.filter-option {
  padding: 1rem 2.1rem 1rem 2.8rem;
  border: 1px solid #A5A5A5;
  border-radius: 4rem;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #172535;
  font-weight: 500;
  background: #f4f4f4;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  margin-right: 3.6rem;
}
.filter-option:last-child {
  margin-right: 0;
}
.filter-option i {
  font-size: 1.5rem;
  color: #FD6A3C;
  opacity: 0;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
}
.filter-option.active {
  background: #172535;
  color: #FFFFFF;
}
.filter-option.active i {
  opacity: 1;
}
.filters-bar-close, .filter-buttons, .crafts-list-th .filter-result-count {
  display: none;
}
.filter-dark .filter-group-label, .filter-dark .sort, .filter-dark .chips, .filter-dark .filter-result-count, .filter-dark .clear-results, .filter-dark .chips button {
  color: #FFFFFF;
}
.filter-dark .select > a {
  background: none;
}
.filter-dark .select > a span {
  color: #FFFFFF;
}
form.srch-form.srch-form__orange input {
  border-color: #FD6A3C;
}
form.srch-form.srch-form__orange button {
  background: #FD6A3C;
  border-left: none;
}
.desktop-version .filter-search-icon:hover:after {
  width: 100%;
}
.desktop-version .filter-search-icon:hover i {
  color: #FD6A3C;
}
@media (min-width: 1024px) {
  .filters-bar-right, .filters-bar-left {
    display: block !important;
  }
}
@media (max-width: 1100px) {
  .filter-search {
    margin-right: 1.5rem;
  }
  .filter-group-label {
    margin-right: 1.5rem;
  }
  .filter-option {
    margin-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .filters-bar-in .srch-form {
    width: 100%;
    margin-top: 2rem;
  }
  .crafts-list-mob {
    display: flex;
    justify-content: space-between;
  }
  .filter-info-right {
    display: none;
  }
  .filters-bar-in {
    margin-bottom: 1rem;
  }
  .crafts-list-th .sort {
    display: none;
  }
  .crafts-list-th .filter-result-count {
    display: block;
  }
  .filter-open {
    display: flex;
    justify-content: space-between;
  }
  .filter-open-btn {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
    padding-left: 3rem;
    position: relative;
  }
  .filter-open-btn i {
    font-size: 1.8rem;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .filter-open .sort {
    margin-right: 0;
    line-height: 1.5;
  }
  .filters-bar {
    margin: 2rem 0;
  }
  .filters-bar-close {
    position: absolute;
    top: 2.3rem;
    right: 2.5rem;
    font-size: 2.2rem;
    color: #172535;
    display: block;
  }
  .filters-bar .dropdown-col {
    display: block;
    margin-right: 0;
  }
  .filters-bar-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    z-index: 999999999;
    padding: 6.6rem 5% 5.6rem;
    box-sizing: border-box;
    transform: translate(100%, 0);
    transition: transform 0.8s, opacity 0.8s;
    opacity: 0;
  }
  .filters-bar-wrap.active {
    transform: translate(0, 0);
    opacity: 1;
  }
  .filters-bar-wrap-in {
    display: block;
    height: 100%;
    overflow-y: auto;
    max-width: 500px;
    margin: 0 auto;
  }
  .filters-bar-left, .filters-bar-right {
    width: auto;
    text-align: left;
  }
  .filters-bar-left {
    margin-bottom: 2rem;
  }
  .filters-bar-right {
    padding-left: 0;
    padding-right: 0;
  }
  .filters-bar-right:before {
    display: none;
  }
  .filters-bar .select {
    border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  }
  .filters-bar .select > a {
    box-shadow: none;
    padding-left: 0;
  }
  .filters-bar .select .dropdown-list {
    width: 100%;
    position: static;
    box-shadow: none;
    padding: 0;
  }
  .filters-bar .select .dropdown-list .mCSB_container {
    display: block;
  }
  .filters-bar .select .dropdown-list .mCSB_container:before {
    display: none;
  }
  .filters-bar .select .dropdown-list-item a {
    padding: 0.6rem 2rem;
  }
  .filter-result-count {
    font-size: 1.2rem;
  }
  .filter-search {
    margin-left: 0;
    z-index: 35;
    display: block;
    width: auto;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(165, 165, 165, 0.5);
    margin-right: 0;
  }
  .filter-search-icon {
    display: none;
  }
  .filter-search .search-overlay-close {
    font-size: 1.7rem;
    height: 1.7rem;
    right: 1rem;
  }
  .filter-search .search-submit {
    display: block;
    color: #172535;
  }
  .filter-search .search-overlay {
    position: relative;
    max-width: 100%;
    width: 100%;
    top: auto;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
  .filter-search .search-overlay form input {
    height: 4rem;
    border: 1px solid rgba(165, 165, 165, 0.5);
    padding: 0 3rem 0 4.3rem;
  }
  .filter-search .search-overlay form input:focus {
    border: 1px solid #FD6A3C;
  }
  .filter-group {
    display: block;
  }
  .filter-group-label {
    display: block;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .filter-group-label-label {
    display: block;
  }
  .filter-options {
    display: flex;
    justify-content: start;
    margin-top: 2rem;
  }
  .filter-options .filter-group-label {
    display: none;
  }
  .filter-option {
    margin-right: 2rem;
    margin-bottom: 0rem;
    padding: 1rem 1.5rem;
  }
  .filter-option:last-child {
    margin-bottom: 0;
  }
  .filter-buttons {
    max-width: 100%;
    width: 500px;
    position: absolute;
    left: 50%;
    bottom: 0;
    display: flex;
    text-align: center;
    transform: translate(-50%, 0);
  }
  .filter-buttons:before {
    content: "";
    position: absolute;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    background: #FD6A3C;
  }
  .filter-buttons-clear {
    width: 50%;
    background: #F2F2F2;
    line-height: 5.6rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #172535;
  }
  .filter-buttons-apply {
    width: 50%;
    background: #172535;
    line-height: 5.6rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #FFFFFF;
  }
}
.crafts-list {
  display: table;
  width: 100%;
  margin-bottom: 5rem;
  border-collapse: collapse;
}
.crafts-list-head {
  display: table-row;
}
.crafts-list-th {
  display: table-cell;
  border-bottom: 6px solid #FD6A3C;
  padding: 2rem;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: #172535;
}
.crafts-list-th:first-child {
  text-align: left;
  padding-left: 0;
}
.crafts-list-items {
  display: table-row-group;
}
.sort {
  font-size: 1.2rem;
  font-weight: 500;
  color: #172535;
  letter-spacing: 0;
  line-height: 1.2;
  position: relative;
  margin: 0 1rem;
  padding-right: 1.5rem;
}
.sort em {
  font-style: normal;
}
.sort > span {
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.6rem;
}
.sort > span .sort-up {
  font-size: 6px;
  color: #FD6A3C;
  position: absolute;
  top: 0;
  right: 0;
}
.sort > span .sort-down {
  font-size: 6px;
  color: #FD6A3C;
  position: absolute;
  bottom: 0;
  right: 0;
}
.crafts-wrap .inner.crafts-wrap {
  padding-left: 0;
  padding-right: 0;
}
.craft-item-wrap {
  display: table-row-group;
}
.craft-item {
  display: table-row;
  transition: background 0.35s;
}
.craft-item__assessment > div {
  box-sizing: border-box;
}
.craft-item--odd {
  background: rgba(242, 242, 242, 0.4);
}
.craft-item > div {
  display: table-cell;
  height: 5.5rem;
  padding: 2rem;
  vertical-align: middle;
  border-top: 1px solid rgba(165, 165, 165, 0.7);
  border-bottom: 1px solid rgba(165, 165, 165, 0.7);
}
.craft-item > div.craft-item-title {
  width: 62%;
  color: #172535;
  transition: color 0.35s, padding 0.35s;
  position: relative;
  padding-right: 8rem;
}
.craft-item > div.craft-item-title em {
  background: rgba(63, 94, 157, 0.2);
  width: 4rem;
  height: 4rem;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 6rem;
  margin-top: -2rem;
  opacity: 0;
  transition: opacity 0.5s;
}
.craft-item > div.craft-item-title em:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border: 5px solid rgba(63, 94, 157, 0.07);
  border-radius: 50%;
}
.craft-item > div.craft-item-title em i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FD6A3C;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}
.craft-item > div.craft-item-assessment {
  width: 21%;
  color: #FD6A3C;
  font-size: 3.2rem;
  text-align: center;
  transition: color 0.35s;
}
.craft-item > div.craft-item-translation {
  width: 16%;
  color: #FD6A3C;
  font-size: 3.2rem;
  text-align: center;
  transition: color 0.35s;
}
.craft-item__child .craft-item-title {
  height: 3.5rem;
}
.craft-item__child .craft-item-title span {
  margin-left: 2rem;
  display: block;
  position: relative;
  padding-left: 2.5rem;
}
.craft-item__child .craft-item-title span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.4rem;
  height: 1px;
  background: #172535;
  transition: background 0.35s;
}
.assessment-header {
  margin-top: 7rem;
}
.assessment-item-assessment, .assessment-item-translation {
  font-size: 1.4rem;
  font-weight: 400;
}
.assessment-item-title, .assessment-item-assessment, .assessment-item-translation {
  color: #172535;
}
.desktop-version a.craft-item:hover {
  background: #172535;
}
.desktop-version a.craft-item:hover .craft-item-title {
  color: #FFFFFF;
}
.desktop-version a.craft-item:hover .craft-item-title em {
  opacity: 1;
}
.desktop-version a.craft-item:hover .craft-item-title span:before {
  background: #FFFFFF;
}
.desktop-version a.craft-item:hover > div.craft-item-assessment, .desktop-version a.craft-item:hover > div.craft-item-translation {
  color: #FFFFFF;
}
.desktop-version a.craft-item:hover .assessment-item-title, .desktop-version a.craft-item:hover .assessment-item-assessment, .desktop-version a.craft-item:hover .assessment-item-translation {
  color: #FFFFFF;
}
.crafts-wrap {
  padding-bottom: 10rem;
}
.page-template-translated-resources-page .craft-item > div.assessment-item-title {
  width: 45%;
}
.page-template-translated-resources-page .content-entry *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .assessment-header {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .crafts-list {
    margin-bottom: 2rem;
  }
  .crafts-wrap {
    padding-bottom: 2rem;
  }
  .crafts-list-th:nth-child(2), .crafts-list-th:nth-child(3) {
    display: none;
  }
  .craft-item.nothing > div:nth-child(2), .craft-item.nothing > div:nth-child(3) {
    display: none;
  }
  .craft-item > div {
    padding: 2rem 1.3rem;
    box-sizing: border-box;
  }
  .craft-item > div.craft-item-assessment, .craft-item > div.craft-item-translation, .craft-item > div.assessment-item-assessment, .craft-item > div.assessment-item-translation {
    display: none;
  }
  .craft-item__child {
    padding: 1.5rem 1.3rem;
  }
  .craft-item__child .craft-item-title span {
    margin-left: 1rem;
    padding-left: 2.2rem;
  }
  .craft-item__child .craft-item-title span:before {
    width: 8px;
  }
  .crafts-list-th {
    padding: 0 0 1rem 0;
  }
}
.craft-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 888px;
  max-width: 100%;
  z-index: 999;
  background: #FFFFFF;
  overflow-y: auto;
  transform: translate(100%, 0);
  transition: transform 0.8s;
}
.craft-popup.show {
  transform: translate(0, 0);
}
.craft-popup .inner {
  padding: 0 6.4rem;
}
.craft-popup-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.craft-popup-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(146.61deg, #111E2C 2.47%, rgba(23, 37, 53, 0) 37.92%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.craft-popup-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(23, 37, 53, 0) 41.43%, #111E2C 96.19%);
}
.craft-popup-bg {
  padding: 5rem 0 2.5rem;
  box-sizing: border-box;
  min-height: 41%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.craft-popup-bg .inner h2 {
  position: relative;
  z-index: 10;
}
.craft-popup-text .supplemental-craft {
  padding-bottom: 3rem;
}
.close-craft-popup {
  font-size: 2.2rem;
  position: absolute;
  top: 4.4rem;
  right: 5rem;
  z-index: 10;
}
.craft-options {
  padding: 1.1rem 0;
}
.craft-option {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.5rem;
  position: relative;
  padding-left: 3rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
}
.craft-option:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.craft-option i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2.4rem;
}
.craft-snapshot {
  border-top: 1px dashed rgba(165, 165, 165, 0.5);
  padding-top: 4rem;
}
.craft-snapshot-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.craft-snapshot-item {
  margin-right: 2%;
  width: 23.5%;
  margin-bottom: 2rem;
}
.craft-snapshot-item:nth-child(4n+4) {
  margin-right: 0;
}
.craft-snapshot-item-label {
  color: #5d6772;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}
.craft-snapshot-item-label .icon-info {
  color: #FD6A3C;
}
.craft-snapshot-item-value {
  color: #172535;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}
.craft-overlay, .contributing-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background: rgba(23, 32, 46, 0.2);
}
.supplemental-craft {
  border-top: 1px dashed rgba(165, 165, 165, 0.5);
  padding-top: 3rem;
}
.supplemental-craft a {
  margin-right: 1.5rem;
}
.supplemental-craft a svg {
  vertical-align: middle;
  margin-right: 0.5rem;
}
.single-craft .supplemental-craft {
  border-top: none;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .close-craft-popup {
    top: 2rem;
    right: 2rem;
  }
  .craft-popup .inner {
    padding: 0 5%;
  }
  .craft-snapshot-item {
    width: 48%;
    margin-right: 4%;
  }
  .craft-snapshot-item:nth-child(4n+2) {
    margin-right: 0;
  }
  .craft-snapshot-item:nth-child(4n+2) {
    margin-right: 0%;
  }
}
/*Craft page*/
.hero-craft {
  position: relative;
  padding: 3.5rem 0;
  min-height: 360px;
  box-sizing: border-box;
  z-index: 30;
  display: flex;
  align-items: flex-end;
}
.hero-craft--higher {
  min-height: 480px;
}
.hero-craft.next-bg-module {
  margin-bottom: 0;
}
.hero-craft-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-craft-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(149.79deg, #111E2C -0.06%, rgba(23, 37, 53, 0) 35.45%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 10;
}
.hero-craft-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(23, 37, 53, 0) 36.39%, rgba(19, 32, 46, 0.716418) 68.02%, #111E2C 96.94%);
  z-index: 10;
}
.hero-craft-bg div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.hero-craft .inner {
  z-index: 11;
  position: relative;
}
.hero-craft .content-entry {
  max-width: 775px;
}
.channel-container .hero-org__bottom {
  padding-top: 0;
}
.page-template-impact-page .hero-craft.flex-module, .page-template-researches-page .hero-craft.flex-module {
  margin-bottom: 5rem;
}
.page-template-impact-page .hero-org__bottom.flex-module, .page-template-researches-page .hero-org__bottom.flex-module {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .hero-craft--higher {
    min-height: 30rem;
  }
  .flex-module.hero-craft {
    padding-top: 10rem;
    min-height: 26rem;
  }
  .page-template-impact-page .hero-craft.flex-module, .page-template-researches-page .hero-craft.flex-module {
    margin-bottom: 4rem;
  }
  .page-template-impact-page .hero-org__bottom.flex-module, .page-template-researches-page .hero-org__bottom.flex-module {
    margin-top: 4rem;
  }
}
.announcement-craft {
  margin-bottom: 5rem;
}
.announcement-craft-in {
  padding: 3rem 4rem;
}
.announcement-craft-text {
  display: flex;
  justify-content: space-between;
}
.announcement-craft-text .content-entry {
  width: 75%;
}
.announcement-craft-text .announcement-craft-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .announcement-craft {
    margin-bottom: 3rem;
  }
  .announcement-craft-in {
    padding: 2.5rem 3.5rem;
  }
  .announcement-craft-text {
    display: block;
  }
  .announcement-craft-text .content-entry {
    width: auto;
  }
  .announcement-craft-text .announcement-craft-btn {
    text-align: left;
    width: auto;
  }
}
.single-craft .craft-snapshot {
  padding: 5rem 0 4rem;
  border: none;
}
.single-craft .craft-snapshot.ia-bg-dark {
  position: relative;
}
.single-craft .craft-snapshot.ia-bg-dark:after {
  content: "";
  position: absolute;
  left: 99%;
  background: #172535;
  width: 100vw;
  top: 0;
  bottom: 0;
}
.single-craft .craft-snapshot-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-craft .craft-snapshot-top .h4 {
  width: 48%;
  margin-bottom: 0;
}
.single-craft .craft-snapshot-top .craft-options {
  width: 48%;
  padding: 0;
  text-align: right;
}
.single-craft .craft-snapshot-list {
  padding-top: 2.3rem;
  margin-top: 2.3rem;
  border-top: 1px dashed #A1C5D3;
}
.single-craft .craft-snapshot-list.wide {
  border-top: 7px solid #FD6A3C;
}
.banner-craft {
  padding: 1.2rem 0;
  position: relative;
}
.banner-craft:after {
  content: "";
  position: absolute;
  left: 99%;
  background: #A1C5D3;
  width: 100vw;
  top: 0;
  bottom: 0;
}
.banner-craft .content-entry p {
  font-weight: 400;
  margin-bottom: 0;
}
.banner-craft .content-entry p strong {
  font-weight: 500;
}
.banner-craft .content-entry a {
  color: #172535;
  text-decoration: none;
}
.banner-craft + #curriculum_details .curriculum-details {
  margin-top: 0;
}
@media (max-width: 767px) {
  .single-craft .craft-snapshot {
    padding: 3rem 0;
  }
}
@media (max-width: 500px) {
  .single-craft .craft-snapshot-top {
    display: block;
  }
  .single-craft .craft-snapshot-top > .h4 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .single-craft .craft-snapshot-top .craft-options {
    width: 100%;
    text-align: left;
    font-size: 0;
  }
  .single-craft .craft-snapshot-top .craft-option {
    width: 48%;
    margin-right: 4%;
    box-sizing: border-box;
  }
  .single-craft .craft-snapshot-top .craft-option:last-child {
    margin-right: 0;
  }
}
.why-study {
  margin: 7rem 0;
}
.why-study-text {
  padding: 3rem 0;
}
.why-study-media {
  width: 46%;
  float: right;
  margin-left: 5rem;
  margin-bottom: 5rem;
}
.why-study-media-image {
  width: 100%;
  padding-bottom: 156%;
  position: relative;
}
.why-study-media-image a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.why-study-media-image a .video-caption {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  right: 11rem;
}
.why-study-media-image a .play-icon {
  left: auto;
  right: 2rem;
  bottom: 2rem;
  top: auto;
  transform: translate(0, 0);
}
.why-study-media-image div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.why-study-media-image div video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .why-study {
    margin: 4rem 0;
  }
  .why-study .inner {
    display: block;
  }
  .why-study-text {
    width: auto;
    padding: 0;
  }
  .why-study-media {
    width: 260px;
    max-width: 100%;
    float: none;
    margin: 0 auto 3rem;
  }
  .why-study-media-image {
    height: 1px;
    padding-bottom: 156%;
  }
}
.curriculum-details {
  padding: 7rem 0;
  margin: 7rem 0;
}
.curriculum-details-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.curriculum-details-head-left {
  width: 60%;
}
.curriculum-details-head-right {
  width: 35%;
  text-align: right;
}
.curriculum-details-head-right .ia-btn {
  min-width: 220px;
}
.level-titles {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #A1C5D3;
}
.level-title {
  padding: 2.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #A1C5D3;
  position: relative;
  flex-grow: 1;
  transition: color 0.35s;
}
.level-title.active {
  color: #FFFFFF;
}
.level-title.active:after {
  width: 100%;
}
.level-title:after {
  content: "";
  left: 0;
  bottom: -3px;
  background: #FD6A3C;
  position: absolute;
  height: 6px;
  width: 0;
  transition: width 0.5s;
}
.desktop-version .level-title:hover {
  color: #FFFFFF;
}
.level-container {
  display: none;
}
.level-list {
  padding: 3rem 0;
}
.level-item {
  border-bottom: 1px solid #FD6A3C;
}
.level-item + .text-right {
  padding-top: 3rem;
}
.level-item-title {
  padding: 1.5rem 5rem 1.5rem 0;
  position: relative;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.level-item-title-first {
  width: 63%;
  box-sizing: border-box;
  margin-right: 4%;
}
.level-item-title-hours {
  width: 33%;
}
.level-item-title-hours span {
  padding-left: 3rem;
  display: block;
  position: relative;
  font-size: 1.2rem;
}
.level-item-title-hours span i {
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.level-item-title > i {
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 1.5rem;
  transform: translate(0, -50%);
  color: #FD6A3C;
}
.level-item-container {
  max-width: 725px;
  display: none;
}
.level-item-container > p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.level-item .content-entry.p3 p {
  font-weight: 400;
}
.level-item.opened .level-item-title > i {
  transform: translate(0, -50%) rotate(180deg);
}
@media (max-width: 1023px) {
  .curriculum-details {
    margin: 4rem 0;
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .curriculum-details-head {
    display: block;
  }
  .curriculum-details-head-left {
    width: auto;
  }
  .curriculum-details-head-right {
    width: auto;
    text-align: left;
  }
  .curriculum-details-head-right .ia-margin-3 {
    margin-bottom: 1.5rem !important;
  }
  .level-titles {
    border-bottom: none;
    padding: 0.5rem 5%;
    background: rgba(63, 94, 157, 0.2);
    margin-left: -5.5%;
    margin-right: -5.5%;
    overflow-x: auto;
  }
  .level-title {
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3rem;
    white-space: nowrap;
  }
  .level-title:after {
    display: none;
  }
  .level-title.active {
    background: #A1C5D3;
    color: #172535;
  }
  .level-list {
    padding: 0 0 2.5rem 0;
  }
  .level-item-title {
    display: block;
  }
  .level-item-title-first {
    width: auto;
    margin-right: 0;
  }
  .level-item-title-hours {
    width: auto;
    margin-top: 1rem;
  }
  .level-item-title-hours span {
    padding-left: 2.2rem;
  }
  .level-item-container {
    padding-top: 0.5rem;
  }
  .levels-wrap .text-right {
    text-align: left !important;
  }
}
.contributing-subject {
  margin: 7rem 0;
}
.contributing-subject-in {
  padding: 3rem 6.5rem;
  position: relative;
}
.contributing-subject-in:before, .contributing-subject-in:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #FD6A3C;
}
.contributing-subject-in:after {
  left: auto;
  right: 0;
}
.contributing-subject-popup {
  position: fixed;
  width: 890px;
  max-width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  transform: translate(100%, 0);
  z-index: 99999;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.8s, opacity 0.8s, visibility 0.8s;
}
.contributing-subject-popup.show {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.contributing-subject-popup-title {
  padding: 3.5rem 6.5rem;
  border-bottom: 6px solid #FD6A3C;
  position: relative;
}
.contributing-subject-popup-wrap {
  padding: 2rem 6.5rem 3rem;
  max-height: calc(100% - 100px);
  overflow-y: auto;
  box-sizing: border-box;
}
.contributing-subject-popup-sub-title {
  border-bottom: 1px dashed rgba(165, 165, 165, 0.5);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.contributing-subject-popup-item {
  display: flex;
  justify-content: space-between;
}
.contributing-subject-popup-letter {
  width: 1.5rem;
  font-weight: 600;
}
.contributing-subject-popup-desc {
  width: calc(100% - 3.2rem);
}
.contributing-subject-popup-desc.content-entry p {
  margin-bottom: 1.5rem;
}
.contributing-subject-popup-desc.content-entry p br {
  content: " ";
  display: block;
  margin-top: 5px;
  line-height: 22px;
}
.close-contributing-popup {
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5rem;
  z-index: 10;
}
.contributing-overlay {
  display: none;
}
@media (max-width: 1023px) {
  .contributing-subject {
    margin: 4rem 0;
  }
}
@media (max-width: 767px) {
  .contributing-subject-in {
    padding: 2.5rem 3.5rem;
  }
  .contributing-subject-popup-title, .contributing-subject-popup-wrap {
    padding: 2rem 3rem;
  }
  .contributing-subject-popup-title {
    padding-right: 5rem;
  }
  .close-contributing-popup {
    right: 1rem;
  }
}
.testimonial-craft {
  margin: 5rem 0;
}
.testimonial-craft .featured__quote-in svg {
  color: #FD6A3C;
}
@media (max-width: 1023px) {
  .testimonial-craft {
    margin: 4rem 0;
  }
}
.instructor-resources {
  margin: 7rem 0;
}
.instructor-resources.ia-bg-dark {
  padding: 7rem 0;
}
.instructor-resources-in {
  display: flex;
  justify-content: space-between;
}
.instructor-resources-left {
  width: 48%;
}
.instructor-resources-download {
  margin-bottom: 1.7rem;
}
@media (max-width: 1023px) {
  .instructor-resources {
    margin: 4rem 0;
  }
  .instructor-resources.ia-bg-dark {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .instructor-resources .inner > .h3 {
    margin-bottom: 1rem;
  }
  .instructor-resources-left {
    width: auto;
    margin-bottom: 3.5rem;
  }
  .instructor-resources-in {
    display: block;
  }
  .instructor-resources-in .h5 {
    margin-bottom: 1rem;
  }
}
.craft-pro-resources {
  margin: 7rem 0;
}
.craft-pro-resources.ia-bg-dark {
  padding: 7rem 0;
  margin: 0;
}
.craft-pro-resources.ia-bg-dark .craft-pro-list__number:before {
  background: rgba(161, 197, 211, 0.5);
}
.craft-pro-list {
  position: relative;
}
.craft-pro-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  background: #FD6A3C;
  height: 100%;
  transition: height 0.8s;
}
.craft-pro-list.wow:before {
  height: 0;
}
.craft-pro-list.wow[style*="visible"]:before {
  height: 100%;
}
.craft-pro-list__number:before {
  width: 1px;
  background: #A5A5A5;
  left: 14rem;
}
.craft-pro-list__no-space {
  margin-bottom: 5rem;
}
.craft-pro-list__no-space:before {
  display: none;
}
.craft-pro-item {
  padding-left: 6.5rem;
  margin-bottom: 4.5rem;
}
.craft-pro-item:last-child {
  margin-bottom: 0;
}
.craft-pro-item__number {
  padding-left: 0;
  display: flex;
  border-left: none;
}
.craft-pro-item__number .craft-pro-item-number {
  width: 14rem;
  padding-right: 2rem;
  box-sizing: border-box;
}
.craft-pro-item__number .craft-pro-item-in {
  padding-left: 5.3rem;
  box-sizing: border-box;
  width: calc(100% - 14rem);
}
.craft-pro-item__no-space {
  padding-left: 0;
}
@media (max-width: 1300px) {
  .craft-pro-resources {
    margin: 4rem 0;
  }
  .craft-pro-resources.ia-bg-dark {
    padding: 4rem 0;
  }
}
@media (min-width: 768px) {
  .mob-accordion-desk {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .craft-pro-resources .inner > .h3 {
    margin-bottom: 1rem;
  }
  .craft-pro-item {
    margin-bottom: 0;
    padding-left: 0;
  }
  .craft-pro-list__number:before {
    left: 6rem;
  }
  .craft-pro-list:before {
    display: none;
  }
  .craft-pro-item__number {
    padding-left: 0;
  }
  .craft-pro-item__number .craft-pro-item-in {
    padding-left: 2.6rem;
    width: calc(100% - 6rem);
  }
  .craft-pro-item__number .craft-pro-item-number {
    width: 6rem;
    line-height: 1.5;
  }
  body .mob-accordion-title {
    padding: 1.5rem 3rem 1.5rem 0;
    position: relative;
    margin-bottom: 0 !important;
  }
  body .mob-accordion-title:after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.5rem;
    height: 1.5rem;
    color: #FD6A3C;
    font-family: "icomoon";
  }
  body .mob-accordion-title.current:after {
    transform: translate(0, -50%) scaleY(-1);
  }
  .mob-accordion-wrap {
    border-bottom: 1px solid #FD6A3C;
    margin-bottom: 0 !important;
  }
  .mob-accordion-desk {
    padding-bottom: 2rem;
    display: none;
  }
}
/* Secondary audience page*/
.find-a-center__in {
  padding: 5rem 6.5rem;
  position: relative;
}
.find-a-center-text {
  max-width: 430px;
  position: relative;
  z-index: 4;
}
.find-a-center-text .content-entry {
  max-width: 360px;
}
.find-a-center-bg {
  width: 44%;
  height: 88%;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../png/find-a-center.png) no-repeat center center / contain;
}
@media (max-width: 767px) {
  .find-a-center__in {
    padding: 4rem 3rem;
  }
  .find-a-center-bg {
    width: 30%;
  }
}
@media (max-width: 540px) {
  .find-a-center__in {
    margin: 0 -5.5%;
    padding: 3rem 5%;
  }
  .find-a-center-text {
    max-width: 100%;
  }
  .find-a-center-bg {
    display: none;
  }
}
/* Reiprocity map page*/
.reciprocity-hero {
  padding: 3rem 0;
}
.reciprocity-hero-left {
  width: 45%;
  float: left;
}
.reciprocity-hero-right {
  margin-left: 47%;
  margin-right: -10%;
}
.reciprocity-hero-text {
  padding-left: 3.5rem;
  position: relative;
}
.reciprocity-hero-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  background: #FD6A3C;
  height: 100%;
}
.map-select {
  max-width: 260px;
}
.map-select .select .dropdown-list {
  width: 100%;
}
svg.reciprocity-map path {
  opacity: 0.5;
  cursor: pointer;
}
svg.reciprocity-map path:hover, svg.reciprocity-map path.active {
  opacity: 1;
}
.state-wrap .hero-org__bottom.flex-module {
  margin-top: 6rem;
}
@media (max-width: 1350px) {
  .reciprocity-hero-right {
    margin-right: 0;
  }
  .reciprocity-hero-right .reciprocity-map {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .state-wrap .hero-org__bottom.flex-module {
    margin-top: 4rem;
  }
  .map-select {
    max-width: 100%;
  }
  .map-select .select > a {
    padding: 1rem 3.5rem 1rem;
  }
  .reciprocity-hero-left {
    width: auto;
    margin-bottom: 3rem;
  }
  .reciprocity-hero-right {
    margin-left: 0;
  }
  .reciprocity-hero-text {
    padding-left: 0;
  }
  .reciprocity-hero-text:before {
    display: none;
  }
}
.disclaimer-head {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px dashed rgba(165, 165, 165, 0.7);
}
.disclaimer-in {
  padding: 5rem 6rem;
}
.disclaimer .content-entry {
  opacity: 0.7;
}
.disclaimer .content-entry p {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .disclaimer-in {
    padding: 3rem;
  }
}
/* Search page*/
.search-wrap {
  padding: 3.5rem 0 5rem;
  margin-bottom: 4rem;
}
.search-wrap .breadcrumbs {
  opacity: 1;
}
.search-wrap .breadcrumbs span, .search-wrap .breadcrumbs a {
  color: #FFFFFF;
}
.search-wrap .breadcrumbs a {
  border-color: #FFFFFF;
}
.search-wrap__count {
  padding: 3rem 0;
  border-top: 1px solid rgba(165, 165, 165, 0.5);
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 400;
}
.search-wrap__left .fancy-select {
  display: inline-block;
  vertical-align: middle;
}
.search-wrap__left .fancy-select div.trigger {
  margin-bottom: 0;
  border: none;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
}
.search-wrap__left .fancy-select div.trigger:before {
  content: "";
  position: absolute;
  left: 1.6rem;
  bottom: 0;
  right: 3rem;
}
.search-wrap__results__item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
}
.search-wrap__results__item .h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-wrap__results__item .h4 a {
  color: #172535;
  transition: color 0.35s;
}
.search-wrap__results__item .h4 .hlw {
  font-weight: 600;
}
.search-wrap__results__item p .hlw {
  font-weight: 600;
}
form .search-field {
  background: none;
  position: relative;
  margin-top: 1rem;
}
form .search-field input {
  border: none;
  background: none;
  height: 7rem;
  border-bottom: 1px solid #FD6A3C;
  font-size: 4.6rem;
  color: #FFFFFF;
  font-weight: 500;
  padding: 0 5rem 0 0;
  outline: none !important;
}
form .search-field input:focus {
  border: none;
  border-bottom: 1px solid #FD6A3C;
}
form .search-field button {
  position: absolute;
  font-size: 3.6rem;
  font-weight: normal;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #FFFFFF;
  border: none;
}
.page-navi-wrap {
  padding-top: 2rem;
  padding-bottom: 7rem;
  text-align: center;
}
.page-navi-wrap .wp-pagenavi .pages {
  display: none;
}
.page-navi-wrap .wp-pagenavi a, .page-navi-wrap .wp-pagenavi span {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  background: #F2F2F2;
  display: inline-block;
  vertical-align: top;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 4px;
  color: #172535;
  padding: 0;
  transition: border-color 0.35s, background 0.35s, color 0.35s;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.page-navi-wrap .wp-pagenavi a.current, .page-navi-wrap .wp-pagenavi span.current {
  font-weight: 500;
  border-color: #172535;
  background: none;
}
.page-navi-wrap .wp-pagenavi a.previouspostslink, .page-navi-wrap .wp-pagenavi a.nextpostslink, .page-navi-wrap .wp-pagenavi span.previouspostslink, .page-navi-wrap .wp-pagenavi span.nextpostslink {
  width: 2rem;
  background: none;
  color: #172535;
}
.page-navi-wrap .wp-pagenavi a.first, .page-navi-wrap .wp-pagenavi a.last, .page-navi-wrap .wp-pagenavi span.first, .page-navi-wrap .wp-pagenavi span.last {
  display: none;
}
.desktop-version .search-wrap__results__item .h4 a:hover {
  color: #3F5E9D;
}
.desktop-version .page-navi-wrap .wp-pagenavi a.previouspostslink:hover, .desktop-version .page-navi-wrap .wp-pagenavi a.nextpostslink:hover {
  color: #FD6A3C;
}
.desktop-version .page-navi-wrap .wp-pagenavi a.page:hover {
  border: 2px solid #FD6A3C;
  background: #FFFFFF;
}
.page-template-assessments-page .page-navi-wrap, .page-template-translated-resources-page .page-navi-wrap {
  padding-bottom: 0;
}
.insights__recent {
  margin-bottom: 4rem;
}
.support-row {
  display: flex;
  justify-content: space-between;
}
.support-row div:first-child {
  width: 100px;
}
.support-search {
  color: #FFFFFF;
  width: calc(100% - 100px);
  text-align: right;
}
.support-search p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.support-search p a {
  font-weight: 600;
  border-bottom: 1px solid #FFFFFF;
  transition: border 0.35s;
  color: #FFFFFF;
}
.support-search p a:hover {
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  .support-row {
    display: block;
  }
  .support-row div:first-child {
    width: auto;
  }
  .support-row .clear-field {
    margin-bottom: 2rem;
  }
  .support-search {
    width: auto;
    text-align: left;
  }
}
/* History page*/
.navigation-history {
  z-index: 20;
  position: relative;
}
.navigation-history.fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 20;
}
.navigation-history .inner {
  font-size: 0;
}
.navigation-history-label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  width: 7rem;
  box-sizing: border-box;
}
.navigation-history-in {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow-x: auto;
  text-align: center;
  width: calc(100% - 8rem);
  box-sizing: border-box;
  font-size: 1.4rem;
}
.navigation-history-in::-webkit-scrollbar {
  width: 0 !important;
  height: 0;
  visibility: hidden;
  opacity: 0 !important;
  background: transparent !important;
  display: none;
}
.navigation-history-in a {
  color: #FFFFFF;
  margin: 0 2rem;
  display: inline-block;
  vertical-align: top;
  padding: 2rem 0;
  position: relative;
}
.navigation-history-in a:after {
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  background: #FD6A3C;
  width: 0;
  bottom: 0;
}
.navigation-history-in a.active:after {
  width: 100%;
}
.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.timeline-left {
  width: 50%;
  padding-right: 7%;
  position: relative;
  box-sizing: border-box;
}
.timeline-right {
  width: 50%;
}
.timeline-label-general {
  margin-bottom: 6rem;
  text-align: center;
}
.timeline-image {
  margin-bottom: 4.4rem;
}
.timeline-image div {
  width: 100%;
  padding-bottom: 79%;
}
.timeline-text {
  padding-left: 4.6rem;
  position: relative;
}
.timeline-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  background: #FD6A3C;
  height: 100%;
}
.timeline-positioned {
  position: relative;
  left: 0;
}
.timeline-positioned .deco {
  position: absolute;
  right: calc(100% + 220px);
  top: 0;
}
.timeline-positioned .deco svg {
  max-height: 380px;
  width: auto;
}
.timeline-line-wrap {
  position: absolute;
  left: 50%;
  top: 0rem;
  width: 1px;
  transform: translate(-50%, 0);
  height: 100%;
  overflow: hidden;
}
.timeline-line {
  position: absolute;
  left: 0;
  top: 0rem;
  width: 1px;
  height: 0;
  background: #FD6A3C;
}
.timeline-item {
  position: relative;
  padding-left: 15%;
  margin: 5rem 0;
}
.timeline-item:first-child {
  margin-top: 0;
}
.timeline-item:last-child:after {
  content: "";
  position: absolute;
  left: -1px;
  background: #FFFFFF;
  top: 2rem;
  width: 4px;
  height: calc(100% + 3rem);
  z-index: 10;
}
.timeline-item-point {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #FD6A3C;
  position: absolute;
  top: 0;
  left: -1rem;
  background: #FFFFFF;
  box-sizing: border-box;
}
.timeline-item-point:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FD6A3C;
}
.page-template-history-page .hero-org__bottom .inner {
  position: relative;
}
.page-template-history-page .hero-org__bottom .inner .decor {
  position: absolute;
  left: 100%;
  bottom: 0;
}
.history-images {
  max-width: 896px;
  clear: both;
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.history-image-1 {
  width: 54%;
  margin-top: 7rem;
}
.history-image-1 div {
  width: 100%;
  padding-bottom: 65%;
}
.history-image-2 {
  width: 35%;
}
.history-image-2 div {
  width: 100%;
  padding-bottom: 77%;
}
@media (max-width: 767px) {
  .timeline-label-general {
    margin-bottom: 3rem;
  }
  .timeline-positioned .deco, .timeline-line-wrap, .timeline-item:last-child:after {
    display: none;
  }
  .timeline-positioned {
    position: static !important;
  }
  .timeline {
    display: block;
  }
  .timeline-left {
    width: auto;
    padding-right: 0;
  }
  .timeline-right {
    width: auto;
  }
  .timeline-item {
    padding-left: 3rem;
    margin: 2rem 0;
  }
}
/* Impact page*/
.stats-list-grid {
  margin: 0 -3.5rem;
  display: flex;
  flex-wrap: wrap;
}
.stats-list-grid__3 .stat-card {
  width: calc(33.33% - 7rem);
}
.stats-list-grid__5 .stat-card:nth-child(-n+3) {
  width: calc(33.33% - 7rem);
}
.stats-list-grid__6 .stat-card {
  width: calc(33.33% - 7rem);
}
.stat-card {
  margin: 0 3.5rem 3rem;
  padding: 5rem 3rem 4rem;
  position: relative;
  border-left: 1px solid #FD6A3C;
  width: calc(50% - 7rem);
  box-sizing: border-box;
}
.stat-card:before {
  content: "";
  position: absolute;
  left: -4px;
  width: 7px;
  height: 7px;
  top: 5.5rem;
  transform: rotate(45deg);
  background: #FFFFFF;
  border-top: 1px solid #FD6A3C;
  border-right: 1px solid #FD6A3C;
}
@media (max-width: 1023px) {
  .stats-list-grid {
    margin: 0 -1rem;
  }
  .stats-list-grid__3 .stat-card {
    width: calc(33.33% - 2rem);
  }
  .stats-list-grid__5 .stat-card:nth-child(-n+3) {
    width: calc(33.33% - 2rem);
  }
  .stats-list-grid__6 .stat-card {
    width: calc(33.33% - 2rem);
  }
  .stat-card {
    margin: 0 1rem 2rem;
    width: calc(50% - 2rem);
  }
}
@media (max-width: 767px) {
  .craft-pro-list__no-space {
    margin-bottom: 3rem;
  }
  .stats-list-grid__3 .stat-card {
    width: calc(50% - 2rem);
  }
  .stats-list-grid__3 .stat-card:nth-child(3n) {
    width: calc(100% - 2rem);
  }
  .stats-list-grid__5 .stat-card:nth-child(-n+3) {
    width: calc(50% - 2rem);
  }
  .stats-list-grid__5 .stat-card:nth-child(3n) {
    width: calc(100% - 2rem);
  }
  .stats-list-grid__6 .stat-card {
    width: calc(50% - 2rem);
  }
  .stat-card {
    margin: 0 1rem 2rem;
    width: calc(50% - 2rem);
  }
}
@media (max-width: 500px) {
  .stats-list-grid__3 .stat-card {
    width: calc(100% - 2rem);
  }
  .stats-list-grid__5 .stat-card:nth-child(-n+3) {
    width: calc(100% - 2rem);
  }
  .stats-list-grid__6 .stat-card {
    width: calc(100% - 2rem);
  }
  .stat-card {
    margin: 0 1rem 2rem;
    width: calc(100% - 2rem);
  }
}
/* Researches page*/
.freatured-research-list {
  display: flex;
  justify-content: space-between;
}
.freatured-research-item {
  width: 47%;
  position: relative;
}
.freatured-research-item:nth-child(2n+2) {
  margin-left: 6%;
}
.freatured-research-item .ia-link {
  cursor: pointer;
}
.freatured-research-item .category-title {
  z-index: 6;
  position: relative;
}
.freatured-research-item-image {
  width: 100%;
  padding-bottom: 69%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.8rem;
}
.freatured-research-item-image div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: transform 0.8s;
}
.freatured-research-item .h6 {
  transition: color 0.35s;
}
.freatured-research-item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.freatured-research-item .content-entry p:last-child {
  margin-bottom: 0.5rem;
}
.freatured-research-item .ia-link .icon-doc {
  font-size: 1.6rem;
}
.desktop-version .freatured-research-item:hover .freatured-research-item-image div {
  transform: scale(1.1);
}
.desktop-version .freatured-research-item:hover .h6 {
  color: #3F5E9D;
}
.desktop-version .freatured-research-item:hover .ia-link span {
  border-bottom-color: #FD6A3C;
}
.desktop-version .freatured-research-item:hover .ia-link--arrow i:before {
  animation: 0.5s fromLeftRoll forwards;
}
@media (max-width: 500px) {
  .freatured-research-list {
    display: block;
  }
  .freatured-research-item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  .freatured-research-item:nth-child(2n+2) {
    margin-left: 0;
  }
}
.freatured-research {
  margin-bottom: 7rem;
}
.researches-grid {
  display: flex;
  flex-wrap: wrap;
}
.research-item {
  width: 29%;
  margin-left: 6.5%;
  margin-bottom: 4rem;
  box-sizing: border-box;
  padding: 2.5rem 3.8rem 7rem;
  transition: background 0.5s;
  position: relative;
}
.research-item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.research-item:before {
  content: "";
  width: 1px;
  background: #FD6A3C;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.research-item:nth-child(3n+1) {
  margin-left: 0;
}
.research-item .ia-link {
  position: absolute;
  bottom: 2.5rem;
  left: 3.8rem;
  max-width: calc(100% - 7.4rem);
  z-index: 6;
  cursor: pointer;
}
.research-item .ia-link .icon-doc {
  font-size: 1.6rem;
  top: 0;
}
.research-item .category-title {
  z-index: 6;
  position: relative;
}
.desktop-version .research-item:hover {
  background: #F2F2F2;
}
.desktop-version .research-item:hover .h6 {
  color: #3F5E9D;
}
.desktop-version .research-item:hover .ia-link span {
  border-bottom-color: #FD6A3C;
}
.desktop-version .research-item:hover .ia-link--arrow i:before {
  animation: 0.5s fromLeftRoll forwards;
}
.page-template-researches-page .loading {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .research-item {
    padding: 2rem 2.5rem 6rem;
  }
  .research-item .ia-link {
    left: 2.5rem;
    bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .research-item {
    margin-left: 3rem;
    width: calc(48% - 1.5rem);
    margin-bottom: 2rem;
  }
  .research-item:nth-child(3n+1) {
    margin-left: 3rem;
  }
  .research-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .research-item {
    margin-left: 0;
    width: 100%;
    padding: 2rem;
  }
  .research-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .research-item .ia-link {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .research-item .h6 {
    margin-bottom: 2rem !important;
  }
}
/* Stories page*/
.story-grid .story-item {
  width: 29%;
  margin-left: 6.5%;
  margin-bottom: 5rem;
}
.story-grid .story-item:nth-child(3n+1) {
  margin-left: 0;
}
.ia-bg-dark .nothing {
  color: #FFFFFF;
}
#video-stories.flex-module {
  padding: 4rem 0 1rem;
}
#blog-stories.flex-module {
  margin-bottom: 2rem;
}
.page-template-stories-page .front-testimonial__columns {
  padding-top: 0;
}
@media (max-width: 767px) {
  .story-grid .story-item {
    width: 100%;
    margin: 0 auto 2rem;
    display: block;
  }
  .story-grid .story-item:nth-child(3n+1) {
    margin-left: auto;
  }
}
/* Research page*/
.text-research-module {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.text-research-module-left {
  width: 58%;
}
.text-research-module-right {
  width: 36%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.nccer.org%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fglobal%2Fvariables.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fglobal%2Freset.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fglobal%2Fslick.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fglobal%2Fglobal-elements.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fglobal%2Fmixin.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fglobal%2Ficons.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fheader%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Ffooter%2Ffooter.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fflexible-page%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fflexible-page%2Ftext-image-lines.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fflexible-page%2Ftitle-text-in-columns.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fflexible-page%2Fcolumn-grid.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fflexible-page%2Fuser-grid-small.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fflexible-page%2Four-partnerns.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fflexible-page%2Faccordion.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fflexible-page%2Fcta-dark.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fflexible-page%2Fvideo.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fflexible-page%2Fcontent-block.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fflexible-page%2Fgallery.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fflexible-page%2Fspacer.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fevents-page%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fuser%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fblog%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fblog%2Fcontact.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fblog%2Fsingle.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Ffront%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Ffront%2Fdifference.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Ffront%2Finsights.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Ffront%2Ftestimonials.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Ffront%2Fdonation.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Ffront%2Fresearch.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Ffront%2Fnews.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Forganization-page%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Forganization-page%2Fwhy-nccer.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Forganization-page%2Fcontent-block.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Forganization-page%2Fresources.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Forganization-page%2Fnetwork-directory.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Forganization-channel-page%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Forganization-channel-page%2Fvalues.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Forganization-channel-page%2Fcrafts.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Forganization-channel-page%2Fflex-feature.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Forganization-channel-page%2Fupcoming-events.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Forganization-channel-page%2Fget-in-touch.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fcrafts-page%2Ffilters.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fcrafts-page%2Flist.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fcrafts-page%2Fcraft-popup.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fcraft%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fcraft%2Fannouncement-craft.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fcraft%2Fcraft-snapshot.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fcraft%2Fwhy-study.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fcraft%2Fcurriculum-details.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fcraft%2Fcontributing-subject.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fcraft%2Ftestimonial.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fcraft%2Finstructor-resources.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fcraft%2Fcraft-pro-resources.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fsecondary-audience%2Ffind-a-center.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Freciprocity-map-page%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Freciprocity-map-page%2Fdisclaimer.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fsearch-page%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fhistory-page%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fimpact-page%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fresearches-page%2Ffeatured.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fresearches-page%2Flist.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fstories-page%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fnccer%2Fassets%2Fscss%2Fpages%2Fresearch%2Ftext-redearch-module.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACCA%3BACDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhaA%3BAEwaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF9qBF%3BAGEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BACjGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAJ9TF%3BAIkUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAJtVF%3BAI4VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAQV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAJnxBJ%3BAI0xBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAJ9hCJ%3BAIqiCA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACxiCF%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BADijCA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ5%2BCF%3BAI0%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAJvlDA%3BAI2lDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ%2FmDF%3BAI%2BnDA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ9tDJ%3BAI2uDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAAEI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAOF%3BAAGI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAE1mFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAN%2FLA%3BAOAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAA8CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYV%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAFpoBJ%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAE4pBA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAiCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWV%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBZ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAPtxCF%3BAQAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARxOJ%3BASCE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAClCJ%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BACpOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC3OJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACtIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC5BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMN%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAC7EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAC%2FEJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAC7DJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BApBbF%3BAqBAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAACE%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BArB%2FBN%3BAsBCE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAtBlEF%3BAuBCE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnJA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvCJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAzB7KJ%3BA0BAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQV%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAGM%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BACxSF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKA%3BAAGM%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACjOJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASR%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BACvXF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAUZ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAC%2FiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC9FR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAhCxMF%3BAiCAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiDA%3BAAAA%3BAAAA%3BAAmBF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACxMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMN%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BACnHF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BACjEF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BACrPN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BArC%2FGV%3BAsCAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5OF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClFJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACnHJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAC%2FIN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC9KN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3CvCJ%3BA4CAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAC3QF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA9C9KJ%3BA%2BCAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACvFJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5BJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAC5FN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrEN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FLJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC7GF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACPF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAGM%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BACtCN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvD1IF%3BAwDCE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAxD1CJ%3BAyDAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BACvEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BA1DlBJ%3BA2DAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3DjNF%3BA4DAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5DvOF%3BA6DAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAACE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAGM%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D3HF%3BA8DAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAASV%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAC1FJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BA%2FDnHJ%3BAgECE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAhE7BJ%3BAiEAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%22%7D */