/*******************************************************
 *
 * Press Media
 *
 *******************************************************/

.ip-custom-banner.main{
    display: none !important;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#ip-pm-container {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
    overflow: hidden;
}

.ip-banner-wrap {
    display: none;
}

.attachment-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.attachment-fixed canvas {
    background-attachment: fixed;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.attachment-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.attachment-scroll canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-img {
    display: block;
    position: relative;
}

.site-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.site-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.custom-container {
    padding: 0 15px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; 
    position: relative;
}

/*** Site Button ***/

.site-button {
    display: flex;
}

.site-button.center {
    justify-content: center;
}

.site-button a,
.site-button button,
.site-button > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 145px;
    min-width: 9.06vw;
    background: transparent;
    border: none;
    font-size: 15px;
    font-size: 0.94vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 21px 30px 20px calc(30px + 0.1em);
    padding: 1.31vw 1.88vw 1.25vw calc(1.88vw + 0.1em);
    position: relative;
}

.site-button.light a,
.site-button.light button,
.site-button.light > span {
    color: #fff;
}

.site-button a:hover,
.site-button button:hover,
.site-button > span:hover {
    color: #fff;
}

.site-button a::before,
.site-button a::after,
.site-button button::before,
.site-button button::after,
.site-button > span::before,
.site-button > span::after {
    content: '';
    width: 8px;
    width: 0.5vw;
    height: 100%;
    border: 2px solid var(--primary);
    border: 0.13vw solid var(--primary);
    position: absolute;
    top: 0;
    z-index: 1;
    transition: var(--default-transition);
}

.site-button.light a::before,
.site-button.light a::after,
.site-button.light button::before,
.site-button.light button::after,
.site-button.light > span::before,
.site-button.light > span::after {
    border-color: #fff;
}

.site-button a::before,
.site-button button::before,
.site-button > span::before {
    left: 0;
    border-right: none;
}

.site-button a::after,
.site-button button::after,
.site-button > span::after {
    right: 0;
    border-left: none;
}

.site-button a:hover::before,
.site-button a:hover::after,
.site-button button:hover::before,
.site-button button:hover::after,
.site-button > span:hover::before,
.site-button > span:hover::after,
.site-button.hovered a::before,
.site-button.hovered a::after,
.site-button.hovered button::before,
.site-button.hovered button::after,
.site-button.hovered > span::before,
.site-button.hovered > span::after {
    width: 50%;
    background: var(--primary);
    border-color: var(--primary);
}

.site-button a span,
.site-button button span,
.site-button > span span {
    position: relative;
    z-index: 2;
}


.ip-pm-section {
    display: block;
    position: relative;
}

.ip-pm-section.press-section {
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(226, 226, 226, 1) 50%, rgba(216, 216, 216, 1) 100%);
}

.ip-pm-section.media-section .ip-pm-row {
   flex-flow: row-reverse;
}

.ip-custom-banner-img canvas, .ip-custom-banner-img, .ip-custom-banner {
    display: block;
    position: relative;
}

.ip-custom-banner {
    padding: 20px;
}

.ip-custom-banner-img {
    background-color: #000;
}

.ip-custom-banner-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    z-index: 1;
}

.ip-custom-banner-img canvas {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .75;
}

.ip-custom-banner-title {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
    padding: 0 15px;
    font-family: var(--font-family-title);
    font-size: 71px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

/* Press Media */
.ip-pm-container, 
.ip-pm-row, 
.ip-pm-img-main, 
.ip-pm-content, 
.ip-pm-title {
    display: block;
    position: relative;
}

.ip-pm-container {
    padding: 70px 0 80px;
}

.ip-pm-content {
    display: block;
}

.ip-pm-title h2 {
    font-size: 39px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #000;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    display: inline-block;
    position: relative;
}


.ip-pm-row {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 80px;
}

.ip-pm-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ip-pm-img-bg {
    top: auto;
    bottom: -60px;
    left: -60px;
    width: 231px;
}

.ip-pm-img-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(20%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
}   
    .ip-pm-content .press-logo {
        display: block;
        padding: 0px 0 20px;
    }

    .ip-pm-content p {
        display: block;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.05em; 
        margin: 30px 0;
    }

    .ip-pm-content .pm-d-t {
        font-size: 14px;
        display: block;
        letter-spacing: 0.2em;
        text-transform: uppercase; 
        padding-top: 10px;
    }

/** Press Slide **/

.press-list-wrap {
   display: flex;
   justify-content: center;
   align-items: center; 
   margin-left: -15px;
   margin-right: -15px; 
   margin-top: 60px;
   padding: 60px 0 30px; 

}

.press-list-wrap .slick-list.draggable {
   max-height: 630px;
}
    .press-list {
         position: relative;
         padding: 0 20px;
         width:33.333%;
    }

        .press-list a { 
         position: relative; 
         display: block; 
         width: 100%;
       }
       .press-list a .press-cont  { 
         position: relative; 
         display: block;
       }


.press-list a .press-cont::before {
    content: '';
    width: 0;
    height: 0;
    border-width: 6px;
    border-width: 0.38vw;
    border-style: solid;
    border-image: linear-gradient(135deg, rgba(238, 16, 119, 1) 0%, rgba(255, 75, 0, 1) 100%);
    border-image-slice: 1;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: var(--default-transition);
}

.press-list a:hover .press-cont::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.press-list a .press-cont::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 6px;
    border-width: 0.38vw;
    border-style: solid;
    border-image: linear-gradient(135deg, rgba(238, 16, 119, 1) 0%, rgba(255, 75, 0, 1) 100%);
    border-image-slice: 1;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: var(--default-transition);
}

