@charset "UTF-8";
/*
@include breakpoint(lg) {
font-size: 5rem;
}
*/
body .edgtf-main-menu > ul > li > a {
  color: black;
  font-size: 12px;
  font-family: Avenir;
  font-weight: 900;
  letter-spacing: 1.2px;
}
p, a {
  font-family: avenir;
}
@media (max-width: 1024px) {
  .edgtf-mobile-header .edgtf-mobile-logo-wrapper a {
    text-align: center;
  }
  .edgtf-mobile-header .edgtf-mobile-logo-wrapper a img {
    height: 45px;
    max-width: 90%;
    display: inline-block;
  }
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icon-mail:before {
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-size: 12px;
  margin-right: 3px;
  vertical-align: middle;
  content: '';
}
.z-1 {
  z-index: -1;
}
.table {
  display: table;
}
.section-label {
  padding: 0px 64px 3px 0px;
  color: #111;
  font-family: Avenir;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-bottom: 1px solid #111;
  display: inline-block;
  margin: 12px 0;
}
.section-label.white {
  color: white;
  border-bottom-color: white;
}
#tile-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#tile-wrapper .tile {
  width: 33%;
  padding: 7.5px;
  min-width: 250px;
  flex: 1;
  align-self: stretch;
}
#tile-wrapper-footer {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1200px;
  position: relative;
  left: 0;
  transition: left 0.5s ease-in-out;
}
#tile-wrapper-footer .tile {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) and (min-width: 0px) {
  #tile-wrapper-footer .tile {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tile:not(.poll_tile):hover img, .tile.poll_tile:hover > div, .featuredArtist:not(.poll_tile):hover img, .featuredArtist.poll_tile:hover > div {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.tile img, .featuredArtist img {
  border: solid 6px black;
  border-radius: 30px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.tile.expert_tile img, .tile.childs_play_tile img, .tile.rabbit_hole_tile img, .tile.from_the_editor_tile img, .tile.quotes_tile img, .tile.of-the-day img, .featuredArtist.expert_tile img, .featuredArtist.childs_play_tile img, .featuredArtist.rabbit_hole_tile img, .featuredArtist.from_the_editor_tile img, .featuredArtist.quotes_tile img, .featuredArtist.of-the-day img {
  border: none !important;
}
.tile.streams_tile img, .tile.competitions_tile img, .tile.vanguard_tile img, .featuredArtist.streams_tile img, .featuredArtist.competitions_tile img, .featuredArtist.vanguard_tile img {
  border-color: #FFF742;
}
.tile.series_tile img, .tile.music_now_tile img, .featuredArtist.series_tile img, .featuredArtist.music_now_tile img {
  border-color: #F50010;
}
.tile.quotes_tile img, .featuredArtist.quotes_tile img {
  border: none;
  border-radius: none;
}
.tile img.featured-artist-img, .featuredArtist img.featured-artist-img {
  border-color: #8fc8d9;
}
.tile.poll_tile, .featuredArtist.poll_tile {
  padding: 10px;
}
.tile.poll_tile > div, .featuredArtist.poll_tile > div {
  border: #F50010 6px solid;
  border-radius: 30px;
  max-width: 350px;
  text-align: center;
  aspect-ratio: 0.7115789474;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.tile.poll_tile .wp-polls p, .featuredArtist.poll_tile .wp-polls p {
  font-weight: bold;
  line-height: 1.3;
}
.tile.poll_tile .wp-polls-ans, .featuredArtist.poll_tile .wp-polls-ans {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 10px;
}
.tile.poll_tile .wp-polls ul.wp-polls-ul + p, .featuredArtist.poll_tile .wp-polls ul.wp-polls-ul + p {
  background: url(https://theviolinchannel.com/wp-content/uploads/2023/02/Vote.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0;
  min-width: 120px;
  margin-bottom: 0;
}
.tile.poll_tile img, .featuredArtist.poll_tile img {
  border: none;
  border-radius: 0;
  width: 90%;
  margin-top: 5px;
}
#featured-posts-slider {
  position: relative;
}
#featured-posts-slider .featured-post {
  height: 520px;
  background-size: cover;
  position: relative;
}
#featured-posts-slider .featured-post:hover .title a {
  color: red;
}
#featured-posts-slider > .slider-wrapper > .featured-post:nth-child(n+2) {
  display: none;
}
#featured-posts-slider .flex-wrapper {
  position: absolute;
  bottom: 0;
  padding: 35px;
  display: flex;
  justify-content: space-between;
}
#featured-posts-slider .content {
  margin-right: 30px;
}
#featured-posts-slider .link {
  display: flex;
  align-items: self-end;
}
#featured-posts-slider .link a {
  line-height: 1;
}
#featured-posts-slider .link img {
  width: 155px;
  max-width: 155px;
}
#featured-posts-slider .category {
  font-family: Avenir;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  font-weight: 600;
  color: #F50010;
  /* 166.667% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
#featured-posts-slider .title a {
  color: #FFF;
  font-family: Avenir;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  /* 128.571% */
  letter-spacing: 2px;
  margin-bottom: 18px;
  display: block;
}
#featured-posts-slider .subtitle {
  color: #FFF;
  font-family: Avenir;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
}
#featured-posts-slider .nav-container {
  position: absolute;
  top: 35px;
  right: 35px;
}
#featured-posts-slider .nav-container img {
  height: 25px;
}
#featured-posts-slider .nav-container .prev {
  margin-right: 18px;
}
#featured-posts-slider .nav-container .prev, #featured-posts-slider .nav-container .next {
  cursor: pointer;
  color: white;
}
#featured-posts-slider .nav-container .prev:hover, #featured-posts-slider .nav-container .next:hover {
  color: #F50010;
}
#under-slider-posts {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
#under-slider-posts .post-item {
  border-left: 1px solid #999;
  padding: 12px 0px 12px 18px;
  flex-basis: 100%;
}
#under-slider-posts .post-item h3 {
  color: #121212;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: 1px;
  margin-top: 10px;
}
#under-slider-posts .post-item .cat {
  color: #F50010;
  font-family: Avenir;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.6;
  /* 166.667% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
#video-gallery-wrapper {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 0;
  margin: 0px auto 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #video-gallery-wrapper {
    padding: 0;
  }
}
#video-gallery-wrapper .nav-container i {
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  bottom: -20px;
  transform: translateY(-50%);
  left: -12px;
  cursor: pointer;
}
#video-gallery-wrapper .nav-container i.icon-arrows-right {
  right: -12px;
  left: unset;
}
#video-gallery-wrapper .tns-outer button {
  display: none;
}
#video-gallery-wrapper .video-gallery {
  visibility: hidden;
}
#video-gallery-wrapper .video-gallery.tns-slider {
  visibility: visible;
}
#video-gallery-wrapper .video-gallery .video-item {
  margin-right: 0px;
  flex: 1 0 25%;
  position: relative;
  cursor: pointer;
}
#video-gallery-wrapper .video-gallery .video-item:nth-child(even) .video-content-wrapper {
  background: #ECF1F3 !important;
}
#video-gallery-wrapper .video-gallery .video-item:nth-child(even) .video-content-wrapper .video-title {
  color: #F50010;
}
#video-gallery-wrapper .video-gallery .video-item:nth-child(4n+1) .video-content-wrapper {
  background: #76D6F2;
}
#video-gallery-wrapper .video-gallery .video-item:nth-child(4n-1):not(:nth-child(4n-3)) .video-content-wrapper {
  background: #FFF742 !important;
}
#video-gallery-wrapper .video-gallery .video-item > div {
  display: flex;
  flex-direction: column;
  margin: 0 25px 10px 0;
  padding: 0;
  justify-content: stretch;
  color: #000;
  border-radius: 10px;
  position: relative;
}
#video-gallery-wrapper .video-gallery .video-item > div:after {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  top: 35%;
  color: #FFF742;
  font-family: 'evo_fontawesomes';
  text-align: center;
  font-size: 50px;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: all ease 0.2s;
}
#video-gallery-wrapper .video-gallery .video-item > div:hover:after {
  opacity: 0.25;
}
#video-gallery-wrapper .video-gallery .video-item > div:hover img {
  transform: translateX(3px);
}
#video-gallery-wrapper .video-gallery .video-item > div .video-content-wrapper {
  width: 92%;
  align-self: flex-end;
  padding: 124px 16px 16px 16px;
  margin-top: -105px;
  z-index: 0;
  border-radius: 10px;
  transition: all ease 0.3s;
}
#video-gallery-wrapper .video-gallery .video-item > div .video-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111;
  font-family: Avenir;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  height: calc(1.3*14px*3);
}
#video-gallery-wrapper .video-gallery .video-item > div .video-description {
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111;
  font-family: Avenir;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.3;
  letter-spacing: 0.028px;
  height: calc(1.3*14px*4);
}
#video-gallery-wrapper .video-gallery .video-item > div img {
  width: 92%;
  align-self: flex-start;
  z-index: 1;
  border-radius: 6px;
  transition: all ease 0.3s;
}
#video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
}
#video-popup .video-popup-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#video-popup .video-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  text-align: center;
}
#video-popup .video-popup-content > * {
  display: block;
}
#video-popup .video-popup-content .video-popup-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#video-popup .video-popup-content #video-popup-player {
  width: 100%;
  aspect-ratio: 1;
  background: #000;
  max-height: 50vh;
  min-height: 300px;
}
#video-popup .video-popup-content #video-popup-player iframe, #video-popup .video-popup-content #video-popup-player video {
  aspect-ratio: 1;
  width: 100% !important;
  height: auto;
  max-height: 50vh;
}
#video-popup .video-popup-content .video-popup-description {
  margin-bottom: 20px;
  background: #FFF742;
  color: black;
  padding: 15px;
  text-align: left;
  width: 100%;
}
#video-popup .video-popup-content .video-popup-description p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#video-popup .video-popup-content .video-popup-post-link {
  text-align: center;
}
#video-popup .video-popup-content .video-popup-post-link img {
  border: none;
  width: 230px;
}
#video-popup .video-popup-content .video-popup-post-link a {
  color: #007bff;
}
#video-popup .video-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  background: #FFF742;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  opacity: 1;
  color: black;
}
#video-popup .video-popup-close:hover {
  opacity: 1;
}
iframe#instagram-embed-0 {
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
  max-width: 400px !important;
}
.category_slider.edgtf-container-inner h2 {
  color: #F50010;
}
amp-ad {
  border: none;
  margin: 0 auto;
}
amp-ad.i-amphtml-layout-size-defined {
  overflow: visible !important;
}
amp-ad:before {
  color: #555;
  content: 'Advertisement';
  display: block;
  font: 400 10px/12px "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  margin-bottom: 6px;
  text-align: right;
  position: absolute;
  width: 100%;
  top: -14px;
}
amp-ad[width="600"] {
  aspect-ratio: 3 !important;
  width: 100% !important;
  height: auto !important;
  max-width: 600px;
}
amp-ad[width="1000"] {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 5 !important;
  max-width: 1000px;
}
amp-ad[width="728"] {
  margin: -10px;
}
amp-ad[width="728"] iframe {
  background: #ebebeb;
  padding: 10px !important;
  border: none !important;
  box-sizing: content-box;
}
img.image_title {
  height: 35px;
}
.color_red {
  color: #F50010 !important;
}
* {
  box-sizing: border-box;
}
html body {
  font-family: avenir;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  font-family: avenir;
  text-transform: none;
}
.edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article h1.edgtf-post-title {
  color: #121212;
  text-align: center;
  /* Title */
  font-family: Avenir;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  /* 129.167% */
}
.edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article #subtitle, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main p#subtitle {
  color: #F50010;
  text-align: center;
  font-family: Avenir;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  /* 125% */
  letter-spacing: 0.68px;
}
@media (max-width: 767px) {
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article #subtitle, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main p#subtitle {
    font-size: calc(24px * .85);
  }
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article h1.edgtf-post-title {
    font-size: calc(24px * 2 * .85);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article #subtitle, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main p#subtitle {
    font-size: calc(24px * .9);
  }
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article h1.edgtf-post-title {
    font-size: calc(24px * 2 * .9);
  }
}
.edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main p {
  color: #000;
  font-family: Avenir;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main a {
  color: #F50010;
  font-family: Avenir;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}
.edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h1 {
  color: #000;
  font-family: Avenir;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  /* 93.333% */
  letter-spacing: 0.6px;
}
.edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main b, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main strong {
  /* Bold */
  font-family: Avenir;
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
}
.edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h2 {
  font-family: Avenir;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
.edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main blockquote {
  border-left: 1px solid #F50010;
}
.edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main blockquote p {
  color: #3B4143;
  font-family: Avenir;
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 1.4;
  /* 140% */
  padding: 0 24px;
  margin: 0;
  text-align: left;
}
.edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main ul, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main li {
  font-family: Avenir;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  list-style-position: outside;
  padding-left: 0;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main {
    /* Adjust other styles for mobile */
  }
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main p, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main a, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main b, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main strong, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main ul, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main li {
    font-size: calc(21px * .85);
  }
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h1, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main blockquote p {
    font-size: calc(30px * .85);
  }
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h2, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main #subtitle, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main .edgtf-post-text-main p#subtitle {
    font-size: calc(24px * .85);
  }
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h1.edgtf-post-title {
    font-size: calc(24px * 2 * .85);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main {
    /* Adjust other styles for tablet */
  }
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main p, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main a, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main b, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main strong, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main ul, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main li {
    font-size: calc(21px * .9);
  }
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h1, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main blockquote p {
    font-size: calc(30px * .9);
  }
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h2, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main #subtitle, .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main .edgtf-post-text-main p#subtitle {
    font-size: calc(24px * .9);
  }
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h1.edgtf-post-title {
    font-size: calc(24px * 2 * .9);
  }
}
.edgtf-layout8-item .edgtf-ni-image-holder {
  margin-top: 60px;
}
.more_news_link {
  margin-bottom: 60px !important;
}
.dumbbow img {
  position: absolute;
  top: 14px;
  width: 87% !important;
  left: 35px;
}
.widget.widget_nav_menu ul li a {
  font-weight: 600;
}
div#dateTime {
  color: white;
}
.edgtf-cover {
  display: none;
}
body.edgtf-side-menu-slide-from-right .edgtf-side-menu {
  width: 100%;
}
.post-id-40986 .edgtf-row-grid-section-wrapper {
  margin: 40px auto;
}
.edgtf-post-carousel3 .edgtf-news-list-inner.edgtf-owl-slider {
  height: 500px !important;
}
.edgtf-post-carousel3 .edgtf-owl-slider .owl-nav {
  right: 20px;
}
.edgtf-post-carousel3 .edgtf-ni-content {
  padding: 25px 25px 50px 32px;
}
.edgtf-post-carousel3 .owl-item.active:before {
  background: none !important;
}
.edgtf-post-carousel3 .edgtf-owl-slider .owl-stage-outer .owl-stage .owl-item {
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .edgtf-post-carousel3 .edgtf-news-list-inner.edgtf-owl-slider {
    height: auto !important;
  }
  .edgtf-post-carousel3 .edgtf-owl-slider .owl-nav {
    left: initial;
  }
}
.box-main-media.type-video, .dzsulb-main-con .box-main-under {
  max-width: 600px;
  max-height: 50vh;
  height: auto !important;
}
.box-main-media.type-video {
  aspect-ratio: 1.7777777778;
}
.edgtf-post-text-inner #midContentAd:last-child {
  display: none;
}
.edgtf-btn.edgtf-btn-simple.edgtf-btn-expanding-underline .edgtf-btn-text {
  color: black;
}
XXbutton, .edgtf-btn, body a.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple.edgtf-read-more-link {
  background: 0 0;
  border-width: 2px !important;
  padding: 11px 14px !important;
  text-transform: uppercase !important;
  font-weight: 100 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  font-family: avenir !important;
  letter-spacing: 1px !important;
  position: relative !important;
  border-style: solid !important;
  line-height: 1.2 !important;
}
XXbutton:hover, .edgtf-btn:hover, body a.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple.edgtf-read-more-link:hover {
  border: none !important;
}
XXbutton:hover.hover_white, .edgtf-btn:hover.hover_white, body a.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple.edgtf-read-more-link:hover.hover_white {
  color: white;
}
XXbutton:hover:after, .edgtf-btn:hover:after, body a.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple.edgtf-read-more-link:hover:after {
  border: none;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, border-color 0s ease-in-out 0s;
  transition: transform 0.2s ease-in-out, border-color 0s ease-in-out 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
XXbutton:hover span:after, .edgtf-btn:hover span:after, body a.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple.edgtf-read-more-link:hover span:after {
  display: none !important;
}
XXbutton:after, .edgtf-btn:after, body a.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple.edgtf-read-more-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, border-color 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out 0.2s;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
  background-color: #F50010;
}
.nobtn {
  border: none !important;
}
.nobtn:after, .nobtn:before {
  display: none !important;
}
.nobtn:hover {
  border: none !important;
}
.nobtn:hover:after, .nobtn:hover:before {
  display: none !important;
}
.nobtn:hover span {
  border: none !important;
}
.vanguard-btn-head {
  letter-spacing: 0;
  text-decoration: none !important;
  border: none !important;
  cursor: initial;
}
.vanguard-btn-head span {
  border: none !important;
}
.videogallery .dzs-navigation--item.vgwall-item.dzs-layout-item.ultibox-item-delegated.wall-treated:first-child .layout-builder--item.layout-builder--item--11241412321.layout-builder--item--type-container:hover:after {
  border: none;
  border-bottom: solid 2px #F50010;
}
.dzs-navigation--item.vgwall-item.dzs-layout-item.ultibox-item-delegated.wall-treated:first-child .layout-builder--item.layout-builder--item--type-thumbnail.navigation-type-image {
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
}
div[style^="padding: 56.25% 0 0 0;"] > .fluidvids {
  width: 100%;
  max-width: 100%;
  position: absolute !important;
  height: 100%;
  top: 0;
}
.edgtf-search-post-type {
  text-align: center;
}
.edgtf-search-post-type::before {
  content: '';
  background-image: url(/wp-content/uploads/2022/08/hi-what-are-you-looking-for-today-hand-writing-search.png?v=1);
  width: 250px;
  height: 60px;
  position: relative;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
  vertical-align: middle;
}
.edgtf-search-post-type input.edgtf-post-type-search-field {
  background: #eee;
  border-radius: 4px;
  color: #000;
  font-weight: 700;
  text-align: center;
  border: none;
  padding: 15px;
}
i.edgtf-search-loading.fa.fa-spinner.fa-spin.edgtf-hidden {
  display: none;
}
a.edgtf-side-menu-button-opener {
  display: none;
}
.open_side_menu {
  width: 25px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: black;
  cursor: pointer;
}
.open_side_menu:before {
  font-size: 15px !important;
}
.open_side_menu a {
  display: none !important;
}
.widget.edgtf-search-post-type-widget {
  text-align: center;
  position: relative;
}
.widget.edgtf-search-post-type-widget .edgtf-post-type-search-results {
  text-align: left;
  padding: 30px;
  position: absolute;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  max-width: 400px;
  box-shadow: 0px 0px 1px 1px #ccc;
  display: none;
  z-index: 999;
}
.edgtf-side-menu-button-opener .edgtf-side-menu-icon span:before {
  font-size: 30px;
  margin-right: 10px;
}
ul#categoryMenu {
  width: 100%;
  max-height: 800px;
  background: whitesmoke;
  padding: 20px;
  list-style: none;
  columns: 5 auto;
  border-bottom: 1px solid #d8d8d8;
  column-gap: 30px;
  column-rule: 1px solid #d8d8d8;
  overflow: scroll;
}
ul#categoryMenu .sub-menu a {
  font-weight: 600;
}
ul#categoryMenu > li {
  font-weight: bold;
  padding: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1.5;
}
ul#categoryMenu > li > a {
  position: relative;
  font-size: 14px;
  color: #F50010;
}
ul#categoryMenu > li > a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
}
ul#categoryMenu > li > ul.sub-menu > li > a {
  font-weight: 900;
}
ul#categoryMenu > li ul {
  font-weight: normal;
  text-decoration: none;
  list-style: none;
}
ul#categoryMenu .fa-bars {
  display: none !important;
}
ul#categoryMenu .menu-item-has-children li:nth-child(even) {
  background: initial;
}
ul#categoryMenu a {
  font-size: 12px;
}
body .h1 {
  font-size: 44px;
}
body .h2 {
  font-size: 38px;
}
body .h3 {
  font-size: 32px;
}
body .h4 {
  font-size: 26px;
}
body .h5 {
  font-size: 20px;
}
body .h6 {
  font-size: 14px;
}
body .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-title {
  letter-spacing: initial;
}
body .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-info-top .edgtf-post-info-category, body .edgtf-post-info-category {
  font-family: avenir;
  font-weight: 700;
  font-size: 8pt;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #F50010;
  text-rendering: optimizeLegibility;
}
body .edgtf-page-header #custom_html-36 {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .edgtf-page-header #custom_html-36 .edgtf-social-icons-group-widget .edgtf-social-icon-widget-holder {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body .edgtf-page-header .edgtf-logo-area .edgtf-vertical-align-containers {
  border-bottom: none !important;
}
body .edgtf-page-header .edgtf-menu-area .edgtf-grid .edgtf-vertical-align-containers {
  border-bottom: 1px solid #ebebeb !important;
  border-top: 1px solid #ebebeb !important;
}
body .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers .edgtf-position-right .widget_text {
  display: flex;
  max-width: 400px;
  overflow: hidden;
  margin-bottom: 0 !important;
}
body .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers .edgtf-position-right .newsTicker {
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
}
body .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers .edgtf-position-right .newsTicker p, body .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers .edgtf-position-right .newsTicker span, body .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers .edgtf-position-right .newsTicker a, body .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers .edgtf-position-right .newsTicker div {
  color: #F50010;
  font-family: Avenir;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 200% */
  letter-spacing: 0.24px;
  text-align: left;
}
body .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers .edgtf-position-right .newsTicker div:first-child {
  color: #F50010;
  display: block;
  font-family: Avenir;
  position: relative;
  font-size: 12px;
  height: auto !important;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 1.2px;
  margin-bottom: 9px;
  transition: all ease 0.2s;
  width: 70px;
  border-bottom: solid #F50010 2px;
}
body .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers .edgtf-position-right .newsTicker:hover div:first-child {
  width: 100%;
}
body .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers .edgtf-position-right .newsTicker * {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  body .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers .edgtf-position-right .newsTicker > *:not(:first-child) * {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
body .edgtf-page-header .edgtf-vertical-align-containers .edgtf-position-right {
  position: initial;
}
body .edgtf-page-header .edgtf-logo-area {
  margin: 24px auto;
}
body .edgtf-page-header .edgtf-logo-area .edgtf-position-left {
  left: 50%;
  transform: translateX(-50%);
}
body .edgtf-page-header .edgtf-logo-area .edgtf-position-left div, body .edgtf-page-header .edgtf-logo-area .edgtf-position-left a {
  height: 100%;
  max-height: 60px;
}
.edgtf-btn.edgtf-btn-small {
  padding: 8px 18px;
}
body .edgtf-drop-down .narrow .second .inner ul li {
  width: auto;
  white-space: nowrap;
}
.menu-item-has-children li:nth-child(even) {
  background: #fafafa;
}
.edgtf-drop-down .second .inner ul li a:hover {
  color: #F50010;
}
li.fa:before {
  font-family: evo_fontawesomes, evo_fontawesome, evo_fontawesomeb;
  font-weight: 400;
  font-size: 12px;
  margin-right: 3px;
  vertical-align: middle;
}
.blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
body .edgtf-layout8-item .edgtf-ni-image-holder .edgtf-post-image a {
  -webkit-mask-image: initial;
}
a.btn.button {
  border: solid white 1px;
  padding: 9px 15px;
}
.edgtf-related-posts-holder .edgtf-related-posts-inner {
  display: flex;
  flex-wrap: wrap;
}
.edgtf-related-posts-holder .edgtf-related-posts-inner .edgtf-related-post {
  width: 25%;
  padding: 0 5px;
}
body .edgtf-st-loader .pulse_circles .ball, body .edgtf-owl-slider + .edgtf-slider-thumbnail > .edgtf-slider-thumbnail-item.active img, body .edgtf-page-footer .widget.widget_nav_menu ul li a:after, body .edgtf-blog-single-navigation .edgtf-blog-single-next .edgtf-blog-single-nav-label:after, body .edgtf-blog-single-navigation .edgtf-blog-single-prev .edgtf-blog-single-nav-label:after, body .edgtf-drop-down .second .inner ul li a .item_text:after, body .edgtf-btn.edgtf-btn-outline .edgtf-btn-text, body .edgtf-plc-holder.edgtf-simple-layout .edgtf-plc-item .edgtf-plc-add-to-cart.edgtf-light-skin .added_to_cart:hover, body .edgtf-plc-holder.edgtf-simple-layout .edgtf-plc-item .edgtf-plc-add-to-cart.edgtf-light-skin .button:hover, body .edgtf-plc-holder.edgtf-simple-layout .edgtf-plc-item .edgtf-plc-add-to-cart.edgtf-dark-skin .added_to_cart:hover, body .edgtf-plc-holder.edgtf-simple-layout .edgtf-plc-item .edgtf-plc-add-to-cart.edgtf-dark-skin .button:hover, body .edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-view-cart:after, body .widget.woocommerce.widget_price_filter .price_slider_amount .button:after {
  border: none;
}
.justify {
  text-align: justify;
  text-align-last: center;
}
.center {
  text-align: center;
}
.widget.widget_text .footer-logo img {
  display: inline-block;
  height: 90px;
}
.edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-grid {
  padding: 0;
}
body .edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-full-width {
  padding: 80px 0;
}
body .edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-full-width .textwidget.custom-html-widget > *:not(.double_ad_container) {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 4%;
}
.edgtf-page-footer .widget.widget_nav_menu ul li a {
  font-weight: bold;
}
.edgtf-post-single-image-full .edgtf-news-post-top-holder .edgtf-top-part-post-image img {
  vertical-align: middle;
  height: 600px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.edgtf-content .edgtf-content-inner > .edgtf-container > .edgtf-container-inner, .edgtf-content .edgtf-content-inner > .edgtf-full-width > .edgtf-full-width-inner {
  padding-top: 0px;
}
.edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-title {
  width: 100%;
}
a.edgtf-blog-single-prev > span {
  float: left;
  text-align: left;
  max-width: 400px;
  color: #F50010;
  font-family: Avenir;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  /* 133.333% */
}
a.edgtf-blog-single-next > span {
  float: right;
  text-align: right;
  max-width: 400px;
  color: #F50010;
  font-family: Avenir;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  /* 133.333% */
}
.edgtf-blog-single-navigation .edgtf-blog-single-prev .edgtf-blog-single-nav-label {
  color: #000;
  text-align: right;
  font-family: avenir;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.ad_container {
  text-align: center;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  max-width: 728px;
  margin: auto;
}
.ad_container.double_ad_container {
  padding: 50px 5px;
  max-width: 100%;
  width: 100%;
}
.double-partner-container {
  background: #ebebeb;
  opacity: 1 !important;
  width: 100%;
  padding: 20px !important;
  display: flex !important;
}
.double-partner-container .large-banner {
  width: 50%;
  float: left;
  padding: 7.5px;
}
.double-partner-container .large-banner img {
  display: inline !important;
}
.header-banner a.partner-links {
  display: block;
  aspect-ratio: 5;
  max-width: 1000px;
  margin: 0 auto;
}
.small-banner {
  text-align: center;
  margin: 30px auto;
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-image a img {
  height: 150px;
  object-fit: cover;
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-title a {
  margin: 19px 0 20%;
  line-height: 18px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  min-height: 54px;
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-rp-content .edgtf-rp-info-top {
  padding: 3px 15px;
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-title {
  margin: 19px 0 10%;
}
.edgtf-post-text-main {
  width: 80%;
  margin: 0 auto;
}
.edgtf-post-text-main p {
  font-family: avenir;
  color: black;
  font-size: 16pt;
  line-height: 1.4;
  margin: 15px 0;
}
.edgtf-post-text-main li {
  font-family: avenir;
  color: black;
  font-size: 16pt;
  line-height: 1.2;
}
@media (max-width: 767px) and (min-width: 0px) {
  .edgtf-post-text-main {
    width: 100%;
  }
  .edgtf-post-text-main p {
    font-size: 12pt;
  }
}
.edgtf-post-info, #audioPlayer {
  margin-bottom: 20px;
}
div#header_content {
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  position: relative;
  background: #ebebeb;
}
div#header_content xxxxxx-amp-ad {
  aspect-ratio: 4.0444444444 !important;
  background: black;
}
div#header_content xxxxxx-amp-ad:before {
  color: #aaa;
  content: 'Advertisement';
  display: block;
  font: 400 11px/14px "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  margin-bottom: 6px;
  text-align: left;
  position: absolute;
  width: 100%;
  top: -18px;
  font-size: 10px;
}
div#header_content amp-ad {
  margin: 0 auto;
  width: 100% !important;
  height: auto !important;
}
div#header_content amp-ad.header_large {
  aspect-ratio: 5 !important;
  max-width: 1000px;
}
div#header_content amp-ad.header_small {
  aspect-ratio: 7.28;
  max-width: 728px;
}
div#header_content xxxxxx-iframe#google_ads_iframe_1 {
  min-width: 100%;
  height: auto !important;
}
xxxxxx-amp-ad {
  height: auto !important;
  aspect-ratio: 8.0888888889;
  max-width: 728px;
  width: 100% !important;
  overflow-x: visible !important;
  margin: 0 auto;
}
xxxxxx-amp-ad.i-amphtml-layout-size-defined {
  overflow: visible !important;
}
xxxxxx-amp-ad:before {
  color: #aaa;
  content: 'Advertisement';
  display: block;
  font: 400 11px/14px "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  margin-bottom: 6px;
  text-align: right;
  position: absolute;
  width: 100%;
  top: -18px;
  font-size: 10px;
}
xxxxxx-amp-ad.mr {
  padding-bottom: 84%;
  transform: translateY(15px);
}
xxxxxx-amp-ad.mr iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
[id^="google_ads_iframe"] {
  width: 100%;
}
.gad-text {
  margin-bottom: 0 !important;
  text-align: right;
}
.edgtf-top-bar .edgtf-position-right {
  width: 50%;
}
.edgtf-top-bar .edgtf-position-right .textwidget {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edgtf-top-bar .edgtf-position-right .textwidget > div {
  margin: 0 !important;
}
.edgtf-top-bar .edgtf-position-right .edgtf-top-bar-widget {
  width: 100%;
}
.edgtf-top-bar .edgtf-position-right #featuredAudio {
  display: flex;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
}
.edgtf-top-bar .edgtf-position-right #featuredAudio audio {
  display: none;
}
.edgtf-top-bar .edgtf-position-right #featuredAudio > * {
  margin: 0 5px;
}
.edgtf-top-bar .edgtf-position-right #featuredAudio h4 {
  color: white;
  margin: 0;
}
.edgtf-top-bar .edgtf-position-right #featuredAudio i {
  color: white;
  font-size: 22px;
}
.edgtf-top-bar .edgtf-position-right #featuredAudio img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.edgtf-post-info-bottom, .edgtf-author-description, .edgtf-blog-single-navigation {
  width: 100% !important;
  margin: 0 auto !important;
  display: block;
}
#audioPlayer {
  color: #213138;
  display: flex;
  align-items: center;
  background: #E7EDEF;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
