﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.t-hero-title {
    font-size: 73px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 88px;
    letter-spacing: -0.02em;
}
.t-hero-subtitle {
    font-size: 44px;
    font-weight: 500;
    color: #0f0f0f;
    line-height: 53px;
    letter-spacing: -0.0275em;
}
.t-hero-title + .t-hero-subtitle {
    margin-top: 12px;
}
.t-hero-description {
    font-size: 23px;
    font-weight: 400;
    color: #333;
    line-height: 35px;
    letter-spacing: 0.004em;
}
.t-hero-subtitle + .t-hero-description {
    margin-top: 27px;
}
@media only screen and (max-width: 767px) {
    .t-hero-title {
        font-size: 53px;
        line-height: 63px;
    }
    .t-hero-subtitle {
        font-size: 32px;
        line-height: 38px;
    }
    .t-hero-title + .t-hero-subtitle {
        margin-top: 9px;
    }
    .t-hero-subtitle + .t-hero-description {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 374px) {
    .t-hero-title {
        font-size: 48px;
    }
}
.t-level-2_name {
    font-size: 21px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 27px;
    letter-spacing: 0.00125em;
}
.t-level-2_title {
    font-size: 49px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 59px;
    letter-spacing: -0.016em;
}
.t-level-2_name + .t-level-2_title {
    margin-top: 17px;
}
.t-level-2_title-s {
    font-size: 21px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 27px;
    letter-spacing: 0.00125em;
}
.t-level-2_description + .t-level-2_title-s {
    margin-top: 64px;
}
.t-level-2_description {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 32px;
    letter-spacing: 0.002em;
}
.t-level-2_title + .t-level-2_description {
    margin-top: 22px;
}
.t-level-2_title-s + .t-level-2_description {
    margin-top: 5px;
}
@media only screen and (max-width: 767px) {
    .t-level-2_name {
        font-size: 21px;
        line-height: 27px;
    }
    .t-level-2_title {
        font-size: 36px;
        line-height: 43px;
    }
    .t-level-2_name + .t-level-2_title {
        margin-top: 12px;
    }
}
.t-level-3_title {
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 38px;
}
.t-level-3_title-s {
    font-size: 18px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 24px;
    letter-spacing: 0.004em;
}
.t-level-3_description + .t-level-3_title-s {
    margin-top: 45px;
}
.t-level-3_description {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    line-height: 27px;
    letter-spacing: 0.004em;
}
.t-level-3_title + .t-level-3_description {
    margin-top: 14px;
}
.t-level-3_title-s + .t-level-3_description {
    margin-top: 5px;
}
.t-level-4_title {
    font-size: 14px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 18px;
}
.t-level-4_description {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 21px;
}
.t-level-4_title + .t-level-4_description {
    margin-top: 5px;
}
@-webkit-keyframes error {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    14.3%,
    42.9%,
    71.5% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    28.6%,
    57.2%,
    85.8% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes error {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    14.3%,
    42.9%,
    71.5% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    28.6%,
    57.2%,
    85.8% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
html {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-weight: 400;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
body.has-modal {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.modal ~ * {
    display: none;
}
.modal__wrapper {
    height: 100%;
}
.modal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal__image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 200px);
    height: calc(100vh - 200px);
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .modal__image-wrapper {
        width: calc(100vw - 40px);
        height: calc(100vh - 100px);
    }
}
.modal__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.video {
    width: calc(100% - 300px);
    max-width: 1400px;
    margin: 0 auto;
}
.video__container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1366px) {
    .video {
        width: calc(100% - 100px);
    }
}
@media only screen and (max-width: 767px) {
    .video {
        width: 100%;
    }
}
.html-video-wrapper {
    position: relative;
    width: calc(100% - 300px);
    max-width: 1400px;
    height: 0;
    margin: 0 auto;
    padding-bottom: 56.25%;
}
@media only screen and (max-width: 1366px) {
    .html-video-wrapper {
        width: calc(100% - 100px);
    }
}
@media only screen and (max-width: 767px) {
    .html-video-wrapper {
        width: 100%;
    }
}
.html-video-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.html-video-block video {
    width: 100%;
    height: 100%;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    -webkit-transition: background 110ms ease-in-out, -webkit-backdrop-filter 120ms 100ms ease-in-out;
    transition: background 110ms ease-in-out, -webkit-backdrop-filter 120ms 100ms ease-in-out;
}
.modal__close {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 2;
    font-size: 17px;
    font-weight: 400;
    color: #0f0f0f;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 330ms ease-out, transform 280ms ease-out, color 130ms ease-in-out;
}
.modal__close path {
    fill: #0f0f0f;
    transition: 130ms ease-in-out;
}
.modal__close-icon {
    margin-top: 2px;
    margin-right: 5px;
}
.hover .modal__close:hover {
    color: rgba(15, 15, 15, 0.5);
}
.hover .modal__close:hover path {
    fill: rgba(15, 15, 15, 0.5);
}
.modal__close.is-active {
    opacity: 1;
    transform: scale(1);
}
.modal__content {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 330ms ease-out, transform 280ms ease-out;
}
.modal.is-active {
    background-color: #fff;
    pointer-events: all;
}
.modal.is-active .modal__content.is-active {
    opacity: 1;
    transform: scale(1);
}
.modal.is-animated {
    -webkit-transition: background 110ms 100ms ease-in-out, -webkit-backdrop-filter 120ms ease-in-out;
    transition: background 110ms 100ms ease-in-out, -webkit-backdrop-filter 120ms ease-in-out;
}
@media only screen and (max-width: 767px) {
    .modal__close {
        top: 30px;
        left: 20px;
    }
}
.notify {
    position: relative;
    text-align: center;
    transition: opacity 330ms ease-out, transform 280ms ease-out;
}
.notify__thankyou {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    margin-top: 1px;
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    letter-spacing: -0.002em;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.notify__thankyou.is-visible {
    opacity: 1;
}
.notify__content.is-invisible {
    opacity: 0;
}
.notify__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    letter-spacing: -0.002em;
}
.notify__description {
    max-width: 450px;
    margin: 9px auto 0;
    padding: 4px 0;
    font-size: 20px;
    color: #333;
    line-height: 32px;
}
.modal .notify__description {
    max-width: 700px;
}
.notify__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.notify__email {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 37px;
    margin: 2px auto 0;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    text-align: center;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(15, 15, 15, 0.15);
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 130ms ease-in-out, color 130ms ease-in-out;
}
.notify__email.is-false {
    -webkit-animation: error 550ms ease-in-out forwards;
    animation: error 550ms ease-in-out forwards;
}
.notify__email::-webkit-input-placeholder {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    text-align: center;
}
.notify__email::-moz-placeholder {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    text-align: center;
}
.notify__email:-ms-input-placeholder {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    text-align: center;
}
.notify__email:focus::-webkit-input-placeholder {
    opacity: 0;
}
.notify__email:focus::-moz-placeholder {
    opacity: 0;
}
.notify__email:focus:-ms-input-placeholder {
    opacity: 0;
}
.notify__submit.btn--notify {
    margin: 22px auto 0;
    padding: 0;
    font-size: 17px;
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: background-color 330ms ease-in-out, color 330ms ease-in-out;
}
.notify__email.is-thankyou {
    border: none;
    color: #ff355d;
}
.notify__submit.btn--notify.is-thankyou {
    opacity: 0;
    pointer-events: none;
}
.notify__unsubscribe.btn--notify {
    margin: 22px auto 0;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: background-color 330ms ease-in-out, color 330ms ease-in-out;
}
@media only screen and (max-width: 767px) {
    .notify {
        padding: 0 20px;
    }
}
.main-nav.l-wrapper,
.current-page.l-wrapper {
    box-sizing: content-box;
    width: calc(100% - 80px);
    padding: 0 40px;
}
.main-nav .l-inner,
.current-page .l-inner {
    width: 100%;
    margin: 0 auto;
}
.main-nav .l-inner--wide,
.current-page .l-inner--wide {
    max-width: 1400px;
}
.main-nav .l-inner--narrow,
.current-page .l-inner--narrow {
    max-width: 980px;
}
@media only screen and (max-width: 850px) {
    .main-nav.l-wrapper,
    .current-page.l-wrapper {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}
@media only screen and (max-width: 850px) {
    html.stop-scroll {
        overflow: hidden !important;
        height: 100% !important;
    }
}
.p-classic .content {
    padding-top: 0 !important;
}
.main-nav {
    position: relative;
}
.main-nav__nav {
    flex: 1 0 auto;
    padding-top: 17px;
    border-bottom: 1px solid #dfdfdf;
}
.main-nav__nav-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.main-nav__nav-link {
    position: relative;
    padding-bottom: 17px;
    font-size: 14px;
    color: #000;
    line-height: 16px;
    letter-spacing: -0.005em;
}
.main-nav__nav-link span {
    opacity: 0.8;
    transition: opacity 130ms ease-in-out;
}
.hover .main-nav__nav-link:hover span {
    opacity: 0.5;
}
.main-nav__nav-link.is-active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background-color: #0f0f0f;
}
.main-nav__nav-link.is-active span {
    opacity: 1;
}
@media only screen and (min-width: 851px) {
    .main-nav__nav-link img {
        display: none;
    }
    .main-nav__nav-link.is-classic {
        display: none;
    }
}
.current-page {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(150%) blur(30px);
    backdrop-filter: saturate(150%) blur(30px);
/*    transition: background 130ms ease-in-out;*/
}
.current-page.is-scrolled {
    background-color: rgba(245, 245, 247, 0.5);
}
.current-page__inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.current-page__hamburger {
    flex: 0 0 auto;
}
.current-page__info {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.current-page__title {
    display: flex;
    align-items: center;
}
.current-page__title-link {
    display: flex;
    align-items: center;
}
.current-page__title-wrapper {
    display: inline-flex;
    align-items: center;
}
.current-page__title-icon {
    margin-right: 10px;
}
.current-page__title-name {
    font-size: 22px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.88);
    line-height: 26px;
    letter-spacing: -0.033em;
}
.current-page__title-name span:not(.current-page__title-pixelmator) {
    font-weight: 300;
}
.current-page__nav-inner {
    display: flex;
    align-items: center;
}
.current-page__nav-link {
    font-size: 13px;
    color: #000;
    line-height: 15px;
    letter-spacing: -0.005em;
    opacity: 0.85;
/*    transition: opacity 130ms ease-in-out;*/
}
.hover .current-page__nav-link:hover {
    opacity: 0.5;
}
.current-page__nav-link.is-active {
    opacity: 0.56;
    pointer-events: none;
}
.is-tutorials-single .current-page__nav-link.is-active {
    pointer-events: all;
}
.current-page__nav-link + .current-page__nav-link {
    margin-left: 22px;
}
.current-page__cta {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.current-page__cta:not(.no-cta) {
    padding-left: 16px;
}
.current-page__cta-trial {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    color: #ff4169;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #ff4169;
    border-radius: 6px;
    cursor: pointer;
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: border-color 130ms ease-in-out, color 130ms ease-in-out, background-color 130ms ease-in-out;
}
.hover .current-page__cta-trial:hover {
    color: #fff;
    background-color: #ff6482;
    border-color: #ff6482;
}
.current-page__cta-btn {
    display: block;
    padding: 0 11px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    letter-spacing: -0.01em;
    background-color: #ff4169;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 130ms ease-in-out;
}
.hover .current-page__cta-btn:hover {
    background-color: #ff6482;
}
.current-page__cta-trial + .current-page__cta-btn {
    margin-left: 22px;
}
@media only screen and (min-width: 851px) {
    .current-page__bg {
        display: none;
    }
}
@media only screen and (max-width: 414px) {
    .pro-tech-specs .current-page__cta-btn,
    .pro-updates .current-page__cta-btn,
    .pro-faq .current-page__cta-btn {
        display: none;
    }
}
body:not(.p-compare) .main-nav.is-dark {
    background-color: #161616;
}
body:not(.p-compare) .main-nav.is-dark .main-nav__nav {
    border-color: #424242;
}
body:not(.p-compare) .main-nav.is-dark .main-nav__nav-link {
    color: rgba(255, 255, 255, 0.88);
}
body:not(.p-compare) .main-nav.is-dark .main-nav__nav-link.is-active::after {
    background-color: #cecece;
}
body:not(.p-compare) .main-nav.is-dark + .current-page {
    background-color: #161616;
}
body:not(.p-compare) .main-nav.is-dark + .current-page.is-scrolled {
    background-color: rgba(17, 17, 17, 0.5);
}
body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__title-name {
    color: rgba(255, 255, 255, 0.85);
}
body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__nav-link {
    color: rgba(255, 255, 255, 0.88);
}
@media only screen and (min-width: 851px) {
    .current-page__title-name.is-mobile {
        display: none;
    }
}
@media only screen and (max-width: 850px) {
    .main-nav {
        overflow: auto;
        box-sizing: border-box !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 104;
        width: 100% !important;
        height: 100vh;
        padding-top: 39px !important;
        padding-bottom: 19px !important;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
/*        transition: transform 0.55s cubic-bezier(0.5, 0.15, 0.25, 1), opacity 0.55s cubic-bezier(0.5, 0.15, 0.25, 1);*/
        -webkit-overflow-scrolling: touch;
    }
    .main-nav__bg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        background-color: rgba(21, 22, 23, 0.75);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
/*        transition: opacity 0.4s cubic-bezier(0.25, 0, 0, 1);*/
    }
    .main-nav__bg.is-active {
        opacity: 1;
    }
    .main-nav__bg.is-invisible {
        visibility: hidden;
    }
    .main-nav.is-opened {
        opacity: 1;
        transform: translateY(0);
    }
    .main-nav.is-visible {
        visibility: visible;
    }
    .main-nav__nav {
        border-bottom: none;
    }
    .main-nav__nav-inner {
        align-items: center;
        flex-direction: column;
    }
    .main-nav__nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 34px);
        padding: 10px 0;
        margin: 0 auto;
        font-size: 18px;
        line-height: 23px;
        border-bottom: 1px solid #dfdfdf;
        opacity: 0;
        visibility: hidden;
/*        transition: opacity 130ms ease-in-out;*/
    }
    .main-nav__nav-link.is-opened {
        opacity: 1;
        visibility: visible;
    }
    .main-nav__nav-link:last-of-type {
        border: none;
    }
    .main-nav__nav-link.is-active::after {
        display: none;
    }
    .main-nav__nav-link img {
        margin-left: -32px;
    }
    .main-nav__nav-link img + span {
        margin-left: 15px;
    }
    .main-nav__nav-link.is-tutorials img {
        display: none;
    }
    .main-nav__nav-link.is-tutorials img + span {
        margin-left: 0;
    }
    .current-page.is-opened {
        position: fixed;
    }
    .current-page.is-opened::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }
    .current-page.is-opened + .content,
    .current-page.is-opened + .main-info,
    .p-classic .current-page.is-opened ~ .content,
    .is-dark-page .current-page.is-opened ~ .content,
    .is-dark-page .current-page.is-opened + .banner {
        margin-top: 52px;
    }
    .current-page::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 103;
        width: 100%;
        max-width: 0;
        height: 1px;
        background-color: #dfdfdf;
        transform: translateX(-50%);
        transform-origin: 50% 50%;
