body {
    scroll-behavior: smooth
}

#inner-page-wrapper {
    margin-bottom: 0;
}


#inner-page-wrapper p#breadcrumbs {
    font-size: 15px;
    text-transform: uppercase;
    color: #212121;
    letter-spacing: 1px;
    margin-top: 34px;
    margin-bottom: 64px;
    padding-left: 82px;
}

#inner-page-wrapper p#breadcrumbs span.breadcrumb_last {
    font-weight: 700;
}

#inner-page-wrapper p#breadcrumbs > span {
    position: relative;
}

#inner-page-wrapper p#breadcrumbs > span::before {
    content: '';
    position: absolute;
    right: calc(100% + 20px);
    top: 2px;
    width: 62px;
    height: 62px;
    border-left: solid 11px rgba(var(--primary-color), 1);
    border-top: solid 11px rgba(var(--primary-color), 1);
}


div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0
}

div#inner-page-wrapper > .container .gsite-title {
    margin-bottom: 35px
}

.lora {
    font-family: var(--font-family-title)
}

.section-title {
    line-height: 1
}

span.posts-anchor {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden
}

.canvas-img {
    position: relative
}

.canvas-img canvas {
    display: block;
    width: 100%
}

.canvas-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

div#content-full {
    position: relative
}

div#content-full::before, div#content-full::after {
    content: "";
    position: absolute;
    height: 962px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1
}

div#content-full::before {
    top: 12%;
    right: 0;
    width: 14%;
    background-image: var(--wpr-bg-b4e6fc88-5843-4179-9f57-000f50625b66)
}

div#content-full::after {
    top: 63%;
    left: 0;
    width: 13.18%;
    background-image: var(--wpr-bg-d2c52e90-b086-4a24-8a6f-06bb1cec2294)
}

.custom-ip-pr-content {
    max-width: 1520px;
    margin: 0 auto 55px;
    padding: 0 15px
}



.section-wrap {
    font-size: 0;
    position: relative
}

.custom-ip-pr-top-inner {
    max-width: 1440px;
    margin: 85px auto 0;
    padding: 0 15px
}

.custom-ip-pr-top-col {
    display: inline-block;
    vertical-align: top
}

.custom-ip-pr-top-col.col-left {
    width: 52.65%
}

.custom-ip-pr-top-txt {
    max-width: 700px;
    padding-right: 15px;
    margin-top: 4px
}

.custom-ip-pr-top-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 1.9 !important;
    letter-spacing: .025em
}

.custom-ip-pr-top-col.col-right {
    width: 47.34%
}

.custom-ip-pr-news-inner {
    position: relative;
    padding: 60px 0 0;
    max-width: 1460px;
    margin: 0 auto
}

.custom-ip-pr-news-inner .section-title {
    margin-bottom: 43px
}

.custom-ip-pr-news-inner .section-title span {
    font-size: 45px
}

.custom-ip-pr-news-slide-wrap {
    position: relative
}

.custom-ip-pr-news-item {
    position: relative;
    padding: 0 20px;
    margin-bottom: 36px
}

.custom-ip-pr-news-item a {
    display: flex;
    align-items: center;
    position: relative;
    background: rgba(var(--primary-color), 1)
}

.custom-ip-pr-news-item a .col-txt {
    width: 300px
}

.custom-ip-pr-news-item-txt {
    position: relative;
    padding: 0 12%
}

.custom-ip-pr-news-item-txt h3 {
    font-size: 25px !important;
    font-weight: 400 !important;
    color: #fff;
    line-height: 1.4 !important;
    text-transform: uppercase;
    margin: 0 !important
}

.custom-ip-pr-news-item-txt p {
    font-size: 14px;
    color: #c4c4c4;
    line-height: 1.6 !important;
    letter-spacing: .025em
}

.custom-ip-pr-news-item a .col-img {
    flex-grow: 1;
    overflow: hidden
}

.custom-ip-pr-news-item a:hover .custom-ip-pr-news-item-img img {
    transform: scale(1.1)
}

.custom-ip-pr-news-item a:hover .custom-ip-pr-news-item-img::before {
    opacity: .1
}

.custom-ip-pr-news-item a:hover .custom-ip-pr-news-item-img::after {
    color: rgba(var(--primary-color), 1);
    background-color: #fff
}

.custom-ip-pr-news-item-img img {
    transition: all 0.4s ease-in-out
}

.custom-ip-pr-news-item-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
    z-index: 1
}

.custom-ip-pr-news-item-img::after {
    content: "Read More";
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .3em;
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: 180px;
    padding: 13px 0;
    background-color: rgba(var(--primary-color), 1);
    transition: all 0.4s ease-in-out;
    pointer-events: none
}

.custom-ip-pr-news-slide-arrows {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 470px;
    margin: 32px auto 0
}

.custom-ip-pr-news-slide-arrows span {
    font-size: 33px;
    color: rgba(var(--primary-color), 1);
    cursor: pointer;
    transition: all 0.4s ease-in-out
}

.custom-ip-pr-news-slide-arrows span:hover {
    opacity: .7
}

.custom-ip-pr-news-slide-dots {
    position: relative;
    max-width: 360px;
    margin: -41px auto 0;
    pointer-events: none
}

.custom-ip-pr-news-slide-dots ul {
    text-align: center;
    margin: 0 !important
}

.custom-ip-pr-news-slide-dots ul li {
    display: inline-block;
    vertical-align: middle
}

.custom-ip-pr-news-slide-dots ul li button {
    display: block;
    width: 40px;
    height: 47px;
    font-size: 14px;
    color: rgba(var(--primary-color), 1);
    text-align: center;
    padding: 0;
    background-color: #fff;
    border: none;
    pointer-events: auto
}

.custom-ip-pr-news-slide-dots ul li.slick-active button {
    color: #fff;
    background-color: rgba(var(--primary-color), 1)
}

#slide_item_3916 .custom-ip-pr-news-item-img img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top center;
    object-position: top center
}

.custom-ip-pr-news-slide-arrows em {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.hp-influence {
    padding-top: 50px;
}

@media only screen and (max-width: 1560px) {
    .custom-ip-pr-news-inner, .custom-ip-pr-top-inner {
        max-width: 1330px
    }

    div#inner-page-wrapper > .container .gsite-title {
        font-size: 70px
    }
}

@media only screen and (max-width: 1440px) {
    .custom-ip-pr-news-inner, .custom-ip-pr-top-inner {
        max-width: 1280px
    }

    div#inner-page-wrapper > .container .gsite-title {
        font-size: 65px
    }
}

@media only screen and (max-width: 1366px) {
    .custom-ip-pr-news-inner, .custom-ip-pr-top-inner {
        max-width: 1190px;
    }

    div#inner-page-wrapper > .container .gsite-title {
        font-size: 60px
    }
}

@media only screen and (max-width: 1280px) {
    .custom-ip-pr-news-item-txt h3 {
        font-size: 20px !important
    }

    .custom-ip-pr-news-item-txt p {
        font-size: 12px
    }

    .custom-ip-pr-news-inner, .custom-ip-pr-top-inner {
        max-width: 1110px;
    }

    div#inner-page-wrapper > .container .gsite-title {
        font-size: 55px
    }
}

@media only screen and (max-width: 1199px) {
    #inner-page-wrapper {
        margin-bottom: 50px
    }

    .custom-ip-pr-news-item {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .custom-ip-pr-news-item-txt h3 {
        font-size: 16px !important
    }

    .custom-ip-pr-news-item-txt {
        padding: 0 6%
    }

    .custom-ip-pr-news-item-txt p {
        font-size: 11px
    }

    .custom-ip-pr-news-item-img::after {
        bottom: 15px;
        right: 15px;
        width: 130px;
        padding: 8px 0
    }

    .custom-ip-pr-news-inner, .custom-ip-pr-top-inner {
        max-width: 905px;
    }

    div#inner-page-wrapper > .container .gsite-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 991px) {
    div#inner-page-wrapper > .container .gsite-title.no-line {
        padding: 0 15px
    }

    .custom-ip-pr-content {
        margin: 0 auto
    }

    .custom-ip-pr-top-inner {
        margin: 0 auto
    }

    .custom-ip-pr-top-col {
        display: block;
        width: 100% !important
    }

    .custom-ip-pr-top-txt {
        max-width: 100%;
        padding-right: 0;
        margin-top: 0;
        text-align: center
    }

    .custom-ip-pr-top-img img {
        margin: 0 auto
    }

    .custom-ip-pr-news-inner .section-title span {
        font-size: 35px !important
    }

    .custom-ip-pr-news-item a {
        display: block;
        max-width: 480px;
        margin: 0 auto
    }

    .custom-ip-pr-news-item a .col-txt {
        width: 100%
    }

    .custom-ip-pr-news-item-txt {
        padding: 30px 15px;
        text-align: center
    }

    .custom-ip-pr-news-inner .section-title {
        margin-bottom: 12px
    }

    .custom-ip-pr-news-slide-arrows {
        max-width: 360px;
        margin: 15px auto 0
    }

    .custom-ip-pr-news-slide-dots ul li button {
        width: 30px;
        height: 30px
    }

    .custom-ip-pr-news-slide-dots {
        max-width: 290px;
        margin: -30px auto 0
    }

    div#content-full::after {
        height: 25%
    }

    #inner-page-wrapper p#breadcrumbs > span::before {
        display: none;
    }

    #inner-page-wrapper p#breadcrumbs {
        padding-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .custom-ip-pr-news-inner .section-title span {
        font-size: 23px !important
    }

    .custom-ip-pr-news-slide-wrap {
        padding: 0 15px
    }

    .custom-ip-pr-news-slide-arrows span {
        font-size: 25px
    }

    div#inner-page-wrapper > .container .gsite-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 360px) {
    .custom-ip-pr-news-slide-dots {
        max-width: 259px;
        margin: -30px auto 0
    }
}