section.practice-areas {
    padding: 67px 0;
    background-color: #F5F5F5;
}

section.practice-areas .container-page {
    max-width: unset;
}


section.practice-areas .container-page .tab-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 127px;
}

section.practice-areas .container-page .tab-row .sidemenu {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box {
    border-radius: 24.274px;
    background: linear-gradient(0deg, #1E1A34 -22.71%, #394795 151.66%, #5581F1 219.09%);
    width: 100%;
    padding: 60px;
    max-width: 508px;
}

section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box .title-sidemenu {
    color: #FFF;
    font-family: var(--font-header);
    font-size: 48.548px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.456px;
    text-transform: uppercase;
    margin-bottom: 44px;
    text-wrap: nowrap;
}

section.practice-areas .container-page .tab-row .tab-contents {
    width: 100%;
}

@media screen and (min-width:1200px) {
    section.practice-areas .container-page .tab-row .tab-contents {
        max-width: 70vw;
    }

    section.practice-areas .container-page .tab-row .sidemenu {
        max-width: 30vw;
    }
}

section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 65px;
}

section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 36px;
    width: 100%;
    color: #FFF;
    font-family: var(--font-body);
    font-size: 30.343px;
    font-style: normal;
    font-weight: 450;
    text-decoration: none;
}

section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu li a:hover,
section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu li a.is-active {
    color: #DAB128;
    text-decoration: underline;
}

section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu li a:hover img,
section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu li a.is-active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(7490%) hue-rotate(332deg) brightness(89%) contrast(90%);
}

section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box .btn-outline {
    display: inline-flex;
    margin: 0 auto;
    padding: 14px 38.839px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9.71px;
    border-radius: 36.411px;
    border: 1.821px solid #5581F1;
    color: #FFF;
    text-align: center;
    font-family: var(--font-body);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

section.practice-areas .container-page .tab-row .tab-contents {
    position: relative;
}

/* section.practice-areas .container-page .tab-row .tab-contents .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
} */

section.practice-areas .container-page .tab-row .tab-contents .tab-content .title-tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 0;
}

section.practice-areas .container-page .tab-row .tab-contents .tab-content .title-tab:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #DAB128;
}

section.practice-areas .container-page .tab-row .tab-contents .tab-content .title-tab h3 {
    display: flex;
    padding-right: 48px;
    color: #1E1A34;
    font-family: var(--font-header);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 163.559%;
    letter-spacing: -2.1px;
    text-transform: uppercase;
    text-wrap: nowrap;
    position: relative;
}

section.practice-areas .container-page .tab-row .tab-contents .tab-content .title-tab h3:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #DAB128;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: -10px;
}

section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab {
    display: flex;
    flex-direction: column;
    gap: 70px;
    width: 100%;
    max-width: 965px;
}

section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .content-box {
    border-radius: 17px;
    background: #FFF;
    padding: 24px 57px;
    display: flex;
    gap: 22px;
    flex-direction: column;
}

