@media screen and (max-width: 767px) {
  .gnavWrap + #contents:not(.maxWidth) {
    padding-top: 50px !important; } }
.kvMovie {
  width: 100%; }
  .kvMovie .vjs-tech {
    object-fit: cover; }
  .kvMovie .vjs-poster {
    background-size: cover; }
  .kvMovie.-small .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 42%; }
  .kvMovie.-hiphizMovie02 .vjs-poster {
    background-image: url(/features/collabo/activities/human_horizons_02/images/video_poster.jpg) !important; }
  @media screen and (max-width: 767px) {
    .kvMovie {
      width: 100vw;
      margin: 0 -10px; } }

.sectionwrap.-color1 {
  background: #1F1F1F;
  color: #fff; }
.sectionwrap.-color2 {
  background: #C4C4C4; }
.sectionwrap.-color3 {
  background: #717171;
  color: #fff; }
.sectionwrap .inner {
  padding: 4.5% 5% 6.6%; }
  .sectionwrap .inner .modalinner {
    padding: 4.5% 14% 0; }
.sectionwrap .videowrap {
  margin-top: 50px; }
.sectionwrap h2 {
  margin: 0 0 4.6%;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4; }
  .sectionwrap h2.usHeading {
    margin: 0 0 3.7%; }
.sectionwrap p + p {
  margin-top: 2em; }
.sectionwrap .btnWrap {
  margin: 4.5% 0 0; }
.sectionwrap .centerLink {
  margin-top: 20px;
  text-align: center; }
  .sectionwrap .centerLink a {
    text-decoration: none;
    color: #fff; }
    .sectionwrap .centerLink a::after {
      color: #fff; }
    .sectionwrap .centerLink a:hover {
      text-decoration: underline; }
.sectionwrap .linkBtn.-white {
  border-color: #fff;
  color: #fff; }
  .sectionwrap .linkBtn.-white:hover {
    background-color: #fff;
    color: #333; }
.sectionwrap .imgWrap.-imgAdjust1 {
  margin: 2.9% 0 3.3%; }
.sectionwrap .imgWrap.-imgAdjust2 figcaption {
  margin-top: 30px; }
.sectionwrap .imgWrap.-imgAdjust3 a {
  transition: all 0.5s; }
  .sectionwrap .imgWrap.-imgAdjust3 a:hover {
    text-decoration: none;
    opacity: 0.5; }
@media screen and (min-width: 768px) {
  .sectionwrap {
    font-size: 1.6rem; }
    .sectionwrap p {
      line-height: 2; }
    .sectionwrap .linkBtn {
      font-size: 1.8rem;
      max-width: 50%; }
    .sectionwrap .imgWrap.-imgAdjust2 {
      padding-top: 5px; }
      .sectionwrap .imgWrap.-imgAdjust2 figcaption {
        margin-top: 30px;
        font-size: 1.8rem; } }
@media screen and (max-width: 767px) {
  .sectionwrap {
    margin: 0 -10px; }
    .sectionwrap .inner {
      padding: 40px 30px; }
    .sectionwrap .videowrap {
      margin-top: 20px; }
    .sectionwrap .kvMovie {
      width: 100%;
      margin: 0; }
    .sectionwrap h2 {
      margin: 0 0 25px;
      font-size: 2rem; }
      .sectionwrap h2.usHeading {
        margin: 0 0 15px;
        font-size: 1.6rem; }
    .sectionwrap p {
      line-height: 1.8; }
    .sectionwrap p + p {
      margin-top: 1.6em; }
    .sectionwrap .linkBtn {
      line-height: 1.5; }
    .sectionwrap .imgWrap.-imgAdjust1 {
      margin: 15px 0 20px; }
    .sectionwrap .imgWrap.-imgAdjust2 figcaption {
      margin-top: 10px;
      font-size: 1.4rem; } }

._pt0 {
  padding-top: 0 !important; }

._pb0 {
  padding-bottom: 0 !important; }

._colorWhite {
  color: #fff; }

._textLink {
  text-decoration: underline; }
  ._textLink:hover {
    text-decoration: none; }

.cupraModalList {
  margin: 20px 0 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px 10px; }
  .cupraModalList button {
    padding: 0;
    border: none;
    background: none;
    transition: opacity 0.3s; }
    .cupraModalList button:hover {
      opacity: 0.75; }
  @media screen and (max-width: 767px) {
    .cupraModalList {
      margin-top: 7px;
      gap: 2px 6px; } }

#cupraModal button[data-izimodal-close] {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  display: block;
  width: 58px !important;
  height: 58px;
  padding: 10px;
  border: none;
  background-color: transparent;
  outline: none;
  transition: all .5s;
  opacity: 1;
  background: #000 url(/shared/components/iziModal/icon_close.svg) 50% 50% no-repeat !important; }
  #cupraModal button[data-izimodal-close]:hover {
    opacity: .7; }
@media screen and (max-width: 767px) {
  #cupraModal {
    max-width: 100% !important; }
    #cupraModal button[data-izimodal-close] {
      position: absolute;
      top: 0;
      right: 3px;
      transform: scale(0.6);
      opacity: 1; } }

.cupraGallery .slide-media,
.cupraGallery .thumb-media {
  position: relative;
  overflow: hidden; }
.cupraGallery .slide-media img,
.cupraGallery .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.cupraGallery .swiper-button-next, .cupraGallery .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 120px;
  height: 80px;
  margin-top: -40px;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  background: none;
  transform: translateY(-50%); }
  .cupraGallery .swiper-button-next::before, .cupraGallery .swiper-button-prev::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 14px;
    border-bottom: 2px solid #fff;
    transition: all 0.3s; }
.cupraGallery .swiper-button-prev {
  left: 0;
  border-left: #fff 1px solid;
  border-bottom: #fff 1px solid; }
  .cupraGallery .swiper-button-prev::before {
    transform: skewX(-35deg);
    border-left: 2px solid #fff;
    transform-origin: center left; }
.cupraGallery .swiper-button-next {
  right: 0;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid; }
  .cupraGallery .swiper-button-next::before {
    transform: skewX(35deg);
    border-right: 2px solid #fff;
    transform-origin: center right; }
@media screen and (max-width: 767px) {
  .cupraGallery .swiper-button-next, .cupraGallery .swiper-button-prev {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 34px;
    height: 20px;
    margin-top: 0; }
    .cupraGallery .swiper-button-next::before, .cupraGallery .swiper-button-prev::before {
      width: 20px;
      height: 6px; }
  .cupraGallery .swiper-button-prev {
    left: 10px; }
  .cupraGallery .swiper-button-next {
    right: 10px; } }

.cupraGallery {
  overflow: hidden; }

.cupraGallery .swiper {
  max-width: 872px;
  margin: auto;
  padding: 0 180px; }
  @media screen and (max-width: 767px) {
    .cupraGallery .swiper {
      padding: 60px 10px 0; } }

.cupraGallery .thumb-wrapper {
  max-width: 590px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .cupraGallery .thumb-wrapper {
      padding: 0 10px 40px; } }

.cupraGallery .swiper {
  overflow: visible; }

.cupraGallery .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none; }

.cupraGallery .swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.cupraGallery .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%; }

.cupraGallery .slide {
  display: block;
  overflow: hidden; }

.cupraGallery .slide-media {
  display: block;
  padding-top: 100%; }

.cupraGallery .slide-media img {
  object-fit: contain; }

.cupraGallery .slide-title {
  margin: 15px 0 30px;
  line-height: 1.6;
  font-size: 1.8rem;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .cupraGallery .slide-title {
      margin: 8px 0 15px;
      font-size: 1.4rem; } }

.cupraGallery .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px; }
  @media screen and (max-width: 767px) {
    .cupraGallery .thumb-wrapper {
      gap: 5px; } }

.cupraGallery .thumb-media {
  padding-top: 100%;
  cursor: pointer; }
  .cupraGallery .thumb-media:hover {
    opacity: 0.8; }

.cupraGallery .thumb-media-active {
  opacity: 0.5; }
  .cupraGallery .thumb-media-active:hover {
    opacity: 0.5; }
