.moved .header-prod-logo .title {
    display: block;
}

.moved .header-prod-logo::before {
    opacity: 1;
}

.header-body {
    position: relative;
}

.header-body .video-block {
    position: relative;
    height: 770px;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.header-body .video-block > video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120%;
    left: -10%;
}

#header-mobile-video {
    display: none;
}

.header-body .video-block .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: -webkit-linear-gradient(to top, rgba(54, 53, 120, 0.6), rgba(54, 53, 121, 0.5) 100%);
    background: -moz-linear-gradient(to top, rgba(54, 53, 120, 0.6), rgba(54, 53, 121, 0.5) 100%);
    background: -o-linear-gradient(to top, rgba(54, 53, 120, 0.6), rgba(54, 53, 121, 0.5) 100%);
    background: -ms-linear-gradient(to top, rgba(54, 53, 120, 0.6), rgba(54, 53, 121, 0.5) 100%);
    background: linear-gradient(to top, rgba(54, 53, 120, 0.6), rgba(54, 53, 121, 0.5) 100%);
    z-index: 2;
}

.header-body .video-block .info-block {
    position: relative;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0 76px 0;
    text-align: center;
    color: #ffffff;
    z-index: 10;
}

.header-body .video-block .info-block .logo {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px auto;
    border-radius: 26px;
}

.header-body .video-block .info-block .title {
    padding-bottom: 16px;
    font-size: 3.125rem;
    font-weight: bold;
}

.header-body .video-block .info-block .sub-title {
    padding-bottom: 30px;
    opacity: 0.8;
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: normal;
}

.header-body .video-block .info-block .dwn-btn {
    min-width: 250px;
    padding: 15px 38px;
    margin-bottom: 50px;
    border-radius: 8px;
    font-size: 1.25rem;
    font-weight: 500;
}

.header-body .video-block .info-block .award-rating-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 25px 0 0;
}

.header-body .video-block .info-block .award-block {
    position: relative;
    height: 70px;
    padding: 0 30px;
    font-size: 1.74rem;
    font-weight: 600;
    line-height: 1;
}

.header-body .video-block .info-block .award-block span {
    font-size: 1.25rem;
    font-weight: 400;
    opacity: 0.75;
    line-height: 1.4;
}

.header-body .video-block .info-block .award-block:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 70px;
    top: -5px;
    left: 0;
    background-image: url("../images/wrth-left.svg?1606843100");
    background-size: 20px 70px;
}

.header-body .video-block .info-block .award-block:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 70px;
    top: -5px;
    right: 0;
    background: url("../images/wrth-right.svg?1606843708");
    background-size: 20px 70px;
}

.header-body .video-block .info-block .rating-block {
    padding: 0 0 0 60px;
}

.header-body .video-block .info-block .appstore-stars {
    width: 139px;
    height: 21px;
    margin: 0 auto 15px auto;
    background: url("../images/gradient-stars-4.9.svg?1606486860") no-repeat 0 0;
}

.header-body .video-block .info-block .appstore-ratings {
    font-size: 1.375rem;
    line-height: 1.27;
    color: rgba(255, 255, 255, 0.7);
}

.header-body .press-list {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 88px;
    background-image: -webkit-linear-gradient(to bottom, rgba(54, 53, 121, 0.6), rgba(54, 53, 121, 0.6));
    background-image: -moz-linear-gradient(to bottom, rgba(54, 53, 121, 0.6), rgba(54, 53, 121, 0.6));
    background-image: -o-linear-gradient(to bottom, rgba(54, 53, 121, 0.6), rgba(54, 53, 121, 0.6));
    background-image: -ms-linear-gradient(to bottom, rgba(54, 53, 121, 0.6), rgba(54, 53, 121, 0.6));
    background-image: linear-gradient(to bottom, rgba(54, 53, 121, 0.6), rgba(54, 53, 121, 0.6));
    z-index: 10;
}

.header-body .press-list .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 calc(50% - 580px);
    height: 88px;
    padding: 0 74px;
}

.header-body .press-list .press-item img {
    height: 30px;
}

.header-body .press-list .press-item:nth-child(1) img {
    height: 41px;
}

.header-body .press-list .press-item:nth-child(3) img {
    height: 36px;
}

.header-body .press-list .press-item:nth-child(4) img {
    height: 34px;
}

.wrap .container {
    max-width: 1060px;
}

.content.description {
    max-width: 890px;
    margin: 0 auto;
}

.content .section-title {
    padding-bottom: 20px;
    font-size: 3.125rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #222222;
}