#audioPlayer p {
  color: #213138;
}
#audioPlayer #playerSettings {
  position: absolute;
  right: 15px;
  display: flex;
  bottom: 10px;
}
#audioPlayer #playerSettings > div {
  opacity: 0.7;
}
#audioPlayer #playerSettings > div:hover {
  opacity: 1;
  cursor: pointer;
}
#audioPlayer #playerSettings > div, #audioPlayer #playerSettings a {
  padding: 0 5px;
  color: #213138;
}
#audioPlayer #playerContents {
  width: 100%;
  padding-left: 10px;
}
#audioPlayer #playerTime {
  font-weight: bold;
  opacity: 0.7;
}
#audioPlayer #playerProgress {
  background: #CDD7DD;
  width: 100%;
  height: 10px;
}
#audioPlayer #playerProgress .progressBar {
  width: 0;
  height: 100%;
  background: #213138;
  border-right: 2px solid black;
}
#audioPlayer #playPause {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#audioPlayer #playPause i.fa {
  color: white;
  width: 80px;
  height: 80px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  background: #213138;
  border-radius: 50%;
  align-items: center;
  text-align: center;
}
#audioPlayer #playerTextInfo {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #213138;
}
#audioPlayer #playerTextInfo a {
  font-weight: bold;
  color: #213138;
}
#audioPlayer #playerTextInfo p {
  margin-bottom: 0;
}
#audioPlayer #audioShare a {
  font-size: 18px;
}
body.archived_news .edgtf-blog-single-navigation, body.archived_news .edgtf-news-post-top-holder {
  display: none !important;
}
body.archived_news .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner {
  position: relative;
  margin-top: 50px;
}
body.archived_news div#contentFeaturedImage img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
body.archived_news div#contentFeaturedImage div#photo_credit {
  text-align: right;
  font-style: italic;
  font-size: 12px;
  line-height: 1;
  margin-top: -5px;
  padding-right: 5px;
  position: relative;
}
.evo_metarow_directimg img {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
.follow_event {
  border: white solid 2px;
  width: auto;
  padding: 8px 16px !important;
  color: white !important;
  flex-basis: auto;
  line-height: 1.2;
  display: block !important;
  cursor: pointer;
}
.follow_event.unfollow_event {
  background: white;
  color: black !important;
}
.follow_event img {
  height: 14px;
  margin-left: 10px;
}
.evcal_desc3 {
  align-items: flex-start;
}
.edgtf-author-description {
  padding: 20px 0;
}
.edgtf-author-description .edgtf-author-description-image img {
  width: 185px;
  height: 185px;
  object-fit: cover;
}
.edgtf-author-description .edgtf-author-description-text-holder {
  position: relative;
  padding-left: 230px;
  text-align: left;
}
.edgtf-author-description .edgtf-author-description-content {
  position: relative;
  padding: 0 1px;
  display: flex;
  align-items: center;
}
.edgtf-post-single-image-full .edgtf-news-post-top-holder .edgtf-top-part-post-image {
  position: relative;
  background-image: url(https://theviolinchannel.com/wp-content/uploads/2022/01/Sean-Lee.jpeg);
  /*background-size: cover;
	background-attachment: fixed;
	height: 400px;
	background-position: center;
	*/
  background-size: cover;
  height: 500px;
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
.edgtf-post-single-image-full .edgtf-news-post-top-holder .edgtf-top-part-post-image .header_image_photo_credit {
  position: absolute;
  right: 0;
  background: white;
  padding: 0 5px;
  top: 0;
  font-style: italic;
  font-size: 12px;
}
body:not(.livestreams) .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner {
  position: relative;
  margin-top: -200px;
  background: rgba(255, 255, 255, 0.9);
}
body:not(.livestreams) .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner .edgtf-post-text-ad.ad_container.double_ad_container {
  margin: 40px -87px !important;
  width: 1200px;
  box-sizing: border-box;
  padding: 50px 0;
  display: flex;
}
body:not(.livestreams) .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner .edgtf-post-text-ad.ad_container.double_ad_container .edgtf-row-grid-section {
  display: flex;
}
body:not(.livestreams) .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner .edgtf-post-text-ad.ad_container.double_ad_container .edgtf-row-grid-section .wpb_column.vc_column_container.vc_col-sm-6 {
  flex: 0.5;
  padding: 10px;
}
body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner .edgtf-post-text-ad.ad_container.double_ad_container {
  margin: 40px auto !important;
  width: 1200px;
  box-sizing: border-box;
  padding: 50px 0;
  display: flex;
}
body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner .edgtf-post-text-ad.ad_container.double_ad_container .edgtf-row-grid-section {
  display: flex;
}
body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner .edgtf-post-text-ad.ad_container.double_ad_container .edgtf-row-grid-section .wpb_column.vc_column_container.vc_col-sm-6 {
  flex: 0.5;
  padding: 10px;
}
.side-title.caption {
  display: none;
}
body a.wp-spaios-img-link img {
  height: 315px;
}
body .of_the_day img {
  display: none;
}
body .of_the_day img:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
body .of_the_day p {
  margin: 0;
}
body .second_row > .vc_column_container {
  overflow: visible;
}
body .second_row > div {
  overflow: hidden;
}
body .second_row > div .edgtf-layout8-item .edgtf-ni-image-holder {
  margin-top: 15%;
}
body .second_row > div.on-this-day img {
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: overlay;
}
body .second_row > div.vc_giveaway .giveaway_title:before {
  content: "";
  font-family: 'evo_FontAwesomeS';
  font-size: 16px;
  margin-right: 5px;
  color: inherit;
}
body .second_row > div.vc_giveaway .edgtf-news-holder.edgtf-layout8[data-category-name="vc-giveaway"]:before {
  content: '';
  background: url(/wp-content/uploads/2022/05/win-win-giveaway.png) no-repeat center/contain;
  width: 20%;
  height: 0;
  padding-bottom: 15%;
  position: absolute;
}
body .second_row > div.vc_giveaway h3.entry-title.edgtf-post-title {
  line-height: 1.4em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  font-size: 18px;
  padding: 5px;
}
body .second_row > div.vc_giveaway .edgtf-post-image a {
  width: 100%;
  height: 0;
  border: solid 5px #F50010;
  margin: 0 auto;
  padding-bottom: 100%;
  display: block;
}
body .second_row > div.vc_giveaway .edgtf-post-image a:after {
  content: '';
  background-image: url(/wp-content/uploads/2022/08/enter-now-to-win-words-only.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center 70%;
  background-color: rgba(255, 255, 255, 0.2);
}
body .second_row > div.vc_giveaway .edgtf-post-image a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
  position: absolute;
  transform: scale(1.01) translateZ(0);
}
body .second_row > div.vc_giveaway .entry-title.edgtf-post-title a {
  position: block;
  letter-spacing: initial;
}
body .second_row > div.vc_artist_of_the_week div {
  height: 100%;
}
body .second_row > div.vc_artist_of_the_week .featuredArtist {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body .second_row > div.vc_artist_of_the_week .featuredArtist * {
  color: white;
  font-family: avenir;
}
body .second_row > div.vc_artist_of_the_week .featuredArtist a {
  border: solid 2px white;
  font-size: 20px;
  padding: 7px 12px;
}
body .second_row > div.vc_artist_of_the_week .featuredArtist h3 {
  font-size: 22px;
  margin: 10px 0 0;
  padding: 0 7px;
  white-space: nowrap;
  line-height: 1;
}
body .second_row > div.vc_artist_of_the_week .featuredArtist h4 {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
}
body .inline_ad {
  margin: 35px 0;
}
@media screen and (min-width: 768px) {
  body .edgtf-layout9-item .edgtf-ni-content {
    border-bottom: none !important;
  }
}
body .edgtf-news-item.edgtf-layout9-item.edgtf-item-space > div {
  width: 100%;
}
body .edgtf-news-item.edgtf-layout9-item.edgtf-item-space > div p.edgtf-post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body a.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple.edgtf-read-more-link {
  border: none !important;
  background-image: url(https://theviolinchannel.com/wp-content/uploads/2023/02/Read-More.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 90px;
  max-height: 50px;
}
body a.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple.edgtf-read-more-link:after {
  display: none !important;
}
body a.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple.edgtf-read-more-link.watch-now {
  background-image: url(/wp-content/uploads/2023/03/watch-red.png);
}
body a.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple.edgtf-read-more-link span {
  opacity: 0;
}
body .edgtf-layout3-item .edgtf-ni-content.category_red .edgtf-post-info-category {
  color: #F50010;
  font-family: Avenir;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 2.25;
  /* 225% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
body .edgtf-layout3-item .edgtf-ni-image-holder {
  margin-bottom: 10px;
}
body .edgtf-layout3-item .edgtf-ni-content h4 {
  word-wrap: break-word;
  overflow: hidden;
  height: 54px;
  line-height: 18px;
  text-overflow: ellipsis;
  display: block !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: 100;
}
body .edgtf-layout7-item * {
  text-align: left;
}
body .edgtf-layout7-item .edgtf-layout7 .edgtf-layout7-item .edgtf-ni-content .edgtf-ni-info-bottom {
  margin-top: 0;
}
body .edgtf-layout7-item .edgtf-layout7 .edgtf-layout7-item.edgtf-vertical-separator .edgtf-ni-content {
  padding-bottom: 0;
}
body .edgtf-layout7-item .edgtf-ni-content.category_red .edgtf-post-info-category {
  color: #F50010;
  text-transform: uppercase;
  font-size: 12px;
}
body .edgtf-layout7-item .edgtf-ni-content {
  padding-top: 0 !important;
}
body .edgtf-layout7-item .edgtf-ni-content .edgtf-post-title {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 54px;
  line-height: 18px;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 100;
}
body .edgtf-layout7-item .edgtf-ni-content .edgtf-post-title::first-line {
  font-weight: bold !important;
}
body .edgtf-layout7-item .edgtf-ni-content.category_red {
  padding-bottom: 0 !important;
}
#ctct-form-sweepstakes {
  max-width: 600px;
  margin: 0 auto;
}
#ctct-form-sweepstakes input:not([type=submit]) {
  background: #eee;
  border: none;
  font-size: 18px;
}
#ctct-form-sweepstakes .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#ctct-form-sweepstakes p.ctct-form-field.ctct-form-field-submit {
  border: solid red 1px;
  text-align: center;
  padding: 15px;
  color: red !important;
}
#ctct-form-sweepstakes p.ctct-form-field.ctct-form-field-submit img {
  height: 20px;
  vertical-align: middle;
}
#ctct-form-sweepstakes p.ctct-form-field.ctct-form-field-submit input[type=submit] {
  background: none;
  border: none;
  color: red;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}
#ctct-form-sweepstakes label {
  color: #666;
  font-weight: bold;
}
.wp-polls {
  text-align: left;
}
.wp-polls p {
  font-weight: bold;
  line-height: 1.3;
}
.wp-polls * {
  font-weight: bold;
  font-family: "$font_main";
  color: black;
  text-align: left;
}
.wp-polls li {
  cursor: pointer;
}
.wp-polls .Buttons {
  border: solid 1px black;
  background-color: transparent;
  padding: 10px 5px;
  min-width: 90px;
  text-align: center !important;
  margin: 10px 0 !important;
  opacity: 0;
}
.wp-polls ul.wp-polls-ul + p {
  background: url(https://theviolinchannel.com/wp-content/uploads/2023/02/Vote.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0;
  min-width: 120px;
}
h3.latest_poll {
  display: block;
  position: relative;
  margin: 10px 0;
}
h3.latest_poll:after {
  content: '';
  background-image: url(/wp-content/uploads/2022/02/arrow-up-trend-e1644946742277.png);
  width: 20px;
  height: 20px;
  display: inline;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  transform: translateX(3px);
}
body #header_right {
  margin-bottom: 0 !important;
  text-align: center;
  display: flex;
}
body #header_right p {
  margin-bottom: 5px;
  font-size: 30px;
}
body #header_right p:first-child {
  font-size: 12px;
}
body #header_right a {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1;
  margin: 0 10px;
}
body #header_right a .hoverScribble {
  position: relative;
}
body #header_right a:hover > .hoverScribble:after {
  background: url(/wp-content/uploads/2022/05/red-scribble-hover.png) no-repeat center/contain;
  background-position: center 100%;
  background-size: 90%;
  content: '';
  position: absolute;
  top: -38%;
  left: -15%;
  width: 140%;
  height: 140%;
}
body #header_right #header_right {
  display: flex;
}
.edgtf-position-right-inner > a.edgtf-search-opener.edgtf-icon-has-hover {
  display: none;
}
.edgtf-form-holder-inner:before {
  content: '';
  background-image: url(/wp-content/uploads/2022/08/hi-what-are-you-looking-for-today-hand-writing-search.png?v=1);
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
  vertical-align: middle;
  aspect-ratio: 7;
  margin-bottom: 35px;
  opacity: 0.8;
}
body .edgtf-testimonials-holder .edgtf-testimonials {
  padding: 0;
}
body .edgtf-testimonials-holder .edgtf-testimonials .edgtf-testimonial-title {
  font-size: 18px;
  color: #F50010 !important;
}
body .edgtf-testimonials-holder .edgtf-testimonials .edgtf-testimonial-text {
  color: #F50010 !important;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}
body .edgtf-testimonials-holder .edgtf-testimonials p, body .edgtf-testimonials-holder .edgtf-testimonials span, body .edgtf-testimonials-holder .edgtf-testimonials h4, body .edgtf-testimonials-holder .edgtf-testimonials .edgtf-testimonial-author {
  color: black !important;
}
body .edgtf-testimonials-holder .edgtf-testimonials .owl-item.active:before {
  display: none;
}
body .edgtf-testimonials-holder .edgtf-testimonials .edgtf-owl-slider.owl-loaded.owl-drag .owl-item.active, body .edgtf-testimonials-holder .edgtf-testimonials .edgtf-owl-slider.owl-loaded.owl-drag .owl-stage {
  height: 400px;
  width: 100% !important;
}
body .edgtf-testimonial-content, body .edgtf-testimonial-text-holder, body .edgtf-testimonials {
  height: 100%;
}
@media screen and (max-width: 767px) {
  body .edgtf-testimonial-content, body .edgtf-testimonial-text-holder, body .edgtf-testimonials {
    padding: 0 10px;
  }
}
a.this_day > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
a.this_day > div div {
  z-index: 1;
}
a.this_day > div img {
  max-width: 80%;
}
a.this_day > div h3 {
  color: white;
}
a.this_day > div button {
  background: none;
  border: solid white 2px;
  padding: 11px 14px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 14px;
  color: white;
  cursor: pointer;
}
a.this_day > div:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 0;
  opacity: 0.5;
}
.col_h-400 .overflow-hidden > div {
  overflow: hidden;
}
.col_h-400 .edgtf-iwt-image a img, .col_h-400 > div {
  aspect-ratio: 0.7080610022;
  object-fit: cover;
  object-position: top;
}
.col_h-400 > div {
  padding: 0 !important;
}
.col_h-400 > div.red-border {
  box-shadow: 0px 0px 1px 0px #F50010;
}
.col_h-400 > div > div {
  padding: 0 5px !important;
}
.col_h-400 #gallery-1 .wp-caption-text, .col_h-400 #gallery-2 .wp-caption-text {
  display: none;
}
.col_h-400 #gallery-1 .gallery-item, .col_h-400 #gallery-2 .gallery-item {
  margin-top: 0;
}
.col_h-400 #gallery-1 .gallery-item:not(:first-child), .col_h-400 #gallery-2 .gallery-item:not(:first-child) {
  display: none;
}
.col_h-400 #gallery-1 .gallery-item img, .col_h-400 #gallery-2 .gallery-item img {
  aspect-ratio: 0.7080610022;
  object-fit: cover;
  width: 100%;
  max-width: none;
  border: none;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
body .gallery-columns-1:hover img {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
body #event_gallery:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
body #event_gallery .wp-caption-text {
  display: none;
}
body #event_gallery .gallery-item {
  margin-top: 0;
}
body #event_gallery .gallery-item img {
  height: auto;
  width: 100%;
  max-width: none;
  border: none;
  display: block;
  margin: 0;
  aspect-ratio: 0.7080610022;
}
body #event_gallery {
  transition: all ease 0.2s;
}
body #event_gallery .gallery-item {
  display: none;
}
body #event_gallery:hover:after {
  border-width: 0px;
  border-bottom: 2px solid white !important;
}
body #event_gallery:after {
  content: "READ MORE";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: auto;
  height: 42px;
  border-width: 2px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 14px;
  cursor: pointer;
  font-family: avenir;
  letter-spacing: 1px;
  border-style: solid;
  line-height: 1.2;
  color: #fff;
  border-color: #fff;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#next_event {
  height: 375px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  font-weight: bold;
  background-color: rgba(255, 0, 0, 0.4);
  background-blend-mode: overlay;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#next_event * {
  z-index: 1;
  color: white;
  font-weight: 900;
}
#next_event .evt_month, #next_event .evt_year {
  font-size: 30px;
}
#next_event .evt_days {
  font-size: 40px;
}
#next_event a {
  border: 2px solid white;
  font-size: 18px;
  padding: 10px 14px;
}
#next_event h3 {
  font-size: 18px;
  margin: 0;
}
.vc-artist-container .video-wrapper {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 40px 0;
  background: #8fc8d9;
  border-left: solid 20px #8fc8d9;
  border-right: solid 20px #8fc8d9;
  margin: 30px auto;
}
.vc-artist-container .video-wrapper #artist-videos {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
}
.vc-artist-container .video-wrapper .video-item {
  margin-right: 20px;
  flex: 1 0 250px;
  position: relative;
}
.vc-artist-container .video-wrapper .video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vc-artist-container .video-wrapper .video-item:before {
  content: "";
  position: absolute;
  font-family: 'evo_fontawesomes';
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.vc-artist-container .artist-content-2 p img {
  width: 57%;
  min-width: 300px;
}
.vc-artist-container #vc_question_answer {
  width: 40%;
  float: left;
  margin: 0 20px 20px 0;
  border: solid 4px #8fc8d9;
  border-radius: 25px;
  padding: 2% 3%;
  min-width: 350px;
}
.vc-artist-container #vc_question_answer .vc_question, .vc-artist-container #vc_question_answer .vc_answer {
  padding-left: 50px;
  position: relative;
  min-height: 50px;
  margin: 10px 0;
  min-width: 300px;
  align-self: flex-start;
}
.vc-artist-container #vc_question_answer .vc_question:before, .vc-artist-container #vc_question_answer .vc_answer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url(https://theviolinchannel.com/wp-content/uploads/2022/02/vc_circular_logo.png);
  display: block;
  background-size: contain;
  border-radius: 50%;
}
.vc-artist-container #vc_question_answer .vc_question:not(.vc_question):before, .vc-artist-container #vc_question_answer .vc_answer:not(.vc_question):before {
  background-image: inherit !important;
}
.vc-artist-container amp-ad {
  clear: both;
}
.vc-artist-container .edgtf-blog-holder-inner:before {
  content: '';
  width: 90px;
  height: 90px;
  background: url(https://theviolinchannel.com/wp-content/uploads/2023/03/New-Gen.png);
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
}
.vc-artist-container .edgtf-blog-holder-inner:after {
  content: '';
  width: 100px;
  height: 100px;
  background: url(http://theviolinchannel.com/wp-content/uploads/2023/03/VC-artists-IG-icon.png);
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  position: absolute;
  top: -49px;
  right: 35px;
}
.vc-artist-container article.vc_young_artist ~ *, .vc-artist-container article.vc_young_artist .edgtf-post-info-bottom {
  display: none !important;
}
.vc-artist-container article.vc_young_artist .edgtf-post-text-main {
  width: 90%;
  margin: 0 auto;
}
.vc-artist-container article.vc_young_artist .edgtf-post-text-main.col1 {
  display: flex;
  flex-wrap: wrap;
}
.vc-artist-container article.vc_young_artist .artist-title-wrapper {
  display: flex;
}
.vc-artist-container article.vc_young_artist .artist-title-wrapper img {
  height: 75px;
  width: auto;
}
.vc-artist-container article.vc_young_artist .enews-img, .vc-artist-container article.vc_young_artist .artist-video {
  width: 75%;
  margin: 30px auto;
}
.vc-artist-container article.vc_young_artist #subtitle {
  display: none;
}
.vc-artist-container article.vc_young_artist .col1 > *:not(.artistInfo) {
  width: 60%;
  float: right;
  padding-left: 15px;
}
.vc-artist-container article.vc_young_artist .vc_artist_title {
  display: flex;
  width: 90%;
  margin: 10px auto 0;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  min-height: 150px;
}
.vc-artist-container article.vc_young_artist .vc_artist_title *:not(i) {
  letter-spacing: initial !important;
  font-family: avenir;
}
.vc-artist-container article.vc_young_artist .vc_artist_title .instrument {
  color: grey;
  font-size: 20px;
  font-family: avenir;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.vc-artist-container article.vc_young_artist .vc_artist_title .button_container {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.vc-artist-container article.vc_young_artist .vc_artist_title .artist_info {
  margin: -20px 30px 0;
}
.vc-artist-container article.vc_young_artist .vc_artist_title h1, .vc-artist-container article.vc_young_artist .vc_artist_title h2 {
  margin: 5px 0;
}
.vc-artist-container article.vc_young_artist .vc_artist_title .follow_btn, .vc-artist-container article.vc_young_artist .vc_artist_title .unfollow_btn, .vc-artist-container article.vc_young_artist .vc_artist_title .logInToFollow {
  border: 2px solid #1092f1;
  color: #1092f1;
  font-size: 16px;
  padding: 10px 22px;
  flex: 1;
  text-align: center;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vc-artist-container article.vc_young_artist .vc_artist_title .follow_btn img, .vc-artist-container article.vc_young_artist .vc_artist_title .unfollow_btn img, .vc-artist-container article.vc_young_artist .vc_artist_title .logInToFollow img {
  width: auto;
  height: 20px;
  margin-left: 10px;
}
.vc-artist-container article.vc_young_artist .vc_artist_title .unfollow_btn {
  background: #1092f1 !important;
  color: white !important;
}
.vc-artist-container article.vc_young_artist .vc_artist_title .donate_btn {
  border: 2px solid #F50010;
  color: #F50010;
  font-size: 16px;
  padding: 10px 22px;
  flex: 2;
  text-align: center;
}
.vc-artist-container article.vc_young_artist .vc_artist_title .num_of_follows {
  color: #666;
}
.vc-artist-container article.vc_young_artist .lb {
  width: calc(100% - 100px) !important;
  margin: 25px auto !important;
}
.vc-artist-container article.vc_young_artist .vc_artist_title + .edgtf-post-info {
  display: none !important;
}
.vc-artist-container .artistInfo {
  width: 40%;
  min-width: 350px;
  border: solid 4px #8fc8d9;
  border-radius: 25px;
  padding: 1% 3%;
  float: left;
  margin: 0 0 15px 0;
  align-self: flex-start;
}
.vc-artist-container .artistInfo > div {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  font-size: 14px;
  line-height: 20px;
  color: black;
}
.vc-artist-container .artistInfo > div > img:first-child {
  width: 30px;
  margin-right: 15px;
}
.vc-artist-container .artistInfo .socials {
  padding-left: 50px;
}
.vc-artist-container .artistInfo .socials a i {
  font-size: 25px;
  margin-right: 15px;
}
.vc-artist-container .artistInfo .music {
  padding-left: 50px;
}
.vc-artist-container .artistInfo .music img {
  height: 20px;
  margin-right: 10px;
}
.vc-artist-container .artistInfo a.button {
  border: solid black 1px;
  padding: 7px 11px;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.vc-artist-container .artistInfo strong {
  text-transform: capitalize;
}
.vc-artist-container .artistInfo h4.entry-title.edgtf-post-title {
  margin: 0 !important;
  font-size: 14px;
  width: 100%;
  text-align: left !important;
}
.vc-artist-container .artistInfo h4.entry-title.edgtf-post-title a {
  margin: 19px 0 5%;
  height: 4.2em;
}
.vc-artist-container .artistInfo .edgtf-rp-content {
  margin: 0 !important;
  padding: 0 5px 0 10px !important;
  text-align: left !important;
}
.vc-artist-container .artistInfo .edgtf-rp-info-top {
  color: #F50010 !important;
  background: #f4f4f4 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  padding: 5px 10px !important;
}
.vc-artist-container .artistInfo .edgtf-related-posts-title {
  display: flex;
  padding-left: 40px;
}
.vc-artist-container .artistInfo .edgtf-related-posts-title:before {
  content: '';
  position: absolute;
  width: 30px;
  background-image: url(https://theviolinchannel.com/wp-content/uploads/2022/02/related-articles.png);
  background-repeat: no-repeat;
  display: inline;
  height: 30px;
  left: 0;
  background-size: contain;
}
.vc-artist-container .artistInfo .edgtf-post-info {
  color: grey;
  text-align: left !important;
  font-size: 12px !important;
}
.vc-artist-container .artistInfo .bookArtist {
  padding-top: 10px;
}
.vc-artist-container .artistInfo .edgtf-related-posts-inner {
  margin: 0 -15%;
}
.vc-artist-container .artistInfo .relatedVideos {
  display: block !important;
}
.vc-artist-container .artistInfo .relatedVideos > div {
  display: flex;
}
.vc-artist-container .artistInfo .relatedVideos .artist_videos {
  height: 150px !important;
  margin: 5px;
  cursor: pointer;
}
.vc-artist-container .artistInfo .vp-inner.skin_custom_aurora {
  pointer-events: none;
}
.vc-artist-container .artistVideoBig {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vc-artist-container .artistVideoBig iframe {
  width: 50vw;
  max-width: 800px;
  min-width: 320px;
  height: auto;
  aspect-ratio: 1.7777777778;
}
.vc-artist-container .artistVideoBig .artistVideoContainer {
  position: relative;
}
.vc-artist-container .artistVideoBig .overlay {
  background: black;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
}
.vc-artist-container .artistVideoBig a {
  position: absolute;
  right: -15px;
  top: -15px;
  background: #F50010;
  font-size: 25px;
  line-height: 1;
  padding: 2px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}
@media screen and (min-width: 800px) and (max-width: 1300px) {
  .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner {
    padding: 0 5px 104px;
  }
  article.vc_young_artist .edgtf-post-text-main {
    width: 100%;
  }
  .artistInfo, .vc-artist-container #vc_question_answer {
    width: 40%;
    min-width: 300px;
    padding: 8px;
  }
  article.vc_young_artist .edgtf-post-text-main.col1 {
    flex-wrap: nowrap;
  }
  .edgtf-row-grid-section {
    width: 100%;
  }
  body:not(.livestreams) .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner .edgtf-post-text-ad.ad_container.double_ad_container {
    margin: 0 !important;
    width: 100%;
  }
  .vc-artist-container #vc_question_answer .vc_question, .vc-artist-container #vc_question_answer .vc_answer {
    padding-left: 50px;
    position: relative;
    min-height: 45px;
    margin: 10px 0;
    min-width: 260px;
    align-self: flex-start;
  }
  .edgtf-related-posts-holder .edgtf-related-posts-inner {
    margin: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 800px) {
  /* CSS rules for screens with widths between 320px and 480px */
  .vc-artist-container .edgtf-blog-holder-inner {
    padding: 0 !important;
  }
  .vc-artist-container .edgtf-blog-holder-inner:before {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  .vc-artist-container .edgtf-blog-holder-inner:after {
    width: 50px;
    height: 50px;
    top: -25px;
    right: 5px;
  }
  .vc-artist-container article.vc_young_artist .enews-img, .vc-artist-container article.vc_young_artist .artist-video {
    width: 90%;
  }
  .vc-artist-container article.vc_young_artist .edgtf-post-text-main {
    width: 97%;
  }
  .vc-artist-container .artistInfo {
    width: 100%;
    min-width: 320px;
  }
  .vc-artist-container article.vc_young_artist .col1 > *:not(.artistInfo) {
    width: 100%;
    float: right;
    padding-left: 0;
  }
  .vc-artist-container .ad_container.double_ad_container {
    width: 100% !important;
    margin: 0;
    padding: 20px 0;
  }
  .vc-artist-container .vc-artist-container .video-wrapper .video-item {
    margin-right: 10px;
    flex: 1 0 200px;
  }
  .vc-artist-container .edgtf-related-posts-holder .edgtf-related-posts-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  body:not(.livestreams) .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner .edgtf-post-text-ad.ad_container.double_ad_container {
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    display: inline-table;
  }
  body:not(.livestreams) .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner .edgtf-post-text-ad.ad_container.double_ad_container .edgtf-row-grid-section {
    width: 100%;
    flex-wrap: wrap;
  }
  body:not(.livestreams) .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner .edgtf-post-text-ad.ad_container.double_ad_container .edgtf-row-grid-section .wpb_column.vc_column_container.vc_col-sm-6 {
    flex: 1 0 100%;
    padding: 10px;
    width: 100%;
  }
}
.icon_search:before {
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(/wp-content/uploads/2022/05/search-icon.png);
  background-size: auto 30px;
  display: block;
}
body .show-streams {
  display: none;
  padding: 8px;
  border: 1px solid #F50010;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: black;
  font-family: avenir;
}
body .show-streams::after {
  content: "▾";
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
  vertical-align: center;
}
body .show-streams.expanded::after {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
body h2 {
  margin: 0;
}
body .stream-date {
  color: #FFF;
  font-family: Avenir;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.44;
  /* 144% */
  letter-spacing: 0.36px;
}
body .videogallery.mode-wall .main-navigation .navMain {
  border: solid 4px #FFF742;
}
body.post-id-161698 .edgtf-above-menu-wrapper, body.post-id-161819 .edgtf-above-menu-wrapper, body.post-id-161823 .edgtf-above-menu-wrapper, body.post-id-161825 .edgtf-above-menu-wrapper {
  display: none;
}
body .streamContainer {
  position: relative;
}
body .streamContainer ~ amp-ad {
  margin: 40px auto 60px;
}
body .streamContainer .streamItem {
  position: relative;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  padding: 10px 20px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 24px 24px 0px 0px;
}
body .streamContainer .streamItem p, body .streamContainer .streamItem h4, body .streamContainer .streamItem a {
  color: white;
  margin: 5px 0;
}
body .streamContainer .streamItem h4 {
  color: #FFF;
  font-family: Avenir;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  /* 144% */
  letter-spacing: 0.36px;
}
body .streamContainer .streamItem h2 {
  color: #FFF;
  font-family: Avenir;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.28;
  /* 128.571% */
  letter-spacing: 2px;
}
body .streamContainer .streamItem h2.timeLeft {
  color: white;
}
body .streamContainer .streamItem .timeLeft {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  max-width: 400px;
  margin-top: 10px;
}
body .streamContainer .streamItem .timeLeft .wording {
  font-size: 10px;
  display: block;
}
body .streamContainer .streamItem .timeLeft .digit {
  font-size: 22px;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}
body .streamContainer .streamItem i.fa.fa-bell {
  color: #FFF742;
  margin-right: 10px;
}
body .streamContainer .streamItem i.fa.fa-bell.green {
  color: green;
}
body .streamContainer .streamItem .setReminder span {
  font-size: 18px;
  margin-left: 8px;
}
body .streamContainer .streamItem .setReminder:hover {
  color: white !important;
}
body .streamContainer .live {
  flex-direction: column-reverse;
  border-bottom: 4px solid #FFF742;
  border-left: none;
  justify-content: end !important;
}
body .streamContainer .live .setReminder {
  display: none !important;
}
body .streamContainer .live .timeLeft, body .streamContainer .live p {
  visibility: hidden;
}
body .streamContainer .live .streamStarts {
  background-image: url(/wp-content/uploads/2023/02/Watch.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  height: 45px;
}
body .streamContainer .live .streamStarts * {
  visibility: hidden;
}
body .streamContainer .record-icon {
  width: 12px;
  height: 12px;
  background: #F50010;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
body .streamContainer .liveBtn {
  border: solid white 1px;
  padding: 7px 12px;
  text-align: center;
  align-self: flex-start;
}
body .streamContainer:not(#mainStream) .streamItem {
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
}
body .streamContainer#upcomingStream, body .streamContainer#pastStream, body .streamContainer#curatedStream, body .streamContainer#headerStream {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
body .streamContainer#upcomingStream .streamStarts, body .streamContainer#pastStream .streamStarts, body .streamContainer#curatedStream .streamStarts, body .streamContainer#headerStream .streamStarts {
  text-align: center;
}
body .streamContainer#upcomingStream .streamItem, body .streamContainer#pastStream .streamItem, body .streamContainer#curatedStream .streamItem, body .streamContainer#headerStream .streamItem {
  height: 275px;
  width: calc(25% - 12px);
  margin-right: 12px;
  margin-bottom: 35px;
  justify-content: flex-end;
  padding: 15px;
}
body .streamContainer#upcomingStream .streamItem:last-child, body .streamContainer#pastStream .streamItem:last-child, body .streamContainer#curatedStream .streamItem:last-child, body .streamContainer#headerStream .streamItem:last-child {
  margin-right: 0;
}
body .streamContainer#upcomingStream .streamItem .stream-title, body .streamContainer#pastStream .streamItem .stream-title, body .streamContainer#curatedStream .streamItem .stream-title, body .streamContainer#headerStream .streamItem .stream-title {
  line-height: 1.25;
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #FFF;
  whitespace: nowrap;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
body .streamContainer#upcomingStream .streamItem .stream-date, body .streamContainer#pastStream .streamItem .stream-date, body .streamContainer#curatedStream .streamItem .stream-date, body .streamContainer#headerStream .streamItem .stream-date {
  font-size: 12px;
  margin: 0 0 15px;
}
body .streamContainer#upcomingStream .streamItem .timeLeft, body .streamContainer#pastStream .streamItem .timeLeft, body .streamContainer#curatedStream .streamItem .timeLeft, body .streamContainer#headerStream .streamItem .timeLeft {
  line-height: 1;
  margin-top: 0;
}
body .streamContainer#upcomingStream .streamItem .timeLeft h2, body .streamContainer#pastStream .streamItem .timeLeft h2, body .streamContainer#curatedStream .streamItem .timeLeft h2, body .streamContainer#headerStream .streamItem .timeLeft h2 {
  display: flex;
  align-items: baseline;
  text-align: center;
  font-family: Avenir;
}
body .streamContainer#upcomingStream .streamItem .timeLeft h2 .digit, body .streamContainer#pastStream .streamItem .timeLeft h2 .digit, body .streamContainer#curatedStream .streamItem .timeLeft h2 .digit, body .streamContainer#headerStream .streamItem .timeLeft h2 .digit {
  color: #FFF742;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 5px;
}
body .streamContainer#upcomingStream .streamItem .timeLeft h2 .wording, body .streamContainer#pastStream .streamItem .timeLeft h2 .wording, body .streamContainer#curatedStream .streamItem .timeLeft h2 .wording, body .streamContainer#headerStream .streamItem .timeLeft h2 .wording {
  color: #FFF742;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
body .streamContainer#upcomingStream .streamItem p, body .streamContainer#pastStream .streamItem p, body .streamContainer#curatedStream .streamItem p, body .streamContainer#headerStream .streamItem p {
  text-align: center;
  line-height: 1;
  margin-bottom: -5px;
}
body .streamContainer#upcomingStream .streamItem .setReminder, body .streamContainer#pastStream .streamItem .setReminder, body .streamContainer#curatedStream .streamItem .setReminder, body .streamContainer#headerStream .streamItem .setReminder {
  text-align: center;
}
body .streamContainer#upcomingStream .streamItem .live p, body .streamContainer#pastStream .streamItem .live p, body .streamContainer#curatedStream .streamItem .live p, body .streamContainer#headerStream .streamItem .live p {
  display: none;
}
body .streamContainer .streamStarts.past {
  display: none;
}
body .streamContainer#pastStream .setReminder {
  display: none;
}
body .streamContainer#pastStream .streamStarts {
  display: none;
}
body .streamContainer#pastStream .streamStarts.past {
  display: block;
  text-align: center;
}
body .streamContainer#pastStream .streamStarts.past .fa-play, body .streamContainer#pastStream .streamStarts.past span.material-icons {
  font-size: 48px;
  color: white;
  position: absolute;
  top: 18px;
  right: 18px;
}
body .streamContainer#pastStream .past-streams-link {
  width: 100%;
  padding-right: 20px;
}
body .streamContainer#pastStream .past-streams-link a {
  display: flex;
  float: right;
  align-items: center;
}
body .streamContainer#pastStream .past-streams-link a span.material-symbols-outlined {
  margin-right: 10px;
}
body .streamContainer#headerStream {
  max-width: 1100px;
  margin-top: 20px;
}
body .streamContainer#headerStream:after {
  width: 100%;
  color: #111;
  font-family: Avenir;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  content: 'upcoming live streams';
  margin-top: 5px;
}
body .streamContainer#headerStream .streamItem {
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
  margin-right: 5px;
  height: 148px;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 15px;
  flex: 1;
}
body .streamContainer#headerStream .streamItem .setReminder {
  display: none;
}
body .streamContainer#headerStream .streamItem .timeLeft {
  line-height: 1;
  margin-top: 0;
}
body .streamContainer#headerStream .streamItem .timeLeft h2 {
  display: flex;
  align-items: baseline;
  text-align: center;
  font-family: Avenir;
}
body .streamContainer#headerStream .streamItem .timeLeft h2 .digit {
  color: #FFF742;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 5px;
}
body .streamContainer#headerStream .streamItem .timeLeft h2 .wording {
  color: #FFF742;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
