:root{
    --mw-winner-content: 636px;
}
.winner-section{
  color:#fff;
  text-align:center;
  padding: var(--spacedesk80px) 20px;
}

.winner-title{
    font-size: var(--desk55px) !important;
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-family: var(--sst-pro) !important;
    font-weight: 700 !important;
    max-width: 880px;
    margin: 0 auto;
}
.winner-image {
    margin: var(--spacedesk75px) auto;
}
.winner-image img{
  width:100%;
  max-width:450px;
  margin:auto;
  display:block;
}

.winner-info{
  margin-top:40px;
}

.winner-name a,
.winner-name{
  font-size:20px;
  font-weight:600;
  color: #ffffff;
  font-size: var(--desk30px) !important;
}

.winner-name span{
  font-weight:400;
}

.winner-award{
  font-size:var(--desk24px);
  margin-top:4px;
  color:#EFECCE;
  font-style: italic;
}
.winner-desc{
  max-width: var(--mw-winner-content);
  margin:auto;
  font-size: var(--desk20px);
  line-height:1.6;
  color:#ffffff;
  font-style: italic;
}
.winner-exif{
    max-width: var(--mw-winner-content);
    margin: 0 auto;
    padding-bottom: 28px;
}
.winner-exif .content-exif{
    align-items: center;
}
.winner-exif .content-exif .exif-text img {
    width: 25px !important;
}
.winner-exif .content-exif .exif-text{
    max-width: none;
}

@media (max-width: 767px){
    .winner-section .container{
        padding: 0;
    }
    .winner-award{
        margin-bottom: 16px;
    }
    .winner-exif{
        padding-bottom: 16px;
    }
}
@media (max-width: 560px){
    .winner-exif .content-exif{
        justify-content: center;
    }
}

@media (max-width: 544px){
    .winner-exif .content-exif .exif-text img {
        width: 16px !important;
    }
    .winner-exif .content-exif .exif-text span {
        margin-left: 0;
    }
    .winner-exif .content-exif{
        justify-content: center;
    }
} 


/* slider winner photo */
.winnerPhoto_section{
    padding:var(--spacedesk80px) 20px 0;
    text-align:center;
}

.winnerPhoto_section .title{
    font-family: var(--sst-pro) !important;
    font-weight: 700 !important;
    font-size:var(--desk40px);
}

/* slider container */

.winnerPhoto_section .winnerSlider{
    /* max-width:1092px; */
    max-width:1172px;
    margin:auto;
}
.winnerPhoto_section .gallery_module {
    max-width: 1172px;
}
/* slide */

.winnerPhoto_section .gallery_module .slick-slide{
    /* width:464px !important; */
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 0;
    opacity:.35;
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    transform:scale(.3);
    transition:transform .6s cubic-bezier(.25,.1,.25,1), opacity .6s;
    height: 600px;
}

/* center slide */

.winnerPhoto_section .gallery_module .slick-center{
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -o-transform:scale(1.3);
    -ms-transform:scale(1.3);
    transform:scale(1.3);
    transition: transform .6s cubic-bezier(.25,.1,.25,1),
                width .6s cubic-bezier(.25,.1,.25,1);
    /* -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1); */
    opacity:1;
}
.winnerPhoto_section .gallery_module .slick-center img{
    width: 100%;
    object-fit: contain;
}
/* image */

.winnerPhoto_section .slide img{
    width:464px;
    height:max-content;
    object-fit:cover;
}



/* ===================== */

/* more center slide update */
.winnerPhoto_section .gallery_module .slick-slide{
    height: 900px;
}
.winnerPhoto_section .gallery_module .slick-slide{
  margin: 0 -70px;
  
}
.winnerPhoto_section .gallery_module .slick-list{
    overflow:visible;
}

.winnerPhoto_section .gallery_module .slick-track{
    display:flex !important;
    align-items:center;
}

.winnerPhoto_section .gallery_module .slick-slide img,
.winnerPhoto_section .gallery_module .slick-slide video{
    width: 400px;
    transition: transform .6s cubic-bezier(.25,.1,.25,1),
                width .6s cubic-bezier(.25,.1,.25,1);
}

.winnerPhoto_section .gallery_module .slick-center img,
.winnerPhoto_section .gallery_module .slick-center video{
    width: 580px;
}

:root{
    --shift-slide:210px;
}

.winnerPhoto_section .gallery_module .slick-prev-slide img,
.winnerPhoto_section .gallery_module .slick-prev-slide video{
    transform:translateX(calc(-1 * var(--shift-slide)));
}

.winnerPhoto_section .gallery_module .slick-next-slide img,
.winnerPhoto_section .gallery_module .slick-next-slide video{
    transform:translateX(var(--shift-slide));
}



/* =================== */

/* remove default slick styles */

.winnerPhoto_section .gallery_module .slick-slide img,
.winnerPhoto_section .gallery_module .slick-slide .card{
    border-radius:0;
    box-shadow:none;
}

/* info */
.winnerPhoto_section .title{
    margin-bottom: 60px;
}
.winnerPhoto_section .info{
    margin-top: 30px;
    padding-bottom: 0;
}

.winnerPhoto_section .info[data-slide="9"] .exif-text,
.winnerPhoto_section .info[data-slide="21"] .exif-text{
    display: none;
}
.winnerPhoto_section .info[data-slide="9"] .exif-text:first-child,
.winnerPhoto_section .info[data-slide="21"] .exif-text:first-child{
    display: flex;
}
.winnerPhoto_section .person,
.winnerPhoto_section .name,
.winnerPhoto_section a{
    font-size: var(--desk24px);
    font-weight:600;
    color: #ffffff;
}