.content .section-text {
    padding-bottom: 60px;
    font-size: 1.375rem;
    line-height: 1.55;
    text-align: center;
    color: #444444;
}

.quote-text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #222222;
}

.wrap .dwn-btn {
    display: table;
    min-width: 250px;
    max-width: 300px;
    width: fit-content;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 1.25rem;
    font-weight: 500;
}

.description.fade {
    transform: translateY(0);
    opacity: 1;
    transition: transform .6s ease-in-out, opacity .4s ease-in-out;
}

.description.fade.fade-in {
    opacity: 0;
    transition: transform .2s ease-in, opacity .2s ease-in;
    transform: translateY(50px);
}

.high-quality-scans {
    padding: 140px 20px;
}

.high-quality-scans .section-title span {
    color: #4e4cc3;
}

.high-quality-scans .section-text {
    padding-bottom: 20px;
}

.high-quality-scans .animation-block {
    max-width: 525px;
    margin: 0 auto;
    padding: 0 0 40px;
    text-align: center;
}

.high-quality-scans .animation-block video {
    width: 100%;
    height: 100%;
}

.high-quality-scans .quote-block {
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 60px 50px;
}

.high-quality-scans .quote-block::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 5px;
    width: 70px;
    height: 56px;
    background-image: url("../images/quotes.svg?1606081286");
    background-size: 70px 56px;
}

.high-quality-scans .quote-author {
    display: block;
    width: 260px;
    height: 34px;
    margin: 31px 0 0 auto;
    vertical-align: middle;
    background: url("../images/tnyt-gray.svg?1606837283") no-repeat 0 0;
}

.enjoy-documents {
    padding: 0 20px 140px;
}

.enjoy-documents .container {
    padding: 100px 80px;
    border-radius: 20px;
    background-color: rgba(112, 110, 255, 0.08);
}

.enjoy-documents .section-title {
    text-align: left;
}

.enjoy-documents .section-title span {
    color: #4e4cc3;
}

.enjoy-documents .section-text {
    max-width: 750px;
    padding-bottom: 40px;
    text-align: left;
}

.enjoy-documents #enjoyDocumentsArrow {
    margin-right: calc(100% / 2 - 5px);
    padding: 0 0 7px;
    text-align: right;
}

.enjoy-documents #enjoyDocumentsArrow label {
    display: inline-block;
    transform: rotate(-5deg);
    font-size: 2.25rem;
    line-height: 1.67;
    font-family: 'Nanum Pen Script', cursive;
    color: #4e4cc3;
}

.ja .enjoy-documents #enjoyDocumentsArrow label {
    font-size: 2rem;
    font-family: inherit;
}

.zh .enjoy-documents #enjoyDocumentsArrow label {
    font-size: 1.8rem;
    font-family: inherit;
}

.enjoy-documents #enjoyDocumentsArrow span {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
}

