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

.section-1_button {
    display: flex;
    align-items: flex-start;
}

.section-1_ratings .trusted-by-reviews {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin-top: 0 !important;
    transform: scale(0.8);
    transform-origin: left;
}

.section-1_ratings {
    width: 100%;
    margin-top: 40px;
}

.section-1_ratings .trusted-by-review {
    margin: 0 !important;
}

.breadcrumbs {
    overflow-x: hidden;
    color: #272730;
    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 {
    display: flex;
    justify-content: center;
}

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

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

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

.section-1_image {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.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%;
    flex: 1;
    max-width: 47%;
}

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

.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;
    flex: 2;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.section-1_bottom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 80%,
            rgba(255, 255, 255, 0.4) 100%);
    pointer-events: none;
    z-index: 2;
}

@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_box {
        flex-direction: column !important;
        gap: 30px !important;
        padding: 40px 20px !important;
    }

    .section-1_header_container {
        width: 100% !important;
        text-align: center !important;
        max-width: 100% !important;
    }

    .section-1_bottom {
        width: 100% !important;
    }

    .section-1_header {
        font-size: 32px;
        line-height: 39px;
        text-align: center;
    }

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

    .section-1_button {
        justify-content: center;
    }

    .section-1_ratings {
        display: flex;
        justify-content: center;
        margin-top: 32px;
    }

    .section-1_ratings .trusted-by-reviews {
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        transform: none !important;
    }

    .section-1_ratings .trusted-by-review {
        width: auto !important;
    }

    .section-1_ratings .trusted-by-review img {
        height: 20px !important;
    }

    .section-1_ratings .trusted-by-review:nth-child(3),
    .section-1_ratings .trusted-by-review:nth-child(4) {
        display: none !important;
    }

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

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



@media only screen and (max-width: 480px) {
    .section-1_subheader {
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }

    .section-1 {
        padding: 0;
    }
}

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

.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 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

@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: block;
}

.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 {
        height: 90%;
        align-items: flex-start;
        overflow: visible;
    }
}

/** 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 {}
}

/* 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;
    }
}