[data-page="wysiwyg"]{
    position: relative;
}
body:has(div[data-role="blog-modelworks"][data-module="home-previews"]) [data-role="blog-modelworks"][data-module="header"]{
    margin-bottom: unset!important;
}

[data-button-theme="black"]{
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 16px;
    padding: 14px 24px;
    background-color: #303030;
    transition: all 0.5s;
    font-weight: 800;
    border: 1px solid #303030;
}
[data-button-theme="black"]:hover{
    background-color: #ffffff;
    color: #303030;
    transition: all 0.5s;
    border: 1px solid #E8E8E8;
}
[data-button-theme="white"]{
    text-transform: uppercase;
    color: #303030;
    border-radius: 16px;
    padding: 14px 24px;
    background-color: #FFFFFF;
    transition: all 0.5s;
    font-weight: 800;
    border: 1px solid #E8E8E8;
}
[data-button-theme="white"]:hover{
    background-color: #303030;
    color: #FFFFFF;
    transition: all 0.5s;
    border: 1px solid #303030;
}
[data-button-theme="pink"]{
    text-transform: uppercase;
    color: #fff;
    border-radius: 16px;
    padding: 14px 24px;
    background-color: #D32878;
    transition: all 0.5s;
    font-weight: 800;
    border: 1px solid #D32878;
    width: fit-content;
}
[data-button-theme="pink"]:hover{
    background-color: #fff;
    color: #D32878;
    transition: all 0.5s;
    border: 1px solid #D32878;
}

/************************************************************************************************/
/* blog-modelworks */
/************************************************************************************************/
/* heading-1 */
div[data-role="blog-modelworks"][data-module="heading-1"]{
    max-width: 1200px;
    width: calc(100% - 80px);
    margin: 0 auto;
}
div[data-role="blog-modelworks"][data-module="heading-1"] h1{
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 65px;
    line-height: 79px;
    color: #053D43;
}
@media screen and ( max-width: 1024px ) {
    div[data-role="blog-modelworks"][data-module="heading-2"]{
        width: calc(100% - 32px);
    }
    div[data-role="blog-modelworks"][data-module="heading-1"] h1{
        font-size: 30px;
        line-height: 60px;
    }
}
/* heading-2 */
div[data-role="blog-modelworks"][data-module="heading-2"]{
    max-width: 1200px;
    width: calc(100% - 80px);
    margin: 0 auto 24px;
}
div[data-role="blog-modelworks"][data-module="heading-2"] h2{
    font-family: "Poppins Semibold", sans-serif;
    font-size: 45px;
    line-height: 68px;
    color: #053D43;
}
@media screen and ( max-width: 1024px ) {
    div[data-role="blog-modelworks"][data-module="heading-2"]{
        width: calc(100% - 32px);
    }
    div[data-role="blog-modelworks"][data-module="heading-2"] h2{
        font-size: 30px;
        line-height: 150%;
    }
}

/* heading-3 */
div[data-role="blog-modelworks"][data-module="heading-3"]{
    max-width: 790px;
    margin: 60px auto 30px;
}
div[data-role="blog-modelworks"][data-module="heading-3"] h3{
    font-family: "Poppins Semibold", sans-serif;
    font-size: 30px;
    line-height: 60px;
    color: #053D43;
}
@media screen and ( max-width: 1024px ) {
    div[data-role="blog-modelworks"][data-module="heading-3"]{
        width: calc(100% - 32px);
    }
    div[data-role="blog-modelworks"][data-module="heading-3"] h3{
        font-size: 30px;
        line-height: 60px;
    }
}

/* heading-4 */
div[data-role="blog-modelworks"][data-module="heading-4"]{
    max-width: 790px;
    margin: 60px auto 30px;
}
div[data-role="blog-modelworks"][data-module="heading-4"] h4{
    font-family: "Poppins Semibold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #053D43;
}
@media screen and ( max-width: 1024px ) {
    div[data-role="blog-modelworks"][data-module="heading-4"]{
        width: calc(100% - 32px);
    }
}

/* subheading-1 */
div[data-role="blog-modelworks"][data-module="subheading-1"]{
    max-width: 790px;
    margin: 60px auto 30px;
}
div[data-role="blog-modelworks"][data-module="subheading-1"] h2{
    font-family: "Poppins Semibold", sans-serif;
    font-size: 30px;
    line-height: 33px;
    color: #053D43;
}
@media screen and ( max-width: 1024px ) {
    div[data-role="blog-modelworks"][data-module="subheading-1"]{
        width: calc(100% - 32px);
    }
    div[data-role="blog-modelworks"][data-module="subheading-1"] h2{
        font-size: 20px;
        line-height: 20px;
    }
}

/* paragraph */
div[data-role="blog-modelworks"][data-module="paragraph"]{
    max-width: 790px;
    margin: 0 auto 15px;
}
div[data-role="blog-modelworks"][data-module="paragraph"] p{
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
    color: #053D43;
}
@media screen and ( max-width: 1024px ){
    div[data-role="blog-modelworks"][data-module="paragraph"]{
        width: calc(100% - 32px);
    }
}