.enjoy-documents .compare-slider {
    max-width: 760px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.enjoy-documents .compare-slider img {
    width: 100%;
    display: block;
}

.enjoy-documents .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.enjoy-documents .resize img {
    height: 100%;
    width: auto;
    max-width: initial;
}

.enjoy-documents .handle {
    position: absolute;
    left: 50%;
    top: 49.9%;
    height: 89.4%;
    bottom: 0;
    width: 4px;
    transform: translateY(-50%);
    margin-left: -1px;
    background-color: #4e4cc3;
    cursor: ew-resize;
}

.enjoy-documents .handle:after {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    content: "";
    background: url("../images/pull-me-btn.svg?1606486858");
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3), inset 0 2px 0 rgba(255, 255, 255, .5);
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.enjoy-documents .compare-slider:hover .handle:after {
    -webkit-animation: swing 0.6s ease;
    animation: swing 0.6s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.enjoy-documents .draggable:after {
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
}

.text-vision {
    padding: 0 20px 140px;
}


.text-vision .animation-block {
    max-width: 874px;
    margin: 0 auto;
}

.keep-organized {
    padding: 0 20px 140px;
}

.keep-organized .container {
    display: flex;
    justify-content: space-between;
}

.keep-organized .animation-block {
    width: 100%;
    position: relative;
}

.keep-organized .animation-block video {
    max-width: 400px;
    margin: 0 0 0 25px;
}

.keep-organized .animation-block .text-1, .keep-organized .animation-block .text-2, .keep-organized .animation-block .text-3 {
    position: absolute;
    font-size: 2.25rem;
    line-height: 1.67;
    font-family: 'Nanum Pen Script', cursive;
    color: #4e4cc3;
}

.ja .keep-organized .animation-block .text-1, .ja .keep-organized .animation-block .text-2, .ja .keep-organized .animation-block .text-3 {
    font-size: 2rem;
    font-family: inherit;
}

.zh .keep-organized .animation-block .text-1, .zh .keep-organized .animation-block .text-2, .zh .keep-organized .animation-block .text-3 {
    font-size: 1.6rem;
    font-family: inherit;
}

.keep-organized .animation-block .text-1 {
    top: -38px;
    left: 17px;
    transform: rotate(-5deg);
}

.keep-organized .animation-block .text-2 {
    top: 14px;
    right: 35px;
    transform: rotate(7deg);
}

.ja .keep-organized .animation-block .text-2 {
    right: 9px;
}

.keep-organized .animation-block .text-3 {
    bottom: 48px;
    right: 9px;
    transform: rotate(-5deg);
    line-height: 0.94;
}

.ja .keep-organized .animation-block .text-3 {
    right: -60px;
}

.zh .keep-organized .animation-block .text-3 {
    bottom: 83px;
}

.pt .keep-organized .animation-block .text-3 {
    right: 1px;
}

.es .keep-organized .animation-block .text-3 {
    right: 27px;
}

.fr .keep-organized .animation-block .text-3 {
    right: -14px;
}

.keep-organized .vertical-view-btn {
    display: none;
}

.keep-organized .description {
    width: 100%;
    max-width: 484px;
    margin: 0 0 0 93px;
}

.keep-organized .section-title {
    text-align: left;
}

.keep-organized .section-title span {
    color: #4e4cc3;
}

.keep-organized .section-text {
    text-align: left;
}

.keep-organized .dwn-btn {
    margin: 0 auto 0 0;
}

.do-more-with-documents {
    padding: 0 20px 140px;
}

.do-more-with-documents .container {
    padding: 100px 80px;
    border-radius: 20px;
    background-color: rgba(112, 110, 255, 0.08);
}

.do-more-with-documents .section-title {
    text-align: left;
}

.do-more-with-documents .section-title span {
    color: #4e4cc3;
}

.do-more-with-documents .feature-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.do-more-with-documents .feature-item {
    padding: 60px 0 0;
    width: 45%;
    max-width: 400px;
}

.do-more-with-documents .feature-item .icon {
    width: 60px;
    margin: 0 auto 20px 0;
}

.do-more-with-documents .feature-item .title {
    padding: 0 0 2px;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.55;
    color: #222222;
}

.do-more-with-documents .feature-item .text {
    font-size: 1.375rem;
    line-height: 1.55;
    color: #444444;
}

.save-time {
    padding: 0 20px 140px;
}

.save-time .container {
    display: flex;
    justify-content: space-between;
    padding: 100px 80px 60px;
    border-radius: 20px;
    background-color: rgba(112, 110, 255, 0.08);
}

.save-time .animation-block {
    width: 100%;
}

.save-time .animation-block video {
    max-height: 540px;
    margin-top: -30px;
    margin-right: -50px;
}

.save-time .vertical-view-btn.dwn-btn {
    display: none;
}

.save-time .description {
    width: 100%;
    max-width: 429px;
    margin: 0 44px 0 0;
}

.save-time .section-title {
    text-align: left;
}

.save-time .section-title span {
    color: #4e4cc3;
}

.save-time .section-text {
    text-align: left;
}

.save-time .dwn-btn {
    margin: 0 auto 0 0;
}

.press-block {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 140px;
}

.press-block.content .section-title {
    padding-bottom: 30px;
}

.press-block .press-quote-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.press-block .press-item {
    position: relative;
    width: 30%;
    height: 310px;
    padding: 42px 30px 20px 30px;
    margin: 30px 0 0 0;
    border-radius: 12px;
    background-color: rgba(244, 244, 244, 0.8);
}

.press-block .press-item:nth-child(1), .press-block .press-item:nth-child(2), .press-block .press-item:nth-child(4), .press-block .press-item:nth-child(5) {
    margin: 30px 18px 0 0;
}

.press-block .press-item .text {
    position: relative;
    font-size: 1.25em;
    line-height: 1.5;
}

.press-block .press-item .text:before {
    content: "";
    position: absolute;
    top: -13px;
    left: -10px;
    width: 35px;
    height: 28px;
    background-image: url("../images/quotes.svg?1606081286");
    background-size: 35px 28px;
}

.press-block .press-item .icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
}


.press-block .press-bullets {
    display: none;
}

.fluently-languages-block {
    padding: 0 0 100px;
}

.fluently-languages-block .description {
    padding: 140px 0 0;
    border-top: 1px solid #dcdcdc;
}

.fluently-languages-block .content .section-title {
    padding: 0 0 80px;
}

.fluently-languages-block .lang-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 735px;
    margin: 0 auto 80px;
}

