html {
    scroll-behavior: smooth;
}
.staff-agm__main-content > section{
    scroll-margin-top: 100px;
}
.staff_agm {
    background-color: #ffffff !important;
    overflow: initial !important;
}

.staff_agm h2 {
    margin: 0;
    padding: 0;
}

.staff_agm h3 {
    margin: 0;
    padding: 0;
}

.staff_agm h4 {
    margin: 0;
    padding: 0;
}

.staff_agm p {
    margin: 0;
    padding: 0;
}

.staff_agm span {
    margin: 0;
    padding: 0;
}

.staff_agm ul {
    margin: 0;
    padding: 0;
}

.text__button-nav {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
    font-size: 17px;
    padding: 0 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.staff-agm__navigation-content .staff-agm1__button-calculator {
    padding: 0 20px;
}

.staff-agm__navigation-content .staff-agm1__button-calculator a {
    width: 100%;
}

.text__button-nav span {
    color: #E60078;
    font-weight: 700;
}

.staff_agm .font-p {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff_agm .font-h1 {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff_agm .font-h1 span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: #e60078;
}

.staff_agm .font-h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff_agm .font-h3 {
    font-size: 36px !important;
    line-height: 46px !important;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff_agm .font-h2 span {
    font-size: 28px !important;
    line-height: 34px !important;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    color: #e60078;
}

@media (max-width: 800px) {
    .staff_agm .font-h1 {
        font-size: 24px !important;
        line-height: 32px !important;
        text-align: left !important;
    }

    .staff_agm .font-h2 {
        font-size: 24px !important;
        line-height: 32px !important;
        font-family: 'Inter', sans-serif;
        color: #000000;
    }

    .staff_agm .font-h2 span {
        font-size: 24px !important;
        line-height: 30px !important;
        font-family: 'Inter', sans-serif;
        color: #e60078;
    }
}

.d-flex-align-center {
    display: flex;
    align-items: center;
}

.staff-agm__container {
    display: flex;
    max-width: 1170px;
    margin: auto;
    justify-content: space-between;
}

.staff-agm__navigation {
    max-width: 270px;
    min-width: 270px;
}

.staff-agm__main-content {
    max-width: 850px;
}

.staff-breadCrumb {
    width: 100vw;
    left: calc((100vw - 1170px) /(-2));
    top: -63px;
    position: absolute;
    background-color: #F9F9F9;
    height: 40px;
    border: 1px solid #e6e2e2;
    border-left: none;
    border-right: none;
}

.staff-breadCrumb__content {
    width: 1170px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    color: #222;
}

.staff-breadCrumb__content a,
.staff-breadCrumb__content .current {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
    margin-right: 5px;
    margin-left: 5px;
}

#wpadminbar ~ .site-main .staff-breadCrumb {
    top: -49px;
}

#wpadminbar ~ .site-main .staff-agm__navigation-content {
    top: 151px;
}

.staff-breadCrumb .divider:not(:last-child) {
    color: inherit;
    margin: 0 6px;
    display: block;
}

.staff-breadCrumb .divider:not(:last-child):before {
    content: "\f104";
    display: inline-block;
    font-family: flaticon;
    font-size: 0.625em;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-weight: 100;
    color: transparent;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7" viewBox="0 0 4 7"><path id="Path_114381" data-name="Path 114381" d="M8.25,11a.5.5,0,0,1-.354-.854L10.543,7.5,7.9,4.854A.5.5,0,0,1,8.6,4.146l3,3a.5.5,0,0,1,0,.707l-3,3A.5.5,0,0,1,8.25,11Z" transform="translate(-7.75 -4)" fill="%23222"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    width: 4px;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
}

@media(max-width: 1200px) {
    .staff-agm__container {
        max-width: 1000px;
    }

    .staff-agm__navigation {
        max-width: 250px;
        min-width: 250px;
    }

    .staff-agm__main-content {
        max-width: 720px;
    }

    .staff-breadCrumb {
        left: calc((100vw - 1000px) /(-2));
        ;
    }

    .staff-breadCrumb__content {
        width: 1000px;
    }
}

@media(max-width: 800px) {
    .staff-breadCrumb {
        display: none;
    }
}

/* aboutus 5 */
.multiBox {
    background-color: #ffffff;
    padding-top: 50px;
    scroll-margin-top: 100px;
}

.aboutUs-5__box h2 {
    text-align: center;
    margin-bottom: 10px;
}

.aboutUs-5__box h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

.aboutUs-5__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aboutUs-5__content-box {
    width: 31%;
    padding: 20px 30px;
    position: relative;
    margin-bottom: 15px;
}

.aboutUs-5__image-svg img {
    width: 36px;
}

.multiBox .corner {
    position: absolute;
    width: 34px;
    height: 34px;
}

.multiBox .corner.top-left {
    top: 0;
    left: 0;
}

.multiBox .corner.top-right {
    top: 0;
    right: 0;
    width: 86px;
    height: 86px;
}

.multiBox .corner.bottom-left {
    bottom: 0;
    left: 0;
}

.multiBox .corner.bottom-right {
    bottom: 0;
    right: 0;
}

.multiBox .line-left {
    left: 0px;
    top: 34px;
    bottom: 34px;
}

.multiBox .line-right {
    right: 0px;
    top: 86px;
    bottom: 34px;
}

.multiBox .line-top {
    left: 34px;
    top: 0;
    right: 86px;
    height: 2px;
    width: auto !important;
}

.multiBox .line-bottom {
    left: 34px;
    bottom: 0;
    right: 34px;
    height: 2px;
    width: auto !important;
}

.multiBox .line__link {
    width: 2px;
    position: absolute;
    background-color: #e8e8e8;
}

.multiBox .cls-1 {
    fill: none;
    stroke: #e8e8e8;
    stroke-miterlimit: 10;
}

.aboutUs-5__link-button {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.aboutUs-5__link-button svg {
    width: 36px;
    height: 36px;
}

.multiBox .cls-2 {
    fill: #ddd;
}

.aboutUs-5__content-box:hover path.cls-2 {
    fill: #e60078 !important;
}

.aboutUs-5__content-box:hover .line__link {
    background-color: #e60078 !important;
}

.aboutUs-5__content-box:hover .corner path {
    stroke: #e60078 !important;
}


@media (max-width: 800px) {}

/* aboutus 6 */
.techCollapse {
    background-color: #ffffff;
    padding: 50px 0;
}

.techCollapse .aboutUs-6__box {
    max-width: 1170px;
    margin: auto;
}

@media (max-width: 1220px) {
    .techCollapse .aboutUs-6__box {
        max-width: 1000px;
    }
}

.aboutUs-6__box h2 {
    text-align: center;
    margin-bottom: 10px;
}

.aboutUs-6__content {
    max-height: 685px;
    overflow: hidden;
    transition: 1s;
}

.aboutUs-6__content.collapse {
    max-height: 2005px;
}

.aboutUs-6__content.collapse+.aboutUs-6__button-box .aboutUs-6__button-icon {
    rotate: 180deg;
}

.aboutUs-6__row {
    display: flex;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
}

.aboutUs-6__row:nth-child(even) {
    background-color: #f9f9f9;
    border-radius: 8px;
}

.aboutUs-6__row:nth-child(odd) {
    background-color: #ffffff;
    border-radius: 8px;
}

.aboutUs-6__row:first-child {
    display: flex;
    padding: 18px;
    padding-left: 15px;
    border-top: none;
    background-color: #F4F4F4;
    display: none;
}

.aboutUs-6__row:first-child>div {
    font-size: 15px;
    line-height: 22px;
    font-weight: normal !important;
    color: #222222;
    text-transform: uppercase;
}

.aboutUs-6__number {
    width: 50px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
}

.aboutUs-6__language {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    padding-left: 25px;
}

.aboutUs-6__categories {
    width: 170px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.aboutUs-6__language {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 220px);
}

.aboutUs-6__language>div {
    margin-right: 10px;
    margin-bottom: 10px;
}

.aboutUs-6__image img {
    height: 50px;
}

.aboutUs-6__button-box>div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 116px;
    height: 40px;
    margin: auto;
    margin-top: 30px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #000000;
    cursor: pointer;
}

.aboutUs-6__button-box>div:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #000000;
    transition: all .35s;
    border-radius: 3px;
}

