#pro_landing,
#pro_landing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: AlbertaSans, Roboto, sans-serif;
}

#pro_landing {
    color: var(--files-text);
    background: var(--files-bg);
    overflow: hidden;
    --center-width: 1350px;
}

h1 {
    text-align: center;
    font-size: 35px;
    line-height: 39px;
    padding: 0;
    font-weight: 800;
    margin-bottom: 25px;
}

h1 span,
h2 span {
    color: var(--files-btn-red);
}

h2 {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 800;
}

h3 {
    font-weight: 800;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
}

h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}


section {
    padding: 0 16px;
    overflow: hidden;
}

.centered_container {
    max-width: var(--center-width);
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
}

#top_section {
    background: var(--blob-1-blue);
    background-position: max(-600px, calc(((100vw - var(--center-width)) / 2) - 600px)) 0;
    background-size: 900px;
    background-repeat: no-repeat;
    overflow: hidden;
}

#top_section .centered_container {
    --center-width: 1200px;
}

#top_section .points-list {
    --gap: 15px;
    display: flex;
    gap: 5px var(--gap);
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 0;
}

#top_section .point-item {
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--files-gray-2);
    padding-right: var(--gap);
}

#top_section .point-item:last-child {
    border: unset;
    padding-right: unset;
}


#top_section .point-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

#top_section .point-item-desc {
    font-size: 12px;
    color: var(--files-btn-gray);
    line-height: 20px;
}

#top_section .button.large {
    --button-padding: 40px;
}


.buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.buttons .button {
    width: 100%;
}


#security_bar {
    background: url(/images/pro_landing/shield.svg), linear-gradient(111deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%), url(/images/pro_landing/map.svg);
    background-color: #f1f6fe;
    background-position: 35px 35px, center, calc(100% + 300px) 45%;
    background-size: auto, auto, auto;
    background-repeat: no-repeat;
    border-radius: 23px;
    padding: 100px 35px 50px;
    font-weight: 500;
    margin: 60px auto 0;
    max-width: 1200px;
    line-height: 22px;
    font-size: 18px;
}

#security_bar .text {
    color: var(--files-dark);
}

#security_bar .more {
    font-weight: 700;
    margin-top: 18px;
    color: var(--files-btn-blue) !important;
    text-decoration: unset;
    display: inline-block;
    cursor: pointer;
    transition: color 0.5s ease;
    line-height: 22px;
    font-size: 18px;
}

#security_bar .more:hover {
    color: #0F55D7 !important;
}

#security_bar .more svg {
    width: 13px;
    height: 13px;
    margin-left: 5px;
}

#security_bar .more svg path {
    fill: var(--files-btn-blue) !important;
    transition: fill 0.5s ease;
}

#security_bar .more:hover svg path {
    fill: #0F55D7 !important;
}


#workflow .product-icons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 10px), 1fr));
    gap: 15px;
    margin-top: 50px;
    padding-bottom: 30px;
}


#workflow .header-tag {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    background: linear-gradient(130deg, var(--files-gradientColor1) 50%, var(--files-gradientColor2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    width: fit-content;
}

#workflow .product-icons .product-icon-card {
    background: var(--files-bg);
    padding: 20px;
    width: unset;
    position: relative;
    border-radius: 25px;
    border: 1px solid var(--files-gray-2);
    transition: color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    line-height: 16px;
    text-decoration: unset;
    /* color: var(--files-text); */
    align-items: flex-start;
    cursor: pointer;
}

#workflow .product-icons .product-icon-card .product-icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 13px;
    background: #FEECEE;
    display: flex;
    align-items: center;
    justify-content: center;
}

#workflow .product-icons .product-icon-card .product-icon-name-wrap {
    display: flex;
    width: 100%;
    gap: 15px;
    margin-bottom: 15px;
    align-items: flex-start;
    flex-direction: column;
}

#workflow .product-icons .product-icon-card .product-icon-name {
    line-height: 20px;
    font-size: 20px;
    font-weight: 800;
}

#workflow .product-icons .product-icon-card .product-icon-desc {
    margin-bottom: 0;
    color: var(--files-gray-6);
    line-height: 20px;
}

#workflow .product-icons .product-icon-card .product-icon-counter {
    color: var(--files-btn-gray);
    position: absolute;
    right: 20px;
}

#workflow .product-icons .product-icon-card .product-icon-learn {
    line-height: 20px;
    align-items: center;
    height: 20px;
    opacity: 1;
    margin-top: auto;
    display: flex;
    background-image: url(/images/UI_icons/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    background-size: 11px;
    font-weight: 700;
}