.fluently-languages-block .flag {
    width: 42px;
    height: 42px;
}

.fluently-languages-block .flag.en {
    background: url("../images/en.svg?1606081286") no-repeat center;
}

.fluently-languages-block .flag.de {
    background: url("../images/de.svg?1606081286") no-repeat center;
}

.fluently-languages-block .flag.fr {
    background: url("../images/fr.svg?1606081286") no-repeat center;
}

.fluently-languages-block .flag.es {
    background: url("../images/es.svg?1606081286") no-repeat center;
}

.fluently-languages-block .flag.it {
    background: url("../images/it.svg?1606081286") no-repeat center;
}

.fluently-languages-block .flag.pt {
    background: url("../images/pt.svg?1606081286") no-repeat center;
}

.fluently-languages-block .flag.ja {
    background: url("../images/ja.svg?1606081286") no-repeat center;
}

.fluently-languages-block .flag.zh {
    background: url("../images/zh.svg?1606081286") no-repeat center;
}

.fluently-languages-block .flag.ua {
    background: url("../images/ua.svg?1606081286") no-repeat center;
}

.fluently-languages-block .flag.ru {
    background: url("../images/ru.svg?1606081286") no-repeat center;
}

@media (max-width: 1199px) {
    .header-body .video-block video {
        width: initial;
    }

    .header-body .press-list .container {
        margin: 0;
    }

    .high-quality-scans {
        padding: 120px 0;
    }

    .enjoy-documents {
        padding: 0 20px 120px;
    }

    .enjoy-documents .container {
        padding: 80px 66px;
    }

    .keep-organized {
        padding: 0 0 120px;
    }

    .keep-organized .description {
        margin: 0 0 0 40px;
    }

    .keep-organized .animation-block {
        min-width: 490px;
    }

    .keep-organized .animation-block video {
        margin: initial;
    }

    .keep-organized .animation-block .text-1 {
        left: -5px;
    }

    .keep-organized .animation-block .text-2 {
        right: 55px;
    }

    .ja .keep-organized .animation-block .text-2 {
        right: 43px;
    }

    .keep-organized .animation-block .text-3 {
        right: 29px;
    }

    .ja .keep-organized .animation-block .text-3 {
        right: -19px;
    }

    .zh .keep-organized .animation-block .text-3 {
        bottom: 83px;
        right: 51px;
    }

    .pt .keep-organized .animation-block .text-3 {
        right: 29px;
    }

    .es .keep-organized .animation-block .text-3 {
        right: 64px;
    }

    .fr .keep-organized .animation-block .text-3 {
        right: 21px;
    }

    .do-more-with-documents {
        padding: 0 20px 120px;
    }

    .do-more-with-documents .container {
        padding: 80px 66px;
    }

    .text-vision {
        padding: 0 0 120px;
    }

    .save-time {
        padding: 0 20px 120px;
    }

    .save-time .container {
        padding: 80px 66px 40px;
    }

    .save-time .animation-block video {
        margin-right: -40px;
    }

    .press-block {
        padding: 0 0 120px;
    }

    .press-block .content .section-title {
        padding-bottom: 10px;
    }

    .fluently-languages-block .description {
        padding: 120px 0 0;
    }
}

@media (max-width: 1024px) {
    .header-body .video-block {
        height: 710px;
    }

    .header-body .video-block video {
        left: -30%;
    }

    .header-body .video-block .info-block {
        padding: 110px 0 120px 0;
    }

    .header-body .video-block .info-block .logo {
        margin: 0 auto 22px auto;
    }

    .header-body .video-block .info-block .title {
        padding-bottom: 9px;
    }

    .header-body .video-block .info-block .sub-title {
        padding-bottom: 34px;
    }

    .header-body .video-block .info-block .dwn-btn {
        margin-bottom: 26px;
    }

    .header-body .video-block .info-block .award-block {
        height: 59px;
        padding: 0 28px;
        font-size: 1.375rem;
    }

    .header-body .video-block .info-block .award-block:before, .header-body .video-block .info-block .award-block:after {
        width: 16px;
        height: 58px;
        background-size: 16px 58px;
    }

    .header-body .video-block .info-block .award-block span {
        font-size: 1rem;
        line-height: 1.75;
    }

    .header-body .video-block .info-block .appstore-stars {
        margin: 0 auto 8px auto;
    }

    .header-body .video-block .info-block .appstore-ratings {
        font-size: 1rem;
        line-height: 1.75;
    }

    .header-body .press-list {
        height: 80px;
    }

    .header-body .press-list .container {
        height: 80px;
    }

    .header-body .press-list .press-item img {
        height: 23px;
    }

    .header-body .press-list .press-item:nth-child(1) img {
        height: 32px;
    }

    .header-body .press-list .press-item:nth-child(3) img {
        height: 28px;
    }

    .header-body .press-list .press-item:nth-child(4) img {
        height: 27px;
    }
}

@media (max-width: 991px) {
    .header-body .press-list .container {
        padding: 0 45px;
    }

    .content .section-title {
        font-size: 2.875rem;
    }

    .high-quality-scans {
        padding: 100px 0;
    }

    .high-quality-scans .section-text {
        padding-bottom: 20px;
    }

    .high-quality-scans .animation-block {
        max-width: 490px;
        padding: 0 0 35px;
    }

    .high-quality-scans .quote-author {
        margin: 20px 0 0 auto;
    }

    .enjoy-documents {
        padding: 0 20px 100px;
    }

    .enjoy-documents .container {
        padding: 80px 60px;
    }

    .keep-organized {
        padding: 0 0 100px;
    }

    .keep-organized .animation-block {
        width: 344px;
        min-width: initial;
        margin-top: 46px;
    }

    .keep-organized .animation-block video {
        height: 450px;
    }

    .keep-organized .animation-block .text-1, .keep-organized .animation-block .text-2, .keep-organized .animation-block .text-3 {
        font-size: 2rem;
    }

    .ja .keep-organized .animation-block .text-1, .ja .keep-organized .animation-block .text-2 {
        font-size: 1.4rem;
    }

    .ja .keep-organized .animation-block .text-1 {
        top: -30px;
    }

    .keep-organized .animation-block .text-2 {
        top: 6px;
        right: -16px;
    }

    .ja .keep-organized .animation-block .text-2 {
        top: 10px;
        right: -31px;
    }

    .es .keep-organized .animation-block .text-2 {
        right: -27px;
    }

    .fr .keep-organized .animation-block .text-2 {
        right: -23px;
    }

    .keep-organized .animation-block .text-3 {
        bottom: 33px;
        right: -46px;
    }

    .ja .keep-organized .animation-block .text-3 {
        right: -59px;
        bottom: 50px;
        font-size: 1.3rem;
    }

    .zh .keep-organized .animation-block .text-3 {
        bottom: 64px;
        right: -38px;
    }

    .pt .keep-organized .animation-block .text-3 {
        right: -50px;
    }

    .es .keep-organized .animation-block .text-3 {
        right: -17px;
    }

    .fr .keep-organized .animation-block .text-3 {
        right: -50px;
        bottom: 38px;
        font-size: 1.8rem;
    }

    .keep-organized .description {
        margin: 0 0 0 50px;
    }

    .keep-organized .section-text {
        padding-bottom: 40px;
    }

    .do-more-with-documents {
        padding: 0 20px 100px;
    }

    .do-more-with-documents .container {
        padding: 80px 45px;
    }

    .do-more-with-documents .feature-item {
        padding: 50px 0 0;
    }

    .text-vision {
        padding: 0 0 100px;
    }

    .en .text-vision .section-title {
        background-position: center 0;
    }

    .save-time {
        padding: 0 20px 100px;
    }

    .save-time .container {
        padding: 80px 20px;
    }

    .save-time .animation-block video {
        max-height: 450px;
        margin-right: -20px;
    }

    .save-time .description {
        margin: 0 15px 0 0;
    }

    .press-block .press-item {
        width: 50%;
        max-width: 304px;
    }

    .press-block .press-item:nth-child(1), .press-block .press-item:nth-child(3), .press-block .press-item:nth-child(5) {
        margin: 30px 18px 0;
    }

    .press-block .press-item:nth-child(2), .press-block .press-item:nth-child(4), .press-block .press-item:nth-child(6) {
        margin: 30px 0 0;
    }

    .fluently-languages-block .content .section-title {
        padding: 0 0 40px;
    }

    .fluently-languages-block .lang-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fluently-languages-block .flag {
        min-width: 14%;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .wrap .container {
        padding: 0 30px;
    }

    .header-body .video-block {
        height: 650px;
    }

    .header-body .video-block .info-block {
        padding: 100px 0 120px 0;
    }

    .header-body .video-block video {
        left: -50%;
    }

    .header-body .video-block .info-block .title {
        font-size: 2.875rem;
    }

    .header-body .video-block .info-block .sub-title {
        padding-bottom: 30px;
        font-size: 1.5rem;
    }

    .header-body .video-block .info-block .award-block {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .header-body .video-block .info-block .award-block span {
        font-size: 0.8125rem;
        line-height: 2.15;
    }

    .header-body .video-block .info-block .appstore-stars {
        width: 99px;
        height: 15px;
        margin: 0 auto 6px auto;
    }

    .header-body .video-block .info-block .rating-block {
        padding: 5px 0 0 60px;
    }

    .header-body .video-block .info-block .appstore-ratings {
        font-size: 0.8125rem;
        line-height: 2.15;
    }

    .header-body .press-list {
        overflow: hidden;
    }

    .header-body .press-list .container {
        width: 2400px;
        height: 80px;
        background: url("../images/sp-press-all.svg") repeat-x;
        background-size: 800px 80px;
        animation: slideMobilePress 40s linear infinite;
        background-repeat: round;
        max-width: unset;
    }

    @keyframes slideMobilePress {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-800px, 0, 0);
        }
    } .header-body .press-list .press-item {
          display: none;
      }

    .high-quality-scans .section-text {
        padding-bottom: 20px;
    }

    .high-quality-scans .animation-block {
        max-width: 450px;
    }

    .enjoy-documents .container {
        padding: 60px 30px;
    }

    .keep-organized .container {
        flex-direction: column;
    }

    .keep-organized .description {
        max-width: initial;
        margin: 0;
        order: 1;
    }

    .keep-organized .description .dwn-btn {
        display: none;
    }

    .keep-organized .animation-block {
        margin: 34px auto 0;
        order: 2;
    }

    .keep-organized .vertical-view-btn.dwn-btn {
        display: block;
        margin: 60px auto 0;
        order: 3;
    }

    .keep-organized .animation-block video {
        margin: 0 0 0 17px;
    }

    .pt .keep-organized .animation-block .text-3 {
        right: -60px;
    }

    .do-more-with-documents .container {
        padding: 50px 20px;
    }

    .do-more-with-documents .section-title {
        padding-bottom: 5px;
    }

    .do-more-with-documents .feature-item {
        padding: 40px 0 0;
    }

    .do-more-with-documents .feature-item .icon {
        margin: 0 auto 15px 0;
    }

    .save-time .container {
        flex-direction: column;
        padding: 50px 20px;
    }

    .save-time .description {
        max-width: initial;
        margin: 0;
    }

    .save-time .section-text {
        padding-bottom: 10px;
    }

    .save-time .description .dwn-btn {
        display: none;
    }

    .save-time .animation-block {
        margin: 0 auto;
    }

    .save-time .animation-block video {
        margin: 0 auto;
        width: 100%;
    }

    .save-time .vertical-view-btn.dwn-btn {
        display: block;
        margin: 25px auto 0;
    }

    .press-block {
        padding: 0 0 100px;
    }

    .press-block .content .section-title br {
        display: none;
    }

    .press-block .press-item {
        width: 45%;
        padding: 42px 22px 20px 22px;
    }

    .press-block .press-item .text {
        font-size: 1.125rem;
    }

    .press-block .press-item .icon.times {
        width: 175px;
        height: 24px;
    }

    .fluently-languages-block .description {
        padding: 100px 0 0;
    }

    .fluently-languages-block .lang-list {
        margin: 0 auto 60px;
    }
}

