/*------------- PAGE -------------*/
.section__page{

    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 80px 0px;

}
.section__page__content{

    display: block;
    max-width: 1380px;
    height: auto;
    padding: 0px 20px;
    margin: 0px auto;

}
.section__page__content.split_view{

    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;

}
.section__page__content__media{

    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;

}
.section__page__content.split_view .section__page__content__media{ max-width: 50%; }
.section__page__content__media__view{

    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    margin: 0px;
    padding: 0px;
    padding-top: 56.25%;
    aspect-ratio: auto;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #e0e0e0;

}
.section__page__content__media__view.split_view{

    height: auto;
    padding-top: 0px;
    aspect-ratio: 1;

}
.fullscreen_view{

    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;

}
.section__page__content__media__view__img,
.section__page__content__media__view__vid{

    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 2;

}
.section__page__content__media__view__vid{

    display: none;

}
.section__page__content__media__view__controls__button{

    display: flex;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    margin: 0px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    outline: none;
    z-index: 3;

}
.section__page__content__media__view__controls__button:last-of-type{ right: 0px; left: auto; }
.section__page__content__media__view__controls__button__svg{

    display: block;
    width: auto;
    height: 14px;
    fill: #ffffff;

}
.section__page__content__media__view__controls__button:first-of-type .section__page__content__media__view__controls__button__svg{ transform: rotateY(180deg); }
.section__page__content__media__fullscreen_vid{

    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: auto;
    background-color: #b89359;
    margin: 0px;
    margin-top: 10px;
    padding: 10px 0px;
    cursor: pointer;

}
.section__page__content__media__fullscreen_vid__svg{

    display: block;
    width: auto;
    height: 18px;
    fill: #ffffff;

}
.section__page__content__media__fullscreen_vid__span{

    display: block;
    width: auto;
    height: auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;

}
.section__page__content__media__scroll{

    display: block;
    width: 100%;
    min-width: 0px;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow: hidden;

}
.section__page__content__media__scroll__preview{

    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    list-style: none;
    margin: 0px;
    padding: 0px;
    min-width: 0px;
    gap: 10px;

}
.section__page__content__media__scroll__preview::-webkit-scrollbar{ height: 5px; }
.section__page__content__media__scroll__preview::-webkit-scrollbar-track{ background: #f1f1f1; }
.section__page__content__media__scroll__preview::-webkit-scrollbar-thumb{ background: #b89359; }
.section__page__content__media__scroll__preview__button{

    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    max-width: 90px;
    max-height: 90px;
    margin: 10px 0px;
    padding: 0px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #e0e0e0;

}
.section__page__content__media__scroll__preview__button__img{

    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    object-position: center;
    -webkit-user-drag: none;
    z-index: 2;

}
.section__page__content__media__scroll__preview__inview{

    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 3;

}
.section__page__content__media__scroll__preview__inview__svg{

    display: block;
    width: auto;
    height: 18px;
    margin: 0px;
    padding: 0px;
    fill: #ffffff;

}
.section__page__content__media__scroll__preview__button.inview .section__page__content__media__scroll__preview__inview{ display: flex; }
.section__page__content__info{

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    height: auto;
    margin: 0px;
    margin-top: 40px;
    padding: 0px;

}
.section__page__content__info.split_view{

    grid-template-columns: 1fr;
    margin-top: 0px;

}
.section__page__content__info__description{

    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    
}
.section__page__content__info__description__title{

    display: block;
    width: 100%;
    height: auto;
    font-size: 32px;
    font-weight: 500;
    color: #000000;

}
.section__page__content__info__description__paragraph{

    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    margin: 0px;
    padding: 0px;

}
.section__page__content__info__technical{

    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;

}
.section__page__content__info__technical__title{

    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 500;
    color: #000000;

}
.section__page__content__info__technical__list{

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: auto;
    margin: 0px;
    margin-top: 20px;
    padding: 0px;

}
.section__page__content__info__technical__list__element{

    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;

}
.section__page__content__info__technical__list__element__title{

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    height: auto;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;

}
.section__page__content__info__technical__list__element__title__svg{

    display: block;
    width: 14px;
    height: auto;
    margin: 0px;
    padding: 0px;
    fill: #b89359;

}
.section__page__content__info__technical__list__element__title__span{

    display: block;
    width: auto;
    height: auto;
    color: #b89359;
    font-size: 14px;
    margin: 0px;
    padding: 0px;

}
.section__page__content__info__technical__list__element__paragraph{

    display: block;
    width: 100%;
    height: auto;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
@media screen and (max-width: 978px){

    .section__page__content__info{

        grid-template-columns: 1fr;

    }
    .section__page__content__media__scroll__preview__button{

        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
        max-width: 80px;
        max-height: 80px;

    }
    .section__page__content.split_view{

        flex-direction: column;

    }
    .section__page__content.split_view .section__page__content__media{ max-width: 1000%; }

}
/*------------- PAGE -------------*/