.winnerPhoto_section .award{
    font-size: var(--desk24px);
    font-style: italic;
    color:#EFECCE;
    margin-top:4px;
}

.winnerPhoto_section .specs{
    margin-top:20px;
    font-size:13px;
    color:#ccc;
    display:flex;
    justify-content:center;
    gap: 10px 20px;
}
.winnerPhoto_section .content-exif{
    padding-left: 14px;
    padding-right: 14px;
}
.winnerPhoto_section .slick-slide video {
    border-radius: 0;
}


/* update */
.gm-section .text_chase{
    margin-bottom: var(--spacedesk40px) !important;
}
.stunning_shots_section .title_chase{
    /* font-weight: 400 !important; */
}
.stunning_shots_section .title_chase strong{
    font-weight: 700 !important;
    font-family: var(--sst-pro);
}


 /* FAQ + Collapse */
 .chase_faqs h2{
    text-align: center;
    margin-bottom: 0;
 }
.collapseFaq__icon {
    position: relative;
    width: 20px;
    height: 20px;
}
.collapseFaq__icon::before,
.collapseFaq__icon::after {
    content: "";
    position: absolute;
    background: #e15616;
    transition: all 0.3s ease;
}
.collapseFaq__icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    transform: translateY(-50%);
}
.collapseFaq__icon::after {
    left: 50%;
    top: 0;
    width: 3px;
    height: 100%;
    transform: translateX(-50%);
}
.accordion-header[aria-expanded="true"] .collapseFaq__icon::after {
    opacity: 0;
}
.collapseFaq__item[open] .collapseFaq__icon::after{
opacity: 0;
}
.collapseFaq {
  overflow: hidden;
  color: #111;
}

.collapseFaq__item {
  border-bottom: 0.063rem solid #e5e7eb;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.collapseFaq__item:last-child {
  border-bottom: none;
}

.collapseFaq__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.25em;
  font-weight: 400;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: all 0.3s ease-out;
}

.collapseFaq__header::-webkit-details-marker {
  display: none; /* Safari fallback */
}

/* Content Area with Smooth Reveal */
.collapseFaq__content {
  padding: 0 1.25rem 1.25rem 1.25rem;
}

/* Animation */
.collapseFaq__item .collapseFaq__content {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.collapseFaq__item[open] .collapseFaq__content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.chase_faqs .techology{
    border-top: 3px solid var(--orange);    
    padding-top: 40px;
}
.stepChase .hr_line{
    height: 2px;
}
.stunning_shots_section .accordion-item{
    border-bottom: 0;
}
.stunning_shots_section .accordion-header.collapsed{
    border-bottom: 1px solid #ffffff;
}
.stunning_shots_section .accordion-item:last-child .show .accordion-body{
    border-bottom: 0;
    padding-bottom: 0;
}
.sub_text{
    font-size: clamp(22px, 1.9047619047619047vw, 32px);
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-family: var(--sst-pro);
    line-height: 1.375;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .chase_faqs h4 {
    font-size: clamp(20px, 1.9047619047619047vw, 32px);
    /* max-width: 90%; */
  }
}
@media (max-width:767px){
  .collapseFaq__header {
    padding: 1em 0.5em 1em 0;
  }
  .collapseFaq__content {
    /* padding: 0 1.25rem 1.25rem 0; */
}
}
/* end update */
@media (max-width: 1199px) {
    :root {
        --shift-slide: 180px;
    }
    .winnerPhoto_section .gallery_module .slick-slide{
        height: 800px;
    }
}
@media (max-width: 992px) {
    .winnerPhoto_section .gallery_module .slick-center{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2);
    }
    .winnerPhoto_section .gallery_module .slick-slide{
         height: 700px;
    }
    .winnerPhoto_section .title {
        margin-bottom: 30px;
    }
    .winnerPhoto_section .gallery_module .slick-prev, .winnerPhoto_section .gallery_module .slick-next{
        top: 53%;
    }
}
@media (max-width: 767px) {
    :root {
        --shift-slide: 100px;
    }
    .winnerPhoto_section .gallery_module .slick-prev, .winnerPhoto_section .gallery_module .slick-next {
        top: 50%;
    }
    .winnerPhoto_section .gallery_module .slick-slide{
        height: 420px;
    }
    .winnerPhoto_section .gallery_module .slick-center {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        -ms-transform:scale(1);
        transform: scale(1);
    }
    .winnerPhoto_section .gallery_module .slick-slide{
        margin: 0 -40px;
    }
}
@media (max-width: 492px) {
    :root {
        --shift-slide: 0;
    }
    .winnerPhoto_section .gallery_module .slick-slide{
        margin: 0;
    }
    .winnerPhoto_section .gallery_module .slick-center {
        -webkit-transform:scale(0.9);
        -moz-transform:scale(0.9);
        -o-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform: scale(0.9);
    }
    .winnerPhoto_section .title{
        margin-bottom: 10px;
    }
    .winnerPhoto_section .info{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .winnerPhoto_section .specs{
        gap: 10px 5px;
    }
    .winnerPhoto_section .gallery_module .slick-slide {
        height: auto;
    }
    .winnerPhoto_section .slide img{
        height: auto;
    }
    .event_gallery_section .slick-track {
        align-items: center;
        justify-content: center;
        display: flex;
    }
}