@media only screen and (min-width: 600px) {
    #workflow .product-icons .product-icon-card {
        gap: 20px;
        padding: 25px;
    }

    #workflow .product-icons h2 {
        margin-bottom: 50px;
    }

    #workflow .product-icons {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
        gap: 20px;
        width: 1300px;
        max-width: calc(100vw - 40px);
        padding: 0 20px 30px;
        box-sizing: border-box;
        margin: auto;
    }

    #workflow .product-icons .product-icon-card:hover {
        border-color: var(--files-text);
        box-shadow: 0px 0px 30px 0px #041E4D1F;

    }

    #workflow .product-icons .product-icon-card .product-icon-counter {
        right: 25px;
        transition: color 0.3s ease;
    }

    #workflow .product-icons .product-icon-card:hover .product-icon-counter {
        color: var(--files-text);
    }

    #workflow .product-icons .product-icon-card .product-icon-learn {
        opacity: 0;
        transition: opacity 0.3s ease, color 0.3s ease;
    }

    #workflow .product-icons .product-icon-card:hover .product-icon-learn {
        opacity: 1;
    }

    #workflow .product-icons .product-icon-card .product-icon-learn:hover {
        color: var(--files-btn-blue);
        background-image: url(/images/UI_icons/blue/arrow_down.svg);
    }

    #workflow .product-icons .product-icon-card .product-icon-name-wrap {
        margin: 0;
        gap: 20px;
    }
}

.info_tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 100px;
}

.info_tile_side {
    display: flex;
    flex-direction: column;
}

.info_tile_side.left {
    display: none;
}

.info_tile .main_image {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1;



    /* Fallback */
    @supports not (aspect-ratio: 1) {
        &::before {
            float: left;
            padding-top: 100%;
            content: "";
        }

        &::after {
            display: block;
            content: "";
            clear: both;
        }
    }
}

.info_tile .main_image.larger {
    /* background-size: 110%; */
}

.info_tile .tag {
    height: 40px;
    padding: 0 20px;
    padding-top: 2px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    color: white;
    font-weight: 600;
    background-color: #2AD498;
    align-items: center;
    line-height: 11px;
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
    min-width: fit-content;
    margin: auto;
    margin-bottom: 20px;
}

.info_tile .tag.gradient {
    background: linear-gradient(130deg, var(--files-gradientColor1) 50%, var(--files-gradientColor2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
    position: relative;
}

.info_tile .tag.gradient:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(242, 48, 71, 0.05) 0%, rgba(249, 87, 30, 0.05) 100%);
}

.info_tile h2 {
    margin: 0;
}

.info_tile .items-desc,
.info_tile .items-check {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}

.info_tile .item-desc,
.info_tile .item-check {
    display: flex;
    background: transparent url(/images/UI_icons/red/check.svg) no-repeat left center;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    padding-left: 35px;
    box-sizing: border-box;
    background-size: 17px;
    font-size: 18px;
    line-height: 18px;
}

.info_tile .item-desc {
    display: inline-block;
}

.info_tile .items-desc #button_donations {
    display: inline;
    cursor: pointer;
}

.info_tile .items-desc #button_donations:hover {
    text-decoration: underline;
}

.info_tile .item-desc {
    background: unset;
    padding-left: 0;
    line-height: 22px;
}

.info_tile .item-check a {
    color: inherit !important;
    text-decoration: unset;
    font-size: inherit;
    /* margin-left: 5px; */
}

.info_tile .item-check a:hover {
    text-decoration: underline;
}

.info_tile .items-check {}

.info_tile .item-check {
    min-height: 26px;
}


.info_tile .buttons {}


.info_tile .button {}

@media only screen and (min-width: 768px) {

    .info_tile {
        flex-direction: row;
        gap: 20px;
        padding: 0 100px 0 0;
        margin-bottom: 30px;
    }

    .info_tile.reverse {
        flex-direction: row-reverse;
        padding: 0;
    }

    .info_tile_side {
        flex: 5;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: auto;
    }

    .info_tile_side.left {
        display: block;
        flex: 6;
    }

    .info_tile_side.right {
        gap: 10px;
    }

    .info_tile_side.right .main_image {
        display: none;
    }

    .info_tile .main_image {
        height: 100%;
        margin: auto;
    }

    .info_tile .tag {
        margin: 0;
        margin-bottom: 20px;
    }

    .info_tile h1 {
        text-align: left;
    }

    .info_tile h2 {
        margin: 0;
        text-align: left;
        margin-bottom: 20px;
        text-wrap: unset;
        line-height: 40px;
        font-size: 40px;
    }

    .info_tile .items-desc {}

    .info_tile .items-check {}

    .info_tile .buttons {}
}