.aboutUs-6__button-box>div:hover span {
    color: #fff;
}

.aboutUs-6__button-box>div:hover path {
    stroke: #ffffff;
}

.aboutUs-6__button-box>div:hover:after {
    width: 100%;
    height: 100%;
}

.aboutUs-6__button-icon {
    margin-left: 10px;
    display: flex;
    position: relative;
    z-index: 2;
    transition: 0.5s;
}

.aboutUs-6__button-box span {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
    color: #000000;
}


@media (max-width: 768px) {

    /* aboutus 6 */
    .techCollapse {
        padding: 50px 15px;
    }

    .aboutUs-6__row {
        flex-wrap: wrap;
    }

    .aboutUs-6__row:first-child {
        display: none;
    }

    .aboutUs-6__language {
        width: 100%;
        margin-top: 20px;
    }

    .aboutUs-6__number {
        width: fit-content;
        margin-right: 10px;
    }

    .aboutUs-6__categories {
        width: fit-content;
    }

    .aboutUs-6__box p {
        margin-bottom: 30px;
    }

    .aboutUs-6__content.collapse {
        max-height: 3000px;
    }
}

/* reviews section */
#reviews-section {
    scroll-margin-top: 100px;
}

.reviews-section {
    background-color: #FAFAFA;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.reviews-section__box {
    max-width: 1170px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

@media (max-width: 1220px) {
    .reviews-section__box {
        max-width: 1000px;
    }
}

.reviews-section__title {
    margin-bottom: 40px;
}

.reviews-section__content-box {
    display: flex;
    flex-flow: wrap;
}

.reviews-section__content-box>div {
    width: 33.33%;
}

.reviews-section__review {
    padding: 30px;
    text-align: left;
}

.reviews-section__icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}

.reviews-section__review-box-bottom .reviews-section__review {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews-section__review-box.reviews-section__review-box-bottom {
    border-top: 1px solid #ebe7e7;
}

.reviews-section__image {
    padding: 5px;
    padding-top: 0px;
}

.reviews-section__image-clutch {
    height: 100%;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(133deg, #FFFFFF 0%, #FAFAFA 50%);
}

.reviews-section__clutch-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.reviews-section__review-person {
    display: flex;
    align-items: center;
}

.reviews-section__avatar-person {
    margin-right: 15px;
}

.reviews-section__info-person span {
    display: block;
}

.reviews-section__name {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: black;
}

.reviews-section__position {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: 'Inter', sans-serif;
}

.reviews-section__content {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    color: #000000;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
}


.reviews-section__clutch-aFirst {
    position: relative;
}


.reviews-section__special {
    width: 28px;
    height: 28px;
    background-color: #f5f5f5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.reviews-section__icon a:hover .reviews-section__special {
    background-color: #e60078;
    transform: translateX(10px);
}

.reviews-section__icon a:hover svg path {
    stroke: #ffffff;
}

/* reviews section */

@media (max-width: 768px) {
    .reviews-section {
        padding-top: 30px;
    }

    .reviews-section__title {
        margin-bottom: 20px;
    }

    .reviews-section__content-box>div {
        width: 269px;
        height: 289px;
        background-color: #ffffff;
        box-shadow: 0px 3px 6px #ADADAD29;
        border-radius: 6px;
    }

    .reviews-section__review-box {
        margin-right: 15px;

    }

    .reviews-section__image {
        display: none !important;
    }

    .reviews-section__content-box {
        display: flex;
        flex-flow: nowrap;
        width: fit-content;
        height: 295px;
    }

    .reviews-section__container {
        overflow: scroll;
        padding: 0 15px;
        padding-left: 0px;
    }
}

/* negative */
.staff-agm__navigation-content {
    padding: 20px 0;
    box-shadow: 0px 0px 12px #B9B9B966;
    border-radius: 12px;
    background-color: #FFFFFF;
    position: sticky;
    top: 133px;
    z-index: 9999;
}

.staff-agm__navigation-title-box {
    text-align: center;
    padding: 0 15px;
}

.staff-agm__navigation-title {
    font-family: 'Inter', sans-serif !important;
    color: #000000;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 13px !important;
    font-weight: 700;
}

nav {
    padding-right: 15px;
}

nav a {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

nav li {
    padding: 4px 0px;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 5px !important;
    transition: 0.3s;
    border-left: 2px solid transparent;
}

nav li.active {
    border-left: 2px solid #e60078;
}

nav li.active a {
    color: #e60078;
}

/* agm1 */
#staff-agm1 {
    padding-top: 90px;
}

#staff-agm1 h2,
#staff-agm1 p {
    text-align: center;
}

#staff-agm1 h2 {
    margin: auto;
    margin-bottom: 10px;
    max-width: 800px;
}


