/* COMMON CSS */
.arrow_button {
    border-radius: 50%;
    border: none;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    margin: auto;
    box-shadow: 1px 1px 15px rgb(138 138 138 / 50%);
    z-index: 20;
}

.arrow_button:hover {
    border: 1.5px solid #0052a3;
    background: #e6f1fd;
}

.grouped_button_container {
    display: flex;
    justify-content: center;
}

.arrow_button_left {
    position: absolute;
    top: calc(50% - 21px);
    left: 20px;
}

.arrow_button_right {
    position: absolute;
    top: calc(50% - 21px);
    right: 20px;
}

.arrow_button_hidden {
    visibility: hidden;
    display: none;
}

.grouped_button_left {
    margin-right: 17px;
}

.grouped_button_right {
    margin-left: 17px;
}

.arrow_button:hover path {
    stroke: #0052a3;
}

.arrow_button:hover {
    cursor: pointer;
}

.arrow_button-disabled {
    background-color: rgb(202, 202, 202);
}

.arrow_button-disabled path {
    fill: currentColor;
}

.arrow_button-disabled:hover path {
    fill: currentColor;
}

.arrow_button-disabled:hover {
    cursor: not-allowed;
}

.section_breaker_line {
    border: 0.5px solid #e0e0e0;
}

.visible {
    visibility: visible;
    display: block;
}

.hidden {
    visibility: hidden;
    display: none;
}

main {
    font-family: "Inter", sans-serif;
    color: #2b2b35;
    position: relative;
}

.container {
    padding-left: 72px;
    padding-right: 72px;
    justify-content: center;
}

.container_shadow {
    display: flex;
    flex-direction: column;
}

.section_shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
    .section_shadow {
        order: 2;
    }
}

.scroll_nav_container {
    display: none;
    visibility: hidden;
    justify-content: center;
}

.scroll_nav_item {
    width: 12px;
    height: 12px;
    background: #dbdbdb;
    border-radius: 50%;
    margin: 0 5px;
}

.scroll_nav_item_active {
    background: #0082ff;
}

.see_more {
    display: flex;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
}

.see_more_template {
    margin-left: 20px;
}

.see_more_hidden-mobile {
    align-items: center;
}

.see_more_container {
    display: flex;
    flex-direction: column;
}

.see_more_container_section_2 {
    margin-bottom: 80%;
}

.see_more_container_section_4 {
    margin-bottom: 50%;
}

.see_more_template_section_11 {
    margin-left: 20px;
    align-items: center;
}

.see_more_container:hover {
    cursor: pointer;
}

.see_more_container:hover > .see_more_button {
    border: 1.5px solid #0052a3;
    background: #e6f1fd;
}

.see_more_container:hover > .see_more_button path {
    stroke: #0052a3;
}

.see_more_container:hover > .see_more_link {
    color: #0052a3;
    text-decoration: underline;
}

.see_more_button {
    margin-bottom: 20px;
}

.see_more_link {
    color: #0073e6;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    width: 85px;
}

.section_4_button_container {
    text-align: center;
}

.section_6_button_container {
    text-align: center;
}

.section_7_button_container {
    text-align: center;
}

.section_9_button_container {
    text-align: center;
    margin-top: 48px;
}

@media only screen and (max-width: 1024px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .arrow_button_left,
    .arrow_button_right,
    .see_more_hidden-mobile {
        visibility: hidden;
        display: none;
    }

    .scroll_nav_container {
        display: flex;
        visibility: visible;
    }

    .visible-mobile {
        visibility: visible;
        display: block;
    }

    .section_6_button_container {
        display: none;
    }

    .section_7_button_container {
        margin-top: 32px;
    }

    .section_9_button_container {
        display: none;
    }
}