.press-list a:hover .press-cont::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.press-list a .press-cont .press-photo {
    position: relative;
}

.press-list a .press-cont .press-photo::before {
    content: '';
    width: 100%;
    height: 65%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.05) 27%, rgba(0, 0, 0, 0.16) 48%, rgba(0, 0, 0, 0.36) 72%, rgba(0, 0, 0, 0.68) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: var(--default-transition);
}

.press-list a:hover .press-cont .press-photo::before {
    height: 100%;
}

.press-list a .press-cont .press-photo::after {
    content: '';
    width: 93px;
    width: 5.81vw;
    height: 6px;
    height: 0.38vw;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: var(--default-transition);
}

.press-list a:hover .press-cont .press-photo::after {
    width: 100%;
}


       .press-list a .press-details {
         position: relative; 
         display: block; 
         padding: 30px 0;         
       }

         .press-list  a .press-details .press-title {
            font-size: 22px; 
            color: #000;
            display: block; 
            margin: 15px 0; 
            line-height: 30px;
            font-weight: 500; 
            text-transform: uppercase; 
        }

         .press-list  a .press-details .press-td {
            font-size: 14px;
            letter-spacing: 0.2em; 
            color:#565656;
         }
         .press-list  a .press-details .press-td i {
            font-style: normal;
         }

         .press-list a .press-details p {
            display: block;
            font-size: 15px;
            color: #545454; 
            line-height: 25px; 
            letter-spacing: 0.02em;
            padding: 15px 0;
         }


.press-arrows {
    position: absolute;
    top: 30%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.press-arrows a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    width: 3.38vw;
    height: 40px;
    height: 3.38vw;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
}

.press-arrows a.prev {
    left: -50px;
}

.press-arrows a.next {
    right: -50px;
}

.press-arrows a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(238, 16, 119, 1) 0%, rgba(255, 75, 0, 1) 100%);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.press-arrows a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: var(--default-transition);
}

.press-arrows a:hover::after {
    opacity: 1;
}

.press-arrows a i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: 1.1vw;
    position: relative;
    z-index: 2;
}


/** Media Slide **/

.media-list-wrap {
   display: flex;
   justify-content: center;
   align-items: center; 
   margin-left: -15px;
   margin-right: -15px; 
   margin-top: 60px;
   padding: 60px 0 30px;
}

    .media-list {
         position: relative;
         padding: 0 20px;
         width:33.333%;
    }

        .media-list a { 
         position: relative; 
         display: block; 
         width: 100%;
       }
       .media-list a .media-cont  { 
         position: relative; 
         display: block;
       }


.media-list a .media-cont::before {
    content: '';
    width: 0;
    height: 0;
    border-width: 6px;
    border-width: 0.38vw;
    border-style: solid;
    border-image: linear-gradient(135deg, rgba(238, 16, 119, 1) 0%, rgba(255, 75, 0, 1) 100%);
    border-image-slice: 1;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: var(--default-transition);
}

.media-list a:hover .media-cont::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.media-list a .media-cont::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 6px;
    border-width: 0.38vw;
    border-style: solid;
    border-image: linear-gradient(135deg, rgba(238, 16, 119, 1) 0%, rgba(255, 75, 0, 1) 100%);
    border-image-slice: 1;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: var(--default-transition);
}

.media-list a:hover .media-cont::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.media-list a .media-cont .media-photo {
    position: relative;
}

.media-list a .media-cont .media-photo::before {
    content: '';
    width: 100%;
    height: 65%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.05) 27%, rgba(0, 0, 0, 0.16) 48%, rgba(0, 0, 0, 0.36) 72%, rgba(0, 0, 0, 0.68) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: var(--default-transition);
}

.media-list a:hover .media-cont .media-photo::before {
    height: 100%;
}

.media-list a .media-cont .media-photo::after {
    content: '';
    width: 93px;
    width: 5.81vw;
    height: 6px;
    height: 0.38vw;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: var(--default-transition);
}

.media-list a:hover .media-cont .media-photo::after {
    width: 100%;
}


       .media-list a .media-details {
         position: relative; 
         display: block; 
         padding: 30px 0;         
       }

         .media-list  a .media-details .media-title {
            font-size: 22px; 
            color: #000;
            display: block; 
            margin: 0; 
            line-height: 30px;
            font-weight: 500; 
            text-transform: uppercase; 
        }

         .media-list  a .media-details .media-td {
            font-size: 14px;
            letter-spacing: 0.2em; 
            color:#565656;
         }
         .media-list  a .media-details .media-td i {
            font-style: normal;
         }

         .media-list a .media-details p {
            display: block;
            font-size: 15px;
            color: #545454; 
            line-height: 25px; 
            letter-spacing: 0.02em;
            padding: 15px 0;
         }