body .streamContainer#headerStream .streamItem .header-watch-now {
  display: none;
}
body .streamContainer#headerStream .streamItem:nth-child(-n+2) .streamStarts {
  display: none;
}
body .streamContainer#headerStream .streamItem:nth-child(-n+2) .streamStarts.past {
  display: block;
}
body .streamContainer#headerStream .streamItem:nth-child(-n+2) .streamStarts.past span.material-icons {
  font-size: 24px;
  color: white;
  position: absolute;
  top: 16px;
  right: 16px;
}
body .streamContainer#headerStream .streamItem:nth-child(-n+2) .header-watch-now {
  max-width: 148px;
  display: block;
  margin-bottom: 6px;
}
body .streamContainer#headerStream .streamItem:nth-child(-n+2) .streamInfo .stream-title {
  margin-bottom: 0;
}
body .streamContainer#headerStream .streamItem:last-child {
  border-radius: 0px 24px 24px 0px;
}
body .streamContainer#headerStream .streamItem:last-child .streamStarts h4 {
  color: #FFF;
  font-family: Avenir;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
  /* 128.571% */
  letter-spacing: 0.54px;
  text-align: left;
  margin-bottom: 0;
}
body .streamContainer#headerStream .streamItem:last-child .streamStarts a {
  margin: 0;
}
body .streamContainer#headerStream .streamItem.live {
  border-left: none;
  flex-direction: column-reverse;
}
body .streamContainer#headerStream .streamItem.live .stream-title {
  margin-bottom: 0;
}
body .streamContainer#headerStream .streamItem.live .streamStarts {
  margin-bottom: 15px;
}
body .streamContainer#headerStream .streamItem.live .streamStarts p, body .streamContainer#headerStream .streamItem.live .streamStarts h2 {
  display: none;
}
body .streamContainer#headerStream .streamItem.live .streamStarts a.liveBtn {
  border: none;
}
body .streamContainer#headerStream .streamItem .timeLeft {
  line-height: 1;
  margin-bottom: 0;
}
body .streamContainer#headerStream .streamItem .streamStarts h4 {
  font-weight: 100;
  font-size: 18px;
  margin-bottom: 15px;
}
body .streamContainer#headerStream .streamItem .streamStarts p {
  font-size: 16px;
}
body .streamContainer#headerStream .streamItem .streamStarts a {
  font-weight: 100;
}
body .streamContainer#headerStream .streamItem .streamStarts i {
  margin-right: 7px;
}
body .streamContainer#headerStream .streamItem.upcomingStreamBTN {
  background: black !important;
}
body .streamContainer#headerStream .streamItem.upcomingStreamBTN a {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}
body .streamContainer#headerStream .streamItem.upcomingStreamBTN a h4 {
  margin: 0;
}
body .streamContainer#headerStream .streamItem.upcomingStreamBTN a span {
  margin-bottom: 16px;
  color: #FFF742;
}
body .streamContainer#headerStream .streamItem .streamInfo .stream-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-family: Avenir;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.33;
  /* 128.571% */
  letter-spacing: 0.54px;
  text-transform: uppercase;
  height: calc(12px * 1.33 * 3);
}
body .streamContainer#headerStream .streamItem .streamInfo .stream-title:first-line {
  word-break: break-all;
}
body .streamContainer#headerStream .streamItem .streamInfo h4 {
  display: none;
}
@media (max-width: 767px) and (min-width: 0px) {
  body .streamContainer#headerStream {
    margin-top: 0;
    flex-wrap: wrap;
  }
  body .streamContainer#headerStream .streamItem {
    margin-bottom: 5px !important;
    width: 50%;
    height: auto;
  }
}
body .streamContainer#homepageStream {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  body .streamContainer#homepageStream {
    margin-top: 0;
  }
}
body .streamContainer#homepageStream .streamItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  width: auto;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 10px;
  flex: 1;
  border-radius: 0px 24px 24px 0px;
  padding: 16px 16px 21px 16px;
  margin-bottom: 20px;
}
body .streamContainer#homepageStream .streamItem:not(:last-child) {
  height: 160px;
}
body .streamContainer#homepageStream .streamItem a {
  color: #FFF742;
}
body .streamContainer#homepageStream .streamItem a.setReminder {
  text-align: right;
  color: #FFF742;
  margin-bottom: 15px;
  text-align: center;
  font-family: Avenir;
  font-size: 10px;
  font-style: normal;
  line-height: 12px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  position: absolute;
  top: 16px;
  right: 16px;
}
body .streamContainer#homepageStream .streamItem a.setReminder img {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
body .streamContainer#homepageStream .streamItem.live {
  border-bottom: none;
  flex-direction: column-reverse;
}
body .streamContainer#homepageStream .streamItem.live .streamStarts {
  margin-bottom: 20px;
}
body .streamContainer#homepageStream .streamItem.live .streamStarts p, body .streamContainer#homepageStream .streamItem.live .streamStarts h2 {
  display: none;
}
body .streamContainer#homepageStream .streamItem.live .streamStarts a.liveBtn {
  border: none;
}
body .streamContainer#homepageStream .streamItem .timeLeft {
  line-height: 1;
  margin-top: 0;
}
body .streamContainer#homepageStream .streamItem .timeLeft h2 {
  display: flex;
  align-items: baseline;
  text-align: center;
  font-family: Avenir;
}
body .streamContainer#homepageStream .streamItem .timeLeft h2 .digit {
  color: #FFF742;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 5px;
}
body .streamContainer#homepageStream .streamItem .timeLeft h2 .wording {
  color: #FFF742;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