/* SECTION 1 */
.section_1 {
    position: relative;
    margin-top: 64px;
    padding: 74px 129px 90px;
    color: #2B2B35;
    background-color: #FFFFFF;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}

.section_1_decor_left {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 0;
}

.section_1_decor_right {
    position: absolute;
    top: -110px;
    right: 0;
    z-index: 0;
}

.section_1_decor_mobile {
    display: none;
}

.section_1_container {
    padding: 0;
    text-align: left;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.section_1_header_container {
    position: relative;
    width: 80%;
    margin: 0;
}

.section_1_icon_left {
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 40px;
    width: 40px;
}

.section_1_header {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.02em;
}

.section_1_icon_right {
    position: absolute;
    top: -20px;
    right: -20px;
    height: 40px;
    width: 40px;
}

.section_1_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.03em;
    margin: 18px 0 31px;
    width: 60%;
}

.section_1_search_big_container {
    width: 450px;
    max-width: 95%;
    margin: 0 auto;
}

.section_1_search_container {
    position: relative;
    width: 100%;
}

/* feature flags class helpers */
.feature_loading {
    opacity: 0;
    left: -9999px;
}

.feature_hidden {
    display: none;
}
/* end feature flags class helpers */

.section_1_search_left_icon {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 30px;
    height: 30px;
    visibility: hidden;
    display: none;
}

.search {
    position: relative;
    width: 100%;
}

.search_input {
    width: 100%;
    height: 50px;
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 0 50px 0 15px;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    &::placeholder {
        color: #55555d;
    }
}

.search_input:focus {
    outline: 2px solid #ffc42a;
}

.search_input_label {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.search_icon_group_container {
    position: absolute;
    top: 5px;
    right: 46px;
}

.search_icon_group {
    position: relative;
}

.search_icon_button {
    position: absolute;
    top: 0;
    left: 0;
    background: #0073e6;
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    &:focus {
        outline: 2px solid #ffc42a;;
    }
}

.search_icon_button:hover,
.search_icon_group {
    cursor: pointer;
}

.search_icon {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 25px;
    height: 25px;
}

.section_1_mobile_button_container,
.search_mobile {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

@media only screen and (max-width: 1280px) {
    .section_1_decor_left {
        left: -100px;
    }

    .section_1_decor_right {
        right: -100px;
    }

}

@media only screen and (max-width: 1024px) {
    .section_1_header_container {
        width: 100%;
    }

    .section_1_text {
        width: 70%;
    }
}

@media only screen and (max-width: 900px) {
    .section_1_decor_right {
        right: -140px;
    }

    .section_1 {
        padding: 74px 72px 90px;
    }
}

@media only screen and (max-width: 768px) {
    .section_1_decor_left,
    .section_1_decor_right {
        display: none;
    }

    .section_1_decor_mobile {
        display: block;
        position: absolute;
        z-index: 0;
        right: -46px;
        bottom: -30px;
        height: auto;
    }

    .section_1_search_left_icon,
    .section_1_search_icon_mobile {
        visibility: visible;
        display: block;
    }

    .section_1_icon_left,
    .search_desktop {
        visibility: hidden;
        display: none;
    }

    .section_1_header {
        font-size: 30px;
        line-height: 120%;
    }

    .section_1_text {
        font-size: 16px;
        margin: 20px 0;
        width: 85%;
    }

    .section_1_container {
        text-align: left;
        padding: 0;
    }

    .section_1_header_container {
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }

    .section_1_search_big_container {
        margin: 0;
        width: 100%;
        max-width: unset;
        text-align: left;
    }

    .section_1_mobile_button_container {
        display: block;
    }

    .search_mobile {
        display: block;
        text-align: center;
        width: 100%;
        margin: 32px auto 20px;
        padding: 0 20px;
    }

    .search_input {
        border: 1px solid #BDBDC0;
    }

    .section_1 {
        background: #FFFFFF;
        padding: 32px 32px 104px 32px;
    }

    .search_icon_group_container {
        right: 66px;
    }
}

@media only screen and (max-width: 480px) {
    .section_1_header_container {
        width: 100%;
    }

    .section_1_icon_right {
        right: -20px;
    }
}

/* SECTION 2 */
.section_2 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: -27px auto 0;
}

.nav {
    display: flex;
    margin: 0 auto;
    padding: 0 40px;
    gap: 20px;
    border-radius: 999px;
    border: 1px solid #DBDBDB;
    background: #FFFFFF;
    z-index: 10;
}

.nav_item,
.nav_item_link {
    width: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #2B2B35;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 14px 12px;
}

.nav_image {
    margin: 0 auto;
    margin-top: 7px;
    display: none;
    visibility: hidden;
    height: 30px;
    width: 47px;
}

.nav_item.nav_item_active .nav_image {
    display: none;
}

.nav_item_active,
.nav_item:hover,
.nav_item_link:hover {
    font-weight: 600;
    color: #0073E6;
    border-bottom: 2px solid #0073E6;
}

.nav_item_active > .nav_image {
    display: block;
    visibility: visible;
}

.nav_mobile {
    visibility: hidden;
    display: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
    padding: 0 20px;
    margin-top: 32px;
}

.nav_mobile::-webkit-scrollbar {
    display: none;
}

.nav_item_mobile,
.nav_item_mobile_link {
    padding: 8px 15px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #b9b9b9;
    border-radius: 24px;
    text-decoration: none;
    cursor: pointer;
    color: #2b2b35;
    white-space: nowrap;
    background: #ffffff;
    line-height: 20px;
}

.nav_item_mobile_active {
    background: #0069D114;
    border: 1px solid #0052A3;
    color: #0052A3;
    font-weight: 600;
}

.nav_card_container {
    position: relative;
    display: none;
    visibility: hidden;
}

.nav_card_container_active {
    display: block;
    visibility: visible;
}

.section_2_card_box {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding: 36px 72px;
    gap: 40px;
}

.section_2_card_box::-webkit-scrollbar {
    display: none;
}

.section_2_card {
    position: relative;
    border-radius: 6px;
    width: auto;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);


    &:focus,
    &:focus-within,
    &:focus-visible {
        .section_2_template_card_overlay {
            opacity: 1;
        }
    }
}

.section2_card_wrapper {
    display: table;
}

.section_2_titleContainer {
    padding-top: 30px;
    display: table-caption;
    caption-side: bottom;
}

.section_2_card_image {
    height: 250px;
    object-fit: cover;
    object-position: top center;
    overflow: hidden;
    width: 335px;
    margin-bottom: -5px;
    border-radius: inherit;
}

.section_2_card_image_accessible {
    height: 280px;
    width: auto;
    margin-bottom: -5px;
    border-radius: inherit;
}

.section_2_card_image {
    height: 250px;
    object-fit: cover;
    object-position: top center;
    overflow: hidden;
    width: 335px;
    margin-bottom: -5px;
    border-radius: inherit;
}

.section_2_card_image_bottom {
    height: 250px;
    object-fit: cover;
    object-position: bottom center;
    overflow: hidden;
    width: 335px;
    margin-bottom: -5px;
    border-radius: inherit;
}

.section_2_card_image_container {
    overflow: hidden;
    border-radius: 6px;
}

.section_2_card_link_container {
    text-decoration: none;
}

.section_2_card_link {
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    color: #2B2B35;
    text-decoration: none;
}

.section_2_card_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #717178;
    margin-top: 5px;
    height: 90px;
}