#staff-agm1 p {
    margin: auto;
    margin-bottom: 20px;
    max-width: 778px;
}

.staff-agm1__button-icon1 {
    margin-right: 10px;
    display: flex;
    position: relative;
    z-index: 2;
}

.staff-agm1__button-calculator a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e60078;
    width: 230px;
    height: 40px;
    margin: auto;
    border-radius: 4px;
    position: relative;
    background-color: #E60078;
}

#staff-agm1 .staff-agm1__button-calculator a {
    height: 46px;
}

.staff-agm1__button-calculator span {
    color: #ffffff;
}

.staff-agm1__button-calculator a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #C60067;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm1__button-calculator a:hover {
    color: #fff;
}

.staff-agm1__button-calculator a:hover span {
    color: #fff;
}


.staff-agm1__button-calculator a:hover:after {
    width: 100%;
    height: 100%;
}

.staff-agm1__button-calculator span,
.staff-agm1__button-call span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
}

.staff-agm1__button-call {
    margin-right: 15px;
}

.staff-agm1__button-call path {
    fill: black;
}

.staff-agm1__button-call a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    width: 200px;
    height: 46px;
    margin: auto;
    border-radius: 4px;
    position: relative;
}

.staff-agm1__button-call a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: black;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm1__button-call a:hover {
    color: #fff;
}

.staff-agm1__button-call a:hover span {
    color: #fff;
}

.staff-agm1__button-call a:hover path {
    fill: #fff;
}

.staff-agm1__button-call a:hover:after {
    width: 100%;
    height: 100%;
}

.staff-agm1__button-box {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.staff-agm1__image {
    position: relative;
}

.staff-agm1__image div {
    position: absolute;
    height: 100%;
    top: 0;
    right: 30px;
    padding: 30px 0px;
    width: 30%;
}

@media (max-width: 600px) {
    .staff-agm1__image div {
        right: 10px;
        padding: 10px 0px;
    }
}

/* agm2 */
#staff-agm2 {
    padding-top: 50px;
    scroll-margin-top: 100px;
}

.staff-agm2__box {
    display: flex;
    justify-content: space-between;
}

.staff-agm2__left {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.staff-agm2__right {
    width: 52%;
}

.staff-agm2__left h2 {
    font-size: 20px !important;
    line-height: 26px !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}

.staff-agm2__text-box {
    display: flex;
    margin-bottom: 15px;
}

.staff-agm2__icon {
    width: 18px;
    margin-right: 10px;
}

.staff-agm2__text-box p {
    max-width: 322px;
}

/* agm3 */
#staff-agm3 {
    padding-top: 50px;
    scroll-margin-top: 100px;
}

.staff-agm3__box {
    padding: 60px 30px 40px 30px;
    background-color: #F9F9F9;
    border-radius: 4px;
}

#staff-agm3 h2 {
    text-align: center;
    margin-bottom: 30px;
}

.staff-agm3__image-box {
    margin-bottom: 20px;
    min-height: 200px;
    background-color: #272731;
    position: relative;
    border-radius: 4px;
}

.staff-agm3__button-box {}

.staff-agm3__image {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
}

.staff-agm3__image img {
    height: 100%;
}

.staff-agm3__img-text p {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 162px;
    padding-right: 78px;
}

.staff-agm3__button-1 {
    display: flex;
    justify-content: end;
}

.staff-agm3__button-2 {
    display: flex;
    justify-content: end;
}

.staff-agm3__button-icon1 {
    margin-right: 10px;
    display: flex;
    position: relative;
    z-index: 2;
}

.staff-agm3__button-yes a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e60078;
    width: 160px;
    height: 50px;
    margin: auto;
    border-radius: 4px;
    position: relative;
    background-color: #E60078;
}

.staff-agm3__button-yes span {
    color: #ffffff;
}

.staff-agm3__button-yes a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #C60067;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm3__button-yes a:hover {
    color: #fff;
}

.staff-agm3__button-yes a:hover span {
    color: #fff;
}


.staff-agm3__button-yes a:hover:after {
    width: 100%;
    height: 100%;
}

.staff-agm3__button-yes span,
.staff-agm3__button-no span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
}

.staff-agm3__button-no {
    margin-right: 15px;
}

.staff-agm3__button-no path {
    fill: black;
}

.staff-agm3__button-no a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    width: 160px;
    height: 50px;
    margin: auto;
    border-radius: 4px;
    position: relative;
}

.staff-agm3__button-no a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: black;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm3__button-no a:hover {
    color: #fff;
}