section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .content-box p {
    color: #1E1A34;
    font-family: var(--font-body);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .container-bottom {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .container-bottom .top {
    color: #000;
    font-family: var(--font-body-light);
    font-size: 27.574px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.574px;
}

section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .container-bottom .top a {
    color: #5581F1;
    font-family: var(--font-body);
    text-decoration: underline;
}

section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .container-bottom .pill-grid {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}

section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .container-bottom .pill-grid a {
    border-radius: 46.169px;
    background: #FFF;
    padding: 0 16.287px;
    color: #1E1A34;
    font-family: var(--font-body);
    font-size: 21.716px;
    font-style: normal;
    font-weight: 400;
    line-height: 71.664px;
    text-decoration: none;
}

section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .container-bottom .pill-grid a:hover {
    background-color: #DAB128;
}


.practice-areas .tab-content {
    display: none;
}

.practice-areas .tab-content.is-active {
    display: block;
}

/*Spanish version Style */
section.practice-areas.is-es .container-page .tab-row .sidemenu .sidemenu-box .title-sidemenu{
 font-size: 44px;
}
section.practice-areas.is-es .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu li a{
font-size: 28.343px;
}

section.practice-areas.is-es .container-page .tab-row .tab-contents .tab-content .title-tab h3{
font-size: 65px;
}
/*Spanish version Style */

@media screen and (max-width: 1440px) {
    section.practice-areas .container-page .tab-row{
        gap: 65px;
    }
    
    section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box .title-sidemenu{
        font-size: 40px
    }
    section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab{
        width: 98%;
    }
    section.practice-areas.is-es .container-page .tab-row .sidemenu .sidemenu-box .title-sidemenu{
    font-size: 35px;
    }
    section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu li a{
        font-size: 22px;
    }
    section.practice-areas.is-es .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu li a{
        font-size: 19px;
    }

    section.practice-areas.is-es .container-page .tab-row .tab-contents .tab-content .title-tab h3{
        font-size: 55px;
    }
    
}

@media screen and (max-width:1200px) {
    section.practice-areas {
        background-color: #fff;
    }

    section.practice-areas .container-page .tab-row {
        gap: 40px;
        flex-direction: column;
    }

    section.practice-areas .container-page .tab-row .sidemenu {
        padding: 0;
    }

    section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box {
        background: transparent;
        padding: 0;
    }

    section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box .title-sidemenu {
        color: var(--color-dark-blue);
        font-family: var(--font-header);
        font-size: 45px;
        text-wrap: wrap;
        text-align: center;
    }
    section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box .btn-outline{
        display: none;
    }

    section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu {
        list-style: none;
        display: flex;
        flex-direction: row;
        gap: 6px;
        margin-bottom: 0;
        width: 100%;
        overflow-x: scroll;
    }

    section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu li a {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 11px 23px;
        border-radius: 13.958px;
        width: 143px;
        background: linear-gradient(0deg, #1E1A34 -22.71%, #394795 151.66%, #5581F1 219.09%);
    }

    section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu li a span {
        font-family: var(--font-body-light);
        font-size: 14.95px;
        font-style: normal;
        font-weight: 400;
        line-height: 24.104px;
        text-wrap: nowrap;
        text-align: center;
    }

    section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box ul.list-menu li a img {
        height: 19px;
        width: auto;
    }

    section.practice-areas .container-page .tab-row .tab-contents .tab-content .title-tab {
        padding-left: 38px;
    }

    section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .content-box {
        padding: 24px 38px;
    }

    section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .content-box p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .container-bottom {
        padding: 0 38px;
    }

    section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab {
        gap: 0;
    }

    section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .container-bottom .top {
        display: none;
    }

    section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .container-bottom .pill-grid a {
        font-size: 14px;
        line-height: 1.2;
        background-color: #F9F7F7;
        padding: 15px 16.287px;
    }

    section.practice-areas .container-page .tab-row .tab-contents .tab-content .title-tab h3,
    section.practice-areas.is-es .container-page .tab-row .tab-contents .tab-content .title-tab h3 {
        font-size: 36px;
        text-wrap: wrap;
        line-height: 1;
    }
    section.practice-areas .container-page .tab-row .sidemenu{
        justify-content: center;
    }
    section.practice-areas .container-page .tab-row .sidemenu .sidemenu-box{
        max-width: 745px;
    }
}



@media screen and (max-width:600px){
    section.practice-areas .container-page .tab-row .tab-contents .tab-content .container-tab .container-bottom .pill-grid a{
        padding: 8px 16.287px;
    }

    section.practice-areas .container-page .tab-row .tab-contents .tab-content .title-tab h3{
        text-wrap: nowrap;
    }
    section.practice-areas .container-page .tab-row .tab-contents .tab-content .title-tab:after{
        width: 30%;
    }
}