.section_2_card:hover .section_2_template_card_overlay {
    opacity: 1;
}

.section_2_template_card_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255, 0.8);
    opacity: 0;
    border-radius: 6px;
}

.section_2_template_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
    .nav {
        padding: 0 15px;
        gap: 5px;
    }

    .nav_item, .nav_item_link {
        padding: 14px 8px;
    }
}

@media only screen and (max-width: 768px) {
    .section_2 {
        margin-top: 0;
    }

    .section_2_card_box {
        padding: 20px 20px;
    }

    .section_2_card_link {
        margin-left: 20px;
        margin-right: 20px;
        font-weight: 600;
        font-size: 16px;
    }

    .section_2_card_text {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        line-height: 130%;
    }

    .nav {
        visibility: hidden;
        display: none;
    }

    .nav_mobile {
        visibility: visible;
        display: flex;
        gap: 8px;
    }

    .section_2_card_image {
        margin-bottom: -10px;
    }

    .section_2_card {
        margin: 0;
    }
}

/* SECTION 3 */
.section_3 {
    padding: 64px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.section_3_content {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1440px;
    padding: 0 72px;
    margin: auto;
    justify-content: space-between;
    align-self: center;
    gap: 30px;
}

.section_3_content_icon_left {
    position: absolute;
    top: -30px;
    left: 60px;
}

.section_3_content_icon_left_mobile {
    position: absolute;
    top: 0;
    left: 40px;
    visibility: hidden;
    display: none;
}

.section_3_content_icon_right {
    position: absolute;
    top: 0;
    right: 40px;
    visibility: hidden;
    display: none;
}

.section_3_content_body {
    flex: 1 1 0;
}

.section_3_content_header {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.section_3_content_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    padding: 20px 0;
}

.section_3_content_link {
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    color: #0073E6;
    text-decoration: none;
}

.section_3_content_link:hover {
    text-decoration: underline;
    color: #006cd5;
}

.section_3_content_image_container {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-bottom: auto;
    align-items: center;
}

.section_3_content_image_container picture {
    max-width: 528px;
    max-height: 297px;
}

.section_3_content_image_desktop {
    width: 100%;
    height: auto;
}

.section_3_content_image_mobile {
    width: 100%;
    visibility: hidden;
    display: none;
}

.template_container {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 48px 72px;
    scroll-behavior: smooth;
    gap: 40px;
}

.template_container::-webkit-scrollbar {
    display: none;
}

.template_box {
    position: relative;
    justify-content: center;
    height: 320px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 6px;

    &:focus,
    &:focus-within,
    &:focus-visible {
        .template_box_overlay {
            opacity: 1;
        }
    }
}

.template_box:hover .template_box_overlay {
    opacity: 1;
}

.template_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255, 0.8);
    opacity: 0;
    border-radius: 6px;
}