/* paragraph-2 */
div[data-role="blog-modelworks"][data-module="paragraph-2"]{
    max-width: 790px;
    margin: 0 auto 15px;
}
div[data-role="blog-modelworks"][data-module="paragraph-2"] p{
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0;
    color: #053D43;
}
@media screen and ( max-width: 1024px ){
    div[data-role="blog-modelworks"][data-module="paragraph-2"]{
        width: calc(100% - 32px);
    }
}

/* img-full */
div[data-role="blog-modelworks"][data-module="img-full"]{
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 80px);
}
div[data-role="blog-modelworks"][data-module="img-full"] img{
    height: auto;
    margin: 0 auto;
}
@media screen and ( max-width: 1024px ){
    div[data-role="blog-modelworks"][data-module="img-full"]{
        width: calc(100% - 32px);
    }
}

/* video-full */
div[data-role="blog-modelworks"][data-module="video-full"]{
    margin: 0 auto;
    width: 100%;
}
div[data-role="blog-modelworks"][data-module="video-full"] video{
    height: auto;
    width: 100%;
    margin: 0 auto;
}

/* return-to */
[data-role="blog-modelworks"][data-module="return-to"]{
    max-width: 1200px;
    margin: 15px auto;
    width: calc(100% - 80px);
}
[data-role="blog-modelworks"][data-module="return-to"] a{
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    vertical-align: middle;
    color: #053D43;
    cursor: pointer;
}
[data-role="blog-modelworks"][data-module="return-to"] a svg{
    margin-right: 2px;
    transition: left;
    transition-duration: .3s;
    left: 0;
    position: relative;
}
[data-role="blog-modelworks"][data-module="return-to"] a:hover svg{
    left: -5px;
    stroke-width: 1.5px;
}
@media screen and ( max-width: 1024px ){
    div[data-role="blog-modelworks"][data-module="return-to"]{
        width: calc(100% - 32px);
    }
}

/* date-of-publication */
[data-role="blog-modelworks"][data-module="date-of-publication"]{
    margin: 15px auto;
}
[data-role="blog-modelworks"][data-module="date-of-publication"] p{
    font-family: 'Montserrat-Semibold', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    width: fit-content;
    color: #053D43;
}
[data-role="blog-modelworks"][data-module="date-of-publication"] p sup{
    font-variant-position: super;
    vertical-align: text-bottom;
    font-size: 8px;
}

/* flag */
[data-role="blog-modelworks"][data-module="flag"]{
    margin: 0 auto;
}
[data-role="blog-modelworks"][data-module="flag"] p{
    font-family: 'Montserrat-Semibold', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    display: block;
    padding: 4px 8px;
    box-sizing: border-box;
    margin: 0 auto;
    width: fit-content;
    border-radius: 4px;
}
[data-role="blog-modelworks"][data-module="flag"][data-color="red"] p{
    color: #891629;
    background-color: #8916291A;
}
[data-role="blog-modelworks"][data-module="flag"][data-color="binders-blue"] p{
    background-color: #075F6926;
    color: #075F69;
}

/* clickable-link */
div[data-role="blog-modelworks"][data-module="clickable-link"]{
    max-width: 790px;
    margin: 20px auto;
}
div[data-role="blog-modelworks"][data-module="clickable-link"] a{
    width: fit-content;
    position: relative;
    border-radius: 7px;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    border: none;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: .5s;
    transition-duration: .5s;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration-style: solid;
}
div[data-role="blog-modelworks"][data-module="clickable-link"] a:hover{
    text-decoration: none;
}
div[data-role="blog-modelworks"][data-module="clickable-link"] a:hover svg path{
    stroke-width: 2px;
}
div[data-role="blog-modelworks"][data-module="clickable-link"][data-color="red"] a{
    color: #891629;
    background-color: #8916291A;
}
div[data-role="blog-modelworks"][data-module="clickable-link"][data-color="binders-blue"] a{
    color: #075F69;
    background-color: #075F6926;
}
@media screen and ( max-width: 1024px ){
    div[data-role="blog-modelworks"][data-module="clickable-link"]{
        width: calc(100% - 32px);
    }
}

