@media (max-width: 361px) {
  .side-panel__button-open--u-ism4i9v8m {
    margin-right: 20px !important;
  }
  html, body, .root--u-il0im4rb5, .section--u-icthhavdh, .mosaic-wrap {
    overflow-x: hidden;
  }
}
@media (max-width: 480px) {
  .g-img--gallery-album .g-img__link {
    width: 380px !important;
    height: auto !important;
  }
}
@media (max-width: 375px) {
  .g-img--gallery-album .g-img__link {
    width: 290px !important;
  }
}
.g-img--gallery-image .g-img__link {
  width: 100% !important;
  height: auto !important;
}
.g-img--gallery-image {
  width: calc(100% / 3 - 40px);
}
@media (max-width: 480px) {
  .g-img--gallery-image {
    width: 100%;
  }
}
/*  */
.programsWrap .itemProgram {
  margin: 0 0 20px;
  background-color: #f6f6f6;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .programsWrap .itemProgram {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.programsWrap .itemImage {
  position: relative;
  min-height: 285px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .programsWrap .itemImage {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 43%;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
  }
  .programsWrap .itemImage:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -13px;
    content: "";
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #f6f6f6;
  }
}
@media screen and (max-width: 767px) {
  .programsWrap .itemImage:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin-left: -13px;
    content: "";
    border-right: 13px solid transparent;
    border-bottom: 13px solid #f6f6f6;
    border-left: 13px solid transparent;
  }
}
@media screen and (max-width: 479px) {
  .programsWrap .itemImage {
    min-height: 200px;
  }
}
.programsWrap .itemImage:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.programsWrap .itemImage .itemCount {
  z-index: 10;
  position: absolute;
  top: 21px;
  left: -44px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
}
.programsWrap .itemText {
  position: relative;
}
@media screen and (min-width: 768px) {
  .programsWrap .itemText {
    padding: 24px 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 767px) {
  .programsWrap .itemText {
    padding: 15px 20px;
  }
}
.programsWrap .itemText p {
  margin: 0;
}
.programsWrap .itemTitle {
  color: #df4a43;
  font-size: 20px;
  font-weight: bold;
}
.programsWrap .itemBody {
  padding: 17px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
body h2, body h3 {
  line-height: normal;
}
@media (max-width: 960px) {
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 640px) {
  body .s_list {
    padding-left: 0;
  }
  body .seo-text {
    padding-top: 0;
  }
  body .seo-text1 {
    margin: 0;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 18px !important;
  }
}
#speakButton {
  border: 0;
  font-family: "JetBrains Mono", monospace;
  border-radius: 250px;
  display: inline-block;
  padding: 13px 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #9ad36f;
}
