#hero {
    min-height: 530px;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 68% 98%, 32% 98%, 0 92%);
    clip-path: shape(from 0 0, line to 100% 0, line to 100% 92%, curve to 50% 98% with 82% 94% / 68% 98%, curve to 0 92% with 32% 98% / 18% 94%, close);
}

#hero .container {
    position: relative;
    z-index: 1;
}

#hero .content {
    max-width: 820px;
}

#hero .content h1 {
    color: #FFF;
font-family: "Neo Sans";
font-size: 55px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 98.182% */
    margin-bottom: 20px;
}

#hero .content h1 strong {
    color: #CDFF00;
    font-weight: 500;
}

#hero .content p {
    color: rgba(255, 255, 255, 0.90);
font-family: "Neo Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
}

#hero .content .click i {
    margin-left: 18px;
}

@media (max-width: 1200px) {
    #hero {
        min-height: 500px;
        background-position: 58% center;
    }
    
        #hero::before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.08) 100%);
    }
}

@media (max-width: 767px) {
    #hero {
        min-height: 460px;
        padding: 50px 0;
        background-position: 62% center;
        clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 99%, 0 94%);
        clip-path: shape(from 0 0, line to 100% 0, line to 100% 94%, curve to 50% 99% with 82% 96% / 68% 99%, curve to 0 94% with 32% 99% / 18% 96%, close);
    }

    #hero::before {
        background: rgba(0, 0, 0, 0.52);
    }

    #hero .content h1 {
        font-size: 36px;
        line-height: 42px;
    }

    #hero .content p {
        font-size: 16px;
        line-height: 26px;
    }
}

#blocks {
    padding: 0;
}

#blocks .item {
    padding: 100px 0;
    background: #FFF;
}

#blocks .item:nth-child(even) {
    background: #F8F8F8;
}


#blocks .item:nth-child(even) .row {
    flex-direction: row-reverse;
}

#blocks .image {
    max-width: 500px;
}

#blocks .image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
}

#blocks .item:nth-child(odd) .image {
    margin-right: auto;
}

#blocks .item:nth-child(even) .image {
    margin-left: auto;
}

#blocks .content {
    max-width: 720px;
}

#blocks .item:nth-child(odd) .content {
    margin-left: auto;
}

#blocks .content h2 {
color: #000;
font-family: "Neo Sans";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 45px; /* 93.75% */
    margin-bottom: 20px;
}

#blocks .content p {
color: #000;
font-family: "Neo Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
    margin-bottom: 22px;
}

#blocks .content p:last-child {
    margin-bottom: 0;
}

#blocks .content .click {
    margin-top: 40px;
}

#blocks .content .click i {
    margin-left: 20px;
}

@media (max-width: 1200px) {
    #blocks .image-col {
        order: 2;
    }

    #blocks .content-col {
        order: 1;
        margin-bottom: 50px;
    }

    #blocks .content,
    #blocks .item:nth-child(odd) .content {
        max-width: 100%;
        margin-left: 0;
    }

    #blocks .image,
    #blocks .item:nth-child(odd) .image,
    #blocks .item:nth-child(even) .image {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    #blocks .item {
        padding: 50px 0;
    }

    #blocks .content-col {
        margin-bottom: 35px;
    }

    #blocks .content h2 {
        font-size: 36px;
        line-height: 42px;
    }

    #blocks .content p {
        font-size: 15px;
        line-height: 24px;
    }
}

#timeline {
    padding: 100px 0;
    background: #FFF;
}
#timeline .content {
    max-width: 1120px;
    margin: 0 auto 85px;
    text-align: center;
}

#timeline .content h2 {
    color: #000;
text-align: center;
font-family: "Neo Sans";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 45px; /* 93.75% */
    margin-bottom: 22px;
}

#timeline .content h2 strong {
    font-weight: 500;
}

#timeline .content p {
    color: #000;
text-align: center;
font-family: "Neo Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
    margin-bottom: 0;
}

#timeline .wrap {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

#timeline .wrap::before {
    content: "";
    width: 2px;
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 50%;
    background: #CDFF00;
    transform: translateX(-50%);
}

#timeline .item {
    width: 50%;
    min-height: 110px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

#timeline .item:nth-child(odd) {
    margin-left: 50%;
    padding-left: 82px;
}

#timeline .item:nth-child(even) {
    padding-right: 82px;
    justify-content: flex-end;
    text-align: right;
}

#timeline .item::before {
    content: "";
    width: 52px;
    height: 1px;
    position: absolute;
    top: 16px;
    background: #49605C;
}

#timeline .item:nth-child(odd)::before {
    left: 26px;
}

#timeline .item:nth-child(even)::before {
    right: 26px;
}

#timeline .dot {
    width: 14px;
    height: 14px;
    border: 4px solid #CDFF00;
    background: #06332E;
    position: absolute;
    top: 9px;
    z-index: 1;
    transform: rotate(45deg);
}

