body {
    overflow-x: hidden;
}

.navigation-wrapper {
    border-bottom: none;
}

.about-banner-wrapper {
    position: relative;
    overflow: hidden;
}

.about-banner-wrapper-first:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
}

.about-banner-wrapper-first::before {
    content: "";
    padding-top: 45%;
    display: block;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
    animation: gradient 15000ms ease infinite;
    user-select: none;
    pointer-events: none;
    display: block;
}

.about-banner-wrapper-first img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
    position: absolute;
    color: transparent;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about-banner-wrapper img {
    width: 100%;
    border-radius: 5px;
}

.about-banner-content {
    margin: 0 auto;
    padding: 0 32px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 800px;
    width: 100%;
    text-shadow: 0 6px 36px rgba(11 11 11 / 30%);
    z-index: 2;
}

.about-banner-subtitle {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.about-banner-subtitle::before{
    content: '';
    width: 48px;
    margin: 0 auto;
    height: 3px;
    background-color: var(--pr-color-secondary);
    margin-top: 16px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    position: absolute;
}

.about-banner-title {
    font-size: calc(20px + (60 - 20) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    padding: 16px 0;
    margin: 24px 0;
}

.video-button {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 12px;
    text-transform: uppercase;
}

.about-content {
    margin: 24px 0 64px 0;
}
.content-text {
    font-size: 16px;
}  
.content-text strong {
    font-weight: 500;
}
.title-box {
    font-size: 32px;
    line-height: 40px;
    padding: 10px 0 15px 0;
    color: var(--pr-color-primary);
    position: relative;
    margin-bottom: 16px;
    display: block;
    max-width: max-content;
}

.title-box:hover {
    color: var(--pr-color-primary);
}

.title-box:before {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 100px;
    height: 3px;
    background: var(--pr-color-secondary);
}

.subtitle-box {
    font-size: 20px;
    line-height: 1.2;
    color: var(--pr-color-secondary);
    font-weight: 500;
    margin-bottom: 8px;
}

.subtitle-box strong {
    font-weight: 500;
}
.wrapp-80 {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}

.two-banner {
    display: flex;
    justify-content: center;
    grid-gap: 8px;
}
.two-banner img {
    border-radius: 5px;
    height: 100%;
}

.about-banner-wrapper .site-w {
    display: flex;
    flex-flow: row;
    max-width: 960px;
    margin: 0 auto 32px;
    justify-content: center;
}
.button-about {
    text-align: center;
    display: block;
    margin: 48px 0;
}

.button-link {
    border-radius: 6px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    background-color: var(--pr-color-information-600);
    min-width: 180px;
    text-align: center;
    display: inline-block;
}

.list-works {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    grid-gap: 24px;
}

.work-item {
    text-align: center;
}

.work-item img {
    margin: 0 auto;
}
.work-item .content {
    font-size: 16px;
    margin-bottom: 48px;
    margin-top: 16px;
}

.about-search-box {
  text-align: center;  
}
.about-search-box .search-box {
    width: 80%;
    margin: 16px auto 48px;
    position: relative;
}
.about-search-box .search-box input {
    background-color: #f2f2f6;
    padding-left: 32px;
    padding-right: 32px;
    height: 56px;
    border: none;
    width: 100%;
    border-radius: 32px;
    font-size: 16px;
}

.about-search-box .search-box button {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #444;
    background: transparent;
    border: none;
}

hr {
    display: block;
    position: relative;
    padding: 0;
    margin: 8px auto;
    width: 100%;
    clear: both;
    border: none;
    border-top: 1px solid #F2F2F6;
    border-bottom: 1px solid #FFF;
    font-size: 1px;
    line-height: 0;
    overflow: visible;
    margin: 48px 0;
    width: 100%;
}

.about-banner-wrapper-first img {
    border-radius: 0;
}


.list-powers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    grid-gap: 24px;
    margin-top: 48px;
}

.powers-item {
    text-align: center;
}

.powers-item img {
    margin: 0 auto;
}

.powers-item .title-item {
    font-size: 18px;
    font-weight: 500;
    margin: 16px 0;
    color: var(--pColor);
}

.powers-item .image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid var(--pColor);
}

.powers-item .desc-item {
    font-size: 16px;
    margin-bottom: 48px;
    margin-top: 16px;
}

.list-numbers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    grid-gap: 48px 24px;
    margin-top: 48px;
}