.staff-agm3__button-no a:hover span {
    color: #fff;
}

.staff-agm3__button-no a:hover #Path_83809 {
    fill: #fff;
}

.staff-agm3__button-no a:hover:after {
    width: 100%;
    height: 100%;
}

.iimmgg1-mobile {
    display: none;
}

/**/
.staff-agm3__button-free a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e60078;
    width: 420px;
    height: 50px;
    margin: auto;
    border-radius: 4px;
    position: relative;
    background-color: #E60078;
}

.staff-agm3__button-free span {
    color: #ffffff;
}

.staff-agm3__button-free a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #C60067;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm3__button-free a:hover {
    color: #fff;
}

.staff-agm3__button-free a:hover span {
    color: #fff;
}


.staff-agm3__button-free a:hover:after {
    width: 100%;
    height: 100%;
}

.staff-agm3__button-free span,
.staff-agm3__button-price span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
}

.staff-agm3__button-price {
    margin-right: 15px;
}

.staff-agm3__button-price path {
    fill: black;
}

.staff-agm3__button-price a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    width: 240px;
    height: 50px;
    margin: auto;
    border-radius: 4px;
    position: relative;
}

.staff-agm3__button-price a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: black;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm3__button-price a:hover {
    color: #fff;
}

.staff-agm3__button-price a:hover span {
    color: #fff;
}

.staff-agm3__button-price a:hover #Path_83809 {
    fill: #fff;
}

.staff-agm3__button-price a:hover:after {
    width: 100%;
    height: 100%;
}

/* agm4 */
#staff-agm4 {
    padding-top: 50px;
}

#staff-agm4 p.font-p {
    text-align: center;
    margin-bottom: 10px;
}

#staff-agm4 h2.font-h2 {
    text-align: center;
    margin-bottom: 40px;
}

.staff-agm4__row {
    display: flex;
}

.staffAugmentation .staff-agm4__row .staff-agm4__agm {
    border-left: 1px solid #272731;
    border-right: 1px solid #272731;
}

.staffAugmentation .staff-agm4__row:first-child .staff-agm4__agm {
    border: 1px solid #272731;
    border-radius: 12px 12px 0px 0px;
    border-bottom: none;
}

.staffAugmentation .staff-agm4__row:last-child .staff-agm4__agm {
    border: 1px solid #272731;
    border-top: none;
    border-radius: 0px 0px 12px 12px;
}

.dedicatedTeam .staff-agm4__row .staff-agm4__ddct {
    border-left: 1px solid #272731;
    border-right: 1px solid #272731;
}

.dedicatedTeam .staff-agm4__row:first-child .staff-agm4__ddct {
    border: 1px solid #272731;
    border-radius: 12px 12px 0px 0px;
    border-bottom: none;
}

.dedicatedTeam .staff-agm4__row:last-child .staff-agm4__ddct {
    border: 1px solid #272731;
    border-top: none;
    border-radius: 0px 0px 12px 12px;
}

.staff-agm4__agm {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.staff-agm4__ddct {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0px;
}

.staff-agm4__key-benefits {
    width: 40%;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.staff-agm4__row .staff-agm4__agm {
    padding: 18px 0;
}

.staffAugmentation .staff-agm4__row.key-bnf .staff-agm4__agm {
    padding: 12px 0;
    background-color: #272731;
    color: #ffffff;
    border-top: 1px solid #272731;
    border-bottom: 1px solid #272731;
}

.dedicatedTeam .staff-agm4__row.key-bnf .staff-agm4__ddct {
    padding: 12px 0;
    background-color: #272731;
    color: #ffffff;
    border-top: 1px solid #272731;
    border-bottom: 1px solid #272731;
}

.staff-agm4__row span {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
}

.staff-agm4__row.key-bnf .staff-agm4__key-benefits span {
    color: #b5b5b5;
}

.staff-agm4__row.key-bnf div {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    font-weight: 500;
}

.staff-agm4__agm img {
    margin-right: 10px;
}

.staff-agm4__agm img:last-child {
    margin-right: 0px;
}

.staff-agm4__ddct img {
    margin-right: 10px;
}

.staff-agm4__ddct img:last-child {
    margin-right: 0px;
}

.staff-agm4__button-started a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e60078;
    width: 130px;
    height: 40px;
    margin: auto;
    border-radius: 4px;
    position: relative;
    background-color: #E60078;
}

.staff-agm4__button-started span {
    color: #ffffff;
}

.staff-agm4__button-started a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #C60067;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm4__button-started a:hover {
    color: #fff;
}

.staff-agm4__button-started a:hover span {
    color: #fff;
}


.staff-agm4__button-started a:hover:after {
    width: 100%;
    height: 100%;
}

.staff-agm4__button-started span,
.staff-agm4__button-detail span {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
}


.staff-agm4__button-detail path {
    fill: black;
}

.staff-agm4__button-detail a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    width: 130px;
    height: 40px;
    margin: auto;
    border-radius: 4px;
    position: relative;
}

.staff-agm4__button-detail a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: black;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm4__button-detail a:hover {
    color: #fff;
}

.staff-agm4__button-detail a:hover span {
    color: #fff;
}

.staff-agm4__button-detail a:hover #Path_83809 {
    fill: #fff;
}

.staff-agm4__button-detail a:hover:after {
    width: 100%;
    height: 100%;
}

/* agm5 */
.faqCollapse {
    padding-top: 50px;
    scroll-margin-top: 100px;
    padding-bottom: 0px;
}

.faqCollapse h2 {
    text-align: center;
    margin-bottom: 30px;
}

.staff-agm5__content {
    /* background-color: #F9F9F9; */
}

.staff-agm5__title-icon {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    cursor: pointer;
}

.staff-agm5__box-content {
    padding: 20px;
    padding-top: 0px;
    border-bottom: 1px solid #E8E8E8;
}

.staff-agm5__box-content.active {
    background-color: #F9F9F9;
}

