@charset "UTF-8";
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}
@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.border-example {
  display: flex;
  margin-bottom: 1rem;
}
.border-example span {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
  background: #f5f5f5;
}
.border-0 {
  border: none !important;
}
.border {
  --border-opacity: 1;
  border: 1px solid rgba(236, 239, 255, var(--border-opacity));
}
.border-top {
  border-top: 1px solid rgba(236, 239, 255, var(--border-opacity));
}
.border-bottom {
  border-bottom: 1px solid rgba(236, 239, 255, var(--border-opacity));
}
.border-left {
  border-left: 1px solid rgba(236, 239, 255, var(--border-opacity));
}
.border-right {
  border-right: 1px solid rgba(236, 239, 255, var(--border-opacity));
}
.rounded {
  border-radius: 1rem;
}
.rounded--lg {
  border-radius: 2rem;
}
.rounded--xl {
  border-radius: 3rem;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.p-1 {
  padding: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.bg--primary {
  --bg-opacity: 1;
  background-color: rgba(14, 71, 210, var(--bg-opacity)) !important;
}
.text--primary {
  --text-opacity: 1;
  color: rgba(14, 71, 210, var(--text-opacity)) !important;
}
.border--primary {
  --border-opacity: 1;
  border-color: rgba(14, 71, 210, var(--border-opacity)) !important;
}
.bg--secondary {
  --bg-opacity: 1;
  background-color: rgba(0, 19, 72, var(--bg-opacity)) !important;
}
.text--secondary {
  --text-opacity: 1;
  color: rgba(0, 19, 72, var(--text-opacity)) !important;
}
.border--secondary {
  --border-opacity: 1;
  border-color: rgba(0, 19, 72, var(--border-opacity)) !important;
}
.bg--success {
  --bg-opacity: 1;
  background-color: rgba(40, 167, 69, var(--bg-opacity)) !important;
}
.text--success {
  --text-opacity: 1;
  color: rgba(40, 167, 69, var(--text-opacity)) !important;
}
.border--success {
  --border-opacity: 1;
  border-color: rgba(40, 167, 69, var(--border-opacity)) !important;
}
.bg--info {
  --bg-opacity: 1;
  background-color: rgba(236, 239, 255, var(--bg-opacity)) !important;
}
.text--info {
  --text-opacity: 1;
  color: rgba(236, 239, 255, var(--text-opacity)) !important;
}
.border--info {
  --border-opacity: 1;
  border-color: rgba(236, 239, 255, var(--border-opacity)) !important;
}
.bg--warning {
  --bg-opacity: 1;
  background-color: rgba(221, 167, 85, var(--bg-opacity)) !important;
}
.text--warning {
  --text-opacity: 1;
  color: rgba(221, 167, 85, var(--text-opacity)) !important;
}
.border--warning {
  --border-opacity: 1;
  border-color: rgba(221, 167, 85, var(--border-opacity)) !important;
}
.bg--danger {
  --bg-opacity: 1;
  background-color: rgba(219, 59, 15, var(--bg-opacity)) !important;
}
.text--danger {
  --text-opacity: 1;
  color: rgba(219, 59, 15, var(--text-opacity)) !important;
}
.border--danger {
  --border-opacity: 1;
  border-color: rgba(219, 59, 15, var(--border-opacity)) !important;
}
.bg--light {
  --bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
}
.text--light {
  --text-opacity: 1;
  color: rgba(245, 245, 245, var(--text-opacity)) !important;
}
.border--light {
  --border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
}
.bg--dark {
  --bg-opacity: 1;
  background-color: rgba(30, 32, 47, var(--bg-opacity)) !important;
}
.text--dark {
  --text-opacity: 1;
  color: rgba(30, 32, 47, var(--text-opacity)) !important;
}
.border--dark {
  --border-opacity: 1;
  border-color: rgba(30, 32, 47, var(--border-opacity)) !important;
}
.bg--white {
  --bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}
.text--white {
  --text-opacity: 1;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}
.border--white {
  --border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}
.border-opacity-5 {
  --border-opacity: 0.05;
}
.bg-opacity-5 {
  --bg-opacity: 0.05;
}
.text-opacity-5 {
  --text-opacity: 0.05;
}
.border-opacity-25 {
  --border-opacity: 0.25;
}
.bg-opacity-25 {
  --bg-opacity: 0.25;
}
.text-opacity-25 {
  --text-opacity: 0.25;
}
.border-opacity-50 {
  --border-opacity: 0.5;
}
.bg-opacity-50 {
  --bg-opacity: 0.5;
}
.text-opacity-50 {
  --text-opacity: 0.5;
}
.border-opacity-75 {
  --border-opacity: 0.75;
}
.bg-opacity-75 {
  --bg-opacity: 0.75;
}
.text-opacity-75 {
  --text-opacity: 0.75;
}
.bg--dark-200 {
  --bg-opacity: 1;
  background-color: rgba(41, 43, 58, var(--bg-opacity)) !important;
}
.bg--gold-100 {
  --bg-opacity: 1;
  background-color: rgba(228, 186, 124, var(--bg-opacity)) !important;
}
.bg--orange-100 {
  --bg-opacity: 1;
  background-color: rgba(241, 96, 56, var(--bg-opacity)) !important;
}
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: "Matter", sans-serif;
  font-stretch: condensed;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}
body {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
  overflow-x: hidden;
  color: #1E202F;
  background: #292B3A;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}
#snippet-box {
  display: none;
}
.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-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
main {
  box-sizing: border-box;
}
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;
}
blockquote:before, blockquote:after {
  content: none;
}
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;
}
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;
}
#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;
}
/* 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.8rem;
}
.wp-caption {
  margin-bottom: 3.5rem;
  max-width: 100%;
}
.wp-caption img {
  margin-bottom: 1.5rem;
  vertical-align: top;
  border-radius: 3rem;
}
.inner {
  max-width: 1440px;
  width: 100%;
  padding: 0 4rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#content {
  position: relative;
  padding-bottom: 1px;
}
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 */
}
svg {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .wp-caption {
    width: 100% !important;
  }
  .wp-caption img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #wrapper {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
  .inner {
    padding: 0 2rem;
  }
  .wp-caption img {
    border-radius: 1rem;
  }
  .wp-caption, .wp-caption-text, .bypostauthor {
    font-size: 1.4rem;
  }
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
code {
  font-family: "Fira Code", "Source Code Pro", "Consolas", "Courier New", monospace;
  font-size: 16px;
  line-height: 1.5;
  background: #f5f5f5 !important;
}
.text-extra-bold {
  font-weight: 1000 !important;
}
.text-bold {
  font-weight: 800 !important;
}
.text-semi-bold {
  font-weight: 600 !important;
}
.text-medium {
  font-weight: 500 !important;
}
.text-regular {
  font-weight: 400 !important;
}
.text-light {
  font-weight: 300 !important;
}
.text-thin {
  font-weight: 100 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 500;
  margin-bottom: 4rem;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 8rem;
}
h2, .h2 {
  font-size: 5.2rem;
}
h3, .h3 {
  font-size: 4rem;
}
h4, .h4 {
  font-size: 3.8rem;
}
h5, .h5 {
  font-size: 3.6rem;
}
h6, .h6 {
  font-size: 3.2rem;
}
h1, .h1 {
  line-height: 1.1;
}
.fz-1, .fz-2, .fz-3, .fz-4, .fz-6 {
  line-height: 1.2;
}
.fz-1 {
  font-size: 3rem;
}
.fz-2 {
  font-size: 3.8rem;
}
.fz-3 {
  font-size: 3.4rem;
}
.fz-4 {
  font-size: 3.23rem;
}
.fz-5 {
  font-size: 2.4rem;
}
.fz-6 {
  font-size: 2.2rem;
}
p, .p1, .p2, .p3, .p4 {
  margin-bottom: 3rem;
  line-height: 1.3;
}
p, .p1 {
  font-size: 2rem;
}
.p2 {
  font-size: 1.8rem;
}
.p3 {
  font-size: 1.6rem;
}
.p4 {
  font-size: 1.4rem;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}
ul, ol {
  margin: 0 0 3rem 2.5rem;
}
ul li, ol li {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
ul.check-list {
  list-style-type: none;
  margin-left: 0;
}
ul.check-list li {
  padding-left: 4.3rem;
  position: relative;
  margin-bottom: 2.5rem;
}
ul.check-list li:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  font-size: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  background: #0E47D2;
  border-radius: 2.8rem;
  color: #fff;
  line-height: 2.8rem;
  text-align: center;
}
ul.check-list--large li {
  padding-left: 7rem;
}
ul.check-list--large li:before {
  width: 5rem;
  height: 5rem;
  border-right: 5rem;
  line-height: 5rem;
  font-size: 2.5rem;
}
ul ul {
  list-style-type: disc;
}
.sub-title {
  font-size: 1.8rem;
  padding-left: 2.8rem;
  margin-bottom: 3rem;
  position: relative;
  color: #fff;
}
.sub-title:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #DDA755;
}
.bg--white .sub-title {
  color: #1E202F;
}
.bg--warning .sub-title {
  color: #1E202F;
}
.bg--warning .sub-title:after {
  background: #1E202F;
}
.bg--primary .sub-title {
  color: #fff;
}
.bg--primary .sub-title:after {
  background: #fff;
}
.bg--danger .sub-title {
  color: #fff;
}
.bg--danger .sub-title:after {
  background: #fff;
}
.bg--dark-200 .sub-title {
  color: #fff;
}
.content-entry p + h1, .content-entry p + h2, .content-entry p + h3, .content-entry p + h4, .content-entry p + h5, .content-entry p + h6, .content-entry ul + h1, .content-entry ul + h2, .content-entry ul + h3, .content-entry ul + h4, .content-entry ul + h5, .content-entry ul + h6, .content-entry ol + h1, .content-entry ol + h2, .content-entry ol + h3, .content-entry ol + h4, .content-entry ol + h5, .content-entry ol + h6 {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.content-entry h1, .content-entry h2, .content-entry h3, .content-entry h4, .content-entry h5, .content-entry h6 {
  margin-bottom: 3rem;
}
.content-entry p:last-child {
  margin-bottom: 4rem;
}
.content-entry.text--white a {
  color: #fff;
  border-color: #fff;
}
.content-entry.text--white a:hover, .content-entry.text--white a:focus {
  border-color: transparent;
}
.content-entry.text--dark a {
  color: #1E202F;
  border-color: #1E202F;
}
.content-entry.text--dark a:hover, .content-entry.text--dark a:focus {
  border-color: transparent;
}
.title-indent {
  text-indent: 9rem;
}
.tag {
  padding: 8px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 3rem;
  }
  .sub-title {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  h1, .h1 {
    font-size: 5.2rem;
  }
  h2, .h2 {
    font-size: 3.8rem;
  }
  h3, .h3 {
    font-size: 3.6rem;
  }
  h4, .h4 {
    font-size: 3.2rem;
  }
  h5, .h5 {
    font-size: 2.4rem;
  }
  h6, .h6 {
    font-size: 2.2rem;
  }
  .fz-2 {
    font-size: 3.4rem;
  }
  .fz-3 {
    font-size: 3.2rem;
  }
  .fz-4 {
    font-size: 2.4rem;
  }
  .fz-5, .fz-6 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
  .p2 {
    font-size: 1.6rem;
  }
  .p3 {
    font-size: 1.4rem;
  }
  .content-entry p:last-child {
    margin-bottom: 3rem;
  }
  ul.check-list li {
    margin-bottom: 1.8rem;
  }
  .title-indent {
    text-indent: 5.5rem;
  }
}
@media (max-width: 1200px) {
  ul.check-list.check-list--large li {
    padding-left: 3.8rem;
  }
  ul.check-list.check-list--large li:before {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .content-entry p:last-child {
    margin-bottom: 2.5rem;
  }
  ul.check-list {
    margin-left: 1rem !important;
  }
  .title-indent {
    text-indent: 4rem;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 2.5rem;
  }
  .sub-title {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2, h3, .h3 {
    font-size: 2.4rem;
  }
  h4, .h4, h5, .h5 {
    font-size: 2.2rem;
  }
  h6, .h6 {
    font-size: 2rem;
  }
  p {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
  .p2, .p3 {
    font-size: 1.4rem;
  }
  .fz-1, .fz-2, .fz-3, .fz-4 {
    font-size: 2rem;
  }
  .fz-5 {
    font-size: 1.8rem;
  }
  .fz-6 {
    font-size: 1.6rem;
  }
  ul.check-list li {
    font-size: 1.4rem;
    padding-left: 3rem;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
  }
  ul.check-list li:before {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 6px;
    line-height: 1.6rem;
    top: 0.5rem;
  }
  ul.check-list.check-list--large li {
    padding-left: 3.8rem;
  }
  ul.check-list.check-list--large li:before {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 1.4rem;
  }
  ul li, ol li {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  .content-entry p + h1, .content-entry p + h2, .content-entry p + h3, .content-entry p + h4, .content-entry p + h5, .content-entry p + h6, .content-entry ul + h1, .content-entry ul + h2, .content-entry ul + h3, .content-entry ul + h4, .content-entry ul + h5, .content-entry ul + h6, .content-entry ol + h1, .content-entry ol + h2, .content-entry ol + h3, .content-entry ol + h4, .content-entry ol + h5, .content-entry ol + h6 {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
  .content-entry h1, .content-entry h2, .content-entry h3, .content-entry h4, .content-entry h5, .content-entry h6 {
    margin-bottom: 2.5rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  padding: 1rem;
  text-align: left;
  font-size: 2rem;
  border: 1px solid #1E202F;
}
table th {
  border-bottom-width: 4px;
  background-color: #f5f5f5;
  font-weight: 600;
}
table tr {
  border-bottom: 1px solid #1E202F;
}
table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.ia-gutter-xs-10 {
  --grid-gutter-width: 10px;
}
.ia-gutter-xs-20 {
  --grid-gutter-width: 20px;
}
.ia-gutter-xs-30 {
  --grid-gutter-width: 30px;
}
.ia-gutter-xs-40 {
  --grid-gutter-width: 40px;
}
.ia-gutter-xs-50 {
  --grid-gutter-width: 50px;
}
@media (min-width: 768px) {
  .ia-gutter-sm-10 {
    --grid-gutter-width: 10px;
  }
}
@media (min-width: 768px) {
  .ia-gutter-sm-20 {
    --grid-gutter-width: 20px;
  }
}
@media (min-width: 768px) {
  .ia-gutter-sm-30 {
    --grid-gutter-width: 30px;
  }
}
@media (min-width: 768px) {
  .ia-gutter-sm-40 {
    --grid-gutter-width: 40px;
  }
}
@media (min-width: 768px) {
  .ia-gutter-sm-50 {
    --grid-gutter-width: 50px;
  }
}
@media (min-width: 1024px) {
  .ia-gutter-md-10 {
    --grid-gutter-width: 10px;
  }
}
@media (min-width: 1024px) {
  .ia-gutter-md-20 {
    --grid-gutter-width: 20px;
  }
}
@media (min-width: 1024px) {
  .ia-gutter-md-30 {
    --grid-gutter-width: 30px;
  }
}
@media (min-width: 1024px) {
  .ia-gutter-md-40 {
    --grid-gutter-width: 40px;
  }
}
@media (min-width: 1024px) {
  .ia-gutter-md-50 {
    --grid-gutter-width: 50px;
  }
}
@media (min-width: 1200px) {
  .ia-gutter-lg-10 {
    --grid-gutter-width: 10px;
  }
}
@media (min-width: 1200px) {
  .ia-gutter-lg-20 {
    --grid-gutter-width: 20px;
  }
}
@media (min-width: 1200px) {
  .ia-gutter-lg-30 {
    --grid-gutter-width: 30px;
  }
}
@media (min-width: 1200px) {
  .ia-gutter-lg-40 {
    --grid-gutter-width: 40px;
  }
}
@media (min-width: 1200px) {
  .ia-gutter-lg-50 {
    --grid-gutter-width: 50px;
  }
}
.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}
.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}
.ia-col-offset-3 {
  margin-left: 25%;
}
.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}
.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}
.ia-col-offset-6 {
  margin-left: 50%;
}
.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}
.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}
.ia-col-offset-9 {
  margin-left: 75%;
}
.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}
.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}
.ia-col-offset-12 {
  margin-left: 100%;
}
.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}
.ia-col-1 {
  width: 8.3333333333%;
}
.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}
.ia-col-2 {
  width: 16.6666666667%;
}
.ia-col-offset-3 {
  margin-left: 25%;
}
.ia-col-3 {
  width: 25%;
}
.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}
.ia-col-4 {
  width: 33.3333333333%;
}
.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}
.ia-col-5 {
  width: 41.6666666667%;
}
.ia-col-offset-6 {
  margin-left: 50%;
}
.ia-col-6 {
  width: 50%;
}
.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}
.ia-col-7 {
  width: 58.3333333333%;
}
.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}
.ia-col-8 {
  width: 66.6666666667%;
}
.ia-col-offset-9 {
  margin-left: 75%;
}
.ia-col-9 {
  width: 75%;
}
.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}
.ia-col-10 {
  width: 83.3333333333%;
}
.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}
.ia-col-11 {
  width: 91.6666666667%;
}
.ia-col-offset-12 {
  margin-left: 100%;
}
.ia-col-12 {
  width: 100%;
}
.ia-container {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--grid-gutter-width) / 2);
  padding-right: calc(var(--grid-gutter-width) / 2);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .ia-container {
    padding-left: var(--grid-gutter-width);
    padding-right: var(--grid-gutter-width);
  }
}
.ia-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1*(var(--grid-gutter-width) / 2));
  margin-right: calc(-1*(var(--grid-gutter-width) / 2));
}
.ia-col {
  padding-left: calc(var(--grid-gutter-width) / 2);
  padding-right: calc(var(--grid-gutter-width) / 2);
  box-sizing: border-box;
  width: 100%;
  margin-bottom: calc(var(--grid-gutter-width));
}
.ia-col-1 {
  width: 8.3333333333%;
}
.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}
.ia-col-2 {
  width: 16.6666666667%;
}
.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}
.ia-col-3 {
  width: 25%;
}
.ia-col-offset-3 {
  margin-left: 25%;
}
.ia-col-4 {
  width: 33.3333333333%;
}
.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}
.ia-col-5 {
  width: 41.6666666667%;
}
.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}
.ia-col-6 {
  width: 50%;
}
.ia-col-offset-6 {
  margin-left: 50%;
}
.ia-col-7 {
  width: 58.3333333333%;
}
.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}
.ia-col-8 {
  width: 66.6666666667%;
}
.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}
.ia-col-9 {
  width: 75%;
}
.ia-col-offset-9 {
  margin-left: 75%;
}
.ia-col-10 {
  width: 83.3333333333%;
}
.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}
.ia-col-11 {
  width: 91.6666666667%;
}
.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}
.ia-col-12 {
  width: 100%;
}
.ia-col-offset-12 {
  margin-left: 100%;
}
.ia-col-xs-1 {
  width: 8.3333333333%;
}
.ia-col-offset-xs-1 {
  margin-left: 8.3333333333%;
}
.ia-col-xs-2 {
  width: 16.6666666667%;
}
.ia-col-offset-xs-2 {
  margin-left: 16.6666666667%;
}
.ia-col-xs-3 {
  width: 25%;
}
.ia-col-offset-xs-3 {
  margin-left: 25%;
}
.ia-col-xs-4 {
  width: 33.3333333333%;
}
.ia-col-offset-xs-4 {
  margin-left: 33.3333333333%;
}
.ia-col-xs-5 {
  width: 41.6666666667%;
}
.ia-col-offset-xs-5 {
  margin-left: 41.6666666667%;
}
.ia-col-xs-6 {
  width: 50%;
}
.ia-col-offset-xs-6 {
  margin-left: 50%;
}
.ia-col-xs-7 {
  width: 58.3333333333%;
}
.ia-col-offset-xs-7 {
  margin-left: 58.3333333333%;
}
.ia-col-xs-8 {
  width: 66.6666666667%;
}
.ia-col-offset-xs-8 {
  margin-left: 66.6666666667%;
}
.ia-col-xs-9 {
  width: 75%;
}
.ia-col-offset-xs-9 {
  margin-left: 75%;
}
.ia-col-xs-10 {
  width: 83.3333333333%;
}
.ia-col-offset-xs-10 {
  margin-left: 83.3333333333%;
}
.ia-col-xs-11 {
  width: 91.6666666667%;
}
.ia-col-offset-xs-11 {
  margin-left: 91.6666666667%;
}
.ia-col-xs-12 {
  width: 100%;
}
.ia-col-offset-xs-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .ia-col-sm-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-sm-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-sm-3 {
    width: 25%;
  }
  .ia-col-offset-sm-3 {
    margin-left: 25%;
  }
  .ia-col-sm-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-sm-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-sm-6 {
    width: 50%;
  }
  .ia-col-offset-sm-6 {
    margin-left: 50%;
  }
  .ia-col-sm-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-sm-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-sm-9 {
    width: 75%;
  }
  .ia-col-offset-sm-9 {
    margin-left: 75%;
  }
  .ia-col-sm-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-sm-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-sm-12 {
    width: 100%;
  }
  .ia-col-offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .ia-col-md-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-md-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-md-3 {
    width: 25%;
  }
  .ia-col-offset-md-3 {
    margin-left: 25%;
  }
  .ia-col-md-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-md-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-md-6 {
    width: 50%;
  }
  .ia-col-offset-md-6 {
    margin-left: 50%;
  }
  .ia-col-md-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-md-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-md-9 {
    width: 75%;
  }
  .ia-col-offset-md-9 {
    margin-left: 75%;
  }
  .ia-col-md-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-md-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-md-12 {
    width: 100%;
  }
  .ia-col-offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .ia-col-lg-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-lg-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-lg-3 {
    width: 25%;
  }
  .ia-col-offset-lg-3 {
    margin-left: 25%;
  }
  .ia-col-lg-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-lg-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-lg-6 {
    width: 50%;
  }
  .ia-col-offset-lg-6 {
    margin-left: 50%;
  }
  .ia-col-lg-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-lg-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-lg-9 {
    width: 75%;
  }
  .ia-col-offset-lg-9 {
    margin-left: 75%;
  }
  .ia-col-lg-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-lg-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-lg-12 {
    width: 100%;
  }
  .ia-col-offset-lg-12 {
    margin-left: 100%;
  }
}
.module {
  margin: 9rem 0;
}
.module.module--filled {
  margin: 0;
  padding: 9rem 0;
}
.module.module--filled.bg--white + .module--filled.bg--white {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .module {
    margin: 7rem 0;
  }
  .module.module--filled {
    padding: 7rem 0;
  }
}
@media (max-width: 767px) {
  .module {
    margin: 6rem 0;
  }
  .module.module--filled {
    padding: 6rem 0;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?94q17e");
  src: url("../fonts/icomoon.eot?94q17e#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?94q17e") format("truetype"), url("../fonts/icomoon.woff?94q17e") format("woff"), url("../fonts/icomoon.svg?94q17e#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-arrow::before {
  content: "";
}
.icon-check::before {
  content: "";
}
.icon-close::before {
  content: "";
}
.icon-external::before {
  content: "";
}
.icon-facebook::before {
  content: "";
}
.icon-full-logo::before {
  content: "";
}
.icon-icon::before {
  content: "";
}
.icon-instagram::before {
  content: "";
}
.icon-linked-in::before {
  content: "";
}
.icon-logo-icon::before {
  content: "";
}
.icon-menu::before {
  content: "";
}
.icon-pause::before {
  content: "";
}
.icon-play::before {
  content: "";
}
.icon-search::before {
  content: "";
}
.icon-sound-off::before {
  content: "";
}
.icon-sound-on::before {
  content: "";
}
.icon-spacex::before {
  content: "";
}
.icon-youtube::before {
  content: "";
}
.ia-btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.3s;
  box-sizing: border-box;
}
.ia-btn i {
  transition: all 0.3s;
}
.ia-btn:hover, .ia-btn:focus {
  text-decoration: none;
}
.ia-btn--primary {
  background-color: #0E47D2;
  color: #fff;
}
.ia-btn--primary:hover, .ia-btn--primary:focus {
  background-color: #001348;
  color: #fff;
}
.ia-btn--outline-primary {
  border-color: #0E47D2;
  background: none;
  color: #0E47D2;
  position: relative;
}
.ia-btn--outline-primary:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #0E47D2;
  transition: opacity 0.3s;
  border-radius: 0.9rem;
}
.ia-btn--outline-primary:hover, .ia-btn--outline-primary:focus {
  background-color: rgba(14, 71, 210, 0.1);
  color: #0E47D2;
}
.ia-btn--outline-primary:hover:before, .ia-btn--outline-primary:focus:before {
  opacity: 1;
}
.ia-btn--secondary {
  background-color: #001348;
  color: #fff;
}
.ia-btn--secondary:hover, .ia-btn--secondary:focus {
  background-color: #1E202F;
  color: #fff;
}
.ia-btn--outline-secondary {
  border-color: #001348;
  background: none;
  color: #001348;
  position: relative;
}
.ia-btn--outline-secondary:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #001348;
  transition: opacity 0.3s;
  border-radius: 0.9rem;
}
.ia-btn--outline-secondary:hover, .ia-btn--outline-secondary:focus {
  background-color: rgba(0, 19, 72, 0.1);
  color: #001348;
}
.ia-btn--outline-secondary:hover:before, .ia-btn--outline-secondary:focus:before {
  opacity: 1;
}
.ia-btn--success {
  background-color: #28a745;
  color: #fff;
}
.ia-btn--success:hover, .ia-btn--success:focus {
  background-color: #1E202F;
  color: #fff;
}
.ia-btn--outline-success {
  border-color: #28a745;
  background: none;
  color: #28a745;
  position: relative;
}
.ia-btn--outline-success:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #28a745;
  transition: opacity 0.3s;
  border-radius: 0.9rem;
}
.ia-btn--outline-success:hover, .ia-btn--outline-success:focus {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.ia-btn--outline-success:hover:before, .ia-btn--outline-success:focus:before {
  opacity: 1;
}
.ia-btn--info {
  background-color: #ECEFFF;
  color: #1E202F;
  border-color: rgba(14, 71, 210, 0.05);
}
.ia-btn--info:hover, .ia-btn--info:focus {
  background-color: #1E202F;
  color: #fff;
}
.ia-btn--outline-info {
  border-color: #ECEFFF;
  background: none;
  color: #ECEFFF;
  position: relative;
}
.ia-btn--outline-info:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #ECEFFF;
  transition: opacity 0.3s;
  border-radius: 0.9rem;
}
.ia-btn--outline-info:hover, .ia-btn--outline-info:focus {
  background-color: rgba(236, 239, 255, 0.1);
  color: #ECEFFF;
}
.ia-btn--outline-info:hover:before, .ia-btn--outline-info:focus:before {
  opacity: 1;
}
.ia-btn--warning {
  background-color: #DDA755;
  color: #1E202F;
}
.ia-btn--warning:hover, .ia-btn--warning:focus {
  background-color: #1E202F;
  color: #fff;
}
.ia-btn--outline-warning {
  border-color: #DDA755;
  background: none;
  color: #DDA755;
  position: relative;
}
.ia-btn--outline-warning:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #DDA755;
  transition: opacity 0.3s;
  border-radius: 0.9rem;
}
.ia-btn--outline-warning:hover, .ia-btn--outline-warning:focus {
  background-color: rgba(221, 167, 85, 0.1);
  color: #DDA755;
}
.ia-btn--outline-warning:hover:before, .ia-btn--outline-warning:focus:before {
  opacity: 1;
}
.ia-btn--danger {
  background-color: #DB3B0F;
  color: #fff;
}
.ia-btn--danger:hover, .ia-btn--danger:focus {
  background-color: #1E202F;
  color: #fff;
}
.ia-btn--outline-danger {
  border-color: #DB3B0F;
  background: none;
  color: #DB3B0F;
  position: relative;
}
.ia-btn--outline-danger:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #DB3B0F;
  transition: opacity 0.3s;
  border-radius: 0.9rem;
}
.ia-btn--outline-danger:hover, .ia-btn--outline-danger:focus {
  background-color: rgba(219, 59, 15, 0.1);
  color: #DB3B0F;
}
.ia-btn--outline-danger:hover:before, .ia-btn--outline-danger:focus:before {
  opacity: 1;
}
.ia-btn--light {
  background-color: #f5f5f5;
  color: #1E202F;
}
.ia-btn--light:hover, .ia-btn--light:focus {
  background-color: #1E202F;
  color: #fff;
}
.ia-btn--outline-light {
  border-color: #f5f5f5;
  background: none;
  color: #f5f5f5;
  position: relative;
}
.ia-btn--outline-light:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #f5f5f5;
  transition: opacity 0.3s;
  border-radius: 0.9rem;
}
.ia-btn--outline-light:hover, .ia-btn--outline-light:focus {
  background-color: rgba(245, 245, 245, 0.1);
  color: #f5f5f5;
}
.ia-btn--outline-light:hover:before, .ia-btn--outline-light:focus:before {
  opacity: 1;
}
.ia-btn--dark {
  background-color: #1E202F;
  color: #fff;
}
.ia-btn--dark:hover, .ia-btn--dark:focus {
  background-color: #ECEFFF;
  color: #1E202F;
}
.ia-btn--outline-dark {
  border-color: #1E202F;
  background: none;
  color: #1E202F;
  position: relative;
}
.ia-btn--outline-dark:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #1E202F;
  transition: opacity 0.3s;
  border-radius: 0.9rem;
}
.ia-btn--outline-dark:hover, .ia-btn--outline-dark:focus {
  background-color: rgba(30, 32, 47, 0.1);
  color: #1E202F;
}
.ia-btn--outline-dark:hover:before, .ia-btn--outline-dark:focus:before {
  opacity: 1;
}
.ia-btn--white {
  background-color: #fff;
  color: #1E202F;
}
.ia-btn--white:hover, .ia-btn--white:focus {
  background-color: #1E202F;
  color: #fff;
}
.ia-btn--outline-white {
  border-color: #fff;
  background: none;
  color: #fff;
  position: relative;
}
.ia-btn--outline-white:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #fff;
  transition: opacity 0.3s;
  border-radius: 0.9rem;
}
.ia-btn--outline-white:hover, .ia-btn--outline-white:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.ia-btn--outline-white:hover:before, .ia-btn--outline-white:focus:before {
  opacity: 1;
}
.ia-btn--white i.icon-logo-icon {
  color: #0E47D2;
  margin-right: 0.5rem;
}
.ia-btn--white:hover i.icon-logo-icon, .ia-btn--white:focus i.icon-logo-icon {
  color: #0E47D2;
}
.ia-btn {
  padding: 2rem 2.8rem;
  font-size: 2.2rem;
  border-radius: 1rem;
}
.ia-btn--sm {
  padding: 0.9rem 1rem;
  font-size: 1.6rem;
  border-radius: 1rem;
}
.ia-btn--md {
  padding: 1.7rem 2rem;
  font-size: 1.8rem;
  border-radius: 1rem;
}
.ia-btn--lg {
  padding: 2rem 2.8rem;
  font-size: 2.2rem;
  border-radius: 1rem;
}
@media (max-width: 1024px) {
  .ia-btn--sm {
    padding: 0.9rem 1rem;
    font-size: 1.4rem;
    border-radius: 1rem;
  }
  .ia-btn--md {
    padding: 1.3rem 2rem;
    font-size: 1.6rem;
    border-radius: 1rem;
  }
  .ia-btn {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
    border-radius: 1rem;
  }
  .ia-btn--lg {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .ia-btn--sm {
    padding: 0.9rem 1rem;
    font-size: 1.4rem;
    border-radius: 1rem;
  }
  .ia-btn--md {
    padding: 1.3rem 2rem;
    font-size: 1.6rem;
    border-radius: 1rem;
  }
  .ia-btn {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
    border-radius: 1rem;
  }
  .ia-btn--lg {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
    border-radius: 1rem;
  }
}
.ia-btn__media {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5rem;
  color: #fff;
  font-size: 1.4rem;
  background: rgba(14, 71, 210, 0.5);
  position: relative;
  padding: 1.6rem 5.2rem 1.6rem 1.6rem;
}
.ia-btn__media em {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 3.2rem;
  background: #0E47D2;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
}
.ia-btn__media em i {
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ia-btn__media:hover, .ia-btn__media:focus {
  background: #001348;
}
.close {
  position: relative;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
}
.close--sm {
  font-size: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}
.close--sm i {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.close--primary {
  background-color: #0E47D2;
  color: #fff !important;
}
.close--primary:hover, .close--primary:focus {
  background-color: #001348;
  color: #fff !important;
}
.close--secondary {
  background-color: #001348;
  color: #fff !important;
}
.close--secondary:hover, .close--secondary:focus {
  background-color: #1E202F;
  color: #fff !important;
}
.close--success {
  background-color: #28a745;
  color: #fff !important;
}
.close--success:hover, .close--success:focus {
  background-color: #1E202F;
  color: #fff !important;
}
.close--info {
  background-color: #ECEFFF;
  color: #1E202F !important;
}
.close--info:hover, .close--info:focus {
  background-color: #1E202F;
  color: #fff !important;
}
.close--warning {
  background-color: #DDA755;
  color: #1E202F !important;
}
.close--warning:hover, .close--warning:focus {
  background-color: #1E202F;
  color: #fff !important;
}
.close--danger {
  background-color: #DB3B0F;
  color: #fff !important;
}
.close--danger:hover, .close--danger:focus {
  background-color: #1E202F;
  color: #fff !important;
}
.close--light {
  background-color: #f5f5f5;
  color: #1E202F !important;
}
.close--light:hover, .close--light:focus {
  background-color: #1E202F;
  color: #fff !important;
}
.close--dark {
  background-color: #1E202F;
  color: #fff !important;
}
.close--dark:hover, .close--dark:focus {
  background-color: #ECEFFF;
  color: #1E202F !important;
}
.close--white {
  background-color: #fff;
  color: #1E202F !important;
}
.close--white:hover, .close--white:focus {
  background-color: #1E202F;
  color: #fff !important;
}
.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;
}
a {
  color: #001348;
  border-bottom: 2px dotted #001348;
  transition: all 0.3s;
}
a u {
  text-decoration: none;
}
a:hover, a:focus {
  border-bottom-style: solid;
}
a[target="_blank"]:after {
  content: "";
  font-family: "icomoon";
  font-size: 90%;
  margin-left: 1rem;
  display: inline-block;
}
.single .long-text a[target="_blank"]:after {
  display: none;
}
.ia-link {
  font-size: 1.8rem;
  color: #0A3294;
  border-bottom: 2px dotted #0A3294;
}
.ia-link--primary {
  color: #0E47D2;
  border-bottom-color: #0E47D2;
}
.ia-link--secondary {
  color: #001348;
  border-bottom-color: #001348;
}
.ia-link--success {
  color: #28a745;
  border-bottom-color: #28a745;
}
.ia-link--info {
  color: #ECEFFF;
  border-bottom-color: #ECEFFF;
}
.ia-link--warning {
  color: #DDA755;
  border-bottom-color: #DDA755;
}
.ia-link--danger {
  color: #DB3B0F;
  border-bottom-color: #DB3B0F;
}
.ia-link--light {
  color: #f5f5f5;
  border-bottom-color: #f5f5f5;
}
.ia-link--dark {
  color: #1E202F;
  border-bottom-color: #1E202F;
}
.ia-link--white {
  color: #fff;
  border-bottom-color: #fff;
}
.tabs {
  position: relative;
}
.tabs.tabs--dark .tab-list-outer {
  color: #1E202F;
  background: rgba(30, 32, 47, 0.15);
  border-color: #1E202F;
}
.tabs.tabs--dark .moving-tab {
  background: #1E202F;
}
.tabs.tabs--dark .tab-item {
  color: #1E202F;
}
.tabs.tabs--dark .tab-item.active {
  color: #fff;
}
.tabs.tabs--dark .tab-content {
  color: #1E202F;
}
.tabs.tabs--light .tab-list-outer {
  color: #fff;
  background: rgba(30, 32, 47, 0.15);
  border-color: #fff;
}
.tabs.tabs--light .moving-tab {
  background: #fff;
}
.tabs.tabs--light .tab-item {
  color: #fff;
}
.tabs.tabs--light .tab-item.active {
  color: #1E202F;
}
.tabs.tabs--light .tab-content {
  color: #fff;
}
.tabs .tab-list {
  display: inline-flex;
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
.tabs .tab-list-outer {
  border: 1px solid #1E202F;
  background: rgba(30, 32, 47, 0.15);
  padding: 0.6rem;
  border-radius: 50px;
  max-width: 46%;
  width: 100%;
  box-sizing: border-box;
}
.tabs .moving-tab {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #1E202F;
  border-radius: 50px;
  margin: 0;
  transition: left 0.3s linear;
}
.tabs .tab-item {
  padding: 2rem 4.5rem;
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
  color: #1E202F;
  border-radius: 50px;
  margin-bottom: 0;
  width: 50%;
  font-size: 2rem;
  text-align: center;
}
.tabs .tab-item.active {
  color: #fff;
}
.tabs .tab-content {
  color: #1E202F;
}
.tabs .tab-content .tab-pane {
  display: none;
}
@media (max-width: 1200px) {
  .tabs .tab-item {
    padding: 2rem 2.4rem;
    font-size: 1.8rem;
    text-align: center;
  }
  .tabs .tab-list-outer {
    max-width: 52%;
  }
}
@media (max-width: 767px) {
  .tabs .tab-list-outer {
    max-width: 100%;
  }
  .tabs .tab-list-outer li {
    width: 50%;
  }
}
.accordion-item {
  border-bottom: 1px solid rgba(30, 32, 47, 0.25);
  color: #1E202F;
  transition: border 0.35s;
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-item.active .accordion-icon::after {
  opacity: 0;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .accordion-header:hover .accordion-icon, .accordion-header:focus .accordion-icon {
    background: #fff;
  }
  .accordion-header:hover .accordion-icon:after, .accordion-header:hover .accordion-icon:before, .accordion-header:focus .accordion-icon:after, .accordion-header:focus .accordion-icon:before {
    background: #0E47D2 !important;
  }
}
@media (min-width: 1024px) {
  .accordion.accordion--light .accordion-item:hover, .accordion.accordion--light .accordion-item:focus {
    border-bottom-color: #fff;
  }
}
@media (min-width: 1024px) {
  .card-section--dark .accordion-header:hover .accordion-icon:after, .card-section--dark .accordion-header:hover .accordion-icon:before, .card-section--dark .accordion-header:focus .accordion-icon:after, .card-section--dark .accordion-header:focus .accordion-icon:before {
    background: #1E202F !important;
  }
}
.accordion-title {
  font-size: 3.2rem;
  line-height: 1.2;
}
.accordion-icon {
  width: 48px;
  height: 48px;
  position: relative;
  transition: all 0.35s;
  border-radius: 50%;
}
.accordion-icon::before, .accordion-icon::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 4px;
  background-color: #1E202F;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.accordion-content__in {
  padding-bottom: 7rem;
}
.accordion.accordion--light .accordion-item {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.accordion.accordion--light .accordion-icon:before, .accordion.accordion--light .accordion-icon:after {
  background: #fff;
}
/* custom select*/
div.fancy-select {
  position: relative;
  color: #1E202F;
}
div.fancy-select.disabled {
  opacity: 0.5;
}
div.fancy-select div.trigger {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: all 240ms ease-out;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 2rem;
  line-height: 5rem;
  height: 5rem;
  font-weight: 400;
  border-radius: 1rem;
  border: 1px solid rgba(14, 71, 210, 0.5);
  background: #ECEFFF;
  padding: 0 3rem 0 1.6rem;
  max-width: 100%;
  width: 100%;
  color: #1E202F;
  outline: none;
}
div.fancy-select div.trigger.selected {
  color: #1E202F;
}
div.fancy-select div.trigger:after {
  content: "";
  position: absolute;
  right: 2rem;
  margin-top: -3px;
  top: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #1E202F;
}
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: 250px;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(14, 71, 210, 0.5);
  border-radius: 1rem;
  border-top: none;
  padding: 1rem 2.5rem 1rem 3rem;
  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: 100%;
  opacity: 1;
  transition: opacity 300ms ease-out, top 300ms ease-out;
}
div.fancy-select ul.options li {
  padding: 1rem 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1E202F;
  font-weight: 500;
  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;
  color: #0E47D2;
}
div.fancy-select ul.options li.hover {
  color: #000;
}
@media (max-width: 767px) {
  div.fancy-select div.trigger {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
  }
}
.page-template-global-styles-page {
  background: #fff;
}
.page-template-global-styles-page main {
  padding-top: 22rem;
}
.code-example {
  margin-bottom: 2rem;
}
.ptl {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ptl .glyph {
  width: calc(25% - 1rem);
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 2rem;
  border-right: 2rem;
}
.ptl .hidden-true, .ptl .unitRight {
  display: none;
}
.ptl .pbs span {
  display: block;
  margin-bottom: 1rem;
}
.ptl .unit {
  border: none;
  width: 100%;
  height: 3rem;
  background: none;
}
/* 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;
}
.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;
}
/* header */
.loaded .header {
  transform: translate(0, 0);
  opacity: 1;
}
.logo:focus {
  opacity: 0.7;
}
.header {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  transform: translate(0, -100%);
  transition: opacity 0.5s, transform 0.8s;
}
.header__in {
  background: #0b42a4;
  position: relative;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  align-items: center;
}
.header__in:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  bottom: 0;
  background: #0b42a4;
  z-index: -1;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.35s;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-left nav {
  margin-left: 4rem;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right .ia-btn {
  padding: 1.34rem 2rem 1.34rem 1.5rem;
  font-size: 1.8rem;
  line-height: 1;
}
.fixed-header .header__in:before {
  transform: translate(-50%, 0) scaleX(1);
}
.logo {
  color: #fff;
  border: none !important;
}
.navigation {
  transition: all 0.35s;
}
.navigation__hide {
  visibility: hidden;
  opacity: 0;
}
.navigation > ul {
  margin: 0;
}
.navigation > ul > li {
  margin: 0 1rem;
  display: inline-block;
  position: relative;
  padding: 1.6rem 0;
}
.navigation > ul > li:first-child {
  margin-left: 0;
}
.navigation > ul > li:last-child {
  margin-right: 0;
}
.navigation > ul > li.current_page_item > a, .navigation > ul > li.current-menu-parent > a {
  color: rgba(255, 255, 255, 0.75);
}
.navigation > ul > li.current_page_item.menu-item-has-children > a:after, .navigation > ul > li.current-menu-parent.menu-item-has-children > a:after {
  opacity: 0.75;
}
.navigation > ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 12px;
}
.navigation > ul > li.menu-item-has-children > a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="24" viewBox="0 0 7 24" fill="none"><path d="M0.361803 11.2475C0.195578 10.9151 0.437326 10.5239 0.809017 10.5239H6.19098C6.56267 10.5239 6.80442 10.9151 6.6382 11.2475L3.94721 16.6295C3.76295 16.998 3.23705 16.998 3.05279 16.6295L0.361803 11.2475Z" fill="white"/></svg>');
  position: absolute;
  right: 0;
  top: 50%;
  height: 24px;
  transform: translate(0, -50%);
  transition: all 0.35s;
}
.navigation > ul > li.menu-item-has-children.hover > a {
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #fff !important;
}
.navigation > ul > li.menu-item-has-children.hover > a:after {
  transform: translate(0, -40%) scaleY(-1);
}
.navigation > ul > li.menu-item-has-children.hover ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  z-index: 10;
  transition: all 0.5s;
}
.navigation > ul > li > a {
  color: #fff;
  border-bottom: 1px solid transparent !important;
  transition: color 0.35s, border 0.35s;
  line-height: 1.4;
  display: block;
}
.navigation > ul > li > a:hover, .navigation > ul > li > a:focus {
  color: #ECEFFF;
  border-bottom: 1px solid #fff !important;
}
.navigation > ul > li ul {
  position: absolute;
  box-sizing: border-box;
  top: 100%;
  left: -25px;
  width: 257px;
  padding: 22px 25px 30px 25px;
  border: 1px solid rgba(10, 92, 251, 0.1);
  background: #fff;
  margin: 0;
  list-style-type: none;
  border-radius: 3rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 6rem);
}
.navigation > ul > li ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.navigation > ul > li ul li:last-child {
  margin-bottom: 0;
}
.navigation > ul > li ul li a {
  color: #1E202F;
  border: none !important;
  display: block;
}
.navigation > ul > li ul li a:hover, .navigation > ul > li ul li a:focus {
  color: #0E47D2;
}
.search-open {
  border-radius: 4.8rem;
  width: 4.8rem;
  height: 4.8rem;
  border: none !important;
  background: #0E47D2;
  display: inline-block;
  color: #fff;
  font-size: 2.1rem;
  transition: all 0.35s;
  position: relative;
}
.search-open i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.1rem;
  transform: translate(-50%, -50%);
}
.search-open:hover, .search-open:focus {
  background: #001348;
}
.search-open__close {
  background: #ECEFFF;
  border: 1px solid #ECEFFF;
  color: #1E202F;
}
.search-open__close i {
  font-size: 1.6rem;
}
.search-open__close:after {
  content: "";
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 4.6rem;
  border: 1px solid #ECEFFF;
  top: 1px;
  left: 1px;
  box-sizing: border-box;
}
.search-open__close:hover, .search-open__close:focus {
  color: #fff;
}
.alert-bar {
  padding: 2rem 0;
}
.alert-bar--fake {
  opacity: 0;
  visibility: hidden;
}
.alert-bar .ia-container {
  position: relative;
}
.alert-bar .ia-container .content-entry *:last-child {
  margin-bottom: 0;
}
.alert-bar .ia-container .content-entry p {
  font-size: 1.6rem;
}
.alert-bar .ia-container a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  transition: border-color 0.35s;
}
.alert-bar__close {
  position: absolute;
  top: 50%;
  right: 6rem;
  transform: translate(0, -50%);
}
.top-nav ul {
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
  margin-left: 0;
}
.top-nav ul li {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.6rem;
  margin-left: 3rem;
}
.top-nav ul li a {
  color: #fff;
  border: none !important;
  padding: 2rem 0;
  display: block;
  position: relative;
  transition: color 0.3s;
}
.top-nav ul li a:before {
  content: "";
  height: 3px;
  width: 0;
  background: #0E47D2;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
.top-nav ul li a:hover, .top-nav ul li a:focus {
  color: rgba(255, 255, 255, 0.75);
}
.top-nav ul li a:hover:before, .top-nav ul li a:focus:before {
  width: 100%;
}
.main-search__wrap {
  position: relative;
  margin-right: 1.5rem;
  top: 3px;
}
.main-search__wrap.active .main-search {
  opacity: 1;
  visibility: visible;
  width: 427px;
}
.main-search {
  width: 0;
  background: #ecefff;
  border-radius: 3rem;
  position: absolute;
  right: calc(4.8rem + 5px);
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s;
}
.main-search input {
  background: none;
  border: none;
  height: 50px;
  padding: 0 60px 0 20px;
  width: 100%;
  font-size: 1.6rem;
  color: #1E202F;
}
.main-search input::-webkit-input-placeholder {
  color: rgba(14, 71, 210, 0.75);
  opacity: 1;
}
.main-search input:-moz-placeholder {
  color: rgba(14, 71, 210, 0.75);
  opacity: 1;
}
.main-search input::-moz-placeholder {
  color: rgba(14, 71, 210, 0.75);
  opacity: 1;
}
.main-search input:-ms-input-placeholder {
  color: rgba(14, 71, 210, 0.75);
  opacity: 1;
}
.main-search button.search-open {
  position: absolute;
  top: 1px;
  right: 1px;
  margin-right: 0;
  z-index: 10;
}
.main-search__dec {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: -3px;
  width: 12px;
  height: 26px;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}
.main-search__dec:after, .main-search__dec:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 12px;
  background: #183da5;
  top: -6px;
  left: 0;
}
.main-search__dec:after {
  top: auto;
  bottom: -6px;
}
.mobile-menu-btn {
  display: none;
}
.mobile-menu-btn .icon-close {
  display: none;
}
.mobile-menu {
  display: none;
}
@media (max-width: 1360px) {
  .logo {
    max-width: 130px;
  }
  .header-right .ia-btn--white i.icon-logo-icon {
    display: none;
  }
  .header > .ia-container {
    padding-left: 0;
    padding-right: 0;
  }
  .header-right .ia-btn {
    font-size: 1.6rem;
  }
  .header__in {
    padding: 1rem;
  }
}
.alert-bar .ia-container a:hover, .alert-bar .ia-container a:focus {
  border-bottom-color: transparent !important;
}
@media (max-width: 1200px) {
  .header-left nav {
    margin-left: 2rem;
  }
  .navigation > ul > li {
    margin: 0 0.5rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .logo {
    max-width: 160px;
  }
  .header-right .ia-btn {
    font-size: 1.8rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .header-right .ia-btn--white i.icon-logo-icon {
    display: inline;
    font-size: 1.5rem;
  }
  .header > .ia-container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .menu-opened .mobile-menu {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .menu-opened .mobile-menu-btn .icon-menu {
    display: none;
  }
  .menu-opened .mobile-menu-btn .icon-close {
    display: block;
  }
  .mobile-menu {
    background: #ECEFFF;
    border-radius: 2rem;
    padding: 2rem;
    border: 1px solid rgba(10, 50, 148, 0.05);
    display: block;
    position: fixed;
    left: 2rem;
    top: 0;
    bottom: 2.6rem;
    right: 2rem;
    transform: translate(0, 100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s, transform 0.8s, visibility 0.8s;
    z-index: 999;
  }
  .mobile-menu form {
    position: relative;
    margin-bottom: 2.8rem;
  }
  .mobile-menu form button {
    position: absolute;
    right: 0;
    top: 0;
  }
  .mobile-menu form input {
    width: 100%;
    height: 5rem;
    border: 1px solid rgba(14, 71, 210, 0.05);
    border-radius: 5rem;
    background: #fff;
    padding: 0 6.5rem 0 2rem;
    font-size: 1.6rem;
  }
  .mobile-menu form input::-webkit-input-placeholder {
    color: rgba(14, 71, 210, 0.75);
  }
  .mobile-menu form input:-moz-placeholder {
    color: rgba(14, 71, 210, 0.75);
  }
  .mobile-menu form input::-moz-placeholder {
    color: rgba(14, 71, 210, 0.75);
  }
  .mobile-menu form input:-ms-input-placeholder {
    color: rgba(14, 71, 210, 0.75);
  }
  .mobile-menu__in {
    overflow-y: auto;
    height: 100%;
  }
  .mobile-menu__in ul {
    list-style-type: none;
    margin-bottom: 0;
  }
  .mobile-menu__in > ul {
    margin-left: 0;
    padding: 0 2rem;
  }
  .mobile-menu__in > ul > li {
    margin-bottom: 0;
    font-size: 2.2rem;
  }
  .mobile-menu__in > ul > li.menu-item-has-children.active > a:after {
    transform: translate(0, -40%) scale(-1);
  }
  .mobile-menu__in > ul > li.menu-item-has-children > a {
    padding-right: 12px;
  }
  .mobile-menu__in > ul > li.menu-item-has-children > a:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="24" viewBox="0 0 7 24" fill="none"><path d="M0.361803 11.2475C0.195578 10.9151 0.437326 10.5239 0.809017 10.5239H6.19098C6.56267 10.5239 6.80442 10.9151 6.6382 11.2475L3.94721 16.6295C3.76295 16.998 3.23705 16.998 3.05279 16.6295L0.361803 11.2475Z" fill="%231E202F"/></svg>');
    position: absolute;
    right: 0;
    top: 50%;
    height: 24px;
    transform: translate(0, -50%);
    transition: all 0.35s;
  }
  .mobile-menu__in > ul > li > a {
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
  }
  .mobile-menu__in > ul > li a {
    border-bottom: none !important;
    color: #1E202F;
  }
  .mobile-menu__in > ul > li ul {
    margin-left: 2rem;
    display: none;
    padding-bottom: 1px;
  }
  .mobile-menu__in > ul > li ul li {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-weight: 500;
  }
  .mobile-menu-btn {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 4.8rem;
    background: #0E47D2;
    color: #fff;
    border: none;
    padding: 0;
    position: relative;
    margin-left: 1.5rem;
  }
  .mobile-menu-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
  }
  .header-left .navigation {
    display: none;
  }
  .header-right .main-search__wrap {
    display: none;
  }
  .header__in {
    padding: 2.1rem 2rem;
    border-radius: 3rem;
  }
  .alert-bar__close {
    right: 2rem;
  }
  .alert-bar .content-entry {
    padding-right: 6.4rem;
  }
  .alert-bar .content-entry p {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 767px) {
  .header {
    transform: translate(0, 0);
    opacity: 1;
  }
  .header__in {
    padding: 1rem 2rem;
  }
  .header > .ia-container {
    padding-left: 0;
    padding-right: 0;
  }
  .logo {
    height: 2rem;
  }
  .logo svg {
    height: 100%;
    width: auto;
  }
  .header-right .ia-btn {
    padding: 1.2rem 1rem;
    font-size: 1.6rem;
  }
  .header-right .ia-btn i {
    display: none;
  }
  .top-nav ul li {
    font-size: 1.4rem;
    margin-left: 2rem;
  }
  .top-nav ul li:first-child {
    margin-left: 0;
  }
  .top-nav ul li a {
    padding: 1.5rem 0;
  }
  .top-nav ul li a[target="_blank"]:after {
    margin-left: 0.4rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 380px) {
  .top-nav ul {
    display: flex;
    justify-content: space-between;
  }
  .top-nav ul li {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}
/* footer */
.footer {
  position: relative;
  z-index: 20;
}
.footer__top {
  background: #fff;
}
.footer__banner-item {
  display: inline-block !important;
  vertical-align: top;
  margin-right: 3rem;
  max-width: 135px;
  height: 140px;
  position: relative;
}
.footer__banner-item img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.footer__banner-item.footer__banner-item--img:after {
  display: none;
}
.footer__banner-item a {
  border: none !important;
  max-width: 100%;
  max-height: 100%;
}
.footer__banner-item a:after {
  display: none;
}
.footer__logo {
  display: inline-block;
  border: none !important;
  margin-bottom: 4rem;
  max-width: 236px;
}
.footer__phone {
  margin-bottom: 1.5rem;
}
.footer__contact {
  margin-bottom: 4rem;
}
.footer__phone a, .footer__contact a {
  color: #fff;
  border-bottom: 1px solid transparent !important;
  transition: all 0.35s;
}
.footer__phone a:hover, .footer__phone a:focus, .footer__contact a:hover, .footer__contact a:focus {
  opacity: 0.7;
}
.footer__in {
  padding: 6rem 0;
  position: relative;
}
.footer__in .ia-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footer__left {
  width: 320px;
}
.footer__right {
  width: calc(82% - 325px);
}
.footer__right-in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.footer__socials {
  list-style-type: none;
  margin-left: 0;
  margin-top: 7rem;
  margin-bottom: 0;
}
.footer__socials li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.4rem;
}
.footer__socials li a {
  font-size: 2.4rem;
  color: #fff;
  border: none !important;
  transition: all 0.3s;
}
.footer__socials li a[target="_blank"]:after {
  display: none;
}
.footer__socials li a:hover, .footer__socials li a:focus {
  color: #ECEFFF;
  opacity: 0.8;
}
.footer__connect {
  width: 195px;
}
.footer__connect ul {
  list-style-type: none;
  margin: 0;
}
.footer__connect ul li {
  font-size: 2rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.footer__connect ul li a {
  color: #fff;
  border: none !important;
  display: block;
  padding: 2.5rem 0;
  transition: all 0.3s;
}
.footer__connect ul li a:hover, .footer__connect ul li a:focus {
  text-decoration: underline;
}
.footer__specialized {
  width: calc(85% - 195px);
}
.footer__specialized ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer__specialized ul li {
  font-size: 2rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 3rem);
  margin-right: 6rem;
}
.footer__specialized ul li:nth-child(2n + 2) {
  margin-right: 0;
}
.footer__specialized ul li a {
  color: #fff;
  border: none !important;
  display: block;
  padding: 2.5rem 0 2.5rem 5rem;
  transition: all 0.3s;
  position: relative;
}
.footer__specialized ul li a:before {
  font-family: "icomoon";
  content: "";
  font-size: 4rem;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.footer__specialized ul li a:hover, .footer__specialized ul li a:focus {
  text-decoration: underline;
}
.footer__bottom {
  padding: 2rem 0;
  font-size: 1.4rem;
  color: #fff;
}
.footer__bottom a {
  color: #fff;
  border: none !important;
}
.footer__bottom a[target="_blank"]:after {
  display: none;
}
.footer__bottom a:hover, .footer__bottom a:focus {
  opacity: 0.7;
}
.footer__bottom .ia-container {
  display: flex;
  justify-content: space-between;
}
.footer__bottom-left a {
  position: relative;
  padding-left: 1.5rem;
  margin-left: 1.2rem;
}
.footer__bottom-left a:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
}
.footer__phone a:hover, .footer__phone a:focus, .footer__contact a:hover, .footer__contact a:focus {
  border-bottom: 1px solid #fff !important;
}
@media (max-width: 1200px) {
  .footer__logo {
    max-width: 195px;
  }
  .footer__banner-item {
    max-width: 110px;
    height: 120px;
  }
  .footer__banner-item img {
    max-height: 100%;
    width: auto;
  }
  .footer__right-in {
    margin-bottom: 4rem;
  }
  .footer__specialized ul li a {
    font-size: 1.8rem;
  }
  .footer__specialized ul li a:after {
    font-size: 80%;
  }
  .footer__connect ul li {
    font-size: 1.8rem;
  }
  .footer__connect ul li:after {
    font-size: 80%;
  }
  .footer__left {
    width: 280px;
  }
  .footer__right {
    width: calc(100% - 300px);
  }
  .footer__connect {
    width: 175px;
  }
  .footer__specialized {
    width: calc(90% - 175px);
  }
  .footer__specialized ul li {
    margin-right: 4rem;
    width: calc(50% - 2rem);
  }
  .footer__specialized ul li a {
    font-size: 1.8rem;
  }
  .footer__specialized ul li a:after {
    font-size: 80%;
  }
}
@media (max-width: 1000px) {
  .footer__specialized ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer__connect {
    margin-bottom: 3rem;
  }
  .footer__specialized {
    width: 100%;
  }
  .footer__specialized h3 {
    margin-bottom: 2rem !important;
  }
  .footer__specialized ul {
    display: block;
  }
  .footer__specialized ul li {
    width: auto;
    display: block;
    margin-right: 0;
  }
  .footer__left {
    width: auto;
    margin-bottom: 4.5rem;
  }
  .footer__right {
    width: auto;
  }
  .footer__in {
    padding: 4rem 0 7.5rem;
  }
  .footer__in .ia-container {
    display: block;
    position: relative;
  }
  .footer__logo {
    max-width: 145px;
    margin-bottom: 3rem;
  }
  .footer__contact {
    margin-bottom: 2.5rem;
  }
  .footer__contact h3 {
    margin-bottom: 2rem !important;
  }
  .footer__socials {
    margin-top: 0;
    position: absolute;
    left: 2rem;
    bottom: -6.5rem;
  }
  .footer__socials li {
    margin-bottom: 0;
  }
  .footer__banner {
    position: absolute;
    top: 0;
    right: 2rem;
    width: 90px;
  }
  .footer__banner-item {
    margin-right: 0;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .footer__bottom .ia-container {
    display: block;
  }
  .footer__bottom-left span {
    display: block;
    margin-bottom: 2rem;
  }
  .footer__bottom-left a {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-right: 2rem;
  }
  .footer__bottom-right {
    margin-top: 2rem;
  }
  .footer__right-in {
    display: block;
  }
  .footer__connect {
    width: auto;
    max-width: 50%;
  }
}
.search .hero-small {
  overflow: visible;
}
.searcrh-overlay-results-item-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.7rem;
}
.searcrh-overlay-results-item-title a {
  transition: opacity 0.35s;
  border: none !important;
}
.searcrh-overlay-results-item-title a:hover, .searcrh-overlay-results-item-title a:focus {
  opacity: 0.7;
}
.searcrh-overlay-results-item-title .hlw {
  color: #0E47D2;
}
.search-overlay-results-item:last-child .searcrh-overlay-results-item-title {
  margin-bottom: 0;
}
.search-wrap {
  padding: 3.5rem 0 5rem;
  margin-bottom: 4rem;
}
.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: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #0e47d2;
}
.search-wrap__results__item .h4:last-child {
  margin-bottom: 0;
}
.search-wrap__results__item .h4 a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: border 0.35s;
}
.search-wrap__results__item .h4 .hlw {
  background: #0E47D2;
}
.search-wrap__results__item p {
  color: #fff;
}
.search-wrap__results__item p .hlw {
  background: #0E47D2;
}
form .search-field {
  background: none;
  position: relative;
  margin-top: 1rem;
  max-width: 760px;
}
form .search-field input {
  border: none;
  background: none;
  height: 7rem;
  border-bottom: 1px solid #fff;
  font-size: 4.6rem;
  color: #fff;
  font-weight: 400;
  padding: 0 5rem 0 0;
  width: 100%;
  box-sizing: border-box;
  outline: none !important;
}
form .search-field input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
form .search-field input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
form .search-field input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
form .search-field input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
form .search-field input:focus {
  border: none;
  border-bottom: 1px solid #0E47D2;
}
form .search-field button {
  width: 4.8rem;
  height: 4.8rem;
  background: #0E47D2;
  border-radius: 4.8rem;
  position: absolute;
  font-size: 2.4rem;
  font-weight: normal;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  border: none;
}
form .search-field button i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.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: 4.2rem;
  height: 4.2rem;
  line-height: 4.2rem;
  border-radius: 1rem;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 2.4rem;
  margin: 0 0.5rem 1rem;
  color: #fff;
  padding: 0;
  transition: background 0.35s, color 0.35s;
  box-sizing: border-box;
  border: none;
}
.page-navi-wrap .wp-pagenavi a.current, .page-navi-wrap .wp-pagenavi span.current {
  background: #0E47D2;
}
.page-navi-wrap .wp-pagenavi a.previouspostslink, .page-navi-wrap .wp-pagenavi span.previouspostslink {
  transform: scaleX(-1);
}
.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 {
  border-radius: 50%;
  background: none;
  color: #fff;
  position: relative;
}
.page-navi-wrap .wp-pagenavi a.previouspostslink i, .page-navi-wrap .wp-pagenavi a.nextpostslink i, .page-navi-wrap .wp-pagenavi span.previouspostslink i, .page-navi-wrap .wp-pagenavi span.nextpostslink i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.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, .desktop-version search-wrap__results__item .h4 a:focus {
  border-bottom: 1px solid #fff;
}
.desktop-version .page-navi-wrap .wp-pagenavi a.previouspostslink:hover, .desktop-version .page-navi-wrap .wp-pagenavi a.nextpostslink:hover, .desktop-version .page-navi-wrap .wp-pagenavi a.previouspostslink:focus, .desktop-version .page-navi-wrap .wp-pagenavi a.nextpostslink:focus {
  background: #1E202F;
}
.desktop-version .page-navi-wrap .wp-pagenavi a.page:hover, .desktop-version .page-navi-wrap .wp-pagenavi a.page:focus {
  background: #0E47D2;
}
.search-overlay-results-list {
  padding: 2rem 1.5rem;
}
.search-smart-results {
  position: absolute;
  background: #fff;
  border: 1px solid #B5BBEA;
  border-radius: 1rem;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 2;
  left: 0;
  right: 0;
}
.search-smart-results:empty {
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  form .search-field {
    margin-top: 0;
  }
  form .search-field input {
    font-size: 4rem;
    height: 6.5rem;
  }
  .search-wrap__results__item {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .page-navi-wrap {
    padding-bottom: 6rem;
  }
  .searcrh-overlay-results-item-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.hero-get-started {
  padding-top: 22rem;
}
@media (max-width: 767px) {
  .hero-get-started {
    padding-top: 16rem;
  }
}
.story-card.card-section {
  padding: 5rem;
}
.story-card__in {
  display: flex;
  justify-content: space-between;
}
.story-card__left {
  width: calc(72% - 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.story-card__photo {
  width: 244px;
  height: 244px;
  border-radius: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.story-card__text {
  width: calc(100% - 274px);
}
.story-card__right {
  width: 28%;
}
.story-card__right-in {
  padding: 4rem 3rem;
}
@media (max-width: 1023px) {
  .story-card__in {
    flex-direction: column;
  }
  .story-card__right {
    padding-top: 3rem;
    width: 244px;
  }
  .story-card__left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .story-card.card-section {
    padding: 2rem;
  }
  .story-card__in {
    flex-direction: column;
  }
  .story-card__right {
    padding-top: 3rem;
    width: 100%;
  }
  .story-card__right-in {
    padding: 3rem 2rem;
  }
  .story-card__right-in ul.check-list {
    margin: 0 !important;
  }
  .story-card__right-in ul.check-list li {
    font-size: 1.6rem;
  }
  .story-card__right-in ul.check-list li:before {
    width: 2rem;
    height: 1.8rem;
    padding-top: 0.2rem;
    font-size: 8px;
  }
  .story-card__photo {
    width: 150px;
    height: 150px;
    margin-bottom: 3rem;
  }
  .story-card__text {
    width: 100%;
  }
  .story-card__text .h2, .story-card__text .h5 {
    margin-bottom: 1.3rem !important;
  }
  .story-card__left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.featured-vas__item {
  border-radius: 3rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 142%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.featured-vas__item > a {
  position: absolute;
  inset: 0;
  z-index: 12;
}
.featured-vas__item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.7) 73.97%);
}
.featured-vas__item-in {
  position: absolute;
  left: 4rem;
  right: 4rem;
  top: 48%;
  z-index: 11;
}
.featured-vas__item-in .ia-btn__media:before {
  position: absolute;
  inset: -100vw;
  content: "";
}
.featured-vas__tags {
  position: absolute;
  left: 4rem;
  bottom: 5rem;
}
.hero {
  position: relative;
  padding: 22rem 0 24rem;
  border-radius: 0 0 3rem 3rem;
  overflow: hidden;
  background: #001348;
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__video .ia-btn__media {
  position: absolute;
  right: calc((100vw - 1320px) /2);
  z-index: 99;
  bottom: 5rem;
}
.hero__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, #0a3294 0%, #001348 100%);
  opacity: 0.5;
}
.hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 0;
}
.hero .ia-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__left {
  width: 670px;
  max-width: calc(100% - 408px);
}
.hero__right {
  width: 308px;
}
.hero__right .card-section {
  max-width: 308px;
  padding-bottom: 5.5rem;
}
.hero__right .card-section .h4 {
  margin-bottom: 2rem;
}
.hero__right .card-section p {
  margin-bottom: 1.5rem;
}
.card-section {
  border-radius: 0 3rem 3rem 3rem;
  padding: 2.5rem;
  position: relative;
  margin-top: 3rem;
}
.card-section .card-section__wave {
  position: absolute;
  left: 0;
  height: 3rem;
  top: -2.9rem;
  border-radius: 3rem 3rem 0 0;
  width: 50%;
}
.card-section .card-section__wave svg {
  position: absolute;
  left: 100%;
  height: 88%;
  bottom: -1px;
  margin-left: -1.5rem;
}
.card-section--dark-200 {
  background: #292B3A;
  color: #fff;
}
.card-section--dark-200 .card-section__wave {
  background: #292B3A;
}
.card-section--dark-200 .card-section__wave svg {
  color: #292B3A;
}
.card-section--white {
  background: #fff;
  color: #1E202F;
}
.card-section--white .card-section__wave {
  background: #fff;
}
.card-section--white .card-section__wave svg {
  color: #fff;
}
.card-section--dark {
  background: #1E202F;
  color: #1E202F;
}
.card-section--dark .card-section__wave {
  background: #1E202F;
}
.card-section--dark .card-section__wave svg {
  color: #1E202F;
}
.card-section--primary {
  background: #0E47D2;
  color: #fff;
}
.card-section--primary .card-section__wave {
  background: #0E47D2;
}
.card-section--primary .card-section__wave svg {
  color: #0E47D2;
}
.card-section__images {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin-bottom: 2rem;
}
.card-section__images li {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 7.2rem;
  margin-left: -2rem;
  border: 3px solid #fff;
  margin-bottom: 0;
  overflow: hidden;
}
.card-section__images li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-section__images li:last-child {
  border-color: #ECEFFF;
}
.card-section__large {
  margin-top: 6rem;
  padding: 3rem 5rem;
}
.card-section__large .card-section__wave {
  height: 6rem;
  top: -5.9rem;
}
.card-section__large .card-section__wave svg {
  height: 94%;
}
.bg--primary .card-section__images li {
  border-color: #0E47D2;
}
.bg--primary .card-section__images li:last-child {
  border-color: #ECEFFF;
}
@media (max-width: 1380px) {
  .hero {
    padding: 25rem 0 10rem;
  }
  .hero__video .ia-btn__media {
    right: 3rem;
    bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .card-section__images li {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 16rem 0 10rem;
  }
  .hero__left {
    max-width: 100%;
    margin-bottom: 8rem;
  }
  .hero .ia-container {
    display: block;
  }
  .hero__right .card-section {
    max-width: 100%;
  }
  .card-section__large {
    margin-top: 3rem;
    padding: 4rem 2rem;
  }
  .card-section__large .card-section__wave {
    height: 3rem;
    top: -2.9rem;
  }
}
.accordion-home {
  position: relative;
  z-index: 10;
  padding-top: 3rem;
}
.accordion-home__folder {
  padding: 3.5rem 5rem 7rem;
  background: #0E47D2;
}
.accordion-home__item {
  padding: 4rem 5rem 8rem 5rem;
  border-radius: 3rem;
  margin-top: -4rem;
  position: relative;
}
.accordion-home__item.active .accordion-home__item-in {
  opacity: 1;
}
.accordion-home__item.active .h6 i:after {
  display: none;
}
.accordion-home__item:nth-child(3n+1) .h6 i:before, .accordion-home__item:nth-child(3n+1) .h6 i:after {
  background: #fff;
}
.accordion-home__item .h6 {
  padding-right: 6rem;
  position: relative;
  cursor: pointer;
}
.accordion-home__item .h6:after {
  content: "";
  position: absolute;
  inset: -5rem;
  z-index: 10;
}
.accordion-home__item .h6 i {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.3rem;
}
.accordion-home__item .h6 i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  background: #1E202F;
  height: 2px;
  margin-top: -1px;
}
.accordion-home__item .h6 i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background: #1E202F;
  width: 2px;
  margin-left: -1px;
}
.accordion-home__item-badges {
  text-align: center;
  padding-top: 2rem;
}
.accordion-home__item-badges a {
  display: inline-block;
  max-width: 150px;
  border: none !important;
  margin: 0 2rem;
}
.accordion-home__item-badges a:after {
  display: none;
}
.accordion-home__item-in {
  overflow: hidden;
  height: 0;
  transition: height 0.5s, max-height 0.5s;
}
.accordion-home__item-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 4rem;
}
.accordion-home__item:last-child {
  height: auto;
}
.accordion-home__item:nth-child(3n+1) {
  background: #0A3294;
  color: #fff;
}
.accordion-home__item:nth-child(3n+1) .content-entry a {
  color: #fff;
  border-color: #fff;
}
.accordion-home__item:nth-child(3n+1) .content-entry a:hover, .accordion-home__item:nth-child(3n+1) .content-entry a:focus {
  border-color: transparent;
}
.accordion-home__item:nth-child(3n+2) {
  background: #DDA755;
}
.accordion-home__item:nth-child(3n+3) {
  background: #fff;
}
.accordion-home__item-left {
  width: 46%;
}
.accordion-home__item-left-in {
  max-width: 520px;
}
.accordion-home__item-left-in .h5 i {
  display: none;
}
.accordion-home__item-right {
  width: 46%;
}
.accordion-home__item-right-in {
  max-width: 420px;
  margin: 0 6rem 0 auto;
}
.accordion-home__item-img {
  max-width: 100%;
  padding-bottom: 70%;
  border-radius: 2rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .accordion-home__folder {
    padding: 3rem 4rem 7rem;
  }
  .accordion-home__item {
    padding: 4rem 4rem 8rem;
  }
  .accordion-home__item:last-child {
    padding-bottom: 4rem;
  }
  .accordion-home__item .h6:after {
    inset: -3rem;
  }
  .accordion-home__item-badges a {
    max-width: 8rem;
    margin: 0 1rem;
  }
  .accordion-home__item .h5 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .accordion-home {
    padding-top: 1px;
  }
  .accordion-home__item {
    padding: 3rem 2rem 7rem 2rem;
    margin-top: -5rem;
  }
  .accordion-home__item .h6 {
    padding-right: 5.5rem;
    position: relative;
  }
  .accordion-home__item .h6 i {
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.3rem;
  }
  .accordion-home__item .h6 i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    background: #1E202F;
    height: 2px;
    margin-top: -1px;
  }
  .accordion-home__item .h6 i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    background: #1E202F;
    width: 2px;
    margin-left: -1px;
  }
  .accordion-home__item .h6:after {
    inset: -3rem -2rem;
  }
  .accordion-home__item-inner {
    display: block;
  }
  .accordion-home__item-right {
    margin-bottom: 2rem;
  }
  .accordion-home__item-left {
    width: auto;
  }
  .accordion-home__item-left-in {
    max-width: 100%;
  }
  .accordion-home__item-right {
    width: auto;
  }
  .accordion-home__item-right-in {
    margin-right: 0;
    margin-left: 0;
  }
  .accordion-home__item:last-child {
    padding-bottom: 3rem;
  }
  .accordion-home__item-img {
    border-radius: 1rem;
  }
  .accordion-home__folder {
    padding: 3.5rem 2rem 7.5rem;
  }
  body .image-text-module .image-text__item {
    display: flex;
    flex-direction: column-reverse !important;
  }
  body .image-text-module .image-text__item .image-text__item-right, body .image-text-module .image-text__item .image-text__item-left {
    width: 100%;
  }
  body .image-text-module .image-text__item .image-text__item-left {
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
.bg--white .introduction.bg--white {
  padding: 0;
}
.bg--white .introduction.bg--dark-200 {
  margin: 0;
  padding: 11rem 0;
}
.introduction h2 {
  position: relative;
  z-index: 5;
}
.introduction__in {
  padding: 4rem 11rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.introduction__in > svg {
  position: absolute;
  max-height: calc(100% + 10rem);
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
.introduction__in.introduction__image-right {
  flex-direction: row-reverse;
}
.introduction__left {
  width: 38%;
}
.introduction__right {
  width: 49%;
  position: relative;
  z-index: 5;
}
.introduction__image {
  width: 100%;
  padding-bottom: 70%;
  border-radius: 3rem;
  background-size: cover;
  position: relative;
  z-index: 5;
  background-position: center center;
}
@media (max-width: 1200px) {
  .introduction__in > svg {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .introduction__in {
    padding: 3rem 0 0;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .introduction__in {
    padding: 0;
    display: block;
  }
  .introduction__left {
    width: auto;
    max-width: 350px;
    margin: 0 0 3rem;
  }
  .introduction__right {
    width: auto;
  }
  .page-template-our-solution .introduction.module {
    margin-bottom: 4rem;
  }
  .page-template-our-solution .introduction.module + .module {
    margin-top: 4rem;
  }
}
.page-template-home-page .image-text-module .image-text__item, .page-template-medical-speciality-detail .image-text-module .image-text__item {
  padding: 0;
}
.page-template-medical-specialties .image-text-module .image-text__item {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-our-solution .image-text-module .image-text__item.bg--dark-200, .page-template-get-started .image-text-module .image-text__item.bg--dark-200 {
  padding-top: 0;
  padding-bottom: 0;
}
.bg--white .bg--white.image-text__item {
  padding-top: 0;
  padding-bottom: 0;
}
div:not(bg--white) .image-text-module .image-text__item.bg--dark-200 {
  padding: 0;
  margin: 0;
}
.single-story div:not(bg--white) .image-text-module .image-text__item.bg--dark-200 {
  padding: 10rem 5rem;
  margin: 0;
}
@media (max-width: 1200px) {
  .single-story div:not(bg--white) .image-text-module .image-text__item.bg--dark-200 {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .single-story div:not(bg--white) .image-text-module .image-text__item.bg--dark-200 {
    padding: 3.7rem 2rem;
  }
}
.image-text-module .ia-container {
  position: relative;
  z-index: 5;
}
.image-text-module .ia-container > svg {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-20%, -20%);
}
.image-text-module .image-text__item {
  margin: 0 0 9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 10rem 5rem;
}
.image-text-module .image-text__item.image-text__position-left {
  flex-direction: row-reverse;
}
.image-text-module .image-text__item-left {
  width: 48%;
  text-align: center;
}
.image-text-module .image-text__item-left .card-section__slider {
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
}
.image-text-module .image-text__item-left .card-section__slider .card-section {
  padding: 3.5rem;
  position: relative;
}
.image-text-module .image-text__item-left .card-section__slider .card-section > a {
  position: absolute;
  inset: 0;
  z-index: 10;
  border-bottom: none !important;
}
.image-text-module .image-text__item-left .card-section__slider .card-section .card-section__images {
  margin-bottom: 2.7rem;
}
.image-text-module .image-text__item-left .card-section__slider .card-section .card-section__images li {
  border-color: #0E47D2;
  opacity: 0;
  transform: translate(3rem, 0);
  transition: transform 0.5s, opacity 0.5s;
}
.image-text-module .image-text__item-left .card-section__slider .card-section .card-section__images li:last-child {
  border-color: #fff;
}
.image-text-module .image-text__item-left .card-section__slider .card-section .h4 {
  opacity: 0;
  transform: translate(0, 3rem);
  transition: transform 0.5s, opacity 0.5s;
}
.image-text-module .image-text__item-left .card-section__slider .card-section .h4 span {
  border-bottom: 1px solid transparent;
  transition: border 0.35s;
  padding-bottom: 1px;
}
.image-text-module .image-text__item-left .card-section__slider .card-section.slick-current .card-section__images li, .image-text-module .image-text__item-left .card-section__slider .card-section.slick-current .h4 {
  transform: translate(0, 0);
  opacity: 1;
}
.image-text-module .image-text__item-left .card-section__slider .slick-track {
  display: flex;
}
.image-text-module .image-text__item-left .card-section__slider .slick-track .slick-slide {
  height: auto;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.image-text-module .image-text__item-left-in {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.image-text-module .image-text__item-left-in img {
  display: inline-block;
  vertical-align: top;
}
.image-text-module .image-text__item-left-in-img {
  width: 100%;
  padding-top: 130%;
  position: relative;
}
.image-text-module .image-text__item-left-in .h5 + .p3 {
  margin-top: 0;
}
.image-text-module .image-text__item-left-in .p3 {
  margin-top: 1rem;
  line-height: 1.2;
}
.image-text-module .image-text__item-left-in:not(.image-shape) img {
  border-radius: 2rem;
}
.image-text-module .image-text__item-left-in.image-shape {
  max-width: 100%;
  width: 420px;
  margin: 0 auto;
}
.image-text-module .image-text__item-left-in.image-shape .image-text__item-left-in-img {
  mask-image: url(../images/tab-shape.svg);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.image-text-module .image-text__item-left-in.image-shape .image-text__item-left-in-img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.image-text-module .image-text__item-left-in.image-text__item-left-extra {
  margin-bottom: 2rem;
}
.image-text-module .image-text__item-right {
  width: 48%;
}
.image-text-module .image-text__item-right .image-text__item-text {
  max-width: 530px;
}
.image-text-module--skillset .image-text-module__in {
  border-radius: 0 0 3rem 3rem;
  overflow: hidden;
}
.image-text-module--skillset .image-text__item {
  padding: 2rem 0 0;
  max-width: 1092px;
  margin: 0 auto 11rem;
  align-items: flex-start;
}
.image-text-module--skillset .image-text__item-left {
  text-align: left;
}
.image-top-left {
  padding: 3rem;
  border-radius: 3rem;
  background: #fff;
  position: absolute;
  left: -10rem;
  top: 15%;
  z-index: 5;
  text-align: left;
}
.image-top-left__img {
  max-width: 105px;
  margin-bottom: 1rem;
}
.image-top-left__img img {
  display: block;
}
.image-bottom-right {
  position: absolute;
  right: 0;
  transform: translate(30%, 0);
  bottom: -3rem;
  background: #0E47D2;
  padding: 2.2rem 2rem 2.2rem 8rem;
  border-radius: 3rem;
  text-align: left;
  max-width: 275px;
  box-sizing: border-box;
}
.image-bottom-right__img {
  position: absolute;
  left: -3.4rem;
  top: -3.9rem;
  max-width: 110px;
  margin-right: -6rem;
}
.image-bottom-right__img--rounded {
  top: 50%;
  max-width: 60px;
  transform: translate(0, -50%);
  left: 1rem;
}
.image-bottom-right__img img {
  display: block;
}
.bg--white .image-top-left {
  background: #0E47D2;
  color: #fff;
}
.bg--white .image-top-left .h5 {
  font-size: 2.4rem;
}
.desktop-version .image-text-module .image-text__item-left .card-section__slider .card-section:focus .h4 span, .desktop-version .image-text-module .image-text__item-left .card-section__slider .card-section:hover .h4 span {
  border-bottom: 1px solid #fff;
}
@media (max-width: 1200px) {
  .image-text-module .image-text__item {
    padding: 6rem 4rem;
  }
  .image-text-module.image-text-module--cards .image-text__item {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .image-text-module.image-text-module--cards .image-text__item-left {
    width: 39%;
  }
  .image-text-module .image-text__item-left .card-section__slider .card-section .h4 {
    font-size: 2.2rem;
  }
  .image-text-module .ia-container > svg {
    max-width: 400px;
  }
  .image-text-module .image-text__item-left .card-section__slider .slick-track .slick-slide {
    padding: 3.5rem 3.5rem 3rem 3.5rem;
  }
  .image-text-module .image-text__item-left-in.image-shape {
    width: 307px;
  }
  .image-top-left {
    width: 120px;
    padding: 2.25rem;
    box-sizing: border-box;
    left: -7rem;
  }
  .image-bottom-right {
    max-width: 204px;
    padding: 2rem 1.5rem 2rem 6rem;
  }
  .image-bottom-right p {
    font-size: 1.6rem;
  }
  .image-text-module .image-text__item-left, .image-text-module .image-text__item-right {
    width: 45%;
  }
  .image-text-module .image-text__item-right .image-text__item-text {
    max-width: 390px;
  }
  .image-text-module--skillset.image-text-module .image-text__item-left, .image-text-module--skillset.image-text-module .image-text__item-right {
    width: 48%;
  }
  .image-text-module--skillset.image-text-module .image-text__item-right .image-text__item-text {
    max-width: 100%;
  }
  .image-text-module--skillset.image-text-module .image-text__item {
    padding-left: 0;
    padding-right: 0;
  }
  .image-bottom-right__img {
    position: absolute;
    left: -2.4rem;
    top: -2.7rem;
    max-width: 70px;
    margin-right: 0;
  }
  .bg--white .image-top-left .h5 {
    font-size: 1.8rem;
  }
  .image-bottom-right__img--rounded {
    top: 50%;
    max-width: 4rem;
    transform: translate(0, -50%);
    left: 1rem;
  }
}
@media (max-width: 1024px) {
  .image-text-module .image-text__item {
    margin-bottom: 7rem;
  }
}
@media (max-width: 900px) {
  .image-text-module .image-text__item {
    padding: 5rem 3rem;
  }
  .image-bottom-right {
    transform: translate(0, 0);
  }
  .image-top-left {
    left: -5rem;
  }
}
@media (max-width: 767px) {
  .image-text-module .image-text__item-left-in:not(.image-shape) img {
    border-radius: 1rem;
  }
  .image-text__item {
    padding: 3.7rem 2rem;
    display: block;
  }
  .image-text-module .image-text__item {
    padding: 3.7rem 2rem;
    display: block;
    margin-bottom: 6rem;
  }
  .image-text-module .image-text__item.bg--dark-200 {
    padding: 0;
  }
  .image-text-module .image-text__item-left {
    width: auto;
    margin-top: 4rem;
    padding-bottom: 0;
  }
  .image-text-module .image-text__item-left-in .p3 {
    margin-top: 0.2rem;
    margin-bottom: 0;
  }
  .image-text-module .image-text__item-left-in.image-shape .image-text__item-left-in-img {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .image-text-module .image-text__item-right {
    width: auto;
  }
  .image-text-module .image-text__item-right-text {
    max-width: 100%;
  }
  .image-text-module--skillset .image-text__item-left {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  .image-top-left {
    left: 0;
    top: 3.5rem;
    padding: 2.25rem;
  }
  .image-top-left__img {
    max-width: 78px;
  }
  .image-bottom-right {
    padding: 1.5rem 1.8rem 1.5rem 5.5rem;
    max-width: 204px;
    bottom: -2rem;
    right: 0;
  }
  .image-bottom-right__img {
    width: 7.5rem;
    margin-right: -4.5rem;
    top: -2.7rem;
  }
  .image-bottom-right__img--rounded {
    top: 50%;
    bottom: auto;
    text-align: left;
    left: 1rem;
  }
  .bg--white .image-top-left .h5 {
    font-size: 1.8rem;
  }
  .bg--white .image-text-module .image-bottom-right__img img {
    max-width: 35px;
  }
  .bg--white .image-bottom-right__img {
    text-align: right;
    bottom: 2.2rem;
  }
  .bg--white .image-bottom-right__img--rounded {
    top: 50%;
    bottom: auto;
    text-align: left;
    left: 1rem;
  }
  .page-template-our-solution .image-text-module .image-text__item.bg--dark-200, .page-template-get-started .image-text-module .image-text__item.bg--dark-200 {
    padding: 0;
  }
  .page-template-skillset-detail .image-text-module .image-text__item {
    padding: 0;
  }
  .page-template-skillset-detail .image-text-module .image-text__item ul.check-list {
    margin-bottom: 1rem;
  }
  .page-template-skillset-detail .image-text-module__in h2.mb-5 {
    margin-bottom: 3rem !important;
  }
  .page-template-skillset-detail .image-text-module .image-text__item-left {
    margin-bottom: 3rem;
  }
  .page-template-medical-speciality-detail .statistics__in {
    padding: 0;
    border-radius: 0;
  }
  .page-template-medical-speciality-detail .image-text-module .image-text__item {
    padding: 0;
  }
  .page-template-get-started .image-text-module__in h2.mb-5 {
    margin-bottom: 3rem !important;
  }
  .page-template-get-started .image-text-module .image-text__item {
    padding: 0;
  }
  .page-template-home-page .image-text-module .image-text__item {
    padding: 0;
  }
  .image-text-module .image-text__item-left .card-section__slider {
    max-width: calc(100% - 4rem);
  }
  .image-text-module .image-text__item-left .card-section__slider .card-section .h4 {
    margin-top: 0 !important;
  }
  .image-text-module .image-text__item-left .card-section__slider .slick-track .slick-slide {
    justify-content: flex-start;
  }
  .image-text-module .image-text__item {
    margin-bottom: 6rem;
  }
  .image-text-module--skillset.image-text-module .image-text__item-left, .image-text-module--skillset.image-text-module .image-text__item-right {
    width: auto;
  }
}
.pricing-module .ia-container {
  display: flex;
  justify-content: space-between;
}
.pricing-module__left {
  width: 48%;
}
.pricing-module__left .content-entry {
  max-width: 415px;
  padding-left: 11rem;
}
.pricing-module__right {
  width: 48%;
  position: relative;
}
.pricing-module__right .globe {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transform: translate(23%, -40%);
}
.pricing-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
  position: relative;
  z-index: 5;
}
.pricing-card .check-list {
  margin-bottom: 0;
}
.pricing-card > .ia-btn {
  display: none;
}
.pricing-card__left {
  width: 45%;
}
.pricing-card__left .ia-btn {
  font-size: 2rem;
}
.pricing-card__right {
  box-sizing: border-box;
  padding: 7rem 4.5rem;
  width: 48%;
}
.pricing-card__sub-title {
  margin-bottom: 1rem;
}
.pricing-card__sub-key {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.pricing-card__sub-key sup {
  font-weight: 400;
  font-size: 36%;
}
.pricing-card__sub-key span {
  font-size: 11rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .pricing-module__left {
    width: 44%;
  }
  .pricing-module__right {
    width: 50%;
  }
  .pricing-card {
    padding: 2rem 2rem 2rem 3rem;
  }
  .pricing-card__sub-key span {
    font-size: 8rem;
  }
  .pricing-card__right {
    padding: 3rem 2rem;
  }
  .pricing-module__left .content-entry {
    max-width: 100%;
    padding-left: 8.3rem;
  }
  .pricing-card__sub-title, .pricing-card__sub-key {
    font-size: 2rem;
  }
  .pricing-card__left .p2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .pricing-card__left .ia-btn {
    font-size: 1.6rem;
    width: 100%;
  }
  .pricing-card__right ul.check-list li {
    font-size: 1.4rem;
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .pricing-card__right ul.check-list li:before {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.8rem;
  }
  .pricing-card__right .fz-5 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .pricing-module .ia-container {
    display: block;
  }
  .pricing-module__left {
    width: auto;
    margin-bottom: 8rem;
  }
  .pricing-module__left .content-entry {
    max-width: 100%;
    padding-left: 0;
  }
  .pricing-module__right {
    width: auto;
  }
  .pricing-card {
    padding: 2rem;
    flex-wrap: wrap;
  }
  .pricing-card > .ia-btn {
    width: 100%;
    margin-top: 2rem;
    display: block;
  }
  .pricing-card .fz-5 {
    margin-bottom: 1.5rem;
  }
  .pricing-card__sub-key {
    font-size: 2rem;
  }
  .pricing-card__sub-key span {
    font-size: 5.2rem;
  }
  .pricing-card__left .ia-btn {
    display: none;
  }
  .pricing-card__right {
    padding: 2rem 1.5rem;
  }
}
.resources-module__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
.resources-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.resources-item__featured {
  border-radius: 3rem;
}
.resources-item:focus .resources-item__image div, .resources-item:hover .resources-item__image div {
  transform: translateZ(10px) scale(1.1);
}
.resources-item > a {
  position: absolute;
  inset: 0;
  z-index: 10;
  text-decoration: none;
  border: none;
}
.resources-item__image {
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 3rem;
}
.resources-item__image div {
  width: 100%;
  padding-bottom: 70%;
  transition: transform 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateZ(10px) scale(1);
  will-change: transform;
}
.resources-item h3 {
  color: #fff;
  position: relative;
  z-index: 9;
  margin-bottom: 1rem;
}
.resources-item .content-entry {
  flex-grow: 1;
  margin-bottom: 3rem;
}
.resources-item .content-entry * {
  color: #fff;
}
.resources-item .content-entry *:last-child {
  margin-bottom: 0;
}
.resources-item__categories {
  position: relative;
  z-index: 11;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}
.resources-item__categories a {
  text-decoration: none;
  border: none;
}
.resources-item__categories a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.resources-item__featured {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 3rem;
  min-height: 50rem;
}
.resources-item__featured h3 {
  font-size: 3.8rem !important;
  margin-bottom: 5rem;
}
.resources-item__featured .content-entry {
  display: none;
  position: relative;
  z-index: 10;
  flex-grow: 0;
}
.resources-item__featured .resources-item__image {
  position: absolute;
  inset: -2px;
  margin-bottom: 0;
  z-index: 1;
}
.resources-item__featured .resources-item__image:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
  border-radius: 2.9rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.resources-item__featured .resources-item__image div {
  position: absolute;
  padding-bottom: 0;
  inset: 0;
  overflow: hidden;
  border-radius: 3rem;
}
.mob {
  display: none;
}
@media (max-width: 1200px) {
  .resources-item__featured {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .resources-item__featured h3 {
    font-size: 3rem !important;
  }
}
@media (max-width: 1023px) {
  .resources-module__head {
    display: block;
    margin-bottom: 3rem;
  }
  .resources-module__head > div.desk {
    display: none;
  }
  .resources-module .mob {
    display: block;
    margin-top: 3rem;
  }
  .resources-item__featured {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .resources-module .mob .ia-btn {
    width: 100%;
  }
  .resources-item__featured {
    min-height: 480px;
  }
  .resources-list .ia-col {
    margin-bottom: 3rem;
  }
  .resources-list .ia-col:last-child {
    margin-bottom: 0;
  }
  .resources-list .ia-col:last-child .resources-item:not(.resources-item__featured) {
    padding-bottom: 0;
  }
  .resources-item__featured h3 {
    font-size: 2.2rem !important;
  }
  .resources-item h3 {
    margin-bottom: 2rem;
  }
  .resources-item__image {
    margin-bottom: 2rem;
  }
  .resources-item .content-entry {
    margin-bottom: 2rem;
  }
}
.page-template-home-page .statistics__in {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.bg--white .bg--white.statistics__in {
  padding-top: 0;
  padding-bottom: 0;
}
.statistics__in {
  padding: 8rem 5rem;
  border-radius: 3rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.statistics__in-reverse {
  flex-direction: row-reverse;
}
.statistics__in-reverse .statistics__right-dec {
  left: 0;
  right: auto;
  transform: translate(0rem, -50%);
}
.statistics__left, .statistics__right {
  width: 48%;
}
.statistics__right {
  position: relative;
  padding-top: 2rem;
  z-index: 5;
}
.statistics__right .stat-desk {
  display: none;
}
.statistics__right-dec {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0rem, -50%);
  max-height: 100%;
}
.statistics__right-img {
  text-align: right;
  top: -5rem;
  margin-bottom: -9rem;
  position: relative;
  z-index: 5;
}
.statistics__left-in {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}
.statistics__left-in svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 150%;
  z-index: 0;
}
.statistics__left-in .content-entry {
  position: relative;
  z-index: 10;
  max-width: 415px;
}
.statistics__left-in .ia-btn {
  z-index: 10;
  position: relative;
}
.statistic__image {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 1rem;
}
.statistic__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.statistic__item {
  width: 46%;
  margin-top: 8rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.statistic__item:nth-child(1), .statistic__item:nth-child(2) {
  margin-top: 0;
}
.statistic__item-value {
  font-size: 8rem;
}
.statistic__item-title {
  font-size: 2rem;
}
.statistics-module--horizontal .statistics__in {
  padding: 14rem 5rem;
  align-items: center;
}
.statistics-module--horizontal .statistics__right-img {
  position: relative;
  top: auto;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: 12%;
  bottom: 100%;
  display: block;
  width: 157px;
}
.statistics-module--horizontal .statistics__right-img div {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.statistics-module--horizontal .statistics__right-img div img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.statistics-module--horizontal .statistics__right-img > img {
  position: absolute;
  left: -1.6rem;
  top: 55%;
  z-index: 5;
}
.statistics-module--horizontal .statistics__left .content-entry {
  margin-left: 9rem;
}
.statistics-module--horizontal .statistics__left .ia-btn {
  margin-left: 9rem;
}
.statistics__in.bg--dark-200 {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bg--white .statistics-module--horizontal .statistics__in.bg--dark-200 {
  padding-top: 17.5rem;
  padding-bottom: 17.5rem;
}
.page-template-skillset-detail .statistics__in.bg--dark-200 {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-skillset-detail .statistics-module--horizontal .statistics__in.bg--dark-200 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.bg--primary .statistics__right-dec, .bg--white .statistics__right-dec, .bg--warning .statistics__right-dec, .bg--danger .statistics__right-dec {
  max-height: calc(100% - 24rem);
}
.statistics-module--horizontal .statistics__left {
  position: relative;
  z-index: 10;
}
@media (max-width: 1200px) {
  .statistic__item {
    margin-top: 4rem;
  }
  .statistic__item-value {
    font-size: 5.2rem;
  }
  .statistics__left-in {
    max-width: 307px;
  }
  .statistic__item-title {
    font-size: 1.8rem;
  }
  .statistics__in {
    padding: 5rem 3rem;
  }
  .statistics-module--horizontal .statistics__in {
    padding: 6rem 3rem 13rem;
  }
  .bg--primary .statistics__right-dec, .bg--white .statistics__right-dec, .bg--warning .statistics__right-dec, .bg--danger .statistics__right-dec {
    max-height: calc(100% - 10rem);
  }
  .statistics-module--horizontal .statistics__left .content-entry, .statistics-module--horizontal .statistics__left .ia-btn {
    margin-left: 5.5rem;
  }
  .statistics-module--horizontal .statistics__right-img {
    max-width: 124px;
  }
  .statistics__right {
    max-width: 415px;
  }
}
@media (max-width: 767px) {
  .statistic__image {
    margin-top: 4.5rem;
  }
  .statistics__right {
    padding-top: 0;
  }
  .statistics__left-in .ia-btn {
    display: none;
  }
  .page-template-home-page .statistics__in.bg--dark-200 {
    padding: 0;
  }
  .statistics__in {
    flex-direction: column-reverse;
    padding: 5rem 2rem;
    overflow: hidden;
  }
  .statistics__left, .statistics__right {
    width: 100%;
  }
  .statistics__right .stat-desk {
    display: block;
    margin-bottom: 4rem;
  }
  .statistics__left-in {
    max-width: 260px;
  }
  .statistics__left-in svg {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0) scaleY(-1);
  }
  .statistics__left-in .content-entry {
    display: none;
  }
  .statistics__in.bg--dark-200 {
    overflow: visible;
  }
  .statistic__item {
    margin-top: 4rem;
  }
  .statistic__item-value {
    font-size: 4rem;
  }
  .statistic__item-title {
    font-size: 1.6rem;
  }
  .statistics__right-dec {
    transform: translate(0, 0) !important;
    top: auto !important;
    bottom: 0 !important;
    max-width: 350px;
  }
  .statistics-module--horizontal .statistics__left {
    position: relative;
    z-index: 10;
  }
  .statistics-module--horizontal .statistics__in {
    flex-direction: column;
    padding: 5rem 2rem 14rem;
  }
  .statistics-module--horizontal .statistics__right-img {
    right: auto;
    bottom: auto;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 3.5rem;
    width: 118px;
  }
  .statistics-module--horizontal .statistics__left {
    margin-bottom: 2.5rem;
  }
  .statistics-module--horizontal .statistics__left .content-entry, .statistics-module--horizontal .statistics__left .ia-btn {
    margin-left: 0;
  }
  .statistics-module--horizontal .statistics__in.bg--dark-200 {
    padding: 0 0 12rem;
    border-radius: 0;
  }
  .bg--white .statistics-module--horizontal .statistics__in.bg--dark-200 {
    padding: 5rem 2rem;
  }
  .page-template-skillset-detail .statistics-module--horizontal .statistics__in.bg--dark-200 {
    padding-top: 0rem;
    padding-bottom: 8rem;
  }
  .bg--primary .statistics__right-dec, .bg--white .statistics__right-dec, .bg--warning .statistics__right-dec, .bg--danger .statistics__right-dec {
    max-height: calc(100% - 19rem);
  }
}
@media (max-width: 767px) {
  .bg--dark-200 .statistics__left-in svg {
    max-width: 130%;
  }
  .statistics-module--horizontal .statistics__right-img > img {
    max-width: 45px;
  }
}
.tab-content__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translate(0, 3rem);
  transition: opacity 0.35s, transform 0.35s;
}
.tab-content__left {
  width: 46%;
}
.tab-content__left .content-enrtry {
  max-width: 520px;
}
.tab-content__right {
  width: 46%;
}
.tab-content__image {
  margin-top: -12rem;
  width: 100%;
  padding-bottom: 130%;
  mask-image: url(../images/tab-shape.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  position: relative;
}
.tab-content__image div {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tabbed-panel {
  position: relative;
  z-index: 11;
}
.tabs .tab-content .tab-pane.active .tab-content__in {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 1200px) {
  .tabbed-panel .p-5 {
    padding: 6rem 4rem !important;
  }
}
@media (max-width: 1024px) {
  .tab-content__right {
    width: 44%;
  }
  .tab-content__left {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .tabbed-panel .p-5 {
    padding: 3.7rem 2rem !important;
  }
  .tabbed-panel .tabs .tab-content .tab-pane {
    padding-top: 4rem !important;
  }
  .tab-content__in {
    display: block;
  }
  .tab-content__left {
    width: auto;
    margin-bottom: 3.8rem;
  }
  .tab-content__right {
    width: auto;
    max-width: 260px;
    margin: 0 auto;
  }
  .tab-content__image {
    margin-top: 0;
  }
  .tabs .tab-item {
    font-size: 1.6rem;
    padding: 1.5rem;
    text-align: center;
  }
}
.testimonial-module {
  position: relative;
  z-index: 20;
}
.testimonial-module__in {
  padding: 6rem 5rem;
}
.testimonial-module__list {
  margin-bottom: 6rem;
}
.testimonial-nav {
  padding-right: 220px;
  position: relative;
}
.testimonial-nav .stories-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial__item-author {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}
.testimonial__item-author.no-btn {
  padding-bottom: 0;
}
.testimonial__item-author .ia-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.testimonial__author {
  background: none;
  border-radius: 1rem;
  padding: 1rem 0;
  display: flex;
  transition: all 0.5s;
}
.testimonial__author-photo {
  width: 80px;
  height: 80px;
  border-radius: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  transition: all 0.5s;
  position: relative;
}
.testimonial__author-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  opacity: 0;
  border: 4px solid #fff;
  transition: opacity 0.35s;
}
.testimonial__author-info {
  padding-top: 1.2rem;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.testimonial__author-info-in {
  width: 275px;
  min-height: 116px;
}
.testimonial__item-author.active .ia-btn {
  display: block;
}
.testimonial__item-author.active .testimonial__author {
  padding: 1rem 2rem 1rem 1rem;
  background: #292B3A;
}
.testimonial__item-author.active .testimonial__author .testimonial__author-photo {
  width: 136px;
  height: 136px;
  margin-right: 1.3rem;
}
.testimonial__item-author.active .testimonial__author .testimonial__author-info {
  width: 275px;
  opacity: 1;
}
.desktop-version .testimonial__item-author:not(.active) .testimonial__author-photo:hover, .desktop-version .testimonial__item-author:not(.active) .testimonial__author-photo:focus {
  cursor: pointer;
}
.desktop-version .testimonial__item-author:not(.active) .testimonial__author-photo:hover:after, .desktop-version .testimonial__item-author:not(.active) .testimonial__author-photo:focus:after {
  opacity: 1;
}
.slick-dots {
  margin: 0 auto;
  list-style-type: none;
  line-height: 0;
}
.slick-dots li {
  margin: 0 5px;
  display: inline-block;
  line-height: 0;
}
.slick-dots li button {
  width: 20px;
  height: 3px;
  background: #1E202F;
  padding: 0;
  border: none;
  overflow: hidden;
  text-indent: 999px;
  border-radius: 3px;
}
.slick-dots li.slick-active button {
  background: #fff;
}
.testimonial-nav__mob-nav-control {
  height: 21px;
  position: relative;
  margin-bottom: 2.8rem;
}
.testimonial-nav__mob-nav-control .slick-dots {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-nav__mob-nav-control .slick-arrow {
  height: 21px;
  background: none;
  padding: 0;
  border: none;
  color: #fff;
}
.testimonial-nav__mob-nav, .testimonial-nav__mob-nav-control {
  display: none;
}
@media (max-width: 1200px) {
  .testimonial-nav {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .testimonial-module__in {
    padding: 6rem 4rem;
  }
}
@media (max-width: 1023px) {
  .testimonial-module__in {
    padding: 4rem 4rem;
  }
  .testimonial-module__item-quote {
    margin-bottom: 0;
  }
  .testimonial-nav {
    padding-right: 0;
  }
  .testimonial__item-author.active .testimonial__author .testimonial__author-photo {
    width: 10rem;
    height: 10rem;
  }
  .testimonial__item-author.active .testimonial__author .testimonial__author-info {
    width: 250px;
  }
  .testimonial__author-info-in {
    width: 250px;
  }
  .testimonial-nav .stories-btn {
    position: relative;
  }
  .testimonial-nav__in, .testimonial-nav__mob-nav {
    margin-bottom: 2rem;
  }
  .testimonial-module__in {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .testimonial-nav__mob-nav {
    display: block;
  }
  .testimonial-nav__mob-nav .slick-list {
    overflow: visible;
  }
  .testimonial-nav__mob-nav-control {
    display: block;
  }
  .testimonial-nav__mob-nav-control:last-child {
    margin-bottom: 0;
  }
  .testimonial-nav__in {
    display: none;
  }
  .testimonial__item-author {
    display: block;
    width: 80vw;
    margin-right: 1rem;
    padding-bottom: 6rem;
  }
  .testimonial__item-author.no-btn {
    padding-bottom: 0;
  }
  .testimonial-module__in {
    padding: 4rem 2rem;
  }
  .testimonial__item-author.active .testimonial__author .testimonial__author-info {
    width: calc(100% - 11rem);
  }
  .testimonial__author-info-in {
    width: auto;
    min-height: 1px;
  }
  .testimonial-module__list {
    margin-bottom: 4rem;
  }
}
@media (max-width: 500px) {
  .testimonial__item-author.active .testimonial__author .testimonial__author-photo {
    width: 8rem;
    height: 8rem;
  }
  .testimonial__author-info {
    padding-top: 0;
  }
  .testimonial__item-author {
    width: 70vw;
  }
  .testimonial__item-author .fz-4 {
    font-size: 1.8rem;
  }
  .testimonial-nav .stories-btn {
    width: 100%;
  }
}
.page-template-pricing-page .hero-small {
  padding-bottom: 9rem;
}
.page-template-pricing-page .hero-small h1 {
  margin-bottom: 0;
}
.page-template-get-started .hero-small {
  padding-bottom: 10rem;
}
.page-template-our-solution .hero-small {
  padding-bottom: 14rem;
}
.page-template-our-solution .hero-small h1 {
  margin-bottom: 0;
}
.hero-small {
  padding: 22rem 0 15rem;
  border-radius: 0 0 3rem 3rem;
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin-top: 0 !important;
  background: #0E47D2;
}
.hero-small:before {
  content: "";
  background: radial-gradient(109.6% 109.6% at 50% -9.6%, #113BAF 0%, #00217B 100%);
  position: absolute;
  inset: 0;
}
.hero-small__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-small .ia-container {
  position: relative;
  z-index: 2;
}
.hero-small .content-entry {
  max-width: 1050px;
}
.hero-small .content-entry:last-child p:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  color: #fff;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.breadcrumbs > img {
  vertical-align: middle;
  margin: 0.8rem 0.6rem 0.8rem;
}
.breadcrumbs > span {
  vertical-align: middle;
}
.breadcrumbs > span > a {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);
  line-height: 1;
  padding: 1.3rem 0.8rem;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  border-radius: 1rem;
  transition: background 0.3s, color 0.3s;
}
.breadcrumbs > span > a:hover, .breadcrumbs > span > a:focus {
  background: #fff;
  color: #0E47D2;
}
.breadcrumbs > span > span {
  padding: 0.8rem 0;
  line-height: 1;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
}
.breadcrumbs > span.search {
  margin: 0 0.8rem;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 2.5rem;
  }
  .breadcrumbs > span > a {
    font-size: 1.4rem;
    padding: 1.4rem 0.8rem;
  }
  .hero-small {
    padding-bottom: 4rem;
    padding-top: 16rem;
  }
  .page-template-get-started .hero-small {
    padding-bottom: 6rem;
  }
  .page-template-our-solution .hero-small {
    padding-bottom: 9rem;
  }
  .page-template-pricing-page .hero-small {
    padding-bottom: 6rem;
    padding-top: 16rem;
  }
}
.pricing-cards .ia-col {
  margin-bottom: 3rem;
}
.pricing-cards__item {
  margin-top: 3rem;
  height: calc(100% - 3rem);
  box-sizing: border-box;
  padding: 5rem 2rem 2rem;
}
.pricing-cards__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
  margin-bottom: 5rem;
}
.pricing-cards__item-head h3 {
  max-width: 220px;
}
.pricing-cards__item-value {
  font-size: 2.4rem;
}
.pricing-cards__item-value span {
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.pricing-cards__item-value span sup {
  font-size: 2.4rem;
  font-weight: normal;
  position: relative;
  top: -1rem;
}
.pricing-cards__item-features {
  padding: 4rem 3rem;
}
.intro .ia-container {
  position: relative;
}
.intro .ia-container .globe {
  width: 475px;
  position: absolute;
  top: -10rem;
  right: 0;
  z-index: -1;
  transform: translate(50%, 0);
}
@media (min-width: 768px) {
  .pricing-cards__item-desc {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pricing-cards {
    margin-top: 3rem;
  }
  .pricing-cards .ia-col {
    margin-bottom: 5.5rem;
  }
  .pricing-cards .ia-col:last-child {
    margin-bottom: 0;
  }
  .pricing-cards__item-value span {
    font-size: 4rem;
  }
  .pricing-cards__item-value span sup {
    top: 0;
    margin-right: 1rem;
    font-size: 2rem;
  }
  .pricing-cards__item {
    padding: 2.5rem 2rem 2rem;
    margin-top: 0;
    height: 100%;
  }
  .pricing-cards__item-head {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 3rem;
  }
  .pricing-cards__item-head-meta {
    padding-right: 0;
  }
  .pricing-cards__item-head-meta .fz-5 {
    margin-bottom: 1.5rem !important;
  }
  .pricing-cards__item-features {
    padding: 3rem 2rem;
  }
  .pricing-cards__item-features .check-list:last-child {
    margin-bottom: 0;
  }
  .pricing-cards__item-value {
    font-size: 1.8rem;
  }
  .pricing-cards__item-desc {
    display: none;
    margin-top: 2.5rem;
  }
  .pricing-cards__item-features h3.fz-6 {
    position: relative;
    margin-bottom: 0;
  }
  .pricing-cards__item-features h3.fz-6 i {
    position: absolute;
    width: 27px;
    height: 27px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .pricing-cards__item-features h3.fz-6 i:after, .pricing-cards__item-features h3.fz-6 i:before {
    position: absolute;
    content: "";
    background: #0E47D2;
  }
  .pricing-cards__item-features h3.fz-6 i:before {
    width: 100%;
    height: 3px;
    margin-top: -1.5px;
    left: 0;
    top: 50%;
  }
  .pricing-cards__item-features h3.fz-6 i:after {
    height: 100%;
    width: 3px;
    margin-left: -1.5px;
    left: 50%;
    top: 0;
    transition: opacity 0.3s;
  }
  .pricing-cards__item-features h3.fz-6.active i:after {
    opacity: 0;
  }
  .pricing-cards__item-head {
    padding-left: 0;
    padding-right: 0;
  }
  .pricing-cards__item-head h3 {
    max-width: 50%;
  }
}
.our-client__item {
  padding: 2rem;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.our-client__item-block {
  display: block !important;
}
.our-client__item-img {
  overflow: hidden;
  width: 100%;
  padding-bottom: 70%;
  position: relative;
}
.our-client__item-img div {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.our-client__item-text {
  padding: 2rem 3rem 3rem;
}
.our-client__item-info {
  margin-top: 3rem;
  padding-bottom: 1rem;
}
.our-client__item-info .p2 {
  line-height: 1.2;
}
.our-client__item-info .content-entry *:last-child {
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .our-client__item-text {
    padding: 0 1rem 2rem;
  }
}
@media (max-width: 767px) {
  .our-client__item-info {
    margin-top: 1.5rem;
  }
}
@media (max-width: 479px) {
  .our-client__list .ia-col {
    margin-bottom: 2.5rem;
  }
  .our-client__list .ia-col:nth-last-child(1), .our-client__list .ia-col:nth-last-child(2) {
    margin-bottom: 0;
  }
  .our-client__item {
    padding: 1rem 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .our-client__item-text {
    padding: 1rem;
    margin-bottom: 0.7rem;
  }
}
.comparison__in {
  background: #fff;
  padding: 5rem;
}
.comparison__table {
  padding-top: 1px;
}
.comparison table {
  margin: 2rem 0 10rem;
  font-weight: 500;
  font-size: 2rem;
}
.comparison table td {
  width: 210px;
}
.comparison table td:first-child {
  width: 32%;
}
.comparison table td, .comparison table th {
  position: relative;
  background: none !important;
  text-align: center;
  border: none !important;
  vertical-align: middle;
  height: 6rem;
  padding: 1rem 0;
}
.comparison table td span, .comparison table th span {
  position: absolute;
  top: -5rem;
  right: 1rem;
  bottom: 0;
  left: 1rem;
  background: #ECEFFF;
}
.comparison table td div, .comparison table th div {
  position: relative;
  z-index: 5;
  padding: 0 1rem;
}
.comparison table td:first-child, .comparison table th:first-child {
  position: relative;
  z-index: 10;
}
.comparison table td:first-child span, .comparison table th:first-child span {
  height: 1px;
  right: auto;
  width: 310%;
  background: #c3d1f4;
  top: auto !important;
  z-index: 5;
}
.comparison table td:nth-child(2), .comparison table th:nth-child(2) {
  color: #fff;
}
.comparison table td:nth-child(2) span, .comparison table th:nth-child(2) span {
  background: #292B3A;
}
.comparison table th div {
  display: inline-flex;
  padding: 1rem;
  width: calc(100% - 6rem);
  box-sizing: border-box;
  background: #fff;
  border-radius: 1rem;
  justify-content: center;
  min-height: 7rem;
  flex-direction: column;
}
.comparison table th:nth-child(2) div {
  background: #0E47D2;
}
.comparison table tr {
  background: none;
  position: relative;
  border: none;
}
.comparison table tr td:first-child {
  text-align: left;
}
.comparison table tr:first-child th span, .comparison table tr:first-child td span {
  top: -2rem;
  border-radius: 2rem 2rem 0 0;
}
.comparison table tr:last-child td span {
  bottom: -5rem;
  border-radius: 0 0 2rem 2rem;
}
.comparison table tr:last-child td:first-child span {
  display: none;
}
.comparison thead {
  position: sticky;
  top: 100px;
  z-index: 20;
  background: #fff;
}
i.checkmark {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="51" viewBox="0 0 50 51" fill="none"><circle cx="25" cy="25.5" r="25" fill="%230E47D2"/><path d="M15.5938 25.7169L22.2434 33.2861C22.7786 33.8953 23.7352 33.8693 24.2366 33.2321L36.7794 17.2897" stroke="white" stroke-width="3.0075" stroke-linecap="round"/></svg>');
  display: inline-block;
  width: 50px;
  height: 50px;
}
@media (max-width: 1200px) {
  table th, table td {
    font-size: 1.8rem;
  }
  i.checkmark {
    width: 2.8rem;
    height: 2.8rem;
  }
  .comparison table td span, .comparison table th span {
    right: 0.5rem;
    left: 0.5rem;
  }
  .comparison table td div, .comparison table th div {
    padding: 0 1.5rem;
  }
  .comparison table th div {
    width: calc(100% - 3rem);
  }
  .comparison table tr:first-child th span {
    top: 0;
  }
  .comparison table tr:last-child td span {
    bottom: -2rem;
  }
}
@media (max-width: 767px) {
  .comparison table tbody tr:first-child td span {
    border-radius: 0;
  }
  .comparison table td:first-child span, .comparison table th:first-child span {
    width: calc(100vw - 70px);
  }
  .comparison table {
    margin: 0 0 2rem;
  }
  .comparison thead {
    top: 0 !important;
  }
  .comparison__table {
    overflow-x: auto;
    margin-bottom: 3rem;
    margin-right: -2rem;
  }
  .comparison__table table {
    width: 800px;
    font-size: 1.4rem;
  }
  .comparison__table table tr:last-child td span {
    bottom: 0;
  }
  .comparison__table table tr:first-child th span, .comparison__table table tr:first-child td span {
    top: 0;
  }
  .comparison__table table th div {
    min-height: 5rem;
  }
  .comparison__table table th, .comparison__table table td {
    font-size: 1.4rem;
  }
  .comparison__table table th:first-child, .comparison__table table td:first-child {
    position: sticky;
    width: 25%;
    left: 0;
    background: #fff !important;
    z-index: 10;
  }
  .comparison__table table th span, .comparison__table table td span {
    left: 0.5rem;
    right: 0.5rem;
  }
  .comparison__table table th div, .comparison__table table td div {
    padding: 0 2rem;
  }
  .comparison__in {
    padding: 5rem 2rem;
  }
  .comparison table th {
    padding: 0;
  }
  .comparison table th div {
    min-height: 100%;
    border-radius: 2rem 2rem 0 0;
    width: calc(100% - 1rem);
    background: #ECEFFF;
  }
  .comparison table tr th:first-child div {
    display: none;
  }
}
@media (max-width: 479px) {
  .comparison__table table th:first-child, .comparison__table table td:first-child {
    width: 155px;
  }
  .comparison__table table {
    width: 700px;
  }
}
.bg--white .testimonial__in.bg--white {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-our-solution .testimonial__in.bg--dark-200, .page-template-get-started .testimonial__in.bg--dark-200, .page-template-skillset-detail .testimonial__in.bg--dark-200 {
  padding-top: 0;
  padding-bottom: 0;
}
.testimonial__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11rem 5rem;
  flex-direction: row-reverse;
}
.testimonial__in.reverse {
  flex-direction: row;
}
.testimonial__in.bg--danger .testimonial__auth, .testimonial__in.bg--warning .testimonial__auth, .testimonial__in.bg--primary .testimonial__auth {
  background: #fff;
  color: #1E202F;
}
.testimonial__quote {
  line-height: 1.2;
}
.testimonial__quote.fz-4 {
  font-size: 3rem;
}
.testimonial__quote-wrap {
  margin: 0 5rem 4rem;
}
.testimonial__quote-wrap .testimonial__quote {
  margin-bottom: 2.5rem;
}
.testimonial__left {
  width: 48%;
}
.testimonial__left-in {
  max-width: 530px;
  margin: 0 auto;
}
.testimonial__right {
  width: 48%;
}
.testimonial__right-in {
  max-width: 540px;
}
.testimonial__video {
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.5rem;
}
.testimonial__video .flex-video {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  opacity: 0;
}
.testimonial__video .flex-video.active {
  opacity: 1;
}
.testimonial__video .flex-video:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
}
.testimonial__video .flex-video .wp-video-shortcode video, .testimonial__video .flex-video video.wp-video-shortcode {
  min-height: 100%;
  object-fit: cover;
}
.testimonial__video .mejs-controls, .testimonial__video .mejs-layers {
  display: none;
}
.testimonial__video .ia-btn__media {
  position: absolute;
  right: 3.5rem;
  bottom: 3.5rem;
  z-index: 20;
}
.testimonial__video .mejs-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.testimonial__video .mejs-container .mejs-inner {
  width: 100% !important;
  height: 100% !important;
}
.testimonial__video .mejs-container .mejs-inner iframe {
  width: 100%;
  height: 100%;
}
.icon-mute {
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  left: 4rem;
  top: 4rem;
  background: #fff;
  border-radius: 50%;
  z-index: 20;
  transition: all 0.35s;
  border: none !important;
}
.icon-mute:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ECEFFF;
  border-radius: 50%;
  transition: all 0.35s;
}
.icon-mute em {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 3.2rem;
}
.testimonial__auth {
  border-radius: 5rem;
  padding: 8px 3.5rem 8px 8px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 3rem;
  background: #0E47D2;
  color: #fff;
}
.testimonial__auth.testimonial__auth-no-image {
  padding-left: 3.5rem;
}
.testimonial__auth-photo {
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  border: 3px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 1.2rem;
}
.video-placeholder {
  position: absolute;
  inset: -1%;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.video-placeholder.no-video {
  position: relative;
  inset: auto;
  padding-bottom: 70%;
  width: 100%;
}
.desktop-version .icon-mute:hover, .desktop-version .icon-mute:focus {
  color: #fff;
}
.desktop-version .icon-mute:hover:before, .desktop-version .icon-mute:focus:before {
  background: #001348;
}
@media (max-width: 1200px) {
  .testimonial__in {
    padding: 6rem 4rem;
  }
  .testimonial__right, .testimonial__left {
    width: 45%;
  }
  .testimonial__video {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .testimonial__in {
    padding: 5rem 3rem;
  }
}
@media (max-width: 767px) {
  .testimonial__left, .testimonial__right {
    width: auto;
  }
  .testimonial__left-in {
    margin-left: 0;
  }
  .testimonial__right {
    margin-bottom: 4.4rem;
  }
  .testimonial__video {
    margin-bottom: 2rem;
  }
  .testimonial__video:last-child {
    margin-bottom: 0;
  }
  .testimonial__video .ia-btn__media {
    bottom: 2rem;
    right: 2rem;
  }
  .testimonial__in {
    padding: 5rem 2rem;
    display: block;
  }
  .testimonial__quote-wrap {
    margin: 0 0rem 3rem 2rem;
  }
  .testimonial__auth {
    padding: 5px 2.5rem 5px 5px;
    width: 100%;
    max-width: 24.6rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
  }
  .testimonial__auth.testimonial__auth-no-image {
    padding-left: 2.5rem;
    max-width: 100%;
    display: inline-block;
    width: auto;
  }
  .testimonial__auth-photo {
    width: 6rem;
    height: 6rem;
  }
  .testimonial__auth-text {
    max-width: calc(100% - 7.8rem);
  }
  .bg--white .bg--white.testimonial__in {
    padding: 0;
  }
  .icon-mute {
    top: 2rem;
    left: 2rem;
  }
  .testimonial__auth-no-image .testimonial__auth-text {
    max-width: 100%;
  }
  .testimonial__quote.fz-4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-template-get-started .testimonial__in.bg--dark-200 {
    padding: 0;
  }
}
.common-task__in {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.common-task__in .card-section__images li {
  width: 8.5rem;
  height: 8.5rem;
}
.common-task__left {
  width: 50%;
  box-sizing: border-box;
  padding: 5rem 7rem 5rem 5rem;
}
.common-task__left .content-entry {
  max-width: 500px;
}
.common-task__right {
  width: 50%;
}
.common-task__item {
  padding: 5rem 5rem 5rem 8.5rem;
  line-height: 1.2;
  border-bottom: 1px solid rgba(14, 71, 210, 0.5) !important;
}
.common-task__item div {
  position: relative;
  padding-left: 9rem;
}
.common-task__item div span {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 5rem;
  transform: translate(0, -50%);
}
.common-task__item div span i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.common-task__item:last-child {
  border-bottom: none;
}
@media (max-width: 1200px) {
  .common-task__left {
    padding: 5rem 4rem;
  }
  .common-task__item {
    padding: 4rem;
  }
}
@media (max-width: 1023px) {
  .common-task__left {
    padding: 4rem 3rem;
  }
  .common-task__item {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .common-task__in {
    display: block;
  }
  .common-task__left {
    width: auto;
    padding: 4rem 3rem;
  }
  .common-task__right {
    width: auto;
    padding-bottom: 2rem;
  }
  .common-task__item {
    padding: 3rem 2rem;
  }
  .common-task__item div {
    padding-left: 4.8rem;
  }
  .common-task__item div span {
    width: 2.8rem;
    height: 2.8rem;
  }
  .common-task__item div span i {
    font-size: 1rem;
  }
}
.core-values__in {
  display: flex;
  justify-content: space-between;
  padding: 0 6rem;
  align-items: center;
}
.core-values__in.reverse {
  flex-direction: row-reverse;
}
.core-values__in.reverse .core-values__left > svg {
  right: auto;
  left: 40%;
}
.core-values__left {
  width: 48%;
  position: relative;
}
.core-values__left > svg {
  position: absolute;
  right: 40%;
  top: 50%;
  transform: translate(0, -50%);
}
.core-values__right {
  width: 48%;
}
.core-values__right-in {
  max-width: 530px;
}
.core-values__list {
  margin: 0;
}
.core-values__item {
  position: relative;
  padding: 0.6rem 3rem 0.6rem 8.4rem;
  background: #fff;
  min-height: 7.2rem;
  box-sizing: border-box;
  color: #0E47D2;
  border-radius: 4rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 55%;
}
.core-values__item:nth-child(2n) {
  margin-left: -7rem;
}
.core-values__item span {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 6rem;
  height: 6rem;
  border-radius: 6rem;
  background: #0E47D2;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 6rem;
}
.core-values__card {
  max-width: 530px;
  box-sizing: border-box;
  padding: 1.5rem 3.8rem 3.8rem;
  z-index: 10;
}
.core-values__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.core-values__head .h4 {
  width: 220px;
}
.core-values .card-section__images {
  padding-top: 1.3rem;
}
.core-values .card-section__images li {
  border-color: #0E47D2;
}
.core-values .card-section__images li:last-child {
  border-color: #fff;
}
@media (max-width: 1023px) {
  .core-values__in {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .core-values__left {
    width: auto;
    margin-bottom: 4rem;
  }
  .core-values__left .core-values__card {
    max-width: 100%;
    margin-left: 3.6rem;
    padding: 0.5rem 2rem 4.5rem;
  }
  .core-values__right {
    width: auto;
  }
  .core-values__in {
    display: block;
  }
  .core-values__item {
    min-width: 60%;
    min-height: 54px;
    padding: 0.45rem 3rem 0.45rem 6.3rem;
  }
  .core-values__item span {
    width: 4.5rem;
    height: 4.5rem;
    left: 0.45rem;
    line-height: 4.5rem;
    font-size: 1.8rem;
  }
  .core-values__item:nth-child(2n) {
    margin-left: -4rem;
  }
  .core-values__left > svg {
    right: 28%;
    max-width: 95%;
    transform: translate(0, -65%);
  }
}
.white-wrap:empty {
  display: none;
}
.white-wrap {
  position: relative;
}
.white-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: -3rem;
  height: 50rem;
  background: #fff;
  z-index: -1;
}
.accordion-module {
  padding-top: 1px;
}
.accordion-content {
  padding-right: 6rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.accordion-content--full {
  justify-content: flex-end;
}
.accordion-content--full .accordion-content__in {
  width: 100%;
}
.accordion-content__in {
  width: 46%;
}
.accordion-content__image {
  width: 36%;
}
.accordion-content__image div {
  border-radius: 3rem;
  width: 100%;
  padding-bottom: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.anchors-section .card-section__large h2, .accordion-module .card-section__large h2 {
  max-width: 50%;
}
@media (max-width: 1200px) {
  .accordion-title {
    font-size: 2.4rem;
  }
  .anchors-section .card-section__large, .accordion-module .card-section__large {
    padding: 0 4rem 6rem;
  }
  .anchors-section .card-section__large h2, .accordion-module .card-section__large h2 {
    max-width: 50%;
  }
  .accordion-icon {
    transform: scale(0.59);
  }
}
@media (max-width: 1023px) {
  .accordion-module {
    padding-top: 1px;
  }
  .accordion-content {
    display: block;
    padding-right: 0;
  }
  .accordion-content__in {
    width: auto;
    padding-bottom: 0;
  }
  .accordion-content__image {
    width: auto;
    max-width: 170px;
    margin-bottom: 2.6rem;
    border-radius: 1.2rem;
  }
}
@media (max-width: 767px) {
  .anchors-section .card-section__large, .accordion-module .card-section__large {
    padding: 4rem 2rem;
  }
  .anchors-section .card-section__large h2, .accordion-module .card-section__large h2 {
    max-width: 100%;
  }
  .accordion-module {
    margin: 6rem 0;
  }
  .accordion-title {
    font-size: 2rem;
    max-width: calc(100% - 3.5rem);
  }
  .accordion-header {
    padding: 2.5rem 0;
  }
  .accordion-icon {
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 0rem;
  }
  .accordion-icon:before, .accordion-icon:after {
    width: 2.6rem;
    height: 2px;
  }
}
.hero-flexible {
  padding-bottom: 11rem;
  background: #0E47D2;
}
.hero-flexible .content-entry {
  max-width: 1050px;
}
.hero-flexible .d-flex {
  display: flex;
  justify-content: space-between;
}
.hero-flexible__left {
  width: 48%;
}
.hero-flexible__left .content-entry {
  max-width: 545px;
}
.hero-flexible__right {
  width: 45%;
  position: relative;
}
.hero-flexible__right > svg {
  position: absolute;
  right: -6rem;
  top: 50%;
  transform: translate(0, -50%);
}
.hero-flexible__right-in {
  max-width: 530px;
  padding-top: 3rem;
  position: relative;
  z-index: 10;
}
.hero-flexible__image {
  width: 100%;
  padding-bottom: 70%;
  border-radius: 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-flexible__form {
  background: #0E47D2;
  border-radius: 3rem;
  padding: 7rem 5rem;
}
.hero-flexible + .module.bg--white {
  margin-top: -12rem;
  padding-top: 11rem !important;
  position: relative;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.hero-flexible + .module.bg--white:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100vh;
  bottom: calc(100% - 1px);
  background: #fff;
}
.hero-flexible + .module.bg--white.long-text--slim {
  padding-bottom: 0 !important;
  margin-bottom: -11rem !important;
}
.hero__date svg {
  margin: 0 1rem;
}
.hero__date span {
  margin-right: 0.5rem;
}
.hero__author span {
  border-bottom: 1px dashed #fff;
  margin-left: 0.5rem;
}
.hbspt-form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
.hbspt-form form a {
  color: #fff;
  border-color: #fff;
}
.hbspt-form form .inputs-list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.hbspt-form form .hs-submit {
  width: 100%;
}
.hbspt-form form .hs-submit .actions {
  display: inline-block;
  position: relative;
}
.hbspt-form form .hs-submit .actions:after {
  content: "";
  font-family: "icomoon", sans-serif;
  position: absolute;
  left: 2.4rem;
  font-size: 1.5rem;
  top: 50%;
  color: #0E47D2;
  transform: translateY(-50%);
  pointer-events: none;
}
.hbspt-form form .hs-submit .actions input {
  padding-left: 42px;
}
.hbspt-form form .hs-form-booleancheckbox label > span {
  margin-left: 35px !important;
}
.hbspt-form form p {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.hbspt-form form p a[target="_blank"]:after {
  display: none;
}
.hs-form-field {
  width: 48%;
  margin-bottom: 3rem;
  position: relative;
}
.hs-form-field.hs-fieldtype-textarea {
  width: 100%;
}
.hs-form-field.hs-fieldtype-textarea textarea {
  height: 10rem !important;
  padding: 2rem !important;
}
.hs-form-field.hs-fieldtype-booleancheckbox ul.hs-error-msgs {
  position: static;
}
.hs-form-field.hs-company {
  width: 100%;
}
.hs-form-field label {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  display: block;
}
.hs-form input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
}
.hs-form input[type="text"], .hs-form input[type="password"], .hs-form input[type="number"], .hs-form input[type="tel"], .hs-form input[type="email"], .hbspt-form .hs-form textarea, .hbspt-form .hs-form select {
  background-color: #ECEFFF;
  border: 1px solid rgba(14, 71, 210, 0.5);
  font-size: 2rem;
  color: #1E202F;
  border-radius: 1rem;
  padding: 0 2rem;
  height: 5rem;
  box-sizing: border-box;
  margin: 0px 0px;
  width: 100% !important;
  font-family: "Matter", sans-serif;
}
.hs-form input[type="text"].invalid, .hs-form input[type="password"].invalid, .hs-form input[type="number"].invalid, .hs-form input[type="tel"].invalid, .hs-form input[type="email"].invalid, .hbspt-form .hs-form textarea.invalid, .hbspt-form .hs-form select.invalid {
  border-color: #DB3B0F;
}
.hs-form input[type="text"].invalid + .trigger, .hs-form input[type="password"].invalid + .trigger, .hs-form input[type="number"].invalid + .trigger, .hs-form input[type="tel"].invalid + .trigger, .hs-form input[type="email"].invalid + .trigger, .hbspt-form .hs-form textarea.invalid + .trigger, .hbspt-form .hs-form select.invalid + .trigger {
  border-color: #DB3B0F;
}
.hs-form input[type="text"]:focus, .hs-form input[type="password"]:focus, .hs-form input[type="number"]:focus, .hs-form input[type="tel"]:focus, .hs-form input[type="email"]:focus, .hbspt-form .hs-form textarea:focus, .hbspt-form .hs-form select:focus {
  background: #fff;
  outline-width: 1px;
  outline-style: solid;
  outline-color: #87a3e8;
}
input.hs-button {
  background: #fff;
  border-radius: 1rem;
  height: 6rem;
  padding: 0 2.8rem;
  font-size: 2rem;
  color: #1E202F;
  border-color: transparent;
  width: auto;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
input.hs-button:hover, input.hs-button:focus {
  background: #1E202F;
  color: #fff;
}
.hs-fieldtype-select .input {
  position: relative;
}
.hs-fieldtype-select .input:after {
  content: "";
  position: absolute;
  right: 2rem;
  margin-top: -3px;
  top: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #1E202F;
}
ul.hs-error-msgs {
  list-style-type: none;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  margin: 0;
  position: absolute;
  left: 1rem;
  top: 100%;
  padding: 0.4rem 1rem;
  background: #DB3B0F;
  border-radius: 0 0 1rem 1rem;
}
ul.hs-error-msgs li {
  margin-bottom: 0;
}
ul.hs-error-msgs li label {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #fff !important;
}
.input {
  margin-right: 0 !important;
}
.submitted-message p {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  text-align: left;
}
.hs-form textarea {
  height: 60px;
  resize: none;
}
.hbspt-form .hs-form .input label {
  float: none;
  text-align: left;
}
.submitted-message {
  min-height: 50px;
}
#hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc {
  flex-wrap: nowrap;
}
#hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-form-field {
  width: calc(100% - 170px);
  margin-bottom: 0;
}
#hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-form-field input {
  height: 6rem;
}
#hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-form-field > label {
  display: none;
}
#hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-submit {
  width: 150px;
}
#hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-submit .actions:after {
  display: none;
}
#hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-submit input.hs-button {
  background: none;
  color: #fff;
  border-color: #fff;
  padding-left: 2.8rem;
  cursor: pointer;
}
#hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-submit input.hs-button:hover, #hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-submit input.hs-button:focus {
  background: #fff;
  color: #1E202F;
}
.card-section--white.card-item .content-entry {
  border-color: rgba(10, 50, 148, 0.25);
}
.card-section--white #hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-submit input.hs-button {
  background: none;
  color: #1E202F;
  border-color: #1E202F;
}
.card-section--white #hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-submit input.hs-button:hover, .card-section--white #hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-submit input.hs-button:focus {
  background: #1E202F;
  color: #fff;
}
.form-columns-1, .form-columns-2 {
  max-width: 100% !important;
  width: 100%;
}
.form-columns-1 {
  width: 100%;
}
.form-columns-1 .hs-form-field {
  max-width: 100%;
  width: 100% !important;
  float: none !important;
}
.form-columns-2 {
  display: flex;
  justify-content: space-between;
}
.form-columns-2 .hs-form-field {
  max-width: 100%;
  width: 48% !important;
  float: none !important;
}
#content > .bg--white:last-child {
  border-radius: 0;
  position: relative;
}
#content > .bg--white:last-child:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  height: 10rem;
  right: 0;
  top: calc(100% - 1px);
}
@media (max-width: 1200px) {
  .hero-flexible + .module.bg--white.long-text--slim {
    margin-bottom: -8rem !important;
  }
}
@media (max-width: 1024px) {
  .hero-flexible {
    padding-bottom: 7rem;
  }
  .hero-flexible p {
    font-size: 1.8rem;
  }
  .hero-flexible__form {
    padding: 4.5rem 3rem;
  }
  .hero-flexible__right {
    width: 42%;
  }
  .hero-flexible__left {
    width: 49%;
  }
}
@media (max-width: 1023px) {
  .hero-flexible + .module.bg--white {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}
@media (max-width: 767px) {
  .hero-flexible__image {
    border-radius: 1rem;
  }
  .hero-flexible + .module.bg--white.long-text--slim {
    margin-bottom: -6rem !important;
  }
  .hero-flexible {
    padding-bottom: 3rem;
  }
  .hero-flexible--image, .hero-flexible--video {
    padding-bottom: 3rem;
  }
  .hero-flexible--image-full, .hero-flexible--video-full {
    padding-bottom: 15rem;
  }
  .hero-flexible--form {
    padding-bottom: 3rem;
  }
  .hero-flexible--form .hero-flexible__left {
    margin-bottom: 4rem;
  }
  .hero-flexible .d-flex {
    flex-direction: column;
  }
  .hero-flexible__left {
    width: 100%;
  }
  .hero-flexible__right {
    width: 100%;
  }
  .hero-flexible__right > svg {
    display: none;
  }
  .hero-flexible__form {
    padding: 4rem;
  }
  .hero-flexible__form .hs-form input, .hero-flexible__form .hbspt-form .hs-form textarea, .hero-flexible__form .hbspt-form .hs-form select {
    font-size: 1.6rem;
    height: 4rem;
    padding: 0 1.3rem;
  }
  .hbspt-form form {
    flex-direction: column;
  }
  .hs-form input, .hbspt-form .hs-form textarea, .hbspt-form .hs-form select {
    font-size: 1.4rem;
    width: 100% !important;
    height: 4rem;
  }
  .hs-form input.invalid, .hbspt-form .hs-form textarea.invalid, .hbspt-form .hs-form select.invalid {
    margin-bottom: 1.5rem;
  }
  .hbspt-form .hs-form select.invalid + .trigger {
    margin-bottom: 1.5rem;
  }
  ul.hs-error-msgs {
    margin-top: -1.5rem;
  }
  .hs_error_rollup ul.hs-error-msgs {
    margin: -5rem 0 0 4rem;
  }
  .hero-flexible--form .hs_error_rollup ul.hs-error-msgs {
    margin: -4rem 0 0 4rem;
  }
  .card-item__wrap .hs_error_rollup ul.hs-error-msgs {
    margin: -6.5rem 0 0 2rem;
  }
  #hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-form-field {
    width: 100%;
    margin-bottom: 2rem;
  }
  #hsForm_0f9ec8e5-0135-4128-b84e-72a86f11e9cc .hs-form-field input {
    height: 4rem;
    font-size: 1.6rem;
  }
  .card-item .hbspt-form form {
    display: block;
  }
  .hs-form input.hs-button, .hbspt-form .hs-form textarea.hs-button, .hbspt-form .hs-form select.hs-button {
    height: 4.8rem;
    font-size: 1.6rem;
  }
  .hbspt-form form .hs-submit .actions {
    display: block;
    margin-top: 2rem;
  }
  .hs-form-field {
    margin-bottom: 1.5rem;
    width: 100% !important;
  }
  .hs-form-field .input {
    margin-right: 0 !important;
  }
  .hs-form-field label {
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
  }
  .form-columns-2, .form-columns-1 {
    max-width: 100% !important;
  }
  .form-columns-2 {
    display: block;
  }
  .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .hero-flexible + .module.bg--white {
    padding-top: 6rem;
    margin-top: -6rem;
  }
  .single .hero-flexible + .module.bg--white {
    margin-top: -11rem;
  }
}
.long-text__content ul {
  list-style-type: none;
  margin-left: 5rem;
}
.long-text__content ul li {
  padding-left: 4.3rem;
  position: relative;
  margin-bottom: 2.5rem;
}
.long-text__content ul li:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  font-size: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  background: #0E47D2;
  border-radius: 2.8rem;
  color: #fff;
  line-height: 2.8rem;
  text-align: center;
}
.long-text__content ul--large li {
  padding-left: 7rem;
}
.long-text__content ul--large li:before {
  width: 5rem;
  height: 5rem;
  border-right: 5rem;
  line-height: 5rem;
  font-size: 2.5rem;
}
.long-text ul.check-list {
  margin-left: 5rem;
}
.long-text__in h2 {
  margin-bottom: 6rem;
}
.long-text__in.single {
  max-width: 865px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.long-text__in.single .content-entry p:last-child {
  margin-bottom: 0rem;
}
.long-text__in:not(.single) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.long-text__in:not(.single) .long-text__content {
  width: 71%;
}
.long-text__in:not(.single) .long-text__content.content-entry p:last-child {
  margin-bottom: 0;
}
.long-text__in:not(.single) .long-text__sidebar {
  width: 24%;
  box-sizing: border-box;
  padding: 5rem 3rem 4rem 3rem;
  border-radius: 3rem;
}
.long-text__in:not(.single) .long-text__sidebar .ia-btn {
  width: 100%;
}
.long-text__in:not(.single) .long-text__sidebar.bg--primary .content-entry ul li:before, .long-text__in:not(.single) .long-text__sidebar.bg--danger .content-entry ul li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="0 0 7 11" fill="none"><path d="M1.22361 8.6382C0.891157 8.80442 0.5 8.56267 0.5 8.19098L0.5 2.80902C0.5 2.43733 0.891156 2.19558 1.22361 2.3618L6.60557 5.05279C6.9741 5.23705 6.9741 5.76295 6.60557 5.94721L1.22361 8.6382Z" fill="white"/></svg>');
}
.long-text__in:not(.single) .long-text__sidebar .content-entry img {
  display: block;
  border-radius: 2rem;
}
.long-text__in:not(.single) .long-text__sidebar .content-entry ul {
  margin-left: 0;
  list-style-type: none;
}
.long-text__in:not(.single) .long-text__sidebar .content-entry ul li {
  padding-left: 1.3rem;
  position: relative;
  margin-bottom: 1.6rem;
}
.long-text__in:not(.single) .long-text__sidebar .content-entry ul li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="0 0 7 11" fill="none"><path d="M1.22361 8.6382C0.891157 8.80442 0.5 8.56267 0.5 8.19098L0.5 2.80902C0.5 2.43733 0.891156 2.19558 1.22361 2.3618L6.60557 5.05279C6.9741 5.23705 6.9741 5.76295 6.60557 5.94721L1.22361 8.6382Z" fill="%231E202F"/></svg>');
  width: 7px;
  height: 11px;
  top: 0px;
  position: absolute;
  left: 0;
}
.long-text__in:not(.single) .long-text__sidebar .content-entry ul li, .long-text__in:not(.single) .long-text__sidebar .content-entry ol li {
  font-size: 1.6rem;
}
.long-text__in:not(.single) .long-text__sidebar .content-entry p {
  font-size: 1.6rem;
}
.long-text .testimonial__auth {
  margin-bottom: 0;
}
.long-text__meta {
  padding-bottom: 2.7rem;
}
.long-text__meta h2, .long-text__meta h3 {
  margin-bottom: 1rem;
}
.long-text__meta p {
  font-size: 1.6rem;
  margin-bottom: 0.3rem !important;
}
.check-list + * {
  margin-top: 7rem;
}
.content-entry iframe {
  width: 100%;
}
.content-entry .flex-video {
  margin-bottom: 3rem;
}
.content-entry .testimonial__video .flex-video {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .long-text__in h2 {
    margin-bottom: 4rem;
  }
  .long-text__in:not(.single) .long-text__content {
    width: 65%;
  }
  .long-text__in:not(.single) .long-text__sidebar {
    width: 29%;
  }
  .long-text__in:not(.single) .long-text__sidebar .content-entry ul li, .long-text__in:not(.single) .long-text__sidebar .content-entry ol li {
    font-size: 1.4rem;
  }
  .check-list + * {
    margin-top: 4rem;
  }
  .long-text__in:not(.single) .long-text__sidebar {
    padding: 4rem 2rem 3rem;
  }
  .long-text__in:not(.single) .long-text__sidebar h4, .long-text__in:not(.single) .long-text__sidebar .h4 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .long-text__in.single {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .long-text__in {
    flex-direction: column;
  }
  .long-text__in:not(.single) .long-text__content {
    width: 100%;
  }
  .long-text__in:not(.single) .long-text__sidebar {
    width: 32rem;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .long-text__content ul {
    margin-left: 1rem;
  }
  .long-text ul.check-list {
    margin-left: 1rem;
  }
  .long-text__in h2 {
    margin-bottom: 3rem;
  }
  .long-text__in:not(.single) {
    flex-direction: column;
  }
  .long-text__in:not(.single) .long-text__content {
    width: 100%;
  }
  .long-text__in:not(.single) .long-text__sidebar {
    margin-top: 3rem;
    width: 100%;
    padding: 4rem 3rem;
  }
  .long-text__in:not(.single) .long-text__sidebar .content-entry ul li {
    margin-bottom: 1.5rem;
  }
  .long-text__in:not(.single) .long-text__sidebar .content-entry ul li:last-child {
    margin-bottom: 0;
  }
  .long-text.module.module--filled {
    padding-bottom: 7.4rem;
  }
  .check-list + * {
    margin-top: 4rem;
  }
}
.cards-list {
  padding-top: 1rem;
}
.cards-list .ia-col:nth-child(1), .cards-list .ia-col:nth-child(2) {
  margin-top: 0;
}
.cards-list.cards-list--three .ia-col:nth-child(3) {
  margin-top: 0;
}
.card-item {
  padding: 5rem 3rem;
  box-sizing: border-box;
  height: calc(100% - 3rem);
}
.card-item__text .h5 + .card-item__btn {
  margin-top: 3rem;
}
.card-item__noimg {
  display: block;
  padding: 7rem 5rem;
}
.card-item__noimg .content-entry {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
.card-item:not(.card-item__noimg) {
  display: flex;
  justify-content: space-between;
}
.card-item:not(.card-item__noimg) .card-item__text {
  width: calc(56% - 3rem);
}
.card-item:not(.card-item__noimg).card-item__onlytitle .card-item__img {
  width: 36%;
}
.card-item:not(.card-item__noimg).card-item__onlytitle .card-item__img div {
  width: 100%;
  padding-bottom: 70%;
}
.card-item:not(.card-item__noimg).card-item__onlytitle .card-item__text {
  width: calc(64% - 3rem);
}
.card-item:not(.card-item__noimg).card-item__nobtn .card-item__img {
  width: 30%;
}
.card-item:not(.card-item__noimg).card-item__nobtn .card-item__text {
  width: calc(70% - 3rem);
}
.card-item__wrap {
  margin-bottom: 0;
  margin-top: 3rem;
}
.card-item__btn {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
  align-items: center;
}
.card-item .content-entry {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 2.5rem;
}
.card-item .content-entry p:last-child {
  margin-bottom: 0;
}
.card-item__img {
  width: 44%;
}
.card-item__img div {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2rem;
}
.cards-list--three .card-item {
  display: block !important;
  padding: 5rem 3rem 5rem 3rem;
}
.cards-list--three .card-item .card-section__wave {
  width: 62%;
}
.cards-list--three .card-item__text {
  width: auto !important;
}
.cards-list--three .card-item .card-item__img {
  width: 210px;
  margin-bottom: 3rem;
  margin-top: -2rem;
}
.cards-list--three .card-item .card-item__img div {
  width: 100%;
  padding-bottom: 70%;
}
@media (max-width: 1200px) {
  .card-item {
    padding: 4rem 2rem;
  }
  .card-item.card-item__noimg {
    padding: 5rem 4rem;
  }
  .card-item__img {
    width: 147px;
  }
  .card-item:not(.card-item__noimg) .card-item__text {
    width: calc(100% - 167px);
  }
  .card-item .content-entry {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
  .cards-list {
    --grid-gutter-width: 2rem;
  }
}
@media (max-width: 1023px) {
  .cards-list.cards-list--three .ia-col {
    margin-top: 2rem;
  }
  .cards-list.cards-list--three .ia-col:nth-child(3) {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .card-item {
    padding: 3rem 2rem 5rem;
  }
  .card-item:not(.card-item__noimg) {
    flex-direction: column;
  }
  .card-item:not(.card-item__noimg) .card-item__text {
    width: 100%;
  }
  .card-item:not(.card-item__noimg).card-item__nobtn {
    display: block;
  }
  .card-item:not(.card-item__noimg).card-item__nobtn .card-item__img {
    width: 8rem;
    margin-right: 2rem;
    float: left;
  }
  .card-item:not(.card-item__noimg).card-item__nobtn .card-item__text {
    width: 100%;
  }
  .card-item:not(.card-item__noimg).card-item__nobtn .card-item__text h3 {
    overflow: hidden;
  }
  .card-item:not(.card-item__noimg).card-item__nobtn .card-item__text .content-entry {
    clear: both;
  }
  .card-item:not(.card-item__noimg).card-item__onlytitle .card-section__wave {
    width: 24rem;
  }
  .card-item:not(.card-item__noimg).card-item__onlytitle .card-item__img {
    width: 21rem;
  }
  .card-item:not(.card-item__noimg).card-item__onlytitle .card-item__text {
    width: 100%;
  }
  .card-item__img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .card-item__noimg {
    padding: 3rem 2rem 5rem;
  }
  .card-item__noimg .content-entry {
    margin-bottom: 2rem;
  }
  .card-item__btn .ia-link {
    font-size: 1.6rem;
  }
}
.large-video .testimonial__video {
  margin-bottom: 3rem;
}
.large-video .testimonial__video .flex-video {
  padding-bottom: 56%;
}
.large-video .testimonial__video .icon-mute {
  top: 5rem;
  left: 5rem;
}
.large-video .testimonial__video .ia-btn__media {
  bottom: 5rem;
  right: 5rem;
}
@media (max-width: 767px) {
  .large-video .testimonial__video .icon-mute {
    top: 2rem;
    left: 2rem;
  }
  .large-video .testimonial__video .ia-btn__media {
    bottom: 2rem;
    right: 2rem;
  }
}
.quick-link-module {
  padding-top: 1px;
}
.quick-link__card {
  padding: 0 5rem 8rem;
}
.quick-link__list {
  padding-top: 1rem;
}
.quick-link__item {
  border-top: 1px solid rgba(14, 71, 210, 0.25);
  border-bottom: none !important;
  padding: 3rem 12rem 3rem 5rem;
  position: relative;
  display: block;
  transition: all 0.35s;
}
.quick-link__item:after {
  display: none;
}
.quick-link__item:first-child {
  border-top: none;
}
.quick-link__item:last-child {
  border-bottom: 1px solid rgba(14, 71, 210, 0.25);
}
.desktop-version .quick-link__item:hover, .desktop-version .quick-link__item:focus {
  background: #0E47D2;
  border-radius: 2rem;
  border-color: transparent;
  color: #fff;
}
.desktop-version .quick-link__item:hover + .quick-link__item, .desktop-version .quick-link__item:focus + .quick-link__item {
  border-color: transparent;
}
.arrow-circle {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5rem;
  overflow: hidden;
  border: 1px solid rgba(10, 50, 148, 0.05);
  background: #fff;
  transition: all 0.35s;
  box-sizing: border-box;
}
.arrow-circle:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ECEFFF;
  transition: all 0.35s;
}
.arrow-circle i {
  color: #1E202F;
  font-size: 2.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.35s;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .quick-link__card {
    padding: 0 4rem 6rem;
  }
  .quick-link__item {
    padding: 2rem 9rem 2rem 4rem;
  }
  .arrow-circle {
    right: 4rem;
  }
}
@media (max-width: 1023px) {
  .quick-link__list {
    padding-top: 0;
  }
  .quick-link__card {
    padding: 3rem 3rem 5rem;
  }
  .quick-link__item {
    padding: 2.8rem 7rem 2.8rem 2.8rem;
  }
  .quick-link__item .arrow-circle {
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .quick-link__card {
    padding: 3rem 2rem 3.4rem;
  }
  .quick-link__item {
    padding: 2.5rem 7rem 2.5rem 1rem;
    border-bottom: 0;
  }
  .quick-link__item .arrow-circle {
    right: 0;
  }
}
.bg--white .bg--white.module.module--filled {
  padding-top: 0;
  padding-bottom: 0;
}
.bg--white .hero-small + .bg--white.module.module--filled {
  padding-bottom: 11rem;
}
.logo-bar__in {
  border-radius: 4rem;
  padding: 6rem 7rem 13rem;
}
.logo-bar__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
}
.logo-bar__item {
  width: 25%;
  border-right: 1px solid rgba(14, 71, 210, 0.25);
  position: relative;
  box-sizing: border-box;
}
.logo-bar__item:nth-child(4n+1):after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: rgba(14, 71, 210, 0.25);
  width: 400%;
  left: 0;
}
.logo-bar__item:nth-last-child(1):after, .logo-bar__item:nth-last-child(2):after, .logo-bar__item:nth-last-child(3):after, .logo-bar__item:nth-last-child(4):after {
  display: none;
}
.logo-bar__item:nth-child(4n+4) {
  border-right: none;
}
.logo-bar__item span {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 54%;
  border: none;
}
.logo-bar__item a:after {
  display: none;
}
.logo-bar__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  max-height: 90%;
  max-width: 90%;
  width: auto;
  height: auto;
  transition: transform 0.5s;
}
.desktop-version .logo-bar__item a:hover img, .desktop-version .logo-bar__item a:focus img {
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 1200px) {
  .logo-bar__in {
    padding: 6rem 4rem 8rem;
  }
}
@media (max-width: 1023px) {
  .logo-bar__list {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .bg--white .hero-small + .bg--white.module.module--filled {
    padding-bottom: 6rem;
  }
  .logo-bar__in {
    padding: 6rem 2rem;
  }
  .logo-bar__item {
    width: 50%;
    border-right: 0;
    border-top: 1px solid rgba(14, 71, 210, 0.25);
  }
  .logo-bar__item:nth-child(2n+1) {
    border-right: 1px solid rgba(14, 71, 210, 0.25);
  }
  .logo-bar__item:nth-child(4n+1):after {
    display: none;
  }
  .logo-bar__item:nth-child(1), .logo-bar__item:nth-child(2) {
    border-top: none;
  }
  .logo-bar__list--odd .logo-bar__item:nth-last-child(2) {
    position: relative;
  }
  .logo-bar__list--odd .logo-bar__item:nth-last-child(2):before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background: rgba(14, 71, 210, 0.25);
  }
}
.page-link__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.page-link__item {
  position: relative;
  width: calc(50% - 4.8rem);
  margin-right: 9.6rem;
  margin-top: 2rem;
}
.page-link__item:nth-child(2n+2) {
  margin-right: 0;
}
.page-link__item:nth-child(1), .page-link__item:nth-child(2) {
  margin-top: 0;
}
.page-link__item > a {
  position: absolute;
  inset: 0;
  z-index: 10;
  border: none !important;
}
.page-link__item > a:after {
  display: none;
}
.page-link__item .h5 {
  position: relative;
  padding-right: 6rem;
}
.page-link__item .h5 .arrow-circle {
  right: 0;
}
.page-link__item .content-entry {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.35s;
}
.page-link__item .content-entry p:last-child {
  margin-bottom: 3rem;
}
.desktop-version .page-link__item:focus .h5 .arrow-circle, .desktop-version .page-link__item:hover .h5 .arrow-circle {
  background: #1E202F;
  color: #fff;
}
.desktop-version .page-link__item:focus .h5 .arrow-circle:before, .desktop-version .page-link__item:hover .h5 .arrow-circle:before {
  background: #1E202F;
}
.desktop-version .page-link__item:focus .h5 .arrow-circle i, .desktop-version .page-link__item:hover .h5 .arrow-circle i {
  color: #fff;
}
.desktop-version .page-link__item:focus .content-entry, .desktop-version .page-link__item:hover .content-entry {
  border-top-color: #fff;
}
@media (max-width: 1200px) {
  .page-link__item .content-entry {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
  .page-link__item .h5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .page-link__list {
    display: block;
  }
  .page-link__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.get-started .ia-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.get-started .ia-container > svg {
  position: absolute;
  left: 32%;
  top: 50%;
  transform: translate(-45%, -50%);
}
.get-started__left {
  width: 32%;
  position: relative;
  z-index: 10;
}
.get-started__left .card-section {
  max-width: 310px;
  padding-bottom: 3.5rem;
}
.get-started__left .card-section .card-section__images {
  margin-bottom: 6rem;
}
.get-started__left .content-entry {
  max-width: 310px;
  margin-bottom: 9rem;
}
.get-started__right {
  width: 66%;
  position: relative;
}
.get-started__form {
  padding: 6rem 5rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 1200px) {
  .get-started .ia-container {
    display: block;
  }
  .get-started .ia-container > svg {
    max-width: 400px;
    left: 50%;
    top: -5rem;
    transform: translate(0, 0);
  }
  .get-started__left {
    display: flex;
    width: auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
  }
  .get-started__left-text {
    max-width: calc(100%  - 408px);
    width: 500px;
  }
  .get-started__left .card-section {
    width: 308px;
    box-sizing: border-box;
  }
  .get-started__left .content-entry {
    max-width: 100%;
    margin-bottom: 0;
  }
  .get-started__right {
    width: auto;
  }
}
@media (max-width: 767px) {
  .get-started .ia-container {
    display: block;
  }
  .get-started__left {
    width: auto;
    margin-bottom: 3.5rem;
    display: block;
  }
  .get-started__left .content-entry {
    margin-bottom: 6rem;
    max-width: 100%;
  }
  .get-started__left-text {
    width: auto;
    max-width: 100%;
  }
  .get-started__left .card-section {
    width: auto;
    max-width: 100%;
  }
  .get-started__left .card-section .mb-2 {
    margin-bottom: 1.5rem !important;
  }
  .get-started__left .card-section .card-section__images {
    margin-bottom: 2.5rem;
  }
  .get-started__right {
    width: auto;
  }
  .get-started__form {
    padding: 5rem 4rem;
  }
}
.full-width-cta {
  padding: 7rem 5rem;
}
.full-width-cta h2 {
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .full-width-cta {
    padding: 5rem 4rem;
  }
}
@media (max-width: 767px) {
  .full-width-cta {
    padding: 5rem 2rem;
  }
}
.card-item.card-item__cta {
  display: block;
  padding: 7rem 5rem;
}
.card-item.card-item__cta .card-item__text {
  width: auto;
}
.card-item input::-webkit-input-placeholder {
  color: rgba(14, 71, 210, 0.75);
  opacity: 1;
}
.card-item input:-moz-placeholder {
  color: rgba(14, 71, 210, 0.75);
  opacity: 1;
}
.card-item input::-moz-placeholder {
  color: rgba(14, 71, 210, 0.75);
  opacity: 1;
}
.card-item input:-ms-input-placeholder {
  color: rgba(14, 71, 210, 0.75);
  opacity: 1;
}
@media (max-width: 1200px) {
  .card-item.card-item__cta {
    padding: 5rem 4rem;
  }
}
@media (max-width: 1023px) {
  .two-cards-module .card-item__wrap + .card-item__wrap {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .card-item.card-item__cta {
    padding: 3rem 2rem 4rem;
  }
}
.staff-item__img {
  width: 100%;
  padding-bottom: 138%;
  border-radius: 3rem;
  margin-bottom: 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.staff-item a {
  border: none !important;
}
.staff-item a:after {
  display: none;
}
@media (max-width: 1200px) {
  .leadership .ia-row {
    --grid-gutter-width: 2rem;
  }
  .staff-item__img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .leadership .ia-col {
    margin-bottom: 3rem;
  }
}
.playful-cards {
  padding: 5rem 4rem;
}
.playful-cards h2 {
  margin-bottom: 6rem;
}
.playful-cards.bg--primary {
  transform: rotate(-5deg);
}
.playful-cards.bg--white {
  transform: rotate(5deg);
}
.playful-slider {
  display: none;
  margin-bottom: 4rem;
}
.playful-slider .playful-cards {
  max-width: 280px;
  box-sizing: border-box;
}
.playful-slider .slick-list {
  overflow: visible;
}
.playful .slick-dots li.slick-active button {
  background: #fff;
}
.playful .slick-dots li button {
  background: #0E47D2;
}
@media (max-width: 1024px) {
  .playful .ia-row {
    display: none;
  }
  .playful .testimonial-nav__mob-nav-control {
    display: block;
  }
  .playful-slider {
    display: block;
  }
  .playful-cards {
    padding: 5rem 3rem;
  }
}
.image-gallery-module .content-entry {
  margin-bottom: 5rem;
}
.single-story .image-gallery-slider__progress {
  background: rgba(14, 71, 210, 0.1);
}
.single-story .image-gallery-slider__progress span {
  background: #0E47D2;
}
.image-gallery-slider {
  margin: 0 -1.5rem 6rem;
}
.image-gallery-slider .slick-arrow.slick-prev {
  left: 2rem;
}
.image-gallery-slider .slick-arrow.slick-next {
  right: 2rem;
}
.image-gallery-slider .slick-list {
  overflow: visible;
}
.image-gallery-slider__item {
  width: 530px;
  max-width: 60vw;
}
.image-gallery-slider__item-in {
  margin: 0 1.5rem;
}
.image-gallery-slider__item-img {
  width: 100%;
  padding-bottom: 70%;
  border-radius: 3rem;
  margin-bottom: 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image-gallery-slider__progress {
  height: 3px;
  position: relative;
  background: #0E47D2;
}
.image-gallery-slider__progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
}
.slick-arrow {
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  border: 1px solid rgba(10, 50, 148, 0.05);
  background: #ECEFFF;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  text-indent: 200px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 20;
  transition: all 0.35s;
  cursor: pointer;
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slick-arrow.slick-prev {
  left: 0;
  right: auto;
  transform: translate(0, -50%) scaleX(-1);
}
.slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.4rem;
  text-indent: 0;
  transform: translate(-50%, -50%);
  font-family: "icomoon" !important;
}
.desktop-version .slick-arrow:hover, .desktop-version .slick-arrow:focus {
  background: #1E202F;
  color: #fff;
}
@media (max-width: 767px) {
  .image-gallery-slider {
    margin-bottom: 2.5rem;
  }
  .image-gallery-slider__item {
    max-width: 85vw;
  }
}
.image-gallery-text {
  max-width: 470px;
}
.image-gallery-text__control {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.4rem;
  width: 305px;
}
.image-gallery-text__control .slick-arrow {
  position: relative;
  background: none;
  border: none;
  color: #fff;
  top: auto;
  transform: translate(0, 0);
}
.image-gallery-text__control .slick-arrow.slick-prev {
  transform: translate(0, 0) scaleX(-1);
}
.image-gallery__left {
  width: 50%;
  padding: 8rem 5rem 5rem;
  box-sizing: border-box;
  background: #0E47D2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-gallery__left .content-entry {
  margin-bottom: 5rem;
}
.image-gallery__right {
  width: 50%;
}
.image-gallery__right:after {
  content: "";
  display: inline-block;
  width: 0;
  padding-bottom: 96%;
}
.image-gallery__in {
  display: flex;
  border-radius: 3rem;
  overflow: hidden;
}
.image-gallery-images {
  height: 100%;
}
.image-gallery-images .slick-list {
  height: 100%;
}
.image-gallery-images .slick-track {
  height: 100%;
}
.image-gallery-images__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1200px) {
  .image-gallery__left {
    padding: 6rem 4rem 4rem;
  }
  .image-gallery-text__control {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .image-gallery__in {
    display: block;
  }
  .image-gallery__left {
    padding: 5rem 2rem 4rem;
    width: auto;
  }
  .image-gallery__right {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
  }
  .image-gallery__right:after {
    display: none;
  }
  .image-gallery__right .image-gallery-images {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .image-gallery-text__control {
    width: 100%;
    font-size: 1.4rem;
  }
}
.anchor-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.anchor-item {
  display: inline-block;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  margin-bottom: 0;
  transition: border 0.35s, background 0.35s, color 0.35s;
  margin-right: 2rem;
  margin-top: 2rem;
  font-size: 1.8rem;
}
.anchors-section.module + .module {
  margin-top: 6rem;
}
.desktop-version .anchor-item:hover, .desktop-version .anchor-item:focus {
  background: rgba(255, 255, 255, 0.25);
}
.faq-tab-nav__item.active {
  background: rgba(255, 255, 255, 0.25);
}
.faq-tab {
  display: none;
}
.faq-tab-nav__select {
  display: none;
}
.faq-tab-nav__wrap {
  position: relative;
  margin-bottom: 6rem;
}
@media (min-width: 767px) {
  .faq-tab-nav {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .faq-tab-nav__select {
    display: block;
    padding: 1.5rem 4rem 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    line-height: 1;
    border-radius: 1rem;
    position: relative;
  }
  .faq-tab-nav__select:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="8" viewBox="0 0 21 8" fill="none"><path d="M5.63557 1.30891C5.37781 0.980846 5.61152 0.5 6.02873 0.5L14.9713 0.5C15.3885 0.5 15.6222 0.980846 15.3644 1.30891L10.8932 6.99962C10.693 7.2544 10.307 7.2544 10.1068 6.99962L5.63557 1.30891Z" fill="white"/></svg>');
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
  }
  .faq-tab-nav__select.active:after {
    transform: translate(0, -50%) scaleY(-1);
  }
  .faq-tab-nav__select div, .faq-tab-nav__select span {
    display: inline-block;
    vertical-align: middle;
  }
  .faq-tab-nav__select div {
    color: rgba(255, 255, 255, 0.55);
    margin-right: 5px;
  }
  .faq-tab-nav__select span {
    color: #fff;
    padding: 3px 0;
  }
  .anchor-list {
    display: block;
  }
  .anchor-item {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    margin-right: 0;
    margin-top: 1rem;
    display: block;
  }
  .anchor-item.faq-tab-nav__item {
    margin-top: 0;
    border-radius: 0;
  }
  .faq-tab-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 999;
    background: #292B3A;
    display: none;
  }
  .faq-tab-nav__wrap {
    margin-bottom: 3.5rem;
  }
}
.page-template-resources-page .hero-small .content-entry p:last-child {
  margin-bottom: 0;
}
.page-template-resources-page .resources-module .sub-title {
  display: none;
}
.page-template-resources-page .resources-module .title-indent {
  text-indent: 0;
}
.resources-grid .ia-col {
  margin-bottom: 4rem;
}
.resources-grid .resources-item .content-entry {
  display: none;
}
.resources-grid .resources-item .resources-item__categories {
  display: none;
}
.resources-filter__row {
  padding: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.resources-filter__row + .resources-filter__row {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.resources-filter__item {
  margin-right: 2rem;
  position: relative;
}
.resources-filter__item .select.open > a {
  background: #1E202F;
  border-color: #1E202F;
}
.resources-filter__item .select.open > a:before {
  transform: rotateX(180deg);
}
.resources-filter__item .select > a {
  display: block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 1.5rem 5rem 1.5rem 2rem;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  margin-bottom: 0;
  transition: border 0.35s, background 0.35s;
}
.resources-filter__item .select > a:before {
  position: absolute;
  cursor: pointer;
  right: 1rem;
  top: 50%;
  content: "";
  width: 2.2rem;
  height: 0.7rem;
  margin-top: -0.3rem;
  background: url('data:image/svg+xml,<svg width="22" height="7" viewBox="0 0 22 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.77815 0.80891C5.52039 0.480846 5.75409 0 6.17131 0L15.1138 0C15.5311 0 15.7648 0.480846 15.507 0.808911L11.0357 6.49962C10.8355 6.7544 10.4496 6.7544 10.2494 6.49962L5.77815 0.80891Z" fill="white"/></svg>') no-repeat 0 0;
}
.resources-filter__item .select > a em {
  font-style: normal;
  margin-left: 1rem;
  color: #fff;
}
.resources-filter__item .select > a em span {
  width: 18px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding-top: 3px;
  line-height: 1.16;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
}
.resources-filter__item .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 23rem;
  border-radius: 1rem;
  border: 1px solid #B5BBEA;
  padding: 1.3rem 1.5rem;
  background: #fff;
  z-index: 11;
  display: none;
  width: 23rem;
}
.resources-filter__item .dropdown-list a {
  display: block;
  position: relative;
  color: #1E202F;
  transition: color 0.35s;
  margin: 0.9rem 0;
  border: none;
  padding-left: 2.4rem;
}
.resources-filter__item .dropdown-list a::before {
  width: 1.4rem;
  opacity: 0;
  transition: opacity 0.35s;
  height: 1.1rem;
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.5091 0.22903C13.9522 0.586891 14.0213 1.23617 13.6634 1.67924L6.44475 10.6166C6.25679 10.8493 5.97703 10.989 5.67806 10.9993C5.3791 11.0096 5.09038 10.8896 4.88683 10.6704L0.418136 5.85792C0.0305941 5.44057 0.0547606 4.78808 0.472113 4.40054C0.889466 4.01299 1.54196 4.03716 1.9295 4.45451L5.58822 8.39467L12.0589 0.383307C12.4168 -0.0597585 13.0661 -0.128831 13.5091 0.22903Z" fill="%230E47D2"/></svg>') no-repeat 0 0;
}
.resources-filter__item .dropdown-list a:hover, .resources-filter__item .dropdown-list a:focus {
  color: #0E47D2;
}
.resources-filter__item .dropdown-list-item.current a {
  color: #0E47D2;
}
.resources-filter__item .dropdown-list-item.current a::before {
  opacity: 1;
}
.resources-filter__chips {
  padding-right: 2rem;
}
.resources-filter__chips span {
  padding: 0.7rem 3rem 0.7rem 1rem;
  color: #fff;
  display: inline-block;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  background: #0E47D2;
  margin-right: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.resources-filter__chips span::before {
  position: absolute;
  cursor: pointer;
  right: 1rem;
  top: 1.1rem;
  content: "";
  width: 1.1rem;
  height: 1rem;
  background: url('data:image/svg+xml,<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.92291 9.78033C9.63002 10.0732 9.15514 10.0732 8.86225 9.78033L5.14258 6.06066L1.42291 9.78033C1.13002 10.0732 0.655141 10.0732 0.362248 9.78033C0.069355 9.48744 0.069355 9.01256 0.362248 8.71967L4.08192 5L0.362248 1.28033C0.069355 0.987438 0.069355 0.512563 0.362248 0.21967C0.655141 -0.0732231 1.13002 -0.0732231 1.42291 0.21967L5.14258 3.93934L8.86225 0.21967C9.15514 -0.0732231 9.63002 -0.0732231 9.92291 0.21967C10.2158 0.512563 10.2158 0.987438 9.92291 1.28033L6.20324 5L9.92291 8.71967C10.2158 9.01256 10.2158 9.48744 9.92291 9.78033Z" fill="white"/></svg>') no-repeat 0 0;
}
.resources-filter__reset {
  display: none;
  color: #fff;
  border-bottom: 1px dotted #fff;
  padding-top: 0.3rem;
}
.resources-filter__reset.show {
  display: inline-block;
}
#dialog-content {
  overflow: visible;
}
#dialog-content .hs-form-field {
  width: 100%;
}
#dialog-content p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #fff;
}
#dialog-content p:last-child {
  margin-bottom: 0;
}
#dialog-content .submitted-message {
  min-height: 1px;
  font-size: 1.6rem;
}
#dialog-content .fancybox-close-small {
  background: transparent !important;
}
#dialog-content .fancybox-button {
  width: 44px;
  height: 44px;
  right: -4rem;
  top: -1.4rem;
}
#dialog-content .fancybox-button svg {
  background: #fff;
  border-radius: 50%;
}
#dialog-content .fancybox-button svg path {
  fill: black;
}
.dialog-content__content {
  font-size: 1.6rem;
}
.dialog-content__form {
  padding: 2rem 0;
}
.dialog-content__thanks {
  font-size: 1.6rem;
}
.dialog-content__thanks a {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 767px) {
  .resources-grid .ia-col {
    margin-bottom: 3rem;
  }
  .resources-grid .ia-col:last-child .resources-item {
    border-bottom: none;
  }
  .resources-grid .resources-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #dialog-content {
    padding: 2rem;
    width: 84vw;
  }
  #dialog-content .fancybox-button {
    right: -3rem;
  }
  .resources-filter__row {
    padding-bottom: 0.5rem;
  }
  .resources-filter__item {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
  .resources-filter__item .select > a {
    padding: 1rem 5rem 1rem 2rem;
  }
  .resources-filter__item .select > a em span {
    width: 14px;
    height: 13px;
    padding-top: 1px;
    line-height: 1;
  }
  .resources-filter__item .dropdown-list {
    width: auto;
    right: 0;
  }
  .resources-filter__chips span {
    padding: 0.4rem 2.8rem 0.4rem 0.8rem;
    margin-bottom: 1rem;
  }
  .resources-filter__chips span:before {
    top: 0.8rem;
  }
  .resources-filter__reset {
    font-size: 1.6rem;
  }
  .page-template-resources-page .page-navi-wrap {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.medva.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Futils%2Fvariables.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Futils%2Fborders.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Futils%2Fspacing.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Futils%2Fcolors.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fbase%2Freset.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fbase%2Ffont.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fcontent%2Ftypography.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fcontent%2Ftable.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Futils%2Fgrid-helper.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fmixins%2Fmixin.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Flayout%2Fgrid.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Ficons.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Fbutton.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Fclose.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Flinks.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Ftabs.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Faccordion.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Fform-elements.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fglobal-page%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fglobal%2Fslick.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fheader%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Ffooter%2Ffooter.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fsearch%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fget-started%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fstory%2Fstory-card.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fstory%2Ffeatured-vas.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fhome%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fhome%2Faccordion.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fhome%2Fintroduction.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fhome%2Fimage-text.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fhome%2Fpricing.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fhome%2Fresources.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fhome%2Fstatistics.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fhome%2Ftabbed-panel.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fhome%2Ftestimonial.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fpricing%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fpricing%2Fintro.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fpricing%2Fout-client.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fpricing%2Fcompacison.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Four-solution%2Ftestimonial.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Four-solution%2Fcommon-task.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Four-solution%2Fcore-values.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Four-solution%2Fimage-text.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fmedical-specialties%2Faccordion.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Flong-text.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Ftwo-cards.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Flarge-video.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Fquick-links.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Flogo-bar.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Fpage-link.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Fget-started.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Ffull-width-cta.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Ftwo-col-cta.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Fleadership-grid.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Fplayful.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Fimage-carousel.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Fimage-gallery.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fflexible%2Fanchor.scss%22%2C%22wp-content%2Fthemes%2Fmedva%2Fassets%2Fscss%2Fpages%2Fresources%2Fgeneral.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4GA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAC7GF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC1BE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAnDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAnDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAnDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAnDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAnDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAClDA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAQF%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%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BACpMA%3BAD2MA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAE7SF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BN%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BACxZJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACrBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACXF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADnCE%3BAC0CA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD3CA%3BACmDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAC4DA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAQR%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAqBJ%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAC1HJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%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%3BAC7EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAA7CJ%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAA7CJ%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAA7CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAA7CJ%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAA7CJ%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAA7CJ%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAA7CJ%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAA7CJ%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAC%2FJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAC5BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAuBF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAClIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAACE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAZrGN%3BAaCA%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%3BAAqBE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%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%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChGF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd5BF%3BAeEA%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%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%3BAfjGA%3BAgBAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX%2FUA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAW0VE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXpeJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAW8eE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASV%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBtqBJ%3BAiBAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBN%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnXF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb3FF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAawGI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%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%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9OF%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%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%3BAAWF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1QF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAC1EE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYL%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BACzhBF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BACvKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMK%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAGM%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACrMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACrVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1FF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BACrQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAC%2FJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtEJ%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAClPA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAChRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BACzFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACNF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGA%3BAAEE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3FJ%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAC7fJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOF%3BAAGM%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACrOF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAGM%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACzMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtBJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAC5GN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3HR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FGJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACZA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BA5CHF%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BA4CWF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAC5BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAC3BJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAChDA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAClGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BACvHA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%22%7D */