#hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100dvh - 124px);
    padding: 100px 0;
    background: #002D2B;
    display: flex;
    align-items: center;
}

#hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(4, 34, 36, 0.70);
    z-index: 1;
}

#hero::after {
    content: "";
    position: absolute;
    width: 770px;
    height: 770px;
    top: 170px;
    right: -170px;
    border: 2px solid #CDFF00;
    border-radius: 40px;
    transform: rotate(43deg);
    z-index: 2;
    pointer-events: none;
}

#hero .video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    margin: 0;
}

#hero .container {
    position: relative;
    z-index: 3;
}

#hero .content {
    max-width: 620px;
}

#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: 25px;
}

#hero .content h1 strong {
    color: #CDFF00;
    font-weight: 500;
}

#hero .content p {
    color: #FFF;
    font-family: "Neo Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

#hero .content p:last-child {
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    #hero::after {
        width: 460px;
        height: 460px;
        right: -220px;
    }
}

@media (max-width: 767px) {
    #hero {
        min-height: 620px;
        padding: 50px 0;
    }

    #hero::after {
        display: none;
    }

    #hero .content h1 {
        font-size: 40px;
        line-height: 46px;
    }

    #hero .content p {
        font-size: 15px;
        line-height: 24px;
    }
}



/* =======================================================
Local
=======================================================*/
#local {
    background: #042224;

}

#local .left {
    display: flex;
    align-items: center;
    padding: 0 50px 0 200px;
}

#local .right {
    position: relative;
}

#local .right::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 120px;
    background: linear-gradient(90deg, #042224 0%, rgba(4, 34, 36, 0.86) 7.14%, rgba(4, 34, 36, 0.71) 14.29%, rgba(4, 34, 36, 0.57) 21.43%, rgba(4, 34, 36, 0.43) 28.57%, rgba(4, 34, 36, 0.29) 35.71%, rgba(4, 34, 36, 0.14) 42.86%, rgba(4, 34, 36, 0.00) 50%, rgba(4, 34, 36, 0.00) 100%);
    z-index: 2;
    left: 10px;
}

#local .text h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 104.167% */
}

#local .text h2 strong {
    color: #CDFF00;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

#local .text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}
#local .btn:hover{
    color: #fff;
}
#stats {
    padding: 50px 0;
    background: #002B2B;
}

#stats .container-fluid {
    max-width: 1440px;
}

#stats .item {
    max-width: 210px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#stats .wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

#stats .icon {
    width: 36px;
    flex: 0 0 36px;
}

#stats .icon img {
    width: 100%;
    height: 36px;
    object-fit: contain;
    display: block;
}

#stats h2 {
    color: #CDFF00;
    font-family: "Neo Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    /* 100% */
    margin-bottom: 0;
}

#stats p {
    color: rgba(255, 255, 255, 0.80);
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin: 8px 0 0;
}

@media (max-width: 1200px) {
    #stats .container {
        max-width: 960px;
    }
}

@media(max-width:991px) {

    #stats .row {
        row-gap: 40px;
    }
}

@media (max-width: 767px) {
    #stats .row {
        row-gap: 40px;
    }

    #stats .item {
        max-width: 160px;
    }

    #stats h2 {
        font-size: 27px;
        line-height: 34px;
    }

    #stats p {
        margin-left: 0;
    }
}

#partner {
    padding: 0;
    background: #FFF;
    overflow: hidden;
}

#partner .container {
    max-width: 1800px;
}

#partner .box {
    min-height: 485px;
    margin-bottom: 87px;
    padding: 70px 120px;
    border-radius: 0 0 56px 56px;
    background: #CDFF00;
    position: relative;
}

#partner .box>.row {
    min-height: 345px;
}

#partner .image {
    width: 550px;
    /* position: absolute; */
    left: 150px;
    top: 22px;
}

#partner .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

#partner .content {
    max-width: 740px;
    margin-left: auto;
}

#partner .content h2 {
    color: #000;
    font-family: "Neo Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0;
    /* --------- */
    margin-bottom: 36px;
}

#partner .content h2 strong {
    color: #000;
    font-family: "Neo Sans";
    font-size: inherit;
    font-style: normal;
    font-weight: 700;
    line-height: inherit;
}

#partner .content p {
    color: #000;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    /* --------- */
    margin-bottom: 0;
}

#partner .content .click {
    margin-top: 40px;
}

#partner .content .click i {
    margin-left: 22px;
}