@media (min-width: 576px) {
    .press-block .press-quote-list .press-item {
        opacity: 1 !important;
    }
}

@media (max-width: 575px) {
    .header-body .video-block {
        height: 714px;
    }

    .header-body .video-block video {
        left: 0;
    }

    #header-desktop-video {
        display: none;
    }

    #header-mobile-video {
        display: block;
    }

    .header-body .video-block .info-block {
        padding: 100px 0 110px 0;
    }

    .header-body .video-block .info-block .logo {
        margin: 0 auto 24px auto;
    }

    .header-body .video-block .info-block .title {
        padding-bottom: 8px;
        font-size: 2.125rem;
        line-height: 1.18;
    }

    .header-body .video-block .info-block .sub-title {
        padding-bottom: 40px;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .header-body .video-block .info-block .dwn-btn {
        margin-bottom: 28px;
    }

    .header-body .video-block .info-block .award-rating-block {
        flex-direction: column;
        padding: 0;
    }

    .header-body .video-block .info-block .award-block {
        margin: 0 auto;
        order: 2;
    }

    .header-body .video-block .info-block .rating-block {
        padding: 0 0 13px;
        order: 1;
    }

    .wrap .container {
        padding: 0 20px;
    }

    .content .section-title {
        font-size: 1.875rem;
        line-height: 1.33;
    }

    .content .section-text {
        padding-bottom: 40px;
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .quote-text {
        font-size: 1.5rem;
        line-height: 1.42;
    }

    .high-quality-scans {
        padding: 80px 0;
    }

    .high-quality-scans .section-text {
        padding-bottom: 20px;
    }

    .high-quality-scans .animation-block {
        max-width: 410px;
        padding: 0 0 25px;
    }

    .high-quality-scans .quote-block {
        padding: 0 0 60px 30px;
    }

    .high-quality-scans .quote-block::before {
        width: 60px;
        height: 48px;
        top: -8px;
        left: -7px;
        background-size: 60px 48px;
    }

    .enjoy-documents {
        padding: 0 10px 80px;
    }

    .enjoy-documents .container {
        padding: 50px 20px;
    }

    .enjoy-documents #enjoyDocumentsArrow label {
        font-size: 2rem;
        line-height: 1;
    }

    .ja .enjoy-documents #enjoyDocumentsArrow label {
        font-size: 1.6rem;
    }

    .enjoy-documents .compare-slider {
        max-width: 223px;
        margin: 0 auto;
    }

    .enjoy-documents .handle {
        top: 39.4%;
        height: 68%;
    }

    .enjoy-documents .handle:after {
        width: 48px;
        height: 48px;
        margin: -24px 0 0 -24px;
    }

    .keep-organized {
        padding: 0 0 80px;
    }

    .keep-organized .animation-block video {
        height: 390px;
        margin: 0 0 0 37px;
    }

    .ja .keep-organized .animation-block .text-1, .ja .keep-organized .animation-block .text-2 {
        font-size: 1.2rem;
    }

    .keep-organized .animation-block .text-1 {
        left: 7px;
    }

    .ja .keep-organized .animation-block .text-1 {
        left: 29px;
        top: -27px;
    }

    .keep-organized .animation-block .text-2 {
        top: 0;
        right: -3px;
    }

    .ja .keep-organized .animation-block .text-2 {
        right: -3px;
    }

    .keep-organized .animation-block .text-3 {
        bottom: 24px;
        right: -25px;
    }

    .ja .keep-organized .animation-block .text-3 {
        right: -25px;
        bottom: 43px;
        font-size: 1.1rem;
    }

    .zh .keep-organized .animation-block .text-3 {
        bottom: 52px;
        right: -25px;
    }

    .pt .keep-organized .animation-block .text-3 {
        right: -34px;
    }

    .fr .keep-organized .animation-block .text-3 {
        right: -33px;
        bottom: 30px;
    }

    .do-more-with-documents {
        padding: 0 10px 80px;
    }

    .do-more-with-documents .container {
        padding: 50px 20px;
    }

    .do-more-with-documents .feature-list {
        flex-direction: column;
    }

    .do-more-with-documents .feature-item {
        width: 100%;
        max-width: initial;
    }

    .do-more-with-documents .feature-item .icon {
        margin: 0 auto 5px 0;
    }

    .text-vision {
        padding: 0 0 80px;
    }

    .en .text-vision .section-title {
        padding-top: 2px;
        background-size: 190px 44px;
    }

    .text-vision .animation-block {
        max-width: 260px;
    }

    .save-time {
        padding: 0 10px 80px;
    }

    .save-time .container {
        padding: 50px 20px;
    }

    .save-time .section-text {
        padding-bottom: 10px;
    }

    .press-block {
        padding: 0 0 80px;
    }

    .press-block .content .section-title {
        padding-bottom: 40px;
    }

    .press-block .press-quote-list {
        position: relative;
        height: 310px;
    }

    .press-block .press-item {
        position: absolute;
        max-width: 294px;
        width: 100%;
        padding: 42px 30px 20px 30px;
        opacity: 0;
    }

    .press-block .press-item:nth-child(1), .press-block .press-item:nth-child(2), .press-block .press-item:nth-child(3), .press-block .press-item:nth-child(4), .press-block .press-item:nth-child(5), .press-block .press-item:nth-child(6) {
        margin: 0 auto;
    }

    .press-block .press-bullets {
        display: block;
        margin: 30px auto 0;
        list-style: none;
        text-align: center;
    }

    .press-block .press-bullets li {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #b9b9b9;
        opacity: 0.4;
    }

    .press-block .press-bullets li.current {
        opacity: 1;
    }

    .fluently-languages-block {
        padding: 0 0 80px;
    }

    .fluently-languages-block .description {
        padding: 80px 0 0;
    }

    .fluently-languages-block .content .section-title {
        padding: 0 0 20px;
    }

    .fluently-languages-block .lang-list {
        max-width: 400px;
    }

    .fluently-languages-block .flag {
        min-width: 30%;
        margin-top: 40px;
    }
}