body .streamContainer#homepageStream .streamItem .streamStarts {
  margin-top: 0;
}
body .streamContainer#homepageStream .streamItem .streamStarts h2 {
  line-height: 1.2;
}
body .streamContainer#homepageStream .streamItem .streamStarts h4 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
body .streamContainer#homepageStream .streamItem .streamStarts p {
  font-size: 16px;
}
body .streamContainer#homepageStream .streamItem .streamStarts a {
  font-weight: 100;
  margin-bottom: 0;
}
body .streamContainer#homepageStream .streamItem .streamStarts i {
  margin-right: 7px;
}
body .streamContainer#homepageStream .streamItem.upcomingStreamBTN {
  background: black;
  background-image: none !important;
  border-radius: 0px 12px 12px 0px;
  padding: 16px;
  flex-direction: row;
  align-items: center;
  transition: all 0.2s;
  justify-content: center !important;
}
body .streamContainer#homepageStream .streamItem.upcomingStreamBTN a, body .streamContainer#homepageStream .streamItem.upcomingStreamBTN h4 {
  margin: 0;
}
body .streamContainer#homepageStream .streamItem.upcomingStreamBTN .streamStarts {
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .streamContainer#homepageStream .streamItem.upcomingStreamBTN .streamStarts h4 {
  margin-bottom: 0;
}
body .streamContainer#homepageStream .streamItem.upcomingStreamBTN .streamStarts h4, body .streamContainer#homepageStream .streamItem.upcomingStreamBTN .streamStarts a {
  color: white;
  border-color: #FFF742;
}
body .streamContainer#homepageStream .streamItem.upcomingStreamBTN .streamStarts a {
  display: flex;
  align-items: center;
}
body .streamContainer#homepageStream .streamItem.upcomingStreamBTN .streamStarts a span {
  color: #FFF742;
  margin-right: 16px;
}
body .streamContainer#homepageStream .streamItem.upcomingStreamBTN h4 {
  color: #FFF;
  font-family: Avenir;
  font-size: 14px;
  line-height: calc(18/14);
  /* 128.571% */
  letter-spacing: 0.54px;
}
body .streamContainer#homepageStream .streamItem .streamInfo {
  width: 100%;
  background: transparent;
}
body .streamContainer#homepageStream .streamItem .streamInfo h2 {
  overflow: hidden;
  margin-bottom: 12px;
  color: #FFF;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-family: Avenir;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.54px;
  text-transform: uppercase;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .streamContainer#homepageStream .streamItem .streamInfo h4 {
  display: none;
}
body .streamContainer#homepageStream .streamItem:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 2px;
  background: #FFF742;
  transition: 0.3s all;
}
body .streamContainer#homepageStream .streamItem:hover:before {
  height: 100%;
}
body .streamContainer#homepageStream .streamItem:hover h2 {
  color: #FFF742;
}
body .streamContainer#homepageStream .streamItem:hover.upcomingStreamBTN h4 {
  color: #FFF742;
}
body .streamContainer.pastStream .setReminder {
  display: none;
}
body .streamContainer#upcomingStream .setReminder {
  top: 18px !important;
  right: 18px !important;
}
body .streamContainer:not(#homepageStream) .streamItem {
  transition: all ease 0.3s;
}
body .streamContainer:not(#homepageStream) .streamItem:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #FFF742;
  transition: 0.3s all;
}
body .streamContainer:not(#homepageStream) .streamItem:hover:before {
  width: 100%;
}
body .streamContainer:not(#homepageStream) .streamItem:hover h2, body .streamContainer:not(#homepageStream) .streamItem:hover .stream-title, body .streamContainer:not(#homepageStream) .streamItem:hover .past span.material-icons {
  color: #FFF742;
}
body .streamContainer:not(#homepageStream) .streamItem:hover.upcomingStreamBTN h4, body .streamContainer:not(#homepageStream) .streamItem:hover.upcomingStreamBTN .stream-title {
  color: #FFF742;
}
body .streamContainer#mainStream .setReminder, body .streamContainer#curatedStream .setReminder, body .streamContainer#upcomingStream .setReminder {
  position: absolute;
  top: 35px;
  right: 35px;
  display: flex;
  color: #FFF742;
  font-family: Avenir;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}