/* newsletter */
div[data-role="blog-modelworks"][data-module="newsletter"]{
    background-image: none;
    background-color: var(--sweet-cherry-red);
}
div[data-role="blog-modelworks"][data-module="newsletter"] .container-newsletter{
    max-width: 1280px;
    box-sizing: border-box;
    margin: 0 auto;
    background-image: none;
    background-color: var(--sweet-cherry-red);
}
div[data-role="blog-modelworks"][data-module="newsletter"] .container-newsletter section{
    background-image: none!important;
    transition: unset;
    width: 100%;
    padding: 27px 40px;
    background-color: var(--sweet-cherry-red);
}
div[data-role="blog-modelworks"][data-module="newsletter"] .container-newsletter form{
    max-width: 1200px;
    margin: 0 auto;
}
div[data-role="blog-modelworks"][data-module="newsletter"] .container-newsletter form .form-content{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
div[data-role="blog-modelworks"][data-module="newsletter"] .container-newsletter form .form-content .text-area,
div[data-role="blog-modelworks"][data-module="newsletter"] .container-newsletter form .form-content .input-bloc{
    width: 48.75%;
}
div[data-role="blog-modelworks"][data-module="newsletter"] input{
    color: #FFFFFF;
}
div[data-role="blog-modelworks"][data-module="newsletter"] #cta-news{
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Poppins Semibold",sans-serif;
    background-color: var(--white);
    color: var(--very-dark-cyan);
    border-radius: 26px;
    padding: 8px 27px;
    max-height: 51px;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
    white-space: nowrap;
}
div[data-role="blog-modelworks"][data-module="newsletter"] .details{
    font-size: 12px;
    text-align: left;
}
@media screen and (min-width: 1024.98px) {
    div[data-role="blog-modelworks"][data-module="newsletter"] #cta-news:hover{
        background-color: var(--very-dark-cyan);
        color: var(--white);
        font-size: 28px;
        padding: 6px 17px;
    }
}
@media screen and (max-width: 1024px) {
    div[data-role="blog-modelworks"][data-module="newsletter"] .container-newsletter section{
        padding: 38.5px 16px 30px;
    }
    div[data-role="blog-modelworks"][data-module="newsletter"] .container-newsletter form .form-content{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    div[data-role="blog-modelworks"][data-module="newsletter"] .container-newsletter form .form-content .text-area{
        width: 100%;
    }
    div[data-role="blog-modelworks"][data-module="newsletter"] .container-newsletter form .form-content .input-bloc{
        padding: 0;
        width: 100%;
        gap: 5px;
        flex-wrap: wrap;
    }
    div[data-role="blog-modelworks"][data-module="newsletter"] .container-newsletter form .form-content .text-area br{
        display: none!important;
    }
    div[data-role="blog-modelworks"][data-module="newsletter"] #cta-news{
        font-size: 15px;
        padding: 5px 20px;
        white-space: nowrap;
    }
    div[data-role="blog-modelworks"][data-module="newsletter"] .input-bloc {
        flex-direction: row;
        width: 100%;
        padding: 16px;
        box-sizing: border-box;
    }
    div[data-role="blog-modelworks"][data-module="newsletter"] .details{
        text-align: center;
        padding: 0;
    }
    div[data-role="blog-modelworks"][data-module="newsletter"] .width-input{
        max-width: 190px;
        width: auto;
    }
    div[data-role="blog-modelworks"][data-module="newsletter"] .newsletter-subscription{
        max-width: 190px;
        width: -webkit-fill-available;
    }
    div[data-role="blog-modelworks"][data-module="newsletter"] .newsletter-subscription::placeholder{
        font-size: 15px;
    }
}


/************************************************************************************************/
/* blog-modelworks - header */
/************************************************************************************************/
[data-role="blog-modelworks"][data-module="header"]{
    background-color: #891629;
    width: 100%;
    color: #FFFFFF;
    box-sizing: border-box;
    margin-bottom: 65px;
    position: relative;
    z-index: 99999;
}
[data-role="blog-modelworks"][data-module="header"] .header-container{
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    gap: 40px;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="return-to"] img{
    max-width: 90px;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="return-to"]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="return-to"] span{
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    white-space: nowrap;
    margin-left: -13px;
    color: #FFFFFF;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="return-to"] span svg{
    transition: left;
    transition-duration: .3s;
    left: 0;
    position: relative;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="return-to"]:hover span svg{
    left: -5px;
    stroke-width: 1.5px;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"]{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 55px;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] > ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
}