.template_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.template_image {
    width: auto;
    height: 320px;
    border-radius: 6px;
}

.section_3_button_mobile {
    visibility: hidden;
    display: none;
    width: 80%;
    margin: 0 auto;
}

.section_3_button_box {
    border: 1px solid #cacaca;
    border-radius: 6px;
    padding: 8px 0;
    text-align: center;
}

.section_3_button_link {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #0073e6;
    text-decoration: none;
}

.section_3_button_box:hover {
    background: #e6f1fd;
    cursor: pointer;
    border: 1px solid #0052a3;
}

.section_3_button_box:hover > .section_3_button_link {
    color: #0052a3;
}

@media only screen and (max-width: 1024px) {
    .section_3_content_image_container {
        margin: auto 0;
    }

    .section_3_content_icon_left {
        top: -30px;
        left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .section_3 {
        padding: 48px 20px;
    }
    .section_3_content_icon_left,
    .section_3_content_image_container,
    .section_3_content_link,
    .section_3_button_container,
    .template_box_padding {
        visibility: hidden;
        display: none;
    }

    .section_3_content_icon_left_mobile,
    .section_3_content_icon_right,
    .section_3_content_image_mobile {
        visibility: visible;
        display: block;
    }

    .section_3_content {
        padding: 0;
    }

    .section_3_content_body {
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .section_3_content_header {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        width: 80%;
        margin: 0 auto;
    }

    .section_3_content_text {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .section_3_content_image_mobile {
        margin: 0 auto;
        width: 85%;
    }

    .section_3_button_mobile {
        visibility: visible;
        display: block;
        margin: 32px 0 0;
        width: 100%;
    }

    .template_container {
        overflow-x: unset;
        -ms-overflow-style: unset;
        scrollbar-width: unset;
        scroll-behavior: unset;
        width: 100%;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fill, calc(50% - 10px));
        grid-auto-rows: 0;
        padding: 0;
        margin-top: 32px;
    }

    .template_container::-webkit-scrollbar {
        display: unset;
    }

    .template_box {
        display: flex;
        flex-direction: column;
        justify-content: end;
        width: unset;
        height: unset;
        margin: unset;
        margin-top: auto;
        grid-row-end: "span 13";
    }

    .template_image {
        max-width: 100%;
        width: 100%;
        height: unset;
    }
}

@media only screen and (max-width: 480px) {
    .section_3_content_icon_left_mobile {
        top: -20px;
        left: 30px;
    }

    .section_3_content_icon_right {
        top: -20px;
        right: 30px;
    }

    .template_container {
        grid-template-columns: repeat(auto-fill, calc(50% - 10px));
    }
}

/* SECTION 4 */
.section_4 {
    padding: 64px 0;
}

.section_4_content {
    display: flex;
    max-width: 1440px;
    padding: 0 72px;
    margin: 0 auto;
}

.section_4_content_left {
    width: 41%;
}

.section_4_content_header_1 {
    color: #717178;
    font-weight: 500;
    font-size: 18px;
    line-height: 115.5%;
    padding-bottom: 27px;
    text-transform: uppercase;
}

.section_4_content_header_2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
}

.section_4_content_right {
    width: calc(59% - 100px);
    margin-left: 100px;
}

.section_4_content_link_container {
    text-align: right;
}

.section_4_content_link {
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #0073E6;
    text-decoration: none;
    padding-bottom: 10px;
}

.section_4_content_link:hover {
    text-decoration: underline;
    color: #006cd5;
}

.section_4_content_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-top: 27px;
}

.section_4_image_container {
    position: relative;
}

.section_4_image_box {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.section_4_image_box::-webkit-scrollbar {
    display: none;
}

.section_4_image {
    width: 250px;
    margin-left: 15px;
}

.section_4_template_container {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 48px 72px;
    scroll-behavior: smooth;
    gap: 40px;
}

.section_4_template_container::-webkit-scrollbar {
    display: none;
}

.section_4_template_box {
    position: relative;
    justify-content: center;
    height: 280px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 6px;

    &:focus,
    &:focus-within,
    &:focus-visible {
        .section_4_template_box_overlay {
            opacity: 1;
        }
    }
}

.section_4_template_box:hover .section_4_template_box_overlay {
    opacity: 1;
}

.section_4_template_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255, 0.8);
    opacity: 0;
    border-radius: 6px;
}