body .streamContainer#mainStream .setReminder img, body .streamContainer#curatedStream .setReminder img, body .streamContainer#upcomingStream .setReminder img {
  margin-left: 5px;
}
body .streamContainer#mainStream .streamItem {
  padding: 35px;
  display: flex;
  flex-direction: revert;
  align-items: flex-end;
}
body .streamContainer#mainStream .streamItem .streamInfo {
  flex: 1;
}
body .streamContainer#mainStream .streamItem .streamInfo:before {
  content: 'LIVE STREAM';
  color: #FFF742;
  /* Section Label Small */
  font-family: Avenir;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  /* 166.667% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
body .streamContainer#mainStream .live {
  border-left: none;
}
body .streamContainer#mainStream .live .timeLeft, body .streamContainer#mainStream .live p {
  visibility: hidden;
  display: none;
}
body .streamContainer#mainStream .live .streamInfo {
  margin-bottom: 20px;
}
body .streamContainer#mainStream .live .streamStarts {
  width: 30%;
}
body .streamContainer#mainStream .stream-title {
  max-width: 70%;
  text-align: left;
  margin: 10px 0;
}
body .streamContainer#mainStream:before {
  content: 'LIVESTREAM';
  border-right: 1px solid #F50010;
  border-left: 1px solid #F50010;
  color: #F50010;
  text-align: center;
  font-family: Avenir;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 20px;
  margin: 40px auto 40px;
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
body .streamContainer#mainStream .timeLeft {
  display: flex;
  flex-direction: column;
}
body .streamContainer#mainStream .timeLeft h2 {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  color: #FFF742;
  color: #FFF742;
  text-align: center;
  font-family: Avenir;
  font-style: normal;
  letter-spacing: 1.812px;
  text-transform: uppercase;
}
body .streamContainer#mainStream .timeLeft h2 .digit {
  margin-right: 10px;
  font-size: 48.323px;
  font-weight: 800;
  line-height: 1.2;
  /* 133.333% */
  text-align: right;
  margin-bottom: 0;
}
body .streamContainer#mainStream .timeLeft h2 .wording {
  font-weight: 800;
  line-height: 1.2;
  /* 120% */
  font-size: 20.135px;
  width: 60px;
}
.home .show-streams, .home #headerStream {
  display: none !important;
}
body .edgtf-header-widget-menu-area {
  margin-bottom: 5px !important;
}
body i.fa.fa-bell {
  color: #FFF742;
  margin-right: 10px;
}
body i.fa.fa-bell.green {
  color: green;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  body #headerStream {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
  }
  body #headerStream.expanded {
    max-height: 1000px;
  }
  body .show-streams {
    display: block;
  }
}
.lwa {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 999999 !important;
}
.lwa .lwa-register-tip {
  width: 100%;
  display: flex;
}
.lwa .lwa-register {
  margin-top: 0;
  display: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lwa .lwa-submit {
  padding: 5px 0;
}
.lwa form {
  top: -50%;
  position: absolute !important;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 50%;
  margin: 0 auto;
  min-width: 300px;
  max-width: 400px;
  background: #fff;
  padding: 2rem 1rem;
  transition: all ease 0.5s;
}
.lwa form input:not([type=submit]) {
  width: 100%;
  background: #eee;
  border-radius: 4px;
  color: black;
  font-weight: bold;
  text-align: center;
  border: none;
}
.lwa form input:not([type=submit]) :active {
  border: solid 1px #1877F2;
}
.lwa form input:not([type=submit]).lwa-rememberme {
  width: 30px;
}
.lwa form.show_form {
  opacity: 1;
  top: 50%;
}
.lwa a.login-close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  font-family: avenir;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: black;
  font-weight: 900;
}
.lwa a.login-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #eee;
}
.lwa .lwa-modal-close, .lwa .lwa-modal .lwa-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 2rem;
  padding: 5px;
  cursor: pointer;
  font-weight: 100 !important;
}
.lwa .lwa-form {
  display: flex;
  flex-direction: column;
}
.lwa .lwa-form {
  display: flex !important;
  width: 100%;
}
.lwa .lwa-status {
  font-size: 11px;
  line-height: 1.4;
}
.lwa p {
  font-family: "$font_main";
  font-weight: 700;
}
.lwa input[type=submit] {
  display: inline-block;
  clear: both;
  margin-top: 20px;
  background: #3e95ff;
  color: #fff;
  width: 100%;
  border: none !important;
  padding: 20px;
  letter-spacing: 1px;
  font-size: 16px;
  cursor: pointer;
  background: #F50010;
  color: #fff;
  transition: all ease 0.2s;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  padding: 15px;
  cursor: pointer;
  flex: 1;
}
.lwa input[type=submit]:hover {
  letter-spacing: 3px;
  background: black;
  color: white;
}
.lwa .lwa-register-form p {
  width: 100%;
  display: flex;
}
.lwa div.nsl-container.nsl-container-block .nsl-container-buttons {
  width: 100%;
}
.lwa img.edgtf-normal-logo:nth-of-type(2) {
  display: none;
}
.idagio_section {
  text-align: center;
}
.idagio_section * {
  color: white;
}
.idagio_section img {
  width: 80%;
}
.idagio_section .wpb_raw_code {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.idagio_section > div {
  position: relative;
}
#feedback {
  background: #F50010;
  color: white;
  padding: 8px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  position: fixed;
  top: calc(50% - 100px);
  left: 0;
  z-index: 99999999999;
  font-size: 14px;
  transform: rotate(90deg);
  transform-origin: bottom left;
  height: 45px;
  box-sizing: border-box;
}
#feedback i {
  margin-left: 10px;
}
#evcal_list span.evcal_desc2.evcal_event_title {
  font-size: 12px;
}
#evcal_list span.evcal_desc3 {
  display: none;
}
#evcal_list .eventon_list_event a:hover {
  border-left-width: 0 !important;
}
.home-variety-section .eventon_list_event span.evo_event_headers.virtual.vir {
  background: none !important;
  font-weight: 700 !important;
}
.home-variety-section .eventon_list_event .desc_trig.evo_competitions {
  background-color: white !important;
  border: none !important;
}
.home-variety-section .eventon_list_event .desc_trig.evo_conferences-tradeshows {
  background-color: #F50010 !important;
  border: none !important;
}
.home-variety-section .eventon_list_event .desc_trig.evo_streams {
  background-color: #FFF742 !important;
  border: none !important;
}
.home-variety-section .eventon_list_event .desc_trig.evo_other {
  background-color: white !important;
  border: solid black 2px !important;
  border-radius: 10px;
}
.home-variety-section .eventon_list_event .desc_trig_outter a.evo_competitions {
  background-color: white !important;
  border: none !important;
}
.home-variety-section .eventon_list_event .desc_trig_outter a.evo_conferences-tradeshows {
  background-color: #F50010 !important;
  border: none !important;
}
.home-variety-section .eventon_list_event .desc_trig_outter a.evo_streams {
  background-color: #FFF742 !important;
  border: none !important;
}
.home-variety-section .eventon_list_event .desc_trig_outter a.evo_streams * {
  color: black !important;
}
.home-variety-section .eventon_list_event .desc_trig_outter a.evo_other {
  background-color: white !important;
  border: solid black 2px !important;
  border-radius: 10px;
}
.home-variety-section .eventon_list_event * {
  color: black !important;
  font-family: 'Open Sans' !important;
}
.home-variety-section .ajde_evcal_calendar.color .evcal_cblock .evo_end:before {
  background-color: black !important;
}
.home-variety-section .ajde_evcal_calendar .evcal_month_line p {
  color: #F50010;
  font-family: 'Open Sans' !important;
}
.home-variety-section div#evcal_head {
  display: none;
}
.home-variety-section #evcal_list {
  max-height: 1150px;
  overflow-y: scroll;
  overflow-y: auto;
}
.home-variety-section #evcal_list::-webkit-scrollbar {
  width: 5px;
}
.home-variety-section .evcal_desc_info {
  display: none !important;
}
.home-variety-section .ajde_evcal_calendar {
  padding-bottom: 0;
}
.home-variety-section #evcal_list.sep_months .evcal_month_line p {
  padding-top: 0;
}
.home-variety-section #evcal_list.eventon_events_list .eventon_list_event .evcal_list_a {
  padding: 10px;
}
.home-variety-section #evcal_list.eventon_events_list .eventon_list_event .evcal_desc {
  overflow: visible;
}
.home-variety-section #evcal_list.eventon_events_list .eventon_list_event span.evcal_desc_info {
  margin-left: -30px;
  margin-top: 5px;
}
.home-variety-section #evcal_list.eventon_events_list .eventon_list_event .evcal_cblock .evo_start {
  float: left;
  font-size: 20px;
}
.home-variety-section #evcal_list.eventon_events_list .eventon_list_event .evcal_cblock {
  line-height: 100%;
  min-height: 0;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 4px;
  margin-top: -3px;
}
.home-variety-section #evcal_list.eventon_events_list .eventon_list_event span.evcal_desc2.evcal_event_title, .home-variety-section #evcal_list.eventon_events_list .eventon_list_event em.evcal_location {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 16px;
  max-height: 48px;
  overflow: hidden;
}
.eventon_list_event span.evo_event_headers.virtual.vir {
  background: none !important;
  color: transparent !important;
}
.eventon_list_event span.evo_event_headers.virtual.vir:before {
  content: 'VC LIVE';
  color: #F50010 !important;
}
.eventon_list_event .desc_trig_outter a.evo_competitions {
  background-color: white !important;
  border: none !important;
}
.eventon_list_event .desc_trig_outter a.evo_competitions span, .eventon_list_event .desc_trig_outter a.evo_competitions em {
  color: black !important;
}
.eventon_list_event .desc_trig_outter a.evo_conferences-tradeshows {
  background-color: #F50010 !important;
  border: none !important;
}
.eventon_list_event .desc_trig_outter a.evo_streams {
  background-color: #FFF742 !important;
  border: none !important;
}
.eventon_list_event .desc_trig_outter a.evo_streams * {
  color: black !important;
}
.eventon_list_event .desc_trig_outter a.evo_other {
  background-color: white !important;
  border: solid black 2px !important;
  border-radius: 10px;
}
.eventon_list_event .desc_trig_outter a.evo_other span, .eventon_list_event .desc_trig_outter a.evo_other em {
  color: black !important;
}
.evopop_top[style="background-color: rgb(255, 255, 255);"] * {
  color: black !important;
}
.post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .desc_trig_outter a.evo_competitions, .post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .evo_lightboxes a.evo_competitions {
  background-color: #ebebeb !important;
  border: none !important;
}
.post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .desc_trig_outter a.evo_competitions span, .post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .desc_trig_outter a.evo_competitions em, .post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .evo_lightboxes a.evo_competitions span, .post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .evo_lightboxes a.evo_competitions em {
  color: black !important;
  font-weight: bold;
}
.post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .desc_trig_outter a.evo_conferences-tradeshows, .post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .evo_lightboxes a.evo_conferences-tradeshows {
  background-color: #F50010 !important;
  border: none !important;
}
.post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .desc_trig_outter a.evo_streams, .post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .evo_lightboxes a.evo_streams {
  background-color: #FFF742 !important;
  border: none !important;
}
.post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .desc_trig_outter a.evo_other, .post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .evo_lightboxes a.evo_other {
  background-color: white !important;
  border: solid black 2px !important;
  border-radius: 10px;
}
.post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .desc_trig_outter a.evo_other span, .post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .desc_trig_outter a.evo_other em, .post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .evo_lightboxes a.evo_other span, .post-id-176709 div[id^="evcal_calendar_"] .eventon_list_event .evo_lightboxes a.evo_other em {
  color: black !important;
  font-weight: bold;
}
@-webkit-keyframes slide-animation {
  0% {
    left: 0;
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    left: -600px;
  }
}
#taglineSlider {
  display: none;
  min-height: 30px;
  margin: auto;
  overflow: hidden;
  padding: 5px;
  position: relative;
  width: 400px;
  /* Content */
}
#taglineSlider ul {
  list-style: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 315px;
  margin: 5px 0;
}
#taglineSlider ul li {
  float: left;
  position: relative;
  width: 315px;
  display: inline-block;
  height: 30px;
  text-align: center;
}
#taglineSlider li {
  color: #001f3d;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 550px;
  padding: 0;
  text-align: center;
}
#taglineSlider ul:hover {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.featuredPodcast {
  background: none;
  padding: 2% 4%;
  display: flex;
  align-items: center;
  width: 90%;
  margin: 50px auto;
  border: solid #F50010 4px;
  border-radius: 30px;
  text-align: center;
  justify-content: space-around;
  position: relative;
}
.featuredPodcast > img {
  width: auto;
  height: 120px;
  margin-right: 30px;
}
.featuredPodcast > img:last-child {
  margin-right: 0;
}
.featuredPodcast h3 {
  margin: 0px 0 15px;
  line-height: 1.2;
}
.featuredPodcast h3:first-child {
  color: #F50010;
}
.featuredPodcast a {
  display: block;
  margin: 0 auto;
  width: 45%;
  min-width: 150px;
  transition: all ease 0.2s;
}
.featuredPodcast a:hover {
  transform: scale(1.02);
}
.featuredPodcast .btn_container {
  display: flex;
}
@media (max-width: 767px) and (min-width: 0px) {
  .featuredPodcast {
    width: 100%;
  }
  .featuredPodcast > img {
    position: absolute;
    height: 80px;
    left: -20px;
    bottom: 0;
  }
  .featuredPodcast > img:last-child {
    left: initial;
    right: -30px;
  }
}
#metronome, #tuner {
  display: none;
}
#metronome * {
  font-weight: bold;
  font-family: avenir;
}
#metronome img {
  width: 120px;
}
#metronome #metroPlayBtn {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin: 0 auto;
}
#metronome #bar, #metronome #accent, #metronome #tempo {
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
#metronome .bpm {
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
#metronome .tempoCtrl, #metronome .barControls, #metronome .accentCtrls {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}
#metronome .tempoContainer {
  margin: 0 15px;
}
#metronome button {
  padding: 6px;
  border: none;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin: 3px;
  background-color: #888;
  font-weight: 900;
  color: #e9e9e9;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#metronome button#metroPlayBtn {
  background: #F50010;
}
#metronome button:focus {
  outline: none;
}
#metronome button .play {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #e9e9e9;
  margin-left: 10px;
}
#metronome button .pause {
  width: 45px;
  height: 40px;
  border: none;
  border-left: 15px solid #e9e9e9;
  border-right: 15px solid #e9e9e9;
}
#tuner {
  text-align: center;
}
#tuner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #5c6664;
  background-image: none;
  flex: 1;
  padding: 0 0.5em;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  padding-right: 50px;
  text-align: center;
}
#tuner select::-ms-expand {
  display: none;
}
#tuner .select {
  position: relative;
  width: auto;
  height: 3em;
  line-height: 3;
  background: #5c6664;
  overflow: hidden;
  border-radius: 0.25em;
  display: inline-flex;
}
#tuner .select::after {
  content: '▼';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #2b2e2e;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
}
#tuner .select:hover::after {
  color: #23b499;
}
#tuner option {
  font-size: 18px;
  line-height: 1.5;
}
#tuner #stopPlaying i {
  cursor: pointer;
}
#tuner i {
  font-size: 40px;
  color: #F50010;
}
.popup, .rabbit_hole_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}
.popup .popup_container, .rabbit_hole_popup .popup_container {
  padding: 40px;
  min-width: 275px;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: -100px;
  background-color: white;
  opacity: 0;
  transition: all ease 0.1s 0.5s;
  border-radius: 24px 24px 0 0;
}
.popup .popup_container.show, .rabbit_hole_popup .popup_container.show {
  opacity: 1;
  top: 0;
}
.popup .popup_background, .rabbit_hole_popup .popup_background {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.popup .popup-close, .rabbit_hole_popup .popup-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: ease 0.25s all;
  border-radius: 1000px;
  background: none;
  font-family: Arial, Sans-Serif;
  font-size: 28px;
  text-align: center;
  line-height: 100%;
  color: #000;
  font-weight: bold;
}
.popup .popup-close:hover, .rabbit_hole_popup .popup-close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #F50010;
  text-decoration: none;
}
.rabbit_hole_popup .popup_container {
  padding: 0 !important;
}
.rabbit_hole_popup .popup_container img {
  max-width: 400px;
  min-width: 250px;
  max-height: 50vh;
  padding: 0;
}
.rabbit_hole_btn {
  cursor: pointer;
}
div#ctct_form_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
  /* Close Button */
}
div#ctct_form_1 img {
  height: 70px;
}
div#ctct_form_1 form {
  background: white;
  padding: 20px 40px;
  max-width: 800px;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: -100px;
  opacity: 0;
  transition: all ease 0.2s 0.5s;
  border-radius: 20px;
  max-width: 50vw;
  max-height: 75vh;
  min-width: 300px;
  min-height: 400px;
  overflow-y: auto;
  border: solid #F50010 4px;
}
div#ctct_form_1 form .input_container {
  display: inline-flex;
  flex-direction: column;
}
div#ctct_form_1 form.show {
  opacity: 1;
  top: 0;
}
div#ctct_form_1 form h4 {
  font-weight: 900;
  margin-bottom: 0;
}
div#ctct_form_1 form h3 {
  margin: 5px 0;
}
div#ctct_form_1 form p {
  color: black;
  text-align: center;
  margin: 0 auto 10px;
}
div#ctct_form_1 form input {
  color: black;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
