    /**********************************************/
    /*  Theme Name: Author: Custom Theme
/**********************************************/
/* p,h1,h2,h3,h4,a{
    letter-spacing: 1px !important;
}
.mobile p,h1,h2,h3,h4,a{
    letter-spacing: 1px !important;
} */
    #scroll-to-top{
        display: none !important;
    }
    body .only_desktop {
        display: block;
    }
    
    body .only_desktop_flex {
        display: flex;
    }
    
    body .only_mobile {
        display: none;
    }
    
    body .only_mobile_flex {
        display: none;
    }
    
    body.mobile .only_desktop {
        display: none;
    }
    
    body.mobile .only_desktop_flex {
        display: none;
    }
    
    body.mobile .only_mobile {
        display: block;
    }
    
    body.mobile .only_mobile_flex {
        display: flex;
    }
    body.home .only_home{
        display: flex;
    }
    body.single-articles .only_home{
        display: none;
    }
    body.home .only_article{
        display: none;
    }
    body.single-articles .only_article{
        display: flex;
    }
    img {
        object-fit: contain;
    }

    body.hidden{
        overflow: hidden;
    }

    /* @font-face {
        font-family: "almoni-tzar-light-aaa";
        src: url(./fonts/almoni-tzar-light-aaa.eot),
         url(./fonts/almoni-tzar-light-aaa.woff) format("woff"),
          url(./fonts/almoni-tzar-light-aaa.woff2) format("woff2");
    } */
    

    @font-face {
        font-family: "News-75";
        src: url(./fonts/News-75.eot),
         url(./fonts/News-75.otf) format("otf"),
         url(./fonts/News-75.svg) format("svg"),
         url(./fonts/News-75.woff) format("woff"),
          url(./fonts/News-75.woff2) format("woff2");
    }
    @font-face {
        font-family: "News-77";
        src: url(./fonts/News-77.eot),
         url(./fonts/News-77.otf) format("otf"),
         url(./fonts/News-77.svg) format("svg"),
         url(./fonts/News-77.woff) format("woff"),
          url(./fonts/News-77.woff2) format("woff2");
    }

    @font-face {
        font-family: "Assistant-ExtraLight";
        src: url(./fonts/Assistant-ExtraLight.eot),
         url(./fonts/Assistant-ExtraLight.otf) format("otf"),
         url(./fonts/Assistant-ExtraLight.svg) format("svg"),
         url(./fonts/Assistant-ExtraLight.woff) format("woff"),
          url(./fonts/Assistant-ExtraLight.woff2) format("woff2");
    }
    @font-face {
        font-family: "Assistant-Light";
        src: url(./fonts/Assistant-Light.eot),
         url(./fonts/Assistant-Light.otf) format("otf"),
         url(./fonts/Assistant-Light.svg) format("svg"),
         url(./fonts/Assistant-Light.woff) format("woff"),
          url(./fonts/Assistant-Light.woff2) format("woff2");
    }
    @font-face {
        font-family: "Assistant-Regular";
        src: url(./fonts/Assistant-Regular.eot),
         url(./fonts/Assistant-Regular.otf) format("otf"),
         url(./fonts/Assistant-Regular.svg) format("svg"),
         url(./fonts/Assistant-Regular.woff) format("woff"),
          url(./fonts/Assistant-Regular.woff2) format("woff2");
    }
    @font-face {
        font-family: "Assistant-Medium";
        src: url(./fonts/Assistant-Medium.eot),
         url(./fonts/Assistant-Medium.otf) format("otf"),
         url(./fonts/Assistant-Medium.svg) format("svg"),
         url(./fonts/Assistant-Medium.woff) format("woff"),
          url(./fonts/Assistant-Medium.woff2) format("woff2");
    }
    @font-face {
        font-family: "Assistant-SemiBold";
        src: url(./fonts/Assistant-SemiBold.eot),
         url(./fonts/Assistant-SemiBold.otf) format("otf"),
         url(./fonts/Assistant-SemiBold.svg) format("svg"),
         url(./fonts/Assistant-SemiBold.woff) format("woff"),
          url(./fonts/Assistant-SemiBold.woff2) format("woff2");
    }
    @font-face {
        font-family: "Assistant-Bold";
        src: url(./fonts/Assistant-Bold.eot),
         url(./fonts/Assistant-Bold.otf) format("otf"),
         url(./fonts/Assistant-Bold.svg) format("svg"),
         url(./fonts/Assistant-Bold.woff) format("woff"),
          url(./fonts/Assistant-Bold.woff2) format("woff2");
    }
    @font-face {
        font-family: "Assistant-ExtraBold";
        src: url(./fonts/Assistant-ExtraBold.eot),
         url(./fonts/Assistant-ExtraBold.otf) format("otf"),
         url(./fonts/Assistant-ExtraBold.svg) format("svg"),
         url(./fonts/Assistant-ExtraBold.woff) format("woff"),
          url(./fonts/Assistant-ExtraBold.woff2) format("woff2");
    }
    
    a {
        color: inherit;
    }
    
    ul {
        list-style-type: none;
    }
    button{
        background: transparent;
        border: none;
        cursor: pointer;
    }
    label {
        width: 0;
        height: 0;
        opacity: 0;
    }
    strong {
        font-family: "News-75", sans-serif;
    }
    * {
        margin: 0;
        padding: 0;
        font-family: "News-77", sans-serif;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        scroll-behavior: smooth;
        text-decoration: none;
        box-sizing: border-box;
    }
    body * {
        direction: rtl;
    }
    body.lang-en * {
        direction: ltr;
        font-family: "Assistant-SemiBold", sans-serif;
    }
    body .slick-list {
        direction: rtl;
    }
    
     ::-webkit-scrollbar {
        width: 5px;
        border-radius: 100vw;
        display: block !important;
    }
    
     ::-webkit-scrollbar-track {
        background: #ccc;
    }
    
     ::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 100vw;
    }
    
     ::-webkit-scrollbar-thumb:hover {
        background: #000;
        border-radius: 100vw;
    }
    
    .formContent {
        position: fixed;
        top: 0;
        right: 0;
        width: 31.25vw;
        height: 100%;
        z-index: 4;
        align-items: center;
        justify-content: center;
        transform: translateX(40vw);
        display: none;
    }
    .mobile .formContent {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        z-index: 4;
        align-items: center;
        justify-content: center;
        transform: translateY(110vh);
        display: none;
    }
    .formContent.active {
        display: block;
        transform: translateX(40vw);
        animation: 0.6s showFromRight ease-in-out;
        animation-fill-mode: forwards;
    }
    @keyframes showFromRight{
        100% {
            transform: translateX(0);
        }
    }
    .mobile .formContent.active {
        display: block;
        transform: translateY(110vh);
        animation: 0.6s showFromRightMobile ease-in-out;
        animation-fill-mode: forwards;
    }
    @keyframes showFromRightMobile{
        100% {
            transform: translateY(0);
        }
    }

    .formContent.active.remove {
        display: block;
        transform: translateX(0vw);
        animation: 0.6s hideFromRight ease-in-out;
        animation-fill-mode: forwards;
    }
    
    .mobile .formContent.active.remove {
        display: block;
        transform: translateY(0);
        animation: 0.6s hideFromRightMobile ease-in-out;
        animation-fill-mode: forwards;
    }
    
    @keyframes hideFromRight {
        100% {
            transform: translateX(40vw);
        }
    }
    @keyframes hideFromRightMobile {
        100% {
            transform: translateY(110vh);
        }
    }
    .bgOpenForm{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0.6;
        z-index: 2;
        display: none;
    }
    .bgOpenForm.show{
        display: block;
        opacity: 0;
        animation: bgFadeIn 0.6s forwards linear;
    }
    @keyframes bgFadeIn{
        100% {
            opacity: 0.6;
        }
    }
    .wrapperForm {
        width: 100%;
        height: 100vh;
        position: relative;
        background-color: #fff;
        box-shadow: 0vw 0px 6px #10101059;
        overflow: hidden;
    overflow-y: scroll;
    }
    .wrapperForm::-webkit-scrollbar {
display: none !important;
    }
    .formContent .close {
        position: absolute;
        top: 2.4vw;
        left: 2.4vw;
        width: 1.7vw;
        height: 1.7vw;
        cursor: pointer;
        z-index: 2;
        background-color: transparent;
    }
    .mobile .formContent .close {
        top: 4.4vw;
        left: 4.4vw;
        width: 4.7vw;
        height: 4.7vw;
    }
    .formContent .close span {
        width: 1.7vw;
        height: 1px;
        background-color: #000;
        position: absolute;
        margin-top: 0vw;
        margin-right: -0.8vw;
    }
    .mobile .formContent .close span {
        width: 4.7vw;
        margin-right: -2.1vw;
    }
    .formContent .close span:nth-of-type(1) {
        transform: rotate(-45deg);
    }
    .formContent .close span:nth-of-type(2) {
        transform: rotate(45deg);
    }
    .containerForm {
        text-align: center;
        padding: 2.6vw;
    }
    .mobile .containerForm {
        padding: 4.8vw;
        height: 120vh;
    }
    .footerLogo{
        width: 6vw;
        height: 6vw;
        margin-top: -0.5vw;
        position: relative;
        top: 0;
    }
    .mobile .footerLogo {
        width: 25vw;
        height: 25vw;
        margin-top: -2vw;
    }
    .decriptionForm1 {
        font-size: 2.6vw;
        text-align: right;
        margin-top: 1vw;
        letter-spacing: 0.04vw;
    }
    .mobile .decriptionForm1 {
        font-size: 8.9vw;
        margin-top: 5.7vw;
        letter-spacing: 0.08vw;
    }
    .decriptionForm1 p{
        font-family: "News-75", sans-serif;
    }
    .decriptionForm1_1 {
        font-size: 1.8vw;
        text-align: right;
        margin-top: 0.5vw;
        position: relative;
        letter-spacing: 0.04vw;
    }
    .mobile .decriptionForm1_1 {
        font-size: 7.4vw;
        margin-top: 1.2vw;
        letter-spacing: 0.08vw;
    }
    .decriptionForm1_1 .line {
        position: absolute;
        top: 1.5vw;
        right: 0vw;
        width: 12.7vw;
        height: 0.4vw;
    }
    .mobile .decriptionForm1_1 .line {
        top: 5.9vw;
        right: 0.1vw;
        width: 50.5vw;
        height: 1.2vw;
    }
    .decriptionForm2{
        font-size: 1.1vw;
        margin-top: 1.3vw;
        text-align: right;
        line-height: 1;
    }
    .decriptionForm2 p{
        font-family: "Assistant-Regular";
    }
    .mobile .decriptionForm2 {
        font-size: 4.8vw;
        margin-top: 3.5vw;
    }
    .containerForm h2 p {
        font-size: 3.45vw;
        font-weight: 400;
        line-height: 1;
        text-align: right;
        margin-top: 2.7vw;
    }
    .containerForm .decriptionForm p {
        font-size: 1.45vw;
        line-height: 1.05;
        font-weight: 400;
        text-align: right;
    }
    .containerForm .must {
        font-size: 1.05vw;
        margin-top: 2.6vw;
        text-align: right;
        font-family: "News-75", sans-serif;
        letter-spacing: 0.04vw;
    }
    .mobile .containerForm .must {
        font-size: 3.9vw;
        margin-top: 5.7vw;
        letter-spacing: 0.08vw;
    }
    .fields-section {
        position: relative;
        margin-top: 0.5vw;
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    .field {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 2.6vw;
    }
    .mobile .field {
        margin-top: 12.6vw;
    }
    label {
        width: 0;
        height: 0;
        opacity: 0;
    }
    .field-placeholder {
        font-size: 1.3vw;
        position: absolute;
        margin-top: 0vw;
        z-index: 0;
        font-family: "News-75", sans-serif;
        top: 0;
        letter-spacing: 0.04vw;
    }
    .mobile .field-placeholder {
        font-size: 4.8vw;
        letter-spacing: 0.08vw;
    }
    .input-after-active {
        animation: SlideDown 0.5s both;
    }

    @keyframes SlideDown{
        0% {
            transform: translateY(-1.5vw) scale(0.8) translateX(0.5vw);
        }
        100% {
            transform: translateY(0) scale(1) translateX(0);
        }
    }
    .field-placeholder.active {
        animation: SlideUp 0.5s both;
    }
    @keyframes SlideUp{
        0% {
            transform: translateY(0) scale(1) translateX(0);
        }
        100% {
            transform: translateY(-1.5vw) scale(0.8) translateX(0.5vw);
        }
    }

    .mobile .input-after-active {
        animation: SlideDownMobile 0.5s both;
    }

    @keyframes SlideDownMobile{
        0% {
            transform: translateY(-5.5vw) scale(0.8) translateX(1.5vw);
        }
        100% {
            transform: translateY(0) scale(1) translateX(0);
        }
    }

    .mobile .field-placeholder.active {
        animation: SlideUpMobile 0.5s both;
    }
    @keyframes SlideUpMobile{
        0% {
            transform: translateY(0) scale(1) translateX(0);
        }
        100% {
            transform: translateY(-5.5vw) scale(0.8) translateX(1.5vw);
        }
    }
    input {
        background-color: transparent;
        border-radius: 0;
        border: 0;
        outline: none;
        line-height: 1.5;
        font-size: 1.3vw;
        width: 100%;
        border-bottom: 2px solid #000;
        z-index: 1;
        height: 1.4vw;
    }
    .mobile input {
        font-size: 4.8vw;
        height: 4.4vw;
    }
    .error-m {
        font-size: 0.95vw;
        position: absolute;
        left: 0;
        top: 1.5vw;
        display: none;
    }
    .mobile .error-m {
        font-size: 3.9vw;
        top: 5.5vw;
    }
    .success {
        display: none;
        position: absolute;
        left: 0;
        font-size: 1vw;
        color: green;
    }
    .mobile .success {
        font-size: 5vw;
        top: -2vw;
    }
    .field-checkbox label {
        width: 100%;
        height: 3vw;
        opacity: 1;
        display: flex;
        cursor: pointer;
        align-items: flex-start;
        justify-content: center;
    }
    .mobile .field-checkbox label {
        height: 8vw;
    }
    .field input[type="checkbox"] {
        /* display: none; */
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .field .checkbox-v {
        background-color: transparent;
        flex-shrink: 0;
        position: relative;
        cursor: pointer;
        padding: 0;
        width: 1.1vw;
        height: 1.1vw;
        top: 0vw;
        color: #000;
        opacity: 1;
        border: 2px solid #000;
    }
    .mobile .field .checkbox-v {
        width: 5.2vw;
        height: 5.2vw;
        border-radius: 1vw;
    }
    .field-checkbox label .checkbox-title {
        padding: 0;
        line-height: 1;
        opacity: 1;
        font-size: 1.05vw;
        top: -0.1vw;
        margin-right: 0.5vw;
        width: 50vw;
        position: relative;
        font-family: "News-75", sans-serif;
        letter-spacing: 0.04vw;
    }
    .mobile .field-checkbox label .checkbox-title {
        font-size: 3.9vw;
        top: -0.3vw;
        margin-right: 1.5vw;
        width: 100%;
        letter-spacing: 0.08vw;
    }
    .field-checkbox .error-m {
        top: 3vw;
    }
    .mobile .field-checkbox .error-m {
        top: 8vw;
    }
    .field input[type="checkbox"]:checked+.checkbox-v::before {
        content: "✔";
        color: var(--color2);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.35vw;
        transition: all 0.4s ease-in-out;
        top: 0.3vw;
        left: 0.6vw;
    }
    .mobile .field input[type="checkbox"]:checked+.checkbox-v::before {
        font-size: 6.35vw;
        top: 1vw;
        left: 2.6vw;
    }
    .send-btn {
        width: 100%;
        height: 3.1vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2.6vw;
    }
    .mobile .send-btn {
        height: 16.9vw;
        margin-top: 4.8vw;
    }
    .wrapperSendButtonForm {
        width: 100%;
        height: 100%;
        background: #0046FE;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        cursor: pointer;
        z-index: 1;
    }
    .wrapperSendButtonForm p{
        color: #fff;
        font-family: "News-75", sans-serif;
        font-size: 1.55vw;
        letter-spacing: 0.04vw;
    }
    .mobile .wrapperSendButtonForm p {
        font-size: 6vw;
        letter-spacing: 0.08vw;
    }
    .wrapperSendButtonForm span{
        width: 0.6vw;
        height: 0.6vw;
        background: transparent;
        border: none;
        border-top: 4px solid #fff;
        border-left: 4px solid #fff;
        transform: rotate(-45deg);
        margin-right: 0.3vw;
        position: relative;
        top: 0.1vw;
    }
    .mobile .wrapperSendButtonForm span {
        width: 2.6vw;
        height: 2.6vw;
        border-top: 3px solid #fff;
        border-left: 3px solid #fff;
        margin-right: 1.5vw;
        top: 0.2vw;
    }
    .tnx {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 9vw;
        right: 0;
        background: #fff;
        z-index: 1;
        /* display: block; */
        display: none;
    }
    .mobile .tnx {
        top: 30vw;
    }
    .wrapperTnx {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        flex-direction: column;
    }
    .mobile .wrapperTnx {
        margin-top: -20vw;
    }
    .wrapperTnx h2 {
        font-size: 3.45vw;
        font-weight: 400;
    }
    .wrapperTnx p {
        font-size: 1.45vw;
        line-height: 1.1;
    }
    .wrap_page{
        overflow: hidden;
    }
    header{
    width: 100%;
    height: 5.7vw;
    overflow: hidden;
    position: relative;
    top: 0;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 0px 4px #000;
    }
    .mobile header {
        height: 26.6vw;
        position: inherit;
    }
    .headerLogo{
        width: 5.1vw;
        height: 5.1vw;
        position: relative;
        right: -0.7vw;
    }
    .mobile .headerLogo {
        width: 24vw;
        height: 24vw;
        position: relative;
        top: 0;
        right: -3vw;
    }
    .wrapperHeader{
        padding: 1.05vw 2.05vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
    .mobile .wrapperHeader {
        padding: 0;
        justify-content: space-between;
        padding: 0 4.8vw;
    }
    .headerButton{
        width: 20.45vw;
        height: 3.1vw;
        background: #0046FE;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .headerButton p{
        font-size: 1.6vw;
        line-height: 1;
        color: #fff;
        font-family: "News-75", sans-serif;
        letter-spacing: 0.04vw;
    }
    .mobile .headerButton p{
        letter-spacing: 0.08vw;
    }
    .headerButton span{
        width: 0.5vw;
        height: 0.5vw;
        background: transparent;
        border: none;
        border-top: 3px solid #fff;
        border-left: 3px solid #fff;
        transform: rotate(-45deg);
        margin-right: 0.6vw;
        position: relative;
        top: 0vw;
    }
    .menu{
        width: 100%;
        height: 2.6vw;
        background: #000;
        display: flex;
        align-items: center;
        padding: 0 1vw;
    }
    .mobile .menu {
        width: 290vw;
        height: 10.4vw;
        background: #000;
        display: flex;
        align-items: center;
        padding: 0 24.8vw 0 1vw;
        border-bottom: 2px solid #fff;
    }
    .mobile #menu-main-2 {
        width: inherit;
        height: inherit;
        background: inherit;
        display: flex;
        align-items: inherit;
        padding: inherit;
        border-bottom: inherit;
        gap: 4vw;
    }
     .mobileWrapperMenu{
        position: relative;
    }
    .mobile .mobileWrapperMenu{
        width: 100%;
        overflow: scroll;
        position: relative;
        top: 0;
        z-index: 2;
    }
    body.up .wrapperFixedWrapperMobile{
        transition: 1s ease;
        transform: translateY(0);
    }
    body.down .wrapperFixedWrapperMobile{
        transition: 1s;
        transform: translateY(-27.2vw);
    }
    .wrapperFixedWrapperMobile{
        position: sticky;
        top: 0;
        z-index: 2;
    }
    .mobile .mobileWrapperMenu::-webkit-scrollbar{
        display: none !important;
    }
    .menu span{
        width: 1px;
        height: 1.2vw;
        background-color: #fff;
        display: inline-block;
    }
    .mobile .menu span {
        width: 1px;
        height: 5.4vw;
    }
    .scroll-link{
        color: #fff;
        font-size: 1.55vw;
        margin: 0 1.05vw;
        letter-spacing: 0.04vw;
    }
    .mobile .scroll-link {
        font-size: 4.8vw;
        margin: 0 4.8vw;
        letter-spacing: 0.08vw;
    }
    .scroll-link.active,
    .scroll-link:hover{
        text-decoration: underline;
        text-decoration-color: #E60001;
        text-underline-offset: 4px;
    }
    .section-1{
        text-align: center;
        height: 38.15vw;
        background: #FDDA04;
        position: relative;
    }
    .mobile .section-1 {
        height: 115.6vw;
        padding: 9.6vw 4.8vw;
        overflow: hidden;
    }
    .hand{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 38.15vw;
    }
    .mobile .hand {
        bottom: 0;
        width: 91vw;
        height: 109vw;
        left: -2vw;
    }
    .wrapperSection_1Text{
        position: relative;
        z-index: 1;
        padding: 5.2vw 7.8vw;
    }
    .mobile .wrapperSection_1Text {
        padding: 0;
    }
    .h1txt-1{
        position: relative;
    }
    .mobile .h1txt-1 {
        padding: 0 4.8vw;
        margin-top: -2vw;
    }
    .h1txt-1 p{
        font-size: 11.45vw;
        line-height: 0.8;
        text-align: right;
        letter-spacing: -0.23vw;
    }
    .mobile .h1txt-1 p {
        font-size: 16vw;
        letter-spacing: -0.4vw;
    }
    .mobile .h1txt-1 p strong{
       line-height: 0.9;
    }
    .line{
        position: absolute;
        top: 8.7vw;
        right: 0.3vw;
        width: 28.3vw;
        height: 0.7vw;
        background: red;
    }
    .mobile .line {
        top: 12.6vw;
        right: 5vw;
        width: 38.8vw;
        height: 1.2vw;
    }
    .h1txt-2{
        position: relative;
    }
    .h1txt-2 strong{
        text-decoration: underline;
        text-decoration-color: #E60001;
    }
    .h1txt-2 .line{
        top: 3.9vw;
        right: 47.1vw;
        width: 15.6vw;
        height: 0.2vw;
    }
    .mobile .h1txt-2 .line{
        top: 3.9vw;
        right: 47.1vw;
        width: 15.6vw;
        height: 0.2vw;
    }
    .h1txt-2 p{
        font-size: 2.05vw;
        line-height: 1;
        text-align: right;
        margin-top: 2.6vw;
    }
    .headerShareIcon{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1vw;
        -webkit-gap: 1vw;
        position: relative;
        left: 24vw;
    }
    .mobile .headerShareIcon{
        gap: 0;
        -webkit-gap: 0;
        left: 0;
        flex-direction: column;
    }
    .headerShareIcon p{
        font-size: 1.5vw;
        letter-spacing: 0.04vw;
    }
    .mobile .headerShareIcon p {
        font-size: 6.1vw;
        letter-spacing: 0.08vw;
        width: 34vw;
    }
    .mobile .headerShareIcon .shareLinkImage {
        width: 9.2vw;
        height: 9.2vw;
    }
    .wrapperIconShareHeader{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5vw;
        -webkit-gap: 1vw; 
    }
    .mobile .wrapperIconShareHeader {
        margin-top: 2vw;
        gap: 2vw;
        -webkit-gap: 2vw;
    }
    .mobile .h1txt-2 p {
        font-size: 5.1vw;
        margin-top: 4.2vw;
        background: rgba(0, 0, 0, 0.75);
        margin-left: 6.8vw;
        padding: 4.8vw;
        color: #fff;
        line-height: 1.1;
        font-family: "Assistant-Regular";
        /* letter-spacing: 0.1vw; */
    }
    /* .mobile .h1txt-2 p strong{
        color: #E60001;
    } */
    .sec_1_txt1 p{
        font-size: 2.3vw;
        color: #4b4b4b;
        line-height: 1;
        margin-top: 4vw;
    }
    .sec_1_txt2 p{
        font-size: 2.3vw;
    }
    .section-1_1{
        position: relative;
    }
    .wrapperItemsLAws{
        padding: 0 7.8vw 2.6vw;
        margin-top: 2.6vw;
        display: flex;
        gap: 0.9vw;
        -webkit-gap: 0.9vw;
        flex-flow: column wrap;
        height: 90vw;
    }
    .mobile .wrapperItemsLAws {
        padding: 0 0 4.8vw 0;
        margin-top: 9.6vw;
        display: block;
        height: 314vw;
        margin-right: -4.8vw;
        width: 100vw;
    }
    .sec1_1-title{
        font-size: 3.65vw;
        color: #fff;
        padding-top: 4.95vw;
        letter-spacing: 0.04vw;
    }
    .mobile .sec1_1-title {
        font-size: 10.8vw;
        padding-top: 9.6vw;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3.5vw;
        -webkit-gap: 3.5vw;
        letter-spacing: 0.08vw;
    }
    .mobile .sec1_1-title span{
        width: 2vw;
        height: 2vw;
        background: transparent;
        border: none;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(-45deg);
        margin-right: 0.6vw;
        position: relative;
        top: 0vw;
    }
    .mobile .sec1_1-title span:nth-of-type(1){
        transform: rotate(135deg);
    }
    .section-2{
        text-align: center;
        background-color: #252525;
        position: relative;
    }
    .mobile .section-2 {
        padding: 9.6vw 4.8vw 4.8vw;
    }
    /* .mobile .wrapperSection-2_top{
        background-color: #000;
    } */
    .wrapperSection-2_top{
        z-index: 1;
        position: relative;
    }
    .sec2-title{
        position: relative;
        padding-top: 1.5vw;
    }
    .mobile .sec2-title {
        padding-top: 8.5vw;
    }
    .bgSection2{
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mobile .bgSection2{
        height: 100%;
        height: 227vw;
        filter: brightness(0.5);
    }
    .sec2-title .line {
        position: absolute;
        top: 8.3vw;
        right: 30.3vw;
        width: 8.3vw;
        height: 0.4vw;
    }
    .mobile .sec2-title .line {
        top: 22.1vw;
        right: 6.1vw;
        width: 16.6vw;
        height: 1.2vw;
    }
    .sec2-title p{
        font-size: 7.8vw;
        line-height: 1;
        color:#FDDA04;
        letter-spacing: 0.04vw;
    }
    .mobile .sec2-title p {
        font-size: 15.6vw;
        letter-spacing: 0.08vw;
    }
    .sec2-title_2 p{
        font-size: 3.6vw;
        line-height: 0.7;
        color:#FDDA04;
        letter-spacing: 0.04vw;
    }
    .mobile .sec2-title_2 p {
        font-size: 9.8vw;
        line-height: 1.1;
        letter-spacing: 0.08vw;
    }
    .sec2-content{
        margin: 3.7vw auto 0;
        text-align: center;
    }
    .mobile .sec2-content {
        margin: 2.7vw auto 0;
    }
    .wrapperSec2-content{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 4.6vw;
    }
    .mobile .wrapperSec2-content {
        padding-bottom: 9.6vw;
        flex-direction: column;
        gap: 4.8vw;
        -webkit-gap: 4.8vw;
    }
    .item{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .num{
        font-size: 7.8vw;
        line-height: 0.7;
        color: #FDDA04;
    }
    .mobile .num {
        font-size: 16.8vw;
        line-height: 0.7;
    }
    .txtContentSec2{
        position: relative;
    }
    .mobile .txtContentSec2 {
        margin-top: 1.5vw;
    }
    .txtContentSec2 .line {
        position: absolute;
        top: 2.3vw;
        right: 0.35vw;
        width: 8.3vw;
        height: 0.3vw;
    }
    .mobile .txtContentSec2 .line {
        top: 7.5vw;
        right: 3.7vw;
        width: 22.7vw;
        height: 1vw;
    }
    .txtContentSec2 p{
        font-size: 2.6vw;
        line-height: 1;
        color: #fff;
        letter-spacing: 0.04vw;
    }
    .mobile .txtContentSec2 p {
        font-size: 7.2vw;
        letter-spacing: 0.08vw;
    }
    .txtContentSec2 .lowTxt{
        font-size: 2.6vw;
        line-height: 1;
        color: #fff;
        position: relative;
        width: 9vw;
        margin: 0 auto;
        letter-spacing: 0.04vw;
    }
    .mobile .txtContentSec2 .lowTxt {
        font-size: 7.2vw;
        width: 30vw;
        line-height: 1.3;
        letter-spacing: 0.08vw;
    }
   .txtContentSec2-1 p{
        font-size: 1.3vw;
        line-height: 1;
        margin-top: 1.5vw;
   }
   .txtContentSec2Dot{
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .txtContentSec2Dot p{
    font-size: 1.1vw;
    color: #999999;
   }
   .txtContentSec2Dot span{
    width: 0.2vw;
    height: 0.2vw;
    background: #8e8e8e;
    border-radius: 100vw;
    display: block;
    margin-left: 0.2vw;
   }
   .section-3{
    background: #000;
    padding: 2.6vw 7.8vw;
   }
   .mobile .section-3 {
    background: #000;
    padding: 9.6vw 7.2vw;
}
   .sec3-title p{
    font-size: 3.65vw;
    text-align: right;
    color: #FDDA04;
    line-height: 0.6;
    letter-spacing: 0.04vw;
   }
   .mobile .sec3-title p {
    font-size: 13.2vw;
    text-align: center;
    letter-spacing: 0.08vw;
}
   .itemLaws{
    width: 16.1vw;
    height: 26vw;
   }
   .mobile .itemLaws {
    width: 65.2vw;
    height: 75.4vw;
    }
   .mobile .itemLaws-5 ,
   .mobile .itemLaws-13,
   .mobile .itemLaws-2,
   .mobile .itemLaws-10,
   .mobile .itemLaws-18,
   .mobile .itemLaws-7,
   .mobile .itemLaws-15,
   .mobile .itemLaws-4,
   .mobile .itemLaws-12,
   .mobile .itemLaws-20 {
    width: 53.1vw;
    }
   .itemLaws-2,
   .itemLaws-4,
   .itemLaws-5,
   .itemLaws-7,
   .itemLaws-10,
   .itemLaws-12,
   .itemLaws-13,
   .itemLaws-15,
   .itemLaws-18,
   .itemLaws-20{
    height: 16.15vw;
   }
   .flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    width: 100%;
    height: 100%;
  }
  
  .flip-container:hover .flipper {
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    cursor:pointer;
  }
  .mobile .flip-container:hover .flipper {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    cursor:pointer;
  }
  /* .flip-container .flipper {
    -webkit-transform: rotateY(180deg);
    cursor:pointer;
  } */
  .mobile .flip-container.hover .flipper {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    cursor:pointer;
  }
  
  .front {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #000;
    color: white;
    padding: 1.3vw;
    text-align: right;

  }
  .mobile .front {
    padding: 3.5vw;
    align-items: flex-start;
    text-align: right;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
  .back {
    width: 99.8%;
    height: 100%;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    text-align: center;
    font-size: 18px;
    color: white;
    background-color: #E60001;
    padding: 1.3vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .mobile .back {
    padding: 3.5vw;
    align-items: flex-start;
    text-align: right;
    overflow: hidden;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
  
  .flipper {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .wrapperRevert{
    position: absolute;
    top: 0.3vw;
    left: 0.3vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    -webkit-gap: 0;
  }
  .revertLottie{
    width: 2.95vw;
    height: 3.25vw;
  }
  .mobile .revertLottie{
    width: 15.25vw;
    height: 15.25vw;
  }
  .wrapperRevert p{
    color: #FDDA03;
    font-size: 1.1vw;
    letter-spacing: 0.03vw;
  }
  .mobile .wrapperRevert p{
    color: #FDDA03;
    font-size: 3.9vw;
    letter-spacing: 0.08vw;
  }
  
  .mobile .wrapperRevert{
    top: 0.3vw;
    left: 0.3vw;
    gap: 0;
    -webkit-gap: 0;
  }
  lottie-player{
    width: 100%;
    height: 100%;
  }
  .danger_num {
    margin-top: 2.85vw;
  }
  .mobile .danger_num {
    margin-top: 1.2vw;
    width: 50vw;
}
  .danger_num p{
    font-size: 1.3vw;
    color: #000;
    background-color: #fff;
    width: fit-content;
    line-height: 1;
    padding: 0 0.1vw;
    letter-spacing: 0.04vw;
  }
  .mobile .danger_num p {
    font-size: 4.8vw;
    padding: 0 0.5vw;
    letter-spacing: 0.08vw;
}
  .danger_content{
    margin-top: 2.85vw;
  }
  .mobile .danger_content {
    margin-top: 0;
}
  .danger_content p{
    font-size: 1.3vw;
    line-height: 0.85;
    letter-spacing: 0.04vw;
  }
  .mobile .danger_content p {
    font-size: 5.8vw;
    text-align: center;
    letter-spacing: 0.08vw;
    }
  .danger_call{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2vw 0;
  }
  .mobile .danger_call {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2vw 0;
    width: 100%;
}
  .danger_call p{
    font-size: 0.9vw;
    letter-spacing: 0.04vw;
  }
  .mobile .danger_call p {
    font-size: 4.4vw;
    letter-spacing: 0.08vw;
}
  .danger_call .dot{
    background: #06FC05;
    width: 0.45vw;
    height: 0.45vw;
    border-radius: 30vw;
    margin-left: 0.25vw;
    position: relative;
    top: -0.03vw;
  }
  .mobile .danger_call .dot {
    width: 2vw;
    height: 2vw;
    margin-left: 1.25vw;
    top: -0.1vw;
}
  .danger_url{
    width: 6.9vw;
    height: 3.15vw;
    background: #000;
    color: #fff;
    border-radius: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .mobile .danger_url {
    width: 16.1vw;
    height: 6.4vw;
    border-radius: 3.8vw;
    position: absolute;
    bottom: 3.5vw;
    left: 3.5vw;
}
  .danger_url p{
    font-size: 1.3vw;
  }
  .mobile .danger_url p {
    font-size: 3.8vw;
}
  .danger_url span{
    width: 0.5vw;
    height: 0.5vw;
    background: transparent;
    border: none;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
    margin-right: 0.25vw;
    position: relative;
    top: 0vw;
  }
  .mobile .danger_url span {
    width: 1.6vw;
    height: 1.6vw;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-right: 0.7vw;
}
  .danger_title{
    margin-top: 0.5vw;

  }
  .danger_title p{
    font-size: 2.05vw;
    line-height: 0.9;
    /* padding: 0 0.1vw; */
    color: #fff;
    /* background-color: #E60001; */
    width: fit-content;
    margin-top: 0.5vw;
    /* letter-spacing: 0.04vw; */
  }
  .mobile .danger_title p {
    font-size: 5vw;
    padding: 0 0.5vw;
    margin-top: 2.3vw;
    letter-spacing: 0.01vw
}
  .imagesPosterWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 111vw;
    margin-right: -1vw;
    position: relative;
    margin-top: 3.9vw;
  }
  .mobile .imagesPosterWrapper {
    width: 100vw;
    margin-right: 0;
    margin-top: 8.4vw;
}
  .posterItem{
    position: relative;
    width: 22.1vw;
    height: 22.1vw;
    border-radius: 0.8vw;
    overflow: hidden;
    margin: 0 0.5vw;
  }
  .mobile .posterItem {
    height: 58.3vw;
    margin: 0 1.2vw;
    border-radius: 1.9vw;
  }
  /* .posterItem:hover .posterItemImage{
    filter: brightness(0.7);
    transition: 0.6s all;
  }
  .mobile .posterItem:hover .posterItemImage{
    filter: inherit;
    transition: 0.6s all;
  } */
  .wrapperButtonsSghare{
    position: absolute;
    top: 1vw;
    left: 1vw;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    -webkit-gap: 0.5vw;
    background: rgba(255, 255, 255, 0.30);
    border-radius: 0.5vw;
    padding: 0.5vw;
    /* display: none; */
    transition: 0.6s all;
  }
  .mobile .wrapperButtonsSghare {
    top: 2.5vw;
    left: 2.5vw;
    gap: 2.5vw;
    -webkit-gap: 2.5vw;
    border-radius: 2.5vw;
    padding: 2.5vw;
    display: flex;
}
  /* .posterItem:hover .wrapperButtonsSghare{
    display: flex;
    transition: 0.6s all;
    opacity: 0;
    animation: fadeIn 0.6s forwards linear;
  }
  .mobile .posterItem:hover .wrapperButtonsSghare{
    animation: none;
    opacity: 1;
  }
  @keyframes fadeIn {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
  } */
  .filterButtonWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.6vw;
    display: none;
  }
  .mobile .filterButtonWrapper{
    display: none;
  }
  .filterLogo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    -webkit-gap: 0.5vw;
  }
  .filterLogo img{
    width: 1.05vw;
    height: 1.2vw;
  }
  .filterLogo p{
    font-size: 1.55vw;
    color: #fff;
  }
  .filterClean{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25vw;
    -webkit-gap: 0.25vw;
  }
  .filterClean img{
    width: 0.95vw;
    height: 1.05vw;
  }
  .filterClean p{
    font-size: 1.55vw;
    color: #fff;
  }
  .filterMenuTop{

    margin-top: 2.6vw;

  }
  .filterMenuTitle-1{
    font-size: 2.1vw;
    color: #fff;
    font-family: "News-75", sans-serif;
    letter-spacing: 0.04vw;
  }
  .filterMenuTitle-2{
    font-size: 2.1vw;
    color: #fff;
    margin-top: 1.3vw;
    font-family: "News-75", sans-serif;
  }
  .filterButtons{
    display: flex;
    align-items: center;
    gap: 1.05vw;
    -webkit-gap: 1.05vw;
    margin-top: 1.05vw;
  }
  .mobile .filterButtons {
    gap: 3.6vw;
    -webkit-gap: 3.6vw;
    margin-top: 0;
}
  .filterButtons-2{
    gap: 0.52vw;
    -webkit-gap: 0.52vw;
  }
  .filterItem{
    background: #DEDEDE;
    border-radius: 10vw;
    transition: 0.6s all;
    position: relative;
  }
  .filterItem p{
    font-size: 1.55vw;
    padding: 0.9vw 1vw;
    line-height: 0.6;
    color: #9B9B9B;
    transition: 0.6s all;
    letter-spacing: 0.04vw;
  }
  .mobile .filterItem p {
    font-size: 4.5vw;
    padding: 4.3vw 4.8vw;
    line-height: 0.6;
    letter-spacing: 0.08vw;
}
  .filterItem.clicked,
  body:not(.mobile) .filterItem:hover{
    background: #FDDA04;
    transition: 0.6s all;
  }

  .filterItem.clicked p,
  body:not(.mobile)  .filterItem:hover p{
    color: #000;
    transition: 0.6s all;
  }

  .lawsConatiner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.6vw;
    -webkit-gap: 2.6vw;
    margin-top: 2.6vw;
  }
  .mobile .lawsConatiner {
    gap: 4.8vw;
    -webkit-gap: 4.8vw;
    margin-top: 8.4vw;
}
  .itemList{
    width: 100%;
    padding: 1.05vw;
    background: rgba(255, 255, 255, 0.30);
    position: relative;
    /* display: none; */
  }
  .mobile .itemList {
    padding: 2.4vw 2.4vw 4.8vw;
  }
  .wrapperImageTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wrapperImageTitle .right p span,
  .wrapperImageTitle .right p{
    color: #fff;
    font-size: 2.05vw;
    text-align: right;
    line-height: 1;
    letter-spacing: 0.04vw;
    
  }
  .mobile .wrapperImageTitle .right p span,
  .mobile .wrapperImageTitle .right p {
    font-size: 6vw;
    letter-spacing: 0.08vw;
    letter-spacing: 0.08vw;
}
  .wrapperImageTitle .left img{
    width: 1.9vw;
    height: 1.9vw;
    transition: 0.6s all;
  }
  .mobile .wrapperImageTitle .left img {
    width: 8.9vw;
    height: 8.9vw;
}
  .itemList.active .wrapperImageTitle .left img{
    transition: 0.6s all;
    -webkit-transform: rotateX(180deg);
  }
  .descriptionList{
    display: none;
  }
  .descriptionListWrapper{
    display: flex;
    align-items: flex-start;
    margin-top: 1.05vw;
    flex-direction: column;
  }
  .mobile .descriptionListWrapper {
    margin-top: 9.6vw;
}
  .callLawWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25vw;
    -webkit-gap: 0.25vw;
  }
  .mobile .callLawWrapper {
    gap: 1.2vw;
    -webkit-gap: 1.2vw;
}
  .callLawWrapper p{
    color: #fff;
  }
  .callLawWrapper .callDot {
    width: 0.5vw;
    height: 0.5vw;
    display: block;
    background: #E60001;
    border-radius: 100vw;
  }
  .mobile .callLawWrapper .callDot {
    width: 2.1vw;
    height: 2.1vw;
}
  .descriptionListRight {
    width: 55vw;
    margin-top: 0.85vw;
    line-height: 1;
  }
  .mobile .descriptionListRight {
    width: 100%;
    margin-top: 4.8vw;
}
  .mobile .descriptionListRight.descriptionListRight p{
    font-size: 4.8vw;
  }
  .descriptionList p{
    color: #fff;
    font-size: 1.22vw;
    text-align: right;
    font-family: "Assistant-Regular";
  }
  .mobile .descriptionList p {
    font-size: 4.3vw;
}
.mobile .right{
    width: 69vw;
}
  .hr{
    position: absolute;
    bottom: 0;
    width: 82.05vw;
    height: 2px;
    background: #FDDA04;
  }
  .errorBlog{
    color: #fff;
    font-size: 5vw;
  }
  .mobile .errorBlog{
    font-size: 10vw;
  }
  .arrowDown{
    width: 2.1vw;
    height: 2.1vw;
  }
  .mobile .arrowDown {
    width: 9.6vw;
    height: 9.6vw;
}
  .showMoreWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 2.6vw;
  }
  .mobile .showMoreWrapper {
    margin-top: 4.8vw;
}
  .showMore p{
    font-size: 1.05vw;
    color: #fff;
    position: relative;
    top: 0.5vw;
    letter-spacing: 0.03vw;
  }
  .mobile .showMore p {
    font-size: 4.8vw;
    top: 2.4vw;
    letter-spacing: 0.08vw;
}
  .buttonHr{
    background: rgba(255, 255, 255, 0.30);
    width: 100%;
    height: 0.5px;
    position: absolute;
    top: 1.5vw;
  }
  .mobile .buttonHr {
    top: 7vw;
}
  .showMore{
    z-index: 1;
    height: 3.8vw;
  }
  .mobile .showMore {
    height: 17.8vw;
}
  .section-4{
    background-color: #FDDA04;
    padding-bottom: 3.9vw;
  }
  .mobile .section-4 {
    padding-bottom: 9.6vw;
}
  .sec4-title{
    font-size: 3.65vw;
    text-align: center;
    padding-top: 3.9vw;
    letter-spacing: 0.04vw;
  }
  .mobile .sec4-title {
    font-size: 10.8vw;
    padding-top: 9.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5vw;
    -webkit-gap: 3.5vw;
    letter-spacing: 0.08vw;
}
.mobile .sec4-title span{
    width: 2vw;
    height: 2vw;
    background: transparent;
    border: none;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    margin-right: 0.6vw;
    position: relative;
    top: 0vw;
}
.mobile .sec4-title span:nth-of-type(1){
    transform: rotate(135deg);
}
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
  .slick-track{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .posterItemImage{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s all;
  }

  .slick-arrow{
    position: absolute;
    top: -2.1vw;
  }
  .mobile .slick-arrow{
    display: none;
  }
  .slick-prev {
    left: 16vw;
    transform: rotate(45deg);
  }
  .slick-next{
    left: 13vw;
    transform: rotate(-135deg);
  }
  .section-6 .slick-prev {
    left: 8vw;
  }
  .section-6 .slick-next{
    left: 5vw;
  }
.slick-next span,
.slick-prev span{
    width: 0.95vw;
    height: 0.95vw;
    display: block;
    border-top: 5px solid #000;
    border-right: 5px solid #000;
    z-index: 1;
    position: relative;
  }
.section-5 .slick-next span,
.section-5 .slick-prev span{
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
  }
  .shareLinkImage{
    width: 2.6vw;
    height: 2.6vw;
  }
  .mobile .wrapperButtonsSghare .shareLinkImage {
    width: 7.2vw;
    height: 7.2vw;
}
  .section-5{
    background-color: #000;
    padding-bottom: 3.9vw;
  }
  .mobile .section-5 {
    padding-bottom: 9.6vw;
}
  .sec5-title {
    font-size: 3.65vw;
    text-align: center;
    padding-top: 3.9vw;
    color: #FDDA04;
    letter-spacing: 0.04vw;
}
 .mobile .sec5-title {
    font-size: 10.8vw;
    padding-top: 9.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5vw;
    -webkit-gap: 3.5vw;
    letter-spacing: 0.08vw;
}
.mobile .sec5-title span{
    width: 2vw;
    height: 2vw;
    background: transparent;
    border: none;
    border-top: 2px solid #FDDA04;
    border-left: 2px solid #FDDA04;
    transform: rotate(-45deg);
    margin-right: 0.6vw;
    position: relative;
    top: 0vw;
}
.mobile .sec5-title span:nth-of-type(1){
    transform: rotate(135deg);
}
.itemArticle{
    position: relative;
    height: 11.05vw;
    height: 14.5vw;
    overflow: hidden;
    margin: 0 0.5vw;
}
.mobile .itemArticle {
    height: 63.3vw;
    margin: 0 1.2vw;
}
.itemArticle:hover .wrapperImageArticle img{
    filter: brightness(0.7);
    transition: 0.6s all;
}
.itemArticle p{
    color: #fff;
    font-size: 1.05vw;
    padding: 1.05vw 0;
    line-height: 1;
    text-align: center !important;
    letter-spacing: 0.04vw;
}
.mobile .itemArticle p {
    font-size: 4.8vw;
    padding: 4.8vw 0;
    letter-spacing: 0.08vw;
}
.wrapperImageArticle{
    height: 11.05vw;
    border-radius: 0.8vw;
    overflow: hidden;
    width: 100%;
}
.mobile .wrapperImageArticle{
    height: 38.3vw;
    border-radius: 1.9vw;
}
.wrapperImageArticle img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.6s all;
}
.imagesArticleWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 111vw;
    margin-right: -1vw;
    position: relative;
    margin-top: 3.9vw;
  }
  .mobile .imagesArticleWrapper {
    width: 100vw;
    margin-right: 0;
    margin-top: 5.8vw;
}
.imagesVideoWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 113vw;
    margin-right: -11vw;
    position: relative;
    margin-top: 3.9vw;
  }
  .mobile .imagesVideoWrapper {
    margin-top: 5.8vw;
}
  .section-6{
    background-color: #E60001;
    padding-bottom: 3.9vw;
  }
  .mobile .section-6 {
    padding-bottom: 9.6vw;
}
  .sec6-title{
    font-size: 3.65vw;
    text-align: center;
    padding-top: 3.9vw;
    color: #000 ;
    letter-spacing: 0.04vw;

  }
  .mobile .sec6-title {
    font-size: 10.8vw;
    padding-top: 9.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5vw;
    -webkit-gap: 3.5vw;
    letter-spacing: 0.08vw;
}
.mobile .sec6-title span{
    width: 2vw;
    height: 2vw;
    background: transparent;
    border: none;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    margin-right: 0.6vw;
    position: relative;
    top: 0vw;
}
.mobile .sec6-title span:nth-of-type(1){
    transform: rotate(135deg);
}
  .itemVideo{
    position: relative;
    height: 11.05vw;
    height: 13vw;
    overflow: hidden;
    margin: 0 0.5vw;
    cursor: grab;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .mobile .itemVideo{
    height: 51.3vw;
    margin: 0 1.2vw;
  }
  .itemVideo h1,
  .itemVideo p{
    color: #fff;
    font-size: 1.05vw;
    padding: 1.05vw 0;
    text-align: center;
    height: 0;
    line-height: 0.9;
    letter-spacing: 0.04vw;
  }
  .mobile .itemVideo h1,
  .mobile .itemVideo p{
    font-size: 4.8vw;
    padding: 4.8vw 0;
    letter-spacing: 0.08vw;
    font-weight: 400;
  }
  .wrapperImageVideo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s all;
  }
  .wrapperImageVideo{
    border-radius: 0.8vw;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 11vw;
  }
  .mobile .wrapperImageVideo{
    height: 34.3vw;
    border-radius: 1.9vw;
  }
  .itemVideo:hover .wrapperImageVideo img.videoMAinImage{
    filter: brightness(0.7);
    transition: 0.6s all;
}
.wrapperImageVideo img.play{
    position: absolute;
    top: 50%;
    right: 50%;
    width: 2.1vw;
    height: 2.1vw;
    transform: translate(50%, -50%);
    z-index: 1;
    cursor: pointer;
}
.mobile .wrapperImageVideo img.play {
    width: 9.6vw;
    height: 9.6vw;
}
.section-7{
    background-color: #FDDA04;
    padding-bottom: 3.9vw;
}
.mobile .section-7 {
    padding-bottom: 9.6vw;
}
.textFooter{
    font-size: 3.1vw;
    text-align: center;
    padding-top: 3.9vw;
    color: #000;
    letter-spacing: 0.04vw;
}
.mobile .textFooter {
    font-size: 7.2vw;
    padding-top: 9.6vw;
    padding: 9.6vw 8vw 0;
    line-height: 0.9;
    letter-spacing: 0.08vw;
}
.nameCity{
    font-size: 1.8vw;
}
.mobile .nameCity {
    font-size: 8.4vw;
}
.wrapperWhatsappContent{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.6vw;
    padding: 0 7.8vw;
}
.mobile .wrapperWhatsappContent {
    margin-top: 9.6vw;
    padding: 0;
    width: fit-content;
    margin-right: -5vw;
}
.linkToGroup{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    width: 8.15vw;
    height: 2.6vw;
    margin-top: 0.75vw;
    border-radius: 0.4vw;
}
.mobile .linkToGroup {
    width: 37.9vw;
    height: 12vw;
    margin-top: 2.4vw;
    border-radius: 1.9vw;
}
.linkToGroup p{
    color: #fff;
    font-size: 1.05vw;
    letter-spacing: 0.04vw;
}
.mobile .linkToGroup p {
    font-size: 6vw;
    letter-spacing: 0.08vw;
}
.whatsAppButton{
    width: 1.6vw;
    height: 1.6vw;
    margin-left: 0.55vw;
}
.mobile .whatsAppButton {
    width: 7.4vw;
    height: 7.2vw;
    margin-left: 2.55vw;
}
.itemWhatsappContent{
    text-align: center;
}
.mobile .itemWhatsappContent {
    width: 62.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hrContactWhatsapp{
    width: 2px;
    height: 4.8vw;
    background: #000;
}
.mobile .hrContactWhatsapp {
    height: 22.8vw;
}
.hrContactWhatsapp:last-child{
    display: none;
}
.popupVideo{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
.bgPopup{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000a8;
}
.contentPopup{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 51.65vw;
    height: 29vw;
}
.mobile .contentPopup {
    width: 90.4vw;
    height: 67vw;
}

.closePopup {
    position: absolute;
    top: -2.6vw;
    right: -2.6vw;
    width: 1.7vw;
    height: 1.7vw;
    cursor: pointer;
    background-color: transparent;
    z-index: 2;
}
.mobile .closePopup {
    top: -10vw;
    right: 0;
    width: 5.7vw;
    height: 5.7vw;
}
.closePopup span {
    width: 1.7vw;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: 0.8vw;
}
.mobile .closePopup span {
    width: 5.7vw;
    margin-top: 2.5vw;
}
.closePopup span:nth-of-type(1) {
    transform: rotate(-45deg);
}
.closePopup span:nth-of-type(2) {
    transform: rotate(45deg);
}

.iframeSEction{
    width: 100%;
    height: 100%;
}
iframe{
    width: 100%;
    height: 100%;
}
.stickyButtonForm{
    width: 5.8vw;
    height: 5.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 40vw;
    left: 1.5vw;
    background: #E60001;
    border-radius: 50vw;
    cursor: pointer;
    z-index: 1;
}
    .pulse-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
   .pulse {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    border-color: #E60001;
    border-style: solid;
  }
    .pulse-1 {
        height: 5.5vw;
        width: 5.5vw;
    border-width: 0.15vw;
    -webkit-animation: 1.5s ease-out 0s infinite pulsate;
            animation: 1.5s ease-out 0s infinite pulsate;
  }
   .pulse-2 {
    height: 6.5vw;
    width: 6.5vw;
    border-width: 0.1vw;
    -webkit-animation: 1.5s ease-out 0s infinite pulsate;
            animation: 1.5s ease-out 0s infinite pulsate;
  }
   .pulse-3 {
    height: 7.5vw;
    width: 7.5vw;
    border-width: 0.05vw;
    -webkit-animation: 1.5s ease-out 0s infinite pulsate;
            animation: 1.5s ease-out 0s infinite pulsate;
  }
  
  @-webkit-keyframes pulsate {
    0% {
      transform: scale(1, 1);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.2, 1.2);
      opacity: 0;
    }
  }
/* .single-articles .stickyButtonForm{
    background: rgba(0, 70, 254, 0.10);
} */
.stickyButtonForm p{
    color: #fff;
    font-size: 1.3vw;
    line-height: 0.9;
    font-family: "News-75", sans-serif;
    letter-spacing: 0.05vw;
    text-align: center;
    z-index: 2;
}
.stickyButtonForm span{
    width: 0.85vw;
    height: 0.85vw;
    display: block;
    border-top: 5px solid #0046FE;
    border-right: 5px solid #0046FE;
    z-index: 1;
    position: relative;
    transform: rotate(-135deg);
    margin-right: 0.5vw;
}
body.mobile .mobileStickyButtons{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 16.9vw;
    z-index: 1;
}
.mobile .stickyButtonsWrapper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #0046FE
}
.mobile .stickyButtonFormLogo{
    width: 5vw;
    height: 5vw;
    margin-right: 1.5vw;
    top: 0.2vw;
    position: relative;
}
body.mobile .stickyButtonForm {
    position: inherit;
    flex: 1;
    width: 100%;
    height: 100%;
    background: #0046FE;
    border-radius: 0;
}
body.mobile .headerButton {
    flex: 1;
    width: 100%;
    height: 100%;
    background: #fff;

}
body.mobile .headerButton p,
body.mobile .stickyButtonForm p{
    font-family: "News-75", sans-serif;
    font-size: 6vw;
    letter-spacing: 0.08vw;
}
body.mobile .headerButton p{
    color: #0046FE;
}
body.mobile .stickyButtonForm p{
    color: #fff;
}
body.mobile .stickyButtonForm span {
    width: 2.85vw;
    height: 2.85vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-right: 1.5vw;
    top: 0.2vw;
}
.mobileItemsLawsWrapper{
    display: none;
}
.mobile .mobileItemsLawsWrapper{
    display: block;
    width: 100%;
    overflow: scroll;
    margin-bottom: 2.5vw;
}
.mobile .mobileItemsLawsWrapper::-webkit-scrollbar{
    display: none !important;
}
.mobile .mobileItemsLaws{
    display: flex;
    width: fit-content;
    gap: 2.5vw;
    -webkit-gap: 2.5vw;
    padding: 0 4.8vw;
}
.mobile .containerWhatsappContent{
    width: 100%;
    overflow: scroll;
}
.mobile .containerWhatsappContent::-webkit-scrollbar{
    display: none !important;
}
.tnxText1{
    position: relative;
}
.tnxText1 p{
    font-size: 2.6vw;
    font-family: "News-75", sans-serif;
    letter-spacing: 0.04vw;
}
.mobile .tnxText1 p {
    font-size: 8.8vw;
    letter-spacing: 0.08vw;
}
.tnxText1 .line{
    position: absolute;
    top: 2.6vw;
    right: 0vw;
    width: 18.2vw;
    height: 0.5vw;
}
.mobile .tnxText1 .line {
    position: absolute;
    top: 8.5vw;
    right: 0.1vw;
    width: 60.7vw;
    height: 1.3vw;
}
.tnxText2 p{
    font-size: 1.8vw;
    margin-top: 2.6vw;
    letter-spacing: 0.04vw;
}
.mobile .tnxText2 p {
    font-size: 7.4vw;
    margin-top: 8.4vw;
    letter-spacing: 0.08vw;
}
.tnxText3 p{
    font-size: 1.3vw;
    margin-top: 2.6vw;
    letter-spacing: 0.04vw;
}
.mobile .tnxText3 p {
    font-size: 5.4vw;
    margin-top: 8.4vw;
    letter-spacing: 0.08vw;
}
.tnxBaclLink{
    margin-top: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.mobile .tnxBaclLink {
    margin-top: 40vw;
    display: flex;
}
.tnxBaclLink p{
    font-size: 1.55vw;
    color: #000;
}
.mobile .tnxBaclLink p {
    font-size: 6vw;
}
.tnxBaclLink span{
    width: 0.5vw;
    height: 0.5vw;
    background: transparent;
    border: none;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    transform: rotate(-45deg);
    margin-right: 0.6vw;
    position: relative;
    top: 0vw;
}
.mobile .tnxBaclLink span {
    width: 2.5vw;
    height: 2.5vw;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    margin-right: 1.5vw;
    top: 0.1vw;
}
.mobile .txtFilterTitles{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4vw;
    -webkit-gap: 2.4vw;
}
.mobile .txtFilterTitles p{
    color: #fff;
    font-family: "News-75", sans-serif;
    font-size: 3.9vw;
    letter-spacing: 0.08vw;
}
.mobile .hrTitles{
    width: 1px;
    height: 3.2vw;
    background-color: #fff;
    display: block;
}
.mobile .titlesFilter{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2vw;
    -webkit-gap: 1.2vw;
    margin-top: 7.2vw;
}
.mobile .titlesFilter > span{
    width: 2.2vw;
    height: 2.2vw;
    background: transparent;
    border: none;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
    margin-right: 0.6vw;
    position: relative;
    top: 0.1vw;
}
.mobile .titlesFilter > span:nth-of-type(1){
    transform: rotate(135deg);
}
.mobile .wrapperButtonFilterMobile{
    width: 100vw;
    margin-right: -7.2vw;
    overflow: scroll;
}
.mobile .wrapperButtonFilterMobile::-webkit-scrollbar{
    display: none !important;
}
.mobile .contentButtonsForMobile{
    width: 430vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.6vw;
    -webkit-gap: 3.6vw;
    margin-top: 5.3vw;
    /* transform: translateX(199vw); */
}
.mobile .hrButtonMobile{
    width: 1px;
    height: 7.2vw;
    background-color: #fff;
}
.wrapperMobileNumeLaws{
    margin-top: 2.6vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5vw;
    -webkit-gap: 0.5vw;
}
.mobile .wrapperMobileNumeLaws{
    display: none;
}
.mobile .wrapperFilterMobile .wrapperMobileNumeLaws{
    margin-top: 3.6vw;
    flex-direction: column;
    gap: 0;
    -webkit-gap: 0;
    display: block;
}
.wrapperNumLaws{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1.2vw;
    -webkit-gap: 1.2vw;
}
.mobile .wrapperNumLaws{
    gap: 1.2vw;
    -webkit-gap: 1.2vw;
}
.wrapperMobileNumeLaws .numLaws{
    color: #E60001;
    font-size: 3.9vw;

}
.mobile .wrapperMobileNumeLaws .numLaws{
    font-size: 9.4vw;

}
.wrapperMobileNumeLaws .txtNumLaws{
    color: #FDDA04;
    font-size: 3.65vw;
    position: relative;
    top: 0;
}
.mobile .wrapperMobileNumeLaws .txtNumLaws{
    font-size: 6vw;
    top: -0.2vw;
    letter-spacing: 0.08vw;
}
.wrapperMobileNumeLaws .txtNumLawsName{
    color: #fff;
    font-size: 3.65vw;
    text-align: center;
    margin-top: 0.1vw;
    letter-spacing: 0.04vw;
}
.mobile .wrapperMobileNumeLaws .txtNumLawsName{
    font-size: 6vw;
    margin-top: 1.5vw;
    letter-spacing: 0.08vw;
}
.sectionHeader{
    background-color: #FDDA03;
    position: relative;
}
.wrapperSectionHeader{
    padding: 5.2vw 7.8vw;
}
.mobile .wrapperSectionHeader {
    padding: 18.1vw 4.8vw 8.9vw;
}
.breadcrumb-section{
    position: absolute;
    top: 1.8vw;
    right: 7.8vw;
}
.mobile .breadcrumb-section{
    position: absolute;
    top: 7.3vw;
    right: 4.8vw;
}
.breadcrumb{
    font-size: 1.3vw;
    color: #E60001;
}
.mobile .breadcrumb {
    font-size: 3.9vw;
}
.breadcrumb a{
    font-size: 1.3vw;
    color: #000;
}
.mobile .breadcrumb a {
    font-size: 3.9vw;
}
.breadcrumb span{
    font-size: 1.3vw;
    color: #000;
}
.mobile .breadcrumb span{
    font-size: 3.9vw;
}
.singleTitle_1{
    position: relative;
}
.singleTitle_1 p{
    font-size: 5.2vw;
    font-family: "News-75", sans-serif;
    line-height: 0.9;
}
.mobile .singleTitle_1 p {
    font-size: 12vw;
}
.singleTitle_1 .line{
    position: absolute;
    top: 4.1vw;
    right: 0.2vw;
    width: 23.4vw;
    height: 0.7vw;
}
.mobile .singleTitle_1 .line{
    position: absolute;
    top: 9.4vw;
    right: 0.6vw;
    width: 54.1vw;
    height: 1.4vw;
}
.singleTitleDescription_2{
    margin-top: 2.6vw;
}
.mobile .singleTitleDescription_2 {
    margin-top: 6vw;
}
.singleTitleDescription_2 p{
    font-size: 1.8vw;
    font-family: "News-75", sans-serif;
    line-height: 1;
    padding-left: 17vw;
}
.mobile .singleTitleDescription_2 p {
    font-size: 5.8vw;
    padding-left: 0;
}
.wrapperSingleContent{
    padding: 2.6vw 7.8vw 5.2vw 24.5vw;
}
.mobile .wrapperSingleContent {
    padding: 6vw 4.8vw 12vw;
}
.singleContentDetails{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.7vw;
    -webkit-gap: 2.7vw;
}
.mobile .singleContentDetails {
    gap: 4.1vw;
    -webkit-gap: 4.1vw;
}
.author{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35vw;
    -webkit-gap: 0.35vw;
}
.mobile .author {
    gap: 1.7vw;
    -webkit-gap: 1.7vw;
}
.authorImage{
    width: 1.23vw;
    height: 1.23vw;
}
.mobile .authorImage{
    width: 3.7vw;
    height: 3.7vw;
}
.author p{
    font-size: 1.05vw;
}
.mobile .author p{
    font-size: 3.9vw;
}
.readTime{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35vw;
    -webkit-gap: 0.35vw;
}
.mobile .readTime{
    gap: 1.7vw;
    -webkit-gap: 1.7vw;
}
.readTimeImage{
    width: 1.23vw;
    height: 1.14vw;
    position: relative;
    top: 0.05vw;
}
.mobile .readTimeImage{
    width: 3.9vw;
    height: 3.6vw;
    top: 0.2vw;
}
.wrapperTime{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.15vw;
    -webkit-gap: 0.15vw;
}
.time{
    font-size: 1.05vw;
}
.mobile .time{
    font-size: 3.9vw;
} 
.minutesTxt{
    font-size: 1.05vw;
}
.hrSingleArticle{
    width: 100%;
    height: 1px;
    background-color: #0046FE;
    margin-top: 1.3vw;
}
.mobile .hrSingleArticle {
    height: 2px;
    background-color: #0046FE;
    margin-top: 3.6vw;
}
.contentSingleParagraph p{
    font-family: "Assistant-Regular";
    font-size: 1.55vw;
    margin-top: 1.55vw;
}
.mobile .contentSingleParagraph p {
    font-size: 4.8vw;
    margin-top: 7.2vw;
}
.singleFooter{
background-color: #252525;
}
.wrapperSingleFooter{
    padding: 2.6vw 7.8vw;
}
.mobile .wrapperSingleFooter {
    padding: 12vw 0 36.2vw;
}
.singleFooterTitle{
    font-size: 1.8vw;
    color: #fff;
}
.mobile .singleFooterTitle{
    font-size: 10.8vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3.5vw;
    -webkit-gap: 3.5vw;
    padding: 0 4.8vw;
}
.mobile .singleFooterTitle span {
    width: 2vw;
    height: 2vw;
    background: transparent;
    border: none;
    border-top: 2px solid #FDDA04;
    border-left: 2px solid #FDDA04;
    transform: rotate(-45deg);
    margin-right: 0.6vw;
    position: relative;
    top: 0vw;
}
.mobile .singleFooterTitle span:nth-of-type(1) {
    transform: rotate(135deg);
}
.wrapperMoreArticles{
    margin-top: 4.15vw;
}
.mobile .wrapperMoreArticles {
    margin-top: 10.8vw;
    position: relative;
    margin-right: 0;
    width: 100vw;
}
.ItemArticle{
    margin: 0 0.5vw;
    width: 23.4vw;
    height: 16.1vw;
    display: block;
}
.mobile .ItemArticle {
    margin: 0 2.4vw;
    height: 58vw;
}
.mobile .ItemArticle:last-child {
    margin-left: 9.8vw;
}
.itemArticleImage{
    width: 100%;
    height: 13vw;
    border-radius: 0.4vw;
    overflow: hidden;
    object-fit: cover;
}
.mobile .itemArticleImage {
    height: 43vw;
    border-radius: 1.9vw;
}
.itemArticleTitle{
    font-size: 1.3vw;
    color: #fff;
    margin-top: 0.5vw;
    text-align: right;
}
.mobile .itemArticleTitle {
    font-size: 6vw;
    margin-top: 2.4vw;
}
.itemArticleDetails{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.4vw;
    -webkit-gap: 0.4vw;
    margin-top: 0.65vw;
}
.mobile .itemArticleDetails {
    gap: 1.4vw;
    -webkit-gap: 1.4vw;
    margin-top: 2.8vw;
}
.itemArticleHr{
    width: 1px;
    height: 0.65vw;
    background-color: #fff;
}
.mobile .itemArticleHr {
    width: 1px;
    height: 3.1vw;
}
.authorItem{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35vw;
    -webkit-gap: 0.35vw;
}
.mobile .authorItem {
    gap: 1.7vw;
    -webkit-gap: 1.7vw;
}
.authorItem p{
    font-size: 1.05vw;
    color: #fff;
}
.mobile .authorItem p{
    font-size: 4.8vw;
}
.authorImageItem{
    width: 1.02vw;
    height: 1.02vw;
}
.mobile .authorImageItem {
    width: 4.8vw;
    height: 4.8vw;
}
.readTimeItem{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35vw;
    -webkit-gap: 0.35vw;
}
.mobile .readTimeItem{
    gap: 1.7vw;
    -webkit-gap: 1.7vw;
}
.readTimeImageItem{
    width: 1.05vw;
    height: 0.95vw;
    position: relative;
    top: 0.05vw;
}
.mobile .readTimeImageItem {
    width: 4.8vw;
    height: 4.3vw;
    position: relative;
    top: 0.1vw;
} 
.timeItem{
    font-size: 1.05vw;
    color: #fff;
}
.mobile .timeItem {
    font-size: 4.8vw;
}
.wrapperMoreArticles .slick-next span,
.wrapperMoreArticles .slick-prev span {
    border-top: 5px solid #FDDA03;
    border-right: 5px solid #FDDA03;
}
.wrapperMoreArticles .slick-next {
    left: 0.2vw;
}
.wrapperMoreArticles .slick-prev {
    left: 3.2vw;
}
.mobile .wrapperMoreArticles .slick-track {
padding: 0 2.4vw;
}
.mobile .sec1_2-title{
    font-size: 4.8vw;
    color: #FDDA03;
    text-align: center;
    margin-top: 3vw;
    letter-spacing: 0.06vw;
}
.wrapperSticky{
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 2px solid #fff;
}
.mobile .wrapperSticky{
    position: relative;
    top: 0;
    z-index: 2;
    border-bottom: none;
}
footer{
    width: 100%;
    padding: 1vw 5vw;
    text-align: center;
}
.maagar{
    text-decoration: underline;
}
.maagar p{
    font-size: 1.05vw;
    letter-spacing: 0.03vw;
}
.mobile .maagar p{
    font-size: 4.5vw;
    letter-spacing: 0.08vw;
}
.mobile footer {
    height: 26vw;
    padding: 0;
    margin-bottom: 17.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.toAllWhatsApp{
    text-align: center;
    width: 10vw;
    height: 2.6vw;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.9vw auto 0;
    border-radius: 0.4vw;
    border: 2px solid #000;
}
.tnx .toAllWhatsApp {
    margin: 0.9vw auto 0;
}
.mobile .tnx .toAllWhatsApp {
    margin: 2.9vw auto 0;
}
.mobile .toAllWhatsApp{
    width: 41vw;
    height: 12vw;
    margin: 3vw auto 0;
    border-radius: 1.9vw;
    border: 2px solid #000;
}
.toAllWhatsApp p{
    font-size: 1.05vw;
    letter-spacing: 0.01vw;
}
.mobile .toAllWhatsApp p{
    font-size: 4.5vw;
}
.formTest{
    height: 0;
    overflow: hidden;
}
button[data-select="The social/economic “periphery”"],
button[data-select="פריפריה חברתית"]{
    display: none;
}
.grecaptcha-badge{
    height: 0 !important;
    overflow: hidden !important;
}
.terms{
    /* display: none; */
    margin-top: 1vw;
}
.mobile .terms{
    margin-top: 3vw;
}
.terms p{
    font-size: 1.05vw;
}
.mobile .terms p{
    font-size: 4.5vw;
    line-height: 1;
    padding: 0 11vw;
}
.terms a{
    font-size: 1.05vw;
    text-decoration: underline;

}
.mobile .terms a{
    font-size: 4.5vw;
}

.ring-container {
    /* display: none; */
    position: absolute;
    top: -1.3vw;
    right: 2.1vw;
}
.mobile .ring-container {
    top: -3.3vw;
    right: 7.1vw;
}
.circle {
    width: 0.75vw;
    height: 0.75vw;
    background-color: #E60001;
    border-radius: 50%;
    position: absolute;
    top: 1.2vw;
    left: 1.2vw;
}
.mobile .circle {
    width: 2.75vw;
    height: 2.75vw;
    top: 3.2vw;
    left: 3.2vw;
}
.ringring {
    border: 0.2vw solid #E60001;
    -webkit-border-radius: 50vw;
    height: 1.6vw;
    width: 1.6vw;
    position: absolute;
    left: 0.8vw;
    top: 0.8vw;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}
.mobile .ringring {
    border: 0.7vw solid #E60001;
    height: 5.6vw;
    width: 5.6vw;
    left: 1.7vw;
    top: 1.7vw;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@supports (-webkit-touch-callout: none) {
    .mobile .scroll-link {
        letter-spacing: -0.2vw;
    }
    p{
        letter-spacing: -0.2vw;
    }
    .mobile .h1txt-1 p {
        letter-spacing: -1vw;
    }
    .mobile .sec2-title p {
        letter-spacing: -0.8vw;
    }
    .mobile .sec1_2-title {
        letter-spacing: -0.2vw;
    }
    .mobile .sec3-title p {
        letter-spacing: -0.6vw;
    }
    .mobile .wrapperMobileNumeLaws .txtNumLaws {
        top: -0.6vw;
    }
    .mobile .sec4-title p,
    .mobile .sec5-title p,
    .mobile .sec6-title p{
        letter-spacing: -0.6vw;
    }
    .mobile .itemVideo h1, .mobile .itemVideo p {
        letter-spacing: -0.2vw;
    }
    .mobile .decriptionForm1_1 .line {
        top: 7.1vw;
    }
    .mobile input {
        height: 6.4vw;
    }
    .mobile .error-m {
        top: 6.5vw;
    }
    .mobile .tnx {
        height: 150vw;
    }
    .mobile .textFooter {
        letter-spacing: 0.2vw;
    }
    .mobile .decriptionForm2 p{
        letter-spacing: 0.08vw;
    }
    .mobile .h1txt-2 p {
        letter-spacing: -0.22vw;
    }
    .mobile .wrapperMobileNumeLaws .numLaws {
        position: relative;
        top: 0.2vw;
    }
    .mobile .sec4-title p {
        letter-spacing: 0.04vw;
    }
    .mobile .sec5-title p{
        letter-spacing: 0.04vw;
    }
    .mobile .sec6-title p{
        letter-spacing: 0.04vw;
    }
    .mobile .itemVideo h1, .mobile .itemVideo p {
        letter-spacing: 0.04vw;
    }
    .mobile .scroll-link {
        letter-spacing: 0.03vw;
    }
    .mobile .menu {
        width: 250vw;
    }
    .mobile .h1txt-1 p {
        letter-spacing: 0.01vw;
    }
    .mobile .h1txt-1 {
        padding: 0 0.8vw;
    }
    .mobile .hand {
        left: -9vw;
    }
    .mobile .sec2-title p {
        letter-spacing: -0.3vw;
    }
    .mobile .sec2-title .line {
        top: 22.1vw;
        right: 2.1vw;
        width: 18.6vw;
        height: 1.2vw;
    }
    .toAllWhatsApp p {
        letter-spacing: 0.2vw;
    }
    .mobile .maagar p {
        letter-spacing: 0.2vw;
    }
    .mobile .decriptionForm1_1 p{
        letter-spacing: 0.06vw;
    }
    .mobile .line {
        right: 1.5vw;
        width: 45.8vw;
    }
    .mobile .menu {
        width: 270vw;
    }
}

@supports (-moz-appearance: none) {

      .flip-container:hover .flipper {
        transform: rotateY(0);
        cursor:pointer;
      }
      .flip-container:hover .back{
        display: block;
      }
      .flip-container:hover .front{
        display: none;
      }
      .mobile .flip-container:hover .flipper {
        transform: rotateY(0deg);
        cursor:pointer;
      }
      .mobile .flip-container.hover .flipper {
        transform: rotateY(0deg);
        cursor:pointer;
      }
      .mobile .flip-container.hover .back {
        display: flex;
        transform: rotateY(0deg) !important;
      }
      .mobile .flip-container.hover .front {
        display: none;
      }
      
      
    .flipper {
        transition: 0.6s;
        transform-style: none;
    }

    .back {
        transform: rotateY(0);
        display: none;
    }
    .mobile .h1txt-2 p {
        margin-left: 3.8vw;
      }
    .mobile .h1txt-1 p {
    font-size: 15vw;
    }

}