@media (max-width: 414px) {
    .keep-organized .section-text {
        padding-bottom: 35px;
    }

    .keep-organized .animation-block video {
        height: 340px;
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
    }

    .keep-organized .animation-block .text-1, .keep-organized .animation-block .text-2, .keep-organized .animation-block .text-3 {
        font-size: 1.8rem;
    }

    .zh .keep-organized .animation-block .text-1, .zh .keep-organized .animation-block .text-2, .zh .keep-organized .animation-block .text-3 {
        font-size: 1.4rem;
    }

    .ja .keep-organized .animation-block .text-1, .ja .keep-organized .animation-block .text-2 {
        font-size: 1.1rem;
    }

    .keep-organized .animation-block .text-1 {
        top: -28px;
        left: 9px;
    }

    .ja .keep-organized .animation-block .text-1 {
        left: 34px;
    }

    .keep-organized .animation-block .text-2 {
        top: 0;
        right: 28px;
    }

    .ja .keep-organized .animation-block .text-2 {
        top: 8px;
        right: 22px;
    }

    .es .keep-organized .animation-block .text-2 {
        right: 22px;
    }

    .fr .keep-organized .animation-block .text-2 {
        right: 15px;
    }

    .keep-organized .animation-block .text-3 {
        bottom: 18px;
        right: 14px;
    }

    .ja .keep-organized .animation-block .text-3 {
        right: 5px;
        bottom: 38px;
        font-size: 1rem;
    }

    .zh .keep-organized .animation-block .text-3 {
        bottom: 46px;
        right: 9px;
    }

    .pt .keep-organized .animation-block .text-3 {
        right: -10px;
    }

    .es .keep-organized .animation-block .text-3 {
        right: 22px;
    }

    .fr .keep-organized .animation-block .text-3 {
        right: -11px;
        bottom: 21px;
    }
}