@media (max-width: 1600px) {
    #partner .box {
        min-height: 420px;
        margin-bottom: 70px;
        padding: 55px 70px;
    }

    #partner .box>.row {
        min-height: 310px;
    }

    #partner .image {
        width: 470px;
        left: 80px;
        top: 20px;
    }

    #partner .content {
        max-width: 620px;
    }

    #partner .content h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 28px;
    }
}

@media (max-width: 1300px) {
    #partner .container {
        max-width: 960px;
    }

    #partner .box {
        min-height: 0;
        margin-bottom: 0;
        padding: 50px;
        border-radius: 0 0 40px 40px;
    }

    #partner .box>.row {
        min-height: 0;
    }

    #partner .image {
        width: 100%;
        max-width: 550px;
        margin: 0 auto 50px;
        position: static;
    }

    #partner .content {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    #partner .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    #partner .box {
        padding: 20px 20px 50px;
        border-radius: 0 0 28px 28px;
    }

    #partner .image {
        margin-bottom: 36px;
    }

    #partner .image img {
        border-radius: 14px;
    }

    #partner .content h2 {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 24px;
    }

    #partner .content p {
        font-size: 15px;
        line-height: 25px;
    }

    #partner .content .click {
        margin-top: 32px;
    }
}

@media (max-width: 420px) {
    #partner .box {
        padding: 12px 16px 40px;
    }

    #partner .image {
        margin-bottom: 30px;
    }

    #partner .content h2 {
        font-size: 28px;
        line-height: 34px;
    }

    #partner .content .click i {
        margin-left: 14px;
    }
}


#solutions {
    padding: 100px 0;
    background: #FFF;
}

#solutions .container {
    max-width: 1800px;
}

#solutions .intro {
    max-width: 1540px;
    margin: 0 auto 95px;
}

#solutions .intro .content {
    max-width: 1200px;
}

#solutions .intro .content h2 {
    color: #000;
    font-family: "Neo Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    /* 93.75% */
    margin-bottom: 28px;

    strong {
        font-weight: 500;
    }
}

#solutions .intro .content p {
    color: #000;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    margin-bottom: 0;
}

#solutions .intro .click {
    margin-top: 0;
    text-align: right;
}

#solutions .click i {
    margin-left: 24px;
}

#solutions .panel {
    padding: 78px 80px 42px;
    border-radius: 40px;
    background: #002B2B;
    overflow: hidden;
}

#solutions .slider {
    margin: 0 -20px;
}

#solutions .slick-list {
    overflow: hidden;
}

#solutions .slick-track {
    display: flex;
}

#solutions .slick-slide {
    height: auto;
}

#solutions .slick-slide>div {
    height: 100%;
}

#solutions .slide {
    padding: 0 20px;
    height: 100%;
}

#solutions .item {
    min-height: 640px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#solutions .image {
    width: 360px;
    max-width: 78%;
    margin: 0 auto 48px;
    aspect-ratio: 1/1;
    border-radius: 76px;
    overflow: hidden;
}

#solutions .image img {
    max-width: none;
    object-fit: cover;
    display: block;
    width: 100%
}

#solutions .item .content {
    max-width: 380px;
}

#solutions .item .content h3 {
    color: #FFF;
    font-family: "Neo Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 14px;
}

#solutions .item .content h3 strong {
    color: #CDFF00;
    font-weight: 500;

}

#solutions .item .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;
}

#solutions .item .click {
    margin-top: 30px;
}



@media (max-width: 1500px) {
    #solutions .container {
        max-width: 1400px;
    }

    #solutions .intro {
        max-width: 1200px;
        margin-bottom: 75px;
    }

    #solutions .panel {
        padding: 65px 75px 40px;
    }

    #solutions .image {
        width: 310px;
        margin-bottom: 35px;
    }
}

@media (max-width: 1200px) {
    #solutions .container {
        max-width: 960px;
    }

    #solutions .intro {
        margin-bottom: 60px;
    }

    #solutions .panel {
        padding: 60px 35px 40px;
    }
}

@media (max-width: 991px) {
    #solutions .intro .click {
        margin-top: 30px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    #solutions {
        padding: 50px 0;
    }

    #solutions .intro {
        margin-bottom: 45px;
    }

    #solutions .intro .content h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 20px;
    }

    #solutions .intro .content p {
        font-size: 15px;
        line-height: 25px;
    }

    #solutions .panel {
        padding: 50px 15px 35px;
        border-radius: 28px;
    }

    #solutions .slider {
        margin: 0;
    }

    #solutions .slide {
        padding: 0 10px;
    }

    #solutions .item {
        min-height: 570px;
    }

    #solutions .image {
        width: 290px;
        max-width: 85%;
    }

    #solutions .item .content h3 {
        font-size: 25px;
        line-height: 32px;
    }

    #solutions .item .content p {
        font-size: 15px;
        line-height: 24px;
    }
}

