hr {
    margin: 0;
}

.motion-live .rl-content-banner {
    height: 36.5vw;
}

.motion-live .rl-content-banner:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}

.webContent .rl-button-default {
    display: inline-flex;
    color: #fff;
    background-color: #e8380d;
    border: 2px solid #e8380d;
    border-radius: 0;
    outline: none;
    padding: 4px 20px;
    min-width: 220px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: all 0.17s ease-in-out;
}

.webContent .rl-button-border {
    display: inline-flex;
    color: #e8380d;
    background-color: transparent;
    border: 2px solid #e8380d;
    border-radius: 0;
    outline: none;
    padding: 4px 20px;
    min-width: 220px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.rl-btn-more .fa-angle-right, .rl-button-border .fa-angle-right {
    font-size: 18px;
    margin: 0px 0 0 4px;
}

/* .webContent .rl-play {
    transform: scale(0.8, 0.8);
} */

.rl-button-default:hover {
    color: #e8380d;
    background-color: transparent;
    border: 2px solid #e8380d;
}

.rl-button-border:hover {
    color: white;
    background-color: #e8380d;
    border: 2px solid #e8380d;
}

.button-white.rl-button-border:hover {
    color: white;
    background-color: #666666;
    border: 2px solid #666666;
}

.button-white.rl-button-border {
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid #FFFFFF;
}

.rl-device-area .rl-button-default-white:hover {
    border: 2px solid #666666;
    color: #666666;
    background-color: transparent;
}

.rl-button-default-white:hover {
    background-color: #e8380d;
    color: #fff;
}

.rl-play-wrapper.right-bottom {
    right: 5%;
    bottom: 5%;
    left: auto;
    top: auto;
}

.rl-rightTop-border-radius-25 {
    border-radius: 0px 25px 0px 0px;
    border: 1px solid white;
}

.rl-capture-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.webContent .rl-capture-item .title {
    font-size: calc(0.9548611111111112vw + 16.666666666666668px);
}

.rl-color-cta-black {
    color: #4d4d4d;
}

.rl-650-minheight-pc {
    min-height: 650px;
}

.webContent .title {
    margin: 0;
    font-weight: 300;
    line-height: 1.1;
    font-size: calc(28.8px + 1vw);
}

.rl-device-area {
    /* padding: 50px 10px; */
    min-height: 420px;
    overflow: hidden;
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
}

.rl-d-inline-block {
    display: inline-block;
}

/* .device-bg {
    transform: scale(1, 1);
    transition: all 0.3s;
}

.rl-device-area:hover .device-bg {
    transform: scale(1.2, 1.2);
} */

.unmatched-area {
    /* max-width: 670px; */
}

.final-production-img {
    transition: all 0.3s;
}

.final-production-img:hover {
    transform: scale(1.05, 1.05);
}

.feature-desc {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../images/iPhone-facial-mocap-iphone-feature.jpg');
    min-height: 28vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rl-backeround-img-response {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.webContent .small-play-button {
    width: calc(42px + 1.5vw);
    height: calc(42px + 1.5vw);
}

.webContent .small-play-button .rl-play {
    transform: scale(0.8, 0.8);
}

.rl-fa-angle-size {
    font-size: 28px;
}

.shake-img {
    position: absolute;
    bottom: 20%;
    right: 15.5%;
    width: calc(12.5vw);
    transition: all 0.3s;
    cursor: pointer;
    border-radius: calc(12.5vw / 2);
    max-width: 240px;
}

.rl-active-shake-img:hover .shake-img {
    /* animation-play-state: running; */
    animation: shakeAnimation 1s infinite;
    animation-direction: normal;
}

.rl-active-shake-img .shake-img:hover {
    animation: none;
    transform: scale(1.05, 1.05);
}

.solutions-box {
    width: 24.2%;
    max-width: 24.2%;
}

.solutions-box-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 260px;
}

.solutions-box-img.solutions-box-img-two-icon {
    width: calc(100% * 2 / 3);
    margin: auto;
}

.solutions-box-img.solutions-box-img-two-icon img {
    padding-left: 10%;
    padding-right: 10%;
}

.solutions-box-img.solutions-box-img-three-icon {
    max-width: 400px;
    margin: auto;
}

.solutions-box-img.solutions-box-img-three-icon img {
    padding-left: 10%;
    padding-right: 10%;
}

.d-flex-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* 
.d-flex-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.revolusionary-text-area {
    padding: 0px 65px;
}

.face-webcam-banner {
    background-image: url('../../images/Face-Webcam_video.jpg');
}

.face-iphone-banner {
    background-image: url('../../images/Face-iPhone_video.jpg');
}

#banner-area {
    position: absolute;
    width: 100vw;
    height: 36.458vw;
    pointer-events: none;
    z-index: -2;
    left: 0px;
    top: 0;
}

#banner-area .image {
    display: none;
}

.solutions-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
}

.rl-content-banner {
    min-height: unset;
}

.webContent-content {
    height: 36.458vw;
}

.flex-container-column {
    display: flex;
    flex-direction: column;
}

.suitable-layout {
    overflow: hidden;
    margin-bottom: calc( 30px + 3.125vw);
    min-height: 350px;
}

.suitable-layout .flex-container-column {
    justify-content: space-between;
    height: 100%;
    min-height: 350px;
}

.suitable-layout-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
}

.suitable-layout:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-size: 100% 100%;
    background-position: 50% 50%;
    transition: 1s;
    z-index: 1;
}

.hover-suitable-device {
    overflow: hidden;
}

.background-img-fit-div {
    width: 100%;
    transition: all 0.3s;
    background-position: center center;
    background-size: cover;
}

.hover-suitable-device:hover .background-img-fit-div {
    transform: scale(1.1);
}

.suitable-device-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    /* height: 420px; */
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.suitable-device {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding: calc(3.1222896790980053vw + -3.9479618386817px) calc(0.8928571428571428vw + 2.857143px);
}

.suitable-layout-image>img {
    width: 178px;
}

.textbanner-img-position {
    position: absolute;
    left: 0px;
    bottom: -3px;
    pointer-events: none;
}

/* .suitable-layout:hover:after {
    transform: scale(1.2);
} */

.body-suitable-neuron {
    background-image: url(../../images/body_Device_Neuron.jpg);
}

.body-suitable-xsens {
    background-image: url(../../images/body_Device_Xsens.jpg);
    opacity: 0.5;
}

.body-suitable-rokoko {
    background-image: url(../../images/body_Device_Rokoko.jpg);
}

.rl-rel:hover .rl-play-wrapper {
    background: #0009;
}

.center-slick {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
    margin: auto 0;
}

.slick-dots {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 10;
    margin: 0;
    list-style: none;
    text-align: center;
}

.upside-down-flex-direction {
    flex-direction: column;
}

.slick-prev {
    left: 10px;
    z-index: 1;
}

.slick-next {
    right: 10px;
    left: initial;
    z-index: 1;
}

.slick-next:before,
.slick-prev:before {
    font-size: 37px;
}

.slick-next, .slick-prev {
    width: 37px;
    height: 37px;
}

/* .rl-showcase slicker style */
.rl-showcase {
    margin: 0px 10px;
    background-color: #f1e7e1;
    transition: all 1s;
    height: 100%;
    position: relative;
}

.rl-showcase .rl-play-wrapper {
    top: initial;
    left: initial;
    bottom: 10%;
    right: 10%;
    width: calc(32px + 2.5vw);
    height: calc(32px + 2.5vw);
}

.rl-showcase .tag-list > a {
    padding: 4px 10px;
    display: inline-block;
    margin-top: 8px;
    margin-right: 5px;
    background-color: #b9a796;
    color: #ffffff;
    text-decoration: none;
    
}
.rl-showcase .tag-list > a:hover {
    background-color: #9a8a7c;
    color: #ffffff;
}

.rl-slide .slick-track {
    display: flex !important;
}

.rl-slide-container {
    margin: 0 6%
}

.rl-slide .slick-track .slick-slide {
    height: inherit !important;
}

.rl-slide .slick-track .slick-slide:focus {
    outline: 0px;
}

.rl-slide .slick-dots li button:before {
    color: #5a5a5a;
}

.rl-slide .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffffff;
}

.rl-showcase .show-two-line-text {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-transition: '-webkit-line-clamp' 0.8s;
    -moz-transition:'-webkit-line-clamp' 0.8s;
    transition: '-webkit-line-clamp' 0.8s;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: calc(0.125vw + 13.6px);
}

.rl-showcase .show-two-line-text.open {
    -webkit-line-clamp: initial;
}