.numbers-item .number-counter{
    font-size: 60px;
    font-size: calc(35px + (60 - 35) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    margin-bottom: 24px;
    color: var(--nColor);
}

.numbers-item .number-counter .icon {
    width: 40px;
}

.values-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.values-bottom .driven-value {
    flex: 0 0 50%;
}
.values-bottom .image-value-bottom img {
    max-height: 400px;
}

.value-grid-images {
    margin: 8px 0;
    display: grid; 
    grid-auto-columns: 1fr; 
    grid-auto-rows: 1fr; 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 8px 8px; 
    grid-template-areas: 
      "vImage1 vImage2 vImage2 vImage3 vImage3 vImage3 vImage3 vImage4 vImage5 vImage5"
      "vImage6 vImage6 vImage7 vImage8 vImage8 vImage9 vImage9 vImage10 vImage10 vImage10"; 
}
.value-grid-image-1 { grid-area: vImage1; }
.value-grid-image-2 { grid-area: vImage2; }
.value-grid-image-3 { grid-area: vImage3; }
.value-grid-image-4 { grid-area: vImage4; }
.value-grid-image-5 { grid-area: vImage5; }
.value-grid-image-6 { grid-area: vImage6; }
.value-grid-image-7 { grid-area: vImage7; }
.value-grid-image-10 { grid-area: vImage10; }
.value-grid-image-8 { grid-area: vImage8; }
.value-grid-image-9 { grid-area: vImage9; }

.value-grid-image {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.value-grid-images .value-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    transform: scale(1);
    transition: var(--pr-trans-standard);
}

.value-grid-image:hover img {
    transform: scale(1.2);
    transition: var(--pr-trans-standard);
}
.driven-value {
    margin-top: 32px;
}
.title-driven  {
    font-size: 25px;
    line-height: 1.2;
    color: var(--pr-color-primary);
    font-weight: 500;
    margin-bottom: 16px;
}

.item-driven {
    margin-bottom: 8px;
}

.item-driven .color {
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

#about-statistics {
    margin-top: 95px;
    position: relative;
    margin-bottom: 95px;
    padding-bottom: 36px;
}

.about-statistics-content {
    background-color: #e5f4ff;
    padding: 48px 0;
}

.haru-divider {
    position: absolute;
    top: -95px;
    left: 0;
    width: 100%;
    z-index: 9;
}
.haru-divider.haru-divider-style-2 {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    z-index: 9;
    bottom: -65px;
    transform: rotate(180deg);
}

.haru-divider-content {
    height: 0vh;
    min-height: 95px;
}

.haru-waves {
    height: 0vh;
    min-height: 95px;
    width: 100%;
    height: 15vh;
    margin-bottom: -9px;
    min-height: 100px;
    max-height: 150px;
}

.haru-divider .haru-waves-parallax > use {
    -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.haru-divider .haru-waves-parallax > use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}
.haru-divider .haru-waves-parallax > use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}


#empowered-by-people {
    margin-bottom: 0;
    padding: 48px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.list-empowered {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    grid-gap: 48px 24px;
    margin-top: 48px;
}

.empowered-col.empowered-col2 {
    transform: translateY(100px);
}

.empowered-item {
    position: relative;
    margin-bottom: 48px;
    text-align: center;
    padding: 16px;
    overflow: hidden;
}
#reviews-wrapper {
    position: relative;
}

#app-about[ng-cloak],
#app-about.ng-cloak {
    visibility: hidden;
    opacity: 0;
}

#app-about .title-box {
    display: flex;
    max-width: none;
}
#app-about .title-box span {
    width: auto;
    margin-right: 16px;
}
#app-about .number-rating {
    display: flex;
    align-items: center;
    grid-gap: 16px;
    font-size: 20px;
    font-weight: 500;
    color: var(--pr-color-secondary);
}

.reviews-content-wrapper {
    min-height: 319px;
}

