/*Slick Slider Css Start*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*Slick Slider Css End*/

.video-block {
  position: relative;
}

.video-block video {
  width: 100%;
}

.video-block:hover .play-btn {
  opacity: 1;
}

body .c-charity-blog-section__card:hover {
  transform: scale(1) translateZ(0) !important;
}
.blog .c-single-header figure img {
  z-index: 2;
}
.video-block .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.video-block .play-btn .pause {
  display: none;
}

.video-block iframe {
  width: 100%;
  min-height: 425px;
}

.o-page__inner
  .o-charity-blog-section:nth-child(2)
  .c-charity-blog-section__card-info {
  display: none;
  background-image: url(/mirror/assets/6c1af12bc6f8716a.png);
  background-size: 100% auto;
  background-position: top;
  height: 270px;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  bottom: -140px;
  left: 0;
  background-color: transparent;
  background-repeat: no-repeat;
}

.o-page__inner .o-charity-blog-section:nth-child(2) {
  margin-bottom: 140px;
}

.o-page__inner .o-charity-blog-section .c-charity-blog-section__card {
  position: relative;
}

.o-page__inner
  .o-charity-blog-section:nth-child(3)
  .c-charity-blog-section__card-info {
  padding: 50px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.video_more_buttom .c-charity-button.c-charity-button--yellow {
  position: relative;
  padding: 15px 5.5vw;
  margin-left: 4.16667%;
  margin-top: 30px;
}
.video_more_buttom .c-charity-button.c-charity-button--yellow svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_more_buttom .c-charity-button.c-charity-button--yellow span {
  color: #fff;
}
.o-page__inner
  .o-charity-blog-section:nth-child(3)
  .c-charity-blog-section__card-info:before {
  content: '';
  height: 130px;
  top: -130px;
  background-image: url(/mirror/assets/d237373da0035e3d.png);
  position: absolute;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
}

body .c-charity-blog-section__half--text a {
  background-image: url(https://www.pm-international.com/wp-content/uploads/2024/10/marker-highlight-blue.svg);
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  padding: 10px 65px;
  display: inline-flex;
}

body .c-charity-blog-section__half--text a {
  background-image: url(https://www.pm-international.com/wp-content/uploads/2024/10/marker-highlight-blue-big.svg);
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  padding: 10px 65px;
  display: inline-flex;
}
.c-full-image .c-charity-button {
  position: inherit;
  left: auto;
  top: auto;
  bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 673px;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  line-height: 54px;
  margin-top: 30px;
  pointer-events: auto;
  background-image: url(https://www.pm-international.com/wp-content/uploads/2024/10/marker-highlight-blue-big.svg);
  padding-top: 15px;
  padding-bottom: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c-full-image .c-charity-button svg,
.video_more_buttom .c-charity-button svg {
  display: none;
}
.video-block .video-volume-control {
  position: absolute;
  top: 15px;
  right: 15px;
}

.video-block .video-volume-control span {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #004c8a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.video-block .video-volume-control span svg {
  width: 28px;
  height: 28px;
}
.c-charity-map,
.o-charity-image-slider {
  cursor: default;
}
.c-charity-map p {
  margin-bottom: 15px !important;
}
.c-charity-map span {
  text-align: left !important;
  display: inline-block !important;
}
/*New Page*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1290px;
  }
}
/*Image Text Section*/
.np-imag-text-block .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.np-imag-text-block .text-block {
  width: 38.1%;
}
.np-imag-text-block .image-block {
  width: 52.4%;
}
.np-imag-text-block {
  padding-top: calc(145px + 42px);
  padding-bottom: 65px;
}
.np-imag-text-block .text-block h6 {
  color: #004b8d;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.np-imag-text-block .text-block h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
}
.np-imag-text-block .text-block p {
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.02em;
}
.np-imag-text-block .text-block .btn {
  display: inline-flex;
  margin-top: 22px;
  background-color: #004b8d;
  color: #fff;
  border-radius: 100px;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: -0.02em;
  font-weight: 300;
  padding: 10px 41px;
}
.np-loacation-section .map-block {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
}
.np-loacation-section .map-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.np-loacation-section .image-map-text {
  position: relative;
  z-index: 2;
}
.np-loacation-section .image-map-text .text-block {
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  max-width: 473px;
  padding: 45px 30px 35px;
}
.np-loacation-section .section-title {
  text-align: center;
  padding-bottom: 50px;
}
.np-loacation-section .section-title h2,
.discover-space-slider .section-title h2 {
  color: #061423;
  font-size: 33px;
  line-height: 39.6px;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.np-loacation-section .section-title p {
  color: #061423;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: -0.02em;
  margin-top: 20px;
  font-weight: 300;
}
.np-loacation-section .image-map-text .text-block h4 {
  color: #061423;
  font-size: 23px;
  line-height: 27.6px;
  letter-spacing: -0.02em;
  font-weight: 300;
  margin-bottom: 30px;
}
.np-loacation-section .image-map-text .text-block p {
  font-size: 19px;
  line-height: 32px;
  color: #061423;
  letter-spacing: -0.02em;
  font-weight: 300;
}
.np-loacation-section .image-map-text .text-block .time-text {
  margin-top: 25px;
}
.np-loacation-section .image-map-text .text-block .address-text {
  margin-top: 35px;
}
.np-loacation-section .image-map-text .text-block .location-text {
  margin-top: 70px;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.np-loacation-section .image-map-text .text-block .location-text a {
  font-weight: 500;
  color: #061423;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
.blog .o-team-images {
  background-color: #fff;
}
.blog .o-team-images .section-title h2 {
  color: #061423;
  font-size: 33px;
  line-height: 39.6px;
  font-weight: 300;
  margin-bottom: 20px;
}
.blog .o-team-images .section-title p {
  color: #061423;
  font-size: 19px;
  line-height: 27.6px;
  letter-spacing: -0.02em;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.blog .o-team-images .section-title {
  margin-bottom: 30px;
}
/*Up Comming Events*/
.upcomming-events-section {
  padding-bottom: 160px;
  padding-top: 100px;
}
.upcomming-events-section .title-block h2 {
  font-size: 33px;
  line-height: 39.6px;
  color: #061423;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.upcomming-events-section .title-block p {
  color: #061423;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
.upcomming-events-section .title-wrapper {
  display: flex;
  align-items: flex-start;
}
.upcomming-events-section .title-wrapper .title-navigation {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 22px;
}
.upcomming-events-section .title-wrapper .title-block {
  width: calc(100% - 100px);
}
.upcomming-events-section .title-wrapper .title-navigation button {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #004b8d;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.upcomming-events-section
  .title-wrapper
  .title-navigation
  button.slick-disabled {
  opacity: 0.2;
}
.upcomming-events-section .slick-slide {
  padding-left: 13px;
  padding-right: 13px;
}
.upcomming-events-section .slick-list {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 45px;
}
.upcomming-events-section .event-block .image-block {
  position: relative;
  padding-top: 56.25%;
  display: flex;
}
.upcomming-events-section .event-block .image-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upcomming-events-section .event-block .image-block .date-block {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #004b8d;
  text-align: center;
  padding: 7px 13px 12px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
}
.upcomming-events-section .event-block .image-block .date-block .month {
  color: #ffffff;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.upcomming-events-section .event-block .image-block .date-block .date {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}
.upcomming-events-section .event-block .content-block {
  padding: 25px 25px 0 25px;
}
.upcomming-events-section .event-block .content-block h6 {
  color: #004b8d;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.upcomming-events-section .event-block .content-block h3,
.upcomming-events-section .event-block .content-block h3 a {
  color: #061423;
  font-size: 23px;
  line-height: 28px;
  font-weight: 300;
}
.upcomming-events-section .event-block .content-block date {
  color: #061423;
  font-size: 14px;
  line-height: 27px;
  margin-top: 10px;
  display: block;
}
.discover-space-slider .slider-wrapper {
  margin-top: 40px;
}
.discover-space-slider .slider-wrapper .image-block img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in;
}
.discover-space-slider .slider-wrapper .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}
.discover-space-slider .slider-wrapper .text-block {
  text-align: center;
  margin-top: 25px;
}
.discover-space-slider .slider-wrapper .text-block h3 {
  font-size: 19px;
  line-height: 27px;
  color: #061423;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.discover-space-slider
  .slider-wrapper
  .slick-slide:not(.slick-center)
  .image-block
  img {
  height: calc(100% - 120px);
  top: 50%;
  transform: translateY(-50%);
}
.discover-space-slider .slider-wrapper .image-block {
  position: relative;
  padding-top: 56.25%;
}
.discover-space-slider .section-title {
  text-align: center;
}
.discover-space-slider {
  background-color: #f6f6f6;
  padding-top: 160px;
  padding-bottom: 100px;
}
.blog .o-single-header .c-single-header .c-single-header__title {
  font-size: 52px;
  line-height: 68px;
  letter-spacing: -0.02em;
  padding-bottom: 35px;
}
.blog .o-single-header .c-single-header .c-single-header__flag-row {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}
.blog .o-single-header .c-single-header .c-single-header__bottom-row {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.blog .o-single-header {
  overflow: hidden;
}
.blog
  .o-single-header
  .c-single-header
  .c-single-header__bottom-row
  .social-share
  ul {
  display: flex;
  align-items: center;
  column-gap: 13px;
}
.blog
  .o-single-header
  .c-single-header
  .c-single-header__bottom-row
  .social-share
  ul
  * {
  display: flex;
}
.blog .c-single-content .c-single-content__inner h2 {
  color: #061423;
  font-size: 33px;
  line-height: 39px;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.blog .c-single-content .c-single-content__inner :is(p, li) {
  font-size: 19px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
.blog .c-single-content .c-single-content__inner ul,
.blog .c-single-content .c-single-content__inner figure {
  margin-bottom: 25px;
}
.blog .c-single-content .c-single-content__inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.blog .c-single-content {
  padding-bottom: 100px;
}
.blog .c-single-header__content {
  padding-right: 5%;
}
.c-single-header figure video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog .c-single-content .c-single-content__inner .event-link {
  background-color: #004b8d;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: -0.02em;
  padding: 14px 38px;
  display: inline-flex;
}
.c-single-header figure .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  z-index: 3;
}
.np-loacation-section .map-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logged-in.admin-bar.DSC_page .o-navigation-wrapper {
  top: 30px;
}
.dsc_ticker {
  background-color: #004c8a;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.02em;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.dsc_ticker {
  background-color: #004c8a;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.02em;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.DSC_page .o-navigation-wrapper {
  top: 42px;
}
.logged-in.admin-bar.DSC_page .dsc_ticker {
  top: 32px;
}
.logged-in.admin-bar.DSC_page .o-navigation-wrapper {
  top: calc(32px + 42px);
}

.c-tooltip .c-tooltip__social {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin: 1em 0 0;
  font-size: 1.5em;
}
.c-tooltip .c-tooltip__social .u-icon {
  display: block;
}
.c-tooltip .c-tooltip__map {
  margin-top: 1em;
}

@media only screen and (max-width: 1599px) {
  .o-page__inner
    .o-charity-blog-section:nth-child(2)
    .c-charity-blog-section__card-info {
    height: 220px;
    bottom: -110px;
  }
  .o-page__inner .o-charity-blog-section:nth-child(2) {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 1439px) {
  .np-imag-text-block .text-block {
    width: 43.1%;
  }
  .np-imag-text-block .image-block {
    width: 49.4%;
  }
  .np-imag-text-block {
    padding-top: calc(120px + 42px);
    padding-bottom: 40px;
  }
  .upcomming-events-section {
    padding-bottom: 120px;
    padding-top: 80px;
  }
  .discover-space-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .np-loacation-section .section-title {
    padding-bottom: 40px;
  }
  .discover-space-slider .slider-wrapper .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .discover-space-slider
    .slider-wrapper
    .slick-slide:not(.slick-center)
    .image-block
    img {
    height: calc(100% - 80px);
  }
}
@media only screen and (max-width: 1399px) {
  .o-page__inner .o-charity-blog-section:nth-child(2) {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .np-imag-text-block .text-block {
    width: 50%;
  }
  .np-imag-text-block .image-block {
    width: 45%;
  }
  .np-imag-text-block .text-block h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .np-imag-text-block {
    padding-top: calc(120px + 42px);
    padding-bottom: 40px;
  }
  .upcomming-events-section {
    padding-bottom: 80px;
    padding-top: 60px;
  }
  .discover-space-slider {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .upcomming-events-section .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
  .upcomming-events-section .slick-list {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 30px;
  }
  .upcomming-events-section .event-block .image-block .date-block .month {
    font-size: 12px;
    line-height: 17.6px;
  }
  .upcomming-events-section .event-block .image-block .date-block .date {
    font-size: 24px;
    line-height: 24px;
  }
  .upcomming-events-section .title-block h2,
  .np-loacation-section .section-title h2,
  .discover-space-slider .section-title h2,
  .blog .o-team-images .section-title h2 {
    font-size: 30px;
    line-height: 36.6px;
    margin-bottom: 15px;
  }
  .upcomming-events-section .title-block p {
    font-size: 18px;
    line-height: 26px;
  }
  .upcomming-events-section .event-block .content-block {
    padding: 20px 10px 0 10px;
  }
  .upcomming-events-section .event-block .content-block h3,
  .upcomming-events-section .event-block .content-block h3 a {
    font-size: 20px;
    line-height: 26px;
  }
  .upcomming-events-section .event-block .content-block date {
    margin-top: 5px;
  }
  .np-loacation-section .image-map-text .text-block p {
    font-size: 18px;
    line-height: 28px;
  }
  .np-loacation-section .image-map-text .text-block h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .np-loacation-section .image-map-text .text-block {
    padding: 40px 30px 30px;
  }
  .np-loacation-section .image-map-text .text-block .location-text {
    margin-top: 50px;
    column-gap: 10px;
  }
  .np-loacation-section .image-map-text .text-block .address-text {
    margin-top: 30px;
  }
  .np-loacation-section .map-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .np-loacation-section .section-title {
    padding-bottom: 30px;
  }
  .np-loacation-section .section-title p,
  .blog .o-team-images .section-title p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
  .blog .o-team-images .section-title p {
    margin-top: 0;
  }
  .blog .o-single-header .c-single-header .c-single-header__title {
    font-size: 42px;
    line-height: 60px;
  }
  .blog .c-single-content .c-single-content__inner h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .blog .c-single-content .c-single-content__inner :is(p, li) {
    font-size: 16px;
    line-height: 24px;
  }
  .blog .c-single-content {
    padding-bottom: 60px;
  }
  .discover-space-slider .section-title h2 {
    margin-bottom: 0 !important;
  }
  .c-single-header figure .play-video {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .o-page__inner
    .o-charity-blog-section:nth-child(2)
    .c-charity-blog-section__card-info {
    height: 160px;
    bottom: -40px;
  }
  .o-page__inner .o-charity-blog-section:nth-child(2) {
    margin-bottom: 0;
  }

  .o-page__inner
    .o-charity-blog-section:nth-child(2)
    .c-charity-blog-section__half:first-child {
    margin-bottom: 40px;
  }
  .c-full-image .c-charity-button {
    font-size: 24px;
    line-height: 36px;
    width: auto;
  }
  .np-imag-text-block .image-block,
  .np-imag-text-block .image-block img,
  .np-imag-text-block .text-block {
    width: 100%;
  }
  .np-imag-text-block .text-block h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .np-imag-text-block .image-block {
    order: 1;
  }
  .np-imag-text-block .text-block {
    order: 2;
    padding-top: 25px;
  }
  .upcomming-events-section .title-block p {
    font-size: 16px;
    line-height: 24px;
  }
  .upcomming-events-section .title-block h2,
  .np-loacation-section .section-title h2,
  .discover-space-slider .section-title h2,
  .blog .o-team-images .section-title h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .upcomming-events-section {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .np-loacation-section .image-map-text .text-block p {
    font-size: 16px;
    line-height: 24px;
  }
  .np-loacation-section .image-map-text .text-block .location-text a {
    font-size: 16px;
    line-height: 24px;
  }
  .np-loacation-section .image-map-text .text-block .address-text {
    margin-top: 25px;
  }
  .np-loacation-section .image-map-text .text-block h4 {
    margin-bottom: 25px;
  }
  .np-loacation-section .image-map-text .text-block .location-text {
    margin-top: 35px;
  }
  .np-loacation-section .image-map-text .text-block {
    padding: 30px 25px;
    max-width: 335px;
  }
  .np-loacation-section .map-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .np-loacation-section .section-title p {
    margin-top: 10px;
  }
  .container {
    padding-left: 4.16667%;
    padding-right: 4.16667%;
  }
  .blog .o-single-header .c-single-header .c-single-header__title {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 15px;
  }
  .discover-space-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .discover-space-slider .slider-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .blog .o-single-header .c-single-header .social-share {
    margin-top: 20px;
  }
  .np-imag-text-block {
    padding-top: calc(100px + 34px);
    padding-bottom: 30px;
  }
  .np-imag-text-block .text-block h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .dsc_ticker {
    font-size: 14px;
    line-height: 14px;
  }
  .DSC_page .o-navigation-wrapper {
    top: 34px;
  }
}
@media only screen and (max-width: 782px) {
  .logged-in.admin-bar.DSC_page .dsc_ticker {
    top: 46px;
  }
  .logged-in.admin-bar.DSC_page .o-navigation-wrapper {
    top: calc(46px + 34px);
  }
}
@media only screen and (max-width: 767px) {
  .np-loacation-section .section-title p,
  .blog .o-team-images .section-title p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .blog .o-team-images .section-title p {
    margin-top: 0;
  }
  .np-loacation-section .map-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .upcomming-events-section .title-wrapper .title-block,
  .upcomming-events-section .title-wrapper .title-navigation {
    width: 100%;
  }
  .upcomming-events-section .title-wrapper {
    flex-wrap: wrap;
  }
  .upcomming-events-section .title-wrapper .title-block {
    text-align: center;
  }
  .upcomming-events-section .title-wrapper .title-navigation {
    justify-content: center;
    margin-top: 30px;
  }
  .upcomming-events-section {
    padding-bottom: 50px;
  }
  .blog .c-single-header__content {
    padding-left: 0;
    padding-right: 0;
  }
  .blog .o-single-header .c-single-header .c-single-header__title {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 15px;
  }
  .blog .c-single-content .c-single-content__inner h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .blog .c-single-content .c-single-content__inner :is(p, li) {
    font-size: 16px;
    line-height: 24px;
  }
  .blog .c-single-content {
    padding-bottom: 30px;
  }
  .discover-space-slider .slider-wrapper .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
  .discover-space-slider .slider-wrapper .text-block h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .discover-space-slider .slider-wrapper .text-block {
    margin-top: 15px;
  }
  .discover-space-slider
    .slider-wrapper
    .slick-slide:not(.slick-center)
    .image-block
    img {
    height: calc(100% - 40px);
  }
  .c-single-header figure .play-video {
    width: 40px;
    height: 40px;
  }
  .video_more_buttom .c-charity-button.c-charity-button--yellow {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 10vw;
  }
}
@media only screen and (max-width: 575px) {
  .c-full-image .c-charity-button {
    font-size: 18px;
    line-height: 36px;
    width: auto;
  }
  .video-block iframe {
    width: 100%;
    min-height: 335px;
  }
  .np-imag-text-block .text-block h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .upcomming-events-section .event-block .content-block {
    padding: 15px 0 0 0;
  }
}
@media only screen and (max-width: 370px) {
  .dsc_ticker {
    font-size: 13px;
  }
}
