.trusted-by-review img {
    width: auto;
    object-fit: contain !important;
}

main {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

section {
    padding: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.faq_content {
    margin-top: 10px;
}

section .cta-button {
    margin-top: 40px;
}

section .list_item {
    margin-top: 24px;
}

section .list_item:first-of-type {
    margin-top: 0;
}

.explore_green_icon,
.explore_yellow_icon {
    display: none;
}

.breadcrumbs {
    overflow-x: hidden;
    color: #272730;
    background-color: #EBF1FD;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 35px 40px 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs ol {
    overflow-x: auto;
    scrollbar-width: none;
    display: flex;
    list-style: none;
    width: 100%;
    padding: 2px 0;
}

@media (min-width: 740px) {
    .breadcrumbs {
        font-size: 16px;
        line-height: 22px;
    }
}

.breadcrumbs li {
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

.breadcrumbs li:last-of-type {
    color: #55555D;
}

.breadcrumbs li a {
    color: #272730;
}

.breadcrumbs li a:hover {
    color: #2d95ec;
}

.breadcrumbs .breadcrumbs_arrow {
    margin: 0 4px;
}

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

.img {
    width: 200px;
    height: 200px;
}

.section-1 {
    background-color: #EBF1FD;
    display: flex;
    justify-content: center;
}

.section-1_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1600px;
}

.section-1_header {
    font-weight: bold;
    font-size: 52px;
    line-height: 63px;
}

.section-1_subheader {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    padding: 0 15%;
    margin-top: 30px;
}

.section-1_image {
    width: 100%;
}

.section-1_image.video {
    width: 70%;
    margin: auto;
}

.section-1_image.video .thumbnail {
    width: 90%;
}

#demoVideo {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    border: none;
    font-family: 'Inter', sans-serif;
    color: #0073e6;
    background: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
}

.play-button:hover {
    background: #3770e9;
    color: #fff;
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 200;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.close-button:hover {
    opacity: 0.8;
}

.section-1_header_container {
    position: relative;
    width: 100%;
}

.section-1_header_subcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-1_box_yellow_icon {
    position: absolute;
    height: 22px;
    width: 22px;
    bottom: 0;
    left: 0;
}

.section-1_box_blue_icon {
    position: absolute;
    height: 22px;
    width: 22px;
    top: 0;
    right: 0;
}

.section-1_bottom {
    position: relative;
    bottom: -44px;
}

@media only screen and (max-width: 1100px) {
    .section-1_box_yellow_icon {
        bottom: 0;
        left: 0;
    }

    .section-1_box_blue_icon {
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .section-1_bottom_icon_2 {
        top: 230px;
    }

    .section-1_bottom_icon_4 {
        top: 200px;
    }
}

@media only screen and (max-width: 880px) {
    .section-1_box_yellow_icon {
        bottom: 0;
        left: 0;
    }

    .section-1_box_blue_icon {
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .section-1_header {
        font-size: 32px;
        line-height: 39px;
    }

    .section-1_subheader {
        font-size: 16px;
        line-height: 19px;
        padding-right: 5%;
        padding-left: 5%;
    }

    .section-1_box_yellow_icon {
        display: none;
        visibility: hidden;
    }

    .section-1_box_blue_icon {
        display: none;
        visibility: hidden;
    }

    .section-1_bottom_icon {
        display: none;
        visibility: hidden;
    }
}



@media only screen and (max-width: 480px) {
    .section-1_subheader {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.section-2 {
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

.section-2_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1350px;
    width: 100%;
    box-sizing: border-box;
}

.section-2_text {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.section-2_partner {
    background-color: white !important;
}

@media only screen and (max-width: 768px) {
    .section-2_box {
        padding: 0 20px;
        width: 100%;
    }

    .section-2_text {
        width: 100%;
        max-width: 100%;
        font-size: 15px;
        line-height: 22px;
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
    .section-2_box {
        padding: 0 16px;
        width: 100%;
    }

    .section-2_text {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

.section-3_experiment_wrapper {
    width: 100%;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-3_toggle {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: -28px;
    position: relative;
    z-index: 1;
}

.section-3_template_box {
    width: 100%;
    background: #0069D114;
    border-radius: 16px;
    padding: 56px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.section-3_template_box_header {
    font-size: 24px;
    font-weight: 700;
    color: #272730;
    margin: 0;
}

.section-3_template_box_subheader {
    font-size: 16px;
    color: #555560;
    margin: 0 0 12px;
    line-height: 1.5;
}

.section-3_view_more {
    align-self: center;
    margin-top: 16px;
    text-decoration: none;
}

.section-3_tab_panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.section-3_tab_panel--hidden {
    display: none;
}

/* AI input box */
.section-3_ai_input_box {
    width: 100%;
    background: #ffffff;
    border: 1.5px solid #E4E4E8;
    border-radius: 16px;
    padding: 16px 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.section-3_ai_input_box:focus-within {
    border-color: #0073E6;
    box-shadow: 0px 0px 0px 3px rgba(0, 115, 230, 0.15);
}

.section-3_ai_textarea {
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #272730;
    background: transparent;
    min-height: 72px;
}

.section-3_ai_textarea::placeholder {
    color: #9898A6;
}

.section-3_ai_toolbar {
    display: flex;
    align-items: center;
    justify-content: end;
}

.section-3_ai_attach_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    color: #9898A6;
    border-radius: 8px;
    transition: color 0.15s ease, background 0.15s ease;
}

.section-3_ai_attach_btn:hover {
    color: #272730;
    background: #F4F4F6;
}

.section-3_ai_submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: linear-gradient(129.99deg, #0073E6 17.3%, #9747FF 92.64%);
    color: #ffffff;
    transition: opacity 0.15s ease;
    flex-shrink: 0;
}

.section-3_ai_submit_btn:hover {
    opacity: 0.85;
}

.section-3_ai_submit_btn.is-empty {
    opacity: 0.5;
}

/* Prompt cards */
.section-3_prompt_cards {
    width: 100%;
}

.section-3_prompt_cards_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    width: 100%;
}

.section-3_prompt_card {
    background: #ffffff;
    border: 1px solid #E4E4E8;
    border-radius: 12px;
    padding: 16px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.section-3_prompt_card:hover {
    border-color: #C4B5FD;
    box-shadow: 0px 2px 12px 0px rgba(92, 78, 255, 0.14);
}

.section-3_prompt_card_label {
    font-size: 12px;
    font-weight: 600;
    background: linear-gradient(129.99deg, #0073E6 17.3%, #9747FF 92.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.4;
}

.section-3_prompt_card_text {
    font-size: 13px;
    line-height: 1.5;
    color: #272730;
    margin: 0;
}

/* Media area: image + hover overlay stacked */
.section-3_prompt_card_media {
    position: relative;
    margin-top: 4px;
    margin-bottom: 12px;
    flex: 1;
    aspect-ratio: 430 / 346;
    background: #f0f0f4;
    border-radius: 6px;
    overflow: hidden;
}

.section-3_prompt_card_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Hover overlay: gradient fade + button */
.section-3_prompt_card_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, #ffffff 55%);
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.section-3_prompt_card:hover .section-3_prompt_card_overlay {
    opacity: 1;
}

.section-3_prompt_card_btn {
    width: 100%;
    padding: 10px 0;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(129.99deg, #0073E6 17.3%, #9747FF 92.64%);
    transition: opacity 0.15s ease;
    font-family: 'Inter', sans-serif;
}

.section-3_prompt_card_btn:hover {
    opacity: 0.85;
}

@media (max-width: 900px) {
    .section-3_prompt_cards_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 540px) {
    .section-3_prompt_cards {
        overflow-x: clip;
    }

    .section-3_prompt_cards_grid {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 10px;
        padding-bottom: 4px;
    }

    .section-3_prompt_cards_grid::-webkit-scrollbar {
        display: none;
    }

    .section-3_prompt_card {
        min-width: 58vw;
        max-width: 58vw;
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .section-3_prompt_card_text {
        min-height: 60px;
    }

    .section-3_prompt_card_overlay {
        opacity: 1;
        background: linear-gradient(to bottom, transparent 0%, #ffffff 80%);
        align-items: flex-end;
    }

    .section-3_prompt_card_btn {
        background: #ffffff;
        color: #272730;
        border: 1.5px solid #CACACA;
        border-radius: 6px;
        font-weight: 500;
        font-size: 15px;
        padding: 12px 0;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .section-3_prompt_card_media {
    }
}

/* Generate assets from scratch */
.section-3_ai_assets {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 48px;

    @media (max-width: 540px) {
        margin-top: 0;
    }
}

.section-3_ai_assets_title {
    font-size: 18px;
    font-weight: 700;
    color: #272730;
    margin: 0;
}

.section-3_ai_assets_subtitle {
    font-size: 14px;
    color: #55555D;
    margin: 0 0 8px;
}

.section-3_ai_assets_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.section-3_asset_card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    background: #f0f0f4;
}

.section-3_asset_card_img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.2s ease;
}

.section3-tab-label-full {
    text-align: center;
}

.section-3_asset_card:hover .section-3_asset_card_img {
    transform: scale(1.03);
}

.section-3_asset_card_body {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px;
    gap: 2px;
}

.section-3_asset_card_title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

.section-3_asset_card_subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
}

@media (max-width: 900px) {
    .section-3_ai_assets_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 540px) {
    .section-3_ai_assets {
        overflow-x: clip;
    }

    .section-3_ai_assets_grid {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 10px;
        padding-bottom: 4px;
    }

    .section-3_ai_assets_grid::-webkit-scrollbar {
        display: none;
    }

    .section-3_asset_card {
        max-width: 52vw;
        flex-shrink: 0;
        scroll-snap-align: start;
    }
}

.section-3_experiment_wrapper .section-3_grid {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    column-gap: 16px;
    row-gap: 16px;
}

.section-3_experiment_wrapper .section-3_flow {
    position: relative;
    overflow: hidden;
    height: fit-content;
    border: none;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.2s ease;
}

.section-3_experiment_wrapper .section-3_flow:hover {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.18);
}

.section-3_experiment_wrapper .section-3_image_container {
    height: auto;
    flex: unset;
    background: #fff !important;
    border-bottom: none;
    border-radius: 4px;
}

/* Show <img> at natural proportions */
.section-3_experiment_wrapper .section-3_image_container .section-3_image {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    clip: auto !important;
    overflow: visible !important;
    white-space: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    display: block !important;
    object-fit: cover !important;
    object-position: top !important;
}

.section-3_experiment_wrapper .section-3_flow .section-3_text_container {
    display: none !important;
}

/* Full overlay, button centered in the middle of the image */
.section-3_experiment_wrapper .section-3_flow .section-3_cta {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.55) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 16px !important;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.section-3_experiment_wrapper .section-3_flow:hover .section-3_cta {
    opacity: 1 !important;
}

.section-3_experiment_wrapper .section-3_flow .section-3_cta .button_root {
    width: auto !important;
    padding: 0 28px !important;
    height: 40px !important;
    font-size: 14px !important;
}

@media only screen and (max-width: 768px) {
    .section-3_experiment_wrapper .section-3_toggle {
        margin-bottom: 0;
    }

    .section-3_experiment_wrapper .section-3_toggle_container {
        width: 100%;
        box-sizing: border-box;
    }

    .section-3_experiment_wrapper .section-3_toggle_btn {
        flex: 1;
        justify-content: center;
        padding: 10px 12px;
        white-space: break-spaces;
        font-size: 13px;
        gap: 6px;
    }

    .section-3_experiment_wrapper .section-3_toggle_btn svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .section-3_experiment_wrapper .section-3_template_box {
        background: transparent;
        padding: 16px 0 0;
        border-radius: 0;
    }

    .section-3_experiment_wrapper .section-3_grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: unset;
        column-gap: 10px;
        row-gap: 10px;
        padding: 0;
        overflow: visible;
    }

    .section-3_experiment_wrapper .section-3_flow,
    .section-3_experiment_wrapper .section-3_flow:hover {
        width: auto;
    }
}

.section-3_toggle_container {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 8px;
    gap: 4px;
    box-shadow: 0px 2px 8px 0px #00000033;
}

.section-3_toggle_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #272730;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.section-3_toggle_btn--active {
    background: #EBF3FB;
    border-color: #0073E6;
    color: #0073E6;
    font-weight: 600;
}

.section-3_toggle_btn svg {
    flex-shrink: 0;
}

.section-3_toggle_btn--active svg {
    stroke: #0073E6;
}

.section-3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    padding-top: 0;
}

@media only screen and (min-width: 1800px) {
    .section-3 {
        flex-direction: column;
        max-width: fit-content;
        align-items: center;
    }
}

.section-3_grid {
    display: grid;
    grid-template-columns: repeat(4, 379px);
    row-gap: 31px;
    column-gap: 27px;
    max-width: 1600px;
}

.section-3_flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1.13px solid #DBDBDB;
    border-radius: 6.78px;
    text-decoration: none;
    height: 280.35px;
}

.section-3_flow:hover {
    box-shadow: 0px 0px 16px 0px #00000029;
}

.section-3_flow:hover .section-3_cta {
    display: flex;
}

.section-3_flow:hover .section-3_text_container {
    display: none;
}

.section-3_text_container {
    overflow: hidden;
    width: 100%;
    height: 22%;
    padding: 12px 16px;
}

.section-3_cta {
    width: 100%;
    height: 22%;
    display: none;
    padding: 12px 16px;
}

.section-3_cta .button_root {
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    margin: 0;
    height: 36px;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.7px;
}

.section-3_text_container .section-3_header {
    color: #0052A3;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.section-3_text_container .section-3_text {
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2B2B35;
    text-align: left;
}

.section-3_image_container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 78%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 4.78px 4.78px 0 0;
    border-bottom: 1px solid #DBDBDB;
}

.section-3_image_container .section-3_image {
    width: auto;
    max-width: 100%;
    height: 100%;
    transform: unset;
    transform-origin: unset;
}

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

.section-3_header {
    font-size: 38px;
    flex-basis: 100%;
    text-align: center;
}

.section-3_image {
    height: auto;
    transform: scale(1.08);
    transform-origin: top left;
    width: 800px;
}


a.image_content_link {
    text-decoration: none;
}

a.image_content_link .image-container {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

a.image_content_link .carousel-image {
    border: 1px solid #CACACA;
}

a.image_content_link h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    padding-bottom: 10px;
    text-align: center;
    color: #2B2B35;
}

a.image_content_link h3.subheader {
    padding-top: 20px;
    padding-bottom: 50px;
}

a.image_content_link h3.subheader.templates {
    padding-top: 0;
    padding-bottom: 30px;
}

a.image_content_link .highlighted {
    font-weight: 700;
    color: #0073e6;
}

.carousel-title {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left !important;
}

a.image_content_link .highlighted:hover {
    text-decoration: underline;
    color: #0052a3;
}


a.image_content_link img:hover {
    transform: scale(1.1);
}

a.image_content_link img {
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.carousel {
    position: relative;
}

.boxWrapper {
    display: flex;
    max-width: 100%;
    gap: 36px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    list-style: none;
    padding: 2px;
}

.boxItem {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    min-width: 325px;
    width: min-content;
    border-radius: 10px;
}

.scroll-right,
.scroll-left {
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 9999px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CACACA;
    position: absolute;
    margin-top: -16px;
    z-index: 1;
}

.scroll-right {
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
}

.scroll-left {
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}

.scroll-left svg {
    transform: rotate(180deg);
}

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


.carousel-image img {
    filter: none;
    display: block;
    max-width: 100%;
    width: 100%;
}

.carousel-image img:hover {
    transform: none !important;
}

a.image_content_link.grid {
    display: grid;
}

a.image_content_link.subcategory {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

a.image_content_link.subcategory h3 {
    text-align: center;
}

a.image_content_link .image-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 16px;
}

.section-3_nav_card_container {
    position: relative;
    display: block;
    visibility: visible;
}

@media only screen and (max-width: 1800px) {
    .section-3_grid {
        grid-template-columns: repeat(4, 312px);
    }
}

@media only screen and (max-width: 1439px) {
    .section-3_nav_card_container {
        width: 100%;
    }

    .section-3_grid {
        width: 100%;
        grid-template-columns: repeat(auto-fill, minmax(312px, 1fr));
    }
}

@media only screen and (max-width: 768px) {
    .section-3_nav_card_container {
        width: unset;
        overflow: auto;
        margin: 0 -40px;
    }

    .section-3_grid {
        width: 100%;
        grid-template-columns: unset;
        grid-auto-flow: column;
        padding: 0 40px;
    }

    .section-3_flow {
        width: 380px;
    }

    .section-3_flow:hover {
        width: 380px;
    }
}

@media only screen and (max-width: 480px) {
    .section-3_header {
        font-size: 22px;
    }

    a.image_content_link h3.subheader {
        font-size: 16px;
    }
}

.section-4 {
    display: flex;
    justify-content: center;
}

.section-4_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1600px;
}

.section-4_header {
    margin-bottom: 30px !important;
}

.section-4_text {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 50px;
    text-align: center;
}

.section-4_card {
    display: flex;
    flex-wrap: wrap;
}

.section-4_card_item {
    width: calc(50% - 40px);
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    justify-content: center;
}

.section-4_card_item:first-of-type {
    margin-top: 0;
}

.section-4_card_image {
    width: 100px;
    height: 100px;
}

.section-4_card_text {
    width: calc(100% - 120px);
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
}


@media only screen and (max-width: 768px) {
    .section-4_card_item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .section-4_text {
        font-size: 14px;
        line-height: 17px;
    }

    .section-4_card_text {
        font-size: 14px;
        line-height: 17px;
        width: calc(100% - 90px);
    }

    .section-4_card {
        padding-bottom: 0;
    }

    .section-4_card_image {
        width: 70px;
        height: 70px;
    }
}

.section-5 {
    display: flex;
    justify-content: center;
}

.section-5_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1600px;
}

.section-5_box {
    display: flex;
    flex-wrap: wrap;
}

.section-5_box_left {
    width: 50%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-5_box_header {
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    padding-bottom: 20px;
}

.section-5_box_list_item {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.section-5_box_right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-5_box_image {
    width: 100%;
}

.section-5_box_list_number {
    background-color: #D9E5FF;
    color: #004DB8;
    border-radius: 100%;
    font-weight: bold;
    text-align: center;
    padding: 2px 9px;
    margin-right: 15px;
    font-size: 12px;
}

.section-5_box_list_text {
    font-size: 18px;
    line-height: 22px;
}

@media only screen and (max-width: 768px) {
    .section-5_box_left {
        width: 100%;
        padding-right: 0;
    }

    .section-5_box_right {
        width: 100%;
        margin-bottom: 50px;
        order: -1;
    }

    .section-5_box_header {
        text-align: center;
        font-size: 22px;
        line-height: 27px;
    }

    .section-5_box_list_text {
        font-size: 14px;
        line-height: 17px;
    }
}

.review_header {
    padding-left: 12%;
    padding-right: 12%;
}

.review_header_green_icon {
    left: 60px !important;
}

.review_header_blue_icon {
    right: 60px !important;
}

.section-6 {
    display: flex;
    justify-content: center;
}

.section-6_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1600px;
}

.section-6_card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-6_card_item {
    width: calc((100%/3) - 20px);
    padding: 0 10px;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-6_card_image {
    width: 60px;
    height: 60px;
}

.section-6_card_header {
    padding: 15px 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.section-6_card_text {
    font-size: 16px;
    line-height: 19px;
}

@media only screen and (max-width: 768px) {
    .section-6_card_item {
        width: calc(50% - 20px);
    }

    .section-6_card_header {
        font-size: 18px;
        line-height: 22px;
    }

    .section-6_card_text {
        font-size: 14px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 480px) {
    .section-6_card_item {
        width: calc(100% - 20px);
    }
}

.bg-grey {
    background-color: #F6F6F6;
}

.padding-right {
    padding-right: 50px;
}

.padding-left {
    padding-left: 50px;
}

.shared-section {
    display: flex;
    justify-content: center;
}

.shared-section_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
}

.shared-section_image_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.shared-section_image {
    width: 100%;

}

.shared-section_text_box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
}

.shared-section_header {
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    padding-bottom: 20px;
}

.shared-section_text {
    font-size: 18px;
    line-height: 22px;
}

.shared-section_text li {
    font-size: 18px;
    line-height: 22px;
    font-family: inherit;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
}

.shared-section_text li:first-of-type {
    margin-top: 0;
}

.shared-section_text li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    font-size: 29px;
}

@media only screen and (max-width: 768px) {
    .shared-section_header {
        font-size: 22px;
        line-height: 27px;
        text-align: center;
    }

    .shared-section_text {
        font-size: 14px;
        line-height: 17px;
    }

    .shared-section_text_box li {
        font-size: 14px;
        line-height: 17px;
    }

    .shared-section_image_box {
        width: 100%;
        order: -1;
    }

    .shared-section_text_box {
        width: 100%;
        margin-top: 40px;
    }

    .padding-right {
        padding-right: 0px;
    }

    .padding-left {
        padding-left: 0px;
    }

    .shared-section_button {
        text-align: center;
    }
}

.bg-light-blue {
    background-color: #EBF1FD;
}

.explore_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.explore_text {
    width: 80%;
    font-size: 38px;
    line-height: 46px;
}


@media only screen and (max-width: 768px) {
    .explore_text {
        width: 100%;
        font-size: 22px;
        line-height: 27px;
    }
}

.faq div {
    max-width: 1600px;
}

@media only screen and (max-width: 768px) {
    .faq_content_header_text {
        font-size: 16px;
        line-height: 19px;
    }
}

.section-13 {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.section-13_header {
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    width: 80%;
    margin-bottom: 50px;
}

.customer-reviews {
    background: #E6F1FD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.customer-reviews .profileWrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1000px;
}

.profile cite {
    font-style: normal;
}

.customer-reviews-title {
    font-weight: bold;
    font-size: 36px;
    padding: 40px 0;
}

.section-13_grid_container {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 1200px;
}

.section-13_grid {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 1fr;
}

.section-13_grid-75 {
    width: 75% !important;
}

.section-13_grid-50 {
    width: 50% !important;
}

.section-13_grid-25 {
    width: 25% !important;
}

.section_flow,
.section-13_flow {
    position: relative;
    justify-content: center;

    &:focus,
    &:focus-within,
    &:focus-visible {
        .section-13_overlay {
            opacity: 1;
        }
    }
}

.section_flow:hover,
.section-13_flow:hover .section-13_overlay {
    opacity: 1;
}

.section-13_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(43, 43, 53, 0.5);
    opacity: 0;
    transition: opacity .3s cubic-bezier(.4, 0, 1, 1);
    will-change: opacity;
}

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

.section-13_grid-image {
    max-width: 100%;
    width: 100%;
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 1260px) {
    .section-13_grid-75 {
        width: 100% !important;
    }

    .section-13_grid-50 {
        width: 75% !important;
    }
}

@media only screen and (max-width: 768px) {
    .section-13_grid {
        max-width: 600px;
        columns: 2;
    }

    .section-13_grid-50 {
        width: 100% !important;
    }

    .section-13_grid-25 {
        width: 50% !important;
    }

    @supports (grid-template-rows: masonry) {
        .section-13_grid {
            grid-template-columns: repeat(2), 1fr;
        }
    }

    .section-13_header {
        width: 100%;
        font-size: 22px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 480px) {
    .section-13_grid {
        max-width: 280px;
        columns: 1;
    }

    .section-13_grid-25 {
        width: 100% !important;
    }

    @supports (grid-template-rows: masonry) {
        .section-13_grid {
            grid-template-columns: repeat(1), 1fr;
        }
    }

    .customer-reviews-title {
        font-size: 24px;
        padding: 40px 0;
    }

    .customer-reviews {
        padding: 56px 24px;
    }

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

    ;
}

/** Tablet Styles */
@media only screen and (min-width: 769px) {
    .explore_green_icon {
        top: -30px;
        left: 30px;
        display: inline;
        position: absolute;
    }

    .explore_yellow_icon {
        bottom: -30px;
        right: 30px;
        display: inline;
        position: absolute;
    }

    .partner_caption {
        font-size: 16px;
        line-height: 19px;
    }

    .section-1_image {
        width: 90%;
    }


    .section-1_bottom_icon {
        height: 30px;
        width: 30px;
        position: absolute;
    }

    .section-1_bottom_icon_1 {
        top: -10px;
        left: 0;
    }

    .section-1_bottom_icon_2 {
        top: 270px;
        left: 0;
        height: 20px;
        width: 20px;
    }

    .section-1_bottom_icon_3 {
        top: 0;
        right: 0;
        height: 20px;
        width: 20px;
    }

    .section-1_bottom_icon_4 {
        top: 250px;
        right: 0;
    }

    .section-4_card {
        column-gap: 60px;
    }

    .section-4_card_item:first-of-type {
        margin-top: 40px;
    }

    .section-5_box_right,
    .shared-section_image_box {
        display: inline;
        align-items: unset;
        justify-content: unset;
    }

    .section-5_box_image_container,
    .shared-section_image_box_container {
        position: sticky;
        top: 90px;
    }

    .section-1_bottom {
        bottom: -54px;
    }
}

/** Desktop Styles */
@media only screen and (min-width: 1240px) {
    section {
        padding: 60px 100px;
    }

    .section-3 .image-container {
        display: flex;
        justify-content: center;
    }

    .section-3 .image-container picture {
        width: 90%;
    }

    .section-3_image {
        width: 100%;
        transform: unset;
        transform-origin: unset;
    }

    .section-5_box_right,
    .shared-section_image_box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-1_bottom {
        bottom: -64px;
    }
}

/* Add style only arabic site */
:lang(ar) {
    font-family: 'Cairo', sans-serif;
}

:lang(ar) body {
    direction: rtl;
}

:lang(ar) .breadcrumbs ol {
    overflow-y: hidden;
}

:lang(ar) .section-5_box_list_number {
    margin-right: 0px;
    margin-left: 15px;
}

:lang(ar) .padding-left {
    padding-right: 50px;
}

:lang(ar) .padding-right {
    padding-left: 50px;
}

:lang(ar) .section-4_card_text {
    padding-right: 20px;
}

/* only footer copyright section use ltr */
:lang(ar) .footer_brandingContainer {
    direction: ltr;
}

.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;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.scroll-left:hover,
.scroll-right:hover,
.arrow_button:hover {
    border: 1.5px solid #0052a3;
    background: #e6f1fd;
}

.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;
    opacity: 0;
    pointer-events: none;
}

.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;
}

@media only screen and (min-width: 769px) {

    .arrow_button_left,
    .arrow_button_right {
        visibility: hidden;
        display: none;
    }
}