div#ctct_form_1 form .form_name {
  display: flex;
}
div#ctct_form_1 form .form_name input {
  width: calc(50% - 7.5px);
  margin-bottom: 0;
}
div#ctct_form_1 form .form_name input:first-child {
  margin-right: 10px;
}
div#ctct_form_1 form input {
  background: white;
  margin-bottom: 0;
  cursor: text;
}
div#ctct_form_1 form input[type="submit"] {
  background: none;
  color: #F50010;
  transition: all ease 0.2s;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
  padding: 0;
  cursor: pointer;
  flex: 1;
  font-size: calc(min(30px, 20px + 10 * ((100vw - 320px) / 680)));
  margin: 0 10px;
}
div#ctct_form_1 form input[type="submit"]:hover {
  letter-spacing: 3px;
}
div#ctct_form_1 form .ctct-form-field-submit {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-top: 5px;
}
div#ctct_form_1 form .ctct-form-field-submit img {
  height: 33px;
  margin-left: 5px;
}
div#ctct_form_1 .g-recaptcha > div {
  width: 100% !important;
}
div#ctct_form_1 .small_img {
  height: 50px;
  margin-top: 25px;
}
div#ctct_form_1 .popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 25px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  font-family: avenir;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: black;
  font-weight: 900;
}
div#ctct_form_1 .popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #eee;
}
.edgtf-archive-page .edgtf-post-carousel3 .edgtf-owl-slider .edgtf-post-title {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.2;
  height: unset;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 24px;
  margin-bottom: 15px;
}
body .edgtf-layout9-item .edgtf-ni-content .edgtf-ni-info-top .edgtf-post-info-category {
  color: #F50010;
  text-transform: uppercase;
  font-size: 12px;
  font-family: avenir;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.archive.category .edgtf-post-carousel1 .edgtf-owl-slider, .edgtf-archive-page .edgtf-post-carousel1 .edgtf-owl-slider {
  height: 450px;
}
.archive.category .edgtf-post-carousel1 .edgtf-owl-slider .owl-nav, .edgtf-archive-page .edgtf-post-carousel1 .edgtf-owl-slider .owl-nav {
  bottom: 5%;
}
.archive.category .edgtf-post-carousel1 .edgtf-owl-slider .edgtf-ni-content, .edgtf-archive-page .edgtf-post-carousel1 .edgtf-owl-slider .edgtf-ni-content {
  height: 100%;
}
.edgtf-archive-page .category_slider.edgtf-container-inner {
  margin-bottom: 50px;
}
.edgtf-archive-page .category_slider.edgtf-container-inner .edgtf-news-holder .edgtf-post-title {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 24px;
}
.edgtf-archive-page .edgtf-news-holder .edgtf-post-image img {
  display: block;
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.edgtf-archive-page .edgtf-news-holder .edgtf-post-title {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: calc(1.3*16px*3);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin-bottom: 15px;
  color: #121212;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  /* 131.25% */
  letter-spacing: 0.48px;
}
.edgtf-archive-page .edgtf-layout1-item .edgtf-ni-content .edgtf-ni-info-bottom {
  margin-top: 15px;
}
.edgtf-archive-page .edgtf-layout1-item .edgtf-ni-content .edgtf-ni-info-top {
  position: relative;
  top: -15px;
  left: 0;
  background: transparent;
  padding: 0;
}
.edgtf-archive-page .edgtf-layout1-item .edgtf-ni-content .edgtf-ni-info-top .edgtf-post-info-category {
  font-family: avenir;
  color: #F50010;
  padding: 0;
}
.featuredArtistAlt {
  display: flex;
  padding: 30px 50px 40px;
  background-position-x: 0;
}
.featuredArtistAlt .circle {
  border-radius: 50%;
}
.featuredArtistAlt .artistInfo {
  padding-left: 20px;
}
.featuredArtistAlt .artistInfo a.button {
  border-color: white;
  padding: 12px 18px;
  margin-left: 0;
}
.featuredArtistAlt .artistInfo a.button:hover {
  background: white;
  color: black;
}
.featuredArtistAlt * {
  color: white;
}
.featuredArtistAlt h2 {
  margin: 0;
  font-size: 40px;
}
.featuredArtistAlt h4, .featuredArtistAlt h3 {
  margin-top: 0;
}
.featuredArtistAlt h3 {
  max-width: 80%;
  text-transform: capitalize;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.featuredArtistAlt .imgContainer {
  min-width: 180px;
}
.featuredArtistAlt img {
  width: 100%;
  aspect-ratio: 1;
}
.all_artists .vc_figure .vc_single_image-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.all_artists .vc_gitem-post-data {
  margin-bottom: 0;
}
.all_artists h3 {
  margin: 10px 0 0;
}
.all_artists .vc_gitem-post-meta-field-instrument.vc_gitem-align-left {
  font-weight: bold;
  text-transform: uppercase;
}
body.post-id-41161 h3 {
  color: #F50010;
}
body.post-id-41161 .clients {
  text-align: center;
}
body.post-id-41161 .clients > div {
  text-align: left;
  display: inline-block;
  column-count: 4;
  transform: translateX(6%);
}
body.post-id-41161 .clients > div p {
  max-width: 220px;
}
.post-id-152613 .wpb_single_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-radius: 20px;
}
.post-id-152613 .about_featured img {
  height: 40px;
  width: auto !important;
}
.post-id-152613 .edgtf-page-content-holder > .vc_row.wpb_row.vc_row-fluid {
  margin-bottom: 60px !important;
}
.post-id-152613 h3 {
  color: #F50010;
}
.post-id-152613 .clients {
  text-align: center;
}
.post-id-152613 .clients > div {
  text-align: left;
  display: inline-block;
  column-count: 4;
  transform: translateX(6%);
}
.post-id-152613 .clients > div p {
  max-width: 220px;
}
.post-id-152613 .edgtf-testimonials-holder .edgtf-testimonials .edgtf-testimonial-text {
  color: #F50010 !important;
  font-size: 28px;
  line-height: 1.2;
  font-style: italic;
  font-weight: bold;
}
.post-id-152613 .edgtf-owl-slider .owl-nav .owl-prev, .post-id-152613 .edgtf-owl-slider .owl-nav .owl-next {
  position: absolute;
  top: 80%;
}
.post-id-152613 .edgtf-testimonials-holder .edgtf-testimonials .edgtf-testimonial-author {
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
.post-id-152613 .meet_the_team .australia p:first-child strong::after {
  background-image: url(/wp-content/uploads/2022/08/AussieFlag-Custom.png) !important;
}
.post-id-152613 .meet_the_team .italy p:first-child strong::after {
  background-image: url(/wp-content/uploads/2023/03/Italy.png) !important;
}
.post-id-152613 .meet_the_team .bangladesh p:first-child strong::after {
  background-image: url(/wp-content/uploads/2022/08/Bangladesh-Custom.png) !important;
}
.post-id-152613 .meet_the_team .france p:first-child strong::after {
  background-image: url(/wp-content/uploads/2022/08/France-Custom.png) !important;
}
.post-id-152613 .meet_the_team .malaysia p:first-child strong::after {
  background-image: url(/wp-content/uploads/2022/08/Malaysia.png) !important;
}
.post-id-152613 .meet_the_team .canada p:first-child strong::after {
  background-image: url(/wp-content/uploads/2022/08/Canada.png) !important;
}
.post-id-152613 .meet_the_team .new_zealand p:first-child strong::after {
  background-image: url(/wp-content/uploads/2022/08/NewZealand.png) !important;
}
.post-id-152613 .meet_the_team .vc_row.wpb_row.vc_inner {
  margin-bottom: 35px !important;
}
.post-id-152613 .meet_the_team .vc_row.wpb_row.vc_inner .wpb_wrapper p:first-child {
  margin-top: 0;
}
.post-id-152613 .meet_the_team .vc_row.wpb_row.vc_inner .wpb_wrapper p:first-child strong {
  color: black;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
.post-id-152613 .meet_the_team .vc_row.wpb_row.vc_inner .wpb_wrapper p:first-child strong::after {
  background-image: url(/wp-content/uploads/2022/08/USA-Custom.png);
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -40px;
  top: 0;
}
.post-id-152613 ol li {
  margin-bottom: 15px;
  list-style-position: outside;
}
#upcomingEvents .evcal_desc_info {
  display: none;
}
#upcomingEvents #evcal_list span.evcal_desc2.evcal_event_title {
  font-size: 18px;
}
#upcomingEvents h3 img {
  height: 50px;
}
#upcomingEvents div#evcal_list > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-bottom: 10px;
}
#upcomingEvents .evcal_month_line {
  display: none !important;
}
#upcomingEvents .eventon_list_event .desc_trig_outter a {
  border-radius: 10px;
}
body.livestreams .edgtf-blog-single-navigation, body.livestreams .edgtf-post-info-bottom, body.livestreams .edgtf-post-info, body.livestreams .edgtf-news-post-top-holder, body.livestreams .edgtf-post-info-top, body.livestreams #subtitle {
  display: none !important;
}
body.livestreams .edgtf-blog-holder-inner > *:not(article):not(#midContentAd) {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
body.livestreams .edgtf-blog-holder-inner > *:not(article):not(#midContentAd).promo_section .edgtf-related-posts-inner {
  margin: 0 auto;
}
body.livestreams .edgtf-post-text-inner {
  background: #151515;
  padding-bottom: 55px;
  background-image: url(http://theviolinchannel.com/wp-content/uploads/2023/08/girl-violinist-dark.jpg);
  background-size: auto 1000px;
  background-repeat: no-repeat;
  background-color: #151515;
  background-position: -220px -100px;
  background-blend-mode: color-dodge;
}
body.livestreams .edgtf-top-bar {
  margin-bottom: 20px;
}
body.livestreams .edgtf-blog-holder.edgtf-blog-single article:not(.format-link):not(.format-quote) {
  margin: 0;
}
body.livestreams .edgtf-blog-holder.edgtf-blog-single article:not(.format-link):not(.format-quote) .edgtf-post-text {
  padding: 0 0 4px;
  border-bottom: none;
}
body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main {
  padding: 20px 0;
}
body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main p {
  color: white;
  font-family: Avenir;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 142.857% */
}
body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h1, body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h2, body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h3, body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h4, body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h5, body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main h6, body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main a, body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main ul, body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner article .edgtf-post-text-main li {
  color: white;
}
body.livestreams #livestreamTitleSection {
  text-align: center;
}
body.livestreams #livestreamTitleSection .livestreamContainer {
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 0 20px;
}
body.livestreams #livestreamTitleSection .livestreamContainer p {
  margin: 0 auto;
  padding: 0 5%;
  color: #FFF742;
  text-align: center;
  font-family: Avenir;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  /* 125% */
  letter-spacing: 0.68px;
}
body.livestreams #livestreamTitleSection .btn.button {
  border-right: 1px solid #FFF742;
  border-left: 1px solid #FFF742;
  color: #FFF742;
  text-align: center;
  font-family: Avenir;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 20px;
  margin: 0 auto 0;
  display: inline-block;
  margin-top: 30px;
}
body.livestreams #livestreamTitleSection h1 {
  color: white;
  text-align: center;
  font-family: Avenir;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  /* 129.167% */
  margin: 72px auto;
}
body.livestreams #livestreamTitleSection .embedContainer {
  height: 400px;
  position: relative;
  margin-bottom: 15px;
}
body.livestreams #livestreamTitleSection .embedContainer > div {
  padding: 0 !important;
  height: 100%;
}
body.livestreams #livestreamTitleSection .embedContainer:empty {
  display: none;
}
body.livestreams #livestreamTitleSection .embedContainer video#video {
  max-width: 700px;
  aspect-ratio: 1.7777777778;
  min-width: 300px;
  width: 100%;
}
body.livestreams #livestreamTitleSection .embedContainer .fluidvids {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  width: 100%;
  height: 400px;
}
body.livestreams #livestreamTitleSection .lowerContainer {
  padding: 35px 0;
}
body.livestreams #livestreamTitleSection .lowerContainer > div {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
body.livestreams #livestreamTitleSection .livestreamInfo, body.livestreams #livestreamTitleSection .host-follow {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 15px;
  align-items: baseline;
  color: #FFF;
  font-family: Avenir;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
}
body.livestreams #livestreamTitleSection .livestreamInfo .followStream, body.livestreams #livestreamTitleSection .host-follow .followStream {
  padding: 8px 30px;
}
body.livestreams #livestreamTitleSection .datetime {
  text-transform: uppercase;
  color: white;
}
body.livestreams #livestreamTitleSection .datetime .calendar {
  font-size: 18px;
  margin-right: 8px;
}
body.livestreams #livestreamTitleSection .datetime:after {
  content: ' EST';
}
body.livestreams #livestreamTitleSection .setReminder {
  color: #FFF742;
}
body.livestreams #livestreamTitleSection .setReminder .alert-icon {
  margin-left: 3px;
  font-size: 18px;
}
body.livestreams #livestreamTitleSection .setReminder, body.livestreams #livestreamTitleSection .datetime {
  font-family: Avenir;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  /* 120% */
  letter-spacing: 0.9px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 1;
}
body.livestreams .edgtf-post-single-image-full .edgtf-blog-holder.edgtf-blog-single-image-full .edgtf-blog-holder-inner {
  position: relative;
  margin-top: 0;
  padding: 0;
  border: none;
}
body.livestreams .edgtf-full-width-inner .edgtf-grid {
  width: 100%;
  margin: 0 auto;
}
body.livestreams .edgtf-post-text-main, body.livestreams .host_follow {
  max-width: 800px;
  margin: 0 auto;
}
body.livestreams .upcomingStreams {
  max-width: 1100px;
  margin: 40px auto 0;
  text-align: left;
}
body.livestreams .edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-grid {
  padding: 0;
}
#reminder {
  display: none;
}
#reminder .radio_select {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}
#reminder .radio_select label, #reminder .radio_select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#reminder .radio_select input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}
#reminder .radio_select input[type="radio"]:checked + label {
  background: #eee;
  border-radius: 4px;
}
#reminder .radio_select label {
  cursor: pointer;
  z-index: 90;
  display: flex;
  border: none;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  color: black;
}
#reminder #setReminder {
  display: inline-block;
  clear: both;
  margin-top: 20px;
  background: #F50010;
  color: white;
  width: 100%;
  border: none !important;
  padding: 20px;
  letter-spacing: 1px;
  font-size: 16px;
  cursor: pointer;
}
#reminder #setReminder img {
  height: 16px;
  margin-left: 10px;
  vertical-align: middle;
}
.edgtf-testimonials-holder .edgtf-testimonials .edgtf-testimonial-text {
  color: #F50010 !important;
  font-size: 28px;
  line-height: 1.2;
  font-style: italic;
  font-weight: bold;
}
.edgtf-owl-slider .owl-nav .owl-prev, .edgtf-owl-slider .owl-nav .owl-next {
  position: absolute;
  top: 80%;
}
.edgtf-testimonials-holder .edgtf-testimonials .edgtf-testimonial-author {
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
span.edgtf-testimonials-author-job {
  font-weight: normal !important;
}
span.edgtf-testimonials-author-name {
  font-weight: bold !important;
}
.edgtf-testimonials-holder.edgtf-testimonials-standard {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 0 30px;
  margin-top: 20px;
}
.gold-silver-sponsors {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  html body .post-id-152613 .clients, html body .post-id-41161 .clients {
    text-align: center;
  }
  html body .post-id-152613 .clients > div, html body .post-id-41161 .clients > div {
    text-align: left;
    display: block;
    column-count: 1;
    transform: translateX(0);
  }
  html body .post-id-152613 .clients > div p, html body .post-id-41161 .clients > div p {
    max-width: 400px;
  }
  html body .edgtf-container-inner, html body .edgtf-grid, html body .edgtf-row-grid-section {
    width: 95%;
    margin: 0 auto;
  }
  html body .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
  html body .edgtf-news-holder.edgtf-post-carousel3.edgtf-post-dual-carousel {
    margin-bottom: 100px;
  }
  html body .second_row > div {
    margin-bottom: 40px;
  }
  html body .second_row > div > div {
    margin: 0 !important;
  }
  html body .dumbbow img {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-44%);
    height: 270px;
    width: 270px !important;
  }
  html body amp-ad[width="728"][height="200"] {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: calc(20000% / 728);
  }
  html body amp-ad[width="728"][height="100"] {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: calc(10000% / 728);
  }
  html body amp-ad[width="600"][height="200"] {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: calc(20000% / 600);
  }
  html body amp-ad[width="1000"][height="200"] {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: calc(20000% / 1000);
  }
  html body .double-partner-container > div {
    padding: 0;
    margin-bottom: 40px;
  }
  html body .col_h-400 {
    height: auto;
  }
  html body .col_h-400 #gallery-1 .gallery-item img, html body .col_h-400 #gallery-2 .gallery-item img {
    border: 2px solid #cfcfcf;
    height: auto;
    width: 100%;
  }
  html body .col_h-400 > div, html body .col_h-400 .edgtf-iwt-image a img {
    height: auto !important;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-bottom: 35px;
  }
  html body .col_h-400 #gallery-1:after {
    content: "READ MORE";
    position: absolute;
    bottom: 12%;
  }
}
#request_ad_info_form .input_container {
  width: 50%;
  min-width: 300px;
  float: left;
  padding: 2%;
}
#request_ad_info_form .input_container.no_top_pad {
  padding-top: 0;
}
#request_ad_info_form p {
  margin-bottom: 5px;
  line-height: 1.5;
}
#request_ad_info_form input {
  margin-bottom: 10px !important;
}
#request_ad_info_form input[type=tel] {
  width: 100%;
  margin: 0 0 25px;
  padding: 10px 11px;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: inherit;
  color: #121212;
  background-color: transparent;
  border: 1px solid #c6c6c6;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