#global {
    min-height: 650px;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

#global::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .3) 48%, rgba(0, 0, 0, 0) 72%);
    pointer-events: none;
}

#global .container {
    max-width: 1540px;
    position: relative;
    z-index: 1;
}

#global .row {
    min-height: 450px;
}

#global .content {
    max-width: 820px;
}

#global .content h2 {
    color: #FFF;
    font-family: "Neo Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

#global .content h2 strong {
    color: #FFF;
    font-family: "Neo Sans";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#global .content h2 em {
    color: #CDFF00;
    font-family: "Neo Sans";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1200px) {
    #global {
        min-height: 560px;
        background-position: 58% center;
    }

    #global .container {
        max-width: 960px;
    }

    #global .row {
        min-height: 360px;
    }

    #global .content {
        max-width: 680px;
    }

    #global .content h2 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 767px) {
    #global {
        min-height: 500px;
        padding: 50px 0;
        background-position: 65% center;
    }

    #global::before {
        background: rgba(0, 0, 0, .58);
    }

    #global .row {
        min-height: 400px;
    }

    #global .content {
        max-width: 100%;
    }

    #global .content h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

#why-choose {
    padding: 0 0 100px;
    background: #FFF;
}

#why-choose .container {
    max-width: 1800px;
}

#why-choose .image {
    width: 100%;
    max-width: 890px;
    aspect-ratio: 1000/580;
    overflow: hidden;
}

#why-choose .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    top: 0;
}

#why-choose .content {
    max-width: 760px;
    margin-left: auto;
    padding-top: 70px;
}

#why-choose .content h2 {
    color: #000;
    font-family: "Neo Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    margin-bottom: 32px;
}

#why-choose .content h2 strong {
    font-weight: 700;
}

#why-choose .content p,
#why-choose .content li {
    color: #000;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

#why-choose .content p {
    margin-bottom: 32px;
}

#why-choose .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#why-choose .content li {
    margin-bottom: 10px;
    padding-left: 32px;
    position: relative;
}

#why-choose .content li::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #CDFF00;
    position: absolute;
    top: 8px;
    left: 2px;
    transform: rotate(45deg);
}

#why-choose .content .click {
    margin-top: 40px;
}

#why-choose .content .click i {
    margin-left: 24px;
}

@media (max-width: 1500px) {
    #why-choose .container {
        max-width: 1400px;
    }

    #why-choose .image {
        max-width: 680px;
    }

    #why-choose .content {
        max-width: 600px;
    }

    #why-choose .content h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 26px;
    }
}

@media (max-width: 1200px) {
    #why-choose .container {
        max-width: 960px;
    }

    #why-choose .content {
        max-width: 760px;
        margin: 0 auto;
        padding: 0;
    }

    #why-choose .image {
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    #why-choose .content h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 22px;
    }

    #why-choose .content p,
    #why-choose .content li {
        font-size: 15px;
        line-height: 25px;
    }

    #why-choose .content p {
        margin-bottom: 26px;
    }

    #why-choose .content li {
        padding-left: 27px;
    }

    #why-choose .content li::before {
        width: 10px;
        height: 10px;
        top: 7px;
    }
}

#emergency {
    padding: 50px 0;
    background: #FFF;
}
#emergency .btn{
    font-size: 35px;
}
#emergency .container {
    max-width: 1500px;
}

#emergency .box {
    padding: 18px;
    border-radius: 80px;
    background: #CDFF00;
    overflow: hidden;
}

#emergency .image {
    width: 100%;
    height: 100%;
    min-height: 361px;
    border-radius: 70px;
    overflow: hidden;
}

#emergency .image img {
    width: 100%;
    height: 100%;
    max-height: 361px;
    aspect-ratio: 522/361;
    object-fit: cover;
    display: block;
}

#emergency .content {
    max-width: 850px;
    margin: 0 auto;
    padding: 45px 35px;
    text-align: center;
}

#emergency .icon {
    margin-bottom: 30px;
    color: #000;
    font-size: 42px;
    line-height: 1;
}

#emergency .content h2 {
    color: #000;
    text-align: center;
    font-family: "Neo Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    /* 112.5% */
    margin-bottom: 20px;
}