.loading-aboutus {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.list-reviews-loading {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
}

.title-box span {
    min-height: 40px;
    width: 90%;
    max-width: 360px;
    display: block;
}

.loading-aboutus .title-box::before {
    opacity: 0;
}

.list-reviews-loading > * {
    min-height: 238px;
}

.loading-action {
    border-radius: 4px;
    background: linear-gradient(45deg, rgba(209, 209, 209, 0.35), rgba(11, 11, 11, 0.1), rgba(209, 209, 209, 0.1), rgba(209, 209, 209, 0.15));
    background-size: 400% 400%;
    animation: gradient 3000ms ease infinite;
    user-select: none;
    display: block;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.empowered-item .image {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 24px;
 }

.empowered-item img {
    width: 250px;
    height: 250px;
    object-fit: cover;    
    border-radius: 100%;
    transform: scale(1);
    transition: var(--pr-trans-standard);
}

.empowered-item:hover img {
    transform: scale(1.2);
    transition: var(--pr-trans-standard);
}

.empowered-item .title-item {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}

.content-wrapper-swiper {
    position: relative;
}

.swiper-button {
    position: absolute;
    top: 30px;
    right: 0;
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

.swiper-button .swiper-button-next,
.swiper-button .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
}


@-webkit-keyframes move-forever {
    0% {
      -webkit-transform: translate3d(-90px, 0, 0);
              transform: translate3d(-90px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(85px, 0, 0);
              transform: translate3d(85px, 0, 0);
    }
}
  
@keyframes move-forever {
    0% {
      -webkit-transform: translate3d(-90px, 0, 0);
              transform: translate3d(-90px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(85px, 0, 0);
              transform: translate3d(85px, 0, 0);
    }
}

.list-reviews {
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    margin-left: -16px;
    margin-right: -16px;
}
.reviews-content-wrapper .swiper-button > div {
    box-shadow: none !important;
}

.list-reviews:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
.list-reviews:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n + 4) {
    display: none;
}

.review-item {
    height: auto !important;
    transition: var(--pr-trans-standards);
    cursor: pointer;
    padding: 0 16px;
}

.title-review {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.198px;
    line-height: 22px;
    margin-bottom: 5px;
}

.reviews-content-title-box {
    font-size: 23px;
    font-weight: 500;
    color: var(--pr-color-primary);
}

.count-reviews {
    margin-bottom: 24px;
    width: max-content;
}

.count-reviews img {
    margin: 0 6px 0 0;
}

.content-review, .postion-reviewer {
    color: #444;
}

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

.star-review-wrapp {
    position: relative;
    white-space: nowrap;
    display: inline-flex;
}
.star-review-wrapp svg {
    width: 16px;
}
  
.star-review-wrapp  .cover {
    --percent: calc((var(--rating) * 100%) / 5);
    width: calc(100% - var(--percent));
    background: var(--pr-color-white);
    height: 100%;
    overflow: hidden;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    right: 0;
  }
  
.star-review-wrapp  svg {
    fill: var(--pr-color-warning-600);
}

.icon-quote svg {
    color: #dadada;
}

.review-item .content-header {
    --avatarImg: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 12px;
    margin-bottom: 12px;
}

.content-avatar {
    width: var(--avatarImg);
    min-width: var(--avatarImg);
    height: var(--avatarImg);
    border-radius: var(--avatarImg);
    background-color: #f1f1f1;
    color: #006946;
    font-weight: 600;
}

.review-item .name-reviewer {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--pr-color-primary);
}
.review-item .postion-reviewer {
    font-size: 14px;
    margin-left: auto;
    font-style: italic;
}

.postion-reviewer svg {
    margin-right: 4px;
    margin-left: 20px;
}

.list-reviews .list-reviews-next {
    right: 0;
}
.list-reviews .list-reviews-prev {
    left: 0;
}

.list-partners {
    position: relative;
    overflow: hidden;
}
.list-partners:not(.swiper-initialized) .swiper-button {
    display: none;
}

.list-partners:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 12px;
}
.list-partners:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n + 9) {
    display: none;
}

.list-partners .list-partners-next {
    right: 0;
}
.list-partners .list-partners-prev {
    left: 0;
}
.partners-item img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.partners-item {
    background: #fafafa;
    padding: 8px;
    border-radius: 5px;
    border: 2px solid #eee;
    transition: var(--pr-trans-standards);
    cursor: pointer;
}
.partners-item:hover {
    border: 2px solid var(--pr-color-secondary);
}

.selling-description {
    margin-bottom: 2rem;
    color: var(--darkness);
    font-weight: 300;
}

.how-works-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 25%;
    text-align: center;
}
.maps-info-wrapper {
    background: #fafafa;
    margin-bottom: 64px;
}

.maps-info-wrapper .site-w > div {
    width: 50%;
}

#our-values-wrapper {
    margin-top: 0;
    margin-bottom: 8px;
}

.info-wrapper {
    display: flex;
    align-items: center;
    justify-self: flex-start;
}
.email-item,
.phone-item {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    margin-bottom: 8px;
}

.email-item a,
.phone-item a {
    color: var(--pr-color-secondary);
}

.email-item a:hover,
.phone-item a:hover {
    text-decoration: underline;
}