[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li{
    background-color: #891629;
    padding: 1rem;
    position: relative;
    transition-duration: 0.3s;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] > ul li a::after{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 5px;
    left: 0;
    background: transparent;
    transition: 0.4s;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] > ul li a:hover::after{
    bottom: 15px;
    width: calc(100% - 1rem);
    left: .5rem;
    background-color: #FFFFFF;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li ul li{
    z-index: 1;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
}
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li ul li:hover{
    background-color: #f3e7e9;
    color: #891629;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li ul li:hover a{
    color: #891629;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li ul li a::after{
    display: none;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li,
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li span,
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li a{
    color: #FFFFFF;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li span{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li ul {
    background-color: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: block;
}
[data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li ul li {
    clear: both;
    width: 100%;
}
@media screen and ( min-width: 1024.98px ){
    [data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li:hover > ul,
    [data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li ul:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }
}
@media screen and ( max-width: 1024px ){
    .layout:has([data-role="nav-container"].open){
        overflow: hidden;
        width: 100%;
        position: fixed;
    }
    [data-role="blog-modelworks"][data-module="header"]{
        margin-bottom: 24.5px;
        position: sticky;
        top: 0;
        z-index: 9999999999;
    }
    [data-role="blog-modelworks"][data-module="header"] .header-container{
        padding: 7.5px 20px;
        justify-content: space-between;
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="return-to"] img{
        max-width: 48px;
        height: auto;
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="return-to"] span{
        font-size: 8px;
        line-height: 10px;
    }
    [data-role="blog-modelworks"][data-module="header"] .logo-blog{
        max-width: 35px;
        height: 36px;
    }
    [data-role="blog-modelworks"][data-module="header"] .burger{
        display: block;
        cursor: pointer;
        width: 29px;
        height: calc(100% - 46px);
        text-align: center;
        font-size: 10px;
        font-family: 'Montserrat-Semibold', sans-serif;
        text-transform: uppercase;
    }
    [data-role="blog-modelworks"][data-module="header"] .burger span{
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 0;
    }
    [data-role="blog-modelworks"][data-module="header"] .burger .bar1,
    [data-role="blog-modelworks"][data-module="header"] .burger .bar2 {
        background-color: #FFFFFF;
        width: 29px;
        height: 1px;
        margin: 6px auto;
        transition: 0.4s;
    }
    [data-role="blog-modelworks"][data-module="header"] .burger.change .bar1 {
        transform: rotate(-45deg) translate(0px, 0px);
    }

    [data-role="blog-modelworks"][data-module="header"] .burger.change .bar2 {
        transform: rotate(45deg) translate(-5px, -5px);
    }
    [data-role="blog-modelworks"][data-module="header"] .burger.change .bar1,
    [data-role="blog-modelworks"][data-module="header"] .burger.change .bar2 {
        width: 25px;
        background-color: #fff;
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="nav-container"] {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        transition: .3s;
        z-index: 17;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #891629;
        margin-top: 46px;
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="nav-container"] .logo-blog{
        display: none;
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="nav-container"].open{
        left: 0;
        padding-top: 20px;
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] > ul{
        flex-direction: column;
        width: 100%;
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] > ul li{
        padding: 7.5px 20px;
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li ul li{
        box-shadow: none;
        padding: 11px 30px;
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li[data-type="dropdown-menu"] ul{
        height: 0;
        transition: all 0s;
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li[data-type="dropdown-menu"].active ul{
        visibility: visible;
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] [data-type="dropdown-menu"] svg{
        transition: .5s;
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] [data-type="dropdown-menu"].active svg{
        transform: rotate(-180deg);
    }
    [data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li,
    [data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li span,
    [data-role="blog-modelworks"][data-module="header"] [data-role="menu-blog"] ul li a{
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        white-space: initial;
    }
}

/************************************************************************************************/
/* blog-modelworks - footer */
/************************************************************************************************/
[data-role="blog-modelworks"][data-module="footer"]{
    width: 100%;
    background-color: #075F69;
    color: #FFFFFF;
    box-sizing: border-box;
}
[data-role="blog-modelworks"][data-module="footer"] .footer-container{
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
[data-role="blog-modelworks"][data-module="footer"] .footer-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 47px;
}
[data-role="blog-modelworks"][data-module="footer"] .footer-left img{
    width: 326px;
}
[data-role="blog-modelworks"][data-module="footer"] .credit{
    font-size: 12px;
    line-height: 20px;
}
[data-role="blog-modelworks"][data-module="footer"] .footer-right{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
[data-role="blog-modelworks"][data-module="footer"] .footer-right .column{
    max-width: 146px;
    box-sizing: border-box;
    width: 100%;
}
[data-role="blog-modelworks"][data-module="footer"] [data-type^="footer-title"]{
    font-family: 'Inter Bold', sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
[data-role="blog-modelworks"][data-module="footer"] [data-type="footer-title-links"]{
    border-bottom: solid 2px #FFFFFF;
}
[data-role="blog-modelworks"][data-module="footer"] ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
[data-role="blog-modelworks"][data-module="footer"] ul li{
    width: 100%;
    cursor: pointer;
}
[data-role="blog-modelworks"][data-module="footer"] ul li button,
[data-role="blog-modelworks"][data-module="footer"] ul li a{
    color: #FFFFFF!important;
    font-size: 12px;
    line-height: 20px;
    transition: .3s;
    position: relative;
}
[data-role="blog-modelworks"][data-module="footer"] [data-role="footer-medias"]{
    max-width: 136px;
}
[data-role="blog-modelworks"][data-module="footer"] [data-role="footer-medias"] .social-medias{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 19px;
}
[data-role="blog-modelworks"][data-module="footer"] [data-role="footer-medias"] .social-medias svg{
    height: 22px;
    width: auto;
}
@media screen and ( max-width: 1024px ){
    [data-role="blog-modelworks"][data-module="footer"]{
        padding-bottom: 30px;
    }
    [data-role="blog-modelworks"][data-module="footer"] .footer-container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        padding: 30px 49.5px;
    }
    [data-role="blog-modelworks"][data-module="footer"] .footer-left,
    [data-role="blog-modelworks"][data-module="footer"] .footer-left a{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    [data-role="blog-modelworks"][data-module="footer"] .footer-left img{
        width: 50%;
        max-width: 186px;
    }
    [data-role="blog-modelworks"][data-module="footer"] .footer-right{
        width: 100%;
        flex-direction: column;
        gap: 40px;
    }
    [data-role="blog-modelworks"][data-module="footer"] .footer-right .column{
        max-width: unset;
        width: 100%;
    }
    [data-role="blog-modelworks"][data-module="footer"] [data-type^="footer-title"]{
        padding-bottom: 10px;
    }
    [data-role="blog-modelworks"][data-module="footer"] [data-type="footer-title-medias"]{
        border-bottom: solid 2px #FFFFFF;
    }
    [data-role="blog-modelworks"][data-module="footer"] [data-role="footer-medias"] .social-medias{
        max-width: 136px;
        margin: 20px auto 0;
    }
    [data-role="blog-modelworks"][data-module="footer"] .credit{
        text-align: center;
        width: calc(100% - 50px);
        margin: 20px auto 0;
    }
}

/* cross-content */
div[data-role="blog-modelworks"][data-module="cross-content"]{
    width: 100%;
    background-color: #F7F7F7;
}
div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-container"]{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 72px 40px;
}
div[data-role="blog-modelworks"][data-module="cross-content"] h3{
    font-family: "Poppins Semibold", sans-serif;
    font-size: 30px;
    line-height: 60px;
    color: #053D43;
    margin-bottom: 40px;
}
div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-thumbnails"]{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 28px;
}
div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-thumbnails"].slider-desktop{
    flex-direction: column;
    align-items: center;
}
div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-thumbnails"] .slick-list{
    padding-bottom: 20px!important;
}
div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-thumbnails"] .slick-slide{
    margin: 0 14px;
}
div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-thumbnails"] .slick-dots{
    display: flex;
    flex-direction: row;
    gap: 14px;
}
div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-thumbnails"] .slick-dots li.slick-active button{
    opacity: inherit;
}
div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-thumbnails"] .slick-dots li button{
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    background-color: #3E6990;
    opacity: 26%;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
}
div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-thumbnails"] [data-module="thumbnail"]{
    width: calc(100% / 3);
}
div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-thumbnails"] [data-module="thumbnail"] [data-role="thumbnail-push-container"]{
    width: 100%;
}
@media screen and ( max-width: 1024px ){
    div[data-role="blog-modelworks"][data-module="cross-content"] h3{
        font-weight: 500;
        font-size: 30px;
        line-height: 33px;
        width: calc(100% - 32px);
        margin: 0 auto 36px;
    }
    div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-container"]{
        padding: 40px 0;
    }
    div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-thumbnails"]{
        flex-direction: column;
        align-items: center;
    }
    div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-thumbnails"] .slick-list{
        width: 100%;
        max-width: 100%;
    }
    div[data-role="blog-modelworks"][data-module="cross-content"] [data-role="cross-content-thumbnails"] .slick-slide{
        margin: 0 16px;
    }
}