#emergency .content p {
    color: #000;
    text-align: center;
    font-family: "Neo Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 133.333% */
    margin-bottom: 0;
}

#emergency .content .click {
    margin-top: 50px;
}

#emergency .content .click i {
    margin-right: 20px;
}

@media (max-width: 1500px) {
    #emergency .container {
        max-width: 1400px;
    }

    #emergency .box {
        border-radius: 60px;
    }

    #emergency .image,
    #emergency .image img {
        min-height: 340px;
    }

    #emergency .image {
        border-radius: 46px;
    }

    #emergency .content {
        padding: 30px;
    }

    #emergency .icon {
        margin-bottom: 22px;
        font-size: 36px;
    }

    #emergency .content h2 {
        font-size: 40px;
        line-height: 47px;
    }

    #emergency .content p {
        font-size: 18px;
        line-height: 28px;
    }

    #emergency .content .click {
        margin-top: 36px;
    }
}

@media (max-width: 1200px) {
    #emergency .container {
        max-width: 960px;
    }

    #emergency .box {
        padding: 40px;
        border-radius: 48px;
    }

    #emergency .content {
        max-width: 760px;
        padding: 20px 0;
    }

    #emergency .image {
        max-width: 760px;
        margin: 0 auto;
        border-radius: 36px;
    }
}

@media (max-width: 767px) {
    #emergency {
        padding: 50px 0;
    }

    #emergency .box {
        padding: 30px 20px 20px;
        border-radius: 32px;
    }

    #emergency .icon {
        margin-bottom: 20px;
        font-size: 32px;
    }

    #emergency .content h2 {
        font-size: 32px;
        line-height: 39px;
    }

    #emergency .content p {
        font-size: 16px;
        line-height: 25px;
    }

    #emergency .content .click {
        margin-top: 32px;
    }

    #emergency .image,
    #emergency .image img {
        min-height: 250px;
    }

    #emergency .image {
        border-radius: 22px;
    }
}

#latest-news {
    padding: 100px 0;
    background: #042224;
}

#latest-news>.container>.row {
    align-items: center;

}

#latest-news .content {
    max-width: 980px;
}

#latest-news .click.top {
    display: flex;
    justify-content: flex-end;
}

#latest-news>.container>.row>.col-xl-8 .content h2 {
    color: #FFF;
    font-family: "Neo Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    /* 93.75% */
    margin-bottom: 24px;
}

#latest-news>.container>.row>.col-xl-8 .content h2 strong {
    font-weight: 500;
}

#latest-news>.container>.row>.col-xl-8 .content p {
    color: #FFF;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    max-width: 960px;
}

#latest-news>.container>.row>.col-xl-8 .content p:last-child {
    margin-bottom: 0;
}

#latest-news .item {
    position: relative;
    height: 100%;
    min-height: 570px;
    border-radius: 16px;
    overflow: hidden;
    background: #031819;
    display: flex;
    flex-direction: column;
}

#latest-news .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 512/280;
    object-fit: cover;
    display: block;
}

#latest-news .tag {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #CDFF00;
    color: #000;
    font-family: "Neo Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

#latest-news .item .content {
    padding: 34px 26px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#latest-news .date {
    margin-bottom: 8px;
    color: #CDFF00;
    font-family: "Neo Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
}

/* --------- */
#latest-news .item .content h2 {
    color: #FFF;
    font-family: "Neo Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.2px;
    margin-bottom: 42px;
}

#latest-news .item .content p {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
}

#latest-news .item .content p:last-child {
    margin-bottom: 0;
}

#latest-news .item .content .click {
    margin-top: auto;
}

#latest-news .item .content .click .btn {
    border-radius: 2px;
    border: 1px solid rgba(205, 255, 0, 0.2);
    width: 100%;
    color: #CDFF00;
    text-align: center;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

#latest-news .item .content .click .btn:hover {
    color: #000;
}

@media (max-width: 1200px) {
    #latest-news .click.top {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    #latest-news {
        padding: 50px 0;
    }

    #latest-news>.container>.row>.col-xl-8 .content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    #latest-news .item {
        min-height: 0;
    }
}


#testimonials {
    padding: 100px 0;
    background: #FFF;
}

#testimonials .container {
    max-width: 1530px;
}

#testimonials .content {
    max-width: 1220px;
    margin: 0 auto 85px;
    text-align: center;
}

#testimonials .content h2 {
    color: #000;
    text-align: center;
    font-family: "Neo Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 22px;
}

#testimonials .content h2 strong {
    font-weight: 500;
}

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

