.kv .wrap {
  position: relative;
  height: auto;
  position: relative;
  overflow: hidden;
}

.kv .wrap:before {
  content: "";
  display: block;
  padding-top: 45.10756%;
}

.kv .container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.kv .inner-container {
  width: 100%;
  height: 100%;
  padding-bottom: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .kv .inner-container {
    padding-bottom: 7%;
  }
}

.kv h2 {
  font-size: 0.75em;
  line-height: 141.8%;
  color: #00a89d;
  letter-spacing: 1px;
  text-align: right;
  padding-right: 30px;
}

@media (min-width: 576px) {
  .kv h2 {
    font-size: 1.25em;
  }
}

@media (min-width: 768px) {
  .kv h2 {
    font-size: 2em;
  }
}

@media (min-width: 992px) {
  .kv h2 {
    font-size: 2.68em;
  }
}

.kv .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.kv img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .tpl-tab {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .tpl-tab .container {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .tpl-tab .tab-row,
  .tpl-tab .slider {
    display: none;
  }
}

.tpl-tab .tab-row .slide,
.tpl-tab .slider .slide {
  padding-top: 97px;
  padding-bottom: 140px;
  background-color: #EBFCF1;
  height: 100%;
}

.tpl-tab .tab-row .slide:before,
.tpl-tab .slider .slide:before {
  content: "";
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tpl-tab .tab-row .slide .row,
.tpl-tab .slider .slide .row {
  position: relative;
  z-index: 1;
}

.tpl-tab .tab-row .slide .col-desc,
.tpl-tab .slider .slide .col-desc {
  width: 55%;
}

.tpl-tab .tab-row .slide .col-desc .wrap,
.tpl-tab .slider .slide .col-desc .wrap {
  padding-left: 56px;
  padding-right: 30px;
}

.tpl-tab .tab-row .slide .col-desc .point:not(:last-child),
.tpl-tab .slider .slide .col-desc .point:not(:last-child) {
  margin-bottom: 50px;
}

.tpl-tab .tab-row .slide .col-desc .point .title,
.tpl-tab .tab-row .slide .col-desc .point .desc,
.tpl-tab .slider .slide .col-desc .point .title,
.tpl-tab .slider .slide .col-desc .point .desc {
  padding-left: 58px;
}

.tpl-tab .tab-row .slide .col-desc .point .title,
.tpl-tab .slider .slide .col-desc .point .title {
  font-size: 1.75em;
  line-height: 142.8%;
  letter-spacing: 1px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.tpl-tab .tab-row .slide .col-desc .point .title:before,
.tpl-tab .slider .slide .col-desc .point .title:before {
  content: "";
  width: 31px;
  height: 31px;
  background-image: url("../img/icon/tick.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}

.tpl-tab .tab-row .slide .col-desc .point .desc,
.tpl-tab .slider .slide .col-desc .point .desc {
  display: block;
  font-size: 1.25em;
  line-height: 140%;
}

.tpl-tab .tab-row .slide .col-img,
.tpl-tab .slider .slide .col-img {
  width: 45%;
}

.tpl-tab .tab-row .slide .col-img .wrap,
.tpl-tab .slider .slide .col-img .wrap {
  padding-left: 30px;
  padding-right: 46px;
  text-align: right;
}

@media (min-width: 992px) {
  .tpl-tab .accordion {
    display: none;
  }
}

.tpl-tab .accordion .group.active .title-container {
  background-color: #EBFCF1;
}

.tpl-tab .accordion .group.active .title-container .title {
  color: #f6635c;
  font-weight: 700;
  border-top: 1px solid rgba(239, 64, 96, 0.3);
  border-bottom: 1px solid rgba(239, 64, 96, 0.3);
}

.tpl-tab .accordion .group.active .title-container .title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tpl-tab .accordion .group.active .title-container .title .sty-word .sty-r {
  opacity: 1;
}

.tpl-tab .accordion .group.active .title-container .title .sty-word .sty-b {
  opacity: 0;
}

.tpl-tab .accordion .group .title-container {
  padding: 0 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.tpl-tab .accordion .group .title-container .title {
  position: relative;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  padding-right: 30px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.3);
  font-size: 1.25em;
  line-height: 140%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tpl-tab .accordion .group .title-container .title:after {
  content: "";
  background-image: url("../img/pth/expand.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tpl-tab .accordion .group .title-container .title .sty-word {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 43px;
}

@media (max-width: 991px) {
  .tpl-tab .accordion .group .title-container .title .sty-word {
    margin-right: 5px;
  }
}

.tpl-tab .accordion .group .title-container .title .sty-word img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -5px;
}

.tpl-tab .accordion .group .title-container .title .sty-word .sty-r {
  opacity: 0;
}

.tpl-tab .accordion .group .details {
  background-color: #EBFCF1;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.07);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  display: none;
}

.tpl-tab .accordion .group .details .col-desc {
  width: 100%;
}

.tpl-tab .accordion .group .details .col-desc .wrap {
  padding: 15px 25px;
}

.tpl-tab .accordion .group .details .col-desc .wrap .point {
  display: block;
  padding: 15px 0;
}

.tpl-tab .accordion .group .details .col-desc .wrap .point .title {
  position: relative;
  display: block;
  font-size: 1.125em;
  line-height: 138.8%;
  padding-left: 38px;
}

.tpl-tab .accordion .group .details .col-desc .wrap .point .title:before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("../img/icon/tick.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
}

.tpl-tab .accordion .group .details .col-desc .wrap .point .desc {
  display: block;
  margin-top: 20px;
  padding-left: 38px;
}

.tpl-tab .accordion .group .details .col-img {
  width: 100%;
  padding-top: 10px;
}

.tpl-tab .accordion .group .details .col-img .wrap {
  text-align: center;
}

@media (max-width: 991px) {
  .tpl-tab .accordion .group .details .col-img .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .tpl-tab .accordion .group .details .col-img .wrap img {
    width: 100%;
    max-width: 600px;
  }
}

.tpl-tab .swiper-container .swiper-pagination-bullet {
  background: #f6635c;
}

.tpl-tab .swiper-container .swiper-slide {
  height: auto;
}

.tpl-tab .tab.active {
  color: #f6635c;
  background-color: #EBFCF1;
}

.tpl-tab .tab:hover {
  color: #f6635c;
  background-color: #EBFCF1;
}

.resources {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .resources {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .resources {
    background-color: #fef9fb;
  }
}

@media (max-width: 991px) {
  .resources .section-head {
    margin-bottom: 30px;
  }
}

.resources .tab-wrap {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .resources .tab-wrap {
    display: none;
  }
}

.resources .tab-wrap.sticky {
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  z-index: 98;
}

.resources .tab-wrap .tab {
  font-size: 1.5em;
  line-height: 137.5%;
  color: #333333;
  padding: 14px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% / 6);
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resources .tab-wrap .tab.active {
  font-weight: 500;
  color: #ffffff;
  background-color: #f6635c;
}

.resources .tab-wrap .tab:not(:last-child):after {
  content: "";
  background-color: rgba(51, 51, 51, 0.3);
  width: 1px;
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  right: 0;
}

@media (max-width: 991px) {
  .resources .accordion-desktop {
    display: none;
  }
}

.resources .accordion-desktop .group {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.resources .accordion-desktop .group.active:nth-child(odd) {
  background-color: #EBFCF1;
}

.resources .accordion-desktop .group.active:nth-child(odd) .col-details .subtitle-container.active:before {
  background-color: #ffffff;
}

.resources .accordion-desktop .group.active:nth-child(even) {
  background-color: #fffcf7;
}

.resources .accordion-desktop .group.active:nth-child(even) .col-details .subtitle-container.active:before {
  background-color: #fbedd6;
}

.resources .accordion-desktop .group.active .title-container {
  color: #f6635c;
  padding-top: 80px;
}

.resources .accordion-desktop .group.active .title-container:after {
  background-image: url("../img/pth/minus.svg");
  top: 80px;
}

.resources .accordion-desktop .group .inner-container {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.resources .accordion-desktop .group .title-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 15px;
  padding-right: 92px;
  padding-left: 106px;
  color: #666666;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 140%;
  cursor: pointer;
}

.resources .accordion-desktop .group .title-container:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/icon/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 44px;
  top: 54px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.resources .accordion-desktop .group .title-container .title {
  display: block;
  padding-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.resources .accordion-desktop .group .col-details {
  position: relative;
  padding-bottom: 84px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #373737;
  font-size: 1.3em;
  line-height: 136%;
  width: 40%;
}

.resources .accordion-desktop .group .col-details .swiper-container {
  height: 476px;
}

.resources .accordion-desktop .group .col-details .swiper-container .swiper-slide {
  height: auto;
}

.resources .accordion-desktop .group .col-details .swiper-button-next,
.resources .accordion-desktop .group .col-details .swiper-button-prev {
  margin-top: 0;
  background: transparent;
  width: 16px;
  height: 12px;
  -webkit-transform: none;
          transform: none;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.resources .accordion-desktop .group .col-details .swiper-button-next:after,
.resources .accordion-desktop .group .col-details .swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}

.resources .accordion-desktop .group .col-details .swiper-button-next:focus,
.resources .accordion-desktop .group .col-details .swiper-button-prev:focus {
  outline: none;
}

.resources .accordion-desktop .group .col-details .swiper-button-prev {
  left: 50%;
  top: 507px;
}

.resources .accordion-desktop .group .col-details .swiper-button-prev:after {
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #f6635c transparent;
}

.resources .accordion-desktop .group .col-details .swiper-button-next {
  right: auto;
  left: 50%;
  top: 525px;
}

.resources .accordion-desktop .group .col-details .swiper-button-next:after {
  border-width: 12px 8px 0 8px;
  border-color: #f6635c transparent transparent transparent;
}

.resources .accordion-desktop .group .col-details .swiper-button-next.swiper-button-disabled,
.resources .accordion-desktop .group .col-details .swiper-button-prev.swiper-button-disabled {
  opacity: 0.16;
}

.resources .accordion-desktop .group .col-details .subtitle-container {
  position: relative;
  padding: 20px 20px 20px 120px;
  cursor: pointer;
}

.resources .accordion-desktop .group .col-details .subtitle-container:before {
  content: "";
  background-color: transparent;
  position: absolute;
  left: -20px;
  top: 0;
  width: calc(100% + 20px);
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.resources .accordion-desktop .group .col-details .subtitle-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  background-color: rgba(210, 207, 207, 0.5);
  width: calc(100% - 60px);
  height: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.resources .accordion-desktop .group .col-details .subtitle-container.active {
  color: #000000;
  font-weight: 700;
}

.resources .accordion-desktop .group .col-details .subtitle-container.active:after {
  background-color: #f6635c;
  left: -20px;
  width: calc(100% + 20px);
}

.resources .accordion-desktop .group .col-details .subtitle-container.active .subtitle:after {
  opacity: 1;
}

.resources .accordion-desktop .group .col-details .subtitle-container .subtitle {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.resources .accordion-desktop .group .col-details .subtitle-container .subtitle:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 12px;
  background-color: #373737;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.resources .accordion-desktop .group .col-details .subtitle-container .subtitle:after {
  content: "";
  position: absolute;
  right: -21px;
  bottom: -19px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 0 20px;
  border-color: transparent transparent transparent #f6635c;
}

.resources .accordion-desktop .group .col-player {
  width: 60%;
  padding-bottom: 84px;
}

.resources .accordion-desktop .group .col-player .player-group .player {
  height: 476px;
}

.resources .accordion-desktop .group .col-player .player-group .plyr,
.resources .accordion-desktop .group .col-player .player-group .thumbnail {
  width: 100%;
  height: 100%;
}

.resources .accordion-desktop .group .col-player .player-group video {
  width: 100%;
  background-color: #ffffff;
  background-size: cover;
  -o-object-fit: contain;
     object-fit: contain;
}

.resources .accordion-desktop .group .col-player .btn-container {
  margin-top: 24px;
  display: none;
}

.resources .accordion-desktop .group .col-player .caption {
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  margin: 20px 0px 0px 0px;
}

@media (min-width: 992px) {
  .resources .accordion-mobile {
    display: none;
  }
}

.resources .accordion-mobile .selection-dropdown {
  margin-bottom: 20px;
}

.resources .accordion-mobile .selection-dropdown select {
  padding: 20px 25px;
  width: 100%;
  background-color: #ffffff;
  border: 0;
  font-size: 1.25em;
  line-height: 140%;
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("../img/pth/triangle.svg");
  background-size: 20px 15px;
  background-position: right 32px center;
  background-repeat: no-repeat;
}

.resources .accordion-mobile .selection-dropdown select:focus {
  outline: none;
}

.resources .accordion-mobile .selection-dropdown select::-ms-expand {
  display: none;
}

.resources .accordion-mobile .accordion {
  position: relative;
  background-color: #ffffff;
}

.resources .accordion-mobile .accordion:before, .resources .accordion-mobile .accordion:after {
  content: "";
  display: block;
  background-color: #f6635c;
  width: calc(100% - 50px);
  height: 2px;
  position: absolute;
  left: 25px;
}

.resources .accordion-mobile .accordion:before {
  top: 0;
}

.resources .accordion-mobile .accordion:after {
  bottom: 0;
}

.resources .accordion-mobile .accordion .group {
  display: none;
}

.resources .accordion-mobile .accordion .group.active .title-container {
  background-color: #fdddd7;
  cursor: pointer;
}

.resources .accordion-mobile .accordion .group.active .title:after {
  content: "-";
}

.resources .accordion-mobile .accordion .title,
.resources .accordion-mobile .accordion .subtitle {
  font-size: 1.25em;
  line-height: 140%;
  color: #333333;
  padding-right: 40px;
}

.resources .accordion-mobile .accordion .title:after,
.resources .accordion-mobile .accordion .subtitle:after {
  right: 6px;
}

.resources .accordion-mobile .accordion .title-container {
  cursor: pointer;
}

.resources .accordion-mobile .accordion .title {
  position: relative;
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
}

.resources .accordion-mobile .accordion .title:after {
  content: "+";
  width: 24px;
  height: 24px;
  background-color: #f6635c;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 19px;
  line-height: 100%;
  text-align: center;
}

.resources .accordion-mobile .accordion .subtitle-container:not(:last-child) {
  border-bottom: 1px solid rgba(237, 24, 71, 0.5);
}

.resources .accordion-mobile .accordion .subtitle-container.active .subtitle:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.resources .accordion-mobile .accordion .subtitle {
  position: relative;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.resources .accordion-mobile .accordion .subtitle:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/pth/expand.svg");
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resources .accordion-mobile .accordion .details {
  display: none;
  padding-bottom: 40px;
}

.resources .accordion-mobile .accordion .btn-container {
  margin-top: 20px;
  display: none;
}

.resources .accordion-mobile .accordion .caption {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  margin: 20px 0px 0px 0px;
}

.resources .thumbnail {
  position: relative;
  background-color: #ffffff;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .resources .thumbnail {
    position: relative;
    height: auto;
  }
  .resources .thumbnail:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}

.resources .thumbnail img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.events {
  background-color: rgba(233, 202, 170, 0.24);
  padding-top: 30px;
  padding-bottom: 13px;
}

@media (min-width: 768px) {
  .events {
    padding-top: 50px;
    padding-bottom: 53px;
  }
}

.events .slider .swiper-container {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .events .slider .swiper-container {
    padding: 0 17px;
  }
}

@media (max-width: 991px) {
  .events .slider .swiper-container {
    overflow: visible;
  }
}

.events .slider .swiper-container .swiper-slide {
  padding-top: 8px;
}

@media (max-width: 767px) {
  .events .slider .swiper-container .swiper-slide {
    width: 290px !important;
  }
}

.events .slider .swiper-container .swiper-button-next,
.events .slider .swiper-container .swiper-button-prev {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.events .slider .swiper-container .swiper-button-next {
  right: 0px;
}

.events .slider .swiper-container .swiper-button-prev {
  left: 0px;
}

.events .slider .slide {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.events .slider .slide:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.events .slider .slide .thumbnail {
  display: block;
  overflow: hidden;
}

.events .slider .slide .thumbnail img {
  display: block;
  width: 100%;
}

.events .slider .slide .label-wrap {
  display: block;
  padding-right: 18px;
}

@media (min-width: 768px) {
  .events .slider .slide .label-wrap {
    padding-right: 35px;
  }
}

.events .slider .slide .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.22);
  padding: 18px 14px;
  border-radius: 4px;
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
}

@media (min-width: 768px) {
  .events .slider .slide .label {
    padding: 18px 24px 18px 28px;
    -webkit-transform: translateY(-47px);
            transform: translateY(-47px);
  }
}

.events .slider .slide .txt {
  width: calc(100% - 20px);
}

@media (min-width: 768px) {
  .events .slider .slide .txt {
    width: calc(100% - 36px);
  }
}

.events .slider .slide .name {
  line-height: 144%;
  color: #1e1e1e;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 4px;
  display: block;
}

@media (min-width: 768px) {
  .events .slider .slide .name {
    font-size: 1.125em;
  }
}

.events .slider .slide .date {
  line-height: 162.5%;
  color: #848484;
}

@media (max-width: 767px) {
  .events .slider .slide .date {
    font-size: 0.875em;
  }
}

.events .slider .slide .eye, .events .slider .slide .video {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .events .slider .slide .eye, .events .slider .slide .video {
    width: 36px;
    height: 36px;
  }
}

.plyr.plyr--paused:before, .plyr.plyr--stopped:before {
  content: "";
  background-color: #000000;
  opacity: 0.28;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.plyr.plyr--video .plyr__control.plyr__tab-focus,
.plyr.plyr--video .plyr__control:hover,
.plyr.plyr--video .plyr__control[aria-expanded="true"] {
  background-color: #f6635c;
}

.plyr .plyr__volume input[type="range"],
.plyr.plyr--full-ui input[type="range"] {
  color: #f6635c;
}

.plyr .plyr__poster {
  background-color: #ffffff;
}

.plyr .plyr__menu {
  display: none;
}

.plyr.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65)));
}

.plyr .plyr__control--overlaid {
  width: 118px;
  height: 118px;
  background: transparent;
  background-image: url("../img/icon/play.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .plyr .plyr__control--overlaid {
    width: 40px;
    height: 40px;
  }
}

.plyr .plyr__control--overlaid svg {
  display: none;
}

.plyr .plyr__control--overlaid:hover {
  background-color: transparent;
  background-image: url("../img/icon/play.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.fix-button {
  position: fixed;
  z-index: 0;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

@media (max-width: 991px) {
  .fix-button {
    display: none;
  }
}

.fix-button.stick {
  opacity: 1;
  z-index: 1;
}

.fix-button.btn-scroll .bg {
  display: block;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background-color: #f6635c;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  line-height: 175%;
}

.fix-button.btn-scroll .animate-tag {
  display: block;
  position: relative;
  width: 21px;
  height: 36px;
  border-radius: 20px;
  margin: 0 auto 1px auto;
  background-color: #ffffff;
}

.fix-button.btn-scroll .animate-tag:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f6635c;
  position: absolute;
  left: 7px;
  top: 6px;
  -webkit-animation-name: scrollAni;
          animation-name: scrollAni;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.fix-button.btn-scrollTop {
  color: #373737;
  font-size: 1.25em;
  cursor: pointer;
  top: auto;
  bottom: 208px;
  margin-bottom: 20px;
  -webkit-transform: none;
          transform: none;
}

.fix-button.btn-scrollTop .bg {
  width: 64px;
  height: 64px;
  display: block;
  margin-bottom: 8px;
}

.highlight {
  color: #f6635c;
}

.sticky-bar .item {
  width: 50%;
}

@-webkit-keyframes scrollAni {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(17px);
            transform: translateY(17px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollAni {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(17px);
            transform: translateY(17px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=pth-index.css.map */