.section_4_template_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section_4_template_image {
    width: auto;
    height: 280px;
    border-radius: 6px;
}

@media only screen and (max-width: 768px) {
    .section_4 {
        padding: 48px 0;
    }

    .section_4_content {
        flex-direction: column;
        padding: 0 20px;
    }

    .section_4_content_left {
        width: 100%;
    }

    .section_4_content_right {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .section_4_content_link_container {
        text-align: left;
        margin-top: 20px;
    }

    .section_4_content_header_1 {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .section_4_content_header_2 {
        font-size: 20px;
        line-height: 130%;
    }

    .section_4_content_link {
        font-size: 16px;
        line-height: 146%;
        font-weight: 700;
        padding-bottom: 0;
    }

    .section_4_content_text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        padding: 0;
    }

    .section_4_template_container {
        margin: 0;
        padding: 32px 20px;
        gap: 20px;
    }

    .section_4_template_box {
        height: 250px;
    }

    .section_4_template_image {
        height: 250px;
    }
}

/* SECTION 6 */
.section_6 {
    background: #e6f1fd;
    padding: 64px 0;
}

.section_6_container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 72px;
}

.section_6_header {
    padding: 0 40px 0px;
    text-align: center;
}

.section_6_header_box {
    position: relative;
}

.section_6_icon_left {
    visibility: hidden;
    display: none;
    position: absolute;
    bottom: -20px;
    left: 80px;
}

.section_6_header_heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.section_6_icon_right {
    visibility: hidden;
    display: none;
    position: absolute;
    top: 0;
    right: 80px;
}

.section_6_header_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    width: 65%;
    margin: 20px auto 0;
}

.section_6_progress_container {
    display: flex;
    flex-wrap: wrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 48px 0;
    scroll-behavior: smooth;
    gap: 48px 76px;
    justify-content: center;
}

.section_6_progress_container::-webkit-scrollbar {
    display: none;
}

.section_6_progress {
    width: 352px;
}

.section_6_progress_arrow {
    position: relative;
    margin: 0 30px;
}

.section_6_progress_icon_1 {
    position: absolute;
    width: 40px;
    top: 80px;
    left: -65px;
}

.section_6_progress_icon_2 {
    position: absolute;
    width: 40px;
    top: 80px;
    right: -65px;
}

.section_6_progress_inner_container {
    width: 320px;
}

.section_6_progress_image {
    border-radius: 10px;
    width: 352px;
    height: 330px;
    margin-bottom: 36px;
}

.section_6_progress_header {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 16px;
    text-align: center;
}

.section_6_progress_text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.section_6_padding {
    padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
    .section_6_progress_container {
        gap: 48px;
    }
}

@media only screen and (max-width: 768px) {
    .section_6 {
        padding: 48px 0;
    }

    .section_6_container {
        padding: 0;
    }

    .section_6_header_heading {
        font-size: 24px;
        line-height: 32px;
        max-width: 320px;
    }

    .section_6_header_text {
        font-size: 16px;
        line-height: 145%;
        margin-top: 20px;
    }

    .section_6_progress_header {
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 8px;
    }

    .section_6_progress_text {
        font-size: 14px;
        line-height: 20px;
    }

    .section_6_icon_left,
    .section_6_icon_right {
        visibility: visible;
        display: block;
    }

    .section_6_progress_container {
        flex-wrap: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-behavior: smooth;
        padding: 32px 20px;
        gap: 24px;
        justify-content: unset;
    }

    .section_6_progress_container::-webkit-scrollbar {
        display: none;
    }

    .section_6_progress {
        width: 300px;
    }

    .section_6_progress_image {
        width: 300px;
        height: 280px;
        margin-bottom: 27px;
    }

    .section_6_progress_icon {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (max-width: 670px) {
    .section_6_icon_left {
        left: 30px;
    }

    .section_6_icon_right {
        right: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .section_6_icon_left {
        left: -10px;
        bottom: -20px;
    }

    .section_6_icon_right {
        right: 0;
    }

    .section_6_header_text {
        width: 90%;
    }

    .section_6_progress_icon_1,
    .section_6_progress_icon_2 {
        display: none;
        visibility: hidden;
    }
}

/* SECTION 7 */
.section_7 {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 0 auto;
    max-width: 1440px;
    padding: 64px 72px 0;
}

.section_7_header {
    position: relative;
    width: 400px;
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
}

.section_7_icon_left {
    position: absolute;
    top: -20px;
    left: -30px;
}

.section_7_icon_right {
    position: absolute;
    bottom: -15px;
    right: -15px;
}

.section_7_header_heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}

.section_7_card_container {
    display: flex;
    justify-content: center;
    gap: 58px;
}

.section_7_card {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 75px 40px 40px;
    text-align: center;
    margin-top: -55px;
    height: 100%;
    position: relative;
}

.section_7_card_box {
    width: calc((100% / 3) - 30px);
    display: flex;
    flex-direction: column;
}

.section_7_padding {
    padding-right: 0;
    display: none;
    visibility: hidden;
}

.section_7_card_box:hover {
    transform: scale(1.05);
}

.section_7_card_image {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
}

.section_7_card_image_mobile {
    display: none;
    visibility: hidden;
    margin-bottom: 10px;
}

.section_7_card_image_desktop {
    margin-left: calc(50% - 55px);
}

.section_7_card_content {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
}

.section_7_card_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.section_7_card_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    padding: 4px 0 20px;
    width: 200px;
    max-width: 90%;
    margin: 0 auto;
}

.section_7_card_icon {
    margin: 0 auto;
    width: 34px;
    height: 24px;
}

.section_7_card_text_1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #003F7F;
    padding: 20px 0 16px;
}

