/* Main styles */
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/EBGaramond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, 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;
}
html {
  height: 100%;
  font-size: 62.5%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
html.margin {
  margin-top: 0 !important;
}
body {
  line-height: 1;
  height: 100%;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: var(--text-color);
  font-weight: normal;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  background: #fff;
}
body.overlayed, html.overlayed {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
}
html.overlayed {
  margin-right: var(--scroll-width);
  overflow-y: scroll !important;
}
body.overlayed .wrap-body {
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  color: var(--link-color);
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: none;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
  outline: none;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #ccc;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: green;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #333;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #333;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #333;
}
p {
  font-size: 1.4rem;
  line-height: 2rem;
}
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.6rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 1.8rem;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 25px;
  font-weight: normal;
  font-family: "EB Garamond", Arial, sans-serif;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
button {
  outline: none;
}
.cmplz-view-preferences, .cmplz-save-preferences {
  display: block !important;
}
.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* floating */
.left {
  float: left !important;
}
.right {
  float: right !important;
}
/* text aligments */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
/* inner */
.inner {
  max-width: 1300px;
  margin: 0 auto;
}
#content {
  min-height: calc(100vh + 15rem);
}
/* hide ie cross icon from the input */
::-ms-clear {
  display: none;
}
.wp-caption {
  max-width: 100%;
}
img.alignleft {
  float: left;
  margin: 0 2.5rem 2rem 0;
}
img.alignright {
  float: right;
  margin: 0 0 2rem 2.5rem;
}
.wp-video {
  margin: 0 auto 25px;
  text-align: center;
  max-width: 100%;
}
.fancybox-slide--html {
  padding: 3rem;
}
.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  border-radius: 50%;
  border: 2px solid var(--text-color);
  right: 1rem;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .fancybox-slide--html .fancybox-close-small {
    transform: scale(0.7);
  }
  .fancybox-active {
    overflow: hidden;
  }
}
.wrap-body {
  overflow: hidden;
}
.ex {
  font-size: 2rem;
  padding-top: 1rem;
}
.top-svg-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.top-svg-bg svg {
  width: 100%;
  height: auto;
  display: block;
  min-height: 100%;
  min-width: 100%;
}
#image2 {
  opacity: 0;
}
.t1 {
  opacity: 0;
}
#i1 {
  opacity: 0;
}
.svg-bg-2 {
  max-width: 50%;
  height: auto;
  position: absolute;
  left: 10%;
  top: 5%;
  transform: translate(-5%, 0);
}
.svg-bg-2-right {
  transform: translate(85%, 0);
  margin-bottom: 30rem;
  position: absolute;
  left: 0%;
  top: 60%;
}
.post-id {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}
.mCustomScrollbar, .mCustomScrollbar.mCS_touch_action, .mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.mCustomScrollBox.mCSB_vertical_horizontal {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox.mCSB_horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 6px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 6px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  background: #f2f2f2;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 28px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  display: none !important;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  width: 6px;
  border-radius: 6px;
  background: #9FACBC;
}
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 28px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
}
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
}
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 28px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  bottom: 0;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools .mCSB_buttonDown:hover {
  opacity: 0.75;
}
.mCSB_scrollTools .mCSB_buttonDown:active {
  opacity: 0.9;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools .mCSB_buttonLeft:hover {
  opacity: 0.75;
}
.mCSB_scrollTools .mCSB_buttonLeft:active {
  opacity: 0.9;
}
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
}
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
}
.mCSB_outside + .mCSB_scrollTools {
  right: 0px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0;
}
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
}
.mCSB_dragger_bar:hover {
  opacity: 0.75;
}
.post-fancy {
  display: none;
  height: 100%;
  border-radius: 10px;
}
.t1.hide {
  visibility: hidden;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  -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-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-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.carousel-item {
  position: relative;
  z-index: 2;
}
.carousel-item .excerpt p {
  margin-bottom: 4.5rem;
}
.article-carousel {
  padding: 16%;
  display: block;
  text-decoration: none;
  color: #fff;
}
.view {
  padding: 1.5rem 4rem;
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}
.view:hover {
  color: #fff !important;
  border-color: #fff !important;
}
.post-carousel {
  position: relative;
  z-index: 2;
}
.controls-carousel {
  position: relative;
  z-index: 2;
  padding: 2rem 4rem;
}
.controls-carousel .slick-prev {
  float: left;
}
.controls-carousel .slick-next {
  float: right;
}
.controls-carousel .slick-dots {
  display: inline-block !important;
  border-right: 1px solid red;
  padding-right: 10px;
  margin-right: 10px;
}
.controls-carousel .slick-dots li {
  display: none;
}
.controls-carousel .slick-dots li button {
  background: none;
  border: none;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 20px;
  padding: 0;
  color: red;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.controls-carousel .slick-dots li.slick-active {
  display: block;
}
.controls-carousel .slick-arrow.slick-disabled {
  cursor: default;
}
.controls-carousel .slick-arrow {
  border: 1px solid red;
  border-radius: 100px;
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: top;
  width: 20px;
  background: none;
  padding: 0;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  cursor: pointer;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0);
}
.controls-carousel .slick-arrow:not(.slick-disabled):hover {
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5);
}
.controls-carousel .slick-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.controls-carousel .slick-arrow:after {
  background: red;
  border-radius: 8px;
  content: "";
  height: 8px;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 8px;
  display: none;
}
.controls-carousel .slick-arrow:before {
  background: red;
  content: "";
  height: 1px;
  right: 100%;
  position: absolute;
  top: 50%;
  width: 35px;
}
.controls-carousel .slick-arrow.slick-prev svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
.controls-carousel .slick-arrow.slick-prev:before {
  right: auto;
  left: 100%;
}
.controls-carousel .slick-disabled.slick-arrow:after {
  display: block;
}
.controls-carousel .slick-disabled.slick-arrow svg {
  display: none;
}
.controls-carousel button {
  outline: none;
}
.number {
  display: inline-block;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 100;
  font-size: 2rem;
  line-height: 20px;
  color: red;
}
.control-numbers {
  margin: 0 60px;
  text-align: center;
}
.bold-text {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
}
.li-ui {
  padding-top: 2rem;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.see-more {
  cursor: pointer;
  background: #fff;
}
.menu-selection {
  display: none;
}
#white-liquid {
  display: none;
}
#canvas {
  position: relative;
  transform: translate(0, -43%);
}
.mobi {
  display: none;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  height: 6px;
  left: 0;
  right: 0;
  top: auto;
  width: auto;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  height: 100%;
  left: 0;
  width: 30px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 0 auto;
  width: 100%;
}
#popup {
  display: none;
}
.error-salary {
  font-size: 13px;
  color: red;
  position: absolute;
  top: 108%;
  right: 0;
  width: 165px;
}
.value-label {
  display: none;
}
.blockquote-inner {
  position: relative;
  z-index: 2;
}
.blockquote-inner p {
  margin-bottom: 0 !important;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.no-results {
  color: #fff;
  text-align: center;
}
.blue-bg-page {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1700px) {
  .top-svg-bg svg {
    min-height: 100%;
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 58%;
  }
  .inner {
    padding: 0 2%;
  }
  .top-svg-bg svg {
    height: 95%;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 56%;
  }
}
@media screen and (max-width: 1152px) {
  html {
    font-size: 54%;
  }
}
@media (max-width: 1150px) {
  .wth-submit-wrap {
    left: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .bookmark {
    display: none;
  }
  .mejs-fullscreen-button {
    display: none !important;
  }
  html {
    font-size: 52%;
  }
  html.overlayed {
    overflow: hidden;
  }
  body.overlayed {
    overflow: hidden;
  }
  body.overlayed .wrap-body {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 48%;
  }
  .inner {
    padding: 0 4%;
  }
  .mejs-overlay-play {
    transform: scale(0.5);
  }
  .open-sel-body .wrap-body {
    overflow: hidden;
  }
}
@media (max-width: 580px) {
  .wth-submit-wrap {
    width: 150px !important;
  }
}
@media screen and (max-width: 470px) {
  .desk {
    display: none;
  }
  .mobi {
    display: block;
  }
}
@media (max-width: 400px) {
  .ex {
    font-size: 1.4rem;
  }
}
@media (max-width: 350px) {
  .ex {
    font-size: 1.4rem;
  }
}
/* Header */
.header {
  padding: 0 5rem;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  transition: padding 0.5s;
}
.has-promo-bar.header {
  padding: 4.5rem 5rem 0;
}
.promo-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 5rem;
  color: #fff;
  z-index: 3;
  transform: translate(0, -4.5rem);
  transition: transform 0.5s;
}
.promo-bar p {
  font-size: 1.6rem;
  text-align: center;
  padding: 0 3.5rem;
  line-height: 2.5rem;
}
.promo-bar .close-promo {
  position: absolute;
  right: 5rem;
  top: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(45deg);
  text-indent: -9999px;
}
.promo-bar .close-promo:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  content: "";
  background: #fff;
  display: block;
  width: 2px;
}
.promo-bar .close-promo:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  background: #fff;
  display: block;
  height: 2px;
}
.promo-fix {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4.5rem;
  opacity: 0;
}
.has-promo-bar.header .header-bg {
  transform: translate(0, 4.5rem);
}
.fixed-heder .promo-fix {
  opacity: 1;
}
.fixed-heder .header-enroll-wrap {
  transform: translate(0, -150px);
  width: 0;
  height: 0;
  overflow: hidden;
}
.fixed-heder #logo1 {
  padding-top: 3rem;
}
.fixed-heder .header-right {
  padding-top: 1.5rem;
}
.fixed-heder .navigation {
  transform: translate(0, -70px);
}
.fixed-heder .change-text {
  z-index: 15;
}
.fixed-heder .header-bg {
  opacity: 1;
  transform: translate(0, -40px);
}
.fixed-heder .has-promo-bar.header .header-bg {
  transform: translate(0, 4.5rem);
}
.has-promo-bar .promo-bar {
  transform: translate(0, 0);
}
#logo {
  float: left;
  position: relative;
  z-index: 14;
  padding: 5rem 0 1rem;
}
#logo1 {
  float: left;
  position: relative;
  z-index: 14;
  padding: 5rem 0 1rem;
  opacity: 0;
  transform: translate(-8rem, 0);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, padding 0.5s;
}
#logo1 + .header-right {
  opacity: 0;
  transform: translate(8rem, 0);
  transition: transform 0.8s ease-in, opacity 0.8s ease-in, padding 0.5s;
}
.animate #logo1 {
  opacity: 1;
  transform: translate(0, 0);
}
.animate #logo1 + .header-right {
  opacity: 1;
  transform: translate(0, 0);
}
.animate .navigation {
  opacity: 1;
}
.logo {
  display: block;
  vertical-align: top;
  height: 30px;
  margin-bottom: 2rem;
}
.logo img {
  max-width: 160px;
}
.country-label {
  color: var(--text-color);
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-right: 12px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  top: -5px;
  margin-left: 5px;
}
.change-company {
  color: var(--text-color);
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-right: 12px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  top: -5px;
  transition: opacity 0.5s;
}
.change-company:focus, .change-company:hover {
  opacity: 0.7;
}
.change-company:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  content: "";
  background: url(../images/sprite.png) no-repeat 0 -13px;
  width: 11px;
  height: 7px;
}
.search-icon {
  min-width: 47px;
  min-height: 46px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 14;
}
.search-icon .icon-s {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--main-color);
}
.search-icon .icon-s svg {
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-icon .icon-s:focus, .search-icon .icon-s:hover {
  opacity: 0.7;
}
.search-icon:focus:before, .search-icon:hover:before {
  opacity: 0.7;
}
.search-icon:before {
  font-size: 11px;
  line-height: 0;
  font-weight: bold;
  bottom: 100%;
  position: absolute;
  height: 15px;
  color: #fff;
  transition: opacity 0.3s, background 0.1s;
  content: "SEARCH";
  left: -9px;
  visibility: hidden;
}
.search-icon .search-form-wrap.active {
  width: 370px;
  visibility: visible;
}
.search-icon .search-form-wrap {
  position: relative;
  right: 0;
  width: 0;
  overflow: hidden;
  transition: width 0.5s, visibility 0.5s;
  z-index: 2;
  visibility: visible;
  will-change: transform;
}
.category-description-left .search-form-wrap {
  width: 370px;
}
.menu-icon {
  width: 34px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E") no-repeat 0 0 / 100% 100%;
  margin-left: 2rem;
  margin-top: 1rem;
  transition: opacity 0.3s, background 0.1s;
  position: relative;
  top: 10px;
  display: none;
}
.menu-icon:hover {
  opacity: 0.7;
}
.menu-icon:before {
  content: "MENU";
  font-size: 11px;
  line-height: 0;
  font-weight: bold;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 15px;
  color: var(--text-color);
  transition: opacity 0.3s, background 0.1s;
}
.menu-open .icon-s:before {
  font-size: 11px;
  line-height: 0;
  font-weight: bold;
  bottom: 100%;
  position: absolute;
  height: 15px;
  transition: opacity 0.3s, background 0.1s;
  content: "SEARCH";
  left: -9px;
  visibility: hidden;
  color: #fff;
}
.menu-open .menu-icon {
  background: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E") no-repeat center center / contain;
  transition: opacity 0.3s, background 0.1s 0.2s;
}
.menu-open .menu-icon:before {
  color: #fff;
}
.menu-open .change-text {
  z-index: 15;
}
.header-right {
  float: right;
  text-align: right;
  padding-top: 4.5rem;
  position: relative;
  z-index: 16;
}
.search-form {
  position: relative;
  white-space: nowrap;
}
.search-form fieldset {
  background: var(--main-color);
  padding: 1.3rem 2.5rem;
  box-sizing: border-box;
  border-radius: 30px;
  z-index: 3;
  position: relative;
}
.search-form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.search-form input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.search-form input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.smart-search:after {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  z-index: 2;
  background: var(--main-color);
  content: "";
  width: 370px;
}
.smart-search:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 370px;
  z-index: 1;
  content: "";
}
.search-submit {
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: none;
  margin-right: 18px;
  float: left;
  position: relative;
  z-index: 2;
  overflow: visible;
  outline: none;
  background: none;
}
.search-submit svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}
.search-submit:after {
  content: "";
  position: absolute;
  right: -18px;
  height: 100%;
  top: 0;
  border: 1px solid #fff;
}
.search-field {
  height: 100%;
  padding: 0 3.5rem 0 80px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.6rem;
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
}
.search-field::placeholder {
  color: #fff !important;
  opacity: 0.9;
}
.header-menu {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  padding-bottom: 0;
  transform: translate(0, -100%);
  margin-top: -330px;
  transition: transform 1s, margin 1s;
  overflow: inherit;
}
.header-menu .header {
  position: static;
}
.header-menu .header:after {
  clear: both;
  display: block;
  content: "";
}
.header-menu .inner {
  max-height: calc(100vh - 255px);
  overflow-y: auto;
}
.header-menu:after {
  background: url(../images/navi-bg.png) no-repeat center bottom;
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  content: "";
  height: 150px;
  background-size: 100% 100%;
}
.change-text {
  position: relative;
  z-index: 99;
  color: #fff;
}
.change-text .choose {
  font-size: 3.8rem;
  line-height: 1.5;
}
.change-text .selector {
  width: 600px;
}
.dj-retirees .header-right {
  display: none;
}
.dj-retirees .promo-fix {
  display: none;
}
.dj-retirees .promo-bar {
  display: none;
}
.header-enroll {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 46px;
  text-decoration: none;
  letter-spacing: 0.1rem;
  margin-right: 11px;
  border-radius: 46px;
  padding: 0 3rem;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  transition: background 0.5s, border 0.5s;
  z-index: 2;
  color: #fff;
  background: var(--main-color);
  position: relative;
}
.header-enroll:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  border-radius: 46px;
  bottom: 0;
  box-sizing: border-box;
}
.header-enroll__events em {
  padding: 0 0 0 25px;
}
.header-enroll__events svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.header-enroll em {
  font-style: normal;
  position: relative;
  z-index: 5;
}
.header-enroll span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 46px;
  transform: translate(0, 0);
  transition: transform 0.35s;
  background: var(--text-color);
}
.header-enroll i {
  font-style: normal;
  display: block;
  padding: 0 3rem;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
.activatedHover .header-enroll:focus span, .activatedHover .header-enroll:hover span {
  transform: translate(-100%, 0);
}
#header .navigation .search-icon {
  display: none;
}
#header .navigation .btns {
  display: none;
  margin-bottom: 20px;
}
#header.news-corp .search-icon .icon-s svg {
  fill: var(--text-color);
}
#header.news-corp .search-submit:after {
  border-color: var(--text-color);
}
#header.news-corp .search-submit svg {
  fill: var(--text-color);
}
#header.news-corp .search-field {
  color: var(--text-color) !important;
}
#header.news-corp .search-field::placeholder {
  color: var(--text-color) !important;
}
#header.news-corp + #page .search-submit svg {
  fill: var(--text-color) !important;
}
#header.news-corp + #page .search-submit:after {
  border-color: var(--text-color) !important;
}
#header.news-corp + #page .search-field {
  color: var(--text-color) !important;
}
#header.news-corp + #page .search-field::placeholder {
  color: var(--text-color) !important;
}
.search-results .svg-bg svg {
  height: auto;
}
.header-enroll-wrap {
  display: inline-block;
  position: relative;
  transition: transform 0.5s, width 0.5s;
}
.header-enroll-wrap .header-enroll-wrap-in {
  overflow: hidden;
}
.header-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  transition: opacity 0.5s, transform 0.8s;
  opacity: 1;
  transform: translate(0, -40px);
}
.header-bg svg {
  display: block;
  width: 100%;
}
.header-bg svg .header-bg-color {
  fill: #fff;
}
.navigation {
  position: relative;
  z-index: 15;
  clear: both;
  transition: transform 0.5s, opacity 0.5s 0.3s;
  opacity: 0;
}
.navigation ul {
  text-align: center;
}
.navigation ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
.navigation ul:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: "";
  display: inline-block;
}
.navigation ul li {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 2.1rem;
  margin: 0 4rem;
}
.navigation ul li a {
  color: var(--text-color);
  position: relative;
  text-decoration: none;
  padding-bottom: 10px;
  white-space: nowrap;
}
.navigation ul li a:after {
  content: "";
  width: 0;
  height: 4px;
  background: var(--text-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.35s;
}
.navigation ul li a:focus:after, .navigation ul li a:hover:after {
  width: 100%;
}
.navigation ul li.current a:after {
  width: 100%;
}
.navigation.dj-retirees {
  display: none;
}
.top-menu {
  font-size: 0;
  overflow: hidden;
}
.top-menu > li {
  font-size: 2.2rem;
  color: #3d2d78;
  font-weight: bold;
  width: 20.5%;
  display: inline-block;
  vertical-align: top;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
}
.top-menu > li .sub-menu li.last-column {
  font-size: 2.2rem;
  color: #3d2d78;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
  width: auto;
  padding-left: 0;
  padding-top: 4.5rem;
}
.top-menu > li .sub-menu li.last-column a {
  color: #3d2d78;
  margin-bottom: 4.5rem;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  text-decoration: underline;
  transition: color 0.3s;
}
.top-menu > li .sub-menu li.last-column a:focus, .top-menu > li .sub-menu li.last-column a:hover {
  color: #3d2d78;
  opacity: 0.7;
  text-decoration: none;
}
.top-menu > li .sub-menu li.last-column a:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  top: 50%;
  right: 0;
  z-index: 1;
  background: url(../images/sprite.png) no-repeat 0 -25px;
  margin-top: -5px;
  opacity: 1;
}
.top-menu > li .sub-menu li.last-column a .menu-arrow {
  display: none;
}
.top-menu > li .sub-menu li.last-column:before {
  top: 0;
  position: absolute;
  content: "";
  left: -2rem;
  border-top: 1px solid #efefef;
  right: 0;
  width: 150%;
}
.top-menu > li .sub-menu li.offsite a .menu-arrow {
  width: 18px;
  height: 13px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  opacity: 1;
  transition: color 0.3s;
}
.top-menu > li .sub-menu li.offsite a:after {
  background-position: 0 -76px;
  opacity: 0;
}
.top-menu > li .sub-menu li.offsite a:focus:after, .top-menu > li .sub-menu li.offsite a:hover:after {
  opacity: 1;
}
.top-menu > li .sub-menu li.offsite a:focus:before, .top-menu > li .sub-menu li.offsite a:hover:before {
  opacity: 0;
}
.top-menu > li .sub-menu li {
  color: #747474;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 3rem;
}
.top-menu > li .sub-menu li a {
  color: #747474;
  padding-right: 26px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
.top-menu > li .sub-menu li a .menu-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  top: 2px;
  right: 0;
  z-index: 1;
  transition: opacity 0.3s;
  opacity: 0;
}
.top-menu > li .sub-menu li a:focus, .top-menu > li .sub-menu li a:hover {
  color: #00a2d3;
}
.top-menu > li .sub-menu li a:focus .menu-arrow, .top-menu > li .sub-menu li a:hover .menu-arrow {
  opacity: 1;
}
.top-menu > li .sub-menu li a[target="_blank"]:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/external_link.png) no-repeat 0 0 / contain;
  content: "";
  margin-left: 3px;
  position: relative;
  top: 1px;
  opacity: 0.5;
}
.top-menu > li:nth-child(5) {
  width: 18%;
}
.top-menu > li:before {
  border-left: 1px solid #efefef;
  position: absolute;
  height: 1500px;
  top: 0;
  content: "";
  left: 0;
  z-index: 3;
}
.top-menu > li:first-child {
  padding-left: 0;
}
.top-menu > li:first-child:before {
  border-left: none;
}
.top-menu > li > a {
  color: #3d2d78;
  margin-bottom: 4.5rem;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  text-decoration: underline;
  transition: color 0.3s;
}
.top-menu > li > a:focus, .top-menu > li > a:hover {
  color: #3d2d78;
  opacity: 0.7;
  text-decoration: none;
}
.top-menu > li > a:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  top: 50%;
  right: 0;
  z-index: 1;
  background: url(../images/sprite.png) no-repeat 0 -25px;
  margin-top: -5px;
  opacity: 1;
}
.top-menu > li.quick-link a {
  color: #3e3e3e;
}
.top-menu > li.quick-link > a:after {
  display: none;
}
.seachresult-text {
  position: relative;
  z-index: 3;
  color: var(--text-color);
  font-size: 5.1rem;
  font-family: "EB Garamond", Arial, sans-serif;
  margin-bottom: 5rem;
}
.seachresult-text > span {
  font-family: "EB Garamond", Arial, sans-serif;
}
.seachresult-text form {
  display: none;
}
.seachresult-text div {
  font-size: 2.5rem;
  font-style: italic;
}
.seachresult-text div span.Mean {
  margin-right: 20px;
  display: inline-block;
  opacity: 0;
}
#SearchBox {
  background: none;
  border: none;
  font-weight: bold;
  display: block;
  color: #fff;
  font-size: 5rem;
  margin-bottom: 10px;
}
.ui-autocomplete {
  position: fixed !important;
  z-index: 999;
  width: 370px !important;
  border-radius: 0 0 30px 30px;
  padding: 2rem 5rem;
  box-sizing: border-box;
  list-style-type: none;
  background: var(--main-color);
}
.ui-autocomplete:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  background: var(--main-color);
  border-radius: 0 0 5rem 5rem;
}
.ui-autocomplete li {
  position: relative;
  z-index: 4;
  font-size: 16px;
  margin-bottom: 2rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
.ui-autocomplete li:not(.li-ui):focus, .ui-autocomplete li:not(.li-ui):hover {
  opacity: 0.7;
}
.result-search {
  float: left;
}
.view-search {
  float: right;
  text-decoration: underline;
}
.li-ui {
  cursor: default !important;
}
.li-ui .view-search {
  cursor: pointer;
}
.li-ui .view-search:focus, .li-ui .view-search:hover {
  text-decoration: none;
}
.search-no-results .categories-posts {
  min-height: 9rem;
}
@media screen and (max-width: 1700px) {
  .navigation ul {
    transition: margin 0.5s;
  }
  .fixed-heder .navigation ul {
    margin: 0 50px 0 70px;
  }
}
@media (max-width: 1600px) {
  .fixed-heder #logo1 {
    max-width: 16%;
  }
  .fixed-heder .navigation ul {
    margin: 0 50px 0 150px;
  }
}
@media (max-width: 1400px) {
  .header-bg {
    transform: translate(0, -20px);
  }
  .fixed-heder .header-bg {
    transform: translate(0, -20px);
  }
  .fixed-heder #logo1 {
    padding: 3rem 0 1rem;
  }
  .top-menu > li:before {
    top: 0;
  }
  .top-menu > li:nth-child(2):before {
    height: 60rem;
  }
  .top-menu > li:nth-child(3):before {
    height: 55rem;
  }
  .top-menu > li:nth-child(4):before {
    height: 40rem;
  }
  .top-menu > li:nth-child(5):before {
    height: 38rem;
  }
  #logo {
    padding: 3rem 0 1rem;
  }
  #logo1 {
    padding: 3rem 0 1rem;
  }
  .header-right {
    padding-top: 2.5rem;
  }
}
@media (max-width: 1250px) {
  .search-icon .search-form-wrap.active {
    width: 270px;
  }
  .category-description-left .search-form-wrap, .ui-autocomplete {
    width: 270px !important;
  }
  .smart-search:after {
    width: 270px;
  }
  .smart-search:before {
    width: 270px;
  }
  .has-promo-bar.header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1150px) {
  .has-promo-bar.header .header-bg {
    transform: translate(0, 4rem);
  }
  .fixed-heder .has-promo-bar.header .header-bg {
    transform: translate(0, 4rem);
  }
  .navigation ul li {
    font-size: 1.4rem;
  }
  .header .choose-inner .selector {
    margin-left: 0;
  }
  .smart-search:after {
    width: 100%;
  }
  .smart-search:before {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu {
    overflow: inherit !important;
  }
}
@media screen and (max-width: 1024px) {
  #logo1 + .header-right {
    transform: none;
    position: static;
  }
  .animate #logo1 + .header-right {
    transform: none;
  }
  .menu-icon {
    z-index: 20;
    top: 10px;
    display: inline-block;
  }
  .navigation {
    position: fixed;
    background: var(--text-color);
    top: 0;
    bottom: 0;
    right: 0;
    transform: translate(100%, 0);
  }
  .navigation ul {
    margin: 0;
  }
  .navigation ul li {
    display: block;
    margin: 0 0 10px;
  }
  .navigation ul li a {
    display: block;
    white-space: normal;
    color: #fff;
  }
  .navigation .inner {
    width: 250px;
    padding: 100px 30px 50px;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .header-right {
    padding-top: 2rem;
  }
  .menu-open .navigation {
    transform: translate(0, 0);
  }
  .menu-open.fixed-heder .navigation {
    transform: translate(0, 0);
  }
  .fixed-heder .navigation {
    transform: translate(100%, 0);
  }
  .fixed-heder .navigation ul {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .header {
    padding: 0 4%;
  }
  .header .choose-inner {
    display: inline-block;
  }
  .header .choose-inner .selector {
    margin-left: 1.5rem;
  }
  .header-menu {
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-menu .inner {
    max-height: 10000px;
    padding-top: 4rem;
  }
  .header-menu:after {
    display: none;
  }
  .step-title {
    padding-top: 56rem;
    padding-bottom: 0;
  }
  .header-bg svg {
    position: relative;
    top: 0;
    height: auto;
    width: 100%;
  }
  .top-menu > li {
    padding: 0 3rem 3.5rem 3rem;
    width: 50%;
    margin-bottom: 3.5rem;
  }
  .top-menu > li:last-child {
    padding: 0 3rem 3.5rem 3rem;
    width: 50%;
    margin-bottom: 3.5rem;
    padding-right: 0;
  }
  .top-menu > li:last-child:after {
    display: none;
  }
  .top-menu > li .sub-menu li.last-column {
    width: 100%;
  }
  .top-menu > li .sub-menu li.last-column:before {
    left: 0;
    width: 100%;
  }
  .top-menu > li:nth-child(2n+1) {
    padding-left: 0;
  }
  .top-menu > li:nth-child(2n+1):before {
    border-left: none;
  }
  .top-menu > li:after {
    border-bottom: 1px solid #efefef;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    content: "";
  }
  .top-menu > li:nth-child(2n+2):before {
    height: 170% !important;
  }
  .logo {
    height: 20px;
  }
  .logo img {
    height: auto;
    width: auto;
  }
  .has-promo-bar.header {
    padding: 4.5rem 2% 0;
  }
  #header .search-icon {
    display: none;
  }
  #header .navigation .search-icon {
    margin: 0;
    display: block;
  }
  #header .navigation .search-icon .icon-s {
    display: none;
  }
  #header .navigation .search-icon .search-form-wrap {
    right: auto;
    top: auto;
    width: auto !important;
    margin-top: auto !important;
  }
  #header .navigation .search-form fieldset {
    width: auto;
    padding: 1rem 2.5rem;
  }
  #header .navigation .search-submit {
    margin-left: -10px;
    margin-right: 0;
    transform: scale(0.7);
  }
  #header .navigation .search-field {
    padding: 0 1rem 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .search .category-description {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .search-icon {
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .header-bg svg {
    height: 100%;
    width: auto;
  }
  .seachresult-text {
    font-size: 3.1rem;
  }
  .search-icon {
    margin-right: 15px;
    margin-left: 1.5rem;
  }
  .search-icon .search-form-wrap {
    margin-top: 50px;
  }
  .search-icon:before {
    display: none;
  }
  #SearchBox {
    font-size: 3rem;
  }
  .change-company {
    padding-right: 15px;
  }
  .change-company span {
    display: none;
  }
  .header-bg {
    transform: translate(0, 0px);
  }
  .fixed-heder .header-bg {
    transform: translate(0, 0px);
  }
  .header-enroll-wrap {
    margin-right: 0;
    top: 0;
  }
  .promo-bar {
    padding: 1rem 4%;
  }
  .promo-bar p {
    text-align: left;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 18px;
  }
  .promo-bar .close-promo {
    right: 2%;
  }
  .navigation ul li {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #header .navigation .search-icon {
    margin: 0;
    display: block;
  }
  #header .navigation .search-icon .icon-s {
    display: none;
  }
  #header .navigation .search-icon .search-form-wrap {
    right: auto;
    top: auto;
    width: auto !important;
    margin-top: auto !important;
  }
  #header .navigation .search-form fieldset {
    width: auto;
    padding: 1rem 2.5rem;
  }
  #header .navigation .search-submit {
    margin-left: -10px;
    margin-right: 0;
    transform: scale(0.7);
  }
  #header .navigation .search-field {
    padding: 0 1rem 0 50px;
  }
  #header .navigation .btns .header-enroll {
    line-height: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
  }
  .ui-autocomplete {
    padding: 2rem;
  }
  .ui-autocomplete#ui-id-1, .ui-autocomplete#ui-id-2 {
    width: 190px !important;
    display: none !important;
  }
  #header .smart-search:after {
    display: none !important;
  }
  .smart-search:before {
    display: none !important;
  }
  #logo {
    padding: 2.5rem 0;
  }
  #logo1 {
    padding: 2.5rem 0;
  }
  .menu-icon {
    margin-left: 0.5rem;
    top: 13px;
  }
  .open-sel-body .header {
    z-index: 14;
  }
  .header-enroll-wrap {
    display: none;
  }
  #header .navigation .btns {
    display: block;
  }
  #header .navigation .btns .header-enroll {
    display: block;
    margin-bottom: 2rem;
    border: 2px solid #fff;
  }
}
@media screen and (max-height: 750px) {
  .header-menu {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 600px) {
  .top-menu > li {
    padding: 0 2rem 3rem;
  }
  .top-menu > li:last-child {
    padding: 0 2rem 3rem;
  }
}
@media (max-width: 480px) and (orientation: landscape) {
  .header-enroll-wrap .header-enroll-wrap-in {
    position: relative;
    top: 130px;
  }
  .search-icon .search-form-wrap {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 470px) {
  .search-icon {
    visibility: hidden;
  }
  .search-icon .search-form-wrap {
    margin-top: 50px;
    right: -55px;
    width: 86vw;
  }
  .search-icon .search-form-wrap.active {
    width: 86vw !important;
  }
  .top-menu > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .top-menu > li:last-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .top-menu > li:before {
    border-left: none;
  }
  #header .header-enroll {
    display: none;
  }
  #header-menu .header-enroll {
    display: block;
  }
  #header-menu .header-enroll-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 86vw;
    text-align: center;
  }
  .header-enroll-wrap span {
    margin-left: -86vw;
  }
  .search-form fieldset {
    width: 100%;
  }
}
/* 404 */
.error404 .site-footer {
  overflow: visible;
  height: 250px;
  margin-top: -250px;
}
.error404 .wrap-body {
  height: 100%;
}
.error404 .wrap-body-in {
  height: 100%;
}
.error404 #page {
  height: 100%;
}
.error404 .site-content {
  height: 100%;
}
.error404 .header-bg {
  opacity: 1;
  transform: translate(0px, 0px);
}
.error404 .navigation {
  margin-top: -2rem;
}
.error404 .footer-top-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 30%);
}
.error404 .footer-bottom-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.error404 .copyright {
  bottom: 2rem;
}
.page-404 {
  padding-bottom: 250px;
  text-align: center;
}
.page-404 .blue-content-bottom {
  transform: translate(0, 0px);
  width: 120%;
  right: 0;
  top: 75px;
}
.page-404 h3 {
  font-size: 7.9rem;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 225px;
}
.page-404 p {
  font-size: 1.6rem;
}
.page-404 h1 {
  font-size: 30rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .page-404 .blue-content-bottom {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .page-404 h1 {
    font-size: 20rem;
  }
  .page-404 h3 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 470px) {
  .error404 .copyright {
    top: auto;
  }
}
/* Pages */
.intro-inprogres {
  overflow: hidden;
  position: absolute;
  height: 0;
}
.intro-head {
  padding-top: 17vh;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
.intro-logo {
  text-decoration: none;
}
.image-logo {
  height: 45px;
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.8s 0.1s;
  opacity: 0;
  position: relative;
}
.image-logo img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.text-logo {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  color: #000;
  text-transform: uppercase;
  line-height: 45px;
  display: inline-block;
  vertical-align: top;
  padding-left: 2rem;
  margin-left: 2rem;
  border-left: 1px solid #C2CCD9;
  transition: opacity 0.8s 0.2s;
  opacity: 0;
}
.intro-slides {
  padding-top: 10vh;
  position: relative;
  z-index: 4;
}
.slide-text {
  position: absolute;
  left: 0;
  top: 0;
}
.slide-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.slide-inner h3 {
  color: var(--text-color);
  font-size: 8rem;
  line-height: 9.1rem;
  font-family: "EB Garamond", Arial, sans-serif;
  font-weight: normal;
  margin-top: -4.5vh;
}
.intro-slide {
  position: fixed;
  height: 100%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 999;
  background: #fff;
}
.slide-text {
  max-width: 810px;
  opacity: 0;
  transform: translate(-8rem, 0);
  transition: transform 0.8s, opacity 0.8s;
}
#introLetScale {
  display: block;
}
.bottom-companies {
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30vh;
  z-index: 2;
  transition: opacity 0.8s 0.2s, transform 0.8s 0.2s;
  transform: translate(0, 8rem);
}
.bottom-companies ul {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: table-row;
}
.bottom-companies ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2rem;
  border-left: 1px solid #efefef;
  transition: opacity 0.8s;
  opacity: 0;
}
.bottom-companies ul li img {
  max-height: 35px;
  width: auto;
}
.bottom-companies ul li:first-child {
  border: none;
}
.bottom-companies ul li a {
  transition: opacity 0.5s;
}
.bottom-companies ul li a:focus, .bottom-companies ul li a:hover {
  opacity: 0.7;
}
.intro-dots {
  max-width: 1240px;
  margin: 6vh auto 0;
  position: relative;
  z-index: 3;
}
.intro-dots .btn {
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
.slide-choose {
  color: var(--text-color);
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
  font-size: 4.6rem;
}
.slide-choose h4 {
  color: var(--text-color);
  font-size: 5.7rem;
  font-family: "EB Garamond", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 5rem;
  transition: opacity 0.8s 0.5s, transform 0.8s 0.5s, visibility 0.8s 0.5s;
  transform: translate(-4rem, 0);
  opacity: 0;
  visibility: hidden;
}
.choose-inner {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 5;
}
.choose-inner.open-sel {
  z-index: 6;
}
.choose {
  margin-bottom: 6rem;
  margin-top: 2rem;
  transition: opacity 0.8s 0.7s, transform 0.8s 0.7s, visibility 0.8s 0.7s;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
  font-size: 4.6rem;
  line-height: 6rem;
  opacity: 0;
  visibility: hidden;
}
.choose.with-delay {
  visibility: visible;
  transform: translate(0, 8rem);
  transition: opacity 0.8s ease-in 0.5s, transform 0.8s ease-in 0.5s, visibility 0s;
}
.choose:last-child {
  transition-delay: 0.5s;
}
.choose .open-sel ul {
  visibility: visible;
  opacity: 1;
}
.choose ul {
  list-style-type: none;
  width: 530px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  transform: translate(-50%, -60%);
  z-index: 5;
  background: var(--text-color);
}
.choose ul li {
  padding: 1.5rem 4.5rem;
  font-size: 3.4rem;
  line-height: 3.4rem;
  cursor: pointer;
  color: var(--link-color);
  position: relative;
  z-index: 7;
}
.choose ul li.close-select {
  width: 16px;
  height: 16px;
  background: url(../images/sprite.png) no-repeat 0 -94px;
  position: absolute;
  top: 2rem;
  right: 4.5rem;
  z-index: 99;
  display: none;
  padding: 0;
}
.choose ul li.selected {
  font-weight: 500;
}
.choose ul li:focus, .choose ul li.selected, .choose ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.choose ul div {
  padding: 2rem 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  max-height: 75vh;
  overflow-y: auto;
  box-sizing: border-box;
}
.choose ul div:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.98;
  z-index: 6;
  content: "";
}
.slide-2 .slide-choose h4 {
  transition-delay: 0.3s;
}
.slide-2 .choose {
  margin-bottom: 1.7rem;
  line-height: 5rem;
  position: relative;
  transform: translate(-4rem, 0);
  transition-delay: 0.3s;
}
.slide-2 .choose.open-sel1 {
  z-index: 7;
}
.slide-2 .choose.open-sel ul:before {
  content: "";
  display: block;
  position: absolute;
  width: 10000px;
  height: 10000px;
  background: rgba(0, 0, 0, 0.2);
  transform: translate(-5000px, -5000px);
}
.slide-2 .overflow-intro {
  width: 10000px;
  height: 10000px;
  left: -5000px;
  top: -5000px;
}
.change-section .choose {
  transition-delay: 0s;
}
.change-section .choose ul {
  top: 100%;
  transform: translate(-50%, -30%);
}
.change-text .choose ul li {
  padding: 1rem 2.5rem;
  font-size: 2.4rem;
  line-height: 1;
}
.page-template-page-enrollment .selector {
  padding-right: 0;
}
.selector {
  color: var(--link-color);
  width: 485px;
  border-bottom: 1px dashed var(--link-color);
  display: inline-block;
  vertical-align: top;
  padding-bottom: 4px;
  padding-right: 20px;
  cursor: pointer;
  margin-left: 1.5rem;
  position: relative;
}
.selector span {
  width: 13px;
  height: 8px;
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
.selector span svg {
  width: 100%;
  height: auto;
  display: block;
}
.overflow-intro {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}
.open-overflow .overflow-intro {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.white-wave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--text-color);
}
.white-wave-in {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 0);
  transition: transform 1.5s;
  top: 0;
}
.white-wave-in.active {
  transform: translate(0, 100%);
}
.white-wave-in svg {
  width: 100%;
  position: absolute;
  left: 0;
  height: auto;
  bottom: 100%;
}
.white-wave-in:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--text-color);
  width: 100%;
  height: 100%;
}
.white-wave.transparent {
  background: none;
}
/* Animation */
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animate.choose.with-delay {
  transform: translate(0, 0);
  opacity: 1;
}
.animate .bottom-companies {
  opacity: 1;
  transform: translate(0, 0);
}
.animate .bottom-companies li {
  transition-delay: 0.6s;
  opacity: 1;
}
.animate .intro-logo .image-logo, .animate .intro-logo .text-logo {
  opacity: 1;
}
.animate.animate-2 .btn {
  transition-delay: 0s;
}
.slide-2-bg {
  position: absolute;
  right: 0;
  top: 70%;
  transform: translate(0, -50%);
  max-width: 40%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.slide-2-bg svg {
  max-width: 100%;
  height: auto;
}
.slide-image-avatar {
  fill: var(--main-color);
}
.slide-image-petal {
  fill: var(--secondary-color);
}
.slide-image-vase {
  fill: var(--extra-color);
}
.submit-company {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.35s 0.3s, transform 0.35s 0.3s, color 0.35s !important;
}
.animate-1 .slide-text {
  opacity: 1;
  transform: translate(0, 0);
}
.animate-1 .slide-2-bg {
  opacity: 1;
  visibility: visible;
}
.animate-1.animate-2 .slide-text {
  opacity: 0;
  transform: translate(8rem, 0);
}
.animate-2 .slide-choose h4, .animate-2 .slide-2 .choose {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.animate-2 .choose {
  visibility: visible;
  opacity: 1;
}
.animate-2 .submit-company {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}
/* Remove animation */
.no-animation .slide-text, .no-animation .image-logo, .no-animation .slide-choose h4, .no-animation .slide-2 .choose, .no-animation .choose, .no-animation .text-logo, .no-animation .bottom-companies {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
  transition-delay: 0s !important;
}
.no-animation .slide-2-bg, .no-animation .bottom-companies ul li {
  visibility: visible;
  opacity: 1;
}
.no-animation .submit-company {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}
.no-animation .white-wave-in {
  transform: translate(0, 100%) !important;
}
.no-animation .white-wave {
  background: none;
}
.no-animation .image-logo, .no-animation .text-logo, .no-animation .slide-2-bg, .no-animation .slide-choose h4, .no-animation .slide-2 .choose, .no-animation .choose, .no-animation .submit-company, .no-animation .white-wave-in, .no-animation .bottom-companies ul li, .no-animation .bottom-companies {
  transition: none !important;
}
@media screen and (max-width: 1400px) {
  .intro-slides, .intro-head, .intro-dots {
    padding-left: 2%;
    padding-right: 2%;
  }
  .slide-inner {
    margin: 0;
    max-width: 75%;
  }
  .slide-choose h4 {
    font-size: 5rem;
  }
  .choose {
    font-size: 4rem;
  }
  .slide-2-bg {
    max-width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .white-wave-in {
    margin-top: -50px;
  }
}
@media (min-height: 1000px) and (max-width: 1024px) {
  .bottom-companies {
    max-height: 250px;
  }
}
@media (max-height: 1000px) and (max-width: 1024px) {
  .white-wave-in {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1023px) {
  .intro-head {
    padding-top: 5vh;
  }
  .intro-slides {
    height: auto;
  }
  .slide-choose h4 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .slide-choose h4 {
    margin-bottom: 1rem;
  }
  .slide-2 .choose {
    margin-bottom: 2rem;
    line-height: 3rem;
  }
  .bottom-companies {
    max-height: 65px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .slide-inner {
    max-width: 100%;
  }
  .slide-2-bg {
    display: none;
  }
  .selector {
    margin-left: 0;
    display: block;
    width: auto;
  }
  .slide-1 .slide-text {
    margin-top: 6vh;
  }
  .intro-slides {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 8vh;
  }
  .intro-head {
    padding-left: 4%;
    padding-right: 4%;
  }
  .intro-dots {
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 5vh;
    transform: scale(0.8);
    transform-origin: left top;
  }
  .change-text .choose {
    font-size: 3rem;
  }
  .change-text .selector {
    width: 400px;
  }
  .slide-2 .choose {
    position: static;
  }
  .animate-2 .slide-choose h4 {
    transform: none;
  }
  .animate-2 .slide-2 .choose {
    transform: none;
  }
  .animate-2 .slide-1 {
    visibility: hidden;
  }
  .change-section .choose ul {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    transform: translate(0, 0);
    z-index: 999;
    overflow-y: auto;
  }
  .choose {
    font-size: 2.5rem;
    line-height: 4rem !important;
  }
  .choose ul {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    transform: translate(0, 0);
    z-index: 999;
    overflow-y: auto;
  }
  .choose ul div {
    padding: 7rem 0 5rem;
  }
  .choose ul li {
    text-align: right;
  }
  .form-plan .choose ul {
    width: 320px;
    max-width: 100vw;
    bottom: auto;
    top: 50%;
    position: absolute;
  }
  .open-sel-body .intro-dots {
    z-index: 2;
  }
  .open-sel-body .wrap-body {
    overflow: hidden;
  }
  .open-sel-body .header {
    z-index: 14;
  }
  .open-sel-body .choose ul li.close-select {
    display: block;
  }
  .slide-inner h3 {
    font-size: 5rem;
    line-height: 1.3;
  }
  .image-logo {
    height: 30px;
  }
  .image-logo img {
    max-height: 100%;
    max-width: 100%;
  }
  .text-logo {
    line-height: 30px;
  }
}
@media (max-width: 600px) and (orientation: landscape) {
  .bottom-companies {
    max-height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .bottom-companies {
    max-height: 170px;
    transform: translate(0, 170px);
  }
  .selector {
    width: auto;
  }
  .bottom-companies ul {
    bottom: 1rem;
  }
}
@media screen and (max-width: 470px) {
  .intro-slide .image-logo {
    height: 23px;
    position: relative;
    top: 3px;
  }
  .bottom-companies {
    max-height: 120px;
    transform: translate(0, 120px);
  }
  .bottom-companies ul li {
    padding: 0 1rem;
  }
  .change-text .selector {
    width: 100%;
    box-sizing: border-box;
  }
  .change-text .choose {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .choose-inner {
    width: 100%;
    box-sizing: border-box;
  }
  .slide-choose {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .choose ul li {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .bottom-companies {
    max-height: 70px;
    background-size: 245% auto;
    background-position: 100% top;
  }
}
@media screen and (max-width: 374px) {
  .intro-slide .image-logo {
    height: 21px;
  }
}
@media screen and (max-width: 350px) {
  .intro-slide .image-logo {
    height: 18px;
    position: relative;
    top: 4px;
  }
  .intro-slide .choose {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .intro-slide .choose .selector {
    line-height: 1;
  }
  .intro-slide .choose + .choose {
    margin-top: -2rem;
  }
  .slide-choose h4 {
    margin-bottom: 0;
  }
  .bottom-companies {
    max-height: 100px;
  }
  .choose ul li {
    font-size: 2.2rem;
    padding: 2rem 4.5rem 0 1rem;
  }
}
.event-cats__dropdown {
  display: inline-block;
  position: relative;
  z-index: 10;
  text-align: left;
}
.event-cats__dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 1rem 2.5rem;
  background: #fff;
  border-radius: 3px;
  z-index: 88;
  width: 100%;
  display: none;
  border: 1px solid var(--text-color) !important;
}
.event-cats__dropdown ul li {
  font-size: 1.8rem;
}
.event-cats__dropdown ul li a {
  display: block;
  padding: 1rem 0 !important;
}
.event-cats__dropdown ul li.current a {
  color: var(--main-color) !important;
}
.tribe-events .tribe-events-c-breadcrumbs__list-item a.tribe-events-c-breadcrumbs__list-item-link {
  bottom: auto !important;
}
.event-cats__selector {
  font-size: 1.8rem;
  color: var(--text-color);
  border: 1px solid var(--text-color) !important;
  border-radius: 3px;
  line-height: 1.5;
  padding: 1rem 2.5rem !important;
  min-width: 200px;
  display: block;
  position: relative;
  text-align: left;
}
.event-cats__selector:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: 3px;
  transform: translate(0, -50%);
  border: 5px solid transparent;
  border-top: 5px solid var(--text-color);
}
.date-event {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 35px;
  text-align: center;
}
.date-event span {
  display: inline-block;
  vertical-align: top;
  padding-left: 60px;
  font-size: 3.5rem;
  color: #fff;
  position: relative;
}
.date-event span:before {
  background: url(images/calendar.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 41px;
  height: 41px;
  content: "";
  margin-top: -20px;
}
html .tribe-common .tribe-common-b2, html .tribe-common .tribe-common-c-btn, html .tribe-common a.tribe-common-c-btn {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
html .tribe-common .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke, html .tribe-common .tribe-common-c-svgicon--messages-not-found path {
  stroke: var(--text-color);
}
html .tribe-events .tribe-events-c-messages__message {
  color: var(--text-color) !important;
  background: white;
}
html .tribe-events .tribe-events-header__messages:not(.tribe-events-header__messages--mobile) {
  display: block;
  color: #fff;
}
.news-corp .btn, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next {
  color: var(--text-color) !important;
}
.news-corp .btn:focus, .news-corp .btn:hover, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:focus, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:focus, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover {
  color: var(--text-color) !important;
}
.news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev span svg path, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next span svg path {
  fill: var(--text-color) !important;
}
.news-corp .categories-posts .event-item.event-bg, .news-corp .categories-posts .event-item.event-light {
  color: var(--text-color);
}
.news-corp .categories-posts .event-item.event-bg .event-item-top, .news-corp .categories-posts .event-item.event-bg .tribe-events-calendar-list__event-datetime, .news-corp .categories-posts .event-item.event-bg .tribe-events-calendar-list__event-description p, .news-corp .categories-posts .event-item.event-bg .tribe-events-calendar-list__event-title a, .news-corp .categories-posts .event-item.event-bg .tribe-events-calendar-list__event-venue, .news-corp .categories-posts .event-item.event-bg .tribe-events-calendar-list__event-datetime-wrapper, .news-corp .categories-posts .event-item.event-bg .btn-cal, .news-corp .categories-posts .event-item.event-light .event-item-top, .news-corp .categories-posts .event-item.event-light .tribe-events-calendar-list__event-datetime, .news-corp .categories-posts .event-item.event-light .tribe-events-calendar-list__event-description p, .news-corp .categories-posts .event-item.event-light .tribe-events-calendar-list__event-title a, .news-corp .categories-posts .event-item.event-light .tribe-events-calendar-list__event-venue, .news-corp .categories-posts .event-item.event-light .tribe-events-calendar-list__event-datetime-wrapper, .news-corp .categories-posts .event-item.event-light .btn-cal {
  color: var(--text-color) !important;
}
.news-corp .categories-posts .event-item.event-bg .btn, .news-corp .categories-posts .event-item.event-light .btn {
  border-color: var(--text-color) !important;
  color: var(--text-color) !important;
}
.news-corp .categories-posts .event-item.event-bg .btn:focus, .news-corp .categories-posts .event-item.event-bg .btn:hover, .news-corp .categories-posts .event-item.event-light .btn:focus, .news-corp .categories-posts .event-item.event-light .btn:hover {
  color: var(--text-color) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next[disabled] {
  pointer-events: none;
  opacity: 0.3;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev[disabled] {
  pointer-events: none;
  opacity: 0.3;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next {
  border: 2px solid var(--main-color);
  font-weight: bold;
  font-size: 12px;
  line-height: 46px;
  text-decoration: none;
  letter-spacing: 0.1rem;
  margin-right: 11px;
  background: #fff;
  border-radius: 46px;
  padding: 0 3rem;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  transition: background 0.5s, border 0.5s;
  z-index: 2;
  color: #fff;
  position: relative;
  white-space: nowrap;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next span {
  position: relative;
  z-index: 5;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next span svg path {
  fill: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  border-radius: 46px;
  display: block;
  background: var(--main-color);
  transform: translate(0, 0);
  transition: transform 0.25s ease-in;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover {
  color: var(--main-color) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:focus svg path, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover svg path {
  fill: var(--main-color) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:focus:before, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover:before {
  transform: translate(-100%, 0);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  border: 2px solid var(--main-color);
  font-weight: bold;
  font-size: 12px;
  line-height: 46px;
  text-decoration: none;
  letter-spacing: 0.1rem;
  margin-right: 11px;
  background: #fff;
  border-radius: 46px;
  padding: 0 3rem;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  vertical-align: top;
  transition: background 0.5s, border 0.5s, color 0.5s;
  z-index: 2;
  position: relative;
  white-space: nowrap;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev span {
  position: relative;
  z-index: 5;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev span svg path {
  fill: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  border-radius: 46px;
  display: block;
  background: var(--main-color);
  transform: translate(0, 0);
  transition: transform 0.25s ease-in;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover {
  color: var(--main-color) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:focus svg path, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover svg path {
  fill: var(--main-color) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:focus:before, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover:before {
  transform: translate(-100%, 0);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
  padding: 1.2rem 3.5rem;
  border-radius: 3rem !important;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: color 0.35s;
  font-weight: 900;
  font-size: 14px;
  min-width: 16rem;
  background: none;
  transform: translateZ(0);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
  border-radius: 10px;
  overflow: hidden;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
  display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
  display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
  padding: 30px 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
  left: 50px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link {
  display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message {
  justify-content: left;
  color: #fff;
}
.tribe-common .tribe-common-l-container {
  max-width: 1300px;
}
.tribe-common .tribe-common-form-control-text__input {
  font-size: 1.6rem;
}
.tribe-common .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke {
  stroke: #fff;
}
.tribe-common .tribe-common-c-svgicon--messages-not-found path {
  stroke: #fff;
}
.categories-posts .event-item-wrap {
  margin-bottom: 5rem;
}
.categories-posts .event-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  color: #fff;
}
.categories-posts .event-item .event-item-in {
  padding: 4rem 0 8rem;
}
.categories-posts .event-item .event-item-left {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  padding: 0 3rem;
}
.categories-posts .event-item .event-item-right {
  width: calc(68% - 4px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 8.5rem;
  padding-right: 8.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.categories-posts .event-item .event-item-top {
  padding: 1.5rem 3rem;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0 0 10px 0;
  position: relative;
  z-index: 5;
}
.categories-posts .event-item .event-item-day {
  margin-bottom: 2rem;
  display: block;
  position: relative;
  z-index: 2;
}
.categories-posts .event-item .tribe-events-calendar-list__event-description {
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.categories-posts .event-item .tribe-events-calendar-list__event-description p {
  font-size: 1.6rem;
  line-height: 2;
  color: #f8f8f8;
  margin-bottom: 4rem;
}
.categories-posts .event-item .event-item-day-num {
  font-size: 8.9rem;
  display: block;
  line-height: 1;
  margin-bottom: 2rem;
}
.categories-posts .event-item .event-item-month {
  font-size: 1.6rem;
  display: block;
  line-height: 1;
}
.categories-posts .event-item h3.tribe-events-calendar-list__event-title {
  display: block;
  clear: both;
  font-size: 3.4rem;
  font-weight: bold;
  color: #f8f8f8;
  font-family: "EB Garamond", Arial, sans-serif;
  margin-bottom: 4rem;
}
.categories-posts .event-item .tribe-events-calendar-list__event-title a {
  color: #f8f8f8;
  border-bottom: none;
}
.categories-posts .event-item .btn {
  z-index: 11;
  border-width: 2px;
  border-style: solid;
  padding: 1.2rem 3.5rem;
  border-radius: 3rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  font-size: 12px;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: color 0.35s;
}
.categories-posts .event-item .btn svg {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.categories-posts .event-item .btn:before {
  transform: translate(100%, 0);
}
.categories-posts .event-item .btn:focus:before, .categories-posts .event-item .btn:hover:before {
  transform: translate(0, 0);
}
.categories-posts .event-item .tribe-common-c-svgicon {
  color: var(--extra-color);
}
.categories-posts .event-item .tribe-events-calendar-list__event-datetime-featured-text {
  color: var(--extra-color);
}
.categories-posts .event-item .cat-event {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.categories-posts .event-item .cat-event:before {
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #bccdf4;
  height: 100%;
  content: "";
}
.categories-posts .event-item .cat-event:first-child {
  padding-left: 0;
}
.categories-posts .event-item .cat-event:first-child:before {
  display: none;
}
.categories-posts .event-item.event-bg.no-image-bg:before {
  opacity: 1;
}
.categories-posts .event-item.event-bg:before {
  background: var(--main-color);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.82;
}
.categories-posts .event-item.event-bg .btn {
  border-color: #fff !important;
  color: #fff !important;
}
.categories-posts .event-item.event-bg .btn:before {
  background: #fff;
  transform: translate(100%, 0);
}
.categories-posts .event-item.event-bg .btn:focus, .categories-posts .event-item.event-bg .btn:hover {
  color: var(--main-color) !important;
}
.categories-posts .event-item.event-bg .btn:focus:before, .categories-posts .event-item.event-bg .btn:hover:before {
  transform: translate(0, 0);
}
.categories-posts .event-item.event-bg .btn-cal {
  color: #fff !important;
}
.categories-posts .event-item.event-outline {
  border: 8px solid var(--text-color);
  color: var(--text-color);
}
.categories-posts .event-item.event-outline .event-item-top, .categories-posts .event-item.event-outline .tribe-events-calendar-list__event-datetime, .categories-posts .event-item.event-outline .tribe-events-calendar-list__event-description p, .categories-posts .event-item.event-outline .tribe-events-calendar-list__event-title a, .categories-posts .event-item.event-outline .tribe-events-calendar-list__event-venue, .categories-posts .event-item.event-outline .tribe-events-calendar-list__event-datetime-wrapper, .categories-posts .event-item.event-outline .btn-cal {
  color: var(--text-color) !important;
}
.categories-posts .event-item.event-outline .event-item-top {
  border-right: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
}
.categories-posts .event-item.event-outline .event-item-right {
  border-left: 1px solid rgba(37, 25, 83, 0.15);
}
.categories-posts .event-item.event-outline .btn {
  border-color: var(--text-color) !important;
  color: var(--text-color) !important;
}
.categories-posts .event-item.event-outline .btn:before {
  background: var(--text-color);
}
.categories-posts .event-item.event-outline .btn:focus, .categories-posts .event-item.event-outline .btn:hover {
  color: #fff !important;
}
.categories-posts .event-item.event-dark {
  background: var(--text-color);
}
.categories-posts .event-item.event-dark .btn {
  border-color: #fff !important;
  color: #fff !important;
}
.categories-posts .event-item.event-dark .btn:before {
  background: #fff;
}
.categories-posts .event-item.event-dark .btn:focus, .categories-posts .event-item.event-dark .btn:hover {
  color: var(--text-color) !important;
}
.categories-posts .event-item.event-dark .btn-cal {
  color: #fff !important;
}
.categories-posts .event-item.event-dark .event-item-top {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.categories-posts .event-item.event-dark:before {
  content: "";
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/event-bg.svg) no-repeat right bottom;
  z-index: 2;
}
.categories-posts .event-item.event-dark:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  background: var(--text-color);
  z-index: 1;
}
.categories-posts .event-item.event-light {
  background: var(--main-color);
}
.categories-posts .event-item.event-light .btn {
  border-color: #fff !important;
  color: #fff !important;
}
.categories-posts .event-item.event-light .btn:before {
  background: #fff;
}
.categories-posts .event-item.event-light .btn:focus, .categories-posts .event-item.event-light .btn:hover {
  color: var(--main-color) !important;
}
.categories-posts .event-item.event-light .btn-cal {
  color: #fff !important;
}
.categories-posts .event-item.event-light:before {
  content: "";
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/event-bg.svg) no-repeat right bottom;
  z-index: 2;
}
.categories-posts .event-item.event-light:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  background: var(--main-color);
  z-index: 1;
}
.categories-posts .event-item.event-extra {
  background: var(--extra-color);
}
.categories-posts .event-item.event-extra .btn {
  border-color: #fff !important;
  color: #fff !important;
}
.categories-posts .event-item.event-extra .btn:before {
  background: #fff;
}
.categories-posts .event-item.event-extra .btn:focus, .categories-posts .event-item.event-extra .btn:hover {
  color: var(--extra-color) !important;
}
.categories-posts .event-item.event-extra .btn-cal {
  color: #fff !important;
}
.categories-posts .event-item.event-extra:before {
  content: "";
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/event-bg.svg) no-repeat right bottom;
  z-index: 2;
}
.categories-posts .event-item.event-extra:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  background: var(--extra-color);
  z-index: 1;
}
.categories-posts .event-item.event-secondarycolor {
  background: var(--secondary-color);
}
.categories-posts .event-item.event-secondarycolor .btn {
  border-color: #fff !important;
  color: #fff !important;
}
.categories-posts .event-item.event-secondarycolor .btn:before {
  background: #fff;
}
.categories-posts .event-item.event-secondarycolor .btn:focus, .categories-posts .event-item.event-secondarycolor .btn:hover {
  color: var(--secondary-color) !important;
}
.categories-posts .event-item.event-secondarycolor .btn-cal {
  color: #fff !important;
}
.categories-posts .event-item.event-secondarycolor:before {
  content: "";
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/event-bg.svg) no-repeat right bottom;
  z-index: 2;
}
.categories-posts .event-item.event-secondarycolor:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  background: var(--secondary-color);
  z-index: 1;
}
.event-item-month {
  font-size: 1.6rem;
  display: block;
}
.event-item .tribe-events-calendar-list__event-datetime {
  color: #fff;
}
.event-item .tribe-events-calendar-list__event-datetime-wrapper {
  float: left;
  max-width: 35%;
  color: #f8f8f8;
  font-size: 14px;
  font-weight: bold;
}
.event-item .tribe-events-calendar-list__event-venue {
  float: right;
  font-weight: bold;
  max-width: 60%;
  color: #f8f8f8;
  font-size: 14px;
  margin-bottom: 30px;
}
.event-item .tribe-events-calendar-list__event-title {
  display: block;
  clear: both;
}
.event-item .event-item-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.tribe-events-calendar-list__event-header {
  position: relative;
  z-index: 2;
}
.tribe-events .tribe-events-c-search__button:active, .tribe-events .tribe-events-c-search__button {
  background: none;
}
.tribe-common button.btn, .btn {
  border: 2px solid var(--main-color) !important;
  padding: 1.2rem 3.5rem !important;
  border-radius: 3rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  font-size: 12px;
  box-sizing: border-box;
  text-transform: uppercase;
}
html .tribe-common .tribe-common-b2, html .tribe-common .tribe-common-c-btn, html .tribe-common a.tribe-common-c-btn {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
html .tribe-common .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke, html .tribe-common .tribe-common-c-svgicon--messages-not-found path {
  stroke: var(--text-color);
}
html .tribe-events .tribe-events-c-messages__message {
  color: var(--text-color);
}
html .tribe-events .tribe-events-header__messages:not(.tribe-events-header__messages--mobile) {
  display: block;
  color: #fff;
}
.news-corp .btn, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next {
  color: var(--text-color) !important;
}
.news-corp .btn:focus, .news-corp .btn:hover, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:focus, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:focus, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover {
  color: var(--text-color) !important;
}
.news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev span svg path, .news-corp .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next span svg path {
  fill: var(--text-color) !important;
}
.news-corp .categories-posts .event-item.event-bg, .news-corp .categories-posts .event-item.event-light {
  color: var(--text-color);
}
.news-corp .categories-posts .event-item.event-bg .event-item-top, .news-corp .categories-posts .event-item.event-bg .tribe-events-calendar-list__event-datetime, .news-corp .categories-posts .event-item.event-bg .tribe-events-calendar-list__event-description p, .news-corp .categories-posts .event-item.event-bg .tribe-events-calendar-list__event-title a, .news-corp .categories-posts .event-item.event-bg .tribe-events-calendar-list__event-venue, .news-corp .categories-posts .event-item.event-bg .tribe-events-calendar-list__event-datetime-wrapper, .news-corp .categories-posts .event-item.event-bg .btn-cal, .news-corp .categories-posts .event-item.event-light .event-item-top, .news-corp .categories-posts .event-item.event-light .tribe-events-calendar-list__event-datetime, .news-corp .categories-posts .event-item.event-light .tribe-events-calendar-list__event-description p, .news-corp .categories-posts .event-item.event-light .tribe-events-calendar-list__event-title a, .news-corp .categories-posts .event-item.event-light .tribe-events-calendar-list__event-venue, .news-corp .categories-posts .event-item.event-light .tribe-events-calendar-list__event-datetime-wrapper, .news-corp .categories-posts .event-item.event-light .btn-cal {
  color: var(--text-color) !important;
}
.news-corp .categories-posts .event-item.event-bg .btn, .news-corp .categories-posts .event-item.event-light .btn {
  border-color: var(--text-color) !important;
  color: var(--text-color) !important;
}
.news-corp .categories-posts .event-item.event-bg .btn:focus, .news-corp .categories-posts .event-item.event-bg .btn:hover, .news-corp .categories-posts .event-item.event-light .btn:focus, .news-corp .categories-posts .event-item.event-light .btn:hover {
  color: var(--text-color) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next[disabled] {
  pointer-events: none;
  opacity: 0.3;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev[disabled] {
  pointer-events: none;
  opacity: 0.3;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next {
  border: 2px solid var(--main-color);
  font-weight: bold;
  font-size: 12px;
  line-height: 46px;
  text-decoration: none;
  letter-spacing: 0.1rem;
  margin-right: 11px;
  background: #fff;
  border-radius: 46px;
  padding: 0 3rem;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  transition: background 0.5s, border 0.5s;
  z-index: 2;
  color: #fff;
  position: relative;
  white-space: nowrap;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next span {
  position: relative;
  z-index: 5;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next span svg path {
  fill: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  border-radius: 46px;
  display: block;
  background: var(--main-color);
  transform: translate(0, 0);
  transition: transform 0.25s ease-in;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover {
  color: var(--main-color) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:focus svg path, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover svg path {
  fill: var(--main-color) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:focus:before, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover:before {
  transform: translate(-100%, 0);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  border: 2px solid var(--main-color);
  font-weight: bold;
  font-size: 12px;
  line-height: 46px;
  text-decoration: none;
  letter-spacing: 0.1rem;
  margin-right: 11px;
  background: #fff;
  border-radius: 46px;
  padding: 0 3rem;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  vertical-align: top;
  transition: background 0.5s, border 0.5s, color 0.5s;
  z-index: 2;
  position: relative;
  white-space: nowrap;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev span {
  position: relative;
  z-index: 5;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev span svg path {
  fill: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  border-radius: 46px;
  display: block;
  background: var(--main-color);
  transform: translate(0, 0);
  transition: transform 0.25s ease-in;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover {
  color: var(--main-color) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:focus svg path, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover svg path {
  fill: var(--main-color) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:focus:before, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover:before {
  transform: translate(-100%, 0);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
  padding: 1.2rem 3.5rem;
  border-radius: 3rem !important;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: color 0.35s;
  font-weight: 900;
  font-size: 14px;
  min-width: 16rem;
  background: none;
  transform: translateZ(0);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
  border-radius: 10px;
  overflow: hidden;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
  display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
  display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
  padding: 30px 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
  left: 50px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link {
  display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message {
  justify-content: left;
  color: #fff;
}
.tribe-common .tribe-common-l-container {
  max-width: 1300px;
}
.tribe-common .tribe-common-form-control-text__input {
  font-size: 1.6rem;
}
.tribe-common .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke {
  stroke: #fff;
}
.tribe-common .tribe-common-c-svgicon--messages-not-found path {
  stroke: #fff;
}
.categories-posts .event-item-wrap {
  margin-bottom: 5rem;
}
.categories-posts .event-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  color: #fff;
}
.categories-posts .event-item .event-item-in {
  padding: 4rem 0 8rem;
}
.categories-posts .event-item .event-item-left {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  padding: 0 3rem;
}
.categories-posts .event-item .event-item-right {
  width: calc(68% - 4px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 8.5rem;
  padding-right: 8.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.categories-posts .event-item .event-item-top {
  padding: 1.5rem 3rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 0 0 10px 0;
  position: relative;
  z-index: 5;
}
.categories-posts .event-item .event-item-day {
  margin-bottom: 2rem;
  display: block;
  position: relative;
  z-index: 2;
}
.categories-posts .event-item .tribe-events-calendar-list__event-description {
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.categories-posts .event-item .tribe-events-calendar-list__event-description p {
  font-size: 1.6rem;
  line-height: 2;
  color: #f8f8f8;
  margin-bottom: 4rem;
}
.categories-posts .event-item .event-item-day-num {
  font-size: 8.9rem;
  display: block;
  line-height: 1;
  margin-bottom: 2rem;
}
.categories-posts .event-item .event-item-month {
  font-size: 1.6rem;
  display: block;
  line-height: 1;
}
.categories-posts .event-item h3.tribe-events-calendar-list__event-title {
  display: block;
  clear: both;
  font-size: 3.4rem;
  font-weight: bold;
  color: #f8f8f8;
  font-family: "EB Garamond", Arial, sans-serif;
  margin-bottom: 4rem;
}
.categories-posts .event-item .tribe-events-calendar-list__event-title a {
  color: #f8f8f8;
  border-bottom: none;
}
.categories-posts .event-item .btn {
  z-index: 11;
  border-width: 2px;
  border-style: solid;
  padding: 1.2rem 3.5rem;
  border-radius: 3rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  font-size: 12px;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: color 0.35s;
}
.categories-posts .event-item .btn svg {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.categories-posts .event-item .btn:before {
  transform: translate(100%, 0);
}
.categories-posts .event-item .btn:focus:before, .categories-posts .event-item .btn:hover:before {
  transform: translate(0, 0);
}
.categories-posts .event-item .tribe-common-c-svgicon {
  color: var(--extra-color);
}
.categories-posts .event-item .tribe-events-calendar-list__event-datetime-featured-text {
  color: var(--extra-color);
}
.categories-posts .event-item .cat-event {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.categories-posts .event-item .cat-event:before {
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #bccdf4;
  height: 100%;
  content: "";
}
.categories-posts .event-item .cat-event:first-child {
  padding-left: 0;
}
.categories-posts .event-item .cat-event:first-child:before {
  display: none;
}
.categories-posts .event-item.event-bg.no-image-bg:before {
  opacity: 1;
}
.categories-posts .event-item.event-bg:before {
  background: var(--main-color);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.82;
}
.categories-posts .event-item.event-bg .btn {
  border-color: #fff !important;
  color: #fff !important;
}
.categories-posts .event-item.event-bg .btn:before {
  background: #fff;
  transform: translate(100%, 0);
}
.categories-posts .event-item.event-bg .btn:focus, .categories-posts .event-item.event-bg .btn:hover {
  color: var(--main-color) !important;
}
.categories-posts .event-item.event-bg .btn:focus:before, .categories-posts .event-item.event-bg .btn:hover:before {
  transform: translate(0, 0);
}
.categories-posts .event-item.event-bg .btn-cal {
  color: #fff !important;
}
.categories-posts .event-item.event-outline {
  border: 8px solid var(--text-color);
  color: var(--text-color);
}
.categories-posts .event-item.event-outline .event-item-top, .categories-posts .event-item.event-outline .tribe-events-calendar-list__event-datetime, .categories-posts .event-item.event-outline .tribe-events-calendar-list__event-description p, .categories-posts .event-item.event-outline .tribe-events-calendar-list__event-title a, .categories-posts .event-item.event-outline .tribe-events-calendar-list__event-venue, .categories-posts .event-item.event-outline .tribe-events-calendar-list__event-datetime-wrapper, .categories-posts .event-item.event-outline .btn-cal {
  color: var(--text-color) !important;
}
.categories-posts .event-item.event-outline .event-item-top {
  margin-top: -8px;
}
.categories-posts .event-item.event-outline .event-item-right {
  border-left: 1px solid rgba(37, 25, 83, 0.15);
}
.categories-posts .event-item.event-outline .btn {
  border-color: var(--text-color) !important;
  color: var(--text-color) !important;
}
.categories-posts .event-item.event-outline .btn:before {
  background: var(--text-color);
}
.categories-posts .event-item.event-outline .btn:focus, .categories-posts .event-item.event-outline .btn:hover {
  color: #fff !important;
}
.categories-posts .event-item.event-dark {
  background: var(--text-color);
}
.categories-posts .event-item.event-dark .btn {
  border-color: #fff !important;
  color: #fff !important;
}
.categories-posts .event-item.event-dark .btn:before {
  background: #fff;
}
.categories-posts .event-item.event-dark .btn:focus, .categories-posts .event-item.event-dark .btn:hover {
  color: var(--text-color) !important;
}
.categories-posts .event-item.event-dark .btn-cal {
  color: #fff !important;
}
.categories-posts .event-item.event-dark .event-item-top {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.categories-posts .event-item.event-dark:before {
  content: "";
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/event-bg.svg) no-repeat right bottom;
  z-index: 2;
}
.categories-posts .event-item.event-dark:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  background: var(--text-color);
  z-index: 1;
}
.categories-posts .event-item.event-light {
  background: var(--main-color);
}
.categories-posts .event-item.event-light .btn {
  border-color: #fff !important;
  color: #fff !important;
}
.categories-posts .event-item.event-light .btn:before {
  background: #fff;
}
.categories-posts .event-item.event-light .btn:focus, .categories-posts .event-item.event-light .btn:hover {
  color: var(--main-color) !important;
}
.categories-posts .event-item.event-light .btn-cal {
  color: #fff !important;
}
.categories-posts .event-item.event-light:before {
  content: "";
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/event-bg.svg) no-repeat right bottom;
  z-index: 2;
}
.categories-posts .event-item.event-light:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  background: var(--main-color);
  z-index: 1;
}
.categories-posts .event-item.event-extra {
  background: var(--extra-color);
}
.categories-posts .event-item.event-extra .btn {
  border-color: #fff !important;
  color: #fff !important;
}
.categories-posts .event-item.event-extra .btn:before {
  background: #fff;
}
.categories-posts .event-item.event-extra .btn:focus, .categories-posts .event-item.event-extra .btn:hover {
  color: var(--extra-color) !important;
}
.categories-posts .event-item.event-extra .btn-cal {
  color: #fff !important;
}
.categories-posts .event-item.event-extra:before {
  content: "";
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/event-bg.svg) no-repeat right bottom;
  z-index: 2;
}
.categories-posts .event-item.event-extra:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  background: var(--extra-color);
  z-index: 1;
}
.categories-posts .event-item.event-secondarycolor {
  background: var(--secondary-color);
}
.categories-posts .event-item.event-secondarycolor .btn {
  border-color: #fff !important;
  color: #fff !important;
}
.categories-posts .event-item.event-secondarycolor .btn:before {
  background: #fff;
}
.categories-posts .event-item.event-secondarycolor .btn:focus, .categories-posts .event-item.event-secondarycolor .btn:hover {
  color: var(--secondary-color) !important;
}
.categories-posts .event-item.event-secondarycolor .btn-cal {
  color: #fff !important;
}
.categories-posts .event-item.event-secondarycolor:before {
  content: "";
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/event-bg.svg) no-repeat right bottom;
  z-index: 2;
}
.categories-posts .event-item.event-secondarycolor:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  background: var(--secondary-color);
  z-index: 1;
}
.event-item-month {
  font-size: 1.6rem;
  display: block;
}
.event-item .tribe-events-calendar-list__event-datetime {
  color: #fff;
}
.event-item .tribe-events-calendar-list__event-datetime-wrapper {
  float: left;
  max-width: 35%;
  color: #f8f8f8;
  font-size: 14px;
  font-weight: bold;
}
.event-item .tribe-events-calendar-list__event-venue {
  float: right;
  font-weight: bold;
  max-width: 60%;
  color: #f8f8f8;
  font-size: 14px;
  margin-bottom: 30px;
}
.event-item .tribe-events-calendar-list__event-title {
  display: block;
  clear: both;
}
.event-item .event-item-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.tribe-events-calendar-list__event-header {
  position: relative;
  z-index: 2;
}
.tribe-events .tribe-events-c-search__button:active, .tribe-events .tribe-events-c-search__button {
  background: none;
}
.tribe-common button.btn, .btn {
  border: 2px solid var(--main-color) !important;
  padding: 1.2rem 3.5rem !important;
  border-radius: 3rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  font-size: 12px;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: color 0.35s;
  background: none !important;
  color: #fff !important;
  -webkit-tap-highlight-color: transparent;
}
.tribe-common button.btn:before, .btn:before {
  position: absolute;
  content: "";
  border-radius: 3rem;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 1;
  transform: translate(0, 0);
  transition: transform 0.5s;
  background: var(--main-color);
}
.tribe-common button.btn span, .btn span {
  position: relative;
  z-index: 5;
}
.tribe-common button.btn:focus, .tribe-common button.btn:hover, .btn:focus, .btn:hover {
  color: var(--main-color) !important;
}
.tribe-common button.btn:focus:before, .tribe-common button.btn:hover:before, .btn:focus:before, .btn:hover:before {
  transform: translate(-100%, 0);
}
.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover {
  border: 2px solid var(--main-color) !important;
}
.btn-cal {
  margin-right: 20px !important;
  display: inline-block;
  position: relative;
  z-index: 11;
  vertical-align: top;
  transition: opacity 0.35s;
}
.btn-cal:focus, .btn-cal:hover {
  opacity: 0.7;
}
.btn-cal svg path {
  fill: currentColor;
}
.event-top-head {
  overflow: hidden;
  margin-bottom: 50px;
}
.event-top-head .event-top-head-right {
  margin-left: 52%;
  text-align: right;
}
.event-top-head .event-top-head-right a {
  text-decoration: none;
  text-align: center;
  min-width: 220px;
  max-width: 220px;
  margin: 0 0 0 auto;
  display: block;
  transform: translateZ(1px);
}
.event-top-head .event-top-head-right a.link-call {
  min-width: 1px;
  margin-left: 15px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.35s;
}
.event-top-head .event-top-head-right a.link-call:focus, .event-top-head .event-top-head-right a.link-call:hover {
  opacity: 0.7;
}
.event-top-head .event-top-head-left {
  width: 50%;
  float: left;
}
.event-top-head .event-top-head-left .date-title-event {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.85;
}
.event-top-head .event-address {
  font-size: 1.4rem;
  line-height: 1.85;
}
.event-top-head .event-address a {
  text-decoration: none;
  transition: opacity 0.35s;
}
.event-top-head .event-address a:focus, .event-top-head .event-address a:hover {
  opacity: 0.7;
}
.event-top-head .event-address strong {
  font-weight: bold;
}
.tribe-events .tribe-events-c-nav__next-icon-svg {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  fill: currentColor;
}
.tribe-events .tribe-events-c-nav__prev-icon-svg {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  fill: currentColor;
}
.tribe-events .tribe-events-calendar-list__month-separator {
  margin-bottom: 3.5rem;
  display: block;
  clear: both;
}
.tribe-events .tribe-events-calendar-list__month-separator:after {
  display: none;
}
.tribe-events .tribe-events-c-breadcrumbs__list-item-link {
  color: #fff;
}
.tribe-events .tribe-events-view-loader {
  background-color: transparent;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
  padding-left: 80px;
  font-size: 1.6rem;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  font-size: 3.4rem;
  font-weight: bold;
  color: var(--text-color);
}
.tribe-events-c-breadcrumbs__list {
  color: var(--text-color);
}
.post-type-archive-tribe_events .category-description-left {
  width: auto;
  float: none;
}
.post-item.article-outline .article .event-address, .post-item.article-outline .article .date-title-event {
  color: var(--text-color);
}
.article .event-address {
  display: block;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.article .date-title-event {
  display: block;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.events-tags {
  margin-bottom: 5rem !important;
}
.events-tags:after {
  display: block;
  content: "";
  clear: both;
}
.events-tags .top-tags {
  opacity: 1;
  transform: translate(0, 0);
}
.events-tags .events-tags-left {
  width: 58%;
  float: left;
}
.events-tags .events-tags-right {
  margin-left: 60%;
  text-align: right;
  padding-top: 0.8rem;
}
.tribe-events-calendar-latest-past__heading {
  margin-bottom: 5rem !important;
}
.content-entry .yarpp-related blockquote .event-address {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.content-entry .yarpp-related blockquote .event-address strong {
  font-weight: bold;
}
.content-entry .yarpp-related blockquote .date-title-event {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: block;
}
.content-entry .yarpp-related blockquote.event-outline {
  border-width: 2px;
  border-style: solid;
  background-image: none !important;
  background-color: transparent !important;
}
.content-entry .yarpp-related blockquote.event-outline:after {
  display: none;
}
.content-entry .yarpp-related blockquote.event-bg:after {
  background: #22118d;
  background-image: linear-gradient(208deg, #22118d 11%, #be1c5d 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.82;
}
.content-entry .yarpp-related blockquote.event-blockquote h5 {
  font-size: 2.5rem;
}
.content-entry .yarpp-related blockquote.event-blockquote a {
  padding-top: 70px;
}
.event-item-top {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 1.2rem 4rem;
  border-radius: 0 0 10px 0;
  color: #fff;
  z-index: 5;
}
.event-speakers {
  margin-bottom: 3rem;
}
.event-speaker {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.event-speaker .event-speaker-photo {
  width: 70px;
  float: left;
  height: 70px;
  border-radius: 10px;
}
.event-speaker .event-speaker-info {
  margin-left: 95px;
}
.event-speaker-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.event-speaker-title {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
.tribe-events-header--has-event-search .tribe-common .tribe-common-c-svgicon {
  color: #fff;
}
.tribe-events .tribe-events-c-breadcrumbs__list {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
@media screen and (max-width: 1400px) {
  .tribe-events-view {
    padding: 0 2%;
    width: auto;
  }
  .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 900px) {
  .categories-posts .event-item .event-item-left {
    width: auto;
    display: block;
    margin-bottom: 3rem;
  }
  .categories-posts .event-item .event-item-left:after {
    clear: both;
    display: block;
    content: "";
  }
  .categories-posts .event-item .event-item-right {
    width: auto;
    display: block;
    padding: 0 3rem;
  }
  .categories-posts .event-item .event-item-btns .btn {
    display: block;
  }
  .categories-posts .event-item .event-item-day {
    float: left;
    text-align: center;
    max-width: 150px;
  }
  .event-item-btns {
    float: right;
    max-width: 250px;
  }
  .events-tags .events-tags-left {
    width: auto;
    float: none;
    margin-bottom: 3rem;
  }
  .events-tags .events-tags-right {
    margin-left: 0;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .tribe-events .tribe-events-c-nav__next-label-plural {
    display: none;
  }
  .tribe-events .tribe-events-c-nav__prev-label-plural {
    display: none;
  }
  .tribe-events .tribe-events-c-nav__next-icon-svg {
    vertical-align: middle;
  }
  .tribe-events .tribe-events-c-nav__prev-icon-svg {
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .tribe-events .tribe-events-c-breadcrumbs {
    display: none;
  }
  .tribe-events .tribe-events-header {
    z-index: 10;
  }
  .tribe-events .tribe-events-c-events-bar {
    flex-direction: row-reverse;
    align-items: center;
  }
  .tribe-events .tribe-events-l-container {
    padding-top: 0;
  }
  .tribe-events .tribe-events-c-top-bar__datepicker {
    display: none;
  }
  .tribe-events .tribe-events-c-events-bar__views {
    display: none;
  }
  .tribe-common .tribe-common-h7 {
    font-size: 20px;
  }
  body .tribe-common .tribe-events-calendar-list__event-description {
    display: block !important;
    visibility: visible;
  }
  .tribe-events-c-ical {
    display: none !important;
  }
  .event-top-head {
    margin-bottom: 0px;
  }
  .event-top-head > div {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .event-top-head .event-top-head-left {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .event-top-head .event-top-head-right {
    margin-left: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .event-top-head .event-top-head-right a {
    width: 100%;
    margin: 0;
  }
  .event-top-head .event-top-head-right a.link-call {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-left: 0 !important;
    min-width: 1px;
  }
}
@media screen and (max-width: 500px) {
  .event-item .tribe-events-calendar-list__event-datetime-wrapper {
    float: none;
    max-width: 100%;
  }
  .event-item .tribe-events-calendar-list__event-venue {
    float: none;
    max-width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .categories-posts .event-item .event-item-day {
    float: none;
    max-width: 100%;
  }
  .event-item-btns {
    float: none;
    max-width: 100%;
  }
}
.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover {
  border: 2px solid var(--main-color) !important;
}
.btn-cal {
  margin-right: 20px !important;
  display: inline-block;
  position: relative;
  z-index: 11;
  vertical-align: top;
  transition: opacity 0.35s;
}
.btn-cal:focus, .btn-cal:hover {
  opacity: 0.7;
}
.btn-cal svg path {
  fill: currentColor;
}
.event-top-head {
  overflow: hidden;
  margin-bottom: 50px;
}
.event-top-head .event-top-head-right {
  margin-left: 52%;
  text-align: right;
}
.event-top-head .event-top-head-right a {
  text-decoration: none;
  text-align: center;
  min-width: 220px;
  max-width: 220px;
  margin: 0 0 0 auto;
  display: block;
  transform: translateZ(1px);
}
.event-top-head .event-top-head-right a.link-call {
  min-width: 1px;
  margin-left: 15px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.35s;
}
.event-top-head .event-top-head-right a.link-call:focus, .event-top-head .event-top-head-right a.link-call:hover {
  opacity: 0.7;
}
.event-top-head .event-top-head-left {
  width: 50%;
  float: left;
}
.event-top-head .event-top-head-left .date-title-event {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.85;
}
.event-top-head .event-address {
  font-size: 1.4rem;
  line-height: 1.85;
}
.event-top-head .event-address a {
  text-decoration: none;
  transition: opacity 0.35s;
}
.event-top-head .event-address a:focus, .event-top-head .event-address a:hover {
  opacity: 0.7;
}
.event-top-head .event-address strong {
  font-weight: bold;
}
.tribe-events .tribe-events-c-nav__next-icon-svg {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  fill: currentColor;
}
.tribe-events .tribe-events-c-nav__prev-icon-svg {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  fill: currentColor;
}
.tribe-events .tribe-events-calendar-list__month-separator {
  margin-bottom: 3.5rem;
  display: block;
  clear: both;
}
.tribe-events .tribe-events-calendar-list__month-separator:after {
  display: none;
}
.tribe-events .tribe-events-c-breadcrumbs__list-item-link {
  color: var(--text-color);
}
.tribe-events .tribe-events-c-breadcrumbs__list-item-link:focus, .tribe-events .tribe-events-c-breadcrumbs__list-item-link:hover {
  text-decoration: underline;
}
.tribe-events .tribe-events-view-loader {
  background-color: transparent;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
  padding-left: 80px;
  font-size: 1.6rem;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  font-size: 3.4rem;
  font-weight: bold;
  color: var(--text-color);
}
.tribe-events-c-breadcrumbs__list {
  color: var(--text-color);
}
.post-type-archive-tribe_events .category-description-left {
  width: auto;
  float: none;
}
.post-item.article-outline .article .event-address, .post-item.article-outline .article .date-title-event {
  color: var(--text-color);
}
.article .event-address {
  display: block;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.article .date-title-event {
  display: block;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.events-tags {
  margin-bottom: 5rem !important;
}
.events-tags:after {
  display: block;
  content: "";
  clear: both;
}
.events-tags .top-tags {
  opacity: 1;
  transform: translate(0, 0);
}
.events-tags .events-tags-left {
  width: 58%;
  float: left;
}
.events-tags .events-tags-right {
  margin-left: 60%;
  text-align: right;
  padding-top: 0.8rem;
}
.tribe-events-calendar-latest-past__heading {
  margin-bottom: 5rem !important;
}
.content-entry .yarpp-related blockquote .event-address {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.content-entry .yarpp-related blockquote .event-address strong {
  font-weight: bold;
}
.content-entry .yarpp-related blockquote .date-title-event {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: block;
}
.content-entry .yarpp-related blockquote.event-outline {
  border-width: 2px;
  border-style: solid;
  background-image: none !important;
  background-color: transparent !important;
}
.content-entry .yarpp-related blockquote.event-outline:after {
  display: none;
}
.content-entry .yarpp-related blockquote.event-bg:after {
  background: #22118d;
  background-image: linear-gradient(208deg, #22118d 11%, #be1c5d 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.82;
}
.content-entry .yarpp-related blockquote.event-blockquote h5 {
  font-size: 2.5rem;
}
.content-entry .yarpp-related blockquote.event-blockquote a {
  padding-top: 70px;
}
.event-item-top {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 1.2rem 4rem;
  border-radius: 0 0 10px 0;
  color: #fff;
  z-index: 5;
}
.event-speakers {
  margin-bottom: 3rem;
}
.event-speaker {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.event-speaker .event-speaker-photo {
  width: 70px;
  float: left;
  height: 70px;
  border-radius: 10px;
}
.event-speaker .event-speaker-info {
  margin-left: 95px;
}
.event-speaker-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.event-speaker-title {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
.tribe-events-header--has-event-search .tribe-common .tribe-common-c-svgicon {
  color: #fff;
}
.tribe-events .tribe-events-c-breadcrumbs__list {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
@media screen and (max-width: 1400px) {
  .tribe-events-view {
    padding: 0 2%;
    width: auto;
  }
  .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 900px) {
  .categories-posts .event-item .event-item-left {
    width: auto;
    display: block;
    margin-bottom: 3rem;
  }
  .categories-posts .event-item .event-item-left:after {
    clear: both;
    display: block;
    content: "";
  }
  .categories-posts .event-item .event-item-right {
    width: auto;
    display: block;
    padding: 0 3rem;
  }
  .categories-posts .event-item .event-item-btns .btn {
    display: block;
  }
  .categories-posts .event-item .event-item-day {
    float: left;
    text-align: center;
    max-width: 150px;
  }
  .event-item-btns {
    float: right;
    max-width: 250px;
  }
  .events-tags .events-tags-left {
    width: auto;
    float: none;
    margin-bottom: 3rem;
  }
  .events-tags .events-tags-right {
    margin-left: 0;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .tribe-events__reset-search {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .tribe-events .tribe-events-c-events-bar__search-container {
    top: 0 !important;
  }
  .tribe-events__reset-search {
    margin-right: 2rem !important;
    margin-bottom: 0 !important;
  }
  .tribe-events .tribe-events-c-nav__next-label-plural {
    display: none;
  }
  .tribe-events .tribe-events-c-nav__prev-label-plural {
    display: none;
  }
  .tribe-events .tribe-events-c-nav__next-icon-svg {
    vertical-align: middle;
  }
  .tribe-events .tribe-events-c-nav__prev-icon-svg {
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .tribe-events .tribe-events-c-breadcrumbs {
    display: none;
  }
  .tribe-events .tribe-events-header {
    z-index: 10;
  }
  .tribe-events .tribe-events-c-events-bar__search-button {
    outline: 0;
  }
  .tribe-events .tribe-events-l-container {
    padding-top: 0;
  }
  .tribe-events .tribe-events-c-top-bar__datepicker {
    display: none;
  }
  .tribe-events .tribe-events-c-events-bar__views {
    display: none;
  }
  .tribe-common .tribe-common-h7 {
    font-size: 20px;
  }
  body .tribe-common .tribe-events-calendar-list__event-description {
    display: block !important;
    visibility: visible;
  }
  .tribe-events-c-ical {
    display: none !important;
  }
  .event-top-head {
    margin-bottom: 0px;
  }
  .event-top-head > div {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .event-top-head .event-top-head-left {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .event-top-head .event-top-head-right {
    margin-left: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .event-top-head .event-top-head-right a {
    width: 100%;
    margin: 0;
  }
  .event-top-head .event-top-head-right a.link-call {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-left: 0 !important;
    min-width: 1px;
  }
}
@media screen and (max-width: 500px) {
  .event-item .tribe-events-calendar-list__event-datetime-wrapper {
    float: none;
    max-width: 100%;
  }
  .event-item .tribe-events-calendar-list__event-venue {
    float: none;
    max-width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .categories-posts .event-item .event-item-day {
    float: none;
    max-width: 100%;
  }
  .event-item-btns {
    float: none;
    max-width: 100%;
  }
}
/* Category Pages */
.categories-posts {
  position: relative;
  z-index: 12;
}
.news-corp .post-item.article-bg.maincolor > a .sub-title, .news-corp .post-item.article-bg.maincolor > a .excerpt p, .news-corp .post-item.article-bg.maincolor > a .post-title, .news-corp .post-item.article-light.maincolor > a .sub-title, .news-corp .post-item.article-light.maincolor > a .excerpt p, .news-corp .post-item.article-light.maincolor > a .post-title, .news-corp .post-item.article-dark.maincolor > a .sub-title, .news-corp .post-item.article-dark.maincolor > a .excerpt p, .news-corp .post-item.article-dark.maincolor > a .post-title, .news-corp .post-item.post-item-v > a .sub-title, .news-corp .post-item.post-item-v > a .excerpt p, .news-corp .post-item.post-item-v > a .post-title {
  color: var(--text-color);
}
.news-corp .post-item.article-bg.maincolor > a .play-btn span, .news-corp .post-item.article-light.maincolor > a .play-btn span, .news-corp .post-item.article-dark.maincolor > a .play-btn span, .news-corp .post-item.post-item-v > a .play-btn span {
  border-color: var(--text-color);
}
.news-corp .post-item.article-bg.maincolor > a .play-btn svg, .news-corp .post-item.article-light.maincolor > a .play-btn svg, .news-corp .post-item.article-dark.maincolor > a .play-btn svg, .news-corp .post-item.post-item-v > a .play-btn svg {
  fill: var(--text-color);
}
.news-corp.article-bg.maincolor .sub-title {
  color: #fff;
}
.post-item {
  width: 28.3%;
  margin: 0 2.5% 6rem;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 8rem);
  transition: transform 0.8s, opacity 0.8s, visibility 0.8s;
}
.post-item .list_tags {
  padding-bottom: 0;
  margin-top: 2.5rem;
}
.post-item > a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 13%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  flex-grow: 1;
}
.post-item.article-outline > a {
  border: 0.6rem solid var(--text-color);
  color: var(--text-color);
}
.post-item.article-outline.maincolor > a {
  border: 0.6rem solid var(--main-color);
}
.post-item.article-outline.textcolor > a {
  border: 0.6rem solid var(--text-color);
}
.post-item.article-outline.extracolor > a {
  border: 0.6rem solid var(--extra-color);
}
.post-item.article-outline.secondarycolor > a, .post-item.article-outline.secondarycolor-outline > a {
  border: 0.6rem solid var(--secondary-color);
}
.post-item.article-outline .sub-title, .post-item.article-outline .excerpt p, .post-item.article-outline .post-title {
  color: var(--text-color);
}
.post-item.article-bg > a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.post-item.article-bg > a:after {
  background: var(--text-color);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}
.post-item.article-bg.maincolor > a:after {
  background: var(--main-color);
}
.post-item.article-bg.textcolor > a:after {
  background: var(--text-color);
}
.post-item.article-bg.extracolor > a:after {
  background: var(--extra-color);
}
.post-item.article-bg.secondarycolor > a:after, .post-item.article-bg.secondarycolor-outline > a:after {
  background: var(--secondary-color);
}
.post-item.article-bg .sub-title {
  color: #fff;
}
.post-item.article-light > a:after, .post-item.article-dark > a:after {
  background: var(--text-color);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}
.post-item.article-light.maincolor > a:after, .post-item.article-dark.maincolor > a:after {
  background: var(--main-color);
}
.post-item.article-light.textcolor > a:after, .post-item.article-dark.textcolor > a:after {
  background: var(--text-color);
}
.post-item.article-light.extracolor > a:after, .post-item.article-dark.extracolor > a:after {
  background: var(--extra-color);
}
.post-item.article-light.secondarycolor > a:after, .post-item.article-light.secondarycolor-outline > a:after, .post-item.article-dark.secondarycolor > a:after, .post-item.article-dark.secondarycolor-outline > a:after {
  background: var(--secondary-color);
}
.post-item.article-light .post-svg, .post-item.article-dark .post-svg {
  fill: #fff;
}
.post-item.article-dark .post-svg {
  fill: #000;
  opacity: 0.2;
}
.post-item.post-item-v {
  width: 61.7%;
  position: relative;
  align-self: flex-start;
}
.post-item.post-item-v > a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  left: 12%;
  top: 6%;
  bottom: 6%;
  width: 76%;
  padding: 5rem 30% 5rem 5rem;
  box-sizing: border-box;
  overflow: hidden;
}
.post-item.post-item-v > a:after {
  background: var(--main-color);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}
.post-item.post-item-v > a .sub-title {
  color: #fff;
}
.post-item-w > a {
  box-shadow: 40px 40px 40px 0 rgba(0, 0, 0, 0.2);
  transition: color 0.5s, transform 0.5s, background 0.5s;
}
.post-item-b > a {
  transition: color 0.5s, transform 0.5s, background 0.5s;
}
.play-btn {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  z-index: 2;
  bottom: 0;
}
.play-btn span {
  width: 9rem;
  height: 9rem;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4.5rem;
  margin-left: -4.5rem;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s;
  border: 2px solid #fff;
}
.play-btn span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  fill: #fff;
}
.video:focus .play-btn span, .video:hover .play-btn span {
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.7);
}
.grid {
  margin: 0 -2.5%;
  font-size: 0;
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  flex-wrap: wrap;
}
.grid:after {
  clear: both;
  content: "";
  display: block;
}
.grid .post-item-carousel + .article-dark {
  transition-delay: 0.45s;
}
.grid .post-item-carousel + .article-dark + .post-item-b {
  transition-delay: 0.3s;
}
.grid .article-light.post-item-a + .post-item-b {
  transition-delay: 0.3s;
}
.grid .article-dark.post-item-a + .post-item-b {
  transition-delay: 0.3s;
}
.grid .article-outline.post-item-a + .post-item-b {
  transition-delay: 0.3s;
}
.grid .post-item-v + .article-dark.post-item-a {
  transition-delay: 0.3s;
}
.post-item-carousel {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  transition: transform 0.5s;
}
.post-item-carousel:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  opacity: 0.9;
}
.post-item-carousel:focus, .post-item-carousel:hover {
  transform: translate(0, -1rem);
}
.post-item.animate {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.article {
  transition: transform 0.5s;
}
.article:focus, .article:hover {
  transform: translate(0, -1rem);
}
.webinar {
  transition: transform 0.5s;
}
.webinar:focus, .webinar:hover {
  transform: translate(0, -1rem);
}
.block {
  transition: transform 0.5s;
}
.block:focus, .block:hover {
  transform: translate(0, -1rem);
}
.post-item-v:focus, .post-item-v:hover {
  transform: translate(0, -1rem);
}
.post-item.post-item-w a {
  border: 0.6rem solid transparent;
  padding-top: 20rem;
}
.sub-title {
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
  position: relative;
  color: var(--text-color);
  z-index: 2;
}
.post-title {
  font-family: "EB Garamond", Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-size: 3.7rem;
  line-height: 1.19;
  display: block;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 2;
}
.excerpt p {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.45;
  position: relative;
  z-index: 2;
}
.post-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.1;
  z-index: 2;
  max-height: 169px;
}
.post-svg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18rem;
}
.article-bg-noimage.post-item > a:after {
  opacity: 1;
}
.list_tags {
  line-height: 1.1;
  font-weight: normal;
  font-size: 1.4rem;
  z-index: 3;
  position: relative;
  padding-bottom: 4rem;
}
.list_tags a {
  background: #E8E6E8;
  border-radius: 10px;
  color: var(--text-color);
  box-shadow: 0 0 2px #9D9D9D;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.3s, color 0.3s;
  padding: 0.6rem 2rem;
  display: inline-block;
  margin: 0 0.3rem 0.7rem 0;
}
.list_tags a:focus, .list_tags a:hover {
  color: #f1f1f1;
  background: #848484;
}
.list_tags span {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.14;
  margin-right: 10px;
}
#more-articles {
  padding: 0;
}
#more-articles.header-enroll {
  color: var(--text-color);
}
#more-articles.header-enroll:focus i, #more-articles.header-enroll:hover i {
  color: #fff;
}
#more-articles.header-enroll:focus i:before, #more-articles.header-enroll:hover i:before {
  transform: translate(0%, 0);
}
#more-articles.header-enroll:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  border-radius: 50px;
  display: block;
  border: 2px solid var(--text-color);
}
#more-articles i {
  font-style: normal;
  display: block;
  background-position: 100% 0;
  position: relative;
  background-size: 200% 100%;
  z-index: 2;
  color: var(--text-color);
  border-radius: 50px;
  overflow: hidden;
  padding: 0 3rem;
  transition: color 0.25s;
}
#more-articles i:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  display: block;
  transform: translate(-100%, 0);
  transition: transform 0.25s ease-in;
  background: var(--text-color);
}
@media (max-width: 1400px) {
  .post-item.post-item-v > a {
    padding: 4rem 28% 4rem 7rem;
  }
}
@media (max-width: 1023px) {
  .gutter-sizer {
    width: 4%;
  }
  .post-item {
    width: 45%;
  }
  .grid-sizer {
    width: 45%;
  }
  .post-item.post-item-v {
    width: 100%;
  }
  .post-item.post-item-v img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .post-item.post-item-v > a {
    padding: 4rem 28% 4rem 3rem;
  }
  .post-item.post-item-v .post-title {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .post-item.post-item-v .excerpt {
    display: none;
  }
  .post-item {
    width: 95%;
  }
  .post-item > a.block {
    padding: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 470px) {
  .post-item.post-item-v > a {
    padding: 2rem 28% 2rem 3rem;
  }
  .post-item.post-item-v .sub-title {
    font-size: 1.3rem;
  }
  .post-item.post-item-v .post-title {
    font-size: 2rem;
  }
  .post-item > a {
    padding: 14%;
  }
  .play-btn span {
    transform: scale(0.5);
  }
  .post-title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 374px) {
  .post-item.post-item-v .sub-title {
    display: none;
  }
}
.category-section {
  position: relative;
  padding-bottom: 35rem;
}
.category-description {
  z-index: 2;
  position: relative;
  margin-bottom: 8rem;
  font-weight: 300;
  color: var(--text-color);
  font-size: 2.3rem;
  line-height: 1.2;
}
.category-description:before {
  position: absolute;
  top: 99%;
  content: "";
  left: 0;
  right: 0;
  height: 40rem;
}
.category-description:after {
  clear: both;
  display: block;
  content: "";
}
.category-description h1 {
  color: var(--text-color);
  font-size: 10rem;
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transform: translate(0, 8rem);
  opacity: 0;
}
.category-description p {
  font-weight: 300;
  color: var(--text-color);
  font-size: 2.3rem;
  line-height: 1.3;
  transition: transform 0.8s 0.3s, opacity 0.8s 0.3s;
  transform: translate(0, 8rem);
  opacity: 0;
}
.category-description .animate h1 {
  transform: translate(0, 0);
  opacity: 1;
}
.category-description .animate p {
  transform: translate(0, 0);
  opacity: 1;
}
.category-description-left {
  width: 66%;
  float: left;
}
.category-description-right {
  margin-left: 70%;
  position: relative;
}
.animate .quick-links-box {
  transform: translate(0, 0) scale(1);
}
.animate .quick-links-box .quick-span {
  transform: translate(0, 0);
  opacity: 1;
}
.animate .resources-links {
  transform: translate(0, 0);
  opacity: 1;
}
.animate .top-tags {
  transform: translate(0, 0);
  opacity: 1;
}
.category-testimonial {
  position: relative;
  border-radius: 7px;
  opacity: 0;
  transition: opacity 0.8s;
  background: var(--text-color);
  border-top: 15px solid var(--main-color);
}
.category-testimonial-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 7px 7px;
}
.category-testimonial-bg span {
  display: block;
  height: 40px;
  background: #fff;
  opacity: 0.05;
}
.category-testimonial-bg svg {
  fill: #fff;
  opacity: 0.05;
}
.quote-deco {
  position: absolute;
  top: -20px;
  right: 40px;
  z-index: 2;
  fill: var(--main-color);
}
.testimonials-slider {
  position: relative;
  z-index: 3;
  padding: 6.5rem 15% 3.5rem;
}
.controls {
  padding-top: 35px;
}
.controls .slick-arrow {
  float: left;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 20px;
  background: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.controls .slick-arrow span {
  position: absolute;
  width: 40px;
  height: 1px;
  top: 50%;
  background: #fff;
  left: 100%;
}
.controls .slick-arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff;
  opacity: 0.1;
  transition: all 0.3s;
}
.controls .slick-arrow:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  margin-top: -3px;
  margin-left: -4px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.controls .slick-arrow.slick-next {
  float: right;
}
.controls .slick-arrow.slick-next span {
  right: 100%;
  left: auto;
}
.controls .slick-arrow.slick-prev:after {
  transform: rotate(225deg);
  margin-left: -2px;
}
.controls .slick-disabled.slick-arrow {
  pointer-events: none;
}
.controls .slick-disabled.slick-arrow:after {
  opacity: 0;
}
.controls .slick-disabled.slick-arrow:before {
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -3px;
  opacity: 1;
}
.controls-counter {
  margin: 0 60px;
  text-align: center;
  line-height: 20px;
  font-size: 2rem;
  font-weight: 100;
  color: #fff;
}
.controls-counter span:first-child {
  font-weight: bold;
}
.testimonials-slider-quote {
  color: #fff;
  font-size: 2.2rem;
  font-style: italic;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 3.5rem;
}
.testimonial-title {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.43;
}
.testimonial-title span {
  opacity: 0.9;
}
.testimonial-title a {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 8px;
  position: relative;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.testimonial-title a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #fff;
  opacity: 0.8;
  transition: width 0.35s;
  right: 0;
  left: auto;
  width: 0;
}
.testimonial-title a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #fff;
  opacity: 0.8;
  width: 100%;
  transition: width 0.35s;
}
.testimonial-title a:focus:before, .testimonial-title a:hover:before {
  width: 100%;
  transition-delay: 0.2s;
  left: 0;
  right: auto;
}
.testimonial-title a:focus:after, .testimonial-title a:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.top-tags {
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s;
  transform: translate(0, 8rem);
  opacity: 0;
  margin-top: 2.5rem;
  padding: 3rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.top-tags ul {
  margin-left: 100px;
}
.top-tags ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.top-tags ul li a {
  color: var(--text-color);
  padding: 0.8rem 2rem;
  display: block;
  background: #E8E6E8;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.35s, color 0.35s;
}
.top-tags ul li a:visited {
  color: var(--text-color);
  padding: 0.8rem 2rem;
  display: block;
  background: #E8E6E8;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.35s, color 0.35s;
}
.top-tags ul li a:visited:focus, .top-tags ul li a:visited:hover {
  background: #848484;
  color: #fff;
}
.top-tags ul li a:focus, .top-tags ul li a:hover {
  background: var(--text-color);
  color: #E8E6E8;
}
.top-tags-left {
  color: var(--text-color);
  font-size: 1.6rem;
  width: 90px;
  float: left;
  padding-top: 0.7rem !important;
  text-transform: uppercase;
}
.resources-links {
  margin-top: 2.5rem;
  padding: 2.5rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  transition: transform 0.8s 0.3s, opacity 0.8s 0.3s;
  transform: translate(0, 8rem);
  opacity: 0;
}
.resources-links-left {
  font-size: 3.1rem;
  line-height: 1;
  width: 170px;
  color: var(--text-color);
  font-weight: bold;
  float: left;
}
.resources-links-right {
  margin-left: 185px;
}
.resources-links-right ul {
  list-style-type: none;
}
.resources-links-right ul li {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  padding-top: 0.7rem;
  text-transform: uppercase;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.resources-links-right ul li a {
  color: var(--text-color);
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  transition: opacity 0.35s;
}
.resources-links-right ul li a svg {
  margin-left: 5px;
}
.resources-links-right ul li a:focus, .resources-links-right ul li a:hover {
  opacity: 0.7;
}
.quick-links-box {
  background: var(--text-color);
  border-top: 15px solid var(--main-color);
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 5.5rem 3rem 3rem 19%;
  transition: transform 0.8s 0.3s;
  transform: translate(8rem, -8rem) scale(0);
}
.quick-links-box .quick-span {
  width: 155px;
  height: 155px;
  position: absolute;
  top: -35px;
  right: -80px;
  display: table;
  border-radius: 155px;
  font-size: 2.4rem;
  padding: 0 1rem;
  background-color: #d63966;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.8s 0.8s, opacity 0.8s 0.8s;
  transform: translate(-8rem, 8rem);
  opacity: 0;
}
.quick-links-box .quick-span span {
  vertical-align: middle;
  display: table-cell;
  height: 155px;
}
.quick-links-box h2 {
  font-size: 2.8rem;
  margin-bottom: 4.5rem;
  color: #fff;
}
.quick-links-box ul {
  list-style-type: none;
  vertical-align: middle;
  position: relative;
  padding-right: 3.5rem;
  z-index: 5;
}
.quick-links-box li {
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.quick-links-box li:last-child {
  margin-bottom: 0;
}
.quick-links-box li a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: border 0.3s, opacity 0.3s;
  padding-right: 30px;
  position: relative;
}
.quick-links-box li a:focus, .quick-links-box li a:hover {
  opacity: 0.7;
}
.quick-links-box li a:after {
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  width: 8px;
  margin-top: -4px;
  height: 8px;
  background: url(../images/sprite.png) no-repeat -76px -222px;
}
.quick-links-box .mCSB_scrollTools {
  background: rgba(255, 255, 255, 0.15);
}
.quick-links-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
}
.quick-links-box-bg {
  top: 12rem;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.quick-links-box-bg svg {
  fill: #fff;
  opacity: 0.05;
  display: block;
}
.quick-links-box-bg span {
  display: block;
  height: 100%;
  opacity: 0.05;
  background: #fff;
}
.quick-links-scroll {
  z-index: 5;
  position: relative;
  height: 255px;
}
@media screen and (max-width: 1400px) {
  .category-description-left {
    width: 55%;
  }
  .category-description-right {
    margin-left: 62%;
  }
}
@media (max-width: 1150px) {
  .quick-links-box .quick-span {
    right: -40px;
  }
  .category-description-right {
    top: auto;
  }
}
@media screen and (max-width: 1024px) {
  .category-description h1 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1023px) {
  .quick-links-box {
    padding-left: 6rem;
  }
  .category-description h1 {
    font-size: 7rem;
    line-height: 1.2;
  }
  .tag .category-description {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .category-description-left {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .category-description-right {
    margin-left: 0;
  }
  .category-description h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 600px) {
  .resources-links-left {
    width: auto;
    float: none;
    margin-bottom: 2rem !important;
  }
  .top-tags-left {
    width: auto;
    float: none;
    margin-bottom: 2rem !important;
  }
  .resources-links-right {
    margin-left: 0;
  }
  .top-tags ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 470px) {
  .quick-links-box {
    margin-right: 0;
    float: none;
  }
  .quick-links-box .quick-span {
    width: 115px;
    height: 115px;
  }
  .quick-links-box .quick-span span {
    width: 115px;
    height: 115px;
  }
  .category-description {
    margin-bottom: 5rem;
  }
  .category-description p {
    line-height: 1.5;
  }
}
/* Enrollment Pages */
.head-enroll {
  position: relative;
  z-index: 9;
}
.head-enroll-title {
  color: var(--text-color);
  display: inline-block;
  vertical-align: top;
}
.head-enroll-title span {
  font-size: 10rem;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  font-family: "EB Garamond", Arial, sans-serif;
  vertical-align: top;
  padding-right: 4rem;
  transition: transform 0.8s, opacity 0.8s;
  transform: translate(0, 8rem);
  opacity: 0;
}
.head-enroll-description {
  display: inline-block;
  vertical-align: top;
  max-width: 550px;
  margin-top: 3rem;
}
.head-enroll-description h3 {
  font-weight: normal;
  font-size: 4.4rem;
  padding: 1.5rem 0 7rem;
  margin-bottom: 0;
  transition: transform 0.8s 0.3s, opacity 0.8s 0.3s;
  transform: translate(-8rem, 0);
  opacity: 0;
}
.head-enroll-description p {
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: 500;
  transition: transform 0.8s 0.5s, opacity 0.8s 0.5s;
  transform: translate(0, 8rem);
  opacity: 0;
}
.dj-retirees.site-content .head-enroll-description {
  padding-top: 3rem;
}
.dj-retirees.site-content .head-enroll-description p {
  font-size: 2rem;
  font-weight: 400;
}
.dow-jones-canada.site-content .head-enroll-description {
  padding-top: 3rem;
}
.dow-jones-canad.site-content .head-enroll-description p {
  font-size: 2rem;
  font-weight: 400;
}
.animate-2 .head-enroll-title span {
  transform: translate(0, 0);
  opacity: 1;
}
.animate-2 .head-enroll-description h3 {
  transform: translate(0, 0);
  opacity: 1;
}
.animate-2 .head-enroll-description p {
  transform: translate(0, 0);
  opacity: 1;
}
.whats-title {
  float: left;
  width: 40%;
  text-align: right;
  transition: transform 0.8s, opacity 0.8s;
  transform: translate(0, 8rem);
  opacity: 0;
}
.whats-title h3 {
  font-size: 6.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20rem;
}
.whats-desc {
  margin-left: 47%;
  position: relative;
  font-weight: normal;
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transform: translate(0, 8rem);
  opacity: 0;
  padding-right: 0;
}
.whats-desc:after {
  height: 58px;
  width: 6px;
  border-radius: 6px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.whats-desc p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3.5rem;
  color: #fff;
}
.whats {
  float: left;
  width: 56%;
}
.whats:after {
  clear: both;
  display: block;
  content: "";
}
.needs {
  margin-left: 61.5%;
  margin-top: -8rem;
}
.needs h3 {
  font-size: 4.4rem;
  line-height: 5.2rem;
  font-weight: bold;
  color: #fff;
  transition: transform 0.8s, opacity 0.8s;
  transform: translate(-8rem, 0);
  opacity: 0;
}
.needs p {
  font-size: 2.3rem;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 4rem;
  transition: transform 0.8s 0.1s, opacity 0.8s 0.1s;
  transform: translate(-8rem, 0);
  opacity: 0;
}
.needs .white-btn {
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transform: translate(-8rem, 0);
  opacity: 0;
  position: relative;
  z-index: 5;
}
.white-btn {
  overflow: hidden;
  white-space: nowrap;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1;
  padding: 1.4rem 3.5rem;
  letter-spacing: 0.1rem;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--text-color);
  transition: color 0.3s, border-color 0.3s !important;
}
.white-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translate(-101%, 0);
  background: var(--text-color);
  transition: transform 0.25s ease-in;
}
.white-btn i {
  display: block;
  font-style: normal;
  position: relative;
  z-index: 2;
}
.white-btn span {
  display: inline-block;
  vertical-align: middle;
}
.white-btn span svg {
  display: block;
}
.white-btn:focus, .white-btn:hover {
  color: #fff;
  border-color: var(--text-color);
}
.white-btn:focus:before, .white-btn:hover:before {
  transform: translate(0, 0);
}
.whats-bottom p {
  font-family: "ClanOT", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}
.laptop {
  width: 751px;
  height: 1px;
  position: relative;
  transition: transform 0.8s 0.3s, opacity 0.8s 0.3s;
  transform: translate(8rem, 0);
  opacity: 0;
  margin-top: 2.7rem;
  display: block;
}
.lap-top-screen {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 19px;
  left: 86px;
  height: 365px;
  width: 585px;
  position: absolute;
  border-radius: 5px 5px 0 0;
}
.teacher {
  background: url(../images/teacher.png) no-repeat 0 0;
  width: 145px;
  height: 154px;
  position: absolute;
  bottom: 22px;
  left: 56px;
  display: none;
}
.animate.needs .white-btn {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
.animate.needs h3 {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
.animate.needs p {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
.animate .whats-title {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
.animate .whats-desc {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
.animate .laptop {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
.news-corp .whats-title h3, .news-corp .whats-desc p, .news-corp .needs h3, .news-corp .needs p, .news-corp .whats-bottom p {
  color: var(--text-color);
}
@media screen and (max-width: 1400px) {
  .laptop {
    transform: translate(8rem, 0px) scale(0.8);
  }
  .animate .laptop {
    transform: translate(0, 0px) scale(0.8);
    transform-origin: left 0;
  }
}
@media screen and (max-width: 1023px) {
  .head-enroll-title span {
    font-size: 7rem;
    line-height: 1.2;
  }
  .head-enroll-description {
    max-width: 400px;
  }
  .head-enroll-description h3 {
    font-size: 3.4rem;
  }
  .whats {
    width: auto;
    float: none;
    margin-bottom: 5.5rem;
  }
  .whats-desc {
    padding-right: 0;
  }
  .whats-desc:after {
    display: none;
  }
  .needs {
    margin-top: 0;
    margin-left: 0;
  }
  .needs:after {
    clear: both;
    display: block;
    content: "";
  }
  .whats-bottom p {
    text-align: left;
  }
  .whats-title {
    text-align: left;
  }
  .whats-title h3 {
    margin-bottom: 5rem;
  }
  .needs-description {
    float: none;
    width: auto;
  }
  .laptop {
    height: auto;
    margin-left: 50%;
    transform: translate(8rem, -15rem) scale(0.7);
    transform-origin: left bottom;
  }
  .laptop-wrap {
    height: 297px;
  }
  .animate .laptop {
    transform: translate(0, -15rem) scale(0.7);
    transform-origin: left bottom;
  }
}
@media screen and (max-width: 767px) {
  .head-enroll-description {
    width: auto;
    max-width: 100%;
    display: block;
  }
  .head-enroll-description h3 {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .head-enroll-title span {
    font-size: 4rem;
    padding-right: 1.5rem;
  }
  .laptop {
    transform: translate(8rem, -20rem) scale(0.5);
  }
  .animate .laptop {
    transform: translate(0, -20rem) scale(0.5);
  }
  .needs h3 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .needs p {
    font-size: 1.8rem;
  }
  .whats-title {
    width: 32%;
  }
  .whats-title h3 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .whats-desc {
    margin-left: 40%;
  }
  .whats-bottom p {
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 470px) {
  .whats-desc {
    margin-left: 0;
  }
  .whats-desc .whats-bottom p {
    margin-bottom: 1rem;
    text-align: left;
  }
  .whats-desc p {
    margin-bottom: 3rem;
  }
  .whats-title {
    width: auto;
    float: none;
    margin-bottom: 2rem;
    text-align: left;
  }
  .needs-description {
    float: none;
    width: auto;
  }
  .laptop {
    margin-left: 0;
  }
}
.svg-bg {
  position: absolute;
  top: 25rem;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.svg-bg svg {
  max-width: 100%;
}
.page-section {
  margin-top: calc(-1*(100vw*0.2));
  position: relative;
}
.blue-section {
  position: relative;
  z-index: 4;
}
.blue-section .blue-bg svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.blue-content {
  position: relative;
  z-index: 3;
  padding: 1px 0;
  background: var(--main-color);
}
.blue-content:after {
  clear: both;
  display: block;
  content: "";
}
.blue-content-top {
  margin-bottom: -3px;
  height: 1px;
}
.blue-content-top svg {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  fill: var(--main-color);
}
.blue-content-bottom {
  top: -2px;
  position: relative;
}
.blue-content-bottom svg {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  fill: var(--main-color);
}
.campany-bg-first {
  color: #f6f6f6;
  font-size: 89rem;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  display: block;
  transition: opacity 0.8s;
  opacity: 0;
}
.campany-bg-second {
  color: #f6f6f6;
  font-size: 89rem;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  display: block;
  transition: opacity 0.8s;
  opacity: 0;
  margin-bottom: 30rem;
}
.campany-bg-third {
  color: #f6f6f6;
  font-size: 89rem;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  display: block;
  transition: opacity 0.8s;
  opacity: 0;
}
.campany-bg-first.animate {
  transform: translate(-230%, 0);
  opacity: 1;
}
.campany-bg-second.animate {
  transform: translate(30%, 0);
  opacity: 1;
}
.campany-bg-third.animate {
  transform: translate(-100%, 0);
  opacity: 1;
}
.page-template-page-enrollment .change-section {
  padding: 22rem 0 calc(100vw * 0.25 + 10rem);
}
.page-template-page-enrollment .svg-bg {
  padding-top: 50rem;
}
.page-template-page-enrollment .blue-content .inner {
  padding-top: 8rem;
}
.page-template-page-enrollment .campany-bg-second {
  margin-top: 30rem;
}
.page-template-page-enrollment .campany-bg-second.animate {
  transform: translate(-125%, 0px);
}
@media screen and (max-width: 1023px) {
  .page-section {
    margin-top: 0;
  }
  .page-template-page-enrollment .change-section {
    padding: 14rem 0 calc(100vw*0.25);
  }
  .page-template-page-enrollment .change-section.has-bar {
    padding: 15rem 0 calc(100vw*0.25);
  }
  .blue-section .blue-bg svg {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
  }
  .page-template-page-enrollment .blue-content .inner, .blue-content .inner {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .campany-bg-first {
    font-size: 40rem;
  }
  .campany-bg-second {
    font-size: 40rem;
  }
  .campany-bg-third {
    font-size: 40rem;
  }
}
.plan-chooser {
  padding-top: 15rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 15;
}
.plan-chooser-head {
  max-width: 770px;
  padding-left: 8rem;
}
.plan-chooser-head h2 {
  font-size: 10rem;
  line-height: 1;
  transition: transform 0.8s, opacity 0.8s;
  transform: translate(0, 8rem);
  opacity: 0;
}
.plan-chooser-description {
  max-width: 480px;
  padding-left: 8rem;
  margin-bottom: 10rem;
}
.plan-chooser-description p {
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.3;
  transition: transform 0.8s 0.1s, opacity 0.8s 0.1s;
  transform: translate(0, 8rem);
  opacity: 0;
}
.change-section {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 22rem 0 0;
  position: relative;
  overflow: hidden;
}
.change-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.8;
}
.salary {
  border-bottom: 1px dashed var(--link-color);
  color: var(--link-color);
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 6rem;
  vertical-align: top;
  max-width: 300px;
  margin-left: 1.5rem;
  padding-bottom: 10px;
  font-size: 7rem;
  line-height: 1;
  font-weight: 100;
}
.salary span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.salary input {
  border: none;
  width: 280px;
  background: none;
  padding: 1px 0 0 30px;
  margin: 0;
  height: 7rem;
  font-size: 6rem;
  line-height: 1;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 100;
  text-align: center;
  vertical-align: top;
  color: var(--link-color);
}
.salary input::-webkit-input-placeholder {
  opacity: 0.5;
}
.salary input::-ms-input-placeholder {
  opacity: 0.5;
}
.salary input::-moz-placeholder {
  opacity: 0.5;
}
.retiree-digit.salary input {
  padding-left: 0;
  width: 120px;
  text-transform: uppercase;
}
.result-data {
  font-size: 1.5rem;
  line-height: 4.5rem;
  letter-spacing: 0.5px;
  font-weight: 500;
  cursor: pointer;
  transform: translate(8rem, 0);
  transition: opacity 0.8s, transform 0.8s, padding 0.5s;
  margin-top: 6rem;
  opacity: 0;
  display: inline-block;
  border: 1px solid var(--main-color);
  padding: 10px;
  border-radius: 71px;
}
.result-data div {
  padding: 0 3rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 71px;
  color: #fff;
  background: var(--main-color);
}
.result-data div span {
  z-index: 2;
  position: relative;
}
.result-data div em {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: top 0.5s, bottom 0.5s, left 0.5s, right 0.5s;
  border-radius: 71px;
  background: var(--main-color);
}
.form-plan {
  position: relative;
  z-index: 2;
  text-align: right;
  padding-right: 5%;
}
.form-plan .choose {
  opacity: 1;
  visibility: visible;
  font-size: 7rem;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 1.5rem;
}
.form-plan .choose ul {
  right: 0;
  left: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.form-plan .selector {
  width: auto;
}
.form-plan ul {
  text-align: left;
}
.tip {
  width: 180px;
  height: 180px;
  position: relative;
  transform: translate(0, 8rem);
  transition: transform 0.8s, opacity 0.8s;
  opacity: 0;
  border-radius: 300px;
}
.tip .main-tip:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: transform 0.5s;
  transform-origin: 50% 50%;
  border-radius: 300px;
}
.tip .main-tip:focus:before, .tip .main-tip:hover:before {
  transform: scale(1.05);
}
.error .salary {
  border-color: red !important;
}
.error .salary input {
  color: red !important;
}
.error-btn {
  display: none;
  padding-top: 1rem;
  color: red !important;
}
.animate.tip {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.animate.tip .sub-tip {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.sub-tip {
  height: 92px;
  position: absolute;
  top: -3px;
  right: -30px;
  border-radius: 92px;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  z-index: 3;
  transform: translate(-4rem, 4rem) scale(0);
  transition: transform 0.8s 0.5s, opacity 0.8s 0.5s;
  line-height: 70px;
  width: 67px;
  padding-right: 25px;
  text-align: right;
  background: var(--secondary-color);
}
.main-tip {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border-radius: 300px;
  box-sizing: border-box;
  padding: 80px 14px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 4;
}
.tip-1 {
  background-color: #fff;
  margin: 3.5rem 0 0 auto;
}
.tip-1 .main-tip {
  color: var(--main-color);
  background-color: #fff;
  padding-top: 0;
}
.tip-1 .main-tip__in {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}
.tip-1 .main-tip:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: var(--text-color);
  opacity: 0.8;
  border-radius: 300px;
  z-index: 4;
}
.tip-1 .main-tip svg {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 5;
}
.tip-title {
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  display: block;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 4;
}
.tip-sub-title {
  color: #fff;
  font-size: 12px;
  display: block;
  position: relative;
  z-index: 4;
  font-weight: 400;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.tip.bg-main-color .main-tip {
  background-color: var(--secondary-color);
}
.tip-video {
  visibility: hidden;
  position: absolute;
}
.tip-2 {
  margin: 3.5rem 0 0 auto;
}
.tip-2 .main-tip:before {
  background: #fff;
  opacity: 0.1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.tip-2 .main-tip:after {
  opacity: 0.2;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 300px;
  position: absolute;
  content: "";
  background-color: #000;
}
.tip-2 .main-tip svg {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -24px;
  z-index: 2;
}
.tip-2 .sub-tip:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
  border-radius: 92px;
}
.tip-2 .sub-tip span {
  z-index: 2;
}
.tip-3 .main-tip:after {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -26px;
  width: 52px;
  height: 52px;
  content: "";
  background: url(../images/sprite.png) no-repeat -73px -102px;
}
.animate .plan-chooser-head h2 {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
.animate .plan-chooser-description p {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
.animate .result-data {
  opacity: 1;
  transition-delay: 0.9s;
  transform: translate(0, 0);
  transition: opacity 0.3s, transform 0.8s;
}
.animate .result-data:focus div em, .animate .result-data:hover div em {
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
}
.news-corp .result-data div {
  color: var(--text-color);
}
.news-corp .tip-1 .main-tip svg path {
  fill: var(--text-color) !important;
}
@media screen and (max-width: 1400px) {
  .tip-1 {
    margin-right: 2%;
  }
  .tip-2 {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1023px) {
  .change-section {
    transition: padding 0.5s;
  }
  .plan-chooser-head {
    padding-left: 0;
  }
  .plan-chooser-head h2 {
    font-size: 7rem;
    line-height: 1.2;
  }
  .plan-chooser {
    padding-bottom: 0;
    padding-top: calc(100vw * 0.17);
  }
  .form-plan {
    padding-right: 0;
  }
  .form-plan .choose {
    font-size: 4.4rem;
  }
  .salary {
    font-size: 4.4rem;
  }
  .salary input {
    font-size: 4.4rem;
  }
  .dow-jones-canada .plan-chooser {
    padding-bottom: 5rem;
  }
  .dj-retirees .plan-chooser {
    padding-bottom: 5rem;
  }
  .dow-jones-canad .plan-chooser {
    padding-bottom: 5rem;
  }
  .plan-chooser-description {
    padding-left: 0;
  }
  .result-data {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .change-section .choose {
    transform: none !important;
  }
  .change-section.has-bar {
    padding-top: 16rem;
  }
  .change-section {
    padding-top: 12rem;
    transition: padding 0.5s;
  }
  .salary {
    font-weight: 400;
    font-size: 2.5rem;
    height: 3rem;
    padding-bottom: 0;
  }
  .salary input {
    font-size: 2.6rem;
    font-weight: 400;
    height: 3rem;
    position: relative;
    top: -3px;
    width: 90px;
    padding-left: 10px;
  }
  .form-plan .choose {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1 !important;
  }
  .form-plan .selector {
    display: inline-block;
  }
  .result-data div {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .plan-chooser-head h2 {
    font-size: 3.4rem;
  }
  .plan-chooser-description {
    margin-bottom: 4rem;
  }
  .plan-chooser-description p {
    line-height: 3rem;
    font-size: 2rem;
  }
  .plan-chooser .choose-inner {
    width: auto;
  }
  .tip-3 {
    margin: -65px 0rem -35px;
  }
  .animate.tip {
    transform: translate(0px, 0px) scale(0.6);
  }
}
@media screen and (max-width: 470px) {
  .dow-jones-canada .plan-chooser {
    padding-bottom: 7rem;
  }
  .result-data {
    margin-top: 3rem;
  }
  .tip-1 {
    margin-top: 0;
  }
  .tip-2 {
    margin-top: 0;
  }
  .tip-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .tip-sub-title {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .retiree-digit.salary input {
    width: 60px;
  }
  .salary {
    font-size: 2.3rem;
  }
  .salary input {
    font-size: 2.3rem;
  }
  .form-plan .choose {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 374px) {
  .animate.tip {
    transform: translate(5rem, 0px) scale(0.6);
  }
}
@media (max-width: 350px) {
  .salary {
    font-size: 2rem;
  }
  .salary input {
    font-size: 2rem;
  }
  .form-plan .choose {
    font-size: 2rem;
  }
}
.rates-boxes.mCustomScrollbar {
  touch-action: initial;
}
.rates {
  position: relative;
  z-index: 2;
  padding-bottom: 35rem;
  margin-bottom: -25rem;
  margin-top: -20rem;
  display: none;
}
#result-canada.rates {
  margin-top: 0rem;
  text-align: center;
  font-size: 0;
}
#result-canada.rates .rates-inner {
  margin-bottom: 0;
}
#result-canada.rates .rate-item {
  width: 320px;
  max-width: 49%;
  margin-left: 0;
  font-size: 1.6rem;
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: top;
}
#result-canada.rates .rate-item .rate-item-inner {
  padding: 4rem 8%;
}
#result-canada.rates .rate-item:nth-child(2n+2) {
  margin-left: 2%;
}
.rates-canada-title {
  color: #fff;
  margin-bottom: 1rem;
}
#result-canada .rates-boxes {
  display: none;
}
#result-canada .quantity {
  margin-bottom: 0;
}
.rates-head h2 {
  font-size: 10rem;
  margin-bottom: 2.5rem;
}
.rates-description {
  margin-bottom: 6rem;
}
.rates-description p {
  font-weight: normal;
  font-size: 2.1rem;
  line-height: 1.4;
}
.page-id-2096 .rates-boxes .rate-item:last-child {
  display: none;
}
#result-retiree-plan {
  padding-top: 35px;
}
#result-retiree-plan .rates-boxes {
  max-width: 100%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#result-retiree-plan .rates-bg svg {
  margin-top: 0;
  fill: var(--text-color);
}
#result-retiree-plan .rate-item {
  float: none;
  position: static;
  opacity: 1;
  width: 50%;
  transform: translate(0, 0);
  visibility: visible;
  margin: 0 auto;
  text-align: center;
}
#result-retiree-plan .rate-item .rate-item-inner {
  padding: 5rem;
}
#result-retiree-plan span {
  font-size: 2rem;
}
#result-retiree-plan.rates {
  margin-top: 0;
}
#result-retiree-plan.rates .rates-inner {
  margin-bottom: 0;
}
.retiree-plan-res {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
}
.rate-item {
  width: 570px;
  margin-right: 40px;
  margin-bottom: 6rem;
  display: inline-block;
  vertical-align: top;
  transform: translate(0, 8rem);
  opacity: 0;
  position: absolute;
  white-space: normal;
  visibility: hidden;
  background: #ffffff;
  color: var(--text-color);
  border-radius: 10px;
  border: 5px solid var(--text-color);
  box-sizing: border-box;
}
.rate-item:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 10px;
  opacity: 0.9;
  z-index: -1;
}
.rate-item h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: normal;
}
.rate-item h3 {
  font-size: 2rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  line-height: 1.45;
  margin-bottom: 2rem;
  font-weight: 500;
}
.rate-item ul {
  list-style-type: none;
  padding-bottom: 2rem;
}
.rate-item li {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 300;
}
.rate-item li strong {
  font-weight: 500;
}
.rate-item-inner {
  padding: 4rem 9% 10rem;
}
.rates-boxes {
  width: calc(100% + (100vw - 100%)/2);
  white-space: nowrap;
}
#health .mCSB_scrollTools.mCSB_scrollTools_horizontal, #dental .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 30px;
  background: none;
  right: auto;
  width: calc(100% - (100vw - 1300px)/2);
}
#health .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger, #dental .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 150px;
  border-radius: 20px;
}
#health .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, #dental .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 30px;
  border-radius: 30px;
  opacity: 1 !important;
  border: none;
  box-sizing: border-box;
  background-color: var(--main-color);
}
#health .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:before, #dental .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:before {
  content: "<";
  position: absolute;
  left: 10px;
  top: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 0;
  margin-top: -2px;
  z-index: 1;
}
#health .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:after, #dental .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 50%;
  color: #fff;
  font-size: 20px;
  margin-top: -2px;
  line-height: 0;
  z-index: 1;
}
#health .mCSB_scrollTools.mCSB_scrollTools_horizontal:after, #dental .mCSB_scrollTools.mCSB_scrollTools_horizontal:after {
  position: absolute;
  height: 2px;
  background: #ccc;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
#health .mCustomScrollBox:after, #dental .mCustomScrollBox:after {
  clear: both;
  display: block;
  content: "";
}
#health .slick-list, #dental .slick-list {
  overflow: visible;
}
.rate-button-wrap {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 12%;
}
.rate-button-wrap span {
  width: 180px;
  height: 50px;
  margin-top: -50px;
  background: var(--text-color);
  margin-left: -180px;
  display: block;
  transition: margin 0.3s;
}
.rate-button-wrap:before {
  content: "";
  display: block;
  border-bottom: 1px solid #9FACBC;
  opacity: 0.2;
  margin: 0 auto 2rem;
}
.rate-button-in {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.rate-button-in:focus span, .rate-button-in:hover span {
  margin-left: 0;
}
.rate-button-in:focus .rate-btn, .rate-button-in:hover .rate-btn {
  color: #fff !important;
}
.rate-button {
  text-align: center;
  border-radius: 50px;
  line-height: 50px;
  overflow: hidden;
  width: 180px;
  display: inline-block;
}
.rate-btn {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s;
  background: var(--main-color);
}
.rate-btn i {
  font-style: normal;
  position: relative;
  z-index: 10;
  display: block;
}
.rates-inner {
  margin-bottom: 13rem;
  z-index: 2;
  position: relative;
}
.covered-plan {
  z-index: 2;
  position: relative;
}
.covered-plan-head h2 {
  font-size: 10rem;
  line-height: 1;
  color: #fff;
}
.covered-plan-description {
  max-width: 755px;
  margin-bottom: 5.5rem;
}
.covered-plan-description p {
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.4;
  color: #fff;
}
.table-plan {
  border-radius: 10px;
  margin-bottom: 6.5rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.table-plan table {
  background: #f8f4f8;
}
.table-plan thead {
  background: var(--secondary-color);
}
.table-plan th {
  color: #fff;
  padding: 2.5rem 3.5rem 2.5rem 5rem;
  border-bottom: 1px solid #e1d9df;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}
.table-plan th:first-child {
  text-align: left;
}
.table-plan td {
  padding: 1.2rem 3.5rem 1.2rem 5rem;
  border-bottom: 1px solid #e1d9df;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  height: 4rem;
  text-align: center;
  background: #e8e6e8;
  vertical-align: middle;
}
.table-plan td:first-child {
  border-right: 1px solid #e1d9df;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  text-align: left;
}
.table-plan tr:nth-child(2n+1) td {
  background: #F3F3F3;
}
.table-plan tr:last-child td {
  border-bottom: none;
}
.rates-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.rates-bg svg {
  width: 100%;
  height: 100%;
  margin-top: 20rem;
}
.quantity {
  font-weight: bold;
  font-size: 6.7rem;
  margin-bottom: 2rem;
  position: relative;
}
.quantity:after {
  content: "";
  display: block;
  border-bottom: 1px solid #9FACBC;
  width: 100%;
  opacity: 0.2;
  margin: 1.7rem auto 0;
}
.attached-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.attached {
  width: 410px;
  height: 375px;
  float: left;
  position: relative;
  transform: translate(0, -8rem);
  z-index: 1;
}
.file-link {
  position: relative;
  z-index: 5;
  text-align: left;
  padding: 143px 85px 0 157px;
}
.file-link a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.16;
  text-align: left;
  transition: border-color 0.3s;
}
.file-link a:focus, .file-link a:hover {
  border-color: transparent;
}
.file-link a svg {
  position: absolute;
  top: -19px;
  left: -81px;
  margin-left: 0;
}
.animate .rate-item {
  transform: translate(0, 0);
  transition: opacity 0.8s 0.2s, transform 0.8s 0.2s, visibility 0.8s 0.2s;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.news-corp #health .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:before, .news-corp #dental .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:before, .news-corp #health .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:after, .news-corp #dental .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:after, .news-corp .rate-btn, .news-corp .file-link a {
  color: var(--text-color);
}
@media (max-width: 1300px) {
  .rates-boxes {
    width: 100%;
  }
  #health .mCSB_scrollTools.mCSB_scrollTools_horizontal, #dental .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .rates {
    margin-top: -5rem;
  }
  .rates-head h2 {
    font-size: 7rem;
    line-height: 1.2;
  }
  .covered-plan-head h2 {
    font-size: 7rem;
    line-height: 1.2;
  }
  .rates-bg svg {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #health.rates-boxes {
    width: 100vw;
    transition: transform 0s;
  }
  #result-canada .rates-boxes {
    width: 100vw;
  }
  .rates-boxes {
    transition: transform 0.5s;
  }
  #health.rates-boxes.swipe-left {
    transform: translate(0, 0);
  }
  #health.rates-boxes.swipe-right {
    transform: translate(0, 0);
  }
  #health.rates-boxes.swipe-middle {
    transform: translate(0, 0);
  }
  .rates-boxes.swipe-left {
    transform: translate(-32%, 0);
  }
  .rates-boxes.swipe-right {
    transform: translate(0, 0);
  }
  .attached {
    transform: scale(0.8);
    transform-origin: left top;
    position: absolute;
    top: 0;
    left: 0;
  }
  .covered-plan-bottom {
    position: relative;
  }
  .rates-description {
    margin-bottom: 5rem;
  }
  .rates-inner {
    margin-bottom: 5rem;
  }
  .covered-plan-description {
    margin-bottom: 5rem;
  }
  .table-plan {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 600px) {
  #result-retiree-plan .rate-item {
    width: 100%;
  }
  #health.rates-boxes {
    margin: 0 -4%;
  }
  .rate-item {
    max-width: 90vw;
    width: 350px;
    margin: 0 10px 6rem;
  }
  .rate-button-wrap {
    bottom: 2rem;
  }
  .attached {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .rates-head h2 {
    font-size: 3.4rem;
  }
  .covered-plan-head h2 {
    font-size: 3.4rem;
  }
  .covered-plan-description p {
    line-height: 3rem;
    font-size: 2rem;
  }
  .quantity {
    font-size: 3rem;
  }
  .rate-item h3 {
    margin-bottom: 4rem;
  }
  .table-plan th {
    padding: 1rem 1.5rem;
  }
  .table-plan td {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 470px) {
  .attached {
    transform: scale(0.4);
  }
}
@media (max-width: 400px) {
  #health .mCustomScrollBox {
    overflow: hidden;
  }
}
@media screen and (max-width: 374px) {
  #health .rate-item {
    width: 280px;
  }
}
.animate.financial-planning-item {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
.financial-planning {
  padding: 30rem 0 30rem;
  position: relative;
  z-index: 4;
  margin-top: -20rem;
}
.financial-planning .inner {
  position: relative;
  z-index: 5;
}
.financial-planning-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.financial-planning-bg svg {
  display: block;
  width: 100%;
  height: auto;
}
.financial-planning-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 99%;
  right: 0;
  height: 100vh;
  background-color: #f3f3f3;
}
.financial-planning-head h2 {
  font-family: "EB Garamond", Arial, sans-serif;
  font-size: 10rem;
  color: var(--text-color);
  transition: transform 0.8s, opacity 0.8s;
  transform: translate(0, 8rem);
  opacity: 0;
}
.financial-planning-description {
  max-width: 1000px;
  margin-bottom: 4.5rem;
}
.financial-planning-description p {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.3;
  color: var(--text-color);
  transition: transform 0.8s 0.1s, opacity 0.8s 0.1s;
  transform: translate(0, 8rem);
  opacity: 0;
}
.financial-planning-list {
  overflow: hidden;
  margin-bottom: 8.5rem;
}
.financial-planning-item {
  border-radius: 10px;
  position: relative;
  transition: transform 0.8s, opacity 0.8s;
  transform: translate(0, 8rem);
  opacity: 0;
  background: var(--extra-color);
  margin-bottom: 2rem;
  overflow: hidden;
}
.financial-planning-item:nth-child(2) {
  transition-delay: 0.1s;
}
.financial-planning-item:nth-child(3) {
  transition-delay: 0.2s;
}
.financial-planning-item:nth-child(3n+1) {
  margin-left: 0;
}
.financial-planning-item__text {
  display: none;
}
.financial-planning-item .financial-planning-title {
  color: #fff;
  font-family: "EB Garamond", Arial, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  position: relative;
  padding: 2rem 0;
  cursor: pointer;
  margin-bottom: 0;
}
.financial-planning-item .financial-planning-title.active .ico span:after {
  opacity: 0;
}
.financial-planning-item .financial-planning-title .ico {
  width: 48px;
  height: 48px;
  position: absolute;
  left: -84px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #fff;
}
.financial-planning-item .financial-planning-title .ico:before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  left: -6px;
  top: -6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.financial-planning-item .financial-planning-title .ico span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.financial-planning-item .financial-planning-title .ico span:before, .financial-planning-item .financial-planning-title .ico span:after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--text-color);
}
.financial-planning-item .financial-planning-title .ico span:after {
  width: 2px;
  height: 14px;
}
.financial-planning-item p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 2rem;
}
.financial-planning-item ul {
  font-size: 2rem;
  line-height: 1.4;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.financial-planning-item ul li {
  color: #fff;
}
.financial-planning-item__bg {
  opacity: 0.05;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.financial-planning-item a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  transition: color 0.3s, border 0.3s;
}
.financial-planning-item a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
.financial-planning-item a svg {
  display: block;
  opacity: 0.7;
}
.financial-planning-item a:focus, .financial-planning-item a:hover {
  color: #ccc;
  border-bottom: 2px solid #ccc;
}
.financial-planning-item-inner {
  padding: 3.5rem 12% 3.5rem 130px;
  position: relative;
  z-index: 5;
}
.animate .financial-planning-description p {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
.animate .financial-planning-head h2 {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .financial-planning-head h2 {
    font-size: 7rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .financial-planning-item {
    width: auto;
    margin-left: 0;
    float: none;
    margin-bottom: 2rem;
    height: auto !important;
  }
  .financial-planning {
    margin-top: -10rem;
  }
}
@media screen and (max-width: 600px) {
  .financial-planning-bg svg {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
  .financial-planning-head h2 {
    font-size: 3.4rem;
  }
  .financial-planning-item .financial-planning-title {
    font-size: 2.4rem;
    line-height: 1.2;
    padding-left: 4rem;
  }
  .financial-planning-item .financial-planning-title .ico {
    left: 0;
    width: 20px;
    height: 20px;
  }
  .financial-planning-item .financial-planning-title .ico span:after {
    height: 1rem;
  }
  .financial-planning-item .financial-planning-title .ico span:before {
    width: 1rem;
  }
  .financial-planning-description {
    margin-bottom: 5rem;
  }
  .financial-planning-description p {
    line-height: 3rem;
    font-size: 2rem;
  }
  .financial-planning-item-inner {
    padding: 3rem;
  }
  .financial-planning {
    margin-top: -30rem;
  }
}
@media screen and (max-width: 470px) {
  .financial-planning-bg svg {
    transform: translate(-34%, -5rem);
  }
  .financial-planning-inner {
    padding-top: 5rem;
  }
  .financial-planning {
    padding-top: 10rem;
    padding-bottom: 35rem;
    margin-top: -10rem;
  }
}
/* Post Pages */
.about-post {
  max-width: 480px;
  height: 100%;
  margin: 0 auto;
  display: table;
  position: relative;
  z-index: 5;
}
.about-post-td {
  display: table-cell;
  padding: 0 3rem;
  vertical-align: middle;
}
.about-post-inner {
  color: #fff;
}
.about-post-inner h2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.33;
  font-size: 1.8rem;
}
.about-post-inner p {
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
}
.decor-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.decor-bg svg {
  fill: #fff;
  width: 150%;
  height: auto;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 45%;
  opacity: 0.7;
}
.decor-bg__quote svg {
  width: 425px;
  max-width: 70%;
  opacity: 0.1;
}
.decor-bg__testimonial svg {
  width: 100%;
  transform: translate(0, -50%);
  left: 0;
  opacity: 0.1;
}
.testimonial-post {
  color: #fff;
}
.testimonial-post__quote-top {
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial-post__quote-top svg {
  display: block;
}
.testimonial-post__quote-bottom {
  display: inline-block;
  vertical-align: bottom;
}
.testimonial-post__quote-bottom svg {
  display: block;
}
.testimonial-post__text {
  font-size: 3rem;
  line-height: 1.16;
  position: relative;
  padding-left: 25px;
  margin-bottom: 3rem;
}
.testimonial-post__author {
  font-size: 1.6rem;
  line-height: 1.25;
  display: flex;
  padding-left: 25px;
}
.testimonial-post__author-photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 15px;
}
.testimonial-post__author-name {
  font-weight: 500;
}
.quote {
  color: #fff;
}
.quote__sub {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.33;
  margin-bottom: 2rem;
}
.quote__text {
  font-weight: 500;
  font-size: 6rem;
  line-height: 1.03;
}
.article-title {
  font-size: 6.4rem;
  line-height: 1.1;
  margin-bottom: 3.5rem;
  color: var(--text-color);
}
.gradient:after {
  background: var(--main-color);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}
.post-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
}
.post-wrap.fancybox-content {
  padding: 0;
}
.post-wrap.maincolor .gradient:after {
  background: var(--main-color);
}
.post-wrap.maincolor .post-wrap-left {
  background: var(--main-color);
}
.post-wrap.textcolor .gradient:after {
  background: var(--text-color);
}
.post-wrap.textcolor .post-wrap-left {
  background: var(--text-color);
}
.post-wrap.extracolor .gradient:after {
  background: var(--extra-color);
}
.post-wrap.extracolor .post-wrap-left {
  background: var(--extra-color);
}
.post-wrap.secondarycolor .gradient:after, .post-wrap.secondarycolor-outline .gradient:after {
  background: var(--secondary-color);
}
.post-wrap.secondarycolor .post-wrap-left, .post-wrap.secondarycolor-outline .post-wrap-left {
  background: var(--secondary-color);
}
.post-wrap-left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: var(--text-color);
  height: 100%;
  width: 42%;
  float: left;
  position: relative;
}
.post-wrap-right {
  height: 100%;
  box-sizing: border-box;
  margin-left: 42%;
  position: relative;
}
.post-wrap-right-scroll {
  padding: 12% 3% 11% 15%;
  height: 100%;
  box-sizing: border-box;
}
.post-wrap-right-inner {
  height: 100%;
  overflow-y: auto;
  padding-right: 15%;
}
.post-wrap-right-inner .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.post-wrap-right-inner .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-wrap-right-inner .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-wrap-right-inner .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(1);
}
.p-489 .post-wrap-left {
  width: 21%;
}
.p-489 .post-wrap-right {
  margin-left: 21%;
}
.p-489 .post-wrap-right-scroll {
  padding-left: 7%;
}
.p-489 .post-wrap-right-inner {
  padding-right: 7%;
}
.p-489 .content-entry colgroup {
  display: none;
}
@media screen and (max-width: 1023px) {
  .article-title {
    font-size: 4.5rem;
  }
  .post-wrap-left {
    display: none;
  }
  .p-489 .post-wrap-left {
    display: none;
  }
  .p-489 .post-wrap-right {
    margin-left: 0;
  }
  .p-489 .post-wrap-right-scroll {
    padding: 30px 3% 6% 6%;
  }
  .post-wrap-right {
    margin-left: 0;
  }
  .post-wrap-right-scroll {
    padding: 30px 3% 6% 6%;
  }
  .post-wrap-right-inner {
    padding-right: 6%;
  }
}
@media screen and (max-width: 470px) {
  .article-title {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}
.tools {
  position: relative;
  top: 20px;
  left: 20px;
  z-index: 2;
  color: var(--text-color);
}
.tools a {
  color: var(--text-color);
}
.addthis-smartlayers {
  display: none !important;
}
.share_email {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
  transition: opacity 0.3s;
}
.share_email:focus, .share_email:hover {
  opacity: 0.7;
}
.print {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
  transition: opacity 0.3s;
  margin-left: 15px;
  cursor: pointer;
}
.print:focus, .print:hover {
  opacity: 0.7;
}
.print:after {
  background-position: -62px -35px;
}
.bookmark {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
  transition: opacity 0.3s;
  margin-left: 15px;
  cursor: pointer;
}
.bookmark:focus, .bookmark:hover {
  opacity: 0.7;
}
.line {
  border-right: 1px solid #D2CFD2;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
}
.addthis_button_email span {
  opacity: 0;
}
.post-wrap-right .content-entry {
  border-bottom: 1px solid #E8E6E8;
  margin-bottom: 3rem;
}
.post-table {
  overflow-x: auto;
  width: 100%;
  border-radius: 10px 10px 0 0;
  display: block;
}
.post-table::-webkit-scrollbar {
  -webkit-appearance: none;
}
.post-table::-webkit-scrollbar:vertical {
  widht: 5px;
}
.post-table::-webkit-scrollbar:horizontal {
  height: 5px;
}
.post-table::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.content-entry {
  padding-bottom: 1px;
}
.content-entry a[target="_blank"]:after {
  display: inline;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.content-entry__color {
  padding-bottom: 3rem;
}
.content-entry .list_tags a {
  background: #E8E6E8;
  border-radius: 10px;
  color: var(--text-color);
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.3s, color 0.3s;
  display: inline-block;
  margin: 0 0.15rem 0.7rem 0.15rem;
}
.content-entry .list_tags a:focus, .content-entry .list_tags a:hover {
  color: #E8E6E8;
  background: var(--text-color);
}
.content-entry .color-block {
  padding: 4.5rem;
  background: #F3F3F3;
  border-radius: 1rem;
}
.content-entry .color-block *:last-child {
  margin-bottom: 0;
}
.content-entry .color-block p {
  font-size: 1.8rem;
}
.content-entry .color-block .content-entry__row {
  display: flex;
  justify-content: space-between;
}
.content-entry .color-block .content-entry__col {
  width: 48%;
}
.content-entry .color-block .content-entry__col p {
  font-size: 1.6rem;
}
.content-entry h1 {
  font-weight: 500;
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 3rem;
  line-height: 1.2;
  font-size: 6rem;
}
.content-entry h2 {
  font-weight: 500;
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 3rem;
  line-height: 1.2;
  font-size: 4rem;
}
.content-entry h3 {
  font-weight: 500;
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 2rem;
  line-height: 1.2;
  font-size: 3.4rem;
}
.content-entry h4 {
  font-weight: 500;
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 3rem;
  line-height: 1.2;
  font-size: 2.6rem;
}
.content-entry h5 {
  font-weight: 500;
  font-family: "Roboto Condensed", Arial, sans-serif;
  line-height: 1.2;
  font-size: 2.1rem;
  margin-bottom: 2.5rem;
}
.content-entry h6 {
  font-weight: 400;
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 2rem;
  line-height: 1.2;
  font-size: 1.4rem;
}
.content-entry .yarpp-related h3 {
  margin-bottom: 3rem;
  line-height: 1.2;
  font-size: 4rem;
}
.content-entry .yarpp-related h5 {
  margin-bottom: 1.5rem;
}
.content-entry .yarpp-related blockquote {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0;
  transition: transform 0.5s;
  overflow: hidden;
  position: relative;
}
.content-entry .yarpp-related blockquote.outline-ymal {
  background: none !important;
  border: 5px solid var(--text-color);
}
.content-entry .yarpp-related blockquote.outline-ymal:after {
  display: none;
}
.content-entry .yarpp-related blockquote.outline-ymal h1, .content-entry .yarpp-related blockquote.outline-ymal h2, .content-entry .yarpp-related blockquote.outline-ymal h3, .content-entry .yarpp-related blockquote.outline-ymal h4, .content-entry .yarpp-related blockquote.outline-ymal h5, .content-entry .yarpp-related blockquote.outline-ymal h6, .content-entry .yarpp-related blockquote.outline-ymal p {
  color: var(--text-color);
}
.content-entry .yarpp-related blockquote:focus, .content-entry .yarpp-related blockquote:hover {
  transform: translate(0, -1rem);
}
.content-entry .yarpp-related a {
  text-decoration: none;
  display: block;
  transition: opacity 0.5s;
  padding: 5.5rem;
}
.content-entry a {
  color: var(--link-color);
}
.content-entry a:focus, .content-entry a:hover {
  text-decoration: none;
}
.content-entry p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 3rem;
}
.content-entry p a {
  font-weight: 400;
}
.content-entry li {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.content-entry ul {
  margin-left: 8px;
  margin-bottom: 3rem;
  list-style-type: none;
}
.content-entry ul li {
  padding-left: 24px;
  position: relative;
}
.content-entry ul li:last-child {
  margin-bottom: 0;
}
.content-entry ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: var(--text-color);
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.content-entry ol {
  margin-left: 8px;
  margin-bottom: 4rem;
}
.content-entry img {
  border-radius: 5px;
}
.content-entry table {
  width: 100%;
  min-width: 750px;
  height: auto;
  margin-bottom: 3rem;
  border-radius: 20px;
}
.content-entry table:not(.table) tr:first-child td {
  color: #fff;
  background: var(--extra-color);
  border: none;
  font-weight: bold;
  vertical-align: middle;
}
.content-entry table:not(.table) tr td:first-child {
  font-weight: bold;
}
.content-entry td, .content-entry th {
  padding: 1.3rem 2.3rem;
  background: #E8E6E8;
  vertical-align: top;
  font-size: 1.3rem;
  line-height: 1.2;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  word-break: break-word;
}
.content-entry td h3, .content-entry th h3 {
  margin-bottom: 1rem;
}
.content-entry td p, .content-entry th p {
  font-size: 1.6rem;
  font-weight: 500;
}
.content-entry td li, .content-entry th li {
  font-size: 1.5rem;
}
.content-entry td:last-child, .content-entry th:last-child {
  border-right: none;
}
.content-entry td:first-child, .content-entry th:first-child {
  border-left: none;
}
.content-entry tbody tr:nth-child(even) td {
  background: #F3F3F3;
}
.content-entry table.table {
  table-layout: fixed;
}
.content-entry table.table th {
  background: var(--text-color);
  color: #fff;
  font-size: 1.7rem;
  text-align: left;
  height: 5.5rem;
  vertical-align: middle;
  border: none;
}
.content-entry table.table tr:first-child td {
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  color: var(--text-color);
}
.content-entry table.table td {
  font-size: 1.6rem;
  font-weight: 500;
  height: 5.5rem;
  vertical-align: middle;
}
.content-entry table.table td h3 {
  font-size: 1.6rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 0;
}
.content-entry table.table td span {
  font-weight: 300;
  font-size: 1.3rem;
}
.content-entry blockquote {
  padding: 5.5rem;
  border-radius: 10px;
  margin-bottom: 3.5rem;
  position: relative;
  background: var(--text-color);
}
.content-entry blockquote h1, .content-entry blockquote h2, .content-entry blockquote h3, .content-entry blockquote h4, .content-entry blockquote h5, .content-entry blockquote h6, .content-entry blockquote p {
  color: #fff;
}
.content-entry .yarpp-related blockquote {
  background: none;
}
.content-entry .yarpp-related blockquote:after {
  border-radius: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--main-color);
  opacity: 0.9;
}
.post-wrap.maincolor .content-entry .yarpp-related blockquote:after {
  background: var(--main-color);
}
.post-wrap.textcolor .content-entry .yarpp-related blockquote:after {
  background: var(--text-color);
}
.post-wrap.extracolor .content-entry .yarpp-related blockquote:after {
  background: var(--extra-color);
}
.post-wrap.secondarycolor .content-entry .yarpp-related blockquote:after, .post-wrap.secondarycolor-outline .content-entry .yarpp-related blockquote:after {
  background: var(--secondary-color);
}
.line-like {
  display: none;
}
@media screen and (max-width: 470px) {
  .content-entry h3 {
    font-size: 2.5rem;
  }
  .content-entry h2 {
    font-size: 3rem;
  }
  .content-entry h1 {
    font-size: 3.5rem;
  }
  .content-entry img.alignleft {
    float: none;
  }
  .content-entry img.alignright {
    float: none;
  }
  .content-entry .color-block .content-entry__row {
    display: block;
  }
  .content-entry .color-block .content-entry__col {
    width: auto;
    margin-bottom: 2rem;
  }
  .content-entry .color-block .content-entry__col:last-child {
    margin-bottom: 0;
  }
}
body .yarpp-related {
  margin-top: 5rem;
}
body .helpful-block-content {
  overflow: hidden;
}
.helpful-custom .helpful-block-content {
  background: none;
  border: none;
  font-size: 1.6rem;
  padding: 0;
  color: var(--text-color);
}
.helpful-custom .helpful-block-content .wth-title {
  margin: 0 0 2rem 0;
  font-size: 2rem;
  font-weight: 500;
}
.helpful-custom .helpful-block-content ul {
  margin-left: 0;
}
.helpful-custom .helpful-block-content ul li {
  display: block;
  position: relative;
  padding-left: 0;
}
.helpful-custom .helpful-block-content ul li:before {
  display: none;
}
.helpful-custom .helpful-block-content ul li textarea.wth-message {
  border: 3px solid var(--text-color);
  border-radius: 10px;
  resize: none;
  box-sizing: border-box;
  float: left;
  width: 80%;
  height: 8rem;
  padding: 1.5rem;
  color: var(--text-color);
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  position: relative;
  z-index: 15;
  font-weight: 400;
}
.helpful-custom .helpful-block-content ul li textarea.wth-message:focus {
  outline: none;
}
.helpful-custom .helpful-block-content div.wth-title {
  border-top: 1px solid #e0e0e0;
  margin-top: 3rem;
  padding-top: 3rem;
  margin-bottom: 1.5rem;
}
.helpful-custom .helpful-block-content .wth-green-btn, .helpful-custom .helpful-block-content .wth-red-btn {
  width: 20px;
  height: 20px;
  position: relative;
  background: none !important;
  text-indent: 999px;
  overflow: hidden;
  padding: 0 !important;
  color: transparent !important;
  border: none;
  display: inline-block !important;
  margin-right: 1.8rem;
}
.helpful-custom .helpful-block-content .wth-green-btn:hover, .helpful-custom .helpful-block-content .wth-red-btn:hover {
  opacity: 1;
}
.helpful-custom .helpful-block-content .wth-green-btn:hover:before, .helpful-custom .helpful-block-content .wth-red-btn:hover:before {
  opacity: 1;
}
.helpful-custom .helpful-block-content .wth-green-btn:hover:after, .helpful-custom .helpful-block-content .wth-red-btn:hover:after {
  opacity: 0;
}
.helpful-custom .helpful-block-content .wth-submit-wrap {
  width: 16%;
  float: right;
  position: relative;
  left: -10px;
  margin-top: 2.6rem;
}
.helpful-custom .helpful-block-content .wth-submit-wrap.enabled {
  pointer-events: inherit;
}
.helpful-custom .helpful-block-content .wth-submit {
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  background: #fff !important;
  border: 2px solid var(--text-color);
  margin: 0;
  border-radius: 50px;
  width: 100%;
  padding: 0 !important;
  cursor: pointer;
  transition: color 0.5s, background 0.5s;
  background: none;
  z-index: 4;
  position: relative;
  overflow: hidden;
}
.helpful-custom .helpful-block-content .wth-submit span {
  position: relative;
  z-index: 9;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  width: 100%;
  color: var(--text-color);
  border-radius: 50px;
  transition: color 0.5s;
}
.helpful-custom .helpful-block-content .wth-submit:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--text-color);
  content: "";
  display: block;
  height: 40px;
  z-index: 1;
  transition: transform 0.5s;
  transform: translate(-100%, 0);
}
.helpful-custom .helpful-block-content .wth-submit:hover span {
  color: #fff;
}
.helpful-custom .helpful-block-content .wth-submit:hover:after {
  transform: translate(0, 0);
}
.wth-green-btn:before, .wth-red-btn:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background: url(../images/like.svg) no-repeat 0 0;
  transition: opacity 0.5s;
}
.wth-red-btn:before {
  transform: scaleY(-1);
}
.wth-submit-wrap-in {
  position: relative;
}
@media (max-width: 580px) {
  .helpful-custom .helpful-block-content ul li textarea.wth-message {
    width: 100% !important;
  }
}
.post-wrap.maincolor .program-card {
  border-left-color: var(--main-color);
}
.post-wrap.textcolor .program-card {
  border-left-color: var(--text-color);
}
.post-wrap.extracolor .program-card {
  border-left-color: var(--extra-color);
}
.post-wrap.secondarycolor .program-card, .post-wrap.secondarycolor-outline .program-card {
  border-left-color: var(--secondary-color);
}
.program-card {
  border: 1px solid #C2CCD9;
  border-left-width: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 4rem;
}
.program-card__title {
  font-size: 3.7rem;
  font-family: "EB Garamond", Arial, sans-serif;
  color: var(--text-color);
  padding: 2rem 2.4rem 2rem 3.3rem;
  border-bottom: 1px solid #C2CCD9;
}
.program-card__info {
  display: flex;
  flex-wrap: wrap;
}
.program-card__info.no-image .program-card__info-left {
  width: 100%;
  border-right: none;
}
.program-card__info-left {
  padding: 3.5rem 3.5rem 2.5rem 3.3rem;
  border-right: 1px solid #C2CCD9;
  width: 72%;
  box-sizing: border-box;
}
.program-card__info-right {
  padding: 2rem;
  width: 28%;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
}
.program-card__image {
  display: inline-block;
}
.program-card__list-item {
  position: relative;
  margin-bottom: 2rem;
  color: var(--text-color);
  padding-left: 30px;
}
.program-card__list-item-title {
  font-size: 1.6rem;
  line-height: 1.3;
}
.program-card__list-item-subtitle {
  font-size: 1.5rem;
  color: #7d9199;
}
.program-card__arrow {
  position: absolute;
  left: 0;
  top: 0;
}
.program-card__link {
  color: var(--link-color);
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  margin-left: 3rem;
  font-size: 1.6rem;
}
.program-card__link svg {
  vertical-align: middle;
}
.program-card__link:focus, .program-card__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 470px) {
  .program-card {
    border-left-width: 10px;
  }
  .program-card__title {
    padding: 1rem 2rem;
    font-size: 3rem;
  }
  .program-card__info {
    display: block;
  }
  .program-card__info-left {
    padding: 2rem;
    width: auto;
    border-right: none;
  }
  .program-card__info-right {
    width: auto;
  }
}
.accordion-section .content-entry h3 {
  margin-bottom: 3rem;
}
.accordion {
  margin-bottom: 1rem;
  padding: 1px 0;
}
.accordion__title {
  font-weight: 500;
  font-size: 2rem;
  padding: 0.5rem 0 0.5rem 30px;
  position: relative;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
.accordion__title svg {
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.accordion__title.active svg {
  transform: scaleY(-1);
}
.accordion__title:focus, .accordion__title:hover:not(.active) {
  opacity: 0.7;
}
.accordion__description {
  display: none;
}
.accordion__description p {
  font-size: 1.8rem;
}
.image-section {
  border-bottom: 1px solid #E8E6E8;
  margin-bottom: 3rem;
  padding-bottom: 1px;
}
.image-section img {
  display: block;
  margin: 0 auto;
}
.image-wrap.col2 {
  font-size: 0;
}
.image-wrap.col2 .image {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.image-wrap.col2 .image:nth-child(2n+2) {
  margin-left: 4%;
}
.image {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 470px) {
  .image-wrap.col2 .image {
    width: auto;
    display: block;
  }
  .image-wrap.col2 .image:nth-child(2n+2) {
    margin-left: 0;
  }
}
@media print {
  body .content-entry table {
    width: 100% !important;
    min-width: 1px;
  }
  body .helpful-custom, body .yarpp-related {
    display: none;
  }
  body * {
    visibility: hidden !important;
  }
  body .fancybox-inner {
    visibility: visible !important;
    width: auto !important;
    height: auto;
    position: static;
  }
  body .fancybox-inner * {
    visibility: visible !important;
  }
  body .fancybox-container {
    position: static;
  }
  body .fancybox-slide {
    height: auto;
    position: static;
  }
  body .fancybox-stage {
    position: static;
    height: auto;
  }
  body .fancybox-slide--html .fancybox-close-small {
    display: none;
  }
  body .mCSB_container {
    visibility: visible !important;
    overflow: visible !important;
    height: auto;
    top: 0 !important;
  }
  body .post-wrap-right {
    height: auto;
    width: 100%;
  }
  body .mCustomScrollBox {
    overflow: visible;
    height: auto;
  }
  body .fancybox-wrap {
    width: auto !important;
  }
  body .text-color {
    color: #000 !important;
  }
  body .content-entry h1 {
    color: #000 !important;
  }
  body .content-entry h2 {
    color: #000 !important;
  }
  body .content-entry h3 {
    color: #000 !important;
  }
  body .content-entry h4 {
    color: #000 !important;
  }
  body .content-entry h5 {
    color: #000 !important;
  }
  body .content-entry h6 {
    color: #000 !important;
  }
  body .content-entry p {
    color: #000 !important;
  }
  body .content-entry li {
    color: #000 !important;
  }
  body .content-entry blockquote h5 {
    color: #000 !important;
  }
  body .content-entry table {
    color: #000 !important;
  }
  body .text-main-color {
    color: #000 !important;
  }
  body .table-plan td {
    color: #000 !important;
  }
  .post-wrap-left {
    visibility: hidden !important;
    display: none;
  }
  .post-id {
    visibility: visible !important;
    position: static !important;
  }
  .post-id * {
    visibility: visible !important;
  }
  .post-wrap-right {
    display: block !important;
    margin-left: 0;
    height: auto !important;
  }
  .fancybox-wrap {
    position: static !important;
  }
  .post-wrap {
    overflow: visible;
    height: auto;
  }
  .fancybox-inner {
    height: auto !important;
    overflow: hidden;
  }
  .post-fancy {
    display: block;
  }
  .mCustomScrollBox {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }
  .post-wrap-right-inner {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    padding-right: 0;
  }
  .mCustomScrollbar {
    height: auto !important;
  }
  .post-wrap-right-scroll {
    height: auto !important;
    padding: 0;
  }
  body.single {
    overflow: visible;
  }
  .home #page {
    display: none;
  }
  body.overlayed {
    padding-right: 0;
    height: auto !important;
  }
  body.overlayed .wrap-body {
    height: auto !important;
  }
  body.compensate-for-scrollbar {
    overflow: visible;
  }
  html.overlayed {
    padding-right: 0;
    height: auto !important;
    overflow-y: hidden;
  }
  .tools {
    display: none;
  }
  .fancybox-opened {
    overflow: hidden;
  }
  .fancybox-overlay-fixed {
    position: static !important;
  }
  .wrap-body {
    display: none;
  }
  .mCSB_scrollTools {
    display: none;
  }
  .fancybox-navigation {
    display: none !important;
  }
}
/* Footer */
.footer-top-svg {
  margin-bottom: -3px;
}
.footer-top-svg svg {
  display: block;
  width: 100%;
  height: auto;
  fill: var(--text-color);
  padding-bottom: 20% !important;
}
.footer-bottom-svg {
  position: relative;
  background: var(--text-color);
  margin-top: 0rem;
  z-index: 3;
}
.footer-bottom-svg svg {
  display: block;
  width: 100%;
  margin-bottom: -1rem;
  height: auto;
  fill: #fff;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.site-footer {
  margin-top: -35rem;
  position: relative;
  z-index: 9;
  overflow: hidden;
  clear: both;
}
.copyright {
  text-align: right;
  font-size: 1.8rem;
  color: #fff;
  padding-bottom: 3rem;
}
.copyright .inner {
  transform: translateX(2.6rem);
}
.copyright a {
  color: #fff;
}
.copyright a:focus, .copyright a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .copyright .inner {
    transform: translateX(0rem);
  }
}
@media screen and (max-width: 1023px) {
  .footer-top-svg {
    margin-bottom: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-middle {
    display: block;
    height: 10px;
    overflow: hidden;
  }
  .footer-middle .inner {
    display: none;
  }
  .footer-top-svg {
    margin-bottom: 0;
  }
  .footer-top-svg svg {
    padding-bottom: 20% !important;
  }
  .footer-bottom-svg {
    margin-top: -2px;
    position: relative;
  }
  .footer-bottom-svg svg {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .copyright {
    position: static;
    padding-bottom: 3rem;
    text-align: right;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .step-title {
    padding-top: 46rem;
    max-width: none;
    float: none;
    margin-bottom: 1.5rem;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fnewscorp-uk.etlspace.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fgeneral%2Fvariables.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fgeneral%2Freset.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fgeneral%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fgeneral%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fheader%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2F404-page%2F404.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fintro-screen%2Fintro-screen.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fevent-pages%2Fevent-page.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fcategory-page%2Fpost-item.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fcategory-page%2Fhero-category.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fenrollment-page%2Fhero-enrollment.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fenrollment-page%2Fmain-enrollment.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fenrollment-page%2Fplan-chooser.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fenrollment-page%2Frates.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fenrollment-page%2Ffinancial-planning.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fpost-page%2Fleft-side.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fpost-page%2Fpost-page.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fpost-page%2Fcontent.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fpost-page%2Fwas-helpful.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fpost-page%2Fprogram.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fpost-page%2Faccordion.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fpost-page%2Fimage.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Fpages%2Fpost-page%2Fprint-version.scss%22%2C%22wp-content%2Fthemes%2Fnewscorp_benefits-v4%2Fassets%2Fscss%2Ffooter%2Ffooter.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACtKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHAA%3BAGSA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAHVA%3BAGaA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAHfA%3BAGkBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAHtBA%3BAG2BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAJlsBF%3BAKAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%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%3BAAYE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%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%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAME%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAEI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAL1iDJ%3BAMCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BANpFJ%3BAOAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAP3XF%3BAOiYA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAPndF%3BAO0dE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAaF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpzBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR50EF%3BASAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAC7kBJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAV5jBJ%3BAWAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQF%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC3bF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAChKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACzlBJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BACxmBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYQ%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfpSF%3BAgBAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9GF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAgBI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAC1dN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAKU%3BAAAA%3BAAAA%3BAAAA%3BACtKN%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAClHN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAC%2FBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAChCJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAvB1LF%3BAwBAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */