.partner-program-page {
    background: #FAFAFA;
}

.hero-page {
    background-color: #121212;
    padding: 110px 0 64px;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
}

.page-width {
    max-width: 1366px;
    margin: auto;
    padding: 0 60px;
}

.hero-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.left-div, .right-div {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.left-div h1 {
    font-weight: 900;
    font-size: 96px;
    line-height: 80px;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.left-div .line, .right-div .line {
    padding-top: 0.1em;
    margin-top: -0.1em;
    overflow: hidden;
}

.left-div .subline, .right-div .subline, .btns-animation, .text-animantion {
    position: relative;
    overflow: hidden;
}
.btns-animation{
    display: flex;
}
.left-div .subline, .right-div .subline {
    transform: translateY(105%);
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.left-div .line:nth-child(1) .subline, .right-div .line:nth-child(1) .subline {
    transition-delay: 0.05s;
}

.left-div .line:nth-child(2) .subline, .right-div .line:nth-child(2) .subline {
    transition-delay: 0.1s;
}

.left-div .line:nth-child(3) .subline, .right-div .line:nth-child(3) .subline {
    transition-delay: 0.2s;
}

.left-div .subline.load, .right-div .subline.load {
    transform: translateY(0px);
}

.btns-animation, .text-animantion {
    transform: translateY(105%);
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;

}

.btns-animation {
    transition-delay: 0.05s;
}

.text-animantion {
    transition-delay: 0.25s;
}

.btns-animation.load, .btns-animation.load .text-animantion {
    transform: translateY(0px);
}

.btn.btn-grey {
    padding: 12px 24px;
    width: 244px;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    margin: 0;
    background: #2A2A2B;
    color: #fff;
}

.btn.btn-grey:hover {
    background: #2A2A2B;
    color: #fff;
}

.dif-font {
    -webkit-text-stroke: 1px #9F9F9F;
    text-stroke: 1px #9F9F9F;
    text-shadow: none;
    font-size: 56px;
    line-height: 79px;
    color: #121212;
}

.right-div .text {
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #B8B8B8;
    margin-bottom: 32px;
}

a.btn-color {
    width: 244px;
    height: 48px;
    background: #3CFECF ;
    color: #121212;
    text-transform: uppercase;
    padding: 12px 22px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 0;
}

a.btn-color:hover {
    font-weight: 600;
    color: #121212;
    background: #17E2B1 !important;
    border-color: #17E2B1 !important;
    text-decoration: none;
}

a.btn-outline {
    width: 225px;
    height: 48px;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 22px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: 0;
}

a.btn-outline:hover {
    color: #121212;
    font-weight: 600;
    background: #fff;
}

.carousel-animate-left {
    transform: translateX(105%);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s, opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.slider-item {
    transform: translateX(105%);
    opacity: 0;
    /*transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s,opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;*/
}

.slide1 {
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s, opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.slide2 {
    transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1) 0s, opacity 2.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.slide3 {
    transition: transform 3s cubic-bezier(0.22, 1, 0.36, 1) 0s, opacity 3s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.slide3 {
    transition: transform 3.5s cubic-bezier(0.22, 1, 0.36, 1) 0s, opacity 3.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.slide4 {
    transition: transform 4s cubic-bezier(0.22, 1, 0.36, 1) 0s, opacity 4s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.slide5 {
    transition: transform 4.5s cubic-bezier(0.22, 1, 0.36, 1) 0s, opacity 4.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.slider-item.hover{
     transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1) 0s, opacity 4.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
 }
.slider-item:hover {
    transform: translateX(0px) scale(1.05) !important;
    }

.carousel-animate-left.load {
    transform: translateX(0px);
    opacity: 1;
}

.carousel-animate-left.load .slider-item {
    transform: translateX(0px);
    opacity: 1;
}

.carousel-container {
    padding: 64px 64px 0;
}

.carousel-title {
    font-size: 13px;
    line-height: 34px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #6D6D6D;
}

.wrap {
    position: relative;
    margin: 0 auto;
    overflow: visible;
    width: 100vw;
}

.carousel-body {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    height: 545px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.carousel-body::-webkit-scrollbar {
    display: none;
}

.slider-item:hover .overlay {
    opacity: 0;
    z-index: -1;
}

.slider-item:first-of-type {
    margin-left: calc((100vw - 1260px) / 2);
}

.slider-item:last-of-type {
    margin-right: calc((100vw - 1260px) / 2);
}

.slider-item {
    height: 513px;
    width: 290px;
    margin-right: 16px;
    cursor: pointer;
    float: left;
    flex: 0 0 auto;
    position: relative;
    background: #2A2A2B;
    padding: 24px;
    /*transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s, opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;*/
}

.slider-item .image {
    margin-bottom: 16px;
    min-width: 104px;
    min-height: 104px;
}
.slider-item .image img{   
    min-width: 104px;
    min-height: 104px;
}

.slider-item .text {
    font-family: 'Brown', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.slider-item .bottom-zone {
    position: absolute;
    bottom: 24px;
}

.slider-item-video .bottom-zone {
    top: 24px;
    bottom: unset;
}

.slider-item .bottom-zone .logo {
    margin-bottom: 8px;
    float: left;
    clear: both;
    width: 124px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.slider-item .bottom-zone .logo img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    height: 100%;
    aspect-ratio: auto;
}

.slider-item .bottom-zone .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
}

.slider-item .bottom-zone .company {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #888888;
}

.slider-image-bg {
    padding: 0;
}

.slider-image-bg .text {
    padding: 0 24px;
}

.slider-image-bg .bottom-zone {
    padding: 0 24px;
}

.slider-item .image-bg {
    width: 290px;
    height: 128px;
    background-size: cover;
}

.slider-item-video {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.slider-item.slider-item-video .bottom-zone .company {
    color: #ffffff;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
}

.slider-item-video .video-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.slider-item-video .bottom-zone {
    left: 24px;
}

.slider-item-video .video {
    position: relative;
}

.slider-item-video .video video {
    max-width: 290px;
}

.slider-item-video .overlay {
    position: absolute;
    background: #000;
    opacity: 0.3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#prev, #next {
    cursor: pointer;
    position: absolute;
    top: 70px;
    font-size: 14pt;
}

#prev {
    right: 0;
}

#next {
    left: 0;
}

#prev svg {
    transform: rotate(180deg);
}

.move-container-next {
    width: calc((100vw - 950px) / 2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    /*cursor: none;*/
}

.move-container-prev {
    width: calc((100vw - 950px) / 2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    /*cursor: none;*/
}

/*custom img*/

.custom-image {
    display: flex;
    flex-direction: row;
}

.img-box-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.img-box-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-1 {
    max-width: 213px;
    max-height: 298px;
    margin-right: 28px;
    margin-bottom: 28px;
}

.img-2 {
    max-width: 264px;
    max-height: 322px;
    margin-right: 28px;
}

.img-3 {
    max-width: 275px;
    max-height: 516px;
}

@media (min-width: 1400px) {
    .move-container-next {
        width: calc((100vw - 1080px) / 2);
    }

    .move-container-prev {
        width: calc((100vw - 1080px) / 2);
    }
}

.move-container.disabled {
    z-index: -1;
}

.move-container:hover .move-btn {
    transition: all .5s ease-out;
}

.move-container .move-btn.disabled {
    opacity: 0;
    z-index: -1;
}

.move-btn svg path {
    transition: all .5s ease-out;
}

.move-btn svg circle {
    transition: all .5s ease-out;
}

.move-container:hover .move-btn svg path {
    fill: #121212;
}

.move-container:hover .move-btn svg circle {
    fill: #ffffff;
}

.row-number-2 {
    max-width: 1366px;
    margin: auto;
}

.row-number-2 .partners-four-card {
    padding: 70px 0 140px 64px;

}

.row-number-2 .partners-four-card .column_cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 32px;
}

.row-number-2 .widget-type-linked_image {
    padding: 70px 64px 70px 0;
    max-width: 576px;
    margin-right: 0;
    float: right;
}

@media screen and (min-width: 1367px) {
    .row-number-2 .widget-type-linked_image {
        padding: 70px 40px 70px 0;
        margin-right: 0;
        float: right;
    }
}

.row-number-2.dnd_area-row-1-vertical-alignment > .row-fluid {
    align-items: flex-start;
}

.text-mobile_only {
    display: none;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .left-div {
        width: 43%;
    }

    .right-div {
        width: 57%;
        padding-left: 27px;
    }

    .dif-font {
        font-size: 40px;
        line-height: 63px;
    }

    .left-div h1 {
        font-size: 76px;
        line-height: 60px;
    }

    .text-mobile_only {
        display: block;
    }

    .text-desktop_only {
        display: none;
    }

    a.btn-color {
        margin: 0;
        padding: 12px;
        width: 230px;
    }
    .btn.btn-grey{
        padding: 12px;
        margin: 0 0 0 12px;
        width: 230px;
    }

    .page-width.hero-container {
        padding: 0 60px;
    }

    .carousel-container {
        padding-top: 48px;
    }

    .slider-item:first-of-type {
        margin-left: 64px;
    }

    .slider-item:last-of-type {
        margin-right: 80px;
    }

    .move-container-prev, .move-container-next {
        width: 200px;
    }

    /*custom img*/
    .img-box-2 {
        display: none;
    }

    .img-1 {
        max-width: 261px;
        margin-right: 0;
        margin-bottom: 32px;
        max-height: fit-content;
    }

    .img-2 {
        max-width: 261px;
        margin-right: 0;
        max-height: fit-content;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .page-width.hero-container {
        padding: 0 32px;
        flex-direction: column;
    }

    .left-div {
        width: 100%;
        margin-bottom: 32px;
    }

    .right-div {
        width: 100%;
        padding-left: 0;
        margin-bottom: 48px;
    }

    .dif-font {
        font-size: 48px;
        line-height: 79px;
    }

    .left-div h1 {
        font-size: 96px;
        line-height: 80px;
    }

    .text-mobile_only {
        display: block;
    }

    .text-desktop_only {
        display: none;
    }

    a.btn-color {
        margin: 0;
        padding: 12px;
        width: 230px;
    }
    .btn.btn-grey{
        padding: 12px;
        width: 230px;
        margin: 0 0 0 12px;
    }
    a.btn-outline {
        margin: 0 0 0 12px;
        max-width: 218px;
    }

    .carousel-container {
        padding-top: 48px;
    }

    .slider-item:first-of-type {
        margin-left: 32px;
    }

    .slider-item:last-of-type {
        margin-right: 48px;
    }

    .move-container-prev, .move-container-next {
        width: 175px;
    }

    .page-width {
        padding: 0 32px;
    }

    .row-number-2 .partners-four-card {
        padding: 60px 0 137px 32px;
    }

    .row-number-2 .partners-four-card .title h2 {
        margin-bottom: 48px;
    }

    .row-number-2 .partners-four-card .title h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .row-number-2 .partners-four-card .column_cards {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, auto);
        grid-gap: 32px;
    }

    .row-number-2 .partners-four-card .column_cards .column_card {
        display: flex;
        flex-direction: row;
    }

    .row-number-2 .partners-four-card .column_card .img {
        min-width: 48px;
        min-height: 48px;
        margin-right: 16px;
    }

    .row-number-2 .partners-four-card .column_card .card_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 4px;
    }

    .row-number-2 .partners-four-card .column_card .card_content {
        font-size: 14px;
        line-height: 20px;
    }

    .row-number-2 .partners-four-card .lower_content {
        max-width: 270px
    }

    .row-number-2 .widget-type-linked_image {
        padding: 40px 0 137px 0;
    }

    .row-number-2 .widget-type-linked_image {
        max-width: 370px;
    }

    .row-number-2.dnd_area-row-1-vertical-alignment > .row-fluid .span6:first-of-type {
        width: 54.618784527%;
    }

    .row-number-2.dnd_area-row-1-vertical-alignment > .row-fluid .span6:last-of-type {
        width: 44.618784527%;
        padding-left: 20px;
        padding-right: 55px;
    }

    /*custom img*/
    .img-box-2 {
        display: none;
    }

    .img-1 {
        max-width: 261px;
        margin-right: 0;
        margin-bottom: 32px;
        max-height: fit-content;
    }

    .img-2 {
        max-width: 261px;
        margin-right: 0;
        max-height: fit-content;
    }

}

@media screen and (max-width: 767px) {
    .page-width.hero-container {
        padding: 0 20px;
        flex-direction: column;
    }

    .left-div {
        width: 100%;
        margin-bottom: 15px;
    }

    .right-div {
        width: 100%;
        padding-left: 0;
        margin-bottom: 64px;
    }

    .dif-font {
        font-size: 48px;
        line-height: 55px;
    }

    .left-div h1 {
        font-size: 68px;
        line-height: 56px;
    }

    .text-mobile_only {
        display: block;
    }

    .text-desktop_only {
        display: none;
    }

    a.btn-color {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    a.btn-outline {
        margin: 16px 0 0 0;
        max-width: 100%;
        width: 100%;
    }

    .carousel-container {
        padding-top: 48px;
    }

    .slider-item:first-of-type {
        margin-left: 20px;
    }

    .slider-item:last-of-type {
        margin-right: 36px;
    }

    .move-container-prev, .move-container-next {
        display: none;
    }

    .controls {
        display: none;
    }

    .page-width {
        padding: 0 20px;
    }

    .row-number-2 .partners-four-card {
        padding: 40px 20px 20px 20px;
    }

    .row-number-2 .partners-four-card .title h2 {
        margin-bottom: 48px;
    }

    .row-number-2 .partners-four-card .title h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .row-number-2 .partners-four-card .column_cards {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, auto);
        grid-gap: 32px;
    }

    .row-number-2 .partners-four-card .column_cards .column_card {
        display: flex;
        flex-direction: row;.partners-four-card .title h2
    }

    .row-number-2 .partners-four-card .column_card .img {
        width: 32px;
        height: 32px;
        margin-right: 12px;
    }

    .row-number-2 .partners-four-card .column_card .card_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 4px;
    }

    .row-number-2 .partners-four-card .column_card .card_content {
        font-size: 14px;
        line-height: 20px;
    }

    .row-number-2 .partners-four-card .lower_content {
        /*max-width: 270px*/
    }

    .row-number-2 .widget-type-linked_image {
        padding: 20px 0 80px 0;
        margin: auto;
        float: unset;
    }

    .row-number-2.dnd_area-row-1-vertical-alignment > .row-fluid .span6:first-of-type {
        width: 100%;
    }

    .row-number-2.dnd_area-row-1-vertical-alignment > .row-fluid .span6:last-of-type {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .container-fluid {
        clear: both;
    }

    /*custom img*/
    .img-1 {
        margin-right: 11px;
        margin-bottom: 13px;
    }

    .img-2 {
        margin-right: 11px;
    }

    .img-3 {

    }
    .btn.btn-grey{
        width: 100%;
        margin: 16px 0 0 0;
    }
}