.section_7_card_text_2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
}

.section_7_card_link {
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #0073e6;
    text-decoration: none;
    left: calc(50% - 57px);
    bottom: 38px;
}

.section_7_card_link:hover {
    text-decoration: underline;
    color: #0052a3;
}

@media only screen and (max-width: 1280px) {
    .section_7_card_container {
        gap: 45px;
    }

    .section_7_card_box {
        flex: 1 1 0;
        width: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .section_7_card_container {
        gap: 30px;
    }

    .section_7_card_box {
        width: calc((100% / 3) - 30px);
    }
}

@media only screen and (max-width: 768px) {
    .section_7 {
        padding: 48px 0 0;
        gap: 0;
    }

    .section_7_card_image_mobile {
        display: block;
        visibility: visible;
    }

    .section_7_card_image_desktop {
        display: none;
        visibility: hidden;
    }

    .section_7_card {
        margin-top: 0;
        padding: 20px 28px 40px;
        width: 340px;
    }

    .section_7_card_container {
        justify-content: unset;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 32px 18px;
        scroll-behavior: smooth;
        gap: 24px;
    }

    .section_7_card_container::-webkit-scrollbar {
        display: none;
    }

    .section_7_card_box {
        flex-direction: row;
        width: 400px;
    }

    .section_7_card_image {
        margin-bottom: 18px;
    }

    .section_7_card_content {
        height: auto;
        gap: 18px;
    }

    .section_7_card_title {
        padding: 0;
    }

    .section_7_card_icon {
        display: none;
    }

    .section_7_card_text_1 {
        font-size: 18px;
        padding: 0;
    }

    .section_7_card_text_2 {
        margin-bottom: 0;
    }

    .section_7_card_link {
        font-weight: 700;
    }

    .section_7_padding {
        padding-right: 35px;
        display: unset;
        visibility: unset;
    }

    .section_7_header {
        width: 320px;
        max-width: unset;
    }

    .section_7_header_heading {
        font-size: 25px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .section_7_padding {
        padding-right: 25px;
    }

    .section_7_card_box {
        width: 350px;
    }

    .section_7_card {
        width: 328px;
    }

    .section_7_icon_left {
        top: -25px;
        left: -35px;
    }

    .section_7_icon_right {
        bottom: -15px;
        right: -25px;
    }
}

/* SECTION 8 */
.section_8 {
    display: flex;
    justify-content: center;
    max-width: 1440px;
    padding: 0 72px 64px;
    margin: auto;
}

.section_8_container {
    margin: 48px 16px 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    text-align: center;
}

.section_8_caption {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
}

.section_8_image_small {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section_8 {
        padding: 32px 58px 48px 58px;
    }
    .section_8_image_small {
        display: inherit;
    }

    .section_8_image {
        display: none;
    }

    .section_8_container {
        margin: 0;
    }

    .section_8_caption {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 26px;
    }
}

@media only screen and (max-width: 480px) {
    .section_8_container {
        width: 100%;
    }
}

/* SECTION 9 */
.section_9 {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    max-width: 1440px;
    margin: 0 auto;
}

.section_9_header_box {
    position: relative;
    text-align: center;
    width: 720px;
    max-width: 75%;
    margin: 0 auto;
}

.section_9_icon_left {
    position: absolute;
    bottom: -30px;
    left: -50px;
}

.section_9_icon_right {
    position: absolute;
    top: -30px;
    right: -50px;
}

.section_9_icon_right_mobile {
    position: absolute;
    visibility: hidden;
    display: none;
}

.section_9_header_heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    max-width: 80%;
    margin: auto auto 20px;
}

.section_9_header_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.section_9_card_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    gap: 40px;
    justify-content: center;
}

.section_9_card {
    border: 2px solid #b0d4f7;
    border-radius: 10px;
    width: calc(50% - 50px);
    padding: 56px 40px 40px;
    max-width: 530px;
}

.section_9_card_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section_9_card_icon {
    width: 75px;
    height: 75px;
}

.section_9_card_header {
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    margin-top: 7px;
}

.section_9_card_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}

@media only screen and (max-width: 860px) {
    .section_9_header_box {
        max-width: 85%;
    }
}

@media only screen and (max-width: 768px) {
    .section_9_nav {
        display: flex;
        visibility: visible;
    }

    .section_9 {
        order: 1;
        padding: 48px 0;
    }

    .section_9_header_box {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        margin: 0;
    }

    .section_9_header_heading {
        font-size: 25px;
        line-height: 32px;
    }

    .section_9_header_text {
        font-size: 16px;
        line-height: 145%;
    }

    .section_9_card_header {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .section_9_card_text {
        line-height: 140%;
    }

    .section_9_card_container {
        padding: 32px 18px;
        margin: 0;
        gap: 24px;
        justify-content: unset;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: unset;
        scroll-behavior: smooth;
    }

    .section_9_card_container::-webkit-scrollbar {
        display: none;
    }

    .section_9_card {
        background: #f0f4fc;
        border: none;
        padding: 32px 20px;
        width: 329px;
    }

    .section_9_padding {
        padding-right: 35px;
    }

    .section_9_card_box {
        width: 289px;
        gap: 28px;
    }

    .section_9_card_icon {
        width: 60px;
        height: 60px;
    }

    .section_9_icon_left {
        visibility: hidden;
        display: none;
    }

    .section_9_icon_right {
        top: -30px;
        left: -30px;
        right: unset;
    }

    .section_9_icon_right_mobile {
        bottom: -30px;
        right: -30px;
        visibility: visible;
        display: unset;
    }
}

@media only screen and (max-width: 480px) {
    .section_9_padding {
        padding-right: 25px;
    }

    .section_9_icon_right {
        top: -20px;
        left: -20px;
    }

    .section_9_icon_right_mobile {
        bottom: -20px;
        right: -20px;
    }
}

/* SECTION 10 */
.section_10 {
    display: flex;
    justify-content: center;
    background-image: url("https://cdn.venngage.com/assets/img/homepage-v2/blob_light_short.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section_10_container {
    margin: 105px 16px;
    width: 1240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.section_10_header {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 900px;
    max-width: 90%;
}

.section_10_header_heading {
    width: 100%;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 48px;
}

.section_10_header_icon_left {
    position: absolute;
    top: 0;
    left: -15px;
    width: 40px;
    height: 40px;
}

.section_10_header_icon_right {
    position: absolute;
    bottom: 10px;
    right: -20px;
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 1024px) {
    .section_10 {
        background-position: initial;
    }

    .section_10_container {
        width: 100%;
    }

    .section_10_header {
        width: 800px;
    }

    .section_10_header_icon_left {
        left: -30px;
    }
}

@media only screen and (max-width: 768px) {
    .section_10_container {
        margin: 48px 24px;
    }

    .section_10_header_heading {
        font-size: 25px;
        line-height: 130%;
        margin-bottom: 32px;
    }

    .section_10_header_icon_left {
        width: 30px;
        height: 30px;
        left: -15px;
    }

    .section_10_header_icon_right {
        width: 20px;
        height: 20px;
    }

    .section_10_header {
        width: 450px;
    }
}

@media only screen and (max-width: 480px) {
    .section_10_video_icon_top_right {
        width: 5.5px;
        height: 7.5px;
    }

    .section_10_header {
        width: 100%;
        margin-bottom: 10px;
    }

    .section_10_header_icon_left {
        left: 0;
    }

    .section_10_header_icon_right {
        right: 0;
    }
}

/* SECTION 11 */
.section_11 {
    padding: 64px 0;
    margin: 0 auto;
}

.section_11_header {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 72px;
}

.section_11_header_left_container {
    width: 60%;
}

.section_11_header_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 115.5%;
    color: #717178;
    text-transform: uppercase;
}

.section_11_header_heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-top: 26px;
}

.section_11_header_description {
    display: none;
}

.section_11_header_right_container {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.section_11_header_link {
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #0073E6;
    text-decoration: none;
}

.section_11_header_link:hover {
    text-decoration: underline;
    color: #006cd5;
}

.section_11_card_box {
    position: relative;
}

.section_11_card_container {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    gap: 32px;
    margin-top: 48px;
    margin-bottom: 64px;
    padding: 0 72px
}

.section_11_card_container::-webkit-scrollbar {
    display: none;
}

.section_11_card_body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0;
}

.section_11_card_image_container {
    overflow: hidden;
    cursor: pointer;
}

.section_11_card_image {
    width: 380px;
    height: 220px;
    border-radius: 12px 12px 0 0;
}

.section_11_card_category {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #717178;
    text-transform: uppercase;
}

.section_11_card_link {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #2b2b35;
    text-decoration: none;
}

.section_11_card_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.featured_template {
    padding: 64px 72px 0;
    max-width: 1440px;
    margin: 0 auto;
}

.featured_template_header {
    font-weight: 600;
    font-size: 25px;
    line-height: 115.5%;
    margin-bottom: 48px;
}

.featured_template_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 340px;
    gap: 8px 15px;
}
.featured_template_list.higher {
    max-height: 360px;
}

