.body-container.body-container--home.page-home {
    background-color: #f0f0f0 !important;
}
@media screen and (min-width: 769px) {
    .page-home .testing.rotate {
        padding-left: 10px !important;
        padding-top: 3px !important;
    }
}
@media screen and (max-width: 768px) {
    .page-home .row-number-5.dnd-section {
        margin-top: -5px !important;
    }
    .page-home .testing.rotate {
        padding-bottom: 3px;
        padding-left: 8px;
        width: 130px !important;
    }
}
.banner {
    background: url("./images/leader-digitalisation-top-banner-desktop.png");
    background-color: #f0f0f0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 77px;
    padding-bottom: 202px;
    position: relative;
    z-index: 11;
}
.banner-sub-title p {
    color: #fff !important;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 28px;
    margin: 0 !important;
}
.banner-title h1 {
    color: #fff;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 30px;
    line-height: 1.29;
    margin: 0;
    max-width: 690px;
    transition: width 0.5s ease-in, opacity 1.5s ease-out;
}
.banner-sub-title {
    overflow: hidden;
    padding-top: 70px;
    transition: all 3s ease;
    white-space: nowrap;
    width: 0;
}
.banner-title {
    padding-top: 28px;
}
.banner-lines {
    padding-top: 40px;
}
.banner-line {
    background: #fff;
    border-radius: 10px;
    height: 3px;
    transition: all 0.3s ease;
    width: 300px;
}
.banner-line:not(:first-child) {
    margin-top: 30px;
}
.banner-line:nth-child(2) {
    width: 200px;
}
.banner-line:last-child {
    width: 100px;
}
@media screen and (min-width: 476px) and (max-width: 768px) {
    .banner {
        width: 100vw;
    }
    .banner .content-wrapper {
        padding: 0 5vw;
    }
    .banner-sub-title p {
        font-size: 22px !important;
    }
    .banner-title h1 {
        font-size: 35px;
        max-width: 590px;
    }
}
@media screen and (max-width: 475px) {
    .banner {
        background: url("./images/leader-digitalisation-top-banner-mobile.png");
        background-color: #f0f0f0;
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 148px;
        position: relative;
        z-index: 11;
    }
    .banner-sub-title p {
        font-size: 22px !important;
    }
    .banner-title h1 {
        font-size: 35px;
    }
    .banner-sub-title {
        padding-top: 35px;
    }
    .banner-inner {
        text-align: center;
    }
    .banner-title {
        padding-top: 40px;
    }
    .banner-lines {
        padding-top: 36px;
    }
    .banner-line:not(:first-child) {
        margin-top: 15px;
    }
    .banner-line {
        height: 2px;
    }
    .banner-line:first-child {
        width: 117px;
    }
    .banner-line:nth-child(2) {
        width: 78px;
    }
    .banner-line:last-child {
        width: 40px;
    }
    .banner-inner {
        margin: 0 auto;
        max-width: 310px;
    }
}
.help .content-wrapper {
    position: relative;
    z-index: 2;
}
.help-subtitle,
.help-title {
    text-align: center;
}
.help-subtitle h3 {
    font-size: 25px;
}
.help-title h2 {
    font-size: 45px;
    line-height: 1.35 !important;
}
.help-boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
    position: relative;
}
.help-box {
    border: 2px solid var(--unnamed-color-ffffff);
    height: 335px;
    margin: 0 35px;
    width: 335px;
}
.help,
.help-box {
    position: relative;
}
.help {
    padding-bottom: 0;
}
.help-box .box-title {
    color: #fff;
    font-size: 25px;
    font-family: "Nunito Sans", Sans-serif;
    font-weight: 700;
}
.help-box .box-text {
    color: #220e3f;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 28px;
    letter-spacing: 0;
    max-width: 213px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.help-box {
    margin-top: 65px;
}
.section-blobs {
    position: absolute;
}
.blob-1 {
    left: 28%;
    top: 11.5%;
}
.blob-2 {
    right: 41%;
    top: 37%;
}
.blob-3 {
    right: 15%;
    top: 11%;
}
.help-bottom-image {
    margin-top: -11%;
    width: 100%;
}
.help-bottom-image img {
    width: 100%;
}
.help-box-inner {
    align-items: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: hsla(0, 0%, 98%, 0.4);
    border: 2px solid #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    opacity: 1;
    width: 100%;    
    background-color: #009b4a;
    border-radius: 50px;
}
.help-box-inner,
.help-inner {
    position: relative;
}
.hover-card {
    height: 335px;
    left: 0;
    margin-top: 65px;
    opacity: 0;
    padding: 24px 0 20px 55px;
    position: absolute;
    top: 0;
    width: 740px;
    z-index: -1;
    border-radius: 50px; /* Bo góc tổng thể */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Đổ bóng nhẹ, mượt */
    overflow: hidden; /* Đảm bảo phần gradient không tràn ra ngoài */
}
.hover-card-title {
    color: #000;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    
}
.hover-card-subtitle {
    color: #000;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    padding-top: 6px;
}
.hover-card-list {
    max-width: 400px;
    padding-top: 21px;
}
.hover-card-list ul {
    padding: 0 0 0 18px;
}
.hover-card-list ul li {
    color: #000;
    font-size: 11px;
    font-family: "Nunito Sans", Sans-serif;
    font-weight: 400 !important;
}
.hover-card-list ul li:not(:first-child) {
    padding-top: 10px;
}
.hover-card-list ul li::marker {
    color: #220e3f;
}
.hover-card-btn a {
    border: 2px solid #220e3f;
    border-radius: 25px;
    box-shadow: 2px 3px 2px rgba(99, 167, 235, 0.26);
    color: #220e3f;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    padding: 13px 58px;
    text-align: center;
}
.hover-card-btn a:hover {
    background: #220e3f;
    color: #fff;
}
.hover-card2 {
    height: 735px;
    left: 405px;
    width: 335px;
}
.hover-card:first-child {
    background: url("./images/Group2986.png") 100% 0;
    background-repeat: no-repeat;
}
.hover-card:nth-child(4) {
    background: url("./images/Group2986.png") 140% 0;
    background-repeat: no-repeat;
}
.hover-card:nth-child(5) {
    background: url("./images/Groupe%202985.svg") 100% 0;
    background-repeat: no-repeat;
}
.hover-card:nth-child(2) {
    background: url("./images/Group-2986-1.png") bottom;
    background-repeat: no-repeat;
}
.hover-card:nth-child(3) {
    background: url("./images/Group-2987.png") bottom -20px right;
    background-repeat: no-repeat;
}
.hover-card:nth-child(2) {
    left: 405px;
}
.hover-card:nth-child(2),
.hover-card:nth-child(3) {
    bottom: 0;
    height: 735px;
    padding: 61px 10px 0;
    top: unset;
    width: 335px;
}
.hover-card:nth-child(3) {
    left: unset;
    right: 4px;
}
.hover-card:nth-child(4) {
    left: 0;
}
.hover-card:nth-child(4),
.hover-card:nth-child(5) {
    bottom: 0;
    height: 335px;
    margin-top: 65px 10px 0;
    opacity: 0;
    padding: 24px 0 20px 55px;
    position: absolute;
    top: unset;
    width: 740px;
    z-index: -1;
}
.hover-card:nth-child(5) {
    left: unset;
    right: 4px;
}
.hover-card:nth-child(2) .hover-card-inner,
.hover-card:nth-child(3) .hover-card-inner {
    margin: 0 auto;
    max-width: 253px;
}
.help-box-image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.help-v2-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.help-v2-card {
    margin: 40px 15px 0;
    padding: 22px 22px 65px;
    position: relative;
    width: 30%;
}
.help-v2-card-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.help-v2-card-link {
    bottom: -4px;
    height: 65px;
    position: absolute;
    right: 0;
    width: 73px;
}
.help-v2-card-link a {
    background-image: url("./images/Group%202985.png");
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
}
.help-v2-card-link a:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' width='20' height='14.728' data-name='Layer 2'%3E%3Cg data-name='invisible box'%3E%3Cpath fill='none' d='M5 7.732h15v5.994H5z' data-name='Rectangle 1105'/%3E%3C/g%3E%3Cg data-name='Q3 icons'%3E%3Cpath fill='%23fff' d='m9.329 14.413 6.343-6.314a.99.99 0 0 0 0-1.473L9.329.313A1.13 1.13 0 0 0 7.89.208a.992.992 0 0 0-.107 1.578l4.584 4.524h-11.3a1.052 1.052 0 1 0 0 2.1h11.3l-4.584 4.524a.992.992 0 0 0 .107 1.578 1.13 1.13 0 0 0 1.439-.105Z' data-name='Path 8604'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    height: 20px;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 20px;
    z-index: 11;
}
.help-v2-card:hover .help-v2-card-title {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.help-v2-card-subtitle {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 5px 0 15px;
}
.help-v2-card-text ul {
    list-style: none;
    padding: 0;
}
.help-v2-card-text ul li:not(:first-child) {
    color: #fff;
    padding-top: 10px;
}
.help-v2-card-text ul li {
    color: #fff;
    padding-top: 10px;
}
.help-v2-card:hover .help-v2-card-link a {
    background-image: url("./images/Group%202986-2.png");
    background-repeat: no-repeat;
}
.help-v2-card:nth-child(2):hover .help-v2-card-title {
    color: #fff;
}
.help-v2-card:nth-child(2):hover .help-v2-card-link a {
    background-image: url("./images/Group%202985.png");
    background-repeat: no-repeat;
}
.help-v2-card:nth-child(3):hover .help-v2-card-title {
    color: #fff;
}
.help-v2-card:nth-child(3):hover .help-v2-card-link a {
    background-image: url("./images/Group%202984121.png");
    background-repeat: no-repeat;
}
.help-v2-card:nth-child(4):hover .help-v2-card-title {
    color: #fff;
}
.help-v2-card:nth-child(4):hover .help-v2-card-link a {
    background-image: url("./images/Group%202985.png");
    background-repeat: no-repeat;
}
.help-v2-card:nth-child(5):hover .help-v2-card-title {
    color: #fff;
}
.help-v2-card:nth-child(5):hover .help-v2-card-link a {
    background-image: url("./images/Group%20298411.png");
    background-repeat: no-repeat;
}
.help-inner {
    display: block;
}
.help-v2 {
    display: none;
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .blob-3 {
        right: 3%;
    }
    .blob-2 {
        right: 39%;
        top: 40%;
    }
    .blob-1 {
        left: 21%;
        top: 12.5%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .help-v2-card {
        width: 46%;
    }
    .help-title h2 {
        font-size: 43px;
    }
}
@media screen and (min-width: 476px) and (max-width: 768px) {
    .help-subtitle,
    .help-title {
        text-align: left;
    }
    .help-subtitle h3 {
        font-size: 20px;
    }
    .help-title h2 {
        font-size: 43px;
    }
}
@media screen and (max-width: 1280px) {
    .help-inner {
        display: none;
    }
    .help-v2 {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .help:after {
        display: none;
    }
    .help {
        padding-bottom: 100px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
    .help-v2-card.glass {
        z-index: 1;
    }
    .help-v2-card.glass:after {
        background-image: url("./images/publication-fleche-blanche-gauche.svg");
        background-repeat: no-repeat;
        bottom: 10px;
        content: "";
        height: 23px;
        position: absolute;
        right: 10px;
        transform: rotate(180deg);
        transform-origin: 50% 50%;
        width: 23px;
        z-index: 2;
    }
}
@media screen and (max-width: 768px) {
    .help-v2-card.glass {
        z-index: 1;
    }
    .help-v2-card.glass:after {
        background-image: url("./images/publication-fleche-blanche-gauche.svg");
        background-repeat: no-repeat;
        bottom: 10px;
        content: "";
        height: 23px;
        position: absolute;
        right: 10px;
        transform: rotate(180deg);
        transform-origin: 50% 50%;
        width: 23px;
        z-index: 2;
    }
    .help-v2-card {
        width: 100%;
    }
    .help-v2-card {
        margin: 40px 30px 0 30px;
        padding: 20px 20px 40px;
    }
    .help-v2 {
        margin-top: 21px;
    }
    .help {
        padding-top: 35px;
    }
    .help-subtitle,
    .help-title {
        text-align: left;
    }
    .help-subtitle {
        padding-top: 22px;
    }
    .help {
        padding-bottom: 60px;
    }
    .help-bottom-image {
        display: none;
    }
    .blob-1 {
        left: -2%;
        top: 17%;
    }
    .blob-2 {
        right: 48%;
        top: 54%;
    }
    .blob-3 {
        right: -8%;
        top: 34%;
    }
}
@media screen and (max-width: 475px) {
    .help-subtitle h3 {
        font-size: 18px;
    }
    .help-title h2 {
        font-size: 22px;
    }
    .help-v2-card-title {
        font-size: 20px;
    }
    .help-v2-card-subtitle {
        font-size: 17px;
        font-weight: 400;
        padding: 10px 0;
    }
    .help-v2-card-text {
        font-size: 16px;
    }
    .help-v2-card-text ul li:not(:first-child) {
        padding: 5px 0 0;
    }
    .help-v2-card {
        margin: 7px;
    }
    .help-v2-card.glass:nth-of-type(4) {
        order: 1;
    }
}
.textanimateinner {
    color: #242426;
    font-size: 55px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 910px;
}
.textanimateinner span {
    color: #ffc014;
}
.textanimatesection {
    background: #f0f0f0;
    background: url("./images/Blob%20Bg.png");
    background-color: #f0f0f0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0;
    position: relative;
    z-index: 17;
}
.textanimateinner p {
    padding-top: 14px;
}
.word-rotate-wrapper span {
    color: #410074;
}
.testing span {
    padding-bottom: 10px;
}
.testing.rotate > span {
    width: 300px;
}
.testing {
    color: #ffc014;
    font-weight: 700;
    line-height: 1;
    margin-top: -15px;
    overflow: hidden;
    padding-left: 15px;
    vertical-align: middle;
}
.rotating,
.testing {
    display: inline-block;
}
.rotating {
    -webkit-transform: rotateX(0) rotateY(0) rotate(0);
    -moz-transform: rotateX(0) rotateY(0) rotate(0);
    -ms-transform: rotateX(0) rotateY(0) rotate(0);
    -o-transform: rotateX(0) rotateY(0) rotate(0);
    transform: rotateX(0) rotateY(0) rotate(0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin-x: 50%;
}
.rotating.flip {
    position: relative;
}
.rotating .back,
.rotating .front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    top: 0;
}
.rotating .front {
    display: inline-block;
    position: absolute;
    -webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    -ms-transform: translateZ(1px);
    -o-transform: translateZ(1px);
    transform: translateZ(1px);
}
.rotating.flip .front {
    z-index: 1;
}
.rotating .back {
    display: block;
    opacity: 0;
}
.rotating.spin {
    -webkit-transform: rotate(1turn) scale(0);
    -moz-transform: rotate(1turn) scale(0);
    -ms-transform: rotate(1turn) scale(0);
    -o-transform: rotate(1turn) scale(0);
    transform: rotate(1turn) scale(0);
}
.rotating.flip .back {
    display: block;
    opacity: 1;
    transform: rotateY(180deg) translateZ(0);
    z-index: 2;
}
.rotating.flip.up .back {
    transform: rotateX(180deg) translateZ(0);
}
.rotating.flip.cube .front {
    transform: translateZ(100px) scale(1);
}
.rotating.flip.cube .back {
    transform: rotateY(180deg) translateZ(10px) scale(1);
}
.rotating.flip.cube.up .back {
    transform: rotateX(180deg) translateZ(100px) scale(1);
}
.textanimateinner {
    position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .textanimatesection {
        padding: 110px 0;
    }
    .textanimateinner {
        font-size: 42px;
    }
}
@media screen and (min-width: 476px) and (max-width: 768px) {
    .testing.rotate > span {
        width: 150px;
    }
    .textanimateinner {
        font-size: 32px;
    }
    .testing {
        margin-top: -8px;
    }
    .textanimatesection {
        padding: 90px 0;
    }
}
@media screen and (max-width: 475px) {
    .textanimateinner {
        font-size: 20px;
    }
    .textanimatesection {
        padding: 36px 0 40px;
    }
    .testing.rotate > span {
        width: 100px;
    }
    .testing {
        margin-top: -3px;
    }
    .testing.rotate {
        padding-left: 5px;
    }
}
@media screen and (max-width: 320px) {
    .textanimateinner {
        font-size: 17px;
    }
    .textanimatesection {
        padding: 36px 0 40px;
    }
}
.metier.laziness {
    background: none;
}
.metier {
    background-color: #f0f0f0 !important;
    background: url("./images/Group%202984-1-min.png");
    background-position: left 42% center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 183px 0 189px;
    position: relative;
}
.metier-right-title {
    padding-left: 95px;
}
.metie-inner {
    position: relative;
    z-index: 11;
}
.metie-inner h2,
.metie-inner p.faux-titre {
    font-size: 45px;
    line-height: 1.1 !important;
}
.metier-left h2 {
    color: #220e3f;
}
.metier-right p.faux-titre {
    color: #ffc010;
}
.metier-left-text p {
    color: #220e3f;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 50px;
}
.metier-left-list {
    padding-top: 75px;
}
.metier-left-list ul {
    margin: 0;
}
.metier-left-list ul li {
    color: #220e3f;
    font-size: 25px;
    font-weight: 700 !important;
    line-height: 1.2;
    padding-left: 22px;
}
.metier-left-list ul li:not(:first-child) {
    padding-top: 40px;
}
.metier-left-list ul li sup {
    font-size: 10px;
    font-weight: 400;
    top: -1.2em;
}
.metier-left-btn {
    padding-top: 110px;
}
.metier-left-btn a {
    background-color: #220e3f;
    border-radius: 28px;
    color: #ffc010;
    display: inline-block;
    font-size: 20px;
    line-height: 1.15;
    padding: 16px 47px;
    transition: all 0.4s ease;
}
@media (hover: hover) {
    .metier-left-btn a:hover {
        background-color: #f0f0f0;
        color: #220e3f;
    }
}
@media (hover: none) {
    .metier-left-btn a:hover {
        background-color: #220e3f;
        border-radius: 28px;
        color: #ffc010;
        display: inline-block;
        font-size: 20px;
        line-height: 1.15;
        padding: 16px 47px;
        transition: all 0.4s ease;
    }
}
.metier-card-number {
    color: #fff;
    font-size: 78px;
    font-weight: 700;
    line-height: 1.02;
}
.metier-card-number.iso {
    font-size: 45px;
    margin-bottom: 10px;
}
.metier-card-text {
    color: #fff;
    font-size: 26px;
    line-height: 1.1;
}
.metier-left {
    width: 457px;
}
.metier-right {
    margin-left: 138px;
    width: calc(100% - 457px);
}
.metier-cards .glass {
    background: hsla(0, 0%, 100%, 0.05) !important;
}
.metier-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 336px;
    min-height: 202px;
}
.metier-card-inner {
    padding-top: 41px;
}
.metier-card:nth-child(odd) {
    margin-left: 272px;
}
.metier-card:nth-child(2n) {
    margin: -30px 0 -30px -23px;
}
.metier-card {
    position: relative;
}
.metier-card:first-child {
    z-index: 1;
}
.metier-card:nth-child(2) {
    z-index: 2;
}
.metier-card:nth-child(3) {
    z-index: 3;
}
.metier-card:last-child {
    z-index: 4;
}
.metier-card.glass {
    border: 2px solid hsla(0, 0%, 100%, 0.3);
}
.metier-left-list ul {
    padding: 0 0 0 23px;
}
.metie-inner {
    display: flex;
}
.metier-mob {
    display: none;
}
.metier-mob-icon-box {
    align-items: center;
    background: #fcc02c;
    border-radius: 5px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    height: 55px;
    justify-content: center;
    width: 55px;
}
.metier-mob-list-inner {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px 6px rgba(99, 167, 235, 0.27);
    display: flex;
}
.metier-mob-list-right-subtitle {
    color: #fcc02c;
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .metier {
        background-position: left 43% center;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .metier-card:nth-child(odd) {
        margin-left: 70px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .metier-card:nth-child(2n) {
        margin: 0;
    }
    .metier-card,
    .metier-card:nth-child(odd) {
        margin-left: 0;
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    .metier-card:nth-child(2n) {
        margin: -20px 0 -20px -23px;
    }
}
@media screen and (max-width: 1024px) {
    .metie-inner {
        display: none;
    }
    .metier-mob {
        display: block;
    }
    .metier.laziness {
        background: none;
        padding: 70px 0 110px;
    }
    .metier {
        background: url(https://www.itesoft.com/hubfs/home-page-fond-fonctions-iso-27001-certification-mob-opt.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 70px 0 110px;
    }
    .metier-left-text p {
        font-weight: 600;
        padding-top: 30px;
    }
    .metier-mob-list {
        padding-top: 30px;
    }
    .metier-mob-list-inner:not(:first-child) {
        margin-top: 10px;
    }
    .metier-mob-list-right {
        padding-left: 20px;
    }
    .metier-mob-list-inner {
        margin: 0 auto;
        max-width: 700px;
        padding: 20px;
    }
    .metier-mob-list-right-title {
        font-size: 22px;
    }
    .metier-mob-list-right-subtitle {
        font-size: 14px;
    }
    .metier-left-btn {
        padding-top: 20px;
        text-align: center;
    }
    .metier-left-btn a {
        color: #fff;
    }
    .metier-mob-number {
        color: #fff;
        font-size: 60px;
        font-weight: 700;
    }
    .metier-mob-number.iso {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .metier-mob-text {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
    }
    .metier-mob-lower-inner {
        text-align: center;
    }
    .metier-mob-lower-inner:not(:first-child) {
        margin-top: 50px;
    }
    .metier-mob-lower {
        padding-top: 140px;
    }
    .metier-left-text p,
    .metier-left-title {
        text-align: center;
    }
}
@media screen and (max-width: 475px) {
    .metier-left-text p {
        font-size: 18px;
        font-weight: 400;
    }
    .metier-left-title h2 {
        font-size: 22px;
    }
    .metier-left-text p {
        text-align: left;
    }
    .metier-mob-list-inner {
        padding: 10px;
    }
}
.support-video {
    background: #f0f0f0;
    padding-bottom: 66px;
}
.support-video-title {
    margin: 0 auto;
    max-width: 797px;
    padding: 33px 0;
    text-align: center;
}
.support-video-title h2 {
    font-size: 45px;
    line-height: 1.1;
}
.support-video-box video {
    width: 100%;
}
.support-video-box {
    position: relative;
    z-index: 11;
}
.support-video-inner .play-btn {
    height: 118px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 118px;
}
.clickToPlay {
    opacity: 0 !important;
}
.support-video-box:before {
    background: url("./images/Trac%C3%A9%208509.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 172px;
    left: -84px;
    position: absolute;
    top: 52px;
    width: 168px;
    z-index: -1;
}
.support-video-box:after {
    background: url("./images/Trac%C3%A9%208510.png");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -29px;
    content: "";
    height: 70px;
    position: absolute;
    right: -39px;
    width: 73px;
    z-index: -1;
}
.support-video-box video[poster] {
    object-fit: cover;
}
.support-video-box iframe video::-moz-media-controls-overlay-play-button,
.support-video-box iframe video::-webkit-media-controls-overlay-play-button {
    display: none !important;
}
@media screen and (max-width: 1024px) {
    .support-video-box {
        position: relative;
        z-index: 11;
    }
    .support-video-box video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .support-video-title h2 {
        color: #fcc02c;
        font-size: 30px;
    }
    .support-video-box:after,
    .support-video-box:before {
        display: none;
    }
}
@media screen and (max-width: 475px) {
    .support-video-title h2 {
        color: #fcc02c;
        font-size: 22px;
    }
}
.testimony {
    background-color: #efefef;
    padding: 170px 0 48px;
    position: relative;
}
.testimony-slider {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.testimony-content {
    margin: 15px 0;
    position: relative;
    text-align: center;
}
.testimony-title {
    color: #ffc014;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.15;
}
.testimony-text {
    font-size: 35px;
    line-height: 1.16;
    padding-top: 55px;
}
.testimony-name {
    font-size: 22px;
    line-height: 1.16;
    padding-top: 90px;
}
.testimony-right {
    max-width: 720px;
    padding: 0 20px;
}
.testimony-image {
    width: 100%;
}
.testimony-slider {
    margin-right: -20px;
}
.testimony-content:before {
    left: 0;
    line-height: 1;
    top: -20px;
}
.testimony-content:after,
.testimony-content:before {
    color: #ffc014;
    content: '"';
    font-family: "Nunito Sans", Sans-serif;
    font-size: 80px;
    position: absolute;
}
.testimony-content:after {
    bottom: -15px;
    line-height: 0;
    right: 0;
}
.testimony:before {
    background-color: #f0f0f0;
    background: url("./images/Artboard%20%E2%80%93%201(1).png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 130%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    top: -100px;
    width: 100%;
}
.testimony2 .testimony-left {
    width: 38.357%;
}
.testimony-slider-parent {
    position: relative;
}
.testimony-image img {
    width: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .testimony-right {
        max-width: 530px;
    }
}
@media screen and (max-width: 1024px) {
    .testimony-slider {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 3px 4px hsla(0, 0%, 58%, 0.27);
        flex-wrap: wrap;
        margin-right: 0;
        padding: 10px 15px;
    }
    .testimony-left {
        position: absolute;
        right: 15px;
        width: 20%;
        width: 45%;
    }
    .slick-slide img {
        display: block;
        height: auto;
        max-width: 100%;
    }
    .testimony-content {
        text-align: left;
    }
    .testimony-content:before {
        display: none;
    }
    .testimony-title {
        font-size: 35px;
    }
    .testimony-image {
        max-width: 332px;
    }
    .testimony-name {
        padding-right: 16px;
        padding-top: 50px;
    }
    .testimony-text {
        font-size: 22px;
        padding-top: 20px;
    }
    .testimony-right {
        max-width: 400px;
    }
    .testimony-slider .slick-track {
        align-items: center;
        display: flex;
    }
}
@media screen and (max-width: 768px) {
    .testimony {
        align-items: center;
        display: flex;
        width: 100vw;
    }
    .testimony .content-wrapper {
        width: 60vw;
    }
    .testimony-image {
        max-width: 236px;
    }
    .testimony-left {
        width: 37%;
    }
    .testimony-name {
        font-size: 12px;
    }
    .testimony-text {
        font-size: 14px;
    }
    .testimony-title {
        font-size: 18px;
    }
    .testimony-right {
        max-width: 280px;
    }
    .testimony-slider {
        padding: 40px 15px;
    }
    .testimony-right {
        padding: 0;
    }
    .testimony-content:after {
        font-size: 55px;
        right: 0;
    }
    .testimony-right {
        max-width: 275px;
    }
    .testimony {
        padding: 40px 0 48px;
    }
    .testimony2 .testimony-left {
        width: 37%;
    }
}
@media screen and (max-width: 640px) {
    .testimony {
        padding: 20px 0 48px;
    }
    .testimony-right {
        max-width: 222px;
    }
    .testimony-name {
        padding-top: 20px;
    }
    .testimony-slider {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 475px) {
    .testimony-right {
        max-width: 183px;
    }
    .testimony-slider {
        padding: 0 0 0 10px;
    }
    .testimony2 .testimony-left {
        width: 30% !important;
    }
}
@media screen and (max-width: 375px) {
    .testimony-right {
        max-width: 183px;
    }
    .testimony-text {
        padding-right: 20px;
    }
}
@media screen and (max-width: 320px) {
    .testimony-text {
        padding-right: 40px;
    }
}
.project.laziness {
    background-image: none;
}
.project {
    background: url("./images/digitalisation-project-background.jpg");
    background-color: #f0f0f0 !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 66px 0 139px;
}
.project-title h2 {
    color: #fff;
    font-size: 50px;
    line-height: 1.14;
    text-align: center;
}
.project-box-left-text {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 576px;
}
.project-box-right-btn a {
    background-color: #fff;
    border: 2px solid #ffc010;
    border-radius: 28px;
    display: inline-block;
    min-width: 254px;
    padding: 14px 10px;
    text-align: center;
    transition: all 0.4s ease;
}
.project-box-right-btn a:hover {
    box-shadow: 0 0 16px 0;
    color: #ffc010;
}
.project-box-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.project-box:not(:first-child) {
    margin-top: 38px;
}
.project-box {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 3px 70px rgba(0, 0, 0, 0.16);
    padding: 67px 110px 67px 95px;
    position: relative;
    transition: all 0.4s ease;
}
.project-boxes-inner {
    padding-top: 48px;
}
.project-inner-form form .input {
    margin-right: 0 !important;
}
.project-inner-form form .hs-input {
    width: 100% !important;
}
.project-inner-form form .hs-form-radio .hs-input {
    width: auto !important;
}
.project-inner-form form .form-columns-2 {
    display: flex;
    gap: 25px;
}
.project-inner-form-container {
    padding-top: 47px;
}
.project-inner-form form input[type="email"],
.project-inner-form form input[type="file"],
.project-inner-form form input[type="number"],
.project-inner-form form input[type="password"],
.project-inner-form form input[type="tel"],
.project-inner-form form input[type="text"],
.project-inner-form form textarea,
form select {
    background: rgba(252, 192, 16, 0.15);
    border: unset;
    border-bottom: 2px solid #ffc014;
    border-radius: 0;
    padding: 9px 15px;
}
.project-inner-form form .form-columns-1 input[type="text"] {
    background: hsla(0, 0%, 66%, 0.15);
    border: unset;
    border-bottom: 2px solid #a8a8a8;
    border-radius: 0;
}
.project-inner-form form label {
    font-size: 15px;
    line-height: 17px;
}
.project-inner-form {
    display: none;
}
.project-inner-form form .hs-form-field {
    margin-bottom: 12px;
}
.form-cancle-btn {
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 30px;
}
.project-inner-form form .hs-submit {
    position: absolute;
    right: 111px;
    top: 59px;
}
.project-inner-form form input[type="submit"],
form .hs-button {
    background-color: #fff !important;
    border: 2px solid #ffc010 !important;
    border-radius: 28px !important;
    color: #ffc010;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    padding: 14px 10px !important;
    text-align: center !important;
    transition: all 0.4s ease !important;
    width: 254px !important;
}
.project-inner-form form input[type="submit"]:hover,
form .hs-button:hover {
    box-shadow: 0 0 16px 0;
}
.project-inner-form form .no-list.hs-error-msgs.inputs-list {
    display: none !important;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .project-box {
        padding: 67px 50px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .project-box-right-btn a {
        min-width: 250px;
    }
    .project-box {
        padding: 50px 22px;
    }
    .project-box-left-text {
        max-width: 396px;
    }
    .project-inner-form form .hs-submit {
        position: static;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .project {
        background: url("./images/digitalisation-project-background-mob.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 90px;
        width: 100vw;
    }
    .project .content-wrapper {
        margin: 0 auto;
        width: 90vw;
    }
    .project-box-inner {
        flex-direction: column;
        text-align: center;
    }
    .project-box {
        padding: 22px;
    }
    .project-title h2 {
        font-size: 22px;
    }
    .project-box-left-text {
        font-size: 18px;
        font-weight: 400;
    }
    .project-box-right-btn {
        padding-top: 15px;
    }
    .project-box-left-text {
        max-width: 476px;
    }
    .project-box-right-btn a {
        min-width: 250px;
    }
    .project-inner-form form .hs-form-field {
        width: 100% !important;
    }
    .project-inner-form form .form-columns-2 {
        flex-direction: column;
    }
    .project-inner-form-container {
        padding-top: 0;
    }
    .project-inner-form form .hs-submit {
        position: static;
        text-align: center;
    }
    .form-cancle-btn {
        right: 11px;
        top: 11px;
    }
    .project-box-right-btn a {
        background-color: #fcc02c;
        color: #fff;
    }
    .project-box-right-btn a:hover {
        color: #fff;
    }
}
@media screen and (max-width: 475px) {
    .testimony-right {
        max-width: 210px;
    }
}
.clients {
    background: #f0f0f0;
    padding: 96px 0 66px;
}
.clients-title {
    text-align: center;
}
.clients-title h3 {
    color: #56566a;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}
.clients-title span {
    color: #ffc010;
}
.clients-images {
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -20px;
    opacity: 0.7;
    padding-top: 70px;
}
.clients-image,
.clients-images {
    display: flex;
    justify-content: center;
}
.clients-image {
    flex-direction: column;
    height: 90px;
    margin: 20px 20px 0;
    overflow: hidden;
    text-align: center;
    width: 158px;
}
.clients-image img {
    height: auto !important;
    object-fit: cover;
    width: 100%;
}
.clients__content-wrapper {
    margin: 0 auto;
    max-width: 1240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .clients-image {
        margin: 20px 15px 0;
        text-align: center;
        width: 158px;
    }
    .clients__content-wrapper {
        margin: 0 auto;
        max-width: 90vw;
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    .clients__content-wrapper {
        margin: 0 auto;
        max-width: 90vw;
    }
}
@media screen and (min-width: 476px) and (max-width: 768px) {
    .clients-image {
        height: 70px;
        margin: 20px 15px 0;
        width: 113px;
    }
    .clients-image img {
        object-fit: unset;
    }
    .clients-images {
        margin: 0 -15px;
    }
    .clients__content-wrapper {
        margin: 0 auto;
        max-width: 96vw;
    }
}
@media screen and (max-width: 768px) {
    .clients-images {
        padding-top: 28px;
    }
    .clients {
        padding: 35px 0 33px;
    }
    .clients-title h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 475px) {
    .clients-image {
        height: 65px;
        margin: 20px 15px 0;
        text-align: center;
        width: 95px;
    }
    .clients-image img {
        object-fit: unset;
    }
    .clients-images {
        margin: 0 -15px;
    }
    .clients-title span {
        display: block;
    }
    .clients__content-wrapper {
        margin: 0 auto;
        max-width: 96vw;
    }
}