/* thumbnail / preview */
div[data-role="blog-modelworks"][data-module="thumbnail"] [data-role="thumbnail-push-container"]{
    border-radius: 13px;
    background-color: #FFFFFF;
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    padding-bottom: 24px;
    box-sizing: border-box;
    transition: .2s;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.10);
}
div[data-role="blog-modelworks"][data-module="thumbnail"] [data-role="thumbnail-push-container"]:hover{
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
}
div[data-role="blog-modelworks"][data-module="thumbnail"] [data-role="thumbnail-push-container"] [data-role="text-container"] {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
}
div[data-role="blog-modelworks"][data-module="thumbnail"] [data-role="thumbnail-push-container"] [data-role="flag-container"]{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
div[data-role="blog-modelworks"][data-module="thumbnail"] [data-role="thumbnail-push-container"] [data-role="thumbnail-date"]{
    font-family: 'Montserrat-Semibold', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #053D43;
}
div[data-role="blog-modelworks"][data-module="thumbnail"] [data-role="thumbnail-push-container"] [data-role="thumbnail-flag"]{
    font-family: 'Montserrat-Semibold', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    display: block;
    padding: 4px 8px;
    box-sizing: border-box;
    width: fit-content;
    border-radius: 4px;
    background-color: #075F6926;
    color: #075F69;
}
div[data-role="blog-modelworks"][data-module="thumbnail"] [data-role="thumbnail-push-container"] [data-role="thumbnail-title"]{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #053D43;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
div[data-role="blog-modelworks"][data-module="thumbnail"] [data-role="thumbnail-push-container"] [data-role="thumbnail-cta"]{
    font-family: 'Poppins-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 31px;
    background-color: #891629;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 3.5px 16px;
    margin-left: 16px;
    transition: .3s;
}
div[data-role="blog-modelworks"][data-module="thumbnail"] [data-role="thumbnail-push-container"] [data-role="thumbnail-cta"]:hover{
    background-color: #6A0F1E;
}


/* thumbnail / preview light */
div[data-role="blog-modelworks"] [data-role="thumbnail-light"]{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
}
div[data-role="blog-modelworks"] [data-role="thumbnail-light"] [data-role="thumbnail-push-container-light"]{
    border-radius: 13px;
    width: calc(100% / 3);
    max-width: 441px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    transition: .2s;
    overflow: hidden;
    position: relative;
}

div[data-role="blog-modelworks"] [data-role="thumbnail-light"] [data-role="thumbnail-push-container-light"] img{
    border-radius: 13px;
    height: 100%;
    object-fit: cover;
}
div[data-role="blog-modelworks"] [data-role="thumbnail-light"] [data-role="thumbnail-push-container-light"] [data-role="thumbnail-cta"]{
    font-family: 'Poppins-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 31px;
    background-color: #891629;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 3.5px 16px;
    margin: 0 0 0 20px;
    transition: .3s;
    position: absolute;
    bottom: 20px;
}
div[data-role="blog-modelworks"] [data-role="thumbnail-light"] [data-role="thumbnail-push-container-light"] [data-role="thumbnail-cta"]:hover{
    background-color: #6A0F1E;
}
@media screen and ( max-width: 1024px ){
    div[data-role="blog-modelworks"] [data-role="thumbnail-light"]{
        gap: 20px;
    }
}
@media screen and ( max-width: 640px ){
    div[data-role="blog-modelworks"] [data-role="thumbnail-light"]{
        flex-direction: column;
        padding: 0 20px;
    }
    div[data-role="blog-modelworks"] [data-role="thumbnail-light"] [data-role="thumbnail-push-container-light"]{
        width: 100%;
        max-width: 100%;
    }
}

/* home-previews */
div[data-role="blog-modelworks"][data-module="home-previews"]{
    width: 100%;
    background-color: #F7F7F7;
}
div[data-role="blog-modelworks"][data-module="home-previews"]:has([data-role="home-previews-light-container"]){
    width: 100%;
    background-color: #FFFFFF;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="home-preview-categories"]{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 50px 20px;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="home-preview-categories"] ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="home-preview-categories"] ul li{
    background-color: #FFFFFF;
    border-radius: 24px;
    color: #075F69;
    border: solid 1px #075F69;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 6px 12px;
    cursor: pointer;
    transition: .3s;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="home-preview-categories"] ul li:hover,
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="home-preview-categories"] ul li.active{
    background-color: #075F69;
    color: #FFFFFF;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="home-preview-categories"] #preview-filters.no-gap {
    gap: 0;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="home-preview-categories"] ul li.active:hover{
    background-color: #075F691A;
    color: #075F69;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="home-previews-container"]{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="home-previews-light-container"]{
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
}
div[data-role="blog-modelworks"][data-module="home-previews"] h3{
    font-family: "Poppins Semibold", sans-serif;
    font-size: 30px;
    line-height: 60px;
    color: #053D43;
    margin-bottom: 40px;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="content-thumbnails"]{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="content-thumbnails"].no-gap{
    gap: 0;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="content-thumbnails"] [data-module="thumbnail"]{
    width: calc(100% / 3 - 28px);
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5rem;
    transition-property: transform;
    transition: opacity .3s, width 0s, height 0s;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="content-thumbnails"] [data-module="thumbnail"] [data-role="thumbnail-push-container"]{
    width: 100%;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="content-thumbnails"] [data-module="thumbnail"].hidden,
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="content-thumbnails"] [data-module="thumbnail"].hidden [data-role="thumbnail-push-container"]{
    display: none!important;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="content-thumbnails"] [data-module="thumbnail"].active,
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="content-thumbnails"] [data-module="thumbnail"].active [data-role="thumbnail-push-container"]{
    display: flex;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="content-thumbnails"] [data-module="thumbnail"] [data-role="thumbnail-push-container"]{
    width: 100%;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="pagination-progress"] {
    max-width: 500px;
    width: 90%;
    margin: 65px auto 107px;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="pagination-progress"] button{
    font-family: 'Poppins-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 31px;
    background-color: #891629;
    cursor: pointer;
    padding: 3.5px 16px;
    transition: .3s;
    border: none;
    display: block;
    margin: 40px auto 0;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="pagination-progress"] button:hover{
    background-color: #6A0F1E;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="pagination-progress"] [data-role="progress-bar"] {
    width: 100%;
    height: 6px;
    background: #075F694D;
    border-radius: 3px;
    overflow: hidden;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="pagination-progress"] [data-role="progress-bar__fill"] {
    height: 100%;
    width: 0;
    background: #075F69;
    transition: width 0.3s ease;
}
div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="pagination-progress"] [data-role="progress-text"]{
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #075F69;
    margin-bottom: 15px;
}
@media screen and ( max-width: 1024px ){
    div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="pagination-progress"] {
        margin: 65px auto;
    }
    div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="home-preview-categories"]{
        padding: 25px 20px;
    }
    div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="home-previews-container"]{
        padding: 0;
    }
    div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="content-thumbnails"]{
        gap: 1rem;
    }
    div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="content-thumbnails"] [data-module="thumbnail"]{
        width: calc(100% / 2 - 1.5rem);
    }
}
@media screen and ( max-width: 640px ){
    div[data-role="blog-modelworks"][data-module="home-previews"] [data-role="content-thumbnails"] [data-module="thumbnail"]{
        width: calc(100% - 1.5rem);
    }
}