.featured_template_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    text-decoration: none;
    color: #2b2b35;
    width: 195px;
}

.featured_template_breaker {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 1200px) {
    .featured_template_list {
        max-height: 440px;
    }
    .featured_template_list.higher {
        max-height: 580px;
    }
}

@media only screen and (max-width: 1024px) {
    .featured_template_link {
        width: 180px;
    }
}

@media only screen and (max-width: 930px) {
    .featured_template_list {
        max-height: 570px;
    }
    .featured_template_list.higher {
        max-height: 750px;
    }
}

@media only screen and (max-width: 768px) {
    .section_11 {
        padding: 48px 0 0;
    }

    .section_11_breaker_desktop {
        display: none;
        visibility: hidden;
    }

    .section_11_card_image {
        width: 300px;
        height: 169px;
    }

    .section_11_header { 
        padding: 0 20px;
    }

    .section_11_header_text {
        font-size: 16px;
        font-weight: 700;
    }

    .section_11_header_heading {
        font-size: 20px;
        line-height: 130%;
        padding: 20px 0;
        margin-top: 0;
    }

    .section_11_header_description {
        display: block;
        font-size: 16px;
        list-style: 24px;
        margin-bottom: 20px;
    }

    .section_11_header_link {
        font-size: 16px;
        font-weight: 700;
    }

    .section_11_card_container {
        padding: 31px 20px 48px;
        margin: 0;
        gap: 24px;
    }

    .section_11_card_category {
        font-size: 12px;
        line-height: 15px;
        color: #767676;
        font-weight: 700;
    }

    .section_11_card_link {
        font-weight: 700;
        line-height: 135%;
    }

    .section_11_card_body {
        margin: 25px 20px;
        gap: 16px;
    }

    .section_11_card {
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        position: relative;
    }

    .section_11_card_image {
        margin-bottom: -8px;
    }

    .section_11_header_left_container {
        width: 100%;
    }

    .section_11_header_right_container {
        width: 100%;
        justify-content: flex-start;
    }

    .featured_template {
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
        padding: 0;
    }

    .featured_template_header {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 0;
        font-weight: 700;
        margin: 0 25px;
        padding: 18px 0;
    }

    .featured_template_list {
        max-height: unset;
        height: 440px;
        overflow-y: auto;
        flex-direction: row;
        padding: 15px 0 15px 32px;
        margin-right: 10px;
        gap: 15px;
    }

    .featured_template_link {
        width: 48%;
    }

    .featured_template_breaker {
        display: block;
        visibility: visible;
        border: 0.5px solid #e0e0e0;
    }
}

@media only screen and (max-width: 480px) {
    .featured_template_link {
        width: 100%;
    }
}

.textMobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .textMobile {
        display: block;
    }
    .textDesktop {
        display: none;
    }
}

.accessibleIcon {
    width: 24px;
    height: 24px;
    padding: 2px;
    border-radius: 4px;
    background: #000000A3;
    position: absolute;
    bottom: 8px;
    right: 10px;
  }

.button_root.section_1_cta {
    min-width: 215px;
    padding: 10px 12px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .button_root.section_1_cta {
        width: auto;
    }
     
    .accessibleIcon {
        right: 5px;
      }
}