#timeline .item:nth-child(odd) .dot {
    left: -7px;
}

#timeline .item:nth-child(even) .dot {
    right: -7px;
}

#timeline .inner {
    max-width: 390px;
}

#timeline .inner h3 {
    width: fit-content;
    padding: 5px 12px;
    border-radius: 7px;
    background: #06332E;
color: #CDFF00;
text-align: center;
font-family: "Neo Sans";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 65.625% */
text-transform: uppercase;
    margin-bottom: 12px;
}

#timeline .item:nth-child(even) .inner h3 {
    margin-left: auto;
}

#timeline .inner p {
    color: #000;
font-family: "Neo Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #timeline .content {
        margin-bottom: 65px;
    }

    #timeline .wrap {
        max-width: 820px;
    }
}

@media (max-width: 767px) {
    #timeline {
        padding: 50px 0;
    }

    #timeline .content {
        margin-bottom: 45px;
    }

    #timeline .content h2 {
        font-size: 36px;
        line-height: 42px;
    }

    #timeline .wrap::before {
        left: 7px;
    }

    #timeline .item,
    #timeline .item:nth-child(odd),
    #timeline .item:nth-child(even) {
        width: 100%;
        min-height: 0;
        margin-left: 0;
        padding: 0 0 42px 55px;
        justify-content: flex-start;
        text-align: left;
    }

    #timeline .item:last-child {
        padding-bottom: 0;
    }

    #timeline .item:nth-child(odd)::before,
    #timeline .item:nth-child(even)::before {
        width: 28px;
        left: 14px;
        right: auto;
    }

    #timeline .item:nth-child(odd) .dot,
    #timeline .item:nth-child(even) .dot {
        left: 0;
        right: auto;
    }

    #timeline .item:nth-child(even) .inner h3 {
        margin-left: 0;
    }

    #timeline .inner h3 {
        font-size: 24px;
        line-height: 28px;
    }
}

#vision {
    padding: 100px 0;
    background: #002D2B;
}

#vision .content {
    margin-bottom: 90px;
    text-align: center;
}

#vision .content h2 {
    color: #FFF;
text-align: center;
font-family: "Neo Sans";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 50px; /* 104.167% */
    margin-bottom: 20px;
}

#vision .content h2 strong {
    color: #CDFF00;
font-weight: 500;

}

#vision .content p {
color: #FFF;
text-align: center;
font-family: "Neo Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 0;
}

#vision .item {
    height: 100%;
    text-align: center;
}

#vision .image {
    max-width: 360px;
    margin: 0 auto 60px;
}

#vision .image img {
    width: 100%;
    height: auto;
    max-height: 360px;
    aspect-ratio: 1/1;
    object-fit: contain;
    display: block;
}

#vision .text {
    max-width: 370px;
    margin: 0 auto;
}

#vision .text h3 {
color: #CDFF00;
text-align: center;
font-family: "Neo Sans";
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 142.857% */
    margin-bottom: 18px;
}

#vision .text p {
color: #FFF;
text-align: center;
font-family: "Neo Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #vision .content {
        margin-bottom: 70px;
    }

    #vision .image {
        max-width: 290px;
        margin-bottom: 45px;
    }

    #vision .text {
        max-width: 320px;
    }
}

@media (max-width: 991px) {
    #vision .item {
        margin-bottom: 70px;
    }

    #vision .col-lg-4:last-child .item {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #vision {
        padding: 50px 0;
    }

    #vision .content {
        margin-bottom: 50px;
    }

    #vision .content h2 {
        font-size: 36px;
        line-height: 42px;
    }

    #vision .image {
        max-width: 240px;
        margin-bottom: 35px;
    }

    #vision .text h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

#content-image {
    padding: 100px 0;
    background: #FFF;
}

#content-image .image {
    max-width: 500px;
}

#content-image .image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    aspect-ratio: 1/1;
    object-fit: contain;
    display: block;
}

#content-image .content {
    max-width: 720px;
}

#content-image .content h2 {
    color: #000;
font-family: "Neo Sans";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 45px; /* 93.75% */
    margin-bottom: 20px;
}

#content-image .content p {
color: #000;
font-family: "Neo Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
    margin-bottom: 22px;
}

#content-image .content p:last-child {
    margin-bottom: 0;
}

#content-image .content .click {
    margin-top: 40px;
}

#content-image .content .click i {
    margin-left: 20px;
}

@media (max-width: 1200px) {
    #content-image .content {
        max-width: 100%;
    }

    #content-image .image {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    #content-image {
        padding: 50px 0;
    }

    #content-image .content h2 {
        font-size: 36px;
        line-height: 42px;
    }

    #content-image .content p {
        font-size: 15px;
        line-height: 24px;
    }

    #content-image .image {
        max-width: 320px;
    }
}

#cards {
    padding: 100px 0;
    background: #fff;
}

#cards .container-fluid {
    padding: 0 150px;
    @media(max-width:1600px) {
        padding: 0 50px;
    }
}