#testimonials .slider {
    margin: 0 -15px;
}

#testimonials .item {
    padding: 0 15px;
}

#testimonials .wrap {
    min-height: 296px;
    padding: 44px 152px 54px;
    border-radius: 20px;
    background: #128373;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#testimonials .icon {
    margin-bottom: 30px;
    color: #CDFF00;
    font-size: 30px;
    line-height: 1;
    text-align: center;
}

#testimonials .quote p {
    color: #FFF;
    font-family: "Neo Sans";
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px;
    /* 154.545% */
    margin-bottom: 0;
}

#testimonials .slick-dots {
    position: static;
    margin: 32px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
}

#testimonials .slick-dots button {
    border: 1px solid #000 !important;
}

#testimonials .slick-dots .slick-active button {
    background: #000 !important;
}

#testimonials .slick-dots button::before {
    display: none;
}

#testimonials .slick-dots li button .slick-dot-icon:before {
    color: #CDFF00 !important;
}

@media (max-width: 1200px) {
    #testimonials .content {
        margin-bottom: 60px;
    }

    #testimonials .wrap {
        min-height: 270px;
        padding: 40px 80px 48px;
    }
}

@media (max-width: 767px) {
    #testimonials {
        padding: 50px 0;
    }

    #testimonials .content {
        margin-bottom: 40px;
    }

    #testimonials .content h2 {
        font-size: 34px;
        line-height: 40px;
    }

    #testimonials .content p {
        font-size: 15px;
        line-height: 24px;
    }

    #testimonials .wrap {
        min-height: 0;
        padding: 36px 45px 40px;
        border-radius: 16px;
    }

    #testimonials .icon {
        margin-bottom: 24px;
        font-size: 26px;
    }

    #testimonials .quote p {
        font-size: 17px;
        line-height: 28px;
    }

    #testimonials .slick-dots {
        margin-top: 25px;
    }
}

#work-together {
    min-height: 646px;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

#work-together .container {
    position: relative;
    z-index: 1;
}

#work-together .content {
    max-width: 560px;
}

#work-together .content h2 {
    color: #FFF;
    font-family: "Neo Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    /* 112.5% */
    margin-bottom: 22px;
}

#work-together .content h2 strong {
    color: #CDFF00;
    font-weight: 500;

}

#work-together .content p {
    color: #FFF;
    font-family: "Neo Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 121.739% */
    margin-bottom: 0;
}

#work-together .content .click {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
}

#work-together .content .click i {
    margin-left: 22px;
}

#work-together .btn-green:hover {
    color: #fff !important;
}

@media (max-width: 1200px) {
    #work-together {
        min-height: 560px;
        background-position: 58% center;
    }

    #work-together::before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 48%, rgba(0, 0, 0, 0.12) 100%);
    }
}

@media (max-width: 767px) {
    #work-together {
        min-height: 520px;
        padding: 50px 0;
        background-position: 65% center;
    }

    #work-together::before {
        background: rgba(0, 0, 0, 0.68);
    }

    #work-together .content h2 {
        font-size: 36px;
        line-height: 42px;
    }

    #work-together .content p {
        font-size: 17px;
        line-height: 26px;
    }

    #work-together .content .click {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}

#hero .btn-green:hover,
#solutions .btn-green:hover,
#latest-news .btn-green:hover {
    color: #fff;
}

/* =======================================================
Fixes
=======================================================*/
#testimonials .slick-next .slick-next-icon:before,
#testimonials .slick-next .slick-prev-icon:before,
#testimonials .slick-prev .slick-next-icon:before,
#testimonials .slick-prev .slick-prev-icon:before {
    font-size: 40px;
    color: #042224;
    opacity: 1;
}

#testimonials .slick-prev {
    left: 40px;
    z-index: 3;
}

#testimonials .slick-next {
    right: 60px;
    z-index: 3;
}

#solutions .slick-next .slick-next-icon:before,
#solutions .slick-next .slick-prev-icon:before,
#solutions .slick-prev .slick-next-icon:before,
#solutions .slick-prev .slick-prev-icon:before {
    font-size: 40px;
    color: #CDFF00;
    opacity: 1;
}

#solutions .slick-prev {
    left: -40px;
}

@media(max-width: 1200px) {
    #solutions .slick-prev {
        left: 0;
    }

    #solutions .slick-next {
        right: 20px;
    }
}

@media(max-width: 767px) {
    #testimonials .slick-prev {
        left: 20px;
    }

    #testimonials .slick-next {
        right: 40px;
    }
}