.staff-agm5__title-icon h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff-agm5__box-content.active .staff-agm5__title-icon h3 {
    color: #e60078;
}

.staff-agm5__box-content.active .pink-stroke {
    stroke: #e60078;
}

.staff-agm5__box-content.active .hidden-stroke {
    display: none;
}

.staff-agm5__text {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 50px;
}

.staff-agm5__text p span {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff-agm5__button-discuss span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
}


.staff-agm5__button-discuss path {
    stroke: black;
}

.staff-agm5__button-discuss a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    width: 150px;
    height: 40px;
    border-radius: 4px;
    position: relative;
}

.staff-agm5__button-discuss a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: black;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm5__button-discuss a:hover {
    color: #fff;
}

.staff-agm5__button-discuss a:hover span {
    color: #fff;
}

.staff-agm5__button-discuss a:hover path {
    stroke: #fff;
    fill: #fff;
}

.staff-agm5__button-discuss a:hover:after {
    width: 100%;
    height: 100%;
}

/* .staff-agm5__text p {
    margin-bottom: 20px;
} */
/*text-section*/
#text-section .font-p {
    margin-bottom: 5px;
}

#text-section h3 {
    margin-bottom: 5px;
    margin-top: 15px;
}

#text-section ul {
    list-style: none;
    margin-top: 10px;
}

#text-section li {
    padding-left: 20px;
}

#text-section li::before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(https://groovetechnology.com/wp-content/themes/zikzag/img/reactnative/groove-technology-react-native-landing-page-image-frame.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
    background-color: white;
}

/* agm6 */
.threeRow {
    padding-top: 0px;
    scroll-margin-top: 100px;
}

.threeRow h2 {
    text-align: center;
    margin-bottom: 10px;
}

.staff-agm6__box {
    background-color: #f9f9f9;
    padding: 40px 50px 10px;
    margin-top: 35px;
}

.staff-agm6__content {
    border-radius: 8px;
    display: flex;
    padding: 30px 0px;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
}

.staff-agm6__content:nth-child(3) {
    border-bottom: none;
}

.staff-agm6__content:last-child {
    margin-bottom: 0px;
}

.threeRow h3 {
    font-size: 17px !important;
    line-height: 22px !important;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
}

.threeRow p {
    margin-bottom: 5px;
}

.threeRow a {
    margin-top: 15px;
    display: block;
    color: #E60078;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    width: fit-content;
}

.staff-agm6__content b {
    font-weight: 600;
}

.staff-agm6__img {
    display: flex;
    align-items: center;
    width: 23%;
}

.staff-agm6__text {
    width: 71%;
}

/* form */
.processForm {
    padding-top: 80px;
}

.staff-agm__form-box {
    padding-top: 50px;
    background-image: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    padding-left: 110px;
    padding-right: 110px;
}

.staff-agm__form-box h2 {
    text-align: center;
    margin-bottom: 40px;
}

.staff-agm__form-decor {
    display: flex;
}