#request_ad_info_form button {
  width: 100%;
  background: #F50010;
  border-color: white;
  border-width: 0;
  color: white;
  padding: 15px 0 !important;
  display: flex;
  justify-content: center;
}
#request_ad_info_form button img {
  height: 16px;
  margin-left: 15px;
}
#vanguard_concerts .vanguard_single {
  padding: 5%;
  background: #FFF742;
  margin: 50px auto;
}
#vanguard_concerts .vanguard_single:first-child {
  margin-top: 0;
}
#vanguard_concerts .vanguard_single p {
  font-size: 18px;
  margin: 0 0 30px;
}
#vanguard_concerts .vanguard_single h2 {
  text-transform: uppercase;
  margin: 0 0 15px;
}
#vanguard_concerts .vanguard_single h3 {
  margin: 0;
}
#vanguard_concerts .vanguard_single .red {
  color: #F50010;
}
#vanguard_concerts .vanguard_single i {
  font-size: 12px;
}
#vanguard_concerts .small_ad {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#vanguard_concerts .small_ad > div {
  width: 45%;
  min-width: 300px;
}
#vanguard_concerts .small_ad amp-ad {
  width: 100% !important;
  aspect-ratio: 3 !important;
  height: auto !important;
}
#vanguard_concerts .double_ad_container:nth-of-type(3n+1) {
  display: none;
}
@media (max-width: 1300px) {
  #dateTime {
    display: none;
  }
  .edgtf-top-bar .edgtf-position-right {
    width: 40%;
    max-width: 200px;
  }
}
.edgtf-search-page-holder article.has-post-thumbnail {
  padding: 37px 0;
  width: 22%;
  margin: 0 1%;
}
.edgtf-search-page-holder article .edgtf-post-content {
  display: flex;
  flex-direction: column;
}
.edgtf-search-page-holder article .edgtf-post-image {
  width: 100%;
}
.edgtf-search-page-holder article .edgtf-post-image img {
  margin: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.edgtf-search-page-holder article .edgtf-post-title-area {
  min-height: 130px;
  padding: 0;
  margin-top: 15px;
}
.edgtf-search-page-holder article .edgtf-post-excerpt {
  display: none;
}
.edgtf-search-page-holder article h3 {
  margin: 19px 0 20%;
  line-height: 25px;
  font-size: 22px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  min-height: 75px;
}
#program-section-composer, #program-section-artist {
  margin-top: 50px;
}
#program-section-composer h2, #program-section-artist h2 {
  font-size: 28px;
  line-height: 1.142;
  color: #FFF742;
  margin-bottom: 0;
}
#program-section-composer h2 span, #program-section-artist h2 span {
  color: white;
}
#program-section-composer .artist-info > div:first-child, #program-section-artist .artist-info > div:first-child {
  margin: 32px 0 !important;
}
#program-section-composer .composer-info, #program-section-artist .composer-info {
  margin-bottom: 48px;
}
#program-section-composer > div > div, #program-section-artist > div > div {
  margin-bottom: 24px;
}
#program-section-composer .composer-work .movements, #program-section-artist .composer-work .movements {
  line-height: 1.3333;
}
#program-section-composer .composer-work p:first-child, #program-section-artist .composer-work p:first-child {
  margin-bottom: 24px;
}
#program-section-composer .composer-work p:nth-child(2), #program-section-artist .composer-work p:nth-child(2) {
  padding-left: 24px;
}
#program-section-composer .program-section-artists, #program-section-artist .program-section-artists {
  padding: 8px 24px;
  border-left: #FFF742 solid 1px;
}
#program-section-composer .program-section-artists div:not(:last-child), #program-section-artist .program-section-artists div:not(:last-child) {
  margin-bottom: 24px;
}
#program-section-composer .program-section-artists p, #program-section-artist .program-section-artists p {
  margin: 0;
}
#program-section-composer:not(#program-section-composer) .program-section-artists, #program-section-artist:not(#program-section-composer) .program-section-artists {
  border-left: none !important;
  padding: 0;
}
#program-section-composer .program-section-artists:empty, #program-section-artist .program-section-artists:empty {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F169269-scss-default.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5HC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAh1CC%3BAAAA%3BAAAA%3BAAAA%3BAA21CA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBF%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAA5OH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2NC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAlTH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BRC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAzsGH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BsGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAA5dJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAycC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%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%3BAAAA%3BAAqBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAgBH%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAngIC%3BAAAA%3BAAAA%3BAAAA%3BAAwgIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%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%3BAAoBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeH%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAIG%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%22%7D */