/* slider-full */
div[data-role="blog-modelworks"][data-module="slider-full"] img[data-device="mobile"]{display: none;}
div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"]{
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}
div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"] [data-role="cms-slide"]{
    min-width: 100%;
}
div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"] .slick-track{
    width: 100%!important;
    display: flex;
    flex-direction: row;
}
div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"] .slick-dots{
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    flex-direction: row;
    gap: 4px;
}
div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"] .slick-dots button{
    font-size: 0;
    line-height: 0;
    height: 2px;
    width: 48px;
    border: none;
    background-color: #FFFFFF30;
    position: relative;
}
div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"] .slick-dots .slick-active button {
    background-color: #FFFFFF;
}
div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"] button{
    position: absolute;
    z-index: 2;
    background-color: transparent;
    border: none;
}
div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"] button.slick-prev{
    bottom: 32px;
    right: 125px;
    cursor: pointer;
}
div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"] button.slick-next{
    bottom: 32px;
    right: 64px;
    cursor: pointer;
}
div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"] img{
    min-width: 100%;
}
@media screen and ( max-width: 1024px ){
    div[data-role="blog-modelworks"][data-module="slider-full"] img[data-device="mobile"]{display: block;}
    div[data-role="blog-modelworks"][data-module="slider-full"] img[data-device="desktop"]{display: none;}
    div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"] .slick-dots{
        bottom: 15px;
    }
    div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"] button.slick-prev{
        left: 5px;
        bottom: 50%;
    }
    div[data-role="blog-modelworks"][data-module="slider-full"] [data-role="cms-slider-full"] button.slick-next{
        right: 5px;
        bottom: 50%;
    }
}
/* testimonials */
div[data-role="blog-modelworks"][data-module="testimonials-light"],
div[data-role="blog-modelworks"][data-module="testimonials"]{
    width: 95%;
    max-width: 1240px;
    margin: 40px auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #dddddd3b;
}