.staff-agm__form-decor>div {
    width: 33.3333%;
    padding: 30px;
    padding-bottom: 20px;
    background-image: linear-gradient(133deg, #FFFFFF 0%, #FBFBFB 100%);
}

.staff-agm__form-number {
    font-size: 40px;
    line-height: 44px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    margin-top: 25px;
    color: #E60078;
    font-weight: 700;
}

.staff-agm__form-step.disabled {
    background-image: linear-gradient(90deg, #FFFFFF 0%, #FCFCFC00 100%);
}

.staff-agm__form-title {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    color: #333333;
    ;
}

.staff-agm__form-step.disabled .staff-agm__form-number {
    color: #999999;
}

.staff-agm__form-step.disabled .staff-agm__form-title {
    color: #999999;
}

.staff-agm__form-step.active {
    border-image: linear-gradient(to right, #e60078, rgba(255, 192, 203, 0)) 1;
    border-top: 1px solid;
}

.staff-agm__form-main {
    border-image: linear-gradient(to bottom, #e60078, rgba(255, 192, 203, 0)) 1;
    border-left: 1px solid;
}

.staff-agm__form-content input {
    height: 46px !important;
    border: 1px solid #E8E8E8 !important;
    background-color: #ffffff !important;
}

.dp-fl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.dp-fl>p {
    width: 48%;
}

.staff-agm__form-content {
    padding: 40px 30px;
    padding-bottom: 80px;
    position: relative;
}

.staff-agm__form-content select {
    border: 1px solid #E8E8E8 !important;
    background-color: #ffffff !important;
}

.staff-agm__form-content textarea {
    border: 1px solid #E8E8E8 !important;
    background-color: #ffffff !important;
}

.staff-agm__form-content input[type="submit"] {
    background-color: #e60078 !important;
    border-radius: 4px;
    margin-top: 20px;
    float: right;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

.staff-agm__form-content .ajax-loader {
    display: none;
}

.processForm .wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    margin-top: 0px;
}

/* responsive */
@media (max-width: 800px) {
    .staff-agm__navigation {
        display: none;
    }

    .staff-agm__main-content {
        width: 100%;
    }

    #text-section {
        margin-top: 22px;
        padding: 0 15px;
    }

    /* staff1 */
    #staff-agm1 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px;
    }

    #staff-agm1 h2 {
        font-size: 24px !important;
    }

    #staff-agm1 h2 span {
        font-size: 24px !important;
    }

    #staff-agm1 h2,
    #staff-agm1 p {
        text-align: left;
    }

    .staff-agm1__button-call a {
        width: 167px;
    }

    .staff-agm1__button-calculator a {
        width: 167px;
    }

    .staff-agm1__button-call .staff-agm1__button-icon1 {
        display: none;
    }

    .staff-agm1__button-box {
        justify-content: start;
        margin-bottom: 30px;
    }

    .staff-agm1__button-call a span,
    .staff-agm1__button-calculator a span {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .staff-agm1__button-call a svg,
    .staff-agm1__button-calculator a svg {
        display: none;
    }

    /* staff2 */
    #staff-agm2 {
        padding: 30px 15px;
    }

    .staff-agm2__box {
        flex-direction: column;
    }

    .staff-agm2__left {
        width: 100%;
    }

    .staff-agm2__right {
        width: 100%;
        margin-top: 30px;
    }

    .staff-agm2__icon {
        min-width: 20px;
    }

    /* staff3 */
    #staff-agm3 {
        padding: 30px 15px;
        background-color: #F9F9F9;
    }

    .staff-agm3__box {
        padding: 0;
    }

    .iimmgg1 {
        display: none;
    }

    .iimmgg1-mobile {
        display: block;
    }

    .iimmgg2 {
        display: none !important;
    }

    .staff-agm3__img-text p {
        font-size: 20px;
        line-height: 26px;
    }

    .staff-agm3__img-text p span {
        display: block;
    }

    .staff-agm3__image-box {
        min-height: 385px;
    }

    .mgbt-mobile {
        margin-top: -40px !important;
    }

    .staff-agm3__image {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 15px;
        bottom: auto;
        width: 100%;
    }

    .staff-agm3__image img {
        width: 100%;
    }

    .staff-agm3__img-text p {
        left: 0;
        right: 0;
        top: 100px;
        padding: 0 20px;
        transform: none;
        min-height: 200px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .staff-agm3__button-1 {
        justify-content: center;
    }

    .staff-agm3__button-free a {
        width: 345px;
    }

    .staff-agm3__button-free .staff-agm1__button-icon1 {
        display: none;
    }

    .staff-agm3__button-free a span {
        font-size: 15px;
    }

    .staff-agm3__button-2 {
        justify-content: center;
    }

    /* staff4 */
    #staff-agm4 {
        padding: 30px;
        padding-left: 15px;
    }

    .staff-agm4__boxScroll {
        overflow: scroll;
    }

    .staff-agm4__box {
        width: fit-content;
        margin: auto;
    }

    .staff-agm4__row:first-child .staff-agm4__key-benefits {
        height: 65px;
    }

    .staff-agm4__row:first-child .staff-agm4__agm {
        height: 65px;
    }

    .staff-agm4__row:first-child .staff-agm4__ddct {
        height: 65px;
    }

    .staff-agm4__key-benefits {
        width: 150px;
    }

    .staff-agm4__agm {
        width: 150px;
        text-align: center;
    }

    .staff-agm4__ddct {
        width: 150px;
    }

    .staff-agm4__row:first-child .staff-agm4__agm img {
        width: 100px;
        height: 25px;
    }

    .staff-agm4__row:first-child .staff-agm4__ddct img {
        width: 100px;
        height: 25px;
    }

    .staff-agm4__agm img {
        margin-right: 5px;
        width: 15px;
    }

    .staff-agm4__ddct img {
        margin-right: 5px;
        width: 15px;
    }

    .staff-agm4__button-started a {
        width: 110px;
    }

    .staff-agm4__button-detail a {
        width: 110px;
    }

    /* staff5 */
    .faqCollapse {
        padding: 30px 15px 50px;
    }

    .staff-agm5__box-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* staff-agm6 */
    .threeRow {
        padding: 30px 15px;
        background-color: #f9f9f9;
        padding-right: 0px;
    }

    .staff-agm6__box {
        padding: 0;
        margin-top: 10px;
    }

    .staff-agm6__box>p {
        display: none;
    }

    .staff-agm6__box>div {
        display: flex;
        flex-wrap: wrap;
    }

    .staff-agm6__content {
        width: 100%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0px;
        justify-content: start;
        padding: 30px 15px;
    }

    .staff-agm6__img {
        width: 100%;
        margin: auto;
        margin-top: 0;
        margin-bottom: 20px;
        justify-content: center;
    }

    .staff-agm6__text {
        width: 100%;
    }

    /* aboutus 5 */
    .multiBox {
        padding: 30px 15px;
    }

    .multiBox>p {
        display: none;
    }

    .aboutUs-5__scroll {
        overflow: scroll;
        margin-bottom: 20px;
    }

    .aboutUs-5__content {
        flex-wrap: nowrap;
        width: fit-content;
    }

    .aboutUs-5__content-box {
        padding: 30px;
        width: 273px;
        margin-right: 15px;
    }

    .aboutUs-5__box h2 {
        margin-bottom: 10px;
    }

    .aboutUs-5__content-box:hover {
        border: none;
        background-color: transparent;
    }


    /* form */
    .processForm {
        padding: 0;
    }

    .staff-agm__form-box {
        padding: 0px 15px;
        padding-top: 40px;
    }

    .dp-fl {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .dp-fl>p {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-white__box {
        display: none;
    }
}


/* twotable section */

.twoTable__text {
    padding-top: 40px;
}

h2.font-h2.twoTable__heading {
    margin-bottom: 10px;
    text-align: center;
}

h2.font-h2.twoTable__heading span {
    display: block;
}

p.font-p.twoTable__des {
    margin-bottom: 20px;
    text-align: center;
}

.twoTable__main {
    border: 1px solid #E8E8E8;
    border-radius: 8px 8px 0 0;
    margin-bottom: 30px;
}

.twoTable__mainTitle {
    text-align: center;
    padding: 15px;
    background-color: #F9F9F9;
    border-bottom: 1px solid #E8E8E8;
    border-radius: 8px 8px 0px 0px;
}

.twoTable__mainContent {
    display: flex;
}

.twoTable_mainDes {
    padding: 20px 25px 30px;
    border-right: 1px solid #E8E8E8;
    display: flex;
}

.twoTable_mainDes img {
    min-width: 18px;
    margin-right: 10px;
}

.twoTable_mainDes:nth-child(2) {
    border-right: none;
}

.twoTable__text div#staff-agm1__animation {
    width: 520px;
    height: 253px;
    margin: auto;
    position: relative;
}
.dev-ani-staff{
    position: absolute;
    bottom: 0px;
    left: 4%;
}
.team-ani-staff{
    position: absolute;
    bottom: 0px;
    right: 28%;
}
.pm-ani-ddct{
    position: absolute;
    bottom: -20px;
    left: 9%;
}
.groove-ani-ddct{
    position: absolute;
    bottom: -20px;
    right: 30%;
}