#workflow_extend {
    background:
        var(--blob-1-blue),
        var(--blob-1-pink),
        var(--blob-1-blue);
    background-repeat: no-repeat;
    background-position-y: 6%, 45%, 89%;
    background-position-x:
        min((100% + 760px), calc(((100vw - var(--center-width)) / 2) - 760px + var(--center-width))),
        min((100% + 760px), calc(((100vw - var(--center-width)) / 2) - 760px + var(--center-width))),
        min((100% + 760px), calc(((100vw - var(--center-width)) / 2) - 760px + var(--center-width)));
    background-size: 1000px, auto, auto, auto;
}


#info-block_pricing-plans .centered_container {
    padding-top: 0;
    padding-bottom: 0;
}

#install-apps .main_image {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 100px;
    display: block;
}

#install-apps .product-icons {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    justify-content: center;
    margin: 50px auto;
    gap: 20px 15px;
    max-width: 670px;
}

#install-apps .product-icons .product-icon {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 10px;
    border-radius: 11px;
    background: white;
    font-size: 16px;
    color: #242424;
    text-decoration: unset;
    box-shadow: 0px 0px 30px 0px #00396a1a;
    transition: 0.5s ease;
}

#install-apps .product-icons .product-icon img {
    width: 16px;
}

@media only screen and (min-width: 768px) {
    #install-apps .product-icons .product-icon:hover {
        transform: scale(1.1);
    }
}



@media only screen and (min-width: 768px) {
    h1 {
        font-size: 50px;
        line-height: 55px;
    }

    h1 div.pro {
        padding: 0 16px;
        border-radius: 20px;
        font-size: 25px;
        line-height: 40px;
        margin-top: 0;
        margin-left: 20px;
    }

    h2 {
        font-size: 45px;
        line-height: 50px;
        max-width: 820px;
        margin: auto;
        margin-bottom: 60px;
        text-wrap: balance;
    }

    h4 {
        font-size: 22px;
        line-height: 25px;
        text-align: left;
        text-wrap-style: balance;
        /* margin-bottom: 80px; */
    }


    .buttons {
        justify-content: flex-start
    }

    .buttons .button {
        width: unset;
        max-width: unset;
        max-width: unset;
    }

    #top_section {
        padding-top: 30px;
    }

    #top_section .points-list {
        --gap: 15px;
        margin: 30px 0;
    }

    #top_section .point-item-title {
        font-size: 20px;
    }

    #top_section .point-item-desc {
        font-size: 14px;
    }

    #top_section .info_tile_side.left {
        flex: 5;
    }

    #security_bar {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%), url(/images/pro_landing/shield.svg), url(/images/pro_landing/map.svg);
        background-color: #f1f6fe;
        background-position: center, 40px center, calc(100% + 300px) 45%;
        background-size: auto, auto, auto;
        background-repeat: no-repeat;
        border-radius: 23px;
        padding: 35px 150px 30px 110px;
        margin: 80px auto 45px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 5px;
        min-height: 135px;
    }

    #security_bar .more {
        margin-top: 0;
    }


    #info-block_pricing-plans h2 {
        margin-bottom: 100px;
    }

    #workflow_extend {
        background-position-y: 11%, 40%, 91%;
        background-position-x:
            min((100% + 560px), calc(((100vw - var(--center-width)) / 2) - 560px + var(--center-width))),
            min((100% + 560px), calc(((100vw - var(--center-width)) / 2) - 560px + var(--center-width))),
            min((100% + 560px), calc(((100vw - var(--center-width)) / 2) - 560px + var(--center-width)));
    }

    #info-block_pricing-plans #pricing {
        margin-bottom: 100px;
    }


    #recognition {
        padding: 50px;
        padding-top: 30px;
    }

    #recognition img {
        padding-bottom: 0;
    }

    #recognition .tag {
        margin-bottom: 20px;
    }

    #recognition .image-grid {
        gap: 5%;
    }

    #recognition .image-grid-item.content {
        align-items: flex-start;
        flex: 1;
    }

    #recognition .image-grid-item.image {
        display: block;
        flex: 1;
    }

    #recognition h2 {
        line-height: 55px;
    }

    #recognition h4 {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 25px;
    }

    #recognition img+h4 {
        margin-bottom: 20px;
    }

}

@media only screen and (min-width: 1250px) {
    h1 {
        font-size: 70px;
        line-height: 75px;
        /* margin-bottom: 50px; */
    }

    h1 div.pro {
        font-size: 30px;
        line-height: 50px;
        padding: 0 20px;
        border-radius: 37px;
        margin-top: 0;
    }

    h2 {
        font-size: 55px;
        line-height: 55px;
        margin-bottom: 80px;
    }

    h4 {
        font-size: 24px;
        line-height: 30px;
    }
}