/* simple image */
div[data-role="blog-modelworks"][data-module="simple-img"] img{
    display: block;
    margin: 20px auto;
}

/* multiple image */
div[data-role="blog-modelworks"][data-module="multiple-img"]{
    background-color: #075F69;
    width: 100%;
    margin: auto;
    padding: 0 2.5vw;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-top: 50px;
}
div[data-role="blog-modelworks"][data-module="multiple-img"] > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5vw;
}
div[data-role="blog-modelworks"][data-module="multiple-img"] img{
    display: block;
    margin: 20px auto;
    width: calc((100% - 25vw) / 6);
}
@media screen and ( max-width: 1024px ){
    div[data-role="blog-modelworks"][data-module="testimonials-light"]{
        visibility: hidden;
        padding: 0;
        margin: 0;
    }
}
@media screen and ( min-width: 1600px ){
    div[data-role="blog-modelworks"][data-module="multiple-img"] > div{
        gap: 70px;
        max-width: 1380px;
        margin: auto;
    }
}

/* push 3 blocks */
div[data-role="blog-modelworks"][data-module="push-3-blocks"]{
    margin-bottom: 40px;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"]{
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 28px;
    padding: 0 10px;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] [data-role="push-block"]{
    width: 435px;
    max-width: 441px;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] [data-role="push-block"].slick-slide{
    padding: 10px;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] [data-role="push-block"] [data-role="sup-head-text"]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
    padding: 10px 20px;
    box-sizing: border-box;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] [data-role="push-block"] [data-role="sup-head-text"] span{
    font-family: 'Montserrat-Semibold', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #891629;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] [data-role="push-block"] [data-role="sup-head-text"] [data-position="left"]{
    white-space: nowrap;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] [data-role="push-block"] [data-role="sup-head-text"] [data-position="right"]{
    text-align: right;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] [data-role="push-block"] [data-role="push-title"]{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #053D43;
    padding: 5px 20px 10px;
    box-sizing: border-box;
    text-align: center;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] [data-role="push-block"] [data-role="push-cta"]{
    font-family: 'Poppins-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    margin: auto;
    width: fit-content;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 31px;
    background-color: #891629;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 3.5px 16px;
    transition: .3s;
    margin-top: 15px;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] [data-role="push-block"] [data-role="push-cta"]:hover{
    background-color: #6A0F1E;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] .slider-arrow {
    padding: 25px 15px;
    border: 1px solid #DDDDDD;
    display: inline-block !important;
    position: absolute;
    top: calc(50% - 32px);
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] .slider-arrow {
    border: none;
    background-color: inherit;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] .slider-arrow.prevarrow {
    left: 0;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] .slider-arrow.prevarrow {
    left: -90px;
    transform: rotate(85deg);
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] .slider-arrow.nextarrow {
    right: 0;
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] .slider-arrow.nextarrow {
    right: -90px;
    transform: rotate(-90deg);
}
div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] .slider-arrow .arrow {
    padding: 5px;
    border-width: 0 2px 2px 0;
}
@media screen and ( max-width: 1380px ){
    div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"]{
        gap: 15px;
    }
    div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] [data-role="push-block"] [data-role="sup-head-text"]{
        padding: 5px 10px;
    }
    div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] [data-role="push-block"] [data-role="push-title"]{
        padding: 5px 10px;
        font-size: 20px;
        line-height: 22px;
    }
}
@media screen and ( max-width: 840px ){
    div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"]{
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and ( max-width: 768px ) {
    div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] {
        flex-direction: column;
        align-items: center;
    }
    div[data-role="blog-modelworks"][data-module="push-3-blocks"] [data-role="push-container"] [data-role="push-block"]{
        max-width: 100%;
        width: 100%;
    }
}