@media (max-width: 800px) {
    .twoTable__text {
        padding: 40px 15px 0px;
    }

    h2.font-h2.twoTable__heading {
        text-align: left;
    }

    p.font-p.twoTable__des {
        text-align: left;
    }

    .twoTable__main {
        margin-bottom: 12px;
    }

    .twoTable__mainContent {
        flex-wrap: wrap;
    }

    .twoTable_mainDes {
        padding: 20px 25px 0px;
    }

    .twoTable_mainDes:first-child p {
        padding-bottom: 20px;
        border-bottom: 1px solid #E8E8E8;
    }

    .twoTable_mainDes:last-child {
        padding-bottom: 25px;
    }

    .twoTable__text div#staff-agm1__animation {
        width: 100%;
        height: auto;
    }
}

/*threecolumn section*/

section.threeColumn__text {
    padding-top: 50px;
}

h2.font-h2.threeColumn__heading {
    text-align: center;
    margin-bottom: 10px;
}

.threeColumn__text>p {
    text-align: center;
    max-width: 750px;
    margin: auto;
    margin-bottom: 20px;
}

.threeColumn__main {
    display: flex;
    justify-content: space-between;
}

.threeColumn__mainElement {
    padding: 30px;
    border: 1px solid #EFEFEF;
    border-radius: 24px;
    max-width: 273px;
    width: 32%;
}

.threeColumn__img {
    margin-bottom: 15px;
}

h3.font-p.threeColumn__mainTitle {
    margin-bottom: 10px;
    font-weight: 600;
}

p.font-p.threeColumn__mainDes {
    margin-bottom: 10px;
}

a.threeColumn__anchorText {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    color: #e60078;
}

@media (max-width: 800px) {
    section.threeColumn__text {
        padding: 45px 15px 0;
    }

    h2.font-h2.threeColumn__heading {
        text-align: left;
    }

    .threeColumn__text>p {
        text-align: left;
    }

    .threeColumn__main {
        flex-wrap: wrap;
    }

    .threeColumn__mainElement {
        width: 100%;
        max-width: none;
        margin-bottom: 10px;
    }
}

/*imgcollapse section*/
section.imgCollapse {
    padding-top: 50px;
}

.imgCollapse h2 {
    text-align: center;
    margin-bottom: 10px;
}

.imgCollapse>p {
    text-align: center;
    margin-bottom: 30px;
}

.imgCollapse__main {
    display: flex;
}

.imgCollapse__image {
    width: 50%;
}

.imgCollapse__collapse {
    max-width: 400px;
    margin-left: 50px;
    width: 50%;
    align-self: center;
}

.imgCollapse-boxCollapse:first-child {
    border-top: none;
}

.imgCollapse-boxCollapse {
    padding: 20px 0 10px;
    border-top: 1px solid #E8E8E8;
}

.imgCollapse__title-icon {
    margin-bottom: 10px;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
}

.imgCollapse-boxCollapse.active .imgCollapse__title-icon p {
    color: #e60078;
    font-weight: 600;
}

.imgCollapse__text {
    margin-bottom: 10px;
}

.imgCollapse__icon {
    margin-left: 10px;
}

.imgCollapse-boxCollapse.active .imgCollapse__title-icon svg path {
    fill: #e60078;
}

@media (max-width: 800px) {
    section.imgCollapse {
        padding: 30px 15px 0px;
    }

    section.imgCollapse>h2 {
        text-align: left;
    }

    section.imgCollapse>p {
        text-align: left;
        margin-bottom: 20px;
    }

    .imgCollapse__main {
        flex-wrap: wrap;
    }

    .imgCollapse__image {
        width: 100%;
        margin-bottom: 10px;
    }

    .imgCollapse__collapse {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }
}

/*basicBox*/
.basicBox {
    padding-top: 50px;
}

.basicBox>h2 {
    text-align: center;
    margin-bottom: 10px;
}

.basicBox>p {
    margin-bottom: 20px;
    text-align: center;
}

.basicBox__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.basicBox__single {
    width: 32%;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    margin-bottom: 15px;
    padding-bottom: 30px;
}

.basicBox__single img {
    margin-bottom: 20px;
    border-radius: 8px;
}

.basicBox__single h3 a {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 600;
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 10px;
    padding: 0 15px;
    margin-left: 0px;
    color: #000000;
    display: block;
}

.basicBox__single a {
    font-size: 15px;
    line-height: 20px;
    color: #e60078;
    font-family: 'Inter', sans-serif;
    margin-left: 15px;
}

.basicBox_cta {
    margin-top: 5px;
}

.basicBox_cta a {
    background-color: #e60078;
    color: #ffffff;
    border-radius: 4px;
    width: 268px;
    height: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 800px) {
    .basicBox {
        padding: 40px 15px 0;
    }

    .basicBox>p {
        display: none;
    }

    .basicBox__scroll {
        overflow: scroll;
    }

    .basicBox_cta {
        margin-top: 10px;
    }

    .basicBox__main {
        flex-wrap: nowrap;
        width: fit-content;
    }

    .basicBox__single {
        width: 252px;
        margin-right: 10px;
        border: 1px solid #E8E8E8;
        border-bottom: 2px solid #e60078;
        border-radius: 8px 8px 2px 2px;
    }
}

/*imgInside*/
section.imgInside {
    padding-top: 40px;
}