.rl-showcase .text-padding-left-right-30 {
    padding-left: calc(1.25vw + 6px);
    padding-right: calc(1.25vw + 6px);
}

.rl-slide .slick-next:before,
.rl-slide .slick-prev:before {
    font-size: 40px;
    line-height: 1;
    display: none;
    color: #ffffff;
}

.rl-slide:hover .slick-next:before,
.rl-slide:hover .slick-next:focus,
.rl-slide:hover .slick-prev:before,
.rl-slide:hover .slick-prev:focus {
    display: block;
    animation: fadeIn 0.8s;
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.rl-slide .slick-prev,
.rl-slide .slick-next {
    z-index: 2;
    width: 40px; 
    height: 40px; 
}

.rl-slide .slick-prev {
    left: -15px;
}

.rl-slide .slick-next {
    right: -15px;
}

.rl-slide .slick-prev:before {
    content: "←";
}

.rl-slide .slick-next:before {
    content: '→';
}

.rl-slide .slick-dots {
    bottom: -35px;
}

@media screen and (max-width: 1440px) {
    .rl-slide-container {
        margin: 0 2%;
    }
}

@media screen and (max-width: 767px) {

    .rl-slide .slick-prev {
        left: 0px;
    }
    
    .rl-slide .slick-next {
        right: 0px;
    }

    .rl-slide-container {
        margin: 0;
    }

    .rl-showcase .rl-play-wrapper {
        width: calc(55px + 2.5vw);
        height: calc(55px + 2.5vw);
    }
}

/* .rl-showcase slicker style */

@keyframes shakeAnimation {
    0% {
        transform: translate(-3px, 0px);
    }
    5% {
        transform: translate(3px, 0px);
    }
    10% {
        transform: translate(-3px, 0px);
    }
    15% {
        transform: translate(3px, 0px);
    }
    20% {
        transform: translate(-3px, 0px);
    }
    25% {
        transform: translate(3px, 0px);
    }
    30% {
        transform: translate(-3px, 0px);
    }
    35% {
        transform: translate(3px, 0px);
    }
    40% {
        transform: translate(-3px, 0px);
    }
    45% {
        transform: translate(3px, 0px);
    }
    50%, 100% {
        transform: translate(0px, 0px);
    }
}

@media screen and (max-width: 1900px) {
    .revolusionary-text-area {
        padding: 0 calc(0.8928571428571428vw + 11.142857142857142px);
    }
}

@media screen and (max-width: 1680px) {
    .solutions-title {
        padding-left: 10px;
        padding-right: 10px;
        /* min-height: 120px; */
        min-height: default;
    }
    .textbanner-img-area {
        max-width: 80%;
    }
    .textbanner-text-area.flex-container {
        flex-direction: column;
    }
    .pipe-line {
        display: none;
    }
}

@media screen and (max-width: 1366px) {
    .rl-col-1366.flex-container {
        flex-direction: column !important;
    }
    .solutions-box {
        width: calc((100% - 15px) / 2);
        max-width: calc((100% - 15px) / 2);
        margin-bottom: 15px;
    }
    .solutions-box-img {
        height: 200px
    }
}

/* @media screen and (max-width: 1200px) {
    .textbanner-img-area {
        max-width: 55%;
    }
} */

@media screen and (max-width: 920px) {
    .textbanner-img-area {
        max-width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .shake-img {
        position: absolute;
        bottom: calc(10vw);
        right: calc(16.6vw);
        width: calc(27.5vw);
        animation: none;
        border-radius: unset;
    }
    .rl-active-shake-img:hover .shake-img {
        animation: none;
    }
    .flex-container {
        flex-direction: column !important;
    }
    .solutions-area.flex-container {
        flex-direction: column;
    }
    .flex-container-column.flex-colume-reverse {
        flex-direction: column-reverse;
    }
    .hand-suitable-neuron {
        background-image: url(../../images/hand_Device_Neuron_mobile.jpg);
    }
    .hand-suitable-leap {
        background-image: url(../../images/hand_Device_Leap-Motion_mobile.jpg);
    }
    /* .hand-suitable-neuron:after {
        background-image: url(../../images/hand_Device_Neuron_mobile.jpg);
    }
    .hand-suitable-leap:after {
        background-image: url(../../images/hand_Device_Leap-Motion_mobile.jpg);
    } */
    .rl-feature-banner-button-wrapper {
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .rl-visible {
        display: none !important;
    }
    .rl-hidden {
        display: block !important;
    }
    .rl-column-2>div, .rl-column-3>div, .rl-column-4>div, .rl-column-5>div, .rl-column-6>div {
        width: 100%;
    }
    .rl-background-image-hide {
        background-image: none;
        background-color: #e7e0d9;
    }
    /* ---------------------------------- */
    .rl-650-minheight-pc {
        min-height: auto;
    }
    .solutions-box {
        flex: 0 0 100%;
    }
    .rl-device-area {
        width: 100%;
        height: auto;
        background-size: 100%;
    }
    .feature-desc {
        background-image: none;
        min-height: auto;
    }
    /* .device-bg {
        transform: scale(0.8, 0.8);
    }
    .rl-device-area:hover .device-bg {
        transform: scale(1, 1);
    } */
    .rl-mobile-text-center {
        text-align: center;
    }
    .webContent .rl-button-default {
        min-width: 190px;
    }
    .webContent .rl-button-border {
        min-width: 190px;
    }
    #banner-area {
        display: none;
    }
    .rl-content-banner {
        background-image: url(../../images/main-banner-mobile.jpg);
    }
    .motion-live .rl-content-banner {
        min-height: 360px;
    }
    .webContent-content {
        min-height: 360px;
    }
    .rl-banner-mobile-centerbot {
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }
    .webContent .rl-capture-item .title {
        font-size: calc(0.6944444444444444vw + 22.666666666666668px);
    }
    .suitable-device {
        justify-content: center;
        padding: 10% 0px;
    }
    .textbanner-img-area {
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .upside-down-flex-direction {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 480px) {
    .solutions-box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .solutions-box-img {
        height: 150px
    }
    .solutions-area .solutions-box .solutions-box-img {
        height: 200px;
    }
    .textbanner-img-position {
        left: -25%;
    }
}

@media screen and (max-width: 1366px) {
    .solutions-box-img.solutions-box-img-two-icon {
        max-width: 271px;
        width: calc(100% * 2 / 3);
    }
}

.rokoko-smartgloves-feature-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 0;
}

@media screen and (max-width: 1199px) {
    .rokoko-smartgloves-feature-img {
        position: absolute;
        top: 0;
        right: unset;
        height: 100%;
        z-index: 0;
    }
}

.working-modes-video-wrapper {
    max-width: 1100px;
    width: calc(34.5238vw + 502.8571px); /*1440~768 1000~768px*/
}

.working-modes-video-wrapper > div {
    position: relative;
    height: 0px; 
    padding-top: 56.6038%;
}

.working-modes-video-wrapper > div > iframe {
    position: absolute;
    top:0;
    left:0;
    width: 100%; 
    height:100%
}

.working-modes-hand-mocap {
    position: absolute;
    top: calc(3.9827vw + 10.5306px);/*1920~991 87~50px*/
    right: -60px;
}

.working-modes-hand-mocap-grid-container {
    display: grid;
    grid-template-columns: 180px 225px;
    grid-template-rows: 117px 50px 117px;
}

.working-modes-video-title {
    text-align: center;
    position: absolute;
    top: calc(3.9827vw + 10.5306px);/*1920~991 87~50px*/
    left:  calc(2.7739vw + -47.2593px);  /*1920~1199 6~-14px*/
}

.working-modes a {
    color: #564f4f;
    text-decoration: underline;
}

.working-modes-mobile-img-layout {
    display: flex;
    justify-content: center;
    align-items: center;
}

.working-modes-mobile-img-layout > div:not(:nth-child(2)) {
    width: 250px;
}

.show-max-1199 { 
    display: none;
}

@media screen and (max-width: 1199px) {
    .working-modes-video-wrapper {
        width: 100%;
    }

    .working-modes-video-title {
        left: calc(11.5384vw + -128.3461px)  /*1199~991 10~-14px*/
    }

    .working-modes-hand-mocap {
        display: none;
    }

    .show-max-1199 {
        display: block;
    }
}

@media screen and (max-width: 990px) {
    .working-modes-video-title {
        top:  calc(12.1621vw + -78.5270px);/*991~768 42~15px*/
        left: calc(13.0630vw + -100.4549px);  /*991~768 29~0px*/
        width: 200px;
    }
}