/* Register your interest */
/*----------------------------------------------------------------------*/
/*Register Your Interest*/
/*----------------------------------------------------------------------*/
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming{
    margin-block: 100px;
    overflow:hidden;
    font-family: 'archivo', sans-serif;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming .title-l-uk {
    margin-bottom: 32px;
    text-align: center;
    font-family: "Poppins Bold",sans-serif;
    font-size: 45px;
    color: #0F3A60;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming a{
    width: fit-content;
    margin-top: 24px;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming .comming-slider {
    max-width: 912px;
    margin: 0 auto;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming .comming-slide {
    position: relative;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming .comming-slide .img-container{
    border-radius: 13px;
    overflow: hidden;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming .comming-slide .textblock{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 64px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming .comming-slide .textblock img{
    max-height: 90px;
    width: auto;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming .comming-slider .slick-arrow{
    position: absolute;
    z-index: 2;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming .comming-slider .slick-arrow svg{
    background: #fff;
    border-radius: 7px;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming .comming-slider .slick-arrow svg path{
    stroke: #000;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming .comming-slider .slick-arrow svg rect{
    stroke: #000;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming .comming-slider .slick-prev{
    bottom: 64px;
    right: 125px;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] .comming .comming-slider .slick-next{
    bottom: 64px;
    right: 64px;
}
/* Slider */
.comming [type=radio] {
    display: none;
}
div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] img[data-device="mobile"]{display: none;}
@media screen and ( max-width: 1024px ) {
    div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] img[data-device="mobile"] {
        display: block;
    }

    div[data-role="blog-modelworks"][data-module="slider-register-your-interest"] img[data-device="desktop"] {
        display: none;
    }
}
/* slider-full */
.is-builder div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"]{
    width: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}
div[data-role="blog-modelworks"][data-module="slider-three-slide"]{
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0 110px;
}
div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"]{
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}
.is-builder div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] div{
    min-width: 443px;
}
div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] div[data-role="cms-slide"]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10.5px;
}
div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .text{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: #053D43;
    margin-top: 15px;
    text-align: center;
}
div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .text b{
    font-family: "Poppins Bold", sans-serif;
}
div[data-role="blog-modelworks"][data-module="slider-three-slide"] .slider-arrow {
    padding: 25px 15px;
    border: 1px solid #DDDDDD;
    display: inline-block !important;
    position: absolute;
    top: calc(50% - 32px);
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
}
div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .slider-arrow {
    border: none;
    background-color: inherit;
}
div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .slider-arrow.prevarrow {
    left: 0;
}
div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .slider-arrow.prevarrow {
    left: -90px;
    transform: rotate(85deg);
}
div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .slider-arrow.nextarrow {
    right: 0;
}
div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .slider-arrow.nextarrow {
    right: -90px;
    transform: rotate(-90deg);
}
div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .slider-arrow .arrow {
    padding: 5px;
    border-width: 0 2px 2px 0;
}
@media screen and ( max-width: 1024px ){
    div[data-role="blog-modelworks"][data-module="slider-three-slide"]{
        padding-bottom: 0;
    }
    div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"]{
        display: flex;
        flex-direction: column;
    }
    div[data-role="blog-modelworks"][data-module="slider-three-slide"] img[data-device="mobile"]{display: block;}
    div[data-role="blog-modelworks"][data-module="slider-three-slide"] img[data-device="desktop"]{display: none;}
    div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .slick-dots{
       display: flex;
        gap: 14px;
        justify-content: center;
    }
    div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] button.slick-prev{
        left: 5px;
        bottom: 50%;
    }
    div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] button.slick-next{
        right: 5px;
        bottom: 50%;
    }
    div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] div[data-role="cms-slide"] img{
        max-width: 310px;
        width: 100%;
    }
    div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .text{

    }
     div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .slick-dots li{
        border-radius: 100px;
        border: none;
        width: 7px;
        height: 7px;

    }
     div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .slick-dots li button{
        display: block;
        width: 7px;
        height: 7px;
        padding: 0;
        background-color: #3E6990;
        opacity: 26%;
        border: none;
        border-radius: 100%;
        text-indent: -9999px;
    }
     div[data-role="blog-modelworks"][data-module="slider-three-slide"] [data-role="cms-slider-three-slide"] .slick-dots li.slick-active button{
        opacity: inherit;
    }
}