/*        transition: max-width 530ms ease-in-out;*/
    }
    .current-page.is-opened::after {
        max-width: 850px;
    }
    .current-page__inner {
        position: relative;
        z-index: 102 !important;
    }
    .current-page__hamburger {
        position: relative;
        z-index: 103;
        flex: 0 0 auto;
        width: 50px;
    }
    .current-page__hamburger-btn {
        position: relative;
        display: inline-block;
        width: 26px;
        height: 26px;
    }
    .current-page__hamburger-btn::before,
    .current-page__hamburger-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 17px;
        height: 1px;
        background-color: #0f0f0f;
        border-radius: 1px;
        transition: 0.4s cubic-bezier(0.25, 0, 0, 1);
    }
    .current-page__hamburger-btn::before {
        transform: translate(-50%, calc(-50% - 4px));
    }
    .current-page__hamburger-btn::after {
        transform: translate(-50%, calc(-50% + 4px));
    }
    .current-page__hamburger-btn.is-opened::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .current-page__hamburger-btn.is-opened::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .current-page__title {
        position: relative;
        z-index: 103;
        justify-content: center;
        flex: 1 0 auto;
        -webkit-tap-highlight-color: transparent;
    }
    .current-page__title-wrapper {
        position: relative;
    }
    .current-page__title-name.is-desktop {
        display: none;
    }
    .current-page__title-icon {
        display: none;
    }
    .current-page__title-version {
        display: none;
    }
    .current-page__title-arrow {
        overflow: hidden;
        position: absolute;
        top: 5px;
        right: -21px;
        display: inline-block;
        width: 16px;
        height: 15px;
        margin-left: -1px;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        -webkit-transition: -webkit-transform 330ms ease-out;
        -ms-transition: -ms-transform 330ms ease-out;
        transition: transform 330ms ease-out;
    }
    .current-page__title-arrow:before,
    .current-page__title-arrow:after {
        content: "";
        position: absolute;
        top: 50%;
        z-index: 101;
        display: block;
        width: 10px;
        height: 1px;
        background: #0f0f0f;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0, 0, 1), -webkit-transform-origin 0.4s cubic-bezier(0.25, 0, 0, 1);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.25, 0, 0, 1), -ms-transform-origin 0.4s cubic-bezier(0.25, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(0.25, 0, 0, 1), transform-origin 0.4s cubic-bezier(0.25, 0, 0, 1);
    }
    .current-page__title-arrow:before {
        right: 50%;
        -webkit-transform: rotate(40deg) scaleY(1);
        -ms-transform: rotate(40deg) scaleY(1);
        transform: rotate(40deg) scaleY(1);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    .current-page__title-arrow:after {
        left: 50%;
        -webkit-transform: rotate(-40deg) scaleY(1);
        -ms-transform: rotate(-40deg) scaleY(1);
        transform: rotate(-40deg) scaleY(1);
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
    .current-page__title-link.is-inactive .current-page__title-arrow {
        display: none;
    }
    .current-page__title.is-opened .current-page__title-arrow {
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    }
    .current-page__title.is-opened .current-page__title-arrow::before {
        -webkit-transform: rotate(-40deg) scaleY(1);
        -ms-transform: rotate(-40deg) scaleY(1);
        transform: rotate(-40deg) scaleY(1);
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    .current-page__title.is-opened .current-page__title-arrow::after {
        -webkit-transform: rotate(40deg) scaleY(1);
        -ms-transform: rotate(40deg) scaleY(1);
        transform: rotate(40deg) scaleY(1);
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
    .current-page__cta {
        position: relative;
        z-index: 103;
        flex: 0 0 auto;
        width: 50px;
        text-align: right;
    }
    .current-page__cta-btn {
        flex: 0 0 auto;
        display: inline-block;
    }
    .p-team .current-page__cta-btn {
        display: none;
    }
    .current-page__cta:not(.no-cta) {
        padding-left: 0;
    }
    .current-page__nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 102;
        width: 100%;
        padding-top: 68px;
        padding-bottom: 24px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
/*        transition: transform 0.55s cubic-bezier(0.5, 0.15, 0.25, 1), opacity 0.55s cubic-bezier(0.5, 0.15, 0.25, 1);*/
    }
    .current-page__nav.is-visible {
        visibility: visible;
    }
    .current-page__nav.is-opened {
        opacity: 1;
        transform: translateY(0);
    }
    .current-page__nav-inner {
        flex-direction: column;
        justify-content: center;
    }
    .current-page__nav-link {
        font-size: 18px;
        line-height: 23px;
        opacity: 0 !important;
        visibility: hidden;
/*        transition: opacity 130ms ease-in-out;*/
    }
    .current-page__nav-link.is-opened {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .current-page__nav-link.is-opened.is-active {
        opacity: 0.56 !important;
        visibility: visible !important;
    }
    .current-page__nav-link.is-closing,
    .current-page__nav-link.is-opened.is-closing.is-active {
        opacity: 0 !important;
        visibility: visible;
    }
    .current-page__nav-link + .current-page__nav-link {
        margin-top: 25px;
        margin-left: 0;
    }
    .current-page__bg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        width: 100%;
        height: 100vh;
        opacity: 0;
        pointer-events: none;
        background-color: rgba(21, 22, 23, 0.75);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
/*        transition: 0.4s cubic-bezier(0.25, 0, 0, 1);*/
    }
    .current-page__bg.is-opened {
        opacity: 101;
        pointer-events: all;
    }
    body:not(.p-compare) .main-nav.is-dark {
        z-index: 11;
    }
    body:not(.p-compare) .main-nav.is-dark .main-nav__nav-link {
        border-color: #424242;
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page {
        z-index: 11;
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page::after {
        background-color: #424242;
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page.is-opened::before {
        background-color: #111;
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__hamburger-btn::before,
    body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__hamburger-btn::after {
        background-color: rgba(255, 255, 255, 0.88);
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__nav {
        background-color: #111 !important;
    }
}
@media only screen and (max-width: 373px) {
    .current-page__hamburger {
        width: 26px;
    }
}
.btn {
    display: block;
    padding: 0 8px;
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    letter-spacing: -0.005em;
    background-color: #ff4169;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn--big {
    padding: 0 19px;
    font-size: 19px;
    line-height: 32px;
}
.btn:hover {
    background-color: #ff6482;
}
@media only screen and (min-width: 851px) {
    .p-compare .current-page,
    .is-upgrade .current-page {
        display: none;
    }
}
@keyframes signupProcess {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.buy-block {
    margin-top: 200px;
}
.buy-block__inner {
    text-align: center;
}
.buy-block__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    letter-spacing: -0.002em;
}
.buy-block__description {
    max-width: 450px;
    margin: 9px auto 0;
    padding: 4px 0;
    font-size: 20px;
    color: #333;
    line-height: 32px;
}
.buy-block__btn {
    display: inline-block;
    width: 32px;
    height: 36px;
    padding: 0 20px;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    letter-spacing: -0.02em;
    background-color: #ff4169;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
    transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hover .buy-block__btn:hover {
    background-color: #ff6482;
}
.buy-block__extra {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.64;
    color: #86868b;
}
.p-ios .global-footer,
.is-dark-page .global-footer,
.p-classic .global-footer {
    background-color: #111;
}
.p-ios .global-footer .global-footer__nav-title,
.p-ios .global-footer .global-footer__nav-link,
.is-dark-page .global-footer .global-footer__nav-title,
.is-dark-page .global-footer .global-footer__nav-link,
.p-classic .global-footer .global-footer__nav-title,
.p-classic .global-footer .global-footer__nav-link {
    color: #f0f0f0;
}
.p-ios .global-footer .global-footer__nav-link,
.is-dark-page .global-footer .global-footer__nav-link,
.p-classic .global-footer .global-footer__nav-link {
    opacity: 0.5;
}
.hover .p-ios .global-footer .global-footer__nav-link:hover,
.hover .is-dark-page .global-footer .global-footer__nav-link:hover,
.hover .p-classic .global-footer .global-footer__nav-link:hover {
    opacity: 0.88 !important;
}
@media only screen and (max-width: 767px) {
    .p-ios .global-footer .global-footer__nav-links,
    .is-dark-page .global-footer .global-footer__nav-links,
    .p-classic .global-footer .global-footer__nav-links {
        border-color: #424242;
    }
}
.p-ios .global-footer .global-footer__copyright,
.is-dark-page .global-footer .global-footer__copyright,
.p-classic .global-footer .global-footer__copyright {
    border-color: #424242;
}
.p-ios .global-footer .global-footer__copyright-text,
.is-dark-page .global-footer .global-footer__copyright-text,
.p-classic .global-footer .global-footer__copyright-text {
    color: #f0f0f0;
    opacity: 0.5;
}
.p-ios .global-footer-subscribe .global-footer-subscribe__title,
.p-ios .global-footer-subscribe .global-footer-subscribe__description,
.is-dark-page .global-footer-subscribe .global-footer-subscribe__title,
.is-dark-page .global-footer-subscribe .global-footer-subscribe__description,
.p-classic .global-footer-subscribe .global-footer-subscribe__title,
.p-classic .global-footer-subscribe .global-footer-subscribe__description {
    color: #f0f0f0;
}
.p-ios .global-footer-subscribe .global-footer-subscribe__description,
.is-dark-page .global-footer-subscribe .global-footer-subscribe__description,
.p-classic .global-footer-subscribe .global-footer-subscribe__description {
    opacity: 0.5;
}
.p-team.p-support .global-footer {
    margin-top: 0;
}
@keyframes beforeAfter {
    0% {
        width: 0%;
    }
    60% {
        width: 90%;
    }
    100% {
        width: calc(50% + 2px);
    }
}
@keyframes comparisonActive {
    0% {
        width: 0%;
    }
    60% {
        width: 90%;
    }
    100% {
        width: 50%;
    }
}
@keyframes mlComparisonActive {
    0% {
        width: 13.7%;
    }
    60% {
        width: 90%;
    }
    100% {
        width: 56.5%;
    }
}
html.no-scroll {
    overflow: hidden;
}
body {
    background-image: none;
}
.retina body {
    background-image: none;
}
.l-wrapper {
    width: calc(100% - 80px);
    padding: 0 40px;
}
@media only screen and (max-width: 767px) {
    .l-wrapper {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}
.l-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 1190px) {
    .l-inner {
        width: calc(100% - 240px);
    }
}
@media only screen and (min-width: 950px) and (max-width: 1189px) {
    .l-inner {
        width: 870px;
    }
}
@media only screen and (max-width: 767px) {
    .l-inner {
        max-width: 688px !important;
    }
}
.l-inner--narrow {
    max-width: 980px;
}
.btn {
    height: 23px;
    padding: 0 14px;
    background-color: #ff355d;
    border-radius: 23px;
}
@media only screen and (max-width: 767px) {
    .btn {
        padding: 0 8px;
    }
}
.btn--big {
    min-width: 100px;
    height: 30px;
    margin-top: 22px;
    line-height: 30px;
}
.main-header__btn .btn--buy {
    background-color: #026fc9;
}
.hover .main-header__btn .btn--buy:hover {
    background-color: #358cd4;
}
.current-page__cta-btn.is-photo {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 851px) {
    .current-page__cta-btn.is-photo .photo-download-icon {
        display: none;
    }
}
@media only screen and (max-width: 850px) {
    .current-page__cta-btn.is-photo {
        width: 22px;
        height: 24px;
        justify-content: center;
    }
    .current-page__cta-btn.is-photo span {
        display: none;
    }
    .current-page__cta-btn.is-photo svg path {
        fill: #fff;
    }
}
.main-slogan {
    font-size: 35px;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 1.514;
    letter-spacing: -0.015em;
    text-align: center;
}
.main-name {
    max-width: 510px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 68px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .main-name {
        font-size: 40px;
    }
}
.main-description {
    max-width: 670px;
    margin: -21% auto 0;
    font-size: 22px;
    font-weight: 400;
    color: #333;
    line-height: 1.521;
    letter-spacing: -0.004em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .main-description {
        margin-top: -16%;
    }
}
.coming-soon {
    display: block;
    max-width: 190px;
    margin: 35px auto 0;
    font-size: 15px;
    font-weight: 600;
    color: rgba(51, 51, 51, 0.9);
    line-height: 39px;
    text-align: center;
    border: 1px solid rgba(51, 51, 51, 0.7);
    border-radius: 25px;
}
.ipad {
    position: relative;
    width: calc(100% - 380px);
    max-width: 1110px;
    margin: 33px auto 0;
}
@media only screen and (max-width: 1440px) {
    .ipad {
        width: 100%;
        max-width: 980px;
    }
}
.ipad__wrapper {
    position: relative;
    width: 100%;
    padding-top: 103.24%;
}
.ipad__artwork {
    position: absolute;
    top: 0;
    left: -2.3%;
    z-index: 5;
    width: 118.01%;
    height: auto;
}
.ipad__video {
    position: absolute;
    top: 2%;
    left: 50%;
    z-index: 2;
    width: 94%;
    height: 75%;
    transform: translate(-50%, 0);
}
.artwork {
    position: absolute;
    top: 210px;
    left: 50%;
    width: calc(100% - 380px);
    max-width: 1110px;
    margin: 0 auto;
    transform: translateX(-50%);
}
@media only screen and (max-width: 1440px) {
    .artwork {
        width: 100%;
        max-width: 980px;
    }
}
.artwork__inner-block {
    width: 100%;
}
.artwork__wrapper {
    position: relative;
    width: 100%;
    padding-top: 76.39%;
}
.artwork__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 76.39%;
}
.artwork__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(calc(60% + 20px));
}
.artwork__frame {
    position: absolute;
    top: -3.57%;
    left: -2.3%;
    z-index: 5;
    width: 118.01%;
    height: auto;
}
.artwork__elements {
    overflow: hidden;
    position: absolute;
    top: 4.1%;
    left: 3.25%;
    z-index: 3;
    width: 93.54%;
    height: 91.74%;
}
.artwork__screenshot {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.artwork__sidebar {
    position: absolute;
    top: 4.25%;
    right: 0;
    z-index: 2;
    width: 22.83%;
    height: 85.21%;
    transform: translateX(100%);
}
.replay {
    position: absolute;
    bottom: -7%;
    left: 50%;
    z-index: 6;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 130ms ease-in-out;
    will-change: opacity;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
    .replay {
        bottom: -10%;
    }
}
.replay__button {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    color: #026fc9;
}
.replay__icon {
    margin-left: 3px;
}
.replay__icon path {
    fill: #026fc9;
}
.replay.is-active {
    opacity: 1;
    pointer-events: all;
}
.hero {
    overflow: hidden;
    position: relative;
    padding-top: 99px;
    margin-bottom: 360px;
}
@media only screen and (max-width: 1025px) {
    .hero {
        margin-bottom: 180px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .hero {
        padding-top: 150px !important;
    }
}
@media only screen and (min-width: 414px) and (max-width: 767px) {
    .hero {
        padding-top: 51px !important;
    }
}
@media only screen and (max-width: 413px) {
    .hero {
        padding-top: 51px;
    }
}
.hero__info {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}
.hero__title {
    margin-top: 40px;
    font-size: 30px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .hero__title {
        font-size: 22px;
    }
}
.hero__label {
    color: #4ab0cd;
}
.hero__moto {
    margin-top: 18px;
    font-size: 64px;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .hero__moto {
        font-size: 48px;
    }
}
.hero .main-description {
    margin-top: 10%;
}
.hero__cta {
    display: block;
    width: 151px;
    margin: 45px auto 0;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #072f3d;
    line-height: 46px;
    text-align: center;
    background-color: #4ab0cd;
    border: 2px solid #4ab0cd;
    border-radius: 27px;
}
@media only screen and (max-width: 767px) {
    .hero__cta {
        line-height: 36px;
    }
}
.hero__description {
    margin-top: 145px;
}
.hero__background {
    width: calc(100% - 380px);
    max-width: 1110px;
    margin: 0 auto 0;
}
@media only screen and (max-width: 1440px) {
    .hero__background {
        width: 100%;
        max-width: 980px;
    }
}
.hero__block {
    position: relative;
    width: 100%;
    padding-bottom: 76.3%;
    margin-top: 18%;
}
.hero__artwork {
    position: absolute;
    top: 0;
    left: 50%;
    width: 230.6%;
    height: auto;
    transform: translateX(-50%);
}
.article {
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .article.is-filters,
    .article.is-crop {
        margin-top: 115px !important;
    }
    .article.is-crop {
        padding-bottom: 55px !important;
    }
    .article.is-filters + .article {
        margin-top: 130px !important;
    }
}
.article:nth-child(1) {
    padding-top: 350px;
}
@media only screen and (max-width: 767px) {
    .article:nth-child(1) {
        padding-top: 175px;
    }
}
.article__info {
    max-width: 800px;
}
.article__name {
    font-size: 64px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 1.059;
    letter-spacing: -0.018em;
}
@media only screen and (max-width: 767px) {
    .article__name {
        font-size: 38px;
    }
}
.article__description {
    max-width: 740px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #333;
    line-height: 1.521;
    letter-spacing: -0.004em;
}
.article .device {
    margin-top: 26px;
}
.article__more {
    max-width: 640px;
    font-size: 21px;
    font-weight: 400;
    color: #333;
    line-height: 1.404;
    letter-spacing: 0.001;
}
.article__more .is-bold {
    font-weight: 700;
}
.article__features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.article__feature {
    font-size: 23px;
    font-weight: 700;
    color: #333;
    line-height: 1.826;
    letter-spacing: 0.015em;
}
.article__feature:not(:last-child) {
    margin-right: 36px;
}
.article__cols {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20.5%;
}
@media only screen and (min-width: 768px) {
    .article__col {
        width: calc((100% - 85px) / 2);
    }
    .article__col + .article__col {
        margin-left: 85px;
    }
}
@media only screen and (max-width: 767px) {
    .article__col {
        width: 100%;
    }
    .article__col + .article__col {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .raw {
        height: auto;
        padding-bottom: 135px;
    }
    .raw,
    .retina .raw {
        background-size: auto 100%;
    }
}
.raw__info {
    max-width: 780px;
    padding-top: 185px;
}
@media only screen and (max-width: 767px) {
    .raw__info {
        padding-top: 125px;
    }
}
.raw__name {
    max-width: 550px;
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    line-height: 1.059;
    letter-spacing: -0.001em;
}
@media only screen and (max-width: 767px) {
    .raw__name {
        font-size: 38px;
    }
}
.raw__description {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #c8c8c8;
    line-height: 1.521;
    letter-spacing: -0.004em;
}
.raw__subtitle {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.raw__description + .raw__icon {
    margin-top: 60px;
}
.raw__description + .raw__subtitle {
    margin-top: 60px;
}
.raw__icon + .raw__subtitle {
    margin-top: 20px;
}
.raw__subtitle + .raw__description {
    margin-top: 15px;
}
.raw__numbers {
    margin-top: 65px;
    font-size: 20px;
    font-weight: 400;
    color: #ababab;
    line-height: 1.5;
    letter-spacing: 0.001em;
}
.raw__numbers + .raw__numbers {
    margin-top: 43px;
}
.raw__numbers .is-bold {
    display: block;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .raw + .article + .article {
        margin-top: 40px;
    }
}
.design {
    overflow: hidden;
    margin-top: 0;
}
.design .l-wrapper.is-info {
    position: relative;
    z-index: 2;
}
.design__info {
    box-sizing: border-box;
    max-width: 800px;
    padding: 0 15px 0;
}
.design__description {
    margin-top: 20px;
}
.design__cols {
    margin-top: 30px;
}
@media only screen and (min-width: 1440px) {
    .design .l-wrapper.is-info + .l-wrapper {
        margin-top: -350px;
    }
}
@media only screen and (min-width: 1041px) and (max-width: 1439px) {
    .design .l-wrapper.is-info + .l-wrapper {
        margin-top: calc((-130px - 19%));
    }
}
@media only screen and (max-width: 1040px) {
    .design .l-wrapper.is-info + .l-wrapper {
        margin-top: -35%;
    }
}
.design__background {
    width: calc(100% - 380px);
    max-width: 950px;
    margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
    .design__background {
        width: 100%;
    }
}
.design__block {
    position: relative;
    width: 100%;
    padding-bottom: 135.47%;
}
.design__artwork {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 350.52%;
    height: auto;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
    .design img {
        width: 200vw;
        height: auto;
        margin-top: 0 !important;
    }
}
.comparison {
    width: 100%;
    max-width: 1002px;
    margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
    .comparison {
        margin-top: 26px;
    }
}
.comparison__figure {
    position: relative;
    width: 100%;
    padding-bottom: 74.9%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.comparison__artwork {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 0;
    height: 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.comparison__artwork.is-active {
    animation: comparisonActive 5000ms 1000ms ease-in-out forwards;
}
.comparison__artwork::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 4px;
    height: 100%;
    background-color: #fff;
    transform: translateX(-50%);
}
.comparison__artwork-inner {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.comparison__range {
    position: absolute;
    top: 50%;
    left: -22px;
    z-index: 6;
    width: calc(100% + 44px);
    height: 45px;
    background-color: transparent;
    cursor: ew-resize;
    direction: ltr;
    opacity: 0;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.comparison__range.is-finished {
    pointer-events: all;
}
.comparison__label {
    position: absolute;
    bottom: 35px;
    z-index: 5;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    white-space: nowrap;
}
.comparison__label.is-original {
    left: 50px;
}
.comparison__label.is-fixed {
    right: 50px;
}
@media only screen and (max-width: 767px) {
    .comparison__label {
        display: none;
    }
}
.footer__next {
    padding: 220px 0 5px;
}
.footer__copyright {
    margin-top: 231px;
    padding-bottom: 14px;
}
.footer__buy.is-notify + .footer__copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    opacity: 0;
    transition: opacity 130ms ease-in-out;
}
.footer__buy.is-notify + .footer__copyright.is-active {
    opacity: 1;
}
.footer__back-link + .footer__copyright {
    margin-top: 165px;
}
.buy {
    position: relative;
    box-sizing: border-box;
    height: 100vh;
    text-align: center;
}
.buy.is-notify .g-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    will-change: transform;
    -webkit-transform: translate3d(0, 210px, 0);
    -ms-transform: translate3d(0, 210px, 0);
    transform: translate3d(0, 210px, 0);
}
.buy .notify__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    letter-spacing: -0.002em;
}
.buy .notify__btn.btn--big {
    margin: 22px auto 0;
    padding: 0;
    font-size: 17px;
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.buy .notify .btn--big {
    background-color: #026fc9;
    margin-top: 12px;
}
.hover .buy .notify .btn--big:hover {
    background-color: #358cd4;
}
.copyright__text {
    font-size: 12px;
    color: #333;
    text-align: center;
    opacity: 0.5;
}
.copyright__text + .copyright__text {
    margin-top: 40px;
}
.l-inner--wide {
    max-width: 1400px;
}
html {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
}
.t-name {
    font-size: 34px;
    font-weight: 500;
    color: #121212;
    line-height: 1;
}
.t-header {
    font-size: 70px;
    font-weight: 600;
    color: #0f0f0f;
    line-height: 0.98;
    letter-spacing: -0.02em;
}
.t-title {
    font-size: 60px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    letter-spacing: -0.02em;
}
.t-title-s {
    font-size: 40px;
    font-weight: 700;
    color: #121212;
    line-height: 1.3;
    letter-spacing: 0;
}
.t-description {
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    line-height: 1.48;
    letter-spacing: 0.01em;
}
.t-description-s {
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    line-height: 1.46;
    letter-spacing: 0.01em;
}
.t-description-xs {
    font-size: 17px;
    font-weight: 400;
    color: #121212;
    line-height: 1.52;
    letter-spacing: 0;
    opacity: 0.6;
}
.hero {
    padding-bottom: 10.25%;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .hero {
        padding-bottom: 126px;
    }
}
.hero__header {
    text-align: center;
}
.hero__header .t-name {
    margin-top: 8px;
}
.hero__header .t-header {
    max-width: 700px;
    margin: 29px auto 0;
}
.hero .art {
    margin-top: 5.357%;
}
.hero .art.is-landscape {
    max-height: 813px;
}
.hero .t-description {
    position: relative;
    z-index: 2;
    max-width: 630px;
    margin: 4% auto 0;
    text-align: center;
}
.hero__link-wrapper {
    text-align: center;
}
.hero__link {
    display: inline-block;
    margin-top: 33px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.52947;
    letter-spacing: -0.008em;
    color: #026fc9;
    transition: color 130ms ease-in-out;
}
.hero__link svg {
    vertical-align: middle;
    margin-left: 7px;
}
.hero__link svg path {
    fill: currentColor;
}
.hover .hero__link:hover {
    color: #358cd4;
}
.hero__icon,
.hero .t-name,
.hero .t-header,
.hero .art,
.hero .t-description,
.hero__link-wrapper {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 550ms ease-in-out, transform 550ms ease-in-out;
}
.hero .t-name {
    transition-delay: 50ms;
}
.hero .t-header {
    transition-delay: 100ms;
}
.hero .art {
    transition-delay: 150ms;
}
.hero .t-description {
    transition-delay: 200ms;
}
.hero__link-wrapper {
    transition-delay: 250ms;
}
.hero.is-active .hero__icon,
.hero.is-active .t-name,
.hero.is-active .t-header,
.hero.is-active .art,
.hero.is-active .t-description,
.hero.is-active .hero__link-wrapper {
    opacity: 1;
    transform: translateY(0);
}
.whats-new {
    padding: 203px 0 166px;
    background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
    .whats-new {
        padding: 93px 0 80px;
    }
}
.whats-new__video {
    display: inline-block;
    margin-top: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: 0.01em;
    color: #026fc9;
    transition: 130ms ease-in-out;
}
.whats-new__video svg {
    width: 6px;
    height: 10px;
    margin-left: 4px;
}
.whats-new__video svg path {
    fill: currentColor;
}
.whats-new__video:hover {
    color: #358cd4;
}
@media only screen and (max-width: 413px) {
    .whats-new__video {
        font-size: 17px;
    }
    .whats-new__video svg {
        width: 5px;
        height: 9px;
    }
}
.whats-new__header {
    text-align: center;
}
.whats-new__title {
    max-width: 700px;
    margin: 0 auto;
    font-size: 60px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    letter-spacing: -0.02em;
}
.whats-new__title span {
    font-weight: 400;
}
.whats-new__description {
    max-width: 650px;
    margin: 23px auto 0;
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    line-height: 1.48;
    letter-spacing: 0.01em;
}
.whats-new__more-wrapper {
    margin-top: 90px;
    text-align: center;
}
.whats-new__more {
    display: inline-block;
    margin-top: 26px;
    font-size: 22px;
    font-weight: 500;
    color: #026fc9;
    line-height: 1.3;
    letter-spacing: 0.01em;
    transition: color 130ms ease-in-out;
}
.whats-new__more .link__icon path {
    fill: currentColor;
}
.hover .whats-new__more:hover {
    color: #358cd4;
}
.whats-new__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 780px;
    padding-top: 120px;
    margin: 0 auto;
}
.whats-new__title,
.whats-new__description,
.whats-new__more,
.whats-new__list {
    opacity: 0;
    transform: translateY(50px);
    transition: 550ms ease-in-out;
}
.whats-new__title {
    transition-delay: 50ms;
}
.whats-new__description {
    transition-delay: 100ms;
}
.whats-new__list {
    transition-delay: 150ms;
}
.whats-new__more {
    transition-delay: 200ms;
}
.whats-new.is-animated .whats-new__title,
.whats-new.is-animated .whats-new__description,
.whats-new.is-animated .whats-new__more,
.whats-new.is-animated .whats-new__list {
    opacity: 1;
    transform: translateY(0);
}
.whats-new__item {
    width: calc((100% - 120px) / 2);
}
.whats-new__item:nth-child(2n + 2) {
    margin-left: 120px;
}
.whats-new__item:nth-child(n + 3) {
    margin-top: 70px;
}
.whats-new__item-title {
    margin-top: 16px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    letter-spacing: 0;
}
.whats-new__item-description {
    margin-top: 2px;
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    line-height: 1.48;
    letter-spacing: 0.002em;
}
.whats-new__item-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #026fc9;
    line-height: 1.3;
    letter-spacing: 0.002em;
    transition: color 130ms ease-in-out;
}
.whats-new__item-more .link__icon {
    margin-left: 2px;
}
.whats-new__item-more .link__icon path {
    fill: currentColor;
}
.hover .whats-new__item-more:hover {
    color: #358cd4;
}
.art {
    width: 100%;
}
.art.is-center {
    margin-right: auto;
    margin-left: auto;
}
.art.is-right {
    margin-right: 0;
    margin-left: auto;
}
.art.is-left {
    margin-right: auto;
    margin-left: 0;
}
.art__wrapper {
    position: relative;
    width: 100%;
}
.art__image {
    position: absolute;
    z-index: 3;
    height: auto;
}
.art.is-portrait {
    max-width: 726px;
}
.art.is-portrait .art__wrapper {
    padding-top: 130.86%;
}
.art.is-portrait .art__image {
    top: 0;
    left: 0;
    width: 121.21%;
}
@media only screen and (max-width: 1023px) {
    .art.is-portrait {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
@media only screen and (min-width: 728px) and (max-width: 1023px) {
    .art.is-portrait {
        width: 69.63vw !important;
        max-width: 665px !important;
    }
    .art.is-portrait .art__wrapper {
        padding-top: 130.86%;
    }
    .art.is-portrait .art__image {
        top: 0;
        left: 0;
        width: 121.21%;
    }
}
@media only screen and (max-width: 727px) {
    .art.is-portrait {
        max-width: 70.81vw;
    }
}
.art.is-landscape {
    max-width: 950px;
}
.hero .art.is-landscape {
    max-width: 1064px;
}
.art.is-landscape .art__wrapper {
    padding-top: 76.422%;
}
.art.is-landscape .art__image {
    top: -0.17%;
    left: -0.14%;
    width: 115.79%;
}
.art__video {
    position: absolute;
    top: 4%;
    left: 50%;
    z-index: 2;
    width: 111%;
    height: 92%;
    transform: translate(-50%, 0);
}
.art.is-landscape .art__block {
    position: absolute;
    right: 0;
}
.art.is-portrait .art__block {
    position: absolute;
    left: 0;
}
.art.is-portrait.is-left .art__block {
    position: absolute;
    right: 0;
    left: auto;
}
@media only screen and (min-width: 1190px) {
    .art.is-landscape {
        height: 56vw;
        max-height: 726px;
    }
    .hero .art.is-landscape {
        height: auto;
    }
    .art.is-landscape .art__block {
        width: 73.33vw;
        max-width: 950px;
    }
    .art.is-portrait {
        height: 73.33vw;
        max-height: 950px;
    }
    .art.is-portrait .art__block {
        width: 56vw;
        max-width: 726px;
    }
}
@media only screen and (min-width: 950px) and (max-width: 1189px) {
    .art.is-landscape {
        height: 665px;
    }
    .art.is-landscape .art__block {
        width: 870px;
    }
    .art.is-portrait {
        height: 870px;
    }
    .art.is-portrait .art__block {
        width: 655px;
    }
}
@media only screen and (max-width: 949px) {
    .art.is-landscape {
        height: 69.97vw;
    }
    .art.is-landscape .art__block {
        width: 100%;
    }
    .art.is-portrait .art__block {
        position: relative !important;
        width: 69.97vw;
    }
}
.main-picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
}
.main-picture img {
    position: absolute;
    top: -0.17%;
    left: -0.14%;
    width: 115.79%;
    height: auto;
}
@media only screen and (max-width: 1023px) {
    .main-picture img {
        width: 100%;
        left: 6.8%;
    }
}
.ml-compare {
    width: 100%;
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 1341px) {
    .ml-compare {
        margin-top: 4.42%;
    }
}
@media only screen and (max-width: 1340px) {
    .ml-compare {
        margin-top: 7.42%;
    }
}
@media only screen and (max-width: 767px) {
    .ml-compare {
        margin-top: 10%;
    }
}
.ml-compare__inner {
    position: relative;
    width: 100%;
    padding-top: 76.422%;
}
.ml-compare__original,
.ml-compare__fixed {
    position: absolute;
    top: -0.17%;
    left: -0.14%;
    z-index: 3;
    width: 115.79%;
    height: 121.2%;
}
.ml-compare__image,
.ml-compare__block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.ml-compare__block {
    right: 0;
    left: auto;
    width: 13.7%;
}
.ml-compare__block::after {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    z-index: 4;
    width: 4px;
    height: 87%;
    background-color: #f0f0f0;
    transform: translateX(-50%);
}
.ml-compare__block.is-active {
    animation: mlComparisonActive 5000ms 1000ms ease-in-out forwards;
}
.hover .ml-compare__block.is-finished::before {
    opacity: 0;
}
.hover .ml-compare:hover .ml-compare__block.is-finished::before {
    opacity: 1;
}
.ml-compare__block-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.ml-compare__block .ml-compare__image {
    right: 0;
    left: auto;
    width: auto;
    height: 100%;
}
.ml-compare__range {
    position: absolute;
    top: 48.5%;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 45px;
    background-color: transparent;
    cursor: ew-resize;
    direction: ltr;
    opacity: 0;
    pointer-events: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.ml-compare__range.is-finished {
    pointer-events: all;
}
.new-ml-compare {
    width: 100%;
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 68px;
}
.new-ml-compare__inner {
    position: relative;
    width: 100%;
    padding-top: 76.422%;
}
.new-ml-compare__fixed,
.new-ml-compare__original {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.new-ml-compare__original-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
.new-ml-compare__original-wrapper.is-active {
    opacity: 1;
    pointer-events: all;
}
.new-ml-compare__image {
    width: auto;
    height: 121.2%;
}
.new-ml-compare__block,
.new-ml-compare__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.new-ml-compare__block {
    right: 0;
    left: auto;
    width: 50%;
    height: 100%;
}
.new-ml-compare__block::after {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    z-index: 4;
    width: 4px;
    height: 106%;
    background-color: #f0f0f0;
    transform: translateX(-50%);
}
.hover .new-ml-compare__block::before {
    opacity: 0;
}
.hover .new-ml-compare:hover .new-ml-compare__block::before {
    opacity: 1;
}
.new-ml-compare__block-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.new-ml-compare__block .new-ml-compare__image {
    right: 0;
    left: auto;
    width: auto;
    height: 100%;
}
.new-ml-compare__range {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: calc(100% + 45px);
    height: 100%;
    background-color: transparent;
    cursor: grab;
    direction: ltr;
    opacity: 0;
    pointer-events: all;
    outline: 0;
    transform: translate(-50%, -50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    pointer-events: none;
}
.firefox .new-ml-compare__range {
    pointer-events: all;
}
@media only screen and (max-width: 767px) {
    .new-ml-compare__range {
        width: 100%;
    }
}
.new-ml-compare__range::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 45px;
}
.new-ml-compare__range::-moz-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 45px;
}
html:not(.hover) .new-ml-compare__range::-webkit-slider-thumb {
    width: 100px;
    height: 100px;
}
html:not(.hover) .new-ml-compare__range::-moz-slider-thumb {
    width: 100px;
    height: 100px;
}
.new-ml-compare__range:active {
    cursor: grabbing;
}
.section {
    overflow: hidden;
    display: none;
    padding-bottom: 18.16%;
    opacity: 0;
    transition: opacity 130ms ease-in-out;
}
.section__video-link {
    display: inline-block;
    margin-top: 23px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.52947;
    letter-spacing: -0.008em;
    color: #026fc9;
    transition: color 130ms ease-in-out;
}
.section__video-link svg {
    vertical-align: middle;
    margin-left: 7px;
}
.section__video-link svg path {
    fill: currentColor;
}
.hover .section__video-link:hover {
    color: #358cd4;
}
.section.is-active {
    display: block;
}
.section.is-visible {
    opacity: 1;
}
.section__info {
    position: relative;
    z-index: 2;
}
.section__info .t-title + .t-description {
    margin-top: 23px;
}
.section.is-nondestructive {
    padding-top: 17.16%;
}
@media only screen and (max-width: 767px) {
    .section.is-nondestructive {
        padding-top: 84px;
    }
}
@media only screen and (min-width: 1441px) {
    .section.is-nondestructive {
        padding-top: 203px;
    }
}
.section.is-nondestructive .section__info {
    max-width: 790px;
    padding-bottom: 7.2%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-nondestructive .section__inner {
    display: flex;
    align-items: center;
}
.section.is-nondestructive .t-title {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}
.section.is-nondestructive .t-description {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}
.section.is-nondestructive .t-link {
    display: inline-block;
    margin-top: 4px;
    color: #026fc9;
}
.section.is-nondestructive .link-arrow {
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-left: 1px;
    background-color: transparent;
    background-image: url("../png/slim_arrow.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 6px 30px;
    transition: none;
}
.retina .section.is-nondestructive .link-arrow {
    background-image: url("../png/slim_arrow%402x.png");
    background-size: 6px 30px;
}
.section.is-nondestructive .art {
    flex: 0 1 auto;
}
.section.is-nondestructive .main-picture img {
    margin-left: -4.5%;
}
.section.is-nondestructive .ml-enhance {
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    margin-left: 5.86%;
}
@media only screen and (min-width: 1024px) {
    .section.is-nondestructive .ml-enhance {
        width: 368px;
    }
}
.section.is-nondestructive .ml-enhance__item:nth-child(2),
.section.is-nondestructive .ml-enhance__item:nth-child(3) {
    margin-top: 60px;
}
.section.is-nondestructive .ml-enhance__item-description {
    margin-top: 9px;
}
.section.is-nondestructive .ml-enhance__item-description span {
    font-weight: 600;
}
.section.is-nondestructive .ml-enhance__adjustments-list {
    margin-top: clamp(59px, 8.19vw, 118px);
    position: relative;
    z-index: 2;
    flex: 1 0 auto;
    width: 100%;
    text-align: center;
}
.section.is-nondestructive .ml-enhance__adjustments-list a.js-open-modal {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    font-size: 20px;
    font-weight: 400;
    color: #026fc9;
    line-height: 1.48;
    letter-spacing: 0.01em;
    transition: color 130ms ease-in-out;
}
.section.is-nondestructive .ml-enhance__adjustments-list a.js-open-modal svg {
    margin-right: 10px;
}
.section.is-nondestructive .ml-enhance__adjustments-list a.js-open-modal svg path {
    fill: currentColor;
}
.hover .section.is-nondestructive .ml-enhance__adjustments-list a.js-open-modal:hover {
    color: #358cd4;
}
@media only screen and (min-width: 1024px) {
    .section.is-raw {
        margin-top: 50px;
    }
}
.section.is-raw .section__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.section.is-raw .art {
    flex: 0 0 auto;
    width: 51.86%;
    margin-left: 0;
}
.section.is-raw .art__wrapper {
    padding-top: 0;
    aspect-ratio: 725/946;
}
.section.is-raw .art__image {
    width: 100%;
    height: auto;
}
.section.is-raw .section__info {
    max-width: 380px;
    margin-top: 17px;
    margin-right: 6.32%;
}
.section.is-raw .t-link {
    display: inline-block;
    margin-top: 4px;
    color: #026fc9;
}
.section.is-raw .link-arrow {
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-left: 1px;
    background-color: transparent;
    background-image: url("../png/slim_arrow.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 6px 30px;
    transition: none;
}
.retina .section.is-raw .link-arrow {
    background-image: url("../png/slim_arrow%402x.png");
    background-size: 6px 30px;
}
.section.is-raw .raw-cols {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.section.is-raw .raw-cols__item {
    flex: 0 0 auto;
    width: 100%;
}
.section.is-raw .raw-cols__item:nth-child(2) {
    margin-top: 50px;
}
.section.is-raw .raw-cols__item-info span {
    font-weight: 600;
}
.section.is-repair {
    padding-bottom: 12.16%;
}
.section.is-repair .t-title,
.section.is-repair .t-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-repair .t-title {
    max-width: 610px;
}
.section.is-repair .t-description {
    max-width: 600px;
}
.section.is-repair .art {
    margin-top: 4.42%;
}
.section.is-repair .art__image {
    width: 100%;
}
.section.is-noise-removal {
    padding-bottom: 12.16%;
}
.section.is-noise-removal .t-title,
.section.is-noise-removal .t-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-noise-removal .t-title {
    max-width: 800px;
}
.section.is-noise-removal .t-description {
    max-width: 660px;
}
.section.is-noise-removal .art {
    margin-top: 4.42%;
}
.section.is-photo-browser .t-title,
.section.is-photo-browser .t-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-photo-browser .t-title {
    max-width: 620px;
}
.section.is-photo-browser .t-description {
    max-width: 750px;
}
.section.is-photo-browser .art {
    max-width: 1080px;
    max-height: 518px;
    margin-top: 4.42%;
}
.section.is-photo-browser .art__wrapper {
    padding-top: 0;
    aspect-ratio: 1080/518;
}
.section.is-photo-browser .main-picture img {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .section.is-photo-browser .art {
        margin-top: 10%;
    }
}
.section.is-batch {
    padding-top: 10%;
    padding-bottom: 0;
}
.section.is-batch .l-wrapper:nth-child(1) {
    position: relative;
    z-index: 5;
}
.section.is-batch .t-title,
.section.is-batch .t-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-batch .t-title {
    max-width: 610px;
}
.section.is-batch .t-description {
    max-width: 670px;
}
.section.is-batch .art {
    margin-top: 4.42%;
    height: auto;
}
.section.is-batch .art__wrapper {
    padding-top: 0;
    aspect-ratio: 988/728;
}
.section.is-batch .main-picture {
    position: relative;
    top: auto;
    left: auto;
}
.section.is-batch .main-picture img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
}
.section.is-ml-enhance .t-title,
.section.is-ml-enhance .t-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-ml-enhance .t-title {
    max-width: 670px;
}
.section.is-ml-enhance .t-description {
    max-width: 680px;
}
.section.is-ml-enhance .ml-enhance {
    position: relative;
    z-index: 4;
    display: flex;
    max-width: 780px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
}
.section.is-ml-enhance .ml-enhance__item:nth-child(2) {
    margin-top: 0;
    margin-left: 80px;
}
.section.is-ml-enhance .ml-enhance__item {
    flex: 0 0 auto;
    width: calc((100% - 80px) / 2);
}
.section.is-ml-enhance .ml-enhance__item-description {
    margin-top: 9px;
    text-align: left;
}
.section.is-ml-enhance .ml-enhance__item-description span {
    font-weight: 600;
}
.section.is-crop {
    margin-top: 18.2%;
}
.section.is-crop .section__inner {
    display: flex;
}
.section.is-crop .art {
    flex: 0 0 auto;
    width: 51.86%;
    margin-right: 0;
}
.section.is-crop .art__block {
    max-width: 725px;
}
.section.is-crop .art__wrapper {
    padding-top: 0;
    aspect-ratio: 725/946;
}
.section.is-crop .art__image {
    width: 100%;
}
.section.is-crop .section__info {
    max-width: 380px;
    margin-top: 17px;
    margin-left: 6.32%;
}
.section.is-crop .section__info.is-top {
    max-width: 700px;
    margin: 0 auto 5.3%;
    text-align: center;
}
.section.is-crop .section__info:not(.is-top) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section.is-crop .t-description {
    max-width: 340px;
}
.section.is-crop .section__info.is-top .t-description {
    max-width: 700px;
}
.section.is-presets {
    overflow: hidden;
    padding-top: 18.16%;
    padding-bottom: 0;
}
.section.is-presets .t-title,
.section.is-presets .t-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-presets .t-title {
    max-width: 760px;
}
.section.is-presets .t-description {
    max-width: 800px;
}
.section .t-title,
.section .t-description,
.section .art,
.section .compare,
.section .ml-compare,
.section .extra,
.section .presets,
.section .crop,
.section .ml-enhance,
.section .raw-cols,
.section__video-link-wrapper {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 550ms ease-in-out, transform 550ms ease-in-out;
}
.section .t-title {
    transition-delay: 50ms;
}
.section .t-description {
    transition-delay: 100ms;
}
.section .art,
.section .compare,
.section__video-link-wrapper,
.section .ml-compare {
    transition-delay: 150ms;
}
.section .extra,
.section .presets,
.section .crop,
.section .ml-enhance,
.section .raw-cols {
    transition-delay: 200ms;
}
.section.is-animated .t-title,
.section.is-animated .t-description,
.section.is-animated .art,
.section.is-animated .compare,
.section.is-animated .ml-compare,
.section.is-animated .extra,
.section.is-animated .presets,
.section.is-animated .crop,
.section.is-animated .ml-enhance,
.section.is-animated .raw-cols,
.section.is-animated .section__video-link-wrapper {
    opacity: 1;
    transform: translateY(0);
}
.extra {
    margin-top: 50px;
}
.extra__item + .extra__item {
    margin-top: 56px;
}
.extra__number {
    font-size: 75px;
    font-weight: 600;
    color: #121212;
    line-height: 1;
    letter-spacing: -0.002em;
}
.extra .t-description {
    line-height: 1.1;
}
.presets {
    position: relative;
    margin: 4.42% auto 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.presets .l-inner--wide {
    width: 100%;
}
.presets__list {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1072px;
    margin: 0 auto;
}
.presets__item {
    flex: 0 0 auto;
    width: calc((100% - 264px) / 2);
    padding: 0 66px;
    transition: 330ms ease-in-out;
}
.presets__image {
    width: 100%;
    height: auto;
}
.presets__description {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    line-height: 1.48;
    letter-spacing: 0.01em;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.presets__description span {
    font-weight: 600;
}
.presets__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    pointer-events: none;
}
.presets__arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.presets__arrows-item {
    width: 58px;
    height: 58px;
    background-color: rgba(244, 242, 240, 0.7);
    background-repeat: no-repeat;
    background-size: 18px 32px;
    border-radius: 50%;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    cursor: pointer;
    pointer-events: all;
    transition: 130ms ease-in-out;
}
.presets__arrows-item:nth-child(1) {
    background-image: url(../png/icon_arrow-left.png);
    background-position: 18px 50%;
    background-size: 18px 32px;
}
.presets__arrows-item:nth-child(2) {
    background-image: url(../png/icon_arrow-right.png);
    background-position: 22px 50%;
    background-size: 18px 32px;
}
.presets__arrows-item.is-invisible {
    opacity: 0;
    pointer-events: none;
}
.hover .presets__arrows {
    opacity: 0;
    transition: 130ms ease-in-out;
}
.hover .presets:hover .presets__arrows {
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .presets__dots {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    html:not(.hover) .presets__arrows {
        display: none;
    }
    html:not(.hover) .presets__wrapper {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        pointer-events: all;
    }
    html:not(.hover) .presets__dots {
        padding-top: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    html:not(.hover) .presets__dotsItem {
        width: 9px;
        height: 9px;
        background-color: #cbcbd0;
        border-radius: 50%;
    }
    html:not(.hover) .presets__dotsItem:not(.is-active) {
        cursor: pointer;
    }
    html:not(.hover) .presets__dotsItem.is-active {
        background-color: #86868b;
    }
    html:not(.hover) .presets__dotsItem + .presets__dotsItem {
        margin-left: 12px;
    }
}
.batch-editing {
    width: 100%;
    max-width: 950px;
    margin: -49% auto 0;
}
@media only screen and (min-width: 1250px) {
    .batch-editing {
        margin-top: -44%;
    }
}
@media only screen and (min-width: 1370px) {
    .batch-editing {
        margin-top: -42%;
    }
}
@media only screen and (min-width: 1501px) {
    .batch-editing {
        margin-top: -38%;
    }
}
@media only screen and (min-width: 1601px) {
    .batch-editing {
        margin-top: -35%;
    }
}
@media only screen and (min-width: 1701px) {
    .batch-editing {
        margin-top: -30%;
    }
}
@media only screen and (min-width: 1901px) {
    .batch-editing {
        margin-top: -26%;
    }
}
@media only screen and (min-width: 2150px) {
    .batch-editing {
        margin-top: -24%;
    }
}
@media only screen and (min-width: 2301px) {
    .batch-editing {
        margin-top: -22%;
    }
}
.batch-editing__block {
    position: relative;
    width: 100%;
    padding-bottom: 193.05%;
}
.batch-editing img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
}
.crop {
    margin-top: 0;
}
.crop__item + .crop__item {
    margin-top: 60px;
}
.crop__item-description {
    margin-top: 9px;
}
.crop__item-description span {
    font-weight: 600;
}
.buy-section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 26px);
    padding-top: 26px;
    text-align: center;
}
.buy-section__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    letter-spacing: -0.002em;
}
.buy-section__description {
    max-width: 450px;
    margin: 9px auto 0;
    padding: 4px 0;
    font-size: 20px;
    color: #333;
    line-height: 32px;
}
.buy-section__btn {
    display: inline-block;
    margin: 22px auto 0;
    padding: 0;
    font-size: 17px;
    color: #fff;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #026fc9;
    border-radius: 15px;
    transition: background 130ms ease-in-out;
}
.hover .buy-section__btn:hover {
    background-color: #358cd4;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .compare {
        width: 688px;
        height: 516px;
    }
    .compare__fixed-image {
        width: 688px;
        height: 495px;
        background-size: 688px 495px;
    }
    .section.is-raw .section__info {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .section.is-raw .section__info .t-title {
        max-width: 580px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-raw .section__info .t-description {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-raw .raw-cols__item {
        max-width: 470px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-crop .section__info {
        margin-right: auto;
        margin-left: auto !important;
    }
    .section.is-crop .section__info .t-title {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .section.is-crop .section__info .t-description {
        max-width: 660px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .section.is-crop .crop__item {
        display: flex;
        max-width: 512px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
    .section.is-crop .crop__item-icon {
        flex: 0 0 auto;
        margin-top: 6px;
    }
    .section.is-crop .crop__item-description {
        margin-top: 0;
        margin-left: 16px !important;
        text-align: left !important;
    }
}
@media only screen and (max-width: 768px) {
    .compare {
        width: 100%;
        height: 0;
        padding-top: 75%;
    }
    .compare__original {
        height: 121%;
    }
    .compare__fixed::after {
        height: 105%;
    }
    .compare__fixed-image {
        width: 100%;
        height: 100%;
        background-size: auto 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .section.is-nondestructive .art.is-browser .main-picture img {
        width: 128.42%;
        margin-left: -30%;
    }
}
@media only screen and (max-width: 1023px) {
    .section.is-nondestructive .section__inner {
        flex-direction: column;
        align-items: center;
    }
    .section.is-nondestructive .section__info .t-title,
    .section.is-nondestructive .section__info .t-description {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-nondestructive .art {
        width: 100%;
    }
    .section.is-nondestructive .art.is-browser {
        height: auto;
        aspect-ratio: 1220/736;
    }
    .section.is-nondestructive .art.is-browser .art__wrapper {
        padding-top: 60.24%;
    }
    .section.is-nondestructive .art.is-browser img {
        margin-left: -7%;
    }
    .section.is-nondestructive .section__info {
        margin: 4% auto 0 auto;
    }
    .section.is-nondestructive .ml-enhance {
        max-width: 600px;
        margin-top: 60px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-nondestructive .ml-enhance__item {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .section.is-nondestructive .ml-enhance__item a {
        margin-left: 16px;
    }
    .section.is-nondestructive .ml-enhance__item:nth-child(2) {
        margin-top: 40px;
    }
    .section.is-nondestructive .ml-enhance__item-icon {
        flex: 0 0 auto;
        width: 36px;
        margin-top: 6px;
    }
    .section.is-nondestructive .ml-enhance__item-description {
        max-width: 460px;
        margin-top: 0;
        margin-left: 16px;
    }
    .section.is-raw .section__inner {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    .section.is-raw .section__info {
        max-width: 700px;
        padding-bottom: 7%;
    }
    .section.is-raw .extra {
        display: flex;
    }
    .section.is-raw .extra__item + .extra__item {
        margin-top: 0;
        margin-left: 50px;
    }
    .section.is-raw .art {
        width: 100%;
    }
    .section.is-crop .section__inner {
        flex-direction: column;
    }
    .section.is-crop .art,
    .section.is-repair .art {
        width: 100%;
        margin-top: 8.42%;
    }
    .section.is-crop .section__info {
        max-width: 700px;
        margin-left: 0;
    }
    .section.is-crop .t-description {
        max-width: 600px;
    }
    .section .crop {
        margin-top: 60px;
    }
    .section .crop__item:nth-child(2) {
        margin-top: 40px;
    }
    .section.is-ml-enhance .ml-enhance {
        flex-direction: column;
        max-width: 600px;
        margin-top: 60px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-ml-enhance .ml-enhance__item {
        width: 100%;
        display: flex;
    }
    .section.is-ml-enhance .ml-enhance__item:nth-child(2) {
        margin-top: 40px;
        margin-left: 0;
    }
    .section.is-ml-enhance .ml-enhance__item-icon {
        flex: 0 0 auto;
        margin-top: 6px;
    }
    .section.is-ml-enhance .ml-enhance__item-description {
        margin-top: 0;
        margin-left: 16px;
    }
    .design .section__info {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
    .design .section__info .t-title,
    .design .section__info .t-description {
        margin-right: auto;
        margin-left: 0;
    }
    .design .section__info .t-description {
        max-width: 600px !important;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1068px) {
    .presets {
        margin-top: 88px;
    }
    .presets__item {
        width: calc((100% - 176px) / 2);
        padding: 0 44px;
    }
}
@media only screen and (max-width: 980px) {
    .presets {
        margin-top: 44px;
    }
    .presets__item {
        width: calc((100% - 88px) / 2);
        padding: 0 22px;
    }
}
@media only screen and (max-width: 768px) {
    .section.is-nondestructive .section__info .t-title {
        max-width: 560px;
    }
    .section.is-nondestructive .ml-enhance {
        margin-top: 60px;
    }
    .section.is-nondestructive .ml-enhance__item-description {
        max-width: 460px;
        text-align: left;
    }
    .section.is-raw .section__info {
        margin-right: auto;
    }
    .section.is-raw .t-title {
        max-width: 420px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-raw .section__info .t-description {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-raw .section__info .raw-cols__item-info.t-description {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-presets .section__info .t-title {
        max-width: 590px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-presets .section__info .t-description {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }
    .presets__item {
        box-sizing: border-box;
        width: 100%;
    }
    .section.is-ml-enhance .section__info .t-title {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-ml-enhance .section__info .t-description {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-ml-enhance .ml-enhance {
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
    }
    .section.is-ml-enhance .ml-enhance__item {
        display: flex;
        width: 100%;
        max-width: 512px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-ml-enhance .ml-enhance__item:nth-child(2) {
        margin-top: 40px;
        margin-left: auto;
    }
    .section.is-ml-enhance .ml-enhance__item-icon {
        flex: 0 0 auto;
        width: 36px;
        margin-top: 6px;
    }
    .section.is-ml-enhance .ml-enhance__item-description {
        margin-top: 0;
        margin-left: 16px;
    }
    .section.is-repair .section__info .t-title {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-repair .section__info .t-description {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-crop .section__info {
        margin-left: auto;
    }
    .section.is-crop .section__info .t-title {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-crop .section__info .t-description {
        max-width: 580px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-crop .crop {
        flex-direction: column;
        margin-top: 60px;
    }
    .section.is-crop .crop__item {
        display: flex;
        width: 100%;
        max-width: 440px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-crop .crop__item:nth-child(2) {
        margin-top: 40px;
        margin-left: auto;
    }
    .section.is-crop .crop__item-icon {
        flex: 0 0 auto;
        width: 36px;
        margin-top: 6px;
    }
    .section.is-crop .crop__item-description {
        margin-top: 0;
        margin-left: 16px !important;
        text-align: left;
    }
    .design .t-title {
        max-width: 480px !important;
        margin-right: auto;
        margin-left: auto;
    }
    .design .t-description {
        max-width: 540px !important;
        margin-right: auto;
        margin-left: auto;
    }
    .design__cols {
        text-align: center;
    }
    .batch-editing {
        margin-top: -43%;
    }
}
@media only screen and (max-width: 767px) {
    .whats-new__more-wrapper {
        margin-top: 50px;
    }
    .whats-new__list {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 60px;
    }
    .whats-new__item {
        width: 100%;
        max-width: 330px;
        text-align: center;
    }
    .whats-new__item:nth-child(2n + 2) {
        margin-left: 0;
    }
    .whats-new__item:nth-child(n + 2) {
        margin-top: 45px;
    }
    .whats-new__item-description {
        margin-right: auto;
        margin-left: auto;
    }
    .hero .t-name {
        display: none;
    }
    .hero .t-header {
        margin-top: 0;
    }
}
@media only screen and (min-width: 414px) and (max-width: 768px) {
    .whats-new__title {
        max-width: 700px;
        margin: 0 auto;
        font-size: 40px;
    }
    .whats-new__item-description {
        font-size: 17px;
    }
    .hero {
        padding-top: 138px;
    }
    .hero__icon {
        width: 80px;
        height: 80px;
    }
    .hero .t-description {
        max-width: 549px;
        margin-top: 9%;
    }
    .hero .art {
        margin-top: 55px;
    }
    .hero__link {
        margin-top: 20px;
        font-size: 20px;
    }
    .hero__link .link__icon {
        width: 9px !important;
        height: 10px !important;
        margin-left: 6px;
    }
    .hero__header .t-name {
        margin-top: 10px;
    }
    .hero__header .t-header {
        max-width: 420px;
        margin-top: 20px !important;
    }
    .t-name {
        font-size: 24px;
    }
    .t-header {
        font-size: 59px;
    }
    .t-title {
        font-size: 46px;
    }
    .t-title-s {
        font-size: 40px;
        font-weight: 700;
        color: #121212;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .section {
        padding-bottom: 155px;
        text-align: center;
    }
    .section__info {
        margin-right: auto;
        margin-left: auto;
    }
    .section__info .t-title + .t-description {
        margin-top: 12px;
    }
    .section.is-nondestructive {
        padding-bottom: 150px;
    }
    .section.is-nondestructive .section__info {
        margin-top: 9%;
    }
    .section.is-nondestructive .t-title {
        max-width: 560px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-nondestructive .section__info .t-description {
        max-width: 580px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-crop {
        margin-top: 182px;
    }
    .section.is-crop .section__info {
        margin-top: 40px;
    }
    .section.is-batch {
        padding-top: 122px;
    }
    .section.is-presets {
        padding-top: 122px;
    }
    .design .t-title,
    .design .t-description {
        text-align: left;
    }
    .replay {
        bottom: -13%;
    }
    .presets {
        margin-top: 50px;
    }
    .presets__item {
        max-width: 404px;
    }
    .presets__description {
        font-size: 18px;
        line-height: 1.48;
        letter-spacing: 0.01em;
        text-align: left;
    }
    .crop {
        margin-top: 0 !important;
    }
}
@media only screen and (min-width: 568px) and (max-width: 1023px) {
    .hero__header .t-header {
        max-width: 600px;
    }
}
@media only screen and (max-width: 413px) {
    .whats-new__title {
        font-size: 36px;
    }
    .whats-new__description {
        margin-top: 13px;
        font-size: 18px;
    }
    .whats-new__more {
        margin-top: 16px;
        font-size: 19px;
    }
    .whats-new__item-description {
        font-size: 17px;
    }
    .hero__icon {
        width: 80px;
        height: 80px;
    }
    .hero .t-description {
        margin-top: 9%;
    }
    .hero .art {
        margin-top: 35px;
    }
    .hero__link {
        margin-top: 20px;
        font-size: 18px;
    }
    .hero__link .link__icon {
        width: 8px !important;
        height: 9px !important;
        margin-left: 6px;
    }
    .hero__header .t-name {
        margin-top: 10px;
    }
    .hero__header .t-header {
        max-width: 260px;
        font-size: 32px;
        margin-top: 10px !important;
    }
    .t-name {
        font-size: 20px;
    }
    .t-header {
        font-size: 42px;
    }
    .t-title {
        font-size: 36px;
    }
    .t-title-s {
        font-size: 40px;
        font-weight: 700;
        color: #121212;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .t-description {
        font-size: 18px;
    }
    .t-description-s {
        font-size: 20px;
        font-weight: 400;
        color: #121212;
        line-height: 1.46;
        letter-spacing: 0.01em;
    }
    .t-description-xs {
        font-size: 17px;
        font-weight: 400;
        color: #121212;
        line-height: 1.52;
        letter-spacing: 0;
        opacity: 0.6;
    }
    .section {
        padding-bottom: 155px;
        text-align: center;
    }
    .section__info .t-title + .t-description {
        margin-top: 12px;
    }
    .section.is-nondestructive {
        padding-bottom: 150px;
    }
    .section.is-nondestructive .section__info {
        margin-top: 9%;
        padding-bottom: 10%;
    }
    .section.is-crop .section__info {
        margin-top: 40px;
    }
    .section.is-nondestructive .ml-enhance {
        margin-top: 40px;
    }
    .section.is-nondestructive .ml-enhance__item:nth-child(2) {
        margin-top: 32px !important;
    }
    .section.is-ml-enhance .ml-enhance {
        margin-top: 40px;
    }
    .section.is-ml-enhance .ml-enhance__item:nth-child(2) {
        margin-top: 32px !important;
    }
    .section.is-crop {
        margin-top: 182px;
    }
    .section.is-crop .crop__item:nth-child(2) {
        margin-top: 32px !important;
    }
    .section.is-batch {
        padding-top: 122px;
    }
    .section.is-presets {
        padding-top: 122px;
    }
    .design .t-title,
    .design .t-description {
        text-align: center;
    }
    .replay {
        bottom: -13%;
    }
    .presets {
        margin-top: 50px;
    }
    .presets__description {
        font-size: 18px;
        line-height: 1.48;
        letter-spacing: 0.01em;
        text-align: left;
    }
    .crop {
        margin-top: 0 !important;
    }
    .section.is-raw .art.is-portrait {
        margin-top: 5% !important;
    }
    .section.is-repair .art {
        margin-top: 10% !important;
    }
    .section.is-crop .art.is-portrait {
        margin-top: 10% !important;
    }
}
.upgrade-page__info-box {
    background-color: #000;
    padding: 10px 20px 11px;
    margin-top: 110px;
    text-align: center;
}
.upgrade-page__info-box-text {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.005em;
}
.upgrade-page__info-box-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    transition: color 130ms ease-in-out;
}
.upgrade-page__info-box-link svg {
    margin-left: 3px;
}
.upgrade-page__info-box-link svg path {
    fill: currentColor;
}
.hover .upgrade-page__info-box-link:hover {
    color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
    .upgrade-page__info-box-text {
        line-height: 1.5;
    }
}
.upgrade-page__info-box + .hero {
    padding-top: 100px !important;
}
@media only screen and (max-width: 374px) {
    .main-header__btn {
        display: none;
    }
}
@media only screen and (max-width: 373px) {
    .whats-new__title {
        font-size: 30px;
    }
}
.photomator {
    overflow: hidden;
    padding-top: clamp(50px, 7vw, 100px);
}
.photomator__title {
    max-width: 570px;
    margin: 0 auto;
    font-weight: bold;
    font-size: clamp(38px, 4.16vw, 60px);
    line-height: 1;
    color: #0f0f0f;
    text-align: center;
    letter-spacing: -0.02em;
}
.photomator__description {
    width: 100%;
    padding-top: clamp(24px, 3.5vw, 50px);
}
.photomator__description .l-inner {
    display: flex;
}
.photomator__descriptionArtwork {
    flex-shrink: 0;
    width: 50%;
    aspect-ratio: 926/566;
    min-height: 566px;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
    .photomator__descriptionMobileArtwork {
        display: none;
    }
}
.photomator__descriptionPicture {
    translate: 18.5% 0;
    pointer-events: none;
}
@media only screen and (max-width: 1023px) {
    .photomator__descriptionPicture {
        translate: 18.5% 50px;
    }
}
.photomator__descriptionInfo {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    font-size: 20px;
    color: #121212;
    line-height: 1.45;
    letter-spacing: 0.01em;
}
.photomator__descriptionText {
    max-width: 400px;
}
.photomator__descriptionLink {
    display: inline-block;
    margin-top: 33px;
    font-weight: 500;
    color: #026fc9;
    line-height: 1.3;
    letter-spacing: 0.01em;
    transition: color 130ms ease-in-out;
}
.photomator__descriptionLink .link__icon path {
    fill: currentColor;
}
.hover .photomator__descriptionLink:hover {
    color: #358cd4;
}
.photomator__artworks {
    display: flex;
    justify-content: center;
    padding-top: clamp(45px, 8.68vw, 125px);
}
.photomator__artworksArtwork {
    flex-shrink: 0;
}
.photomator__artworksArtwork:nth-child(1) {
    translate: -18px 0;
}
.photomator__artworksArtwork:nth-child(2) {
    translate: -13px -200px;
}
@media only screen and (max-width: 1023px) {
    .photomator__artworksArtwork:nth-child(2) {
        translate: -13px -100px;
    }
}
@media only screen and (max-width: 767px) {
    .photomator {
        padding-bottom: 89px;
    }
    .photomator__description .l-inner {
        flex-direction: column;
    }
    .photomator__descriptionArtwork,
    .photomator__artworks {
        display: none;
    }
    .photomator__descriptionMobileArtwork {
        width: 100%;
        margin-top: 22px;
    }
    .photomator__descriptionMobileArtwork img {
        width: 100%;
        height: auto;
    }
    .photomator__descriptionInfo {
        width: 100%;
        margin-top: 40px;
        align-items: center;
        text-align: center;
    }
}
.photomatorBuy {
    background-color: #f2f2f2;
}
.photomatorBuy .l-inner {
    padding: clamp(50px, 10.4vw, 200px) 0;
    text-align: center;
}
.photomatorBuy__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.09;
    letter-spacing: -0.002em;
}
.photomatorBuy__description {
    max-width: 470px;
    margin: 10px auto 0;
    font-size: 20px;
    color: #121212;
    line-height: 1.45;
    letter-spacing: 0.01em;
}
.photomatorBuy .buttons {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
}
.photomatorBuy .buttons__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.photomatorBuy .buttons__btn {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 36px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    letter-spacing: -0.02em;
    background-color: #ff4169;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
    transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.photomatorBuy .buttons__btn svg {
    margin-left: 5px;
}
.photomatorBuy .buttons__btn svg path {
    fill: currentColor;
}
.hover .photomatorBuy .buttons__btn:hover {
    background-color: #ff6482;
}
.photomatorBuy .buttons__extra {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.64;
    color: #86868b;
}
.testFlightBtn {
    display: inline-block;
    height: 36px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    letter-spacing: -0.02em;
    background-color: #026fc9;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
    transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hover .testFlightBtn:hover {
    background-color: #358cd4;
}
.photomatorFeatures {
    padding-top: clamp(70px, 10vw, 145px);
}
.photomatorFeatures__content {
    width: 100%;
    max-width: 832px;
    margin: 0 auto;
}
.photomatorFeatures__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 20px;
}
.photomatorFeatures__item {
    overflow: hidden;
    position: relative;
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #ababab;
    transform: translateZ(0);
}
.photomatorFeatures__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
    aspect-ratio: 406/564;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.photomatorFeatures__item:nth-child(1) .photomatorFeatures__wrapper {
    max-width: 250px;
}
.photomatorFeatures__item:nth-child(1) .photomatorFeatures__wrapper .photomatorFeatures__extra,
.photomatorFeatures__item:nth-child(1) .photomatorFeatures__wrapper .photomatorFeatures__title {
    color: #fff;
}
.photomatorFeatures__item:nth-child(1) .photomatorFeatures__btn {
    color: #fff;
    border-color: #fff;
}
.hover .photomatorFeatures__item:nth-child(1) .photomatorFeatures__btn:hover {
    background-color: #fff;
    color: #000;
}
.photomatorFeatures__item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
    aspect-ratio: 406/272;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.photomatorFeatures__item:nth-child(2) .photomatorFeatures__wrapper {
    max-width: 300px;
}
.photomatorFeatures__item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
    aspect-ratio: 406/272;
}
.photomatorFeatures__item:nth-child(3) .photomatorFeatures__wrapper {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
.photomatorFeatures__item:nth-child(3) .photomatorFeatures__extra {
    color: #000;
}
.photomatorFeatures__item:nth-child(3) .photomatorFeatures__title {
    color: #000;
}
.photomatorFeatures__item:nth-child(3) .photomatorFeatures__title span {
    color: #6b67ff;
}
.photomatorFeatures__item:nth-child(4) {
    grid-column: 1/3;
    grid-row: 3/4;
    aspect-ratio: 832/272;
}
.photomatorFeatures__item:nth-child(4) .photomatorFeatures__wrapper {
    max-width: 250px;
}
.photomatorFeatures__item:nth-child(4) .photomatorFeatures__title span {
    font-style: italic;
    color: #f7ba00;
}
.photomatorFeatures__item:nth-child(5) {
    grid-column: 1/2;
    grid-row: 4/5;
    aspect-ratio: 406/272;
}
.photomatorFeatures__item:nth-child(5) .photomatorFeatures__wrapper {
    max-width: 250px;
}
.photomatorFeatures__item:nth-child(6) {
    grid-column: 2/3;
    grid-row: 4/5;
    aspect-ratio: 406/272;
}
.photomatorFeatures__item:nth-child(6) .photomatorFeatures__wrapper {
    max-width: 250px;
}
.photomatorFeatures__wrapper {
    position: relative;
    z-index: 3;
}
.photomatorFeatures__artwork {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.photomatorFeatures__artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photomatorFeatures__artwork video {
    width: 100%;
    height: 100%;
}
.photomatorFeatures__extra {
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.002em;
    color: #fff;
}
.photomatorFeatures__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.002em;
    color: #fff;
}
.photomatorFeatures__extra + .photomatorFeatures__title {
    margin-top: 3px;
}
.photomatorFeatures__btn {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 141px;
    height: 40px;
    padding-left: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
    border: 1px solid #fff;
    border-radius: 30px;
    transition: border-color 130ms ease-in-out, color 130ms ease-in-out, background-color 130ms ease-in-out;
}
.hover .photomatorFeatures__btn:hover {
    background-color: #fff;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .photomatorFeatures__list {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(7, 1fr);
    }
    .photomatorFeatures__item:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/3;
    }
    .photomatorFeatures__item:nth-child(2) {
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .photomatorFeatures__item:nth-child(3) {
        grid-column: 1/2;
        grid-row: 4/5;
        padding-top: 10px;
    }
    .photomatorFeatures__item:nth-child(4) {
        grid-column: 1/2;
        grid-row: 5/6;
        display: flex;
        align-items: flex-end;
        padding-bottom: 20px;
        aspect-ratio: 832/544;
    }
    .photomatorFeatures__item:nth-child(4) video {
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: auto;
        height: 100%;
    }
    .photomatorFeatures__item:nth-child(5) {
        grid-column: 1/2;
        grid-row: 6/7;
        padding-top: 10px;
    }
    .photomatorFeatures__item:nth-child(6) {
        grid-column: 1/2;
        grid-row: 7/8;
    }
}
.roadmapHeader {
    margin-top: clamp(58px, 8vw, 106px);
}
.roadmapHeader__inner {
    text-align: center;
}
.roadmapHeader__title {
    max-width: 770px;
    margin: 0 auto;
    font-size: clamp(42px, 4.16vw, 60px);
    font-weight: 600;
    color: #0f0f0f;
    line-height: 1;
    letter-spacing: -0.02em;
}
.roadmapHeader__description {
    max-width: 650px;
    margin: 23px auto 0;
    font-size: 20px;
    color: #333;
    line-height: 1.48;
    letter-spacing: 0.001em;
}
.roadmap {
    margin-top: clamp(40px, 5.2vw, 76px);
}
@media only screen and (min-width: 1300px) {
    .roadmap {
        --padding: 30px;
    }
}
@media only screen and (max-width: 1299px) {
    .roadmap {
        --padding: 20px;
    }
}
.roadmap__section {
    max-width: 982px;
    margin: 0 auto;
}
.roadmap__section + .roadmap__section {
    margin-top: 90px;
}
.roadmap__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -0.002em;
    padding-left: var(--padding);
}
.roadmap__btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    height: 36px;
    padding: 0 20px;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    letter-spacing: -0.02em;
    background-color: #026fc9;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
    transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hover .roadmap__btn:hover {
    background-color: #358cd4;
}
.roadmap__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 28px;
}
.roadmap__item {
    overflow: hidden;
    padding: var(--padding);
    border-radius: 20px;
    transform: translateZ(0);
}
.roadmap__itemTitle {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -0.002em;
    color: #fff;
}
@media only screen and (max-width: 1220px) and (min-width: 850px) {
    .roadmap__itemTitle {
        font-size: 26px;
    }
}
@media only screen and (max-width: 849px) and (min-width: 768px) {
    .roadmap__itemTitle {
        font-size: 22px;
    }
}
@media only screen and (min-width: 400px) {
    .roadmap__itemTitle {
        font-size: 22px;
    }
}
.roadmap__itemTitle.is-dark {
    color: #0f0f0f;
}
.is-browsing .roadmap__title {
    color: var(--black);
}
.is-browsing .roadmap__item {
    box-sizing: border-box;
    aspect-ratio: 314/272;
    background-color: var(--black);
}
.is-browsing .roadmap__item:nth-child(1),
.is-browsing .roadmap__item:nth-child(2),
.is-browsing .roadmap__item:nth-child(3) {
    position: relative;
    aspect-ratio: 314/272;
}
.is-browsing .roadmap__item:nth-child(1) .roadmap__itemTitle,
.is-browsing .roadmap__item:nth-child(2) .roadmap__itemTitle,
.is-browsing .roadmap__item:nth-child(3) .roadmap__itemTitle {
    position: relative;
    z-index: 1;
}
.is-browsing .roadmap__item:nth-child(1) img,
.is-browsing .roadmap__item:nth-child(2) img,
.is-browsing .roadmap__item:nth-child(3) img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.is-mac .roadmap__title {
    color: var(--black);
}
.is-mac .roadmap__item {
    box-sizing: border-box;
}
.is-mac .roadmap__itemTitle {
    color: #fff;
    position: relative;
    z-index: 1;
}
.is-mac .roadmap__item:nth-child(1) {
    position: relative;
    grid-column: 1/3;
    aspect-ratio: 648/272;
}
.is-mac .roadmap__item:nth-child(1) img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    translate: -50% -50%;
}
@media only screen and (max-width: 570px) {
    .is-mac .roadmap__item:nth-child(1) {
        aspect-ratio: 314/272;
    }
    .is-mac .roadmap__item:nth-child(1) img {
        right: 0;
        left: auto;
        width: auto;
        height: 100%;
        object-fit: unset;
        translate: 0 -50%;
    }
}
@media only screen and (max-width: 410px) {
    .is-mac .roadmap__item:nth-child(1) {
        aspect-ratio: 1/1.2;
    }
}
@media only screen and (max-width: 374px) {
    .is-mac .roadmap__item:nth-child(1) {
        aspect-ratio: 1/1.4;
    }
}
.is-mac .roadmap__item:nth-child(2) {
    aspect-ratio: 314/272;
    background-color: #f2f2f2;
}
@media only screen and (min-width: 768px) {
    .is-mac .roadmap__item:nth-child(2) img {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .is-mac .roadmap__item:nth-child(2) img {
        margin-top: 20px;
    }
}
.is-mac .roadmap__item:nth-child(2) .roadmap__itemTitle {
    color: var(--black);
}
.is-ai .roadmap__title {
    color: #af52de;
}
.is-ai .roadmap__item {
    box-sizing: border-box;
    aspect-ratio: 314/272;
    background-color: #af52de;
}
.is-ai .roadmap__itemTitle {
    position: relative;
    z-index: 1;
}
.is-ai .roadmap__item:nth-child(2) {
    position: relative;
    grid-column: 2/4;
    aspect-ratio: 648/272;
}
.is-ai .roadmap__item:nth-child(2) img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    translate: -50% -50%;
}
@media only screen and (max-width: 767px) {
    .is-ai .roadmap__item:nth-child(2) {
        grid-column: 1/2;
    }
    .is-ai .roadmap__item:nth-child(2) img {
        right: 0;
        left: auto;
        width: auto;
        height: 100%;
        object-fit: unset;
        translate: 0 -50%;
    }
}
@media only screen and (max-width: 410px) {
    .is-ai .roadmap__item:nth-child(2) {
        aspect-ratio: 1/1.2;
    }
}
@media only screen and (max-width: 374px) {
    .is-ai .roadmap__item:nth-child(2) {
        aspect-ratio: 1/1.4;
    }
}
.is-ai .roadmap__item:nth-child(1) {
    position: relative;
    aspect-ratio: 314/272;
}
.is-ai .roadmap__item:nth-child(1) .roadmap__itemTitle {
    position: relative;
    z-index: 1;
}
.is-ai .roadmap__item:nth-child(1) img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.is-ai .roadmap__itemTitle {
    max-width: 200px;
}
.is-clone-tool .roadmap__title {
    color: #3494ff;
}
.is-clone-tool .roadmap__item {
    box-sizing: border-box;
}
.is-clone-tool .roadmap__item img:not(.is-done) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    translate: -50% -50%;
}
.is-clone-tool .roadmap__item:nth-child(1) {
    grid-column: 1/3;
    aspect-ratio: 648/272;
}
.is-clone-tool .roadmap__item:nth-child(2) {
    aspect-ratio: 314/272;
}
.is-clone-tool .roadmap__item:nth-child(2) h3 {
    position: relative;
    z-index: 2;
    color: #3494ff;
}
.is-workflows .roadmap__title {
    color: #34c759;
}
.is-workflows .roadmap__item:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.is-workflows .roadmap__item {
    position: relative;
    aspect-ratio: 314/272;
    background-color: #34c759;
    box-sizing: border-box;
}
.is-workflows .roadmap__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.is-workflows .roadmap__item h3 {
    position: relative;
    z-index: 2;
}
.is-batch-editing .roadmap__title {
    color: #5856d6;
}
.is-batch-editing .roadmap__item {
    aspect-ratio: 314/272;
    box-sizing: border-box;
    background-color: #5856d6;
}
.is-batch-editing .roadmap__item h3 {
    position: relative;
    z-index: 2;
}
.is-batch-editing .roadmap__item:nth-child(1) {
    background-color: #f2f2f2;
}
.is-batch-editing .roadmap__item:nth-child(1) img {
    margin-top: 20px;
}
.is-batch-editing .roadmap__item:nth-child(2) {
    position: relative;
    aspect-ratio: 314/272;
    background-color: transparent;
}
.is-batch-editing .roadmap__item:nth-child(2) > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.is-batch-editing .roadmap__item:nth-child(3) {
    padding-top: 30px;
    padding-bottom: 30px;
}
.is-video .roadmap__title {
    color: #bf5af2;
}
.is-video .roadmap__item {
    padding: 0;
}
.is-video .roadmap__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.is-video .roadmap__item:nth-child(1) {
    aspect-ratio: 314/272;
    background-color: #0f0f0f;
}
.is-video .roadmap__item:nth-child(2) {
    grid-column: 2/4;
    aspect-ratio: 648/272;
}
.is-compatibility .roadmap__title {
    color: #ff9f0a;
}
.is-compatibility .roadmap__wrapper {
    position: relative;
    width: 100%;
}
.is-compatibility .roadmap__item {
    aspect-ratio: 314/272;
    box-sizing: border-box;
}
.is-compatibility .roadmap__item h3 {
    position: relative;
    z-index: 2;
}
.is-compatibility .roadmap__item:nth-child(1) {
    background-color: #f2f2f2;
}
.is-compatibility .roadmap__item:nth-child(1) img {
    margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
    .is-compatibility .roadmap__item:nth-child(1) img {
        width: 70%;
        height: auto;
        max-width: 225px;
    }
}
.is-compatibility .roadmap__item:nth-child(2) {
    background-color: #ff9f0a;
}
.is-compatibility .roadmap__item:nth-child(2) img {
    margin-top: 20px;
}
.is-compatibility .roadmap__item:nth-child(3) {
    padding-top: var(--padding);
    padding-bottom: 30px;
    background-color: #ff9f0a;
}
.is-compatibility .roadmap__wrapper .roadmap__itemTitle {
    max-width: 250px;
}
.is-secret .roadmap__title {
    color: #0f0f0f;
}
.is-secret .roadmap__item {
    grid-column: 1/4;
    aspect-ratio: 982/272;
    padding: 0;
}
.is-secret .roadmap__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.roadmap .done-block {
    position: absolute;
    left: var(--padding);
    bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
}
.roadmap .done-block img {
    margin: 0 !important;
    width: 36px;
    height: 36px;
}
.roadmap .done-block p {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.002em;
}
.roadmap .done-block p.is-dark {
    color: var(--black);
}
@media only screen and (min-width: 411px) {
    .roadmap .is-mobile-only {
        display: none;
    }
}
@media only screen and (max-width: 410px) {
    .roadmap .is-desktop-only {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .roadmap__section + .roadmap__section {
        margin-top: 45px;
    }
    .roadmap__list {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 18px;
    }
    .is-mac .roadmap__item {
        grid-column: 1/3;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .is-mac .roadmap__wrapper {
        width: 100%;
        aspect-ratio: 314/272;
    }
    .is-mac .roadmap__wrapper + .roadmap__wrapper {
        margin-top: 20px;
        margin-left: 0;
    }
    .is-mac .roadmap__wrapper:nth-child(2) img {
        top: 50%;
        left: 50%;
        width: 90%;
        height: 90%;
        translate: -50% -50%;
    }
    .is-clone-tool .roadmap__item:nth-child(1) {
        grid-column: 1/2;
        aspect-ratio: 648/272;
    }
    .is-clone-tool .roadmap__item:nth-child(2) {
        aspect-ratio: 314/272;
    }
    .is-video .roadmap__item:nth-child(2) {
        grid-column: 1/2;
    }
    .is-compatibility .roadmap__item {
        grid-column: 1/2;
        flex-direction: column;
    }
    .is-compatibility .roadmap__wrapper {
        width: 100%;
        aspect-ratio: 314/272;
    }
    .is-compatibility .roadmap__wrapper + .roadmap__wrapper {
        margin-top: 20px;
        margin-left: 0;
    }
    .is-secret .roadmap__title {
        color: #0f0f0f;
    }
    .is-secret .roadmap__item {
        grid-column: 1/2;
    }
}
.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 896px;
    margin-top: 72px;
    margin-right: auto;
    margin-left: auto;
}
.cards__item {
    width: calc((100% - (30px * 2)) / 3);
    min-height: 199px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}
.cards__item:nth-child(3n + 2) {
    margin-right: 30px;
    margin-left: 30px;
}
.cards__item:nth-child(n + 4) {
    margin-top: 30px;
}
.cards__item-info {
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}
.cards__item-description {
    margin-top: 6px;
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: -0.002em;
    opacity: 0.77;
}
.cards__item-title {
    margin-top: 13px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
.cards__item-link {
    display: none;
    margin-top: 12px;
    font-weight: 600;
    color: #026fc9;
}
.hover .cards__item-link:hover {
    color: #358cd4;
}
@media only screen and (max-width: 582px) {
    .cards {
        justify-content: center;
        max-width: 256px;
        margin-top: 72px;
    }
    .cards__item {
        width: 100%;
        max-width: 256px;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .cards__item:nth-child(3n + 2) {
        margin-right: auto;
        margin-left: auto;
    }
    .cards__item:nth-child(n + 2) {
        margin-top: 30px;
    }
}
.newCompare__header {
    text-align: center;
    padding-top: 136px;
}
@media only screen and (max-width: 1023px) {
    .newCompare__header {
        padding-top: 66px;
    }
}
.newCompare__headerTitle {
    max-width: 688px;
    margin: 0 auto;
}
.newCompare__headerDescription {
    max-width: 654px;
    margin: 20px auto 0;
}
.newCompare__listApps {
    margin-top: 60px !important;
}
.newCompare__listApp img {
    width: 100%;
    height: auto;
    max-width: 336px;
}
.newCompare__list {
    max-width: 832px;
    margin: 84px auto 0;
}
.newCompare__listGrid {
    text-align: center;
}
.newCompare__listHeader {
    position: sticky;
    position: -webkit-sticky;
    top: 51px;
    z-index: 5;
    padding: 20px 0;
    background-color: #fff;
}
.newCompare__listHeader h2 {
    padding: 15px 0 6px;
    font-weight: bold;
    font-size: clamp(18px, 2.22vw, 32px);
    color: #0f0f0f;
    line-height: 1.09;
    letter-spacing: -0.002em;
}
.newCompare__listDescription {
    margin-top: 0 !important;
}
.newCompare__listRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.newCompare__listRow + .newCompare__listRow {
    margin-top: 20px;
}
.newCompare__listDescription + .newCompare__listRow {
    margin-top: 40px;
}
.newCompare__listRowItem {
    aspect-ratio: 406/280;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border-radius: 20px;
}
.newCompare__listRowItem.xsmall {
    aspect-ratio: 406/140;
}
.newCompare__listRowItem:nth-child(1) {
    background-color: #f4f7e9;
}
.newCompare__listRowItem:nth-child(2) {
    background-color: #ebf4fa;
}
.newCompare__listRowItem .block-icon {
    display: none;
}
.newCompare__listRowItem img:not(.block-icon) {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    translate: -50% -50%;
}
.newCompare__listRowItem a.link {
    color: #026fc9;
    transition: color 130ms ease-in-out;
}
.newCompare__listRowItem a.link svg path {
    fill: currentColor;
}
.hover .newCompare__listRowItem a.link:hover {
    color: #358cd4;
}
.newCompare__listRowItem span {
    display: block;
    margin-top: 28px;
}
.newCompare__listRowItem span.link-wrapper {
    margin-top: 14px;
}
.newCompare__listRowItem span.link-wrapper span {
    margin-top: 0;
}
.newCompare__listRowItem .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    letter-spacing: -0.02em;
    border: 1px solid #ff4169;
    border-radius: 30px;
    transition: border-color 130ms ease-in-out, color 130ms ease-in-out, background-color 130ms ease-in-out;
}
.newCompare__listTitle p,
.newCompare__listRowItem p {
    z-index: 2;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.45;
    color: #333;
    letter-spacing: -0.002em;
}
.newCompare__listRowItem.full-width {
    grid-column: 1/3;
    aspect-ratio: 832/280;
}
.newCompare__listRowItem.align-top {
    align-items: flex-start;
}
.newCompare__listRowItem.align-top p {
    padding-top: 30px;
}
.newCompare__listRowItem.align-top-left {
    align-items: flex-start;
}
.newCompare__listRowItem.align-top-left p {
    margin-left: 0;
    padding-top: 0;
    text-align: left;
}
.newCompare__listRowItem.align-top-xl {
    align-items: flex-start;
}
.newCompare__listRowItem.align-top-xl p {
    padding-top: 60px;
}
.newCompare__listRowItemEmpty a.link {
    color: #026fc9;
    transition: color 130ms ease-in-out;
}
.newCompare__listRowItemEmpty a.link svg path {
    fill: currentColor;
}
.hover .newCompare__listRowItemEmpty a.link:hover {
    color: #358cd4;
}
.newCompare__buttonsBlock {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 12px;
}
@media only screen and (max-width: 643px) {
    .newCompare__buttonsBlock {
        height: 84px;
    }
}
.newCompare__button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #ff4169;
    letter-spacing: -0.02em;
    border: 1px solid #ff4169;
    border-radius: 30px;
    transition: border-color 130ms ease-in-out, color 130ms ease-in-out, background-color 130ms ease-in-out;
}
.newCompare__button svg {
    margin-left: 5px;
}
.newCompare__button svg path {
    fill: currentColor;
}
.hover .newCompare__button.is-try:hover {
    color: #fff;
    background-color: #ff6482;
    border-color: #ff6482;
}
@media only screen and (max-width: 643px) {
    .newCompare__button.is-try {
        order: 1;
    }
}
.newCompare__button.is-buy {
    color: #fff;
    background-color: #ff4169;
}
.hover .newCompare__button.is-buy:hover {
    background-color: #ff6482;
    border-color: #ff6482;
}
.newCompare__buttonExtra {
    width: 100%;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.64;
    color: #86868b;
}
.newCompare__price {
    margin-top: 21px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
.newCompare__priceExtra {
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: -0.002em;
    opacity: 0.77;
}
.newCompare__buttonExtra + .newCompare__priceExtra {
    margin-top: 17px;
}
.newCompare__platforms {
    margin-top: 105px !important;
    padding-bottom: 55px;
}
.newCompare__platform figure {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 60px;
}
.newCompare__platform img {
    width: 100%;
    height: auto;
}
.newCompare__platform p {
    max-width: 250px;
    margin: 30px auto 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
@media only screen and (max-width: 767px) {
    .newCompare__listRowItem {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
        aspect-ratio: auto;
    }
    .newCompare__listRowItem > img:not(.block-icon) {
        display: none;
    }
    .newCompare__listRowItem .block-icon {
        display: block;
        margin-bottom: 10px;
    }
    .newCompare__listRowItem.full-width {
        aspect-ratio: auto;
        background-color: #f4f7e9 !important;
        min-height: 254px;
        justify-content: center;
    }
    .newCompare__listRowItem.full-width .block-icon {
        margin-inline: auto;
    }
    .newCompare__listRowItem.full-width p {
        margin-inline: auto;
        text-align: center;
    }
    .newCompare__listRowItem p {
        padding: 0 !important;
        margin-left: 0;
        padding-top: 0;
        text-align: left;
        color: #000 !important;
    }
}
.modal-window {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 52px 0 52px;
    background-color: rgba(242, 242, 242, 0.8);
    opacity: 0;
    pointer-events: none;
    -webkit-backdrop-filter: saturate(150%) blur(30px);
    backdrop-filter: saturate(150%) blur(30px);
    -webkit-overflow-scrolling: touch;
    transition: opacity 330ms ease-in-out;
}
.modal-window.is-active {
    z-index: 21;
    opacity: 1;
    pointer-events: all;
}
.modal-window__inner {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.modal-window__adjustments {
    box-sizing: border-box;
    width: 100%;
    padding: 130px 80px;
    border-radius: 20px;
    background-color: #fff;
}
.modal-window__adjustments-item + .modal-window__adjustments-item {
    margin-top: 36px;
}
.modal-window__adjustments-title {
    font-size: 19px;
    font-weight: 700;
    color: #333;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
.modal-window__adjustments-description {
    font-size: 17px;
    color: #333;
    line-height: 1.45;
    letter-spacing: -0.002em;
    opacity: 0.77;
}
.modal-window__close {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    cursor: pointer;
    transition: opacity 130ms ease-in-out;
}
.modal-window__close svg path,
.modal-window__close svg polygon {
    fill: #333;
}
.hover .modal-window__close:hover {
    opacity: 0.77;
}
@media only screen and (max-width: 767px) {
    .modal-window {
        padding: 0;
    }
    .modal-window__inner {
        border-radius: 0;
    }
    .modal-window__adjustments {
        padding: 50px;
    }
    .modal-window__close {
        top: 10px;
        left: 10px;
    }
}
.card {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 100px;
    padding: 48px 50px 49px;
    background-color: #f2f2f2;
    border-radius: 20px;
}
.card__info {
    width: 50%;
    text-align: center;
}
.card__artwork {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 425  /  258;
    text-align: center;
}
.card__image {
    width: 100%;
    max-width: 425px;
    height: 100%;
    max-height: 258px;
}
.card__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.09;
    letter-spacing: -0.014em;
}
.card__description {
    margin-top: 6px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
.card__link {
    display: inline-block;
    margin-top: 12px;
    font-size: 17px;
    font-weight: 500;
    color: #026fc9;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
.card__link svg path {
    fill: currentColor;
}
.hover .card__link:hover {
    color: #358cd4;
}
.card__extra {
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    letter-spacing: -0.002em;
}
.card__btn {
    margin-top: 28px;
}
.card .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}
.card .buttons__item + .buttons__item {
    margin-left: 20px;
}
.card .btn {
    display: inline-block;
    height: auto;
    padding: 12px 35px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #ff4169;
    border-radius: 40px;
}
.card .btn:hover {
    border-color: #ff6482;
}
.card .btn--ghost {
    color: #ff4169;
    background-color: transparent;
    border-color: #ff4169;
}
.hover .card .btn--ghost:hover {
    color: #fff;
    background-color: #ff6482;
    border-color: #ff6482;
}
@media only screen and (max-width: 809px) {
    .card {
        flex-direction: column;
    }
    .card .card__info {
        order: 1;
        width: 100%;
        margin-top: 24px;
    }
    .card .card__artwork {
        order: 0;
        width: 100%;
        text-align: center;
    }
} 
﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.t-hero-title {
    font-size: 73px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 88px;
    letter-spacing: -0.02em;
}
.t-hero-subtitle {
    font-size: 44px;
    font-weight: 500;
    color: #0f0f0f;
    line-height: 53px;
    letter-spacing: -0.0275em;
}
.t-hero-title + .t-hero-subtitle {
    margin-top: 12px;
}
.t-hero-description {
    font-size: 23px;
    font-weight: 400;
    color: #333;
    line-height: 35px;
    letter-spacing: 0.004em;
}
.t-hero-subtitle + .t-hero-description {
    margin-top: 27px;
}
@media only screen and (max-width: 767px) {
    .t-hero-title {
        font-size: 53px;
        line-height: 63px;
    }
    .t-hero-subtitle {
        font-size: 32px;
        line-height: 38px;
    }
    .t-hero-title + .t-hero-subtitle {
        margin-top: 9px;
    }
    .t-hero-subtitle + .t-hero-description {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 374px) {
    .t-hero-title {
        font-size: 48px;
    }
}
.t-level-2_name {
    font-size: 21px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 27px;
    letter-spacing: 0.00125em;
}
.t-level-2_title {
    font-size: 49px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 59px;
    letter-spacing: -0.016em;
}
.t-level-2_name + .t-level-2_title {
    margin-top: 17px;
}
.t-level-2_title-s {
    font-size: 21px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 27px;
    letter-spacing: 0.00125em;
}
.t-level-2_description + .t-level-2_title-s {
    margin-top: 64px;
}
.t-level-2_description {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 32px;
    letter-spacing: 0.002em;
}
.t-level-2_title + .t-level-2_description {
    margin-top: 22px;
}
.t-level-2_title-s + .t-level-2_description {
    margin-top: 5px;
}
@media only screen and (max-width: 767px) {
    .t-level-2_name {
        font-size: 21px;
        line-height: 27px;
    }
    .t-level-2_title {
        font-size: 36px;
        line-height: 43px;
    }
    .t-level-2_name + .t-level-2_title {
        margin-top: 12px;
    }
}
.t-level-3_title {
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 38px;
}
.t-level-3_title-s {
    font-size: 18px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 24px;
    letter-spacing: 0.004em;
}
.t-level-3_description + .t-level-3_title-s {
    margin-top: 45px;
}
.t-level-3_description {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    line-height: 27px;
    letter-spacing: 0.004em;
}
.t-level-3_title + .t-level-3_description {
    margin-top: 14px;
}
.t-level-3_title-s + .t-level-3_description {
    margin-top: 5px;
}
.t-level-4_title {
    font-size: 14px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 18px;
}
.t-level-4_description {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 21px;
}
.t-level-4_title + .t-level-4_description {
    margin-top: 5px;
}
@-webkit-keyframes error {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    14.3%,
    42.9%,
    71.5% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    28.6%,
    57.2%,
    85.8% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes error {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    14.3%,
    42.9%,
    71.5% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    28.6%,
    57.2%,
    85.8% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
html {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-weight: 400;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
body.has-modal {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.modal ~ * {
    display: none;
}
.modal__wrapper {
    height: 100%;
}
.modal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal__image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 200px);
    height: calc(100vh - 200px);
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .modal__image-wrapper {
        width: calc(100vw - 40px);
        height: calc(100vh - 100px);
    }
}
.modal__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.video {
    width: calc(100% - 300px);
    max-width: 1400px;
    margin: 0 auto;
}
.video__container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1366px) {
    .video {
        width: calc(100% - 100px);
    }
}
@media only screen and (max-width: 767px) {
    .video {
        width: 100%;
    }
}
.html-video-wrapper {
    position: relative;
    width: calc(100% - 300px);
    max-width: 1400px;
    height: 0;
    margin: 0 auto;
    padding-bottom: 56.25%;
}
@media only screen and (max-width: 1366px) {
    .html-video-wrapper {
        width: calc(100% - 100px);
    }
}
@media only screen and (max-width: 767px) {
    .html-video-wrapper {
        width: 100%;
    }
}
.html-video-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.html-video-block video {
    width: 100%;
    height: 100%;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    -webkit-transition: background 110ms ease-in-out, -webkit-backdrop-filter 120ms 100ms ease-in-out;
    transition: background 110ms ease-in-out, -webkit-backdrop-filter 120ms 100ms ease-in-out;
}
.modal__close {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 2;
    font-size: 17px;
    font-weight: 400;
    color: #0f0f0f;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 330ms ease-out, transform 280ms ease-out, color 130ms ease-in-out;
}
.modal__close path {
    fill: #0f0f0f;
    transition: 130ms ease-in-out;
}
.modal__close-icon {
    margin-top: 2px;
    margin-right: 5px;
}
.hover .modal__close:hover {
    color: rgba(15, 15, 15, 0.5);
}
.hover .modal__close:hover path {
    fill: rgba(15, 15, 15, 0.5);
}
.modal__close.is-active {
    opacity: 1;
    transform: scale(1);
}
.modal__content {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 330ms ease-out, transform 280ms ease-out;
}
.modal.is-active {
    background-color: #fff;
    pointer-events: all;
}
.modal.is-active .modal__content.is-active {
    opacity: 1;
    transform: scale(1);
}
.modal.is-animated {
    -webkit-transition: background 110ms 100ms ease-in-out, -webkit-backdrop-filter 120ms ease-in-out;
    transition: background 110ms 100ms ease-in-out, -webkit-backdrop-filter 120ms ease-in-out;
}
@media only screen and (max-width: 767px) {
    .modal__close {
        top: 30px;
        left: 20px;
    }
}
.notify {
    position: relative;
    text-align: center;
    transition: opacity 330ms ease-out, transform 280ms ease-out;
}
.notify__thankyou {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    margin-top: 1px;
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    letter-spacing: -0.002em;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.notify__thankyou.is-visible {
    opacity: 1;
}
.notify__content.is-invisible {
    opacity: 0;
}
.notify__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    letter-spacing: -0.002em;
}
.notify__description {
    max-width: 450px;
    margin: 9px auto 0;
    padding: 4px 0;
    font-size: 20px;
    color: #333;
    line-height: 32px;
}
.modal .notify__description {
    max-width: 700px;
}
.notify__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.notify__email {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 37px;
    margin: 2px auto 0;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    text-align: center;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(15, 15, 15, 0.15);
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 130ms ease-in-out, color 130ms ease-in-out;
}
.notify__email.is-false {
    -webkit-animation: error 550ms ease-in-out forwards;
    animation: error 550ms ease-in-out forwards;
}
.notify__email::-webkit-input-placeholder {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    text-align: center;
}
.notify__email::-moz-placeholder {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    text-align: center;
}
.notify__email:-ms-input-placeholder {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    text-align: center;
}
.notify__email:focus::-webkit-input-placeholder {
    opacity: 0;
}
.notify__email:focus::-moz-placeholder {
    opacity: 0;
}
.notify__email:focus:-ms-input-placeholder {
    opacity: 0;
}
.notify__submit.btn--notify {
    margin: 22px auto 0;
    padding: 0;
    font-size: 17px;
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: background-color 330ms ease-in-out, color 330ms ease-in-out;
}
.notify__email.is-thankyou {
    border: none;
    color: #ff355d;
}
.notify__submit.btn--notify.is-thankyou {
    opacity: 0;
    pointer-events: none;
}
.notify__unsubscribe.btn--notify {
    margin: 22px auto 0;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: background-color 330ms ease-in-out, color 330ms ease-in-out;
}
@media only screen and (max-width: 767px) {
    .notify {
        padding: 0 20px;
    }
}
.main-nav.l-wrapper,
.current-page.l-wrapper {
    box-sizing: content-box;
    width: calc(100% - 80px);
    padding: 0 40px;
}
.main-nav .l-inner,
.current-page .l-inner {
    width: 100%;
    margin: 0 auto;
}
.main-nav .l-inner--wide,
.current-page .l-inner--wide {
    max-width: 1400px;
}
.main-nav .l-inner--narrow,
.current-page .l-inner--narrow {
    max-width: 980px;
}
@media only screen and (max-width: 850px) {
    .main-nav.l-wrapper,
    .current-page.l-wrapper {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}
@media only screen and (max-width: 850px) {
    html.stop-scroll {
        overflow: hidden !important;
        height: 100% !important;
    }
}
.p-classic .content {
    padding-top: 0 !important;
}
.main-nav {
    position: relative;
}
.main-nav__nav {
    flex: 1 0 auto;
    padding-top: 17px;
    border-bottom: 1px solid #dfdfdf;
}
.main-nav__nav-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.main-nav__nav-link {
    position: relative;
    padding-bottom: 17px;
    font-size: 14px;
    color: #000;
    line-height: 16px;
    letter-spacing: -0.005em;
}
.main-nav__nav-link span {
    opacity: 0.8;
    transition: opacity 130ms ease-in-out;
}
.hover .main-nav__nav-link:hover span {
    opacity: 0.5;
}
.main-nav__nav-link.is-active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background-color: #0f0f0f;
}
.main-nav__nav-link.is-active span {
    opacity: 1;
}
@media only screen and (min-width: 851px) {
    .main-nav__nav-link img {
        display: none;
    }
    .main-nav__nav-link.is-classic {
        display: none;
    }
}
.current-page {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 104;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(150%) blur(30px);
    backdrop-filter: saturate(150%) blur(30px);
/*    transition: background 130ms ease-in-out;*/
}
.current-page.is-scrolled {
    background-color: rgba(245, 245, 247, 0.5);
}
.current-page__inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.current-page__hamburger {
    flex: 0 0 auto;
}
.current-page__info {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.current-page__title {
    display: flex;
    align-items: center;
}
.current-page__title-link {
    display: flex;
    align-items: center;
}
.current-page__title-wrapper {
    display: inline-flex;
    align-items: center;
}
.current-page__title-icon {
    margin-right: 10px;
}
.current-page__title-name {
    font-size: 22px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.88);
    line-height: 26px;
    letter-spacing: -0.033em;
}
.current-page__title-name span:not(.current-page__title-pixelmator) {
    font-weight: 300;
}
.current-page__nav-inner {
    display: flex;
    align-items: center;
}
.current-page__nav-link {
    font-size: 13px;
    color: #000;
    line-height: 15px;
    letter-spacing: -0.005em;
    opacity: 0.85;
/*    transition: opacity 130ms ease-in-out;*/
}
.hover .current-page__nav-link:hover {
    opacity: 0.5;
}
.current-page__nav-link.is-active {
    opacity: 0.56;
    pointer-events: none;
}
.is-tutorials-single .current-page__nav-link.is-active {
    pointer-events: all;
}
.current-page__nav-link + .current-page__nav-link {
    margin-left: 22px;
}
.current-page__cta {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.current-page__cta:not(.no-cta) {
    padding-left: 16px;
}
.current-page__cta-trial {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    color: #ff4169;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #ff4169;
    border-radius: 6px;
    cursor: pointer;
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: border-color 130ms ease-in-out, color 130ms ease-in-out, background-color 130ms ease-in-out;
}
.hover .current-page__cta-trial:hover {
    color: #fff;
    background-color: #ff6482;
    border-color: #ff6482;
}
.current-page__cta-btn {
    display: block;
    padding: 0 11px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    letter-spacing: -0.01em;
    background-color: #ff4169;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 130ms ease-in-out;
}
.hover .current-page__cta-btn:hover {
    background-color: #ff6482;
}
.current-page__cta-trial + .current-page__cta-btn {
    margin-left: 22px;
}
@media only screen and (min-width: 851px) {
    .current-page__bg {
        display: none;
    }
}
@media only screen and (max-width: 414px) {
    .pro-tech-specs .current-page__cta-btn,
    .pro-updates .current-page__cta-btn,
    .pro-faq .current-page__cta-btn {
        display: none;
    }
}
body:not(.p-compare) .main-nav.is-dark {
    background-color: #161616;
}
body:not(.p-compare) .main-nav.is-dark .main-nav__nav {
    border-color: #424242;
}
body:not(.p-compare) .main-nav.is-dark .main-nav__nav-link {
    color: rgba(255, 255, 255, 0.88);
}
body:not(.p-compare) .main-nav.is-dark .main-nav__nav-link.is-active::after {
    background-color: #cecece;
}
body:not(.p-compare) .main-nav.is-dark + .current-page {
    background-color: #161616;
}
body:not(.p-compare) .main-nav.is-dark + .current-page.is-scrolled {
    background-color: rgba(17, 17, 17, 0.5);
}
body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__title-name {
    color: rgba(255, 255, 255, 0.85);
}
body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__nav-link {
    color: rgba(255, 255, 255, 0.88);
}
@media only screen and (min-width: 851px) {
    .current-page__title-name.is-mobile {
        display: none;
    }
}
@media only screen and (max-width: 850px) {
    .main-nav {
        overflow: auto;
        box-sizing: border-box !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 104;
        width: 100% !important;
        height: 100vh;
        padding-top: 39px !important;
        padding-bottom: 19px !important;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
/*        transition: transform 0.55s cubic-bezier(0.5, 0.15, 0.25, 1), opacity 0.55s cubic-bezier(0.5, 0.15, 0.25, 1);*/
        -webkit-overflow-scrolling: touch;
    }
    .main-nav__bg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        background-color: rgba(21, 22, 23, 0.75);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
/*        transition: opacity 0.4s cubic-bezier(0.25, 0, 0, 1);*/
    }
    .main-nav__bg.is-active {
        opacity: 1;
    }
    .main-nav__bg.is-invisible {
        visibility: hidden;
    }
    .main-nav.is-opened {
        opacity: 1;
        transform: translateY(0);
    }
    .main-nav.is-visible {
        visibility: visible;
    }
    .main-nav__nav {
        border-bottom: none;
    }
    .main-nav__nav-inner {
        align-items: center;
        flex-direction: column;
    }
    .main-nav__nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 34px);
        padding: 10px 0;
        margin: 0 auto;
        font-size: 18px;
        line-height: 23px;
        border-bottom: 1px solid #dfdfdf;
        opacity: 0;
        visibility: hidden;
/*        transition: opacity 130ms ease-in-out;*/
    }
    .main-nav__nav-link.is-opened {
        opacity: 1;
        visibility: visible;
    }
    .main-nav__nav-link:last-of-type {
        border: none;
    }
    .main-nav__nav-link.is-active::after {
        display: none;
    }
    .main-nav__nav-link img {
        margin-left: -32px;
    }
    .main-nav__nav-link img + span {
        margin-left: 15px;
    }
    .main-nav__nav-link.is-tutorials img {
        display: none;
    }
    .main-nav__nav-link.is-tutorials img + span {
        margin-left: 0;
    }
    .current-page.is-opened {
        position: fixed;
    }
    .current-page.is-opened::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }
    .current-page.is-opened + .content,
    .current-page.is-opened + .main-info,
    .p-classic .current-page.is-opened ~ .content,
    .is-dark-page .current-page.is-opened ~ .content,
    .is-dark-page .current-page.is-opened + .banner {
        margin-top: 52px;
    }
    .current-page::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 103;
        width: 100%;
        max-width: 0;
        height: 1px;
        background-color: #dfdfdf;
        transform: translateX(-50%);
        transform-origin: 50% 50%;
/*        transition: max-width 530ms ease-in-out;*/
    }
    .current-page.is-opened::after {
        max-width: 850px;
    }
    .current-page__inner {
        position: relative;
        z-index: 102;
    }
    .current-page__hamburger {
        position: relative;
        z-index: 103;
        flex: 0 0 auto;
        width: 50px;
    }
    .current-page__hamburger-btn {
        position: relative;
        display: inline-block;
        width: 26px;
        height: 26px;
    }
    .current-page__hamburger-btn::before,
    .current-page__hamburger-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 17px;
        height: 1px;
        background-color: #0f0f0f;
        border-radius: 1px;
        transition: 0.4s cubic-bezier(0.25, 0, 0, 1);
    }
    .current-page__hamburger-btn::before {
        transform: translate(-50%, calc(-50% - 4px));
    }
    .current-page__hamburger-btn::after {
        transform: translate(-50%, calc(-50% + 4px));
    }
    .current-page__hamburger-btn.is-opened::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .current-page__hamburger-btn.is-opened::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .current-page__title {
        position: relative;
        z-index: 103;
        justify-content: center;
        flex: 1 0 auto;
        -webkit-tap-highlight-color: transparent;
    }
    .current-page__title-wrapper {
        position: relative;
    }
    .current-page__title-name.is-desktop {
        display: none;
    }
    .current-page__title-icon {
        display: none;
    }
    .current-page__title-version {
        display: none;
    }
    .current-page__title-arrow {
        overflow: hidden;
        position: absolute;
        top: 5px;
        right: -21px;
        display: inline-block;
        width: 16px;
        height: 15px;
        margin-left: -1px;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        -webkit-transition: -webkit-transform 330ms ease-out;
        -ms-transition: -ms-transform 330ms ease-out;
        transition: transform 330ms ease-out;
    }
    .current-page__title-arrow:before,
    .current-page__title-arrow:after {
        content: "";
        position: absolute;
        top: 50%;
        z-index: 101;
        display: block;
        width: 10px;
        height: 1px;
        background: #0f0f0f;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0, 0, 1), -webkit-transform-origin 0.4s cubic-bezier(0.25, 0, 0, 1);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.25, 0, 0, 1), -ms-transform-origin 0.4s cubic-bezier(0.25, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(0.25, 0, 0, 1), transform-origin 0.4s cubic-bezier(0.25, 0, 0, 1);
    }
    .current-page__title-arrow:before {
        right: 50%;
        -webkit-transform: rotate(40deg) scaleY(1);
        -ms-transform: rotate(40deg) scaleY(1);
        transform: rotate(40deg) scaleY(1);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    .current-page__title-arrow:after {
        left: 50%;
        -webkit-transform: rotate(-40deg) scaleY(1);
        -ms-transform: rotate(-40deg) scaleY(1);
        transform: rotate(-40deg) scaleY(1);
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
    .current-page__title-link.is-inactive .current-page__title-arrow {
        display: none;
    }
    .current-page__title.is-opened .current-page__title-arrow {
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    }
    .current-page__title.is-opened .current-page__title-arrow::before {
        -webkit-transform: rotate(-40deg) scaleY(1);
        -ms-transform: rotate(-40deg) scaleY(1);
        transform: rotate(-40deg) scaleY(1);
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    .current-page__title.is-opened .current-page__title-arrow::after {
        -webkit-transform: rotate(40deg) scaleY(1);
        -ms-transform: rotate(40deg) scaleY(1);
        transform: rotate(40deg) scaleY(1);
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
    .current-page__cta {
        position: relative;
        z-index: 103;
        flex: 0 0 auto;
        width: 50px;
        text-align: right;
    }
    .current-page__cta-btn {
        flex: 0 0 auto;
        display: inline-block;
    }
    .p-team .current-page__cta-btn {
        display: none;
    }
    .current-page__cta:not(.no-cta) {
        padding-left: 0;
    }
    .current-page__nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 102;
        width: 100%;
        padding-top: 68px;
        padding-bottom: 24px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
/*        transition: transform 0.55s cubic-bezier(0.5, 0.15, 0.25, 1), opacity 0.55s cubic-bezier(0.5, 0.15, 0.25, 1);*/
    }
    .current-page__nav.is-visible {
        visibility: visible;
    }
    .current-page__nav.is-opened {
        opacity: 1;
        transform: translateY(0);
    }
    .current-page__nav-inner {
        flex-direction: column;
        justify-content: center;
    }
    .current-page__nav-link {
        font-size: 18px;
        line-height: 23px;
        opacity: 0 !important;
        visibility: hidden;
/*        transition: opacity 130ms ease-in-out;*/
    }
    .current-page__nav-link.is-opened {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .current-page__nav-link.is-opened.is-active {
        opacity: 0.56 !important;
        visibility: visible !important;
    }
    .current-page__nav-link.is-closing,
    .current-page__nav-link.is-opened.is-closing.is-active {
        opacity: 0 !important;
        visibility: visible;
    }
    .current-page__nav-link + .current-page__nav-link {
        margin-top: 25px;
        margin-left: 0;
    }
    .current-page__bg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        width: 100%;
        height: 100vh;
        opacity: 0;
        pointer-events: none;
        background-color: rgba(21, 22, 23, 0.75);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
/*        transition: 0.4s cubic-bezier(0.25, 0, 0, 1);*/
    }
    .current-page__bg.is-opened {
        opacity: 1;
        pointer-events: all;
    }
    body:not(.p-compare) .main-nav.is-dark {
        z-index: 11;
    }
    body:not(.p-compare) .main-nav.is-dark .main-nav__nav-link {
        border-color: #424242;
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page {
        z-index: 11;
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page::after {
        background-color: #424242;
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page.is-opened::before {
        background-color: #111;
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__hamburger-btn::before,
    body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__hamburger-btn::after {
        background-color: rgba(255, 255, 255, 0.88);
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__nav {
        background-color: #111 !important;
    }
}
@media only screen and (max-width: 373px) {
    .current-page__hamburger {
        width: 26px;
    }
}
.btn {
    display: block;
    padding: 0 8px;
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    letter-spacing: -0.005em;
    background-color: #ff4169;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn--big {
    padding: 0 19px;
    font-size: 19px;
    line-height: 32px;
}
.btn:hover {
    background-color: #ff6482;
}
@media only screen and (min-width: 851px) {
    .p-compare .current-page,
    .is-upgrade .current-page {
        display: none;
    }
}
@keyframes signupProcess {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.buy-block {
    margin-top: 200px;
}
.buy-block__inner {
    text-align: center;
}
.buy-block__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    letter-spacing: -0.002em;
}
.buy-block__description {
    max-width: 450px;
    margin: 9px auto 0;
    padding: 4px 0;
    font-size: 20px;
    color: #333;
    line-height: 32px;
}
.buy-block__btn {
    display: inline-block;
    width: 32px;
    height: 36px;
    padding: 0 20px;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    letter-spacing: -0.02em;
    background-color: #ff4169;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
    transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hover .buy-block__btn:hover {
    background-color: #ff6482;
}
.buy-block__extra {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.64;
    color: #86868b;
}
.p-ios .global-footer,
.is-dark-page .global-footer,
.p-classic .global-footer {
    background-color: #111;
}
.p-ios .global-footer .global-footer__nav-title,
.p-ios .global-footer .global-footer__nav-link,
.is-dark-page .global-footer .global-footer__nav-title,
.is-dark-page .global-footer .global-footer__nav-link,
.p-classic .global-footer .global-footer__nav-title,
.p-classic .global-footer .global-footer__nav-link {
    color: #f0f0f0;
}
.p-ios .global-footer .global-footer__nav-link,
.is-dark-page .global-footer .global-footer__nav-link,
.p-classic .global-footer .global-footer__nav-link {
    opacity: 0.5;
}
.hover .p-ios .global-footer .global-footer__nav-link:hover,
.hover .is-dark-page .global-footer .global-footer__nav-link:hover,
.hover .p-classic .global-footer .global-footer__nav-link:hover {
    opacity: 0.88 !important;
}
@media only screen and (max-width: 767px) {
    .p-ios .global-footer .global-footer__nav-links,
    .is-dark-page .global-footer .global-footer__nav-links,
    .p-classic .global-footer .global-footer__nav-links {
        border-color: #424242;
    }
}
.p-ios .global-footer .global-footer__copyright,
.is-dark-page .global-footer .global-footer__copyright,
.p-classic .global-footer .global-footer__copyright {
    border-color: #424242;
}
.p-ios .global-footer .global-footer__copyright-text,
.is-dark-page .global-footer .global-footer__copyright-text,
.p-classic .global-footer .global-footer__copyright-text {
    color: #f0f0f0;
    opacity: 0.5;
}
.p-ios .global-footer-subscribe .global-footer-subscribe__title,
.p-ios .global-footer-subscribe .global-footer-subscribe__description,
.is-dark-page .global-footer-subscribe .global-footer-subscribe__title,
.is-dark-page .global-footer-subscribe .global-footer-subscribe__description,
.p-classic .global-footer-subscribe .global-footer-subscribe__title,
.p-classic .global-footer-subscribe .global-footer-subscribe__description {
    color: #f0f0f0;
}
.p-ios .global-footer-subscribe .global-footer-subscribe__description,
.is-dark-page .global-footer-subscribe .global-footer-subscribe__description,
.p-classic .global-footer-subscribe .global-footer-subscribe__description {
    opacity: 0.5;
}
.p-team.p-support .global-footer {
    margin-top: 0;
}
@keyframes beforeAfter {
    0% {
        width: 0%;
    }
    60% {
        width: 90%;
    }
    100% {
        width: calc(50% + 2px);
    }
}
@keyframes comparisonActive {
    0% {
        width: 0%;
    }
    60% {
        width: 90%;
    }
    100% {
        width: 50%;
    }
}
@keyframes mlComparisonActive {
    0% {
        width: 13.7%;
    }
    60% {
        width: 90%;
    }
    100% {
        width: 56.5%;
    }
}
html.no-scroll {
    overflow: hidden;
}
body {
    background-image: none;
}
.retina body {
    background-image: none;
}
.l-wrapper {
    width: calc(100% - 80px);
    padding: 0 40px;
}
@media only screen and (max-width: 767px) {
    .l-wrapper {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}
.l-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 1190px) {
    .l-inner {
        width: calc(100% - 240px);
    }
}
@media only screen and (min-width: 950px) and (max-width: 1189px) {
    .l-inner {
        width: 870px;
    }
}
@media only screen and (max-width: 767px) {
    .l-inner {
        max-width: 688px !important;
    }
}
.l-inner--narrow {
    max-width: 980px;
}
.btn {
    height: 23px;
    padding: 0 14px;
    background-color: #ff355d;
    border-radius: 23px;
}
@media only screen and (max-width: 767px) {
    .btn {
        padding: 0 8px;
    }
}
.btn--big {
    min-width: 100px;
    height: 30px;
    margin-top: 22px;
    line-height: 30px;
}
.main-header__btn .btn--buy {
    background-color: #026fc9;
}
.hover .main-header__btn .btn--buy:hover {
    background-color: #358cd4;
}
.current-page__cta-btn.is-photo {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 851px) {
    .current-page__cta-btn.is-photo .photo-download-icon {
        display: none;
    }
}
@media only screen and (max-width: 850px) {
    .current-page__cta-btn.is-photo {
        width: 22px;
        height: 24px;
        justify-content: center;
    }
    .current-page__cta-btn.is-photo span {
        display: none;
    }
    .current-page__cta-btn.is-photo svg path {
        fill: #fff;
    }
}
.main-slogan {
    font-size: 35px;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 1.514;
    letter-spacing: -0.015em;
    text-align: center;
}
.main-name {
    max-width: 510px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 68px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .main-name {
        font-size: 40px;
    }
}
.main-description {
    max-width: 670px;
    margin: -21% auto 0;
    font-size: 22px;
    font-weight: 400;
    color: #333;
    line-height: 1.521;
    letter-spacing: -0.004em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .main-description {
        margin-top: -16%;
    }
}
.coming-soon {
    display: block;
    max-width: 190px;
    margin: 35px auto 0;
    font-size: 15px;
    font-weight: 600;
    color: rgba(51, 51, 51, 0.9);
    line-height: 39px;
    text-align: center;
    border: 1px solid rgba(51, 51, 51, 0.7);
    border-radius: 25px;
}
.ipad {
    position: relative;
    width: calc(100% - 380px);
    max-width: 1110px;
    margin: 33px auto 0;
}
@media only screen and (max-width: 1440px) {
    .ipad {
        width: 100%;
        max-width: 980px;
    }
}
.ipad__wrapper {
    position: relative;
    width: 100%;
    padding-top: 103.24%;
}
.ipad__artwork {
    position: absolute;
    top: 0;
    left: -2.3%;
    z-index: 5;
    width: 118.01%;
    height: auto;
}
.ipad__video {
    position: absolute;
    top: 2%;
    left: 50%;
    z-index: 2;
    width: 94%;
    height: 75%;
    transform: translate(-50%, 0);
}
.artwork {
    position: absolute;
    top: 210px;
    left: 50%;
    width: calc(100% - 380px);
    max-width: 1110px;
    margin: 0 auto;
    transform: translateX(-50%);
}
@media only screen and (max-width: 1440px) {
    .artwork {
        width: 100%;
        max-width: 980px;
    }
}
.artwork__inner-block {
    width: 100%;
}
.artwork__wrapper {
    position: relative;
    width: 100%;
    padding-top: 76.39%;
}
.artwork__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 76.39%;
}
.artwork__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(calc(60% + 20px));
}
.artwork__frame {
    position: absolute;
    top: -3.57%;
    left: -2.3%;
    z-index: 5;
    width: 118.01%;
    height: auto;
}
.artwork__elements {
    overflow: hidden;
    position: absolute;
    top: 4.1%;
    left: 3.25%;
    z-index: 3;
    width: 93.54%;
    height: 91.74%;
}
.artwork__screenshot {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.artwork__sidebar {
    position: absolute;
    top: 4.25%;
    right: 0;
    z-index: 2;
    width: 22.83%;
    height: 85.21%;
    transform: translateX(100%);
}
.replay {
    position: absolute;
    bottom: -7%;
    left: 50%;
    z-index: 6;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 130ms ease-in-out;
    will-change: opacity;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
    .replay {
        bottom: -10%;
    }
}
.replay__button {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    color: #026fc9;
}
.replay__icon {
    margin-left: 3px;
}
.replay__icon path {
    fill: #026fc9;
}
.replay.is-active {
    opacity: 1;
    pointer-events: all;
}
.hero {
    overflow: hidden;
    position: relative;
    padding-top: 99px;
    margin-bottom: 360px;
}
@media only screen and (max-width: 1025px) {
    .hero {
        margin-bottom: 180px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .hero {
        padding-top: 150px !important;
    }
}
@media only screen and (min-width: 414px) and (max-width: 767px) {
    .hero {
        padding-top: 51px !important;
    }
}
@media only screen and (max-width: 413px) {
    .hero {
        padding-top: 51px;
    }
}
.hero__info {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}
.hero__title {
    margin-top: 40px;
    font-size: 30px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .hero__title {
        font-size: 22px;
    }
}
.hero__label {
    color: #4ab0cd;
}
.hero__moto {
    margin-top: 18px;
    font-size: 64px;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .hero__moto {
        font-size: 48px;
    }
}
.hero .main-description {
    margin-top: 10%;
}
.hero__cta {
    display: block;
    width: 151px;
    margin: 45px auto 0;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #072f3d;
    line-height: 46px;
    text-align: center;
    background-color: #4ab0cd;
    border: 2px solid #4ab0cd;
    border-radius: 27px;
}
@media only screen and (max-width: 767px) {
    .hero__cta {
        line-height: 36px;
    }
}
.hero__description {
    margin-top: 145px;
}
.hero__background {
    width: calc(100% - 380px);
    max-width: 1110px;
    margin: 0 auto 0;
}
@media only screen and (max-width: 1440px) {
    .hero__background {
        width: 100%;
        max-width: 980px;
    }
}
.hero__block {
    position: relative;
    width: 100%;
    padding-bottom: 76.3%;
    margin-top: 18%;
}
.hero__artwork {
    position: absolute;
    top: 0;
    left: 50%;
    width: 230.6%;
    height: auto;
    transform: translateX(-50%);
}
.article {
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .article.is-filters,
    .article.is-crop {
        margin-top: 115px !important;
    }
    .article.is-crop {
        padding-bottom: 55px !important;
    }
    .article.is-filters + .article {
        margin-top: 130px !important;
    }
}
.article:nth-child(1) {
    padding-top: 350px;
}
@media only screen and (max-width: 767px) {
    .article:nth-child(1) {
        padding-top: 175px;
    }
}
.article__info {
    max-width: 800px;
}
.article__name {
    font-size: 64px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 1.059;
    letter-spacing: -0.018em;
}
@media only screen and (max-width: 767px) {
    .article__name {
        font-size: 38px;
    }
}
.article__description {
    max-width: 740px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #333;
    line-height: 1.521;
    letter-spacing: -0.004em;
}
.article .device {
    margin-top: 26px;
}
.article__more {
    max-width: 640px;
    font-size: 21px;
    font-weight: 400;
    color: #333;
    line-height: 1.404;
    letter-spacing: 0.001;
}
.article__more .is-bold {
    font-weight: 700;
}
.article__features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.article__feature {
    font-size: 23px;
    font-weight: 700;
    color: #333;
    line-height: 1.826;
    letter-spacing: 0.015em;
}
.article__feature:not(:last-child) {
    margin-right: 36px;
}
.article__cols {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20.5%;
}
@media only screen and (min-width: 768px) {
    .article__col {
        width: calc((100% - 85px) / 2);
    }
    .article__col + .article__col {
        margin-left: 85px;
    }
}
@media only screen and (max-width: 767px) {
    .article__col {
        width: 100%;
    }
    .article__col + .article__col {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .raw {
        margin-top: 60px;
    }
    .raw + .article {
        padding-top: 125px !important;
    }
    .raw + .article + .article {
        padding-top: 45px !important;
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .raw {
        height: auto;
        padding-bottom: 135px;
    }
    .raw,
    .retina .raw {
        background-size: auto 100%;
    }
}
.raw__info {
    max-width: 780px;
    padding-top: 185px;
}
@media only screen and (max-width: 767px) {
    .raw__info {
        padding-top: 125px;
    }
}
.raw__name {
    max-width: 550px;
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    line-height: 1.059;
    letter-spacing: -0.001em;
}
@media only screen and (max-width: 767px) {
    .raw__name {
        font-size: 38px;
    }
}
.raw__description {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #c8c8c8;
    line-height: 1.521;
    letter-spacing: -0.004em;
}
.raw__subtitle {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.raw__description + .raw__icon {
    margin-top: 60px;
}
.raw__description + .raw__subtitle {
    margin-top: 60px;
}
.raw__icon + .raw__subtitle {
    margin-top: 20px;
}
.raw__subtitle + .raw__description {
    margin-top: 15px;
}
.raw__numbers {
    margin-top: 65px;
    font-size: 20px;
    font-weight: 400;
    color: #ababab;
    line-height: 1.5;
    letter-spacing: 0.001em;
}
.raw__numbers + .raw__numbers {
    margin-top: 43px;
}
.raw__numbers .is-bold {
    display: block;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .raw + .article + .article {
        margin-top: 40px;
    }
}
.design {
    overflow: hidden;
    margin-top: 0;
}
.design .l-wrapper.is-info {
    position: relative;
    z-index: 2;
}
.design__info {
    box-sizing: border-box;
    max-width: 800px;
    padding: 0 15px 0;
}
.design__description {
    margin-top: 20px;
}
.design__cols {
    margin-top: 30px;
}
@media only screen and (min-width: 1440px) {
    .design .l-wrapper.is-info + .l-wrapper {
        margin-top: -350px;
    }
}
@media only screen and (min-width: 1041px) and (max-width: 1439px) {
    .design .l-wrapper.is-info + .l-wrapper {
        margin-top: calc((-130px - 19%));
    }
}
@media only screen and (max-width: 1040px) {
    .design .l-wrapper.is-info + .l-wrapper {
        margin-top: -35%;
    }
}
.design__background {
    width: calc(100% - 380px);
    max-width: 950px;
    margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
    .design__background {
        width: 100%;
    }
}
.design__block {
    position: relative;
    width: 100%;
    padding-bottom: 135.47%;
}
.design__artwork {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 350.52%;
    height: auto;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
    .design img {
        width: 200vw;
        height: auto;
        margin-top: 0 !important;
    }
}
.comparison {
    width: 100%;
    max-width: 1002px;
    margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
    .comparison {
        margin-top: 26px;
    }
}
.comparison__figure {
    position: relative;
    width: 100%;
    padding-bottom: 74.9%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.comparison__artwork-inner {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.comparison__range {
    position: absolute;
    top: 50%;
    left: -22px;
    z-index: 6;
    width: calc(100% + 44px);
    height: 45px;
    background-color: transparent;
    cursor: ew-resize;
    direction: ltr;
    opacity: 0;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.comparison__range.is-finished {
    pointer-events: all;
}
.comparison__label {
    position: absolute;
    bottom: 35px;
    z-index: 5;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    white-space: nowrap;
}
.comparison__label.is-original {
    left: 50px;
}
.comparison__label.is-fixed {
    right: 50px;
}
@media only screen and (max-width: 767px) {
    .comparison__label {
        display: none;
    }
}
.footer__next {
    padding: 220px 0 5px;
}
.footer__copyright {
    margin-top: 231px;
    padding-bottom: 14px;
}
.footer__buy.is-notify + .footer__copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    opacity: 0;
    transition: opacity 130ms ease-in-out;
}
.footer__buy.is-notify + .footer__copyright.is-active {
    opacity: 1;
}
.footer__back-link + .footer__copyright {
    margin-top: 165px;
}
.buy {
    position: relative;
    box-sizing: border-box;
    height: 100vh;
    text-align: center;
}
.buy.is-notify .g-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    will-change: transform;
    -webkit-transform: translate3d(0, 210px, 0);
    -ms-transform: translate3d(0, 210px, 0);
    transform: translate3d(0, 210px, 0);
}
.buy .notify__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    letter-spacing: -0.002em;
}
.buy .notify__btn.btn--big {
    margin: 22px auto 0;
    padding: 0;
    font-size: 17px;
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.buy .notify .btn--big {
    background-color: #026fc9;
    margin-top: 12px;
}
.hover .buy .notify .btn--big:hover {
    background-color: #358cd4;
}
.copyright__text {
    font-size: 12px;
    color: #333;
    text-align: center;
    opacity: 0.5;
}
.copyright__text + .copyright__text {
    margin-top: 40px;
}
.l-inner--wide {
    max-width: 1400px;
}
html {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
}
.t-name {
    font-size: 34px;
    font-weight: 500;
    color: #121212;
    line-height: 1;
}
.t-header {
    font-size: 70px;
    font-weight: 600;
    color: #0f0f0f;
    line-height: 0.98;
    letter-spacing: -0.02em;
}
.t-title {
    font-size: 60px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    letter-spacing: -0.02em;
}
.t-title-s {
    font-size: 40px;
    font-weight: 700;
    color: #121212;
    line-height: 1.3;
    letter-spacing: 0;
}
.t-description {
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    line-height: 1.48;
    letter-spacing: 0.01em;
}
.t-description-s {
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    line-height: 1.46;
    letter-spacing: 0.01em;
}
.t-description-xs {
    font-size: 17px;
    font-weight: 400;
    color: #121212;
    line-height: 1.52;
    letter-spacing: 0;
    opacity: 0.6;
}
.hero {
    padding-bottom: 10.25%;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .hero {
        padding-bottom: 126px;
    }
}
.hero__header {
    text-align: center;
}
.hero__header .t-name {
    margin-top: 8px;
}
.hero__header .t-header {
    max-width: 700px;
    margin: 29px auto 0;
}
.hero .art {
    margin-top: 5.357%;
}
.hero .art.is-landscape {
    max-height: 813px;
}
.hero .t-description {
    position: relative;
    z-index: 2;
    max-width: 630px;
    margin: 4% auto 0;
    text-align: center;
}
.hero__link-wrapper {
    text-align: center;
}
.hero__link {
    display: inline-block;
    margin-top: 33px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.52947;
    letter-spacing: -0.008em;
    color: #026fc9;
    transition: color 130ms ease-in-out;
}
.hero__link svg {
    vertical-align: middle;
    margin-left: 7px;
}
.hero__link svg path {
    fill: currentColor;
}
.hover .hero__link:hover {
    color: #358cd4;
}
.hero__icon,
.hero .t-name,
.hero .t-header,
.hero .art,
.hero .t-description,
.hero__link-wrapper {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 550ms ease-in-out, transform 550ms ease-in-out;
}
.hero .t-name {
    transition-delay: 50ms;
}
.hero .t-header {
    transition-delay: 100ms;
}
.hero .art {
    transition-delay: 150ms;
}
.hero .t-description {
    transition-delay: 200ms;
}
.hero__link-wrapper {
    transition-delay: 250ms;
}
.hero.is-active .hero__icon,
.hero.is-active .t-name,
.hero.is-active .t-header,
.hero.is-active .art,
.hero.is-active .t-description,
.hero.is-active .hero__link-wrapper {
    opacity: 1;
    transform: translateY(0);
}
.whats-new {
    padding: 203px 0 166px;
    background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
    .whats-new {
        padding: 93px 0 80px;
    }
}
.whats-new__video {
    display: inline-block;
    margin-top: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: 0.01em;
    color: #026fc9;
    transition: 130ms ease-in-out;
}
.whats-new__video svg {
    width: 6px;
    height: 10px;
    margin-left: 4px;
}
.whats-new__video svg path {
    fill: currentColor;
}
.whats-new__video:hover {
    color: #358cd4;
}
@media only screen and (max-width: 413px) {
    .whats-new__video {
        font-size: 17px;
    }
    .whats-new__video svg {
        width: 5px;
        height: 9px;
    }
}
.whats-new__header {
    text-align: center;
}
.whats-new__title {
    max-width: 700px;
    margin: 0 auto;
    font-size: 60px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    letter-spacing: -0.02em;
}
.whats-new__title span {
    font-weight: 400;
}
.whats-new__description {
    max-width: 650px;
    margin: 23px auto 0;
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    line-height: 1.48;
    letter-spacing: 0.01em;
}
.whats-new__more-wrapper {
    margin-top: 90px;
    text-align: center;
}
.whats-new__more {
    display: inline-block;
    margin-top: 26px;
    font-size: 22px;
    font-weight: 500;
    color: #026fc9;
    line-height: 1.3;
    letter-spacing: 0.01em;
    transition: color 130ms ease-in-out;
}
.whats-new__more .link__icon path {
    fill: currentColor;
}
.hover .whats-new__more:hover {
    color: #358cd4;
}
.whats-new__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 780px;
    padding-top: 120px;
    margin: 0 auto;
}
.whats-new__title,
.whats-new__description,
.whats-new__more,
.whats-new__list {
    opacity: 0;
    transform: translateY(50px);
    transition: 550ms ease-in-out;
}
.whats-new__title {
    transition-delay: 50ms;
}
.whats-new__description {
    transition-delay: 100ms;
}
.whats-new__list {
    transition-delay: 150ms;
}
.whats-new__more {
    transition-delay: 200ms;
}
.whats-new.is-animated .whats-new__title,
.whats-new.is-animated .whats-new__description,
.whats-new.is-animated .whats-new__more,
.whats-new.is-animated .whats-new__list {
    opacity: 1;
    transform: translateY(0);
}
.whats-new__item {
    width: calc((100% - 120px) / 2);
}
.whats-new__item:nth-child(2n + 2) {
    margin-left: 120px;
}
.whats-new__item:nth-child(n + 3) {
    margin-top: 70px;
}
.whats-new__item-title {
    margin-top: 16px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    letter-spacing: 0;
}
.whats-new__item-description {
    margin-top: 2px;
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    line-height: 1.48;
    letter-spacing: 0.002em;
}
.whats-new__item-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #026fc9;
    line-height: 1.3;
    letter-spacing: 0.002em;
    transition: color 130ms ease-in-out;
}
.whats-new__item-more .link__icon {
    margin-left: 2px;
}
.whats-new__item-more .link__icon path {
    fill: currentColor;
}
.hover .whats-new__item-more:hover {
    color: #358cd4;
}
.art {
    width: 100%;
}
.art.is-center {
    margin-right: auto;
    margin-left: auto;
}
.art.is-right {
    margin-right: 0;
    margin-left: auto;
}
.art.is-left {
    margin-right: auto;
    margin-left: 0;
}
.art__wrapper {
    position: relative;
    width: 100%;
}
.art__image {
    position: absolute;
    z-index: 3;
    height: auto;
}
.art.is-portrait {
    max-width: 726px;
}
.art.is-portrait .art__wrapper {
    padding-top: 130.86%;
}
.art.is-portrait .art__image {
    top: 0;
    left: 0;
    width: 121.21%;
}
@media only screen and (max-width: 1023px) {
    .art.is-portrait {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
@media only screen and (min-width: 728px) and (max-width: 1023px) {
    .art.is-portrait {
        width: 69.63vw !important;
        max-width: 665px !important;
    }
    .art.is-portrait .art__wrapper {
        padding-top: 130.86%;
    }
    .art.is-portrait .art__image {
        top: 0;
        left: 0;
        width: 121.21%;
    }
}
@media only screen and (max-width: 727px) {
    .art.is-portrait {
        max-width: 70.81vw;
    }
}
.art.is-landscape {
    max-width: 950px;
}
.hero .art.is-landscape {
    max-width: 1064px;
}
.art.is-landscape .art__wrapper {
    padding-top: 76.422%;
}
.art.is-landscape .art__image {
    top: -0.17%;
    left: -0.14%;
    width: 115.79%;
}
.art__video {
    position: absolute;
    top: 4%;
    left: 50%;
    z-index: 2;
    width: 111%;
    height: 92%;
    transform: translate(-50%, 0);
}
.art.is-landscape .art__block {
    position: absolute;
    right: 0;
}
.art.is-portrait .art__block {
    position: absolute;
    left: 0;
}
.art.is-portrait.is-left .art__block {
    position: absolute;
    right: 0;
    left: auto;
}
@media only screen and (min-width: 1190px) {
    .art.is-landscape {
        height: 56vw;
        max-height: 726px;
    }
    .hero .art.is-landscape {
        height: auto;
    }
    .art.is-landscape .art__block {
        width: 73.33vw;
        max-width: 950px;
    }
    .art.is-portrait {
        height: 73.33vw;
        max-height: 950px;
    }
    .art.is-portrait .art__block {
        width: 56vw;
        max-width: 726px;
    }
}
@media only screen and (min-width: 950px) and (max-width: 1189px) {
    .art.is-landscape {
        height: 665px;
    }
    .art.is-landscape .art__block {
        width: 870px;
    }
    .art.is-portrait {
        height: 870px;
    }
    .art.is-portrait .art__block {
        width: 655px;
    }
}
@media only screen and (max-width: 949px) {
    .art.is-landscape {
        height: 69.97vw;
    }
    .art.is-landscape .art__block {
        width: 100%;
    }
    .art.is-portrait .art__block {
        position: relative !important;
        width: 69.97vw;
    }
}
.main-picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
}
.main-picture img {
    position: absolute;
    top: -0.17%;
    left: -0.14%;
    width: 115.79%;
    height: auto;
}
@media only screen and (max-width: 1023px) {
    .main-picture img {
        width: 100%;
        left: 6.8%;
    }
}
.ml-compare {
    width: 100%;
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 1341px) {
    .ml-compare {
        margin-top: 4.42%;
    }
}
@media only screen and (max-width: 1340px) {
    .ml-compare {
        margin-top: 7.42%;
    }
}
@media only screen and (max-width: 767px) {
    .ml-compare {
        margin-top: 10%;
    }
}
.ml-compare__inner {
    position: relative;
    width: 100%;
    padding-top: 76.422%;
}
.ml-compare__original,
.ml-compare__fixed {
    position: absolute;
    top: -0.17%;
    left: -0.14%;
    z-index: 3;
    width: 115.79%;
    height: 121.2%;
}
.ml-compare__image,
.ml-compare__block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.ml-compare__block {
    right: 0;
    left: auto;
    width: 13.7%;
}
.ml-compare__block::after {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    z-index: 4;
    width: 4px;
    height: 87%;
    background-color: #f0f0f0;
    transform: translateX(-50%);
}
.ml-compare__block.is-active {
    animation: mlComparisonActive 5000ms 1000ms ease-in-out forwards;
}
.hover .ml-compare__block.is-finished::before {
    opacity: 0;
}
.hover .ml-compare:hover .ml-compare__block.is-finished::before {
    opacity: 1;
}
.ml-compare__block-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.ml-compare__block .ml-compare__image {
    right: 0;
    left: auto;
    width: auto;
    height: 100%;
}
.ml-compare__range {
    position: absolute;
    top: 48.5%;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 45px;
    background-color: transparent;
    cursor: ew-resize;
    direction: ltr;
    opacity: 0;
    pointer-events: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.ml-compare__range.is-finished {
    pointer-events: all;
}
.new-ml-compare {
    width: 100%;
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 68px;
}
.new-ml-compare__inner {
    position: relative;
    width: 100%;
    padding-top: 76.422%;
}
.new-ml-compare__fixed,
.new-ml-compare__original {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.new-ml-compare__original-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
.new-ml-compare__original-wrapper.is-active {
    opacity: 1;
    pointer-events: all;
}
.new-ml-compare__image {
    width: auto;
    height: 121.2%;
}
.new-ml-compare__block,
.new-ml-compare__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.new-ml-compare__block {
    right: 0;
    left: auto;
    width: 50%;
    height: 100%;
}
.new-ml-compare__block::after {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    z-index: 4;
    width: 4px;
    height: 106%;
    background-color: #f0f0f0;
    transform: translateX(-50%);
}
.hover .new-ml-compare__block::before {
    opacity: 0;
}
.hover .new-ml-compare:hover .new-ml-compare__block::before {
    opacity: 1;
}
.new-ml-compare__block-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.new-ml-compare__block .new-ml-compare__image {
    right: 0;
    left: auto;
    width: auto;
    height: 100%;
}
.new-ml-compare__range {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: calc(100% + 45px);
    height: 100%;
    background-color: transparent;
    cursor: grab;
    direction: ltr;
    opacity: 0;
    pointer-events: all;
    outline: 0;
    transform: translate(-50%, -50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    pointer-events: none;
}
.firefox .new-ml-compare__range {
    pointer-events: all;
}
@media only screen and (max-width: 767px) {
    .new-ml-compare__range {
        width: 100%;
    }
}
.new-ml-compare__range::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 45px;
}
.new-ml-compare__range::-moz-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 45px;
}
html:not(.hover) .new-ml-compare__range::-webkit-slider-thumb {
    width: 100px;
    height: 100px;
}
html:not(.hover) .new-ml-compare__range::-moz-slider-thumb {
    width: 100px;
    height: 100px;
}
.new-ml-compare__range:active {
    cursor: grabbing;
}
.section {
    overflow: hidden;
    display: none;
    padding-bottom: 18.16%;
    opacity: 0;
    transition: opacity 130ms ease-in-out;
}
.section__video-link {
    display: inline-block;
    margin-top: 23px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.52947;
    letter-spacing: -0.008em;
    color: #026fc9;
    transition: color 130ms ease-in-out;
}
.section__video-link svg {
    vertical-align: middle;
    margin-left: 7px;
}
.section__video-link svg path {
    fill: currentColor;
}
.hover .section__video-link:hover {
    color: #358cd4;
}
.section.is-active {
    display: block;
}
.section.is-visible {
    opacity: 1;
}
.section__info {
    position: relative;
    z-index: 2;
}
.section__info .t-title + .t-description {
    margin-top: 23px;
}
.section.is-nondestructive {
    padding-top: 17.16%;
}
@media only screen and (max-width: 767px) {
    .section.is-nondestructive {
        padding-top: 84px;
    }
}
@media only screen and (min-width: 1441px) {
    .section.is-nondestructive {
        padding-top: 203px;
    }
}
.section.is-nondestructive .section__info {
    max-width: 790px;
    padding-bottom: 7.2%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-nondestructive .section__inner {
    display: flex;
    align-items: center;
}
.section.is-nondestructive .t-title {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}
.section.is-nondestructive .t-description {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}
.section.is-nondestructive .t-link {
    display: inline-block;
    margin-top: 4px;
    color: #026fc9;
}
.section.is-nondestructive .link-arrow {
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-left: 1px;
    background-color: transparent;
    background-image: url("../png/slim_arrow.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 6px 30px;
    transition: none;
}
.retina .section.is-nondestructive .link-arrow {
    background-image: url("../png/slim_arrow%402x.png");
    background-size: 6px 30px;
}
.section.is-nondestructive .art {
    flex: 0 1 auto;
}
.section.is-nondestructive .main-picture img {
    margin-left: -4.5%;
}
.section.is-nondestructive .ml-enhance {
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    margin-left: 5.86%;
}
@media only screen and (min-width: 1024px) {
    .section.is-nondestructive .ml-enhance {
        width: 368px;
    }
}
.section.is-nondestructive .ml-enhance__item:nth-child(2),
.section.is-nondestructive .ml-enhance__item:nth-child(3) {
    margin-top: 60px;
}
.section.is-nondestructive .ml-enhance__item-description {
    margin-top: 9px;
}
.section.is-nondestructive .ml-enhance__item-description span {
    font-weight: 600;
}
.section.is-nondestructive .ml-enhance__adjustments-list {
    margin-top: clamp(59px, 8.19vw, 118px);
    position: relative;
    z-index: 2;
    flex: 1 0 auto;
    width: 100%;
    text-align: center;
}
.section.is-nondestructive .ml-enhance__adjustments-list a.js-open-modal {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    font-size: 20px;
    font-weight: 400;
    color: #026fc9;
    line-height: 1.48;
    letter-spacing: 0.01em;
    transition: color 130ms ease-in-out;
}
.section.is-nondestructive .ml-enhance__adjustments-list a.js-open-modal svg {
    margin-right: 10px;
}
.section.is-nondestructive .ml-enhance__adjustments-list a.js-open-modal svg path {
    fill: currentColor;
}
.hover .section.is-nondestructive .ml-enhance__adjustments-list a.js-open-modal:hover {
    color: #358cd4;
}
@media only screen and (min-width: 1024px) {
    .section.is-raw {
        margin-top: 50px;
    }
}
.section.is-raw .section__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.section.is-raw .art {
    flex: 0 0 auto;
    width: 51.86%;
    margin-left: 0;
}
.section.is-raw .art__wrapper {
    padding-top: 0;
    aspect-ratio: 725/946;
}
.section.is-raw .art__image {
    width: 100%;
    height: auto;
}
.section.is-raw .section__info {
    max-width: 380px;
    margin-top: 17px;
    margin-right: 6.32%;
}
.section.is-raw .t-link {
    display: inline-block;
    margin-top: 4px;
    color: #026fc9;
}
.section.is-raw .link-arrow {
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-left: 1px;
    background-color: transparent;
    background-image: url("../png/slim_arrow.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 6px 30px;
    transition: none;
}
.retina .section.is-raw .link-arrow {
    background-image: url("../png/slim_arrow%402x.png");
    background-size: 6px 30px;
}
.section.is-raw .raw-cols {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.section.is-raw .raw-cols__item {
    flex: 0 0 auto;
    width: 100%;
}
.section.is-raw .raw-cols__item:nth-child(2) {
    margin-top: 50px;
}
.section.is-raw .raw-cols__item-info span {
    font-weight: 600;
}
.section.is-repair {
    padding-bottom: 12.16%;
}
.section.is-repair .t-title,
.section.is-repair .t-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-repair .t-title {
    max-width: 610px;
}
.section.is-repair .t-description {
    max-width: 600px;
}
.section.is-repair .art {
    margin-top: 4.42%;
}
.section.is-repair .art__image {
    width: 100%;
}
.section.is-noise-removal {
    padding-bottom: 12.16%;
}
.section.is-noise-removal .t-title,
.section.is-noise-removal .t-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-noise-removal .t-title {
    max-width: 800px;
}
.section.is-noise-removal .t-description {
    max-width: 660px;
}
.section.is-noise-removal .art {
    margin-top: 4.42%;
}
.section.is-photo-browser .t-title,
.section.is-photo-browser .t-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-photo-browser .t-title {
    max-width: 620px;
}
.section.is-photo-browser .t-description {
    max-width: 750px;
}
.section.is-photo-browser .art {
    max-width: 1080px;
    max-height: 518px;
    margin-top: 4.42%;
}
.section.is-photo-browser .art__wrapper {
    padding-top: 0;
    aspect-ratio: 1080/518;
}
.section.is-photo-browser .main-picture img {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .section.is-photo-browser .art {
        margin-top: 10%;
    }
}
.section.is-batch {
    padding-top: 10%;
    padding-bottom: 0;
}
.section.is-batch .l-wrapper:nth-child(1) {
    position: relative;
    z-index: 5;
}
.section.is-batch .t-title,
.section.is-batch .t-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-batch .t-title {
    max-width: 610px;
}
.section.is-batch .t-description {
    max-width: 670px;
}
.section.is-batch .art {
    margin-top: 4.42%;
    height: auto;
}
.section.is-batch .art__wrapper {
    padding-top: 0;
    aspect-ratio: 988/728;
}
.section.is-batch .main-picture {
    position: relative;
    top: auto;
    left: auto;
}
.section.is-batch .main-picture img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
}
.section.is-ml-enhance .t-title,
.section.is-ml-enhance .t-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-ml-enhance .t-title {
    max-width: 670px;
}
.section.is-ml-enhance .t-description {
    max-width: 680px;
}
.section.is-ml-enhance .ml-enhance {
    position: relative;
    z-index: 4;
    display: flex;
    max-width: 780px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
}
.section.is-ml-enhance .ml-enhance__item:nth-child(2) {
    margin-top: 0;
    margin-left: 80px;
}
.section.is-ml-enhance .ml-enhance__item {
    flex: 0 0 auto;
    width: calc((100% - 80px) / 2);
}
.section.is-ml-enhance .ml-enhance__item-description {
    margin-top: 9px;
    text-align: left;
}
.section.is-ml-enhance .ml-enhance__item-description span {
    font-weight: 600;
}
.section.is-crop {
    margin-top: 18.2%;
}
.section.is-crop .section__inner {
    display: flex;
}
.section.is-crop .art {
    flex: 0 0 auto;
    width: 51.86%;
    margin-right: 0;
}
.section.is-crop .art__block {
    max-width: 725px;
}
.section.is-crop .art__wrapper {
    padding-top: 0;
    aspect-ratio: 725/946;
}
.section.is-crop .art__image {
    width: 100%;
}
.section.is-crop .section__info {
    max-width: 380px;
    margin-top: 17px;
    margin-left: 6.32%;
}
.section.is-crop .section__info.is-top {
    max-width: 700px;
    margin: 0 auto 5.3%;
    text-align: center;
}
.section.is-crop .section__info:not(.is-top) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section.is-crop .t-description {
    max-width: 340px;
}
.section.is-crop .section__info.is-top .t-description {
    max-width: 700px;
}
.section.is-presets {
    overflow: hidden;
    padding-top: 18.16%;
    padding-bottom: 0;
}
.section.is-presets .t-title,
.section.is-presets .t-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.section.is-presets .t-title {
    max-width: 760px;
}
.section.is-presets .t-description {
    max-width: 800px;
}
.section .t-title,
.section .t-description,
.section .art,
.section .compare,
.section .ml-compare,
.section .extra,
.section .presets,
.section .crop,
.section .ml-enhance,
.section .raw-cols,
.section__video-link-wrapper {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 550ms ease-in-out, transform 550ms ease-in-out;
}
.section .t-title {
    transition-delay: 50ms;
}
.section .t-description {
    transition-delay: 100ms;
}
.section .art,
.section .compare,
.section__video-link-wrapper,
.section .ml-compare {
    transition-delay: 150ms;
}
.section .extra,
.section .presets,
.section .crop,
.section .ml-enhance,
.section .raw-cols {
    transition-delay: 200ms;
}
.section.is-animated .t-title,
.section.is-animated .t-description,
.section.is-animated .art,
.section.is-animated .compare,
.section.is-animated .ml-compare,
.section.is-animated .extra,
.section.is-animated .presets,
.section.is-animated .crop,
.section.is-animated .ml-enhance,
.section.is-animated .raw-cols,
.section.is-animated .section__video-link-wrapper {
    opacity: 1;
    transform: translateY(0);
}
.extra {
    margin-top: 50px;
}
.extra__item + .extra__item {
    margin-top: 56px;
}
.extra__number {
    font-size: 75px;
    font-weight: 600;
    color: #121212;
    line-height: 1;
    letter-spacing: -0.002em;
}
.extra .t-description {
    line-height: 1.1;
}
.presets {
    position: relative;
    margin: 4.42% auto 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.presets .l-inner--wide {
    width: 100%;
}
.presets__list {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1072px;
    margin: 0 auto;
}
.presets__item {
    flex: 0 0 auto;
    width: calc((100% - 264px) / 2);
    padding: 0 66px;
    transition: 330ms ease-in-out;
}
.presets__image {
    width: 100%;
    height: auto;
}
.presets__description {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    line-height: 1.48;
    letter-spacing: 0.01em;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.presets__description span {
    font-weight: 600;
}
.presets__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    pointer-events: none;
}
.presets__arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.presets__arrows-item {
    width: 58px;
    height: 58px;
    background-color: rgba(244, 242, 240, 0.7);
    background-repeat: no-repeat;
    background-size: 18px 32px;
    border-radius: 50%;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    cursor: pointer;
    pointer-events: all;
    transition: 130ms ease-in-out;
}
.presets__arrows-item:nth-child(1) {
    background-image: url(../png/icon_arrow-left.png);
    background-position: 18px 50%;
    background-size: 18px 32px;
}
.presets__arrows-item:nth-child(2) {
    background-image: url(../png/icon_arrow-right.png);
    background-position: 22px 50%;
    background-size: 18px 32px;
}
.presets__arrows-item.is-invisible {
    opacity: 0;
    pointer-events: none;
}
.hover .presets__arrows {
    opacity: 0;
    transition: 130ms ease-in-out;
}
.hover .presets:hover .presets__arrows {
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .presets__dots {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    html:not(.hover) .presets__arrows {
        display: none;
    }
    html:not(.hover) .presets__wrapper {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        pointer-events: all;
    }
    html:not(.hover) .presets__dots {
        padding-top: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    html:not(.hover) .presets__dotsItem {
        width: 9px;
        height: 9px;
        background-color: #cbcbd0;
        border-radius: 50%;
    }
    html:not(.hover) .presets__dotsItem:not(.is-active) {
        cursor: pointer;
    }
    html:not(.hover) .presets__dotsItem.is-active {
        background-color: #86868b;
    }
    html:not(.hover) .presets__dotsItem + .presets__dotsItem {
        margin-left: 12px;
    }
}
.batch-editing {
    width: 100%;
    max-width: 950px;
    margin: -49% auto 0;
}
@media only screen and (min-width: 1250px) {
    .batch-editing {
        margin-top: -44%;
    }
}
@media only screen and (min-width: 1370px) {
    .batch-editing {
        margin-top: -42%;
    }
}
@media only screen and (min-width: 1501px) {
    .batch-editing {
        margin-top: -38%;
    }
}
@media only screen and (min-width: 1601px) {
    .batch-editing {
        margin-top: -35%;
    }
}
@media only screen and (min-width: 1701px) {
    .batch-editing {
        margin-top: -30%;
    }
}
@media only screen and (min-width: 1901px) {
    .batch-editing {
        margin-top: -26%;
    }
}
@media only screen and (min-width: 2150px) {
    .batch-editing {
        margin-top: -24%;
    }
}
@media only screen and (min-width: 2301px) {
    .batch-editing {
        margin-top: -22%;
    }
}
.batch-editing__block {
    position: relative;
    width: 100%;
    padding-bottom: 193.05%;
}
.batch-editing img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
}
.crop {
    margin-top: 0;
}
.crop__item + .crop__item {
    margin-top: 60px;
}
.crop__item-description {
    margin-top: 9px;
}
.crop__item-description span {
    font-weight: 600;
}
.buy-section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 26px);
    padding-top: 26px;
    text-align: center;
}
.buy-section__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    letter-spacing: -0.002em;
}
.buy-section__description {
    max-width: 450px;
    margin: 9px auto 0;
    padding: 4px 0;
    font-size: 20px;
    color: #333;
    line-height: 32px;
}
.buy-section__btn {
    display: inline-block;
    margin: 22px auto 0;
    padding: 0;
    font-size: 17px;
    color: #fff;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #026fc9;
    border-radius: 15px;
    transition: background 130ms ease-in-out;
}
.hover .buy-section__btn:hover {
    background-color: #358cd4;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .compare {
        width: 688px;
        height: 516px;
    }
    .compare__fixed-image {
        width: 688px;
        height: 495px;
        background-size: 688px 495px;
    }
    .section.is-raw .section__info {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .section.is-raw .section__info .t-title {
        max-width: 580px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-raw .section__info .t-description {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-raw .raw-cols__item {
        max-width: 470px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-crop .section__info {
        margin-right: auto;
        margin-left: auto !important;
    }
    .section.is-crop .section__info .t-title {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .section.is-crop .section__info .t-description {
        max-width: 660px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .section.is-crop .crop__item {
        display: flex;
        max-width: 512px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
    .section.is-crop .crop__item-icon {
        flex: 0 0 auto;
        margin-top: 6px;
    }
    .section.is-crop .crop__item-description {
        margin-top: 0;
        margin-left: 16px !important;
        text-align: left !important;
    }
}
@media only screen and (max-width: 768px) {
    .compare {
        width: 100%;
        height: 0;
        padding-top: 75%;
    }
    .compare__original {
        height: 121%;
    }
    .compare__fixed::after {
        height: 105%;
    }
    .compare__fixed-image {
        width: 100%;
        height: 100%;
        background-size: auto 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .section.is-nondestructive .art.is-browser .main-picture img {
        width: 128.42%;
        margin-left: -30%;
    }
}
@media only screen and (max-width: 1023px) {
    .section.is-nondestructive .section__inner {
        flex-direction: column;
        align-items: center;
    }
    .section.is-nondestructive .section__info .t-title,
    .section.is-nondestructive .section__info .t-description {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-nondestructive .art {
        width: 100%;
    }
    .section.is-nondestructive .art.is-browser {
        height: auto;
        aspect-ratio: 1220/736;
    }
    .section.is-nondestructive .art.is-browser .art__wrapper {
        padding-top: 60.24%;
    }
    .section.is-nondestructive .art.is-browser img {
        margin-left: -7%;
    }
    .section.is-nondestructive .section__info {
        margin: 4% auto 0 auto;
    }
    .section.is-nondestructive .ml-enhance {
        max-width: 600px;
        margin-top: 60px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-nondestructive .ml-enhance__item {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .section.is-nondestructive .ml-enhance__item a {
        margin-left: 16px;
    }
    .section.is-nondestructive .ml-enhance__item:nth-child(2) {
        margin-top: 40px;
    }
    .section.is-nondestructive .ml-enhance__item-icon {
        flex: 0 0 auto;
        width: 36px;
        margin-top: 6px;
    }
    .section.is-nondestructive .ml-enhance__item-description {
        max-width: 460px;
        margin-top: 0;
        margin-left: 16px;
    }
    .section.is-raw .section__inner {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    .section.is-raw .section__info {
        max-width: 700px;
        padding-bottom: 7%;
    }
    .section.is-raw .extra {
        display: flex;
    }
    .section.is-raw .extra__item + .extra__item {
        margin-top: 0;
        margin-left: 50px;
    }
    .section.is-raw .art {
        width: 100%;
    }
    .section.is-crop .section__inner {
        flex-direction: column;
    }
    .section.is-crop .art,
    .section.is-repair .art {
        width: 100%;
        margin-top: 8.42%;
    }
    .section.is-crop .section__info {
        max-width: 700px;
        margin-left: 0;
    }
    .section.is-crop .t-description {
        max-width: 600px;
    }
    .section .crop {
        margin-top: 60px;
    }
    .section .crop__item:nth-child(2) {
        margin-top: 40px;
    }
    .section.is-ml-enhance .ml-enhance {
        flex-direction: column;
        max-width: 600px;
        margin-top: 60px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-ml-enhance .ml-enhance__item {
        width: 100%;
        display: flex;
    }
    .section.is-ml-enhance .ml-enhance__item:nth-child(2) {
        margin-top: 40px;
        margin-left: 0;
    }
    .section.is-ml-enhance .ml-enhance__item-icon {
        flex: 0 0 auto;
        margin-top: 6px;
    }
    .section.is-ml-enhance .ml-enhance__item-description {
        margin-top: 0;
        margin-left: 16px;
    }
    .design .section__info {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
    .design .section__info .t-title,
    .design .section__info .t-description {
        margin-right: auto;
        margin-left: 0;
    }
    .design .section__info .t-description {
        max-width: 600px !important;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1068px) {
    .presets {
        margin-top: 88px;
    }
    .presets__item {
        width: calc((100% - 176px) / 2);
        padding: 0 44px;
    }
}
@media only screen and (max-width: 980px) {
    .presets {
        margin-top: 44px;
    }
    .presets__item {
        width: calc((100% - 88px) / 2);
        padding: 0 22px;
    }
}
@media only screen and (max-width: 768px) {
    .section.is-nondestructive .section__info .t-title {
        max-width: 560px;
    }
    .section.is-nondestructive .ml-enhance {
        margin-top: 60px;
    }
    .section.is-nondestructive .ml-enhance__item-description {
        max-width: 460px;
        text-align: left;
    }
    .section.is-raw .section__info {
        margin-right: auto;
    }
    .section.is-raw .t-title {
        max-width: 420px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-raw .section__info .t-description {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-raw .section__info .raw-cols__item-info.t-description {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-presets .section__info .t-title {
        max-width: 590px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-presets .section__info .t-description {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }
    .presets__item {
        box-sizing: border-box;
        width: 100%;
    }
    .section.is-ml-enhance .section__info .t-title {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-ml-enhance .section__info .t-description {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-ml-enhance .ml-enhance {
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
    }
    .section.is-ml-enhance .ml-enhance__item {
        display: flex;
        width: 100%;
        max-width: 512px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-ml-enhance .ml-enhance__item:nth-child(2) {
        margin-top: 40px;
        margin-left: auto;
    }
    .section.is-ml-enhance .ml-enhance__item-icon {
        flex: 0 0 auto;
        width: 36px;
        margin-top: 6px;
    }
    .section.is-ml-enhance .ml-enhance__item-description {
        margin-top: 0;
        margin-left: 16px;
    }
    .section.is-repair .section__info .t-title {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-repair .section__info .t-description {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-crop .section__info {
        margin-left: auto;
    }
    .section.is-crop .section__info .t-title {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-crop .section__info .t-description {
        max-width: 580px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-crop .crop {
        flex-direction: column;
        margin-top: 60px;
    }
    .section.is-crop .crop__item {
        display: flex;
        width: 100%;
        max-width: 440px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-crop .crop__item:nth-child(2) {
        margin-top: 40px;
        margin-left: auto;
    }
    .section.is-crop .crop__item-icon {
        flex: 0 0 auto;
        width: 36px;
        margin-top: 6px;
    }
    .section.is-crop .crop__item-description {
        margin-top: 0;
        margin-left: 16px !important;
        text-align: left;
    }
    .design .t-title {
        max-width: 480px !important;
        margin-right: auto;
        margin-left: auto;
    }
    .design .t-description {
        max-width: 540px !important;
        margin-right: auto;
        margin-left: auto;
    }
    .design__cols {
        text-align: center;
    }
    .batch-editing {
        margin-top: -43%;
    }
}
@media only screen and (max-width: 767px) {
    .whats-new__more-wrapper {
        margin-top: 50px;
    }
    .whats-new__list {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 60px;
    }
    .whats-new__item {
        width: 100%;
        max-width: 330px;
        text-align: center;
    }
    .whats-new__item:nth-child(2n + 2) {
        margin-left: 0;
    }
    .whats-new__item:nth-child(n + 2) {
        margin-top: 45px;
    }
    .whats-new__item-description {
        margin-right: auto;
        margin-left: auto;
    }
    .hero .t-name {
        display: none;
    }
    .hero .t-header {
        margin-top: 0;
    }
}
@media only screen and (min-width: 414px) and (max-width: 768px) {
    .whats-new__title {
        max-width: 700px;
        margin: 0 auto;
        font-size: 40px;
    }
    .whats-new__item-description {
        font-size: 17px;
    }
    .hero {
        padding-top: 138px;
    }
    .hero__icon {
        width: 80px;
        height: 80px;
    }
    .hero .t-description {
        max-width: 549px;
        margin-top: 9%;
    }
    .hero .art {
        margin-top: 55px;
    }
    .hero__link {
        margin-top: 20px;
        font-size: 20px;
    }
    .hero__link .link__icon {
        width: 9px !important;
        height: 10px !important;
        margin-left: 6px;
    }
    .hero__header .t-name {
        margin-top: 10px;
    }
    .hero__header .t-header {
        max-width: 420px;
        margin-top: 20px !important;
    }
    .t-name {
        font-size: 24px;
    }
    .t-header {
        font-size: 59px;
    }
    .t-title {
        font-size: 46px;
    }
    .t-title-s {
        font-size: 40px;
        font-weight: 700;
        color: #121212;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .section {
        padding-bottom: 155px;
        text-align: center;
    }
    .section__info {
        margin-right: auto;
        margin-left: auto;
    }
    .section__info .t-title + .t-description {
        margin-top: 12px;
    }
    .section.is-nondestructive {
        padding-bottom: 150px;
    }
    .section.is-nondestructive .section__info {
        margin-top: 9%;
    }
    .section.is-nondestructive .t-title {
        max-width: 560px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-nondestructive .section__info .t-description {
        max-width: 580px;
        margin-right: auto;
        margin-left: auto;
    }
    .section.is-crop {
        margin-top: 182px;
    }
    .section.is-crop .section__info {
        margin-top: 40px;
    }
    .section.is-batch {
        padding-top: 122px;
    }
    .section.is-presets {
        padding-top: 122px;
    }
    .design .t-title,
    .design .t-description {
        text-align: left;
    }
    .replay {
        bottom: -13%;
    }
    .presets {
        margin-top: 50px;
    }
    .presets__item {
        max-width: 404px;
    }
    .presets__description {
        font-size: 18px;
        line-height: 1.48;
        letter-spacing: 0.01em;
        text-align: left;
    }
    .crop {
        margin-top: 0 !important;
    }
}
@media only screen and (min-width: 568px) and (max-width: 1023px) {
    .hero__header .t-header {
        max-width: 600px;
    }
}
@media only screen and (max-width: 413px) {
    .whats-new__title {
        font-size: 36px;
    }
    .whats-new__description {
        margin-top: 13px;
        font-size: 18px;
    }
    .whats-new__more {
        margin-top: 16px;
        font-size: 19px;
    }
    .whats-new__item-description {
        font-size: 17px;
    }
    .hero__icon {
        width: 80px;
        height: 80px;
    }
    .hero .t-description {
        margin-top: 9%;
    }
    .hero .art {
        margin-top: 35px;
    }
    .hero__link {
        margin-top: 20px;
        font-size: 18px;
    }
    .hero__link .link__icon {
        width: 8px !important;
        height: 9px !important;
        margin-left: 6px;
    }
    .hero__header .t-name {
        margin-top: 10px;
    }
    .hero__header .t-header {
        max-width: 260px;
        font-size: 32px;
        margin-top: 10px !important;
    }
    .t-name {
        font-size: 20px;
    }
    .t-header {
        font-size: 42px;
    }
    .t-title {
        font-size: 36px;
    }
    .t-title-s {
        font-size: 40px;
        font-weight: 700;
        color: #121212;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .t-description {
        font-size: 18px;
    }
    .t-description-s {
        font-size: 20px;
        font-weight: 400;
        color: #121212;
        line-height: 1.46;
        letter-spacing: 0.01em;
    }
    .t-description-xs {
        font-size: 17px;
        font-weight: 400;
        color: #121212;
        line-height: 1.52;
        letter-spacing: 0;
        opacity: 0.6;
    }
    .section {
        padding-bottom: 155px;
        text-align: center;
    }
    .section__info .t-title + .t-description {
        margin-top: 12px;
    }
    .section.is-nondestructive {
        padding-bottom: 150px;
    }
    .section.is-nondestructive .section__info {
        margin-top: 9%;
        padding-bottom: 10%;
    }
    .section.is-crop .section__info {
        margin-top: 40px;
    }
    .section.is-nondestructive .ml-enhance {
        margin-top: 40px;
    }
    .section.is-nondestructive .ml-enhance__item:nth-child(2) {
        margin-top: 32px !important;
    }
    .section.is-ml-enhance .ml-enhance {
        margin-top: 40px;
    }
    .section.is-ml-enhance .ml-enhance__item:nth-child(2) {
        margin-top: 32px !important;
    }
    .section.is-crop {
        margin-top: 182px;
    }
    .section.is-crop .crop__item:nth-child(2) {
        margin-top: 32px !important;
    }
    .section.is-batch {
        padding-top: 122px;
    }
    .section.is-presets {
        padding-top: 122px;
    }
    .design .t-title,
    .design .t-description {
        text-align: center;
    }
    .replay {
        bottom: -13%;
    }
    .presets {
        margin-top: 50px;
    }
    .presets__description {
        font-size: 18px;
        line-height: 1.48;
        letter-spacing: 0.01em;
        text-align: left;
    }
    .crop {
        margin-top: 0 !important;
    }
    .section.is-raw .art.is-portrait {
        margin-top: 5% !important;
    }
    .section.is-repair .art {
        margin-top: 10% !important;
    }
    .section.is-crop .art.is-portrait {
        margin-top: 10% !important;
    }
}
.upgrade-page__info-box {
    background-color: #000;
    padding: 10px 20px 11px;
    margin-top: 110px;
    text-align: center;
}
.upgrade-page__info-box-text {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.005em;
}
.upgrade-page__info-box-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    transition: color 130ms ease-in-out;
}
.upgrade-page__info-box-link svg {
    margin-left: 3px;
}
.upgrade-page__info-box-link svg path {
    fill: currentColor;
}
.hover .upgrade-page__info-box-link:hover {
    color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
    .upgrade-page__info-box-text {
        line-height: 1.5;
    }
}
.upgrade-page__info-box + .hero {
    padding-top: 100px !important;
}
@media only screen and (max-width: 374px) {
    .main-header__btn {
        display: none;
    }
}
@media only screen and (max-width: 373px) {
    .whats-new__title {
        font-size: 30px;
    }
}
.photomator {
    overflow: hidden;
    padding-top: clamp(50px, 7vw, 100px);
}
.photomator__title {
    max-width: 570px;
    margin: 0 auto;
    font-weight: bold;
    font-size: clamp(38px, 4.16vw, 60px);
    line-height: 1;
    color: #0f0f0f;
    text-align: center;
    letter-spacing: -0.02em;
}
.photomator__description {
    width: 100%;
    padding-top: clamp(24px, 3.5vw, 50px);
}
.photomator__description .l-inner {
    display: flex;
}
.photomator__descriptionArtwork {
    flex-shrink: 0;
    width: 50%;
    aspect-ratio: 926/566;
    min-height: 566px;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
    .photomator__descriptionMobileArtwork {
        display: none;
    }
}
.photomator__descriptionPicture {
    translate: 18.5% 0;
    pointer-events: none;
}
@media only screen and (max-width: 1023px) {
    .photomator__descriptionPicture {
        translate: 18.5% 50px;
    }
}
.photomator__descriptionInfo {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    font-size: 20px;
    color: #121212;
    line-height: 1.45;
    letter-spacing: 0.01em;
}
.photomator__descriptionText {
    max-width: 400px;
}
.photomator__descriptionLink {
    display: inline-block;
    margin-top: 33px;
    font-weight: 500;
    color: #026fc9;
    line-height: 1.3;
    letter-spacing: 0.01em;
    transition: color 130ms ease-in-out;
}
.photomator__descriptionLink .link__icon path {
    fill: currentColor;
}
.hover .photomator__descriptionLink:hover {
    color: #358cd4;
}
.photomator__artworks {
    display: flex;
    justify-content: center;
    padding-top: clamp(45px, 8.68vw, 125px);
}
.photomator__artworksArtwork {
    flex-shrink: 0;
}
.photomator__artworksArtwork:nth-child(1) {
    translate: -18px 0;
}
.photomator__artworksArtwork:nth-child(2) {
    translate: -13px -200px;
}
@media only screen and (max-width: 1023px) {
    .photomator__artworksArtwork:nth-child(2) {
        translate: -13px -100px;
    }
}
@media only screen and (max-width: 767px) {
    .photomator {
        padding-bottom: 89px;
    }
    .photomator__description .l-inner {
        flex-direction: column;
    }
    .photomator__descriptionArtwork,
    .photomator__artworks {
        display: none;
    }
    .photomator__descriptionMobileArtwork {
        width: 100%;
        margin-top: 22px;
    }
    .photomator__descriptionMobileArtwork img {
        width: 100%;
        height: auto;
    }
    .photomator__descriptionInfo {
        width: 100%;
        margin-top: 40px;
        align-items: center;
        text-align: center;
    }
}
.photomatorBuy {
    background-color: #f2f2f2;
}
.photomatorBuy .l-inner {
    padding: clamp(50px, 10.4vw, 200px) 0;
    text-align: center;
}
.photomatorBuy__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.09;
    letter-spacing: -0.002em;
}
.photomatorBuy__description {
    max-width: 470px;
    margin: 10px auto 0;
    font-size: 20px;
    color: #121212;
    line-height: 1.45;
    letter-spacing: 0.01em;
}
.photomatorBuy .buttons {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
}
.photomatorBuy .buttons__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.photomatorBuy .buttons__btn {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 36px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    letter-spacing: -0.02em;
    background-color: #ff4169;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
    transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.photomatorBuy .buttons__btn svg {
    margin-left: 5px;
}
.photomatorBuy .buttons__btn svg path {
    fill: currentColor;
}
.hover .photomatorBuy .buttons__btn:hover {
    background-color: #ff6482;
}
.photomatorBuy .buttons__extra {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.64;
    color: #86868b;
}
.testFlightBtn {
    display: inline-block;
    height: 36px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    letter-spacing: -0.02em;
    background-color: #026fc9;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
    transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hover .testFlightBtn:hover {
    background-color: #358cd4;
}
.photomatorFeatures {
    padding-top: clamp(70px, 10vw, 145px);
}
.photomatorFeatures__content {
    width: 100%;
    max-width: 832px;
    margin: 0 auto;
}
.photomatorFeatures__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}
.photomatorFeatures__item {
    overflow: hidden;
    position: relative;
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #ababab;
    transform: translateZ(0);
}
.photomatorFeatures__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
    aspect-ratio: 406/564;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.photomatorFeatures__item:nth-child(1) .photomatorFeatures__wrapper {
    max-width: 250px;
}
.photomatorFeatures__item:nth-child(1) .photomatorFeatures__wrapper .photomatorFeatures__extra,
.photomatorFeatures__item:nth-child(1) .photomatorFeatures__wrapper .photomatorFeatures__title {
    color: #fff;
}
.photomatorFeatures__item:nth-child(1) .photomatorFeatures__btn {
    color: #fff;
    border-color: #fff;
}
.hover .photomatorFeatures__item:nth-child(1) .photomatorFeatures__btn:hover {
    background-color: #fff;
    color: #000;
}
.photomatorFeatures__item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
    aspect-ratio: 406/272;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.photomatorFeatures__item:nth-child(2) .photomatorFeatures__wrapper {
    max-width: 300px;
}
.photomatorFeatures__item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
    aspect-ratio: 406/272;
}
.photomatorFeatures__item:nth-child(3) .photomatorFeatures__wrapper {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
.photomatorFeatures__item:nth-child(3) .photomatorFeatures__extra {
    color: #000;
}
.photomatorFeatures__item:nth-child(3) .photomatorFeatures__title {
    color: #000;
}
.photomatorFeatures__item:nth-child(3) .photomatorFeatures__title span {
    color: #6b67ff;
}
.photomatorFeatures__item:nth-child(4) {
    grid-column: 1/3;
    grid-row: 3/4;
    aspect-ratio: 832/272;
}
.photomatorFeatures__item:nth-child(4) .photomatorFeatures__wrapper {
    max-width: 250px;
}
.photomatorFeatures__item:nth-child(4) .photomatorFeatures__title span {
    font-style: italic;
    color: #f7ba00;
}
.photomatorFeatures__item:nth-child(5) {
    grid-column: 1/2;
    grid-row: 4/5;
    aspect-ratio: 406/272;
}
.photomatorFeatures__item:nth-child(5) .photomatorFeatures__wrapper {
    max-width: 250px;
}
.photomatorFeatures__item:nth-child(6) {
    grid-column: 2/3;
    grid-row: 4/5;
    aspect-ratio: 406/272;
}
.photomatorFeatures__item:nth-child(6) .photomatorFeatures__wrapper {
    max-width: 250px;
}
.photomatorFeatures__wrapper {
    position: relative;
    z-index: 3;
}
.photomatorFeatures__artwork {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.photomatorFeatures__artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photomatorFeatures__artwork video {
    width: 100%;
    height: 100%;
}
.photomatorFeatures__extra {
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.002em;
    color: #fff;
}
.photomatorFeatures__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.002em;
    color: #fff;
}
.photomatorFeatures__extra + .photomatorFeatures__title {
    margin-top: 3px;
}
.photomatorFeatures__btn {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 141px;
    height: 40px;
    padding-left: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
    border: 1px solid #fff;
    border-radius: 30px;
    transition: border-color 130ms ease-in-out, color 130ms ease-in-out, background-color 130ms ease-in-out;
}
.hover .photomatorFeatures__btn:hover {
    background-color: #fff;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .photomatorFeatures__list {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(7, 1fr);
    }
    .photomatorFeatures__item:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/3;
    }
    .photomatorFeatures__item:nth-child(2) {
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .photomatorFeatures__item:nth-child(3) {
        grid-column: 1/2;
        grid-row: 4/5;
        padding-top: 10px;
    }
    .photomatorFeatures__item:nth-child(4) {
        grid-column: 1/2;
        grid-row: 5/6;
        display: flex;
        align-items: flex-end;
        padding-bottom: 20px;
        aspect-ratio: 832/544;
    }
    .photomatorFeatures__item:nth-child(4) video {
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: auto;
        height: 100%;
    }
    .photomatorFeatures__item:nth-child(5) {
        grid-column: 1/2;
        grid-row: 6/7;
        padding-top: 10px;
    }
    .photomatorFeatures__item:nth-child(6) {
        grid-column: 1/2;
        grid-row: 7/8;
    }
}
.roadmapHeader {
    margin-top: clamp(58px, 8vw, 106px);
}
.roadmapHeader__inner {
    text-align: center;
}
.roadmapHeader__title {
    max-width: 770px;
    margin: 0 auto;
    font-size: clamp(42px, 4.16vw, 60px);
    font-weight: 600;
    color: #0f0f0f;
    line-height: 1;
    letter-spacing: -0.02em;
}
.roadmapHeader__description {
    max-width: 650px;
    margin: 23px auto 0;
    font-size: 20px;
    color: #333;
    line-height: 1.48;
    letter-spacing: 0.001em;
}
.roadmap {
    margin-top: clamp(40px, 5.2vw, 76px);
}
@media only screen and (min-width: 1300px) {
    .roadmap {
        --padding: 30px;
    }
}
@media only screen and (max-width: 1299px) {
    .roadmap {
        --padding: 20px;
    }
}
.roadmap__section {
    max-width: 982px;
    margin: 0 auto;
}
.roadmap__section + .roadmap__section {
    margin-top: 90px;
}
.roadmap__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -0.002em;
    padding-left: var(--padding);
}
.roadmap__btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    height: 36px;
    padding: 0 20px;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    letter-spacing: -0.02em;
    background-color: #026fc9;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
    transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hover .roadmap__btn:hover {
    background-color: #358cd4;
}
.roadmap__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 28px;
}
.roadmap__item {
    overflow: hidden;
    padding: var(--padding);
    border-radius: 20px;
    transform: translateZ(0);
}
.roadmap__itemTitle {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -0.002em;
    color: #fff;
}
@media only screen and (max-width: 1220px) and (min-width: 850px) {
    .roadmap__itemTitle {
        font-size: 26px;
    }
}
@media only screen and (max-width: 849px) and (min-width: 768px) {
    .roadmap__itemTitle {
        font-size: 22px;
    }
}
@media only screen and (min-width: 400px) {
    .roadmap__itemTitle {
        font-size: 22px;
    }
}
.roadmap__itemTitle.is-dark {
    color: #0f0f0f;
}
.is-browsing .roadmap__title {
    color: var(--black);
}
.is-browsing .roadmap__item {
    box-sizing: border-box;
    aspect-ratio: 314/272;
    background-color: var(--black);
}
.is-browsing .roadmap__item:nth-child(1),
.is-browsing .roadmap__item:nth-child(2),
.is-browsing .roadmap__item:nth-child(3) {
    position: relative;
    aspect-ratio: 314/272;
}
.is-browsing .roadmap__item:nth-child(1) .roadmap__itemTitle,
.is-browsing .roadmap__item:nth-child(2) .roadmap__itemTitle,
.is-browsing .roadmap__item:nth-child(3) .roadmap__itemTitle {
    position: relative;
    z-index: 1;
}
.is-browsing .roadmap__item:nth-child(1) img,
.is-browsing .roadmap__item:nth-child(2) img,
.is-browsing .roadmap__item:nth-child(3) img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.is-mac .roadmap__title {
    color: var(--black);
}
.is-mac .roadmap__item {
    box-sizing: border-box;
}
.is-mac .roadmap__itemTitle {
    color: #fff;
    position: relative;
    z-index: 1;
}
.is-mac .roadmap__item:nth-child(1) {
    position: relative;
    grid-column: 1/3;
    aspect-ratio: 648/272;
}
.is-mac .roadmap__item:nth-child(1) img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    translate: -50% -50%;
}
@media only screen and (max-width: 570px) {
    .is-mac .roadmap__item:nth-child(1) {
        aspect-ratio: 314/272;
    }
    .is-mac .roadmap__item:nth-child(1) img {
        right: 0;
        left: auto;
        width: auto;
        height: 100%;
        object-fit: unset;
        translate: 0 -50%;
    }
}
@media only screen and (max-width: 410px) {
    .is-mac .roadmap__item:nth-child(1) {
        aspect-ratio: 1/1.2;
    }
}
@media only screen and (max-width: 374px) {
    .is-mac .roadmap__item:nth-child(1) {
        aspect-ratio: 1/1.4;
    }
}
.is-mac .roadmap__item:nth-child(2) {
    aspect-ratio: 314/272;
    background-color: #f2f2f2;
}
@media only screen and (min-width: 768px) {
    .is-mac .roadmap__item:nth-child(2) img {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .is-mac .roadmap__item:nth-child(2) img {
        margin-top: 20px;
    }
}
.is-mac .roadmap__item:nth-child(2) .roadmap__itemTitle {
    color: var(--black);
}
.is-ai .roadmap__title {
    color: #af52de;
}
.is-ai .roadmap__item {
    box-sizing: border-box;
    aspect-ratio: 314/272;
    background-color: #af52de;
}
.is-ai .roadmap__itemTitle {
    position: relative;
    z-index: 1;
}
.is-ai .roadmap__item:nth-child(2) {
    position: relative;
    grid-column: 2/4;
    aspect-ratio: 648/272;
}
.is-ai .roadmap__item:nth-child(2) img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    translate: -50% -50%;
}
@media only screen and (max-width: 767px) {
    .is-ai .roadmap__item:nth-child(2) {
        grid-column: 1/2;
    }
    .is-ai .roadmap__item:nth-child(2) img {
        right: 0;
        left: auto;
        width: auto;
        height: 100%;
        object-fit: unset;
        translate: 0 -50%;
    }
}
@media only screen and (max-width: 410px) {
    .is-ai .roadmap__item:nth-child(2) {
        aspect-ratio: 1/1.2;
    }
}
@media only screen and (max-width: 374px) {
    .is-ai .roadmap__item:nth-child(2) {
        aspect-ratio: 1/1.4;
    }
}
.is-ai .roadmap__item:nth-child(1) {
    position: relative;
    aspect-ratio: 314/272;
}
.is-ai .roadmap__item:nth-child(1) .roadmap__itemTitle {
    position: relative;
    z-index: 1;
}
.is-ai .roadmap__item:nth-child(1) img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.is-ai .roadmap__itemTitle {
    max-width: 200px;
}
.is-clone-tool .roadmap__title {
    color: #3494ff;
}
.is-clone-tool .roadmap__item {
    box-sizing: border-box;
}
.is-clone-tool .roadmap__item img:not(.is-done) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    translate: -50% -50%;
}
.is-clone-tool .roadmap__item:nth-child(1) {
    grid-column: 1/3;
    aspect-ratio: 648/272;
}
.is-clone-tool .roadmap__item:nth-child(2) {
    aspect-ratio: 314/272;
}
.is-clone-tool .roadmap__item:nth-child(2) h3 {
    position: relative;
    z-index: 2;
    color: #3494ff;
}
.is-workflows .roadmap__title {
    color: #34c759;
}
.is-workflows .roadmap__item:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.is-workflows .roadmap__item {
    position: relative;
    aspect-ratio: 314/272;
    background-color: #34c759;
    box-sizing: border-box;
}
.is-workflows .roadmap__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.is-workflows .roadmap__item h3 {
    position: relative;
    z-index: 2;
}
.is-batch-editing .roadmap__title {
    color: #5856d6;
}
.is-batch-editing .roadmap__item {
    aspect-ratio: 314/272;
    box-sizing: border-box;
    background-color: #5856d6;
}
.is-batch-editing .roadmap__item h3 {
    position: relative;
    z-index: 2;
}
.is-batch-editing .roadmap__item:nth-child(1) {
    background-color: #f2f2f2;
}
.is-batch-editing .roadmap__item:nth-child(1) img {
    margin-top: 20px;
}
.is-batch-editing .roadmap__item:nth-child(2) {
    position: relative;
    aspect-ratio: 314/272;
    background-color: transparent;
}
.is-batch-editing .roadmap__item:nth-child(2) > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.is-batch-editing .roadmap__item:nth-child(3) {
    padding-top: 30px;
    padding-bottom: 30px;
}
.is-video .roadmap__title {
    color: #bf5af2;
}
.is-video .roadmap__item {
    padding: 0;
}
.is-video .roadmap__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.is-video .roadmap__item:nth-child(1) {
    aspect-ratio: 314/272;
    background-color: #0f0f0f;
}
.is-video .roadmap__item:nth-child(2) {
    grid-column: 2/4;
    aspect-ratio: 648/272;
}
.is-compatibility .roadmap__title {
    color: #ff9f0a;
}
.is-compatibility .roadmap__wrapper {
    position: relative;
    width: 100%;
}
.is-compatibility .roadmap__item {
    aspect-ratio: 314/272;
    box-sizing: border-box;
}
.is-compatibility .roadmap__item h3 {
    position: relative;
    z-index: 2;
}
.is-compatibility .roadmap__item:nth-child(1) {
    background-color: #f2f2f2;
}
.is-compatibility .roadmap__item:nth-child(1) img {
    margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
    .is-compatibility .roadmap__item:nth-child(1) img {
        width: 70%;
        height: auto;
        max-width: 225px;
    }
}
.is-compatibility .roadmap__item:nth-child(2) {
    background-color: #ff9f0a;
}
.is-compatibility .roadmap__item:nth-child(2) img {
    margin-top: 20px;
}
.is-compatibility .roadmap__item:nth-child(3) {
    padding-top: var(--padding);
    padding-bottom: 30px;
    background-color: #ff9f0a;
}
.is-compatibility .roadmap__wrapper .roadmap__itemTitle {
    max-width: 250px;
}
.is-secret .roadmap__title {
    color: #0f0f0f;
}
.is-secret .roadmap__item {
    grid-column: 1/4;
    aspect-ratio: 982/272;
    padding: 0;
}
.is-secret .roadmap__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.roadmap .done-block {
    position: absolute;
    left: var(--padding);
    bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
}
.roadmap .done-block img {
    margin: 0 !important;
    width: 36px;
    height: 36px;
}
.roadmap .done-block p {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.002em;
}
.roadmap .done-block p.is-dark {
    color: var(--black);
}
@media only screen and (min-width: 411px) {
    .roadmap .is-mobile-only {
        display: none;
    }
}
@media only screen and (max-width: 410px) {
    .roadmap .is-desktop-only {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .roadmap__section + .roadmap__section {
        margin-top: 45px;
    }
    .roadmap__list {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 18px;
    }
    .is-mac .roadmap__item {
        grid-column: 1/3;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .is-mac .roadmap__wrapper {
        width: 100%;
        aspect-ratio: 314/272;
    }
    .is-mac .roadmap__wrapper + .roadmap__wrapper {
        margin-top: 20px;
        margin-left: 0;
    }
    .is-mac .roadmap__wrapper:nth-child(2) img {
        top: 50%;
        left: 50%;
        width: 90%;
        height: 90%;
        translate: -50% -50%;
    }
    .is-clone-tool .roadmap__item:nth-child(1) {
        grid-column: 1/2;
        aspect-ratio: 648/272;
    }
    .is-clone-tool .roadmap__item:nth-child(2) {
        aspect-ratio: 314/272;
    }
    .is-video .roadmap__item:nth-child(2) {
        grid-column: 1/2;
    }
    .is-compatibility .roadmap__item {
        grid-column: 1/2;
        flex-direction: column;
    }
    .is-compatibility .roadmap__wrapper {
        width: 100%;
        aspect-ratio: 314/272;
    }
    .is-compatibility .roadmap__wrapper + .roadmap__wrapper {
        margin-top: 20px;
        margin-left: 0;
    }
    .is-secret .roadmap__title {
        color: #0f0f0f;
    }
    .is-secret .roadmap__item {
        grid-column: 1/2;
    }
}
.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 896px;
    margin-top: 72px;
    margin-right: auto;
    margin-left: auto;
}
.cards__item {
    width: calc((100% - (30px * 2)) / 3);
    min-height: 199px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}
.cards__item:nth-child(3n + 2) {
    margin-right: 30px;
    margin-left: 30px;
}
.cards__item:nth-child(n + 4) {
    margin-top: 30px;
}
.cards__item-info {
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}
.cards__item-description {
    margin-top: 6px;
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: -0.002em;
    opacity: 0.77;
}
.cards__item-title {
    margin-top: 13px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
.cards__item-link {
    display: none;
    margin-top: 12px;
    font-weight: 600;
    color: #026fc9;
}
.hover .cards__item-link:hover {
    color: #358cd4;
}
@media only screen and (max-width: 582px) {
    .cards {
        justify-content: center;
        max-width: 256px;
        margin-top: 72px;
    }
    .cards__item {
        width: 100%;
        max-width: 256px;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .cards__item:nth-child(3n + 2) {
        margin-right: auto;
        margin-left: auto;
    }
    .cards__item:nth-child(n + 2) {
        margin-top: 30px;
    }
}
.newCompare__header {
    text-align: center;
    padding-top: 136px;
}
@media only screen and (max-width: 1023px) {
    .newCompare__header {
        padding-top: 66px;
    }
}
.newCompare__headerTitle {
    max-width: 688px;
    margin: 0 auto;
}
.newCompare__headerDescription {
    max-width: 654px;
    margin: 20px auto 0;
}
.newCompare__listApps {
    margin-top: 60px !important;
}
.newCompare__listApp img {
    width: 100%;
    height: auto;
    max-width: 336px;
}
.newCompare__list {
    max-width: 832px;
    margin: 84px auto 0;
}
.newCompare__listGrid {
    text-align: center;
}
.newCompare__listHeader {
    position: sticky;
    position: -webkit-sticky;
    top: 51px;
    z-index: 5;
    padding: 20px 0;
    background-color: #fff;
}
.newCompare__listHeader h2 {
    padding: 15px 0 6px;
    font-weight: bold;
    font-size: clamp(18px, 2.22vw, 32px);
    color: #0f0f0f;
    line-height: 1.09;
    letter-spacing: -0.002em;
}
.newCompare__listDescription {
    margin-top: 0 !important;
}
.newCompare__listRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.newCompare__listRow + .newCompare__listRow {
    margin-top: 20px;
}
.newCompare__listDescription + .newCompare__listRow {
    margin-top: 40px;
}
.newCompare__listRowItem {
    aspect-ratio: 406/280;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border-radius: 20px;
}
.newCompare__listRowItem.xsmall {
    aspect-ratio: 406/140;
}
.newCompare__listRowItem:nth-child(1) {
    background-color: #f4f7e9;
}
.newCompare__listRowItem:nth-child(2) {
    background-color: #ebf4fa;
}
.newCompare__listRowItem .block-icon {
    display: none;
}
.newCompare__listRowItem img:not(.block-icon) {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    translate: -50% -50%;
}
.newCompare__listRowItem a.link {
    color: #026fc9;
    transition: color 130ms ease-in-out;
}
.newCompare__listRowItem a.link svg path {
    fill: currentColor;
}
.hover .newCompare__listRowItem a.link:hover {
    color: #358cd4;
}
.newCompare__listRowItem span {
    display: block;
    margin-top: 28px;
}
.newCompare__listRowItem span.link-wrapper {
    margin-top: 14px;
}
.newCompare__listRowItem span.link-wrapper span {
    margin-top: 0;
}
.newCompare__listRowItem .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    letter-spacing: -0.02em;
    border: 1px solid #ff4169;
    border-radius: 30px;
    transition: border-color 130ms ease-in-out, color 130ms ease-in-out, background-color 130ms ease-in-out;
}
.newCompare__listTitle p,
.newCompare__listRowItem p {
    z-index: 2;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.45;
    color: #333;
    letter-spacing: -0.002em;
}
.newCompare__listRowItem.full-width {
    grid-column: 1/3;
    aspect-ratio: 832/280;
}
.newCompare__listRowItem.align-top {
    align-items: flex-start;
}
.newCompare__listRowItem.align-top p {
    padding-top: 30px;
}
.newCompare__listRowItem.align-top-left {
    align-items: flex-start;
}
.newCompare__listRowItem.align-top-left p {
    margin-left: 0;
    padding-top: 0;
    text-align: left;
}
.newCompare__listRowItem.align-top-xl {
    align-items: flex-start;
}
.newCompare__listRowItem.align-top-xl p {
    padding-top: 60px;
}
.newCompare__listRowItemEmpty a.link {
    color: #026fc9;
    transition: color 130ms ease-in-out;
}
.newCompare__listRowItemEmpty a.link svg path {
    fill: currentColor;
}
.hover .newCompare__listRowItemEmpty a.link:hover {
    color: #358cd4;
}
.newCompare__buttonsBlock {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 12px;
}
@media only screen and (max-width: 643px) {
    .newCompare__buttonsBlock {
        height: 84px;
    }
}
.newCompare__button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #ff4169;
    letter-spacing: -0.02em;
    border: 1px solid #ff4169;
    border-radius: 30px;
    transition: border-color 130ms ease-in-out, color 130ms ease-in-out, background-color 130ms ease-in-out;
}
.newCompare__button svg {
    margin-left: 5px;
}
.newCompare__button svg path {
    fill: currentColor;
}
.hover .newCompare__button.is-try:hover {
    color: #fff;
    background-color: #ff6482;
    border-color: #ff6482;
}
@media only screen and (max-width: 643px) {
    .newCompare__button.is-try {
        order: 1;
    }
}
.newCompare__button.is-buy {
    color: #fff;
    background-color: #ff4169;
}
.hover .newCompare__button.is-buy:hover {
    background-color: #ff6482;
    border-color: #ff6482;
}
.newCompare__buttonExtra {
    width: 100%;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.64;
    color: #86868b;
}
.newCompare__price {
    margin-top: 21px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
.newCompare__priceExtra {
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: -0.002em;
    opacity: 0.77;
}
.newCompare__buttonExtra + .newCompare__priceExtra {
    margin-top: 17px;
}
.newCompare__platforms {
    margin-top: 105px !important;
    padding-bottom: 55px;
}
.newCompare__platform figure {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 60px;
}
.newCompare__platform img {
    width: 100%;
    height: auto;
}
.newCompare__platform p {
    max-width: 250px;
    margin: 30px auto 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
@media only screen and (max-width: 767px) {
    .newCompare__listRowItem {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
        aspect-ratio: auto;
    }
    .newCompare__listRowItem > img:not(.block-icon) {
        display: none;
    }
    .newCompare__listRowItem .block-icon {
        display: block;
        margin-bottom: 10px;
    }
    .newCompare__listRowItem.full-width {
        aspect-ratio: auto;
        background-color: #f4f7e9 !important;
        min-height: 254px;
        justify-content: center;
    }
    .newCompare__listRowItem.full-width .block-icon {
        margin-inline: auto;
    }
    .newCompare__listRowItem.full-width p {
        margin-inline: auto;
        text-align: center;
    }
    .newCompare__listRowItem p {
        padding: 0 !important;
        margin-left: 0;
        padding-top: 0;
        text-align: left;
        color: #000 !important;
    }
}
.modal-window {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 52px 0 52px;
    background-color: rgba(242, 242, 242, 0.8);
    opacity: 0;
    pointer-events: none;
    -webkit-backdrop-filter: saturate(150%) blur(30px);
    backdrop-filter: saturate(150%) blur(30px);
    -webkit-overflow-scrolling: touch;
    transition: opacity 330ms ease-in-out;
}
.modal-window.is-active {
    z-index: 1000;
    opacity: 1;
    pointer-events: all;
}
.modal-window__inner {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.modal-window__adjustments {
    box-sizing: border-box;
    width: 100%;
    padding: 130px 80px;
    border-radius: 20px;
    background-color: #fff;
}
.modal-window__adjustments-item + .modal-window__adjustments-item {
    margin-top: 36px;
}
.modal-window__adjustments-title {
    font-size: 19px;
    font-weight: 700;
    color: #333;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
.modal-window__adjustments-description {
    font-size: 17px;
    color: #333;
    line-height: 1.45;
    letter-spacing: -0.002em;
    opacity: 0.77;
}
.modal-window__close {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    cursor: pointer;
    transition: opacity 130ms ease-in-out;
}
.modal-window__close svg path,
.modal-window__close svg polygon {
    fill: #333;
}
.hover .modal-window__close:hover {
    opacity: 0.77;
}
@media only screen and (max-width: 767px) {
    .modal-window {
        padding: 0;
    }
    .modal-window__inner {
        border-radius: 0;
    }
    .modal-window__adjustments {
        padding: 50px;
    }
    .modal-window__close {
        top: 10px;
        left: 10px;
    }
}
.card {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 100px;
    padding: 48px 50px 49px;
    background-color: #f2f2f2;
    border-radius: 20px;
}
.card__info {
    width: 50%;
    text-align: center;
}
.card__artwork {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 425  /  258;
    text-align: center;
}
.card__image {
    width: 100%;
    max-width: 425px;
    height: 100%;
    max-height: 258px;
}
.card__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.09;
    letter-spacing: -0.014em;
}
.card__description {
    margin-top: 6px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
.card__link {
    display: inline-block;
    margin-top: 12px;
    font-size: 17px;
    font-weight: 500;
    color: #026fc9;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
.card__link svg path {
    fill: currentColor;
}
.hover .card__link:hover {
    color: #358cd4;
}
.card__extra {
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    letter-spacing: -0.002em;
}
.card__btn {
    margin-top: 28px;
}
.card .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}
.card .buttons__item + .buttons__item {
    margin-left: 20px;
}
.card .btn {
    display: inline-block;
    height: auto;
    padding: 12px 35px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #ff4169;
    border-radius: 40px;
}
.card .btn:hover {
    border-color: #ff6482;
}
.card .btn--ghost {
    color: #ff4169;
    background-color: transparent;
    border-color: #ff4169;
}
.hover .card .btn--ghost:hover {
    color: #fff;
    background-color: #ff6482;
    border-color: #ff6482;
}
@media only screen and (max-width: 809px) {
    .card {
        flex-direction: column;
    }
    .card .card__info {
        order: 1;
        width: 100%;
        margin-top: 24px;
    }
    .card .card__artwork {
        order: 0;
        width: 100%;
        text-align: center;
    }
}