@media (max-width: 575.9px) {
  :root {
    --microtip-font-size: 18px;
  }

  .container-read {
    margin: 0 0 0 0;
  }

  .section {
    padding: 20px 0 20px 0;
  }

  .space-mobile {
    min-height: 60px;
  }

  .section p {
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);
    text-align: center;

    /* Regular/Body/Text-default */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 18px); /* 128.571% */
    letter-spacing: 0.3px;
  }

  .btn-outline-white {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-outline-white:hover,
  .btn-outline-white:active,
  .btn-outline-white:focus {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #018d58;
    box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
  }

  .btn-white {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-white:hover,
  .btn-white:active,
  .btn-white:focus {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #018d58;
    box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
  }

  .btn-green {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-green:hover,
  .btn-green:active,
  .btn-green:focus {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #018d58;
    box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
  }

  .btn-outline-green {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-outline-green:hover,
  .btn-outline-green:active,
  .btn-outline-green:focus {
    border: 1px solid #018d58;
    background: #018d58;
    color: #ffffff;
    box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
  }

  .section-form .btn-outline-green {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 18px;
  }

  .wrapper-form .col-lg-6:nth-child(odd) {
    padding-right: 0px;
  }

  .wrapper-form .col-lg-6:nth-child(even) {
    padding-left: 0px;
  }

  .section-hero .wrapper-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(
      --Color-Grayscale-opacity-background,
      rgba(18, 18, 18, 0.6)
    );
  }

  .wrapper-button-hero {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    margin-top: 36px;
  }

  .section-hero {
    width: 100%;
    height: 700px;
    padding: 0px 0px 0px 0px;
    position: relative;
    margin-bottom: 0px;
  }

  .section-hero .video-hero {
    width: 100%;
    height: 700px;
    object-fit: cover;
  }

  .section-hero h1 {
    color: var(--Color-Grayscale-white-background, #fff);
    text-align: center;

    /* SemiBold/Display/Display */
    font-family: var(--font-family-title, "Open Sans");
    font-size: var(--font-size-display, 28px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-display, 42px); /* 150% */
    margin-bottom: 12px;
  }

  .section-hero p {
    color: var(--Color-Grayscale-white-background, #fff);
    text-align: center;

    /* Regular/Body/Text-xl */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-xl, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-xl, 21px); /* 150% */
    letter-spacing: 0.3px;
    max-width: 530px;
  }

  .section-title {
    color: var(--Color-Grayscale-text-color-header, #121212);
    /* SemiBold/Display/Display-xl */
    font-family: var(--font-family-title, "Open Sans");
    font-size: var(--font-size-display-xl, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-display-xl, 30px); /* 166.667% */
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
  }

  .section-service .col-lg-8 {
    margin-bottom: 20px;
  }

  .section-service .wrapper-service {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .section-value {
    background-color: #f2f2f2;
    padding: 30px 0;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-service img {
    width: 100%;
    height: 220px;
    border-radius: 6px;
  }

  .swiper-service .swiper-pagination-horizontal {
    width: unset !important;
    border-radius: var(--Corner-Radius-corner-xxl, 100px);
    background: var(
      --Color-Grayscale-opacity-background,
      rgba(18, 18, 18, 0.6)
    );
    padding: 1px;
    margin-inline: auto;
    left: unset;
    bottom: 20px;
  }

  .swiper-service .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.3;
    border-radius: 4px;
    transition: all 400ms ease-in-out;
  }

  .swiper-service .pagination-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .swiper-service .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .card-value {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

  .card-value svg {
    width: 10px;
    height: 10px;
  }

  .card-value h3 {
    color: var(--Color-Grayscale-text-color-header, #121212);

    /* Regular/Header/Header-sm */
    font-family: var(--font-family-subtitle, "Open Sans");
    font-size: var(--font-size-header-sm, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-header-sm, 24px); /* 150% */
    letter-spacing: 0.3px;
  }

  .wrapper-alur {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-bottom: 36px;
  }

  .wrapper-alur img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .wrapper-text-alur {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .wrapper-text-alur h3 {
    color: var(--Color-Grayscale-text-color-header, #121212);
    text-align: center;

    /* SemiBold/Display/Display-l */
    font-family: var(--font-family-title, "Open Sans");
    font-size: var(--font-size-display-l, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-display-l, 24px); /* 150% */
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .wrapper-text-alur p {
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);
    text-align: center;

    /* Regular/Body/Text-default */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 18px); /* 128.571% */
    letter-spacing: 0.3px;
  }

  .wrapper-alur.odd .wrapper-text-alur {
    grid-column: unset;
  }

  .wrapper-alur.odd .wrapper-img-alur {
    grid-column: unset;
    grid-row: 1;
  }

  .wrapper-alur.even .wrapper-text-alur {
    grid-column: unset;
  }

  .wrapper-alur.even .wrapper-img-alur {
    grid-column: unset;
  }

  .section-alur .wrapper-button {
    margin-top: 16px;
  }

  .section-alur .wrapper-button .btn-green {
    width: 100%;
  }

  .section-benefit .wrapper-title {
    display: block;
    margin-bottom: 20px;
  }

  .section-benefit .section-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .box-benefit {
    border-radius: var(--Corner-Radius-corner-l, 8px);
    background: var(--Color-Grayscale-color-disable, #f6f6f6);
    padding: 18px 0px;
  }

  .list-benefit h3 {
    overflow: hidden;
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);
    text-overflow: ellipsis;

    /* Regular/Header/Header-sm */
    font-family: var(--font-family-subtitle, "Open Sans");
    font-size: var(--font-size-header-sm, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-header-sm, 24px); /* 150% */
    letter-spacing: 0.3px;
  }

  .box-benefit .row .col-xs-12:first-child {
    margin-bottom: 20px;
  }

  .wrapper-testimoni {
    padding: 0px 0px 0px 0px;
    position: relative;
  }

  .wrapper-testimoni .bg-img-testimoni {
    width: 100%;
    min-width: 100%;
    height: 520px;
    object-fit: cover;
    background-color: #d9d9d9;
    border-radius: 8px;
  }

  .wrapper-testimoni .bg-img-testimoni:before {
    width: 100%;
    content: "";
    display: block;
    float: left;
  }

  .wrapper-testimoni .wrapper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(18, 18, 18, 0.48);
    backdrop-filter: blur(2px);
    border-radius: 8px;
    padding: 16px;
  }

  .wrapper-card-testimoni {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .card-testimoni {
    width: 180px;
    max-width: 180px;
    min-width: 180px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .card-testimoni img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .card-testimoni h3 {
    color: var(--Color-Grayscale-text-color-header, #121212);
    text-align: center;
    text-transform: uppercase;

    /* SemiBold/Body/Text-xl */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-xl, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-xl, 21px); /* 150% */
    letter-spacing: 0.3px;

    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .card-testimoni p {
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);
    text-align: center;

    /* Regular/Body/Text-l */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-l, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-l, 18px); /* 150% */
    letter-spacing: 0.3px;

    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .circle-quote {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    margin-bottom: 10px;
    margin-inline: auto;
  }

  .quote {
    color: var(--Color-Grayscale-white-background, #fff) !important;
    text-align: center;

    /* SemiBold/Display/Display-l */
    font-family: var(--font-family-title, "Open Sans");
    font-size: var(--font-size-display-l, 16px) !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: var(--font-line-height-display-l, 24px) !important; /* 150% */
    letter-spacing: 1px;
  }

  .wrapper-card-testimoni .scroll {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
  }

  /* width */
  .wrapper-card-testimoni .scroll::-webkit-scrollbar {
    width: 3px;
    padding-right: 10px;
  }

  /* Track */
  .wrapper-card-testimoni .scroll::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.2); */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
  }

  /* Handle */
  .wrapper-card-testimoni .scroll::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
  }

  /* Handle on hover */
  .wrapper-card-testimoni .scroll::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
  }

  .swiper-sorted-partner .swiper-slide {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 140px !important;
  }

  .swiper-sorted-partner img {
    width: 120px;
    height: 120px;
  }

  .swiper-button-next-sorted-partner {
    opacity: 0;
  }

  .swiper-button-prev-sorted-partner {
    opacity: 0;
  }

  .swiper-button-next-sorted-partner.swiper-button-disabled {
    opacity: 0;
  }

  .swiper-button-prev-sorted-partner.swiper-button-disabled {
    opacity: 0;
  }

  .section-article .wrapper-swiper-button {
    display: none;
  }

  .section-article .section-title {
    text-align: center;
    width: 90%;
    margin-inline: auto;
  }

  .card-article:hover .link-readmore {
    color: var(--Color-Secondary-secondary, #018d58);

    /* SemiBold/Body/Text-default */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-default, 24px); /* 150% */
    letter-spacing: 0.3px;
    text-decoration-line: underline;
    color: #018d58;
    display: flex;
    align-items: center;
  }

  .card-article img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 12px;
  }

  .card-title {
    color: var(--Color-Grayscale-text-color-header, #121212);
    /* SemiBold/Display/Display-l */
    font-family: var(--font-family-title, "Open Sans");
    font-size: var(--font-size-display-l, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-display-l, 24px); /* 150% */
    letter-spacing: 1px;
    margin-top: 0;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 2.8em;
    margin-bottom: 12px;
  }

  .card-subtitle-article {
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);

    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 18px); /* 128.571% */
    letter-spacing: 0.3px;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 5.2em;
    margin-bottom: 36px;
    text-align: start !important;
  }

  .link-readmore {
    color: var(--Color-Secondary-secondary, #018d58);

    /* SemiBold/Body/Text-default */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-default, 24px); /* 150% */
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    margin-top: 10px;
  }

  .swiper-article-mitra .swiper-wrapper {
    padding-bottom: 36px;
  }

  .accordion-wrapper {
    border-radius: var(--Corner-Radius-corner-l, 12px);
    border: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
    background: var(--Color-Grayscale-white-background, #fff);
    padding-inline: 16px;
    padding-top: 16px;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    margin-bottom: 16px;
    width: 100%;
  }

  .accordion-wrapper:hover {
    border: 1px solid #ffffff;
    box-shadow: 0px 20px 60px -10px rgba(0, 0, 0, 0.1);
    transition: all 300ms ease-in-out;
  }

  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .accordion-title {
    color: var(--Color-Grayscale-text-color-header, #121212);

    /* SemiBold/Body/Text-xl */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-xl, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-xl, 21px); /* 150% */
    letter-spacing: 0.3px;
  }

  .accordion-content {
    color: var(--Color-Grayscale-text-color-description, #4b4b4b) !important;

    /* Regular/Body/Text-default */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 14px) !important;
    text-align: start !important;
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 18px); /* 128.571% */
    letter-spacing: 0.3px;
  }

  .accordion-wrapper.active .accordion-body {
    margin-bottom: 16px;
  }

  .accordion-body {
    overflow: hidden;
    max-height: 0;
    padding-top: 16px;
    transition: all 300ms ease-in-out;
  }

  .icon-arrow-down {
    margin-bottom: -0.75rem;
  }

  .icon-arrow-up {
    margin-bottom: -0.75rem;
  }

  .accordion-header svg {
    width: 16px;
    height: auto;
  }

  .section-cta {
    padding: 0px 0px 0px 0px;
    position: relative;
  }

  .section-cta .bg-img-cta {
    width: 100%;
    min-width: 100%;
    height: 350px;
    background-color: #d9d9d9;
  }

  .section-cta .bg-img-cta:before {
    width: 100%;
    content: "";
    display: block;
    float: left;
  }

  .section-cta .wrapper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(18, 18, 18, 0.48);
    backdrop-filter: blur(2px);
    padding: 16px;
  }

  .section-cta h2 {
    color: var(--Color-Grayscale-white-background, #fff);
    text-align: center;

    /* SemiBold/Display/Display-xl */
    font-family: var(--font-family-title, "Open Sans");
    font-size: var(--font-size-display-xl, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-display-xl, 30px); /* 166.667% */
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .section-cta p {
    color: var(--Color-Grayscale-white-background, #fff);
    text-align: center;

    /* Regular/Body/Text-default */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 18px); /* 128.571% */
    letter-spacing: 0.3px;
  }

  .section-cta .btn {
    width: 100%;
  }

  .section-cta .col-xs-12 {
    padding: 0;
  }

  .wrapper-button-cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    height: unset;
    margin-top: 24px;
  }

  .wrapper-button-cta button {
    width: 100%;
  }

  .wrapper-form-image {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Form */

  .wrapper-form-image img {
    display: none;
  }

  .form-feedback img {
    display: block;
    width: 120px;
    object-fit: contain;
    aspect-ratio: 1/1;
  }

  .form-feedback h3 {
    color: var(--Color-Grayscale-text-color-header, #121212);
    text-align: center;

    /* SemiBold/Display/Display-xl */
    font-family: var(--font-family-title, "Open Sans");
    font-size: var(--font-size-display-xl, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-display-xl, 30px); /* 166.667% */
    letter-spacing: 1px;
  }

  .form-feedback p {
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);
    text-align: center;

    /* Regular/Body/Text-default */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 18px); /* 128.571% */
    letter-spacing: 0.3px;
  }

  .form-feedback .wrapper-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }

  .form-feedback .btn {
    width: 100%;
  }

  .tab .tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }

  .section-form .wrapper-scrolling-form {
    overflow-y: auto;
    overflow-x: hidden;
    aspect-ratio: unset;
    padding-right: 5px;
    max-height: 500px;
  }

  .tab .circle {
    color: var(--Color-Grayscale-white-background, #fff);

    /* Desktop/16/Text Bold */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-Body-md, 14px) !important;
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-24, 24px); /* 150% */
    letter-spacing: 0.3px;

    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    color: #c9c9c9;
  }

  .tab .tab-title {
    display: none;
    color: var(--Color-Grayscale-text-color-header, #121212);

    /* Regular/Body/Text-default */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 14px) !important;
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 24px); /* 150% */
    letter-spacing: 0.3px;
  }

  .show-in-mobile {
    display: block;
    margin-bottom: 16px;

    color: var(--Color-Grayscale-text-color-header, #121212);

    /* Regular/Body/Text-default */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 18px) !important;
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-default, 24px); /* 150% */
    letter-spacing: 0.3px;
  }

  .wrapper-channel-option {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .wrapper-channel-option label {
    margin-bottom: 8px;
  }
  /* End Form */

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

  .card-contribution {
    background-color: #4b4b4b;
    width: 100%;
    border-radius: var(--Corner-Radius-corner-l, 12px);
    border: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
    background: var(--Color-Grayscale-white-background, #fff);
  }

  .card-contribution h3 {
    color: var(--Color-Grayscale-text-color-header, #121212);

    /* SemiBold/H2/Display-36 */
    font-family: var(--font-family-title, "Open Sans");
    font-size: var(--font-size-display-xl, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-display-xl, 32px); /* 150% */
    letter-spacing: var(--font-letter-spacing-display-xl, 1px);
    margin-bottom: 5px;
  }

  .card-contribution p {
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);

    /* Regular/Body <p>/Text-18 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-xl, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-xl, 27px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-xl, 0.3px);
    text-align: start;
  }

  .card-contribution img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .card-contribution .card-body {
    padding: 16px;
  }

  .swiper-educatree .swiper-pagination-horizontal {
    width: unset !important;
    border-radius: var(--Corner-Radius-corner-xxl, 100px);
    background: var(
      --Color-Grayscale-opacity-background,
      rgba(18, 18, 18, 0.6)
    );
    padding: 4px;
    margin-inline: auto;
    left: unset;
    bottom: 20px;
  }

  .swiper-educatree .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.3;
    border-radius: 10px;
    transition: all 400ms ease-in-out;
  }

  .swiper-educatree .pagination-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .swiper-educatree .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .swiper-impact-report .swiper-pagination-horizontal {
    width: unset !important;
    border-radius: var(--Corner-Radius-corner-xxl, 100px);
    background: var(
      --Color-Grayscale-opacity-background,
      rgba(18, 18, 18, 0.6)
    );
    padding: 4px;
    margin-inline: auto;
    left: unset;
    bottom: 20px;
  }

  .swiper-impact-report .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.3;
    border-radius: 10px;
    transition: all 400ms ease-in-out;
  }

  .swiper-impact-report .pagination-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .swiper-impact-report .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .card-location .card-body {
    padding: 18px;
  }

  .card-location h3 {
    overflow: hidden;
    color: var(--Color-Grayscale-text-color-header, #121212);
    text-overflow: ellipsis;

    /* SemiBold/Body <p>/Text-18 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-xl, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-xl, 21px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-xl, 0.3px);
    margin-bottom: 5px;

    min-height: 3em;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .card-location p {
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);

    /* Text L/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.176px;
    margin-bottom: 16px;
    text-align: start;
  }

  .location-price {
    position: absolute;
    top: 10px;
    left: 10px;

    padding: 4px 12px;

    border-radius: var(--Corner-Radius-corner-xxl, 100px);
    background: var(--Color-Grayscale-white-background, #fff);

    color: var(--Color-Grayscale-text-color-header, #121212);

    /* SemiBold/Body <p>/Text-14 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-l, 12px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-l, 18px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-l, 0.3px);

    display: flex;
    gap: 6px;
    align-items: center;
  }

  .modal-title {
    color: var(--Color-Grayscale-text-color-header, #121212);

    /* SemiBold/H5/Header-24 */
    font-family: var(--font-family-subtitle, "Open Sans");
    font-size: var(--font-size-header-s, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-header-s, 24px); /* 150% */
    letter-spacing: var(--font-letter-spacing-display-md, 0.3px);
  }

  .modal-location .location-description {
    overflow: hidden;
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);
    text-overflow: ellipsis;

    /* Regular/Body <p>/Text-16 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 18px); /* 128.571% */
    letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
  }

  .modal-location img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
  }

  .modal-location .modal-body {
    padding: 16px;
  }

  .location-description label {
    color: var(--Color-Secondary-secondary, #018d58);

    /* SemiBold/Body <p>/Text-16 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 24px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
  }

  .section-contribution .btn-outline-green {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    font-weight: 400;
  }

  .modal-contribution .modal-dialog {
    height: 70vh;
    display: flex;
    align-items: center;
  }

  .swiper-button-next-location,
  .swiper-button-prev-location {
    display: none;
  }

  .card-contribution .card-body img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 4px;
  }

  .modal-contribution .modal-lg {
    width: 95% !important;
  }

  .wrapper-card-location {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .card-location-new:hover .overlay {
    opacity: 0;
  }

  .card-location-new .main-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;

    background: linear-gradient(
      180deg,
      rgba(0, 94, 78, 0) 22.05%,
      #005e4e 100%
    );
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .card-location-new .tag-city {
    color: var(--Color-Primary-primary, #005e4e);

    /* SemiBold/Body <p>/Text-12 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-md, 10px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--Margin-margin-md, 18px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-md, 0.3px);

    border-radius: var(--Corner-Radius-corner-xxl, 100px);
    border: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
    background: var(--Color-Grayscale-white-background, #fff);

    padding: 0px 12px;
    width: max-content;
  }

  .card-location-new .main-text .name {
    color: var(--Color-Grayscale-white-background, #fff);

    /* SemiBold/H5/Header-24 */
    font-family: var(--font-family-subtitle, "Open Sans");
    font-size: var(--font-size-header-s, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-header-s, 24px); /* 150% */
    letter-spacing: var(--font-letter-spacing-display-md, 0.5px);
    margin-bottom: 5px;

    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .card-location-new .main-text .price {
    color: var(--Color-Grayscale-white-background, #fff);

    /* Regular/Body <p>/Text-16 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 10px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 15px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
    text-align: start;
  }

  .control {
    font-size: 12px !important;
  }

  .select-menu .options {
    position: absolute;
    left: 0;
    right: 0;
    /* width: 100%; */
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: both;

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    z-index: -1;
  }

  .select-menu .options .option {
    display: flex;
    height: auto;
    align-items: center;
    cursor: pointer;
    padding: 2px 0;
    border-radius: 8px;
    align-items: center;
    background: #fff;
  }
}