.imgInside__box {
    position: relative;
}

.imgInside__content {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 360px;
    color: #ffffff !important;
}

.imgInside__box h2 {
    color: inherit;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 32px !important;
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 10px;
}

.imgInside__box p {
    color: inherit !important;
    margin-bottom: 20px;
}

.imgInside__box a {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    display: block;
    background-color: #e60078;
    width: 267px;
    height: 40px;
    text-align: center;
    align-content: center;
    border-radius: 4px;
}
@media (max-width: 800px){
    .imgInside__content {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 315px;
    }
    .imgInside__content.sw {
        width: 275px;
    }
    .imgInside__content.ddct {
        width: 273px;
    }
    section.imgInside{
        padding: 40px 15px 0;
    }
}

/* presentinfo */
.presentInfo h2 {
    text-align: center;
    margin-bottom: 10px;
}

.presentInfo>p {
    margin-bottom: 20px;
    text-align: center;
}

.presentInfo>img {
    margin-bottom: 20px;
}

.presentInfo__show {
    display: flex;
    justify-content: space-between;
}

.presentInfo__element {
    margin-right: 20px;
}

.presentInfo__element:last-child {
    margin-right: 0px;
    width: 25.8%;
}

.presentInfo__element span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.presentInfo__element p {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
}

.presentInfo__element:nth-child(1),
.presentInfo__element:nth-child(4) {
    width: 14.1%;
}

.presentInfo__element:nth-child(3) {
    width: 16.5%;
}

.presentInfo__element:nth-child(2) {
    width: 20%;
}

@media (max-width: 800px) {
    .presentInfo {
        padding: 0 15px 50px;
    }

    .presentInfo>h2 {
        text-align: left;
    }

    .presentInfo>p {
        text-align: left;
    }

    .presentInfo__show {
        flex-wrap: wrap;
    }

    .presentInfo__element {
        width: 100% !important;
        margin-right: 0;
        padding: 15px 0;
        border-bottom: 1px solid #E8E8E8;
    }

    .presentInfo__element:last-child {
        border-bottom: none;
    }

    .presentInfo>img {
        margin-bottom: 5px;
    }
}

/*Latestnew*/
.latestNew {
    padding: 45px 0 50px;
}

.latestNew h2 {
    text-align: center;
    margin-bottom: 30px;
}

.latestNew h3 a {
    margin-bottom: 15px;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 600;
    display: block;
}

.latestNew__blog > a {
    color: #e60078;
    font-size: 15px !important;
    line-height: 20px !important;
}

.latestNew__main {
    display: flex;
    justify-content: space-between;
}

.latestNew__blog {
    width: 32.1%;
}

.latestNew__img {
    position: relative;
    margin-bottom: 15px;
}

.latestNew__img img {
    border-radius: 4px;
}

.latestNew__img span {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 7px 10px;
    border-radius: 18px;
    background-color: rgb(14 13 13 / 48%);
    backdrop-filter: blur(30px);
    font-size: 13px;
    line-height: 14px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
}

.latestNew__time {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
    color: #888888;
    font-style: italic;
    margin-bottom: 7px;
}

@media (max-width: 800px) {
    .latestNew {
        padding: 45px 15px 50px;
    }
    .latestNew__main{
        flex-direction: column;
    }
    .latestNew h2 {
        text-align: center;
        margin-bottom: 0px;
    }

    .latestNew__blog {
        width: 100%;
        padding: 30px 0px;
        border-bottom: 1px solid #E8E8E8;
    }

    .latestNew__blog:last-child {
        border-bottom: none
    }

}

/*twoSide*/
section.twoSide__text {
    margin-top: 40px;
    padding: 40px 30px;
    background-color: #f9f9f9;
}
.twoSide__box {
    display: flex;
    justify-content: space-between;
}
.twoSide__left {
    width: 43%;
}
.twoSide__left > h2 {
    margin-bottom: 15px;
}
.twoSide__right {
    width: 51%;
}
p.twoSide__question {
    font-size: 17px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #222222;
    margin-bottom: 20px;
    padding-left: 28px;
}
.twoSide__key {
    display: flex;
}
.twoSide__key img{
    min-width: 18px;
    margin-right: 10px;
}
.twoSide__key:first-child p{
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.twoSide__key:last-child{
    padding-top: 20px
}
@media (max-width: 800px){
    section.twoSide__text {
        padding: 40px 15px;
    }
    .twoSide__box{
        flex-direction: column;
    }
    .twoSide__left {
        width: 100%;
    }
    .twoSide__right {
        width: 100%;
    }
    .twoSide__left > p {
        margin-bottom: 20px;
    }
    p.twoSide__question{
        margin-bottom: 15px;
        padding-left: 0px;
    }
}
/*twoImage*/
section.twoImage {
    padding-top: 40px;
}
section.twoImage > h2 {
    text-align: center;
    margin-bottom: 10px;
}
section.twoImage > p {
    text-align: center;
    margin-bottom: 20px;
}
.twoImage__main {
    display: flex;
    justify-content: space-between;
}

.twoImage__content {
    width: 48.8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border: 1px solid #EFEFEF;
    border-radius: 24px;
    text-align: center;
}
.twoImage__content h3{
    font-size: 17px !important;
    line-height: 22px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    margin-bottom: 5px;
}
.twoImage__content > p{
    margin-bottom: 30px;
}
.twoImage__cta{
    margin-top: 20px;
}
.twoImage__cta a{
    display: block;
    width: 157px;
    height: 40px;
    background-color: #e60078;
    text-align: center;
    align-content: center;
    color: #ffffff;
    margin: auto;
    border-radius: 4px;
}
@media (max-width: 800px){
    section.twoImage {
        padding: 40px 15px 20px;
    }
    .twoImage__main{
        flex-direction: column;
    }
    .twoImage__content{
        width: 100%;
        margin-bottom: 20px;
    }
}