.media-arrows {
    position: absolute;
    top: 30%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.media-arrows a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    width: 3.38vw;
    height: 40px;
    height: 3.38vw;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
}

.media-arrows a.prev {
    left: -50px;
}

.media-arrows a.next {
    right: -50px;
}

.media-arrows a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(238, 16, 119, 1) 0%, rgba(255, 75, 0, 1) 100%);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.media-arrows a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: var(--default-transition);
}

.media-arrows a:hover::after {
    opacity: 1;
}

.media-arrows a i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: 1.1vw;
    position: relative;
    z-index: 2;
}
.play-btn {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    left: 0;
}

.ip-pm-section.media-section .ip-pm-img-bg {
    top: auto;
    bottom: -60px;
    right: -60px;
    width: 231px;
    left: unset;
}


/** Pagination **/


.pagination-wrap {
    justify-content: center;
    display: flex;
    width: 100%;
}
.pagination-wrap ul {
    display: flex;
}
.pagination-wrap ul li {
    padding: 0 16px;
    display: flex;
    align-items: center;
}
.pagination-wrap ul li.prev-page{
    margin-right: 30px;
}
.pagination-wrap ul li.next-page{
    margin-left: 30px;
}
.pagination-wrap ul li.page-ellipsis{
    padding: 0;
}
.pagination-wrap ul li span,
.pagination-wrap ul li a {
    display: block;
    color: #000;
    transition: var(--default-transition);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.01em;
    font-weight: 500;
    white-space: nowrap;
}
.pagination-wrap ul li.current span,
.pagination-wrap ul li.current a {
    background: #2d2b56;
    color: #ffffff;
    pointer-events: none;
    font-size: 18px;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, rgba(238, 16, 119, 1) 0%, rgba(255, 75, 0, 1) 100%);
    opacity: 0.6;
}
.pagination-wrap ul li a:hover {
    color:  var(--primary);
}
.pagination-wrap ul li.prev-page a,
.pagination-wrap ul li.next-page a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: 0.875vw;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.03em;
}
.pagination-wrap ul li.prev-page a:hover,
.pagination-wrap ul li.next-page a:hover{
    color:  var(--secondary);
}
.pagination-wrap ul li.prev-page a i,
.pagination-wrap ul li.next-page a i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-size: 1.750vw;
    font-weight: 700;
}
.pagination-wrap ul li.prev-page a i {
    margin: 0 0.625vw 0 0;
}
.pagination-wrap ul li.next-page a i {
    margin: 0 0 0 0.925vw;
}




/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
    .custom-container {
        padding: 0 0.938vw;
        max-width: 83.125vw;
    }

    .ip-custom-banner {
        padding: 1.250vw;
    }

    .ip-custom-banner-title {
        padding: 0 0.938vw;
        font-size: 4.438vw;
    }



}

@media only screen and (max-width: 1199px) {
    .attachment-fixed canvas {
        background-attachment: scroll;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .attachment-fixed canvas {
        background-attachment: scroll;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .attachment-fixed canvas {
        background-attachment: scroll;
    }

    .ip-custom-banner {
        padding: 15px;
    }

    .ip-custom-banner-img canvas {
        min-height: 250px;
    }

    .ip-custom-banner-title {
        top: 50%;
        font-size: 35px;
    }

    .ip-pm-col {
        display: block;
        width: 100%!important;
    }

    .ip-pm-content {
        padding: 50px 0 0;
    }


    .ip-pm-img-main {
        width: calc(100% - 30px);
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-pm-img-bg {
        bottom: -15px;
        left: -15px;
    }

    .ip-pm-title h2 {
        font-size: 35px;
    }

    .ip-pm-title h2 span:after {
        top: 45%;
    }

    .ip-pm-title h2:before {
        top: 17px;
        display: none;
    }

    .ip-pm-title {
        text-align: center;
    }

    .ip-pm-title strong {
        margin-top: 30px;
        font-size: 14px;
        letter-spacing: 0.350em;
    }

    .ip-pm-contacts {
        display: block;
        text-align: center;
    }

    .ip-pm-contacts span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .ip-pm-contacts span:not(:last-child) {
        margin: 0 auto 15px;
    }


    .ip-pm-container {
        padding: 20px 0 60px;
    }

.ip-pm-row {
    gap: 30px;
    flex-flow: column !important;
}

.site-button a, .site-button button, .site-button > span {
        min-width: 145px;
        font-size: 15px;
        padding: 21px 30px 20px calc(30px + 0.1em);
    }

.press-list-wrap,
.media-list-wrap {
    margin-top: 0;
    padding: 30px 0;
}
.ip-pm-content .press-logo {
    display: flex;
    justify-content: center;
}

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
}