#cards .item {
    height: 100%;
    min-height: 420px;
    padding: 50px 30px;
    border-radius: 14px;
    background: #042224;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#cards .col-xl-3:nth-child(2) .item {
    background: #CDFF00;
}
#cards .col-xl-3:nth-child(3) .item {
    background: #0D786B;
}
#cards .col-xl-3:nth-child(4) .item {
    background: #063244;
}

#cards .icon {
    height: 101px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cards .icon img {
    max-width: 101px;
    max-height: 101px;
    width: auto;
    height: auto;
    display: block;
}

#cards .content {
    max-width: 280px;
}

/* --------- */
#cards .content h2,
#cards .content h3 {
    color: #FFF;
    text-align: center;
    font-family: "Neo Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    /* 137.5% */
    margin-bottom: 45px;
}

#cards .content h2 strong,
#cards .content h3 strong {
    font-weight: 500;
}

#cards .content p {
    color: #FFF;
    text-align: center;
    font-family: "Neo Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
}
#cards .content p:last-child {
    margin-bottom: 0;
}
#cards .col-xl-3:nth-child(2) .content h2,
#cards .col-xl-3:nth-child(2) .content h3,
#cards .col-xl-3:nth-child(2) .content p {
    color: #000;
}

@media (max-width: 1200px) {
    #cards .item {
        min-height: 390px;
    }
}

@media (max-width: 767px) {
    #cards {
        padding: 50px 0;
    }

    #cards .item {
        min-height: 0;
        padding: 45px 28px;
    }

    #cards .content h2,
    #cards .content h3 {
        margin-bottom: 30px;
    }
    #cards .container-fluid {
        padding: 0 15px;
    }
}

#solutions {
    --solutions-gutter: max(60px, calc((100vw - 1520px) / 2));
    position: relative;
    overflow: hidden;
    background: #042224;
}

#solutions .container-fluid{
    padding: 0;
}

#solutions .left {
    position: relative;
    min-height: 650px;
    padding: 100px 65px 100px var(--solutions-gutter);
    background: #042224;
    display: flex;
    align-items: center;
}

#solutions .left .content {
    max-width: 500px;
}

#solutions .left .click {
    margin-top: 40px;
}

#solutions .right {
    position: relative;
    min-height: 650px;
    padding: 100px var(--solutions-gutter) 100px 90px;
    background: #013431;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#solutions .slider {
    width: 100%;
    margin: 0;
}

#solutions .slide {
    padding: 0 10px;
}

#solutions .item {
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
}

#solutions .image {
    margin-bottom: 35px;
}

#solutions .image img {
    width: 100%;
    max-width: 340px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 34px;
    display: block;
    margin: 0 auto;
}

#solutions .arrows {
    position: static;
    margin: 45px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#solutions .arrows button {
    position: static;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #CDFF00;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
}

#solutions .arrows button::before {
    display: none;
}

#solutions .arrows button.slick-hidden {
    display: flex !important;
}

/* --------- */
#solutions .left .content h2 {
color: #FFF;
font-family: "Neo Sans";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 112.5% */
    margin-bottom: 30px;
}

#solutions .left .content h2 strong {
    font-weight: 500;
}

#solutions .left .content h2 em {
    color: #CDFF00;
    font-style: normal;
    font-weight: 500;
}

#solutions .left .content p {
color: #FFF;
font-family: "Neo Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}

#solutions .left .content p:last-child,
#solutions .item .content p:last-child {
    margin-bottom: 0;
}

#solutions .item .content h3 {
color: #FFF;
font-family: "Neo Sans";
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 40px;
    margin-bottom: 18px;
}

#solutions .item .content h3 strong {
    color: #CDFF00;
    font-weight: 500;
}

#solutions .item .content p {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
color: #FFF;
text-align: center;
font-family: "Neo Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

#solutions .item .click {
    margin-top: 35px;
}

@media (max-width: 1400px) {
    #solutions {
        --solutions-gutter: 60px;
    }
}

@media (max-width: 1200px) {
    #solutions .container-fluid {
        padding: 0;
    }

    #solutions .left,
    #solutions .right {
        min-height: 0;
        padding: 70px 15px;
    }

    #solutions .left .content {
        max-width: 720px;
        margin: 0 auto;
    }

    #solutions .arrows {
        margin: 40px auto 0;
    }

    #solutions .slider {
        margin: 0 -15px;
    }

    #solutions .slide {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    #solutions .left,
    #solutions .right {
        padding: 50px 15px;
    }

    #solutions .left .content h2 {
        font-size: 38px;
        line-height: 44px;
    }

    #solutions .left .content p,
    #solutions .item .content p {
        font-size: 15px;
        line-height: 25px;
    }

    #solutions .slider {
        margin: 0;
    }

    #solutions .slide {
        padding: 0;
    }

    #solutions .image img {
        max-width: 300px;
    }
}

#hero .btn-green:hover,
#solutions .btn-green:hover{
    color: #fff;
}