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

.section-2_text {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    width: 60%;
}

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

@media only screen and (max-width: 768px) {
    .section-2_text {
        width: 95%;
    }
}

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

.section-3 {
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    flex-wrap: wrap;
    row-gap: 20px;
}

.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 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 .highlighted {
  font-weight: 700;
  color: #0073e6;
}

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

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

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

.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-13_flow {
    position: relative;
    justify-content: center;

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

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

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