.email-item .icon,
.phone-item .icon {
    border: 1px solid var(--pr-color-secondary);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    color: var(--pr-color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-social {
    display: flex;
    align-items: center;
    justify-self: flex-start;
    grid-gap: 8px;
    margin: 24px 0;
    list-style: none;
    padding: 0;
}

.list-social a img { 
    width: 30px;
    height: 30px;
}

.div-banner-video {
    position: relative;
    flex: 0 0 65%;
}
.div-banner-video a {
    height: 100%;
    display: block;
}
.div-banner-video picture {
    height: 100%;
}
.div-banner-video img {
    height: 100%;
    object-fit: cover;
}

.div-banner-video .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    cursor: pointer;
    transition: all 300ms ease-out;
}

.div-banner-video .video-button:hover { 
    color: var(--pr-color-secondary);
}

@media (min-width: 1300px) {
    #product-viewed-content {
        max-width: 1500px;
        padding: 0 var(--pr-spacing-09);
    }
}

@media (max-width: 1366px) {
    .about-banner-title {
        line-height: 1.2;
        padding: 0;
        margin: 0;
    }
    .haru-divider {
        top: -50px;
    }
    .haru-divider-content {
        min-height: 55px;
    }
    .haru-waves {
        height: 5vh;
        min-height: 50px;
    }
    .haru-divider-style-1 .haru-waves-parallax > use:nth-child(1) {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
    }
    .haru-divider-style-1 .haru-waves-parallax > use:nth-child(2) {
        -webkit-animation-delay: -3s;
        animation-delay: -3s;
        -webkit-animation-duration: 7s;
        animation-duration: 7s;
    }
    .haru-divider.haru-divider-style-2 {
        bottom: 0;
    }
}


@media (max-width: 767px) {
    .about-banner-wrapper-first::before {
        padding-top: 65%;
    }
    #app-about .number-rating {
        color: var(--primary);
        font-size: 16px;
        font-weight: 500;
    }

    .list-reviews-loading {
        display: block;
    }

    .list-reviews-loading > *:nth-child(n + 2) {
        display: none;
    }

    .about-banner-wrapper-first img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .wrapp-80 {
        width: 100%;
    }

    .about-content {
        margin: 48px 0;
    }

    .maps-info-wrapper .site-w {
        flex-wrap: wrap;
        padding: 0;
    }
    .maps-info-wrapper .site-w > div {
        width: 100%;
        flex: 0 0 100%;
    }
    .info-wrapper {
        padding: 24px var(--pr-spacing-05);
        
    }
    .maps-wrapper iframe {
        width: 100%;
    }

    .subtitle-box {
        font-size: 18px;
    }
    .selling-description {
        flex-wrap: wrap;
    }
    .how-works-item {
        max-width: 50%;
        padding: 0 12px;
    }

    .list-powers {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-banner-subtitle {
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .about-banner-title {
        margin: 12px 0;
        line-height: 1.3;
    }
    .about-banner-wrapper .site-w {
        padding: 0 12px;
    }
    .list-works {
        grid-template-columns: repeat(1, 1fr);
    }
    hr {
        margin: 32px 0;
    }
    .about-search-box .search-box {
        width: 100%;
    }
    .title-box {
        font-size: 24px;
        line-height: 1.5;
    }

    .list-numbers {
        grid-template-columns: repeat(2, 1fr);
    }
    .work-item img {
        max-width: 200px;
    }
    .list-empowered {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }
    .empowered-col.empowered-col2 {
        transform: none;
    }
    .empowered-item {
        margin-bottom: 24px;
    }
    #our-values-wrapper {
        padding-left: var(--pr-spacing-05);
        padding-right: var(--pr-spacing-05);
    }

    .value-grid-images {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 
        grid-template-rows: 1fr 1fr 1fr; 
        grid-template-areas: 
          "vImage1 vImage1 vImage1 vImage2 vImage2 vImage2 vImage2"
          "vImage3 vImage3 vImage3 vImage3 vImage4 vImage4 vImage4"
          "vImage5 vImage5 vImage6 vImage6 vImage6 vImage7 vImage7"; 
    }
    .value-grid-images .value-image {
        height: 150px;
    }
    .values-bottom {
        display: block;
    }
    .reviews-content-wrapper .swiper-button-next,
    .reviews-content-wrapper .swiper-button-prev,
    .partner-content-wrapper .swiper-button-next,
    .partner-content-wrapper .swiper-button-prev {
        display: block !important;
    }
    .partners-item img {
        height: 60px;
    }
    #app-about .title-box {
        margin-bottom: 0;
    }
    #app-about .number-rating {
        margin-bottom: 12px;
    }
    .video-button  svg {
        width: 40px;
        height: 40px;
    }
    .video-button small {
        display: none;
    }
    .maps-info-wrapper {
        margin-bottom: 24px;
    }
}
