.btn-wrap {
    display: flex;
    align-items: center;
    margin-top: clamp(32px, 3vw, 48px);
    gap: 8px;
}
.btn-more {
    display: flex;
    align-items: center;
    gap: 14px;
}
.btn-more i {
    color: var(--color1);
}
@media only screen and (max-width: 768px) {
    .btn-wrap {
        justify-content: center;
    }
    .section-intro .btn-wrap {
        margin-bottom: 24px;
    }
}
/** Hero **/
.section-hero .swiper-slide {
    overflow: hidden;
}
.section-hero {
    overflow: hidden;
    position: relative;
}
.hero-item {
    position: relative;
    height: 86vh;
}
.hero-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-content {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
    z-index: 1;
}
.hero-content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}
.hero-content .title-heading {
    font-size: clamp(24px, 4vw, 32px);
    line-height: 1;
}
.hero-content .en-title {
    font-size: clamp(13px, 4vw, 20px);
}
.hero-item:after {
    content: "";
    background-color: var(--white);
    width: 135%;
    height: 130px;
    position: absolute;
    bottom: 0px;
    right: 50%;
    border-radius: 50% 50% 0 0;
    transform: translateX(50%);
    z-index: 1;
}
/** Category Tab **/
.category-content {
    display: flex;
    align-items: center;
    gap: 14px;
}
.category-wrapper {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 5vw, 64px);
}
.category-content:nth-child(2n) {
    flex-direction: row-reverse;
}
.category-item .nav-item a {
    border: 1px solid #E3E3E3;
    padding: 13px 24px;
    border-radius: 104px;
    line-height: 1;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.category-item .nav-item a.active,
.category-item .nav-item a:hover {
    border-color: var(--color1);
    background: var(--color1);
    color: var(--white);
}
.category-wrapper .img-category {
    flex: 0 0 40%;
    text-align: center;
    position: relative;
}
.category-wrapper .img-category:before {
    content: "";
    background-image: url(../img/back-category.webp);
    width: 100%;
    height: 303px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: -1;
}
.category-wrapper .desc-category {
    background: #F7F7F7;
    border-radius: 14px 14px 14px 64px;
    padding: 46px 50px;
    flex: 0 0 60%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.category-wrapper .icon-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.icon-wrap .title-wrap {
    gap: 8px;
    display: flex;
    flex-direction: column;
}
.icon-wrap .en-title {
    text-transform: uppercase;
}
@media only screen and (max-width: 650px) {
    .category-content {
        flex-wrap: wrap;
    }
}
/** Content **/
.section-content-inner {
    display: flex;
    align-items: center;
    position: relative;
}
.section-content-inner:before {
    content: "";
    s: 0 88px 8px 0;
    background: radial-gradient(circle, rgba(0, 96, 128, 1) 12%, rgba(0, 160, 214, 1) 100%);
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 88px 8px 0;
}
.content-img {
    flex: 0 0 60%;
    padding: 96px 0 113px;
    position: relative;
}
.content-img img {
    max-height: 540px;
    object-fit: cover;
}
.play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20%;
    bottom: 53px;
    cursor: pointer;
    flex-direction: column;
    gap: 16px;
    z-index: 2;
}
.play-btn:before {
    content: "\e935";
    font-family: 'icomoon';
    position: absolute;
    color: white;
    line-height: 1;
    font-size: clamp(35px, 4vw, 64px);
    top: 20px;
    transform: translateY(-50%);
    z-index: -1;
}
.play-btn i {
    width: 56px;
    height: 56px;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
}
.play-text {
    display: flex;
    align-items: center;
    line-height: 1.8;
    color: #2C2C2C;
    gap: 8px;
}
.play-text strong {
    font-family: var(--medium);
    font-size: 18px;
    font-weight: bold;
}
.content-text {
    flex: 0 0 30%;
    margin-right: 84px;
}
.content-text .en-title {
    text-align: right;
}
.content-text .btn-wrap {
    margin-top: 2.5rem;
}
.content-text .btn-wrap a {
    color: var(--white);
    &:hover i,
    &:hover {
        color: var(--color2);
    }
}
.content-text .btn-wrap a i {
    color: var(--white);
}
.content-img .title-video {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 115px;
    margin-bottom: 2.5rem;
    position: relative;
    line-height: 1.5;
    color: var(--black);
    transition: 0.4s;
}
.content-img .title-video:before {
    content: "";
    left: 14px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background-color: #D4D4D4;
    width: 86px;
    height: 2px;
    border-radius: 10px;
}
.content-text .title-heading {
    margin: 0;
}
.content-text .main-content {
    margin-top: 1.5rem;
}
/** Brands **/
.section-brands .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
}
.section-brands .desc {
    text-align: center;
}
.section-brands .desc strong {
    color: var(--color1);
    font-family: var(--main);
    font-size: 22px;
    font-weight: bold;
}
.swiper-brands-wrap {
    margin-bottom: 2rem;
    position: relative;
}
.swiper-brands-wrap:before {
    content: "";
    height: 100%;
    width: 180px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, white, transparent);
    z-index: 2;
}
.swiper-brands-wrap:after {
    content: "";
    height: 100%;
    width: 180px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, white, transparent);
    z-index: 2;
}
.item-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 99px !important;
    transition: 0.4s;
    border: 1px solid rgb(0 57 90 / 20%);
    border-left: 0;
}
.swiper-brands-2 .item-brand {
    border-top: 0;
}
.item-brand img {
    opacity: 0.24;
    transition: 0.4s;
}
.item-brand:hover img {
    opacity: 1;
}
/** Category **/
.section-category_industry.s-padding {
    padding: 116px 0 280px;
    overflow: hidden;
    position: relative;
}
.section-category_industry.s-padding .c-title {
    margin-top: 40px;
}
/*.section-category_industry.s-padding:before {*/
/*    content: "";*/
/*    background-color: var(--white);*/
/*    width: 110%;*/
/*    height: 314px;*/
/*    position: absolute;*/
/*    top: -225px;*/
/*    right: 50%;*/
/*    border-radius: 50%;*/
/*    transform: translateX(50%);*/
/*}*/
.section-category_industry.s-padding:after {
    content: "";
    background-color: var(--white);
    width: 110%;
    height: 314px;
    position: absolute;
    bottom: -210px;
    right: 50%;
    border-radius: 50%;
    transform: translateX(50%);
}
.section-category_industry .cat-item {
    background: var(--white);
    padding: 16px 16px 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    transition: 0.4s;
    border: 1px solid #EFEFEF;
}
.section-category_industry .cat-icon {
    background: #F7F7F7;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    transition: 0.4s;
}
.section-category_industry .cat-item:hover .cat-icon {
    background: var(--color1);
    color: white;
}
.section-category_industry .cat-item-link {
    position: absolute;
    bottom: -20px;
    left: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: 0.4s;
    opacity: 0;
}
.section-category_industry .cat-item:hover .cat-item-link {
    opacity: 1;
}
.section-category_industry .cat-item-title {
    margin: 16px 0 8px;
    font-size: 18px;
    font-family: 'dana-medium';
}
.section-category_industry .cat-item-desc {
    font-size: 14px;
}
.section-category_industry .cat-icon img {
    max-width: 38px;
    max-height: 38px;
}
.section-category_industry .cat-item:hover .cat-icon img {
    filter: brightness(7.5);
}
.swiper-cats {
    padding-bottom: 40px;
    padding-top: 12px;
}
.consulting-btn {
    width: 128px;
    height: 128px;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    bottom: 36px;
    transform: translateX(50%);
    border-radius: 50%;
    cursor: pointer;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
    color: var(--white);
    transition: 0.4s;
    border: 1px solid var(--color1);
}
.consulting-btn:hover {
    background: var(--white);
    color: var(--color1);
}
.section-category_industry .container:before {
    content: "\e91e";
    font-family: 'icomoon';
    bottom: 57px;
    position: absolute;
    z-index: 0;
    right: 50%;
    transform: translateX(50%);
    font-size: 83px;
    color: white;
}
.consulting-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.5;
}
.consulting-text strong {
    font-family: var(--medium);
    font-size: 20px;
}
.consulting-btn i {
    font-size: 2rem;
}
.grid-cats {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
}
@media only screen and (min-width: 768px) {
    .grid-cats {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 32px;
    }
}
@media only screen and (min-width: 992px) {
    .grid-cats {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 32px;
    }
}
@media only screen and (min-width: 1200px) {
    .grid-cats {
        grid-template-columns: repeat(6, 1fr);
        gap: 14px;
    }
}
@media only screen and (max-width: 992px) {
    .title-item {
        display: flex;
        gap: 12px;
        margin-bottom: 8px;
    }
}
/** Service **/
.swiper-service {
    height: 710px;
}
.service-item {
    border: 1px solid rgb(0 57 90 / 30%);
    background: #FAFAFA;
    border-radius: 40px;
    padding: 50px 24px 24px;
    width: calc(100% - 2.2rem);
    text-align: justify;
    & .btn-wrap {
        margin-top: 12px;
    }
}
.service-item .en-title {
    text-align: right;
}
.service-item .title-heading {
    font-size: clamp(16px, 4vw, 20px);
}
.section-service .pagination-wrap .swiper-pagination {
    top: 50%;
    left: 0;
    right: auto;
}
.section-service .swiper-pagination-bullet-active {
    transition: 0.4s;
    height: 44px;
    width: 12px;
}
.service-item .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
    .swiper-service {
        height: 320px;
        margin-top: 14px;
    }
    .service-item {
        width: 100%;
        padding: 28px 22px;
    }
    .section-service .pagination-wrap .swiper-pagination {
        top: 84%;
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(90deg);
    }
}
/** Blog **/
.sw--blog {
    padding-bottom: 32px;
}
.section-blog .pagination-wrap .swiper-pagination {
    position: absolute;
    top: 96%;
}
.btn-1 {
    background: var(--color1);
    padding: 8px 20px;
    border-radius: 100px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1rem;
    font-family: var(--medium);
    transition: 0.4s;
    border: 1px solid var(--color1);
}
.btn-1 i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.btn-1:hover {
    color: var(--color1);
    background: white;
}
.section-blog .btn-wrap {
    margin-top: clamp(20px, 3vw, 32px);
    justify-content: center;
}
/** Testimonial **/
.item-boxs {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.item-boxs .icon-bg {
    width: 48px;
    height: 48px;
    font-size: 48px;
    color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 40px;
    margin-top: clamp(24px, 5vw, 72px);
}
.testimonial-cards {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 2rem 3rem 2rem 2rem;
    background: var(--white);
    border-radius: 1.5rem;
    position: relative;
}
.testimonial-cards .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.testimonial-cards .img-box:before {
    content: "";
    background-color: #FAFAFA;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    right: -9px;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
}
.testimonial-cards .img-box img {
    max-width: 104px !important;
    max-height: 104px !important;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
    object-fit: cover;
    z-index: 1;
}
.sw--testimonial {
    height: 432px;
}
.sw--testimonial .swiper-slide {
    transition: 0.4s;
}
.sw--testimonial .swiper-slide-next {
    margin-right: -40px;
    transition: 0.4s;
}
.section-testimonial .item-boxs .title-heading,
.section-testimonial .testimonial-cards .title-heading {
    font-size: clamp(12px, 3vw, 20px);
}
.section-testimonial .back-item {
    padding-left: 40px;
    padding-block: 100px;
    position: relative;
}
.section-testimonial .back-item:before {
    content: "";
    background-image: url(../img/testimonial.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonial-cards:before {
    content: "\e916";
    font-family: 'icomoon';
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    color: var(--color1);
    font-size: 25px;
}
.testimonial-cards .mobile-box {
    display: flex;
    align-items: center;
    gap: 40px;
}
.testimonial-cards p {
    color: #6E6E6E;
    font-size: 14px;
}
.testimonial-cards .position-job {
    color: #AEABAB;
    font-size: 14px;
}
@media only screen and (max-width: 992px) {
    .section-testimonial .pagination-wrap .swiper-pagination {
        top: 88%;
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(90deg);
    }
    .section-testimonial .swiper-pagination-bullet-active {
        transition: 0.4s;
        height: 44px;
        width: 12px;
    }
    .sw--testimonial {
        height: 255px;
        margin-top: 48px;
        padding-inline: 1rem;
    }
    .testimonial-cards:before {
        top: auto;
        bottom: -26px;
        left: 3rem;
    }
    .sw--testimonial .swiper-slide-next {
        margin-right: 0px;
    }
    .testimonial-cards {
        padding: 16px 18px 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .testimonial-cards .img-box img {
        max-width: 51px !important;
        max-height: 51px !important;
    }
    .testimonial-cards .mobile-box {
        gap: 12px;
    }
    .content-img {
        flex: 0 0 55%;
    }
    .content-text {
        margin-right: 48px;
        flex: 0 0 35%;
    }
    .section-content-inner:before {
        width: 45%;
    }
}
@media only screen and (max-width: 768px) {
    .section-testimonial .back-item:before {
        background-image: url(../img/testimonialmobile.webp);
        bottom: 6.5rem;
        top: auto;
        background-position: bottom;
        margin-bottom: 3rem;
    }
    .item-boxs {
        background: #F7F7F7;
        padding: 5px 12px 5px 5px;
        border-radius: 12px;
        min-height: 52px;
    }
    .item-boxs .icon-bg {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    .section-testimonial .back-item {
        padding-left: 0;
        padding-block: 0;
    }
    .section-hero {
        margin-top: 20px;
    }
    .hero-content {
        width: 100%;
    }
    .hero-item:after {
        height: 140px;
        bottom: -40px;
    }
}
@media only screen and (max-width: 650px) {
    .category-wrapper .img-category {
        flex: 0 0 100%;
    }
    .category-wrapper .desc-category {
        flex: 0 0 100%;
    }
    .content-img {
        flex: 0 0 100%;
        padding: 71px 0 0;
    }
    .play-btn {
        left: 6%;
        right: auto;
        bottom: calc(100% - 92px);
        display: flex;
        flex-direction: column-reverse;
    }
    .play-btn:before {
        top: calc(100% - 5px);
        transform: translateY(-50%) rotateX(180deg);
    }
    .section-content-inner {
        flex-direction: column;
    }
    .content-text {
        flex: 0 0 100%;
        margin-right: auto;
        padding-inline: 1rem;
    }
    .content-text .btn-wrap a {
        color: var(--black);
    }
    .section-content-inner:before {
        content: none;
    }
    .section-content-inner .title-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: -2rem;
        z-index: 1;
        padding: 36px 10px;
    }
    .section-content-inner .title-box:before {
        content: "";
        background: radial-gradient(circle, rgba(0, 163, 218, 1) 100%, rgba(0, 163, 218, 0.5270483193277311) 100%);
        width: calc(100% - 20px);
        height: 120px;
        position: absolute;
        left: -18px;
        top: 0;
        z-index: -1;
        border-radius: 0 32px 8px 0;
    }
    .content-text .en-title,
    .content-text .title-heading {
        color: var(--white);
    }
    .section-category_industry.s-padding:after {
        height: 100px;
        bottom: -50px;
    }
    .section-category_industry.s-padding:before {
        height: 100px;
        top: -50px;
    }
    .section-category_industry.s-padding {
        padding: 50px 0 155px;
    }
    .s-padding .c-title {
        margin-top: 32px;
    }
    .grid-box {
        gap: 8px 16px;
    }
    .consulting-btn {
        width: 75px;
        height: 75px;
        bottom: 16px;
    }
    .section-category_industry .container:before {
        bottom: 22px;
        font-size: 49px;
    }
    .consulting-btn i {
        font-size: 18px;
    }
    .consulting-text {
        font-size: 12px;
    }
    .consulting-text strong {
        font-size: 12px;
    }
    .section-testimonial .back-item {
        padding-left: 0;
        padding-block: 0;
    }
    #footer {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .footer-logo {
        max-width: 78px;
    }
    .footer-logo:before {
        transform: translateX(-50%) rotate(180deg);
        left: 50%;
        top: 0;
        font-size: 42px;
    }
    .footer-logo img {
        width: 35px;
    }
    .sw--testimonial .swiper-slide-next {
        margin-right: 0px;
    }
    .category-item .nav-item a {
        padding: 7px 16px;
    }
    .play-btn i {
        width: 33px;
        height: 33px;
        font-size: 33px;
    }
    .content-text .btn-wrap a i {
        color: var(--color1);
    }
}
/** Slider **/
.section-slider {
    position: relative;
    overflow: hidden;
}
.section-slider:before {
    content: "";
    background-color: var(--white);
    width: 135%;
    height: clamp(60px, 11vw, 170px);
    position: absolute;
    bottom: -30px;
    right: 50%;
    border-radius: 50%;
    transform: translateX(50%);
    z-index: 2;
}
.slide-item .slider-img:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    z-index: 2;
    background: linear-gradient(-180deg, #D7E7ED, transparent);
}
.slide-item {
    min-height: 650px;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-top: 92px;
}
.slide-item .slider-img {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
}
.slide-item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #D7E7ED;
    z-index: -1;
}
.slide-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slide-content p {
    font-size: clamp(14px, 2vw, 16px) !important;
    margin: 0 !important;
}
@media only screen and (min-width: 768px) {
    .slide-item .slider-img {
        top: 0;
        bottom: auto;
    }
    .section-slider:before {
        bottom: -138px;
    }
    .slide-item .slider-img:before {
        background: linear-gradient(-90deg, #D7E7ED, transparent);
    }
    .slide-content {
        align-items: flex-start;
    }
    .slide-item {
        align-items: center;
        padding-top: 0;
    }
}
/** Slider **/
.cta-content {
    background: #0083BA;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px 12px 32px 12px;
    padding: 24px clamp(24px, 3vw, 48px);
    color: white;
    align-items: center;
}
.section-cta img {
    border-radius: 12px 32px 12px 12px;
}
.cta-content .title-heading, .cta-content .en-title {
    color: white;
    text-align: center;
    margin: 0;
}
.btn-cta {
    background: #10395A;
    padding: 8px 20px;
    border-radius: 100px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1rem;
    font-family: var(--medium);
    transition: 0.4s;
}
.btn-cta i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.cta-content .btn-cta:hover {
    color: #10395A;
    background: white;
}
.cta-content .btn-wrap {
    margin-top: clamp(4px, 2vw, 12px);
}
@media only screen and (min-width: 768px) {
    .cta-content {
        align-items: flex-start;
    }
    .cta-content .title-heading, .cta-content .en-title {
        text-align: right;
    }
    .cta-content {
        border-radius: 16px 64px 16px 16px;
    }
    .section-cta img {
        border-radius: 16px 16px 16px 64px !important;
    }
}
/** Team **/
.team-img {
    background: white;
    padding: 24px 24px 0;
    border-radius: clamp(18px, 3vw, 24px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: clamp(16px, 2vw, 20px);
}
.team-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.team-content .name {
    font-size: clamp(16px, 2vw, 20px);
    font-family: var(--medium);
    margin-bottom: 8px;
}
.team-content .post {
    font-size: clamp(14px, 2vw, 16px);
    color: #A6A6A6;
    margin-bottom: 20px;
}
.teams-social {
    display: flex;
    gap: 12px;
    font-size: clamp(14px, 2vw, 16px);
}
.teams-social a {
    width: clamp(20px, 2vw, 24px);
    height: clamp(20px, 2vw, 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A6A6A6;
    transition: 0.4s;
}
.teams-social a:hover {
    color: var(--color1);
}
/** Honor **/
.honor-item a {
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: clamp(20px, 2vw, 30px);
    border: 1px solid var(--border);
    margin-bottom: 1rem;
}
.honors-part {
    transition: 0.4s;
    position: relative;
}
.honors-part .caption {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, 2vw, 20px);
    font-family: var(--medium);
    transition: 0.4s;
}
.honors-part:hover .caption {
    color: var(--color1);
}
/** Targets **/
.wrapper-targets {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 55px;
}
.target-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.target-item:not(:nth-last-child(1)):before {
    content: "";
    width: 1rem;
    height: 100%;
    position: absolute;
    top: calc(100% - 4.5rem);
    left: 50%;
    background-image: url(../img/Line.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    transform: rotate(-90deg) translateX(-50%);
}
.item-icons {
    width: clamp(40px, 4vw, 48px);
    height: clamp(40px, 4vw, 48px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(12px, 2vw, 20px);
    font-size: clamp(24px, 3vw, 32px);
    color: var(--color1);
}
.terget-title {
    font-size: 20px;
    margin-bottom: clamp(24px, 3vw, 32px);
}
.terget-desc {
    color: #8B8B8B;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .wrapper-targets {
        grid-template-columns: repeat(2, 1fr);
    }
    .target-item:not(:nth-last-child(1)):before {
        top: 0;
        left: -27px;
        transform: rotate(0deg);
    }
}
@media only screen and (min-width: 1024px) {
    .wrapper-targets {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (min-width: 1200px) {
    .wrapper-targets {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media only screen and (max-width: 768px) {
    .target-item:not(:nth-last-child(1)):before {
        top: calc(100% - 5.5rem);
    }
}
/** Access **/
.access-item {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #E0F4FB;
    border-radius: clamp(24px, 3vw, 40px);
    padding: clamp(24px, 3vw, 32px);
}
.access-item .icon-back {
    width: clamp(36px, 4vw, 55px);
    height: clamp(36px, 4vw, 55px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color1);
    color: white;
    font-size: 24px;
    box-shadow: 0px 0px 0px 7px #0083BA29;
}
.access-item .icon-back img {
    filter: contrast(2);
}
.access-item .title {
    font-size: 16px;
    font-family: var(--medium);
    line-height: normal;
    margin-top: 8px;
}
@media only screen and (min-width: 768px) {
    .access-item {
        flex-direction: column;
        justify-content: center;
    }
}
/** Blog tab **/
.icon-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #E0F4FB;
    border-radius: 32px;
    padding: 28px 24px;
    font-size: 14px;
    font-family: var(--medium) !important;
}
.icon-item .icon-back {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    font-size: 24px;
}
.overflow-x {
    overflow-x: auto;
    display: flex;
    scroll-behavior: smooth;
    white-space: nowrap;
    gap: clamp(6px, 2vw, 12px);
    margin-bottom: clamp(12px, 2vw, 24px);
}
.btn--blogtab {
    border-radius: 100px;
    padding: 4px 12px;
    border: 1px solid #0083BA4D;
    font-size: clamp(10px, 2vw, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 40px;
    line-height: 1;
    transition: 0.4s;
    cursor: pointer;
}
.btn--blogtab:hover,
.btn--blogtab.active {
    background: var(--color1);
    color: white;
}
.icon-item.side-btn .icon-arrow {
    margin-right: auto;
    font-size: 6px;
    transform: rotate(90deg);
}