@media (max-width: 375px) {
    .wrap .dwn-btn {
        min-width: 240px;
    }

    .quote-text {
        font-size: 1.4rem;
    }

    .high-quality-scans .quote-author {
        width: 200px;
        height: 25px;
        background-size: 200px 30px;
    }

    .keep-organized .animation-block video {
        height: 280px;
        max-width: 280px;
    }

    .keep-organized .animation-block .text-1, .keep-organized .animation-block .text-2, .keep-organized .animation-block .text-3 {
        font-size: 1.4rem;
    }

    .ja .keep-organized .animation-block .text-1, .ja .keep-organized .animation-block .text-2 {
        font-size: 1rem;
    }

    .zh .keep-organized .animation-block .text-1, .zh .keep-organized .animation-block .text-2, .zh .keep-organized .animation-block .text-3 {
        font-size: 1.2rem;
    }

    .keep-organized .animation-block .text-1 {
        top: -25px;
        left: 18px;
    }

    .ja .keep-organized .animation-block .text-1 {
        left: 31px;
        top: -22px;
    }

    .keep-organized .animation-block .text-2 {
        top: 1px;
        right: 82px;
    }

    .ja .keep-organized .animation-block .text-2 {
        top: 5px;
        right: 74px;
    }

    .es .keep-organized .animation-block .text-2 {
        right: 74px;
    }

    .fr .keep-organized .animation-block .text-2 {
        right: 74px;
    }

    .keep-organized .animation-block .text-3 {
        bottom: 18px;
        right: 72px;
    }

    .ja .keep-organized .animation-block .text-3 {
        right: 56px;
        bottom: 29px;
        font-size: 0.9rem;
    }

    .zh .keep-organized .animation-block .text-3 {
        bottom: 37px;
        right: 64px;
    }

    .pt .keep-organized .animation-block .text-3 {
        right: 56px;
    }

    .es .keep-organized .animation-block .text-3 {
        right: 82px;
    }

    .fr .keep-organized .animation-block .text-3 {
        right: 50px;
        bottom: 19px;
        font-size: 1.4rem;
    }

    .text-vision .animation-block {
        max-width: 225px;
    }
}