@media (max-width: 10023px) {
    .ac-col,
    .ac-container,
    .ac-container-flued,
    .ac-icons-row,
    header,
    header a {
        display: flex;
    }
    #ac-part-1 #ac-open-form,
    h1 {
        font-family: NarkissBlock-Medium;
    }
    main {
        margin-top: 16vw;
    }
    .ac-container {
                width: 84vw;
            margin: 0 auto;
            background-color: transparent;
            height: auto;
            padding: 2rem 1rem;
            border-top: 0.1rem solid #9d3e5e;
            border-radius: 0;
            text-align: center;
            color: #9d3e5e;
            flex-direction: column;
            border-bottom: 0.1rem solid #9d3e5e;
    }
    .ac-container-flued {
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .ac-col {
        width: 44%;
        flex-direction: column;
        justify-content: center;
    }
    .ac-img-responsive {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    #ac-part-7 .ac-icons-row3 .ac-icon-box br,
    #ac-part-7 .ac-icons-row3 .ac-text br,
    .ac-c2c {
        display: none;
    }
    .ac-c2c,
    .ac-form-popup,
    .ac-yoman-flah,
    header {
        position: fixed;
    }
    h2 {
        font-size: 2.8rem;
                    color: #464968;
        font-family: NarkissBlock-Bold;
        margin-bottom: 2rem;
    }
    .ac-icons-row,
    p {
        font-size: 1.2rem;
    }
    #ac-part-1 .ac-col-2 .ac-inner-col-text2 .ac-txt-2 {
        display: flex;
        margin: -3rem auto 1rem;
        font-size: 2rem;
        justify-content: center;
        align-items: center;
    }
   
    .page-thanks footer {
        height: 0;
    }
    .page-thanks header {
        justify-content: center;
        flex-direction: column;
        height: 100vh;
    }
    .page-thanks h1 {
        color: #9d3e5e;
        position: relative;
        top: 2rem;
        text-align: center;
        line-height: 1.2;
        font-family: NarkissBlock-Light;
        font-size: 2rem;
    }
    header {
        width: 100%;
        background-color: #fff;
        justify-content: space-between;
        align-items: center;
        top: 0;
        transition: top 0.5s;
        z-index: 3;
        flex-direction: row;
        height: 16vw;
        padding: 2vw 5% 2vw 0;
                
    }
    #ac-part-1,
    #ac-part-1 .ac-col-2,
    section {
        padding: 0;
        height: auto;
    }
    header a {
        color: #fff;
        text-decoration: none;
    }
    header a.ac-headerlink-logo {
        width: 12rem;
        right: 0;
        position: relative;
    }
    header a.ac-headerlink-iconphone {
        background-color: #9d3e5e;
        flex-direction: row-reverse;
        font-size: 2rem;
        padding: 1.5vw 1vw 1vw;
        justify-content: center;
        border: 1px solid #9d3e5e;
        border-radius: 0.15rem;
                  width: 36vw;
                              margin-left: 2rem;
    }
    header a.ac-headerlink-iconphone img {
        position: relative;
        top: 0.2rem;
        width: 1.5rem;
        margin-right: 2vw;
    }
    header a.ac-headerlink-iconphone:hover {
        color: #9d3e5e;
        background-color: #fff;
        transition:
            color 0.5s,
            background-color 0.5s;
    }
    header .ac-header-logo {
        width: 52%;
        height: auto;
        margin-left: auto;
    }
    section {
        width: 100%;
        text-align: left;
        opacity: 1;
        position: relative;
    }
    .ac-icons-row {
        flex-direction: row;
        justify-content: space-evenly;
        color: #315455;
        width: 69%;
        margin: 0 auto;
    }
    .ac-icon,
    .ac-yoman-flah {
        justify-content: center;
        display: flex;
    }
    .ac-icon {
        align-items: center;
        width: auto;
        height: 4rem;
        margin: auto auto 1.5rem;
        max-width: 11rem;
    }
    /* .ac-circl-num {
        display: flex;
        margin: auto;
        background-color: #315455;
        color: #fff;
        text-align: center;
        border-radius: 50%;
    }
    .ac-circl-num span {
        display: block;
        margin: auto;
    } */
    .ac-yoman-flah {
        bottom: 4rem;
        width: 100%;
        background-color: #315455;
        color: #315455;
        align-items: center;
        padding: 2vh 1rem;
        text-decoration: none;
        z-index: 2;
    }
    #ac-part-1 #ac-open-form,
    .ac-open-form {
        margin: 0 auto;
        padding: 0.6rem 1.3rem 0.6rem 0.8rem;
        font-size: 1.6rem;
    }
    .ac-calendar-icon svg path {
        fill: #315455;
    }
    .ac-yoman-flah .ac-yoman-inner {
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: #fff;
        font-size: 1.35rem;
        border-radius: 0.3rem;
        padding: 1vh 1.5rem 1vh 0;
        cursor: pointer;
    }
    .ac-yoman-flah:hover .ac-yoman-inner {
        transition: padding 1s;
        padding: 1vh 1.7rem 1vh 0.3rem;
    }
    .ac-yoman-flah .ac-arrow-left {
        width: 4rem;
        height: 2rem;
        display: flex;
        flex-direction: row;
    }
    .ac-yoman-flah .ac-arrow-left svg:nth-child(2) {
        position: relative;
        right: -1.5rem;
    }
    .ac-yoman-flah .ac-calendar-icon {
        width: 1.5rem;
        height: 1.5rem;
        margin-left: 1rem;
    }
    .ac-yoman-flah .ac-calendar-icon svg g {
        fill: #315455;
        color: #315455;
    }
    #ac-part-1 {
        display: flex;
        overflow-x: hidden;
    }
    #ac-part-1 .ac-col {
        display: flex;
        justify-content: center;
        width: 100%;
        position: relative;
    }
    #ac-part-1 .ac-col-2 {
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        color: #fff;
        flex-direction: column;
        text-align: center;
    }
    #ac-part-1 .ac-col-2 .ac-in-proportzia{
        color: #9d3e5e;
        font-weight: 700;
        border-top: 0.1rem solid #9d3e5e;
        border-bottom: 0.1rem solid #9d3e5e;
        width: max-content;
        font-size: 2.1rem;
        padding: 0.8rem 2rem;
        margin: 2rem auto 0rem;
    }
    #ac-part-1 .ac-glow-circle{
        display: none;
    }
    h1 {
               font-size: 4.6rem;
            margin: -0.5rem auto 2rem;
            position: relative;
            line-height: 1.2;
            color: #9d3e5e;
            font-weight: 700;
    }
    h1 small {
    font-size: 0.4em;
            display: block;
            margin-top: -0.5rem;
    }
    #ac-part-1 .ac-col-2 .ac-pretitle{
        color: #315455;
            font-weight: 400;
            font-size: 2.4rem;
            display: block;
            margin-bottom: -2rem;
            margin-top: 15vw;
    }
    #ac-part-1 #ac-open-form {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        color: #9d3e5e;
        background-color: #fff;
        border: 1px solid #9d3e5e;
        width: max-content;
        border-radius: 0.3rem;
    }
    #ac-part-1 #ac-open-form .ac-arrow-left,
    .ac-open-form .ac-arrow-left {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2rem;
        height: 2rem;
    }
    #ac-part-1 #ac-open-form:hover {
        background-color: #9d3e5e;
        color: #fff;
        transition:
            color 0.5s,
            background-color 0.5s;
    }
    #ac-part-1 #ac-open-form:hover svg path {
        stroke: #fff;
    }
    .ac-open-form {
        width: max-content;
        background-color: #fff;
        font-family: NarkissBlock-Medium;
    }
    #ac-part-1 .ac-col-2 .ac-inner-col-text2 {
                height: auto;
            margin: -10vw auto auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-size: 1.7rem;
    }
    .ac-form-popup .ac-close-wrapper button,
    .ac-slider button {
        background-color: transparent;
        width: 4rem;
        position: absolute;
    }

    footer {
        font-family: NarkissBlock-Light;
    }
   
    #ac-part-3 .ac-slider-title,
    #ac-part-5 .ac-text strong {
        font-family: NarkissBlock-Bold;
    }
    #ac-part-5 .ac-text.ac-text-debating-1 {
        margin-top: -6vw;
    line-height: 1.2;
    margin-bottom: -3vw;
    }
    .ac-open-form {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 0.3rem;
    }
    #ac-part-2,
    #ac-part-4,
    .ac-icon-box-5 {
        margin-top: 3rem;
    }
    .ac-icons-row2 .ac-icon-box {
                       background-color: #fff;
            padding: 17vw 0 5vw 0;
            width: 31%;
            border-radius: 2.3rem;
            margin: 0 2vw;
            border: 0.1rem solid #315455;
                        margin-top: 10vw;
    }
    #ac-part-5 .ac-open-form,
    footer {
        background-color: #9d3e5e;
        color: #fff;
    }
    .ac-icons-row2 .ac-icon {
        height: 9rem;
    }
    .ac-icons-row2 .ac-text {
    font-size: 2rem;
            line-height: 1.1;
            display: block;
            margin: 0rem auto;
            min-height: 5rem;
    }
    .ac-form-popup {
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -51%);
        background-color: #fff;
        padding: 0;
        border: 1px solid #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        width: 100%;
        height: 100vh;
    }
    .ac-form-popup .ac-header-popup {
        background-color: #9d3e5e;
        width: 100%;
        height: 16vh;
        display: flex;
        justify-content: center;
        padding-top: 0;
        align-items: center;
    }
    .ac-form-popup .ac-header-popup .ac-logo-svg {
        width: 16rem;
    }
    .ac-form-popup .ac-header-popup img {
        width: auto;
        height: 11vw;
    }
    .ac-form-popup .ac-close-wrapper {
        position: relative;
        top: 0;
        width: 100%;
        height: 0;
    }
    .ac-form-popup .ac-close-wrapper button {
        left: 1rem;
        top: 1rem;
        height: 4rem;
        border: 0;
    }
    #ac-part-2 {
        height: auto;
        margin-bottom: 3rem;
    }
    #ac-part-2 h2,
    #ac-part-6 h2 {
        color: #315455;
    }
    #ac-part-2 .ac-container-flued {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    #ac-part-2 .ac-icons-row {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        color: #315455;
        font-size: 1.9rem;
        width: 90vw;
    }
    #ac-part-2 .ac-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 6rem;
        margin: auto auto 1.5rem;
        max-width: 11rem;
    }
    #ac-part-3 .ac-container-flued {
        justify-content: space-evenly;
        text-align: center;
        flex-direction: column-reverse;
    }
    #ac-part-3 .ac-col-2 .slick-dots {
        bottom: -9vw;
    }
    #ac-part-3 .ac-col-2 {
        margin-bottom: 8vw;
    }
    #ac-part-3 .ac-slider-title {
        text-align: center;
        display: block;
        margin: 4rem auto auto;
        font-size: 1.5rem;
    }
    #ac-part-3{
                   background-color: #F4F4F4;
      padding: 8vw 0 10vw 0;
    }
    #ac-part-3 .ac-slider-title {
       display: block;
            margin: auto auto 1rem;
            font-family: NarkissBlock-Bold;
                       color: #464968;
            font-size: 2.8rem;
    }
    #ac-part-3 .ac-slider button:hover svg path {
        stroke: #31545582 !important;
    }
    #ac-part-3 .ac-slider button.ac-left,
    #ac-part-4 .ac-slider button.ac-right {
        left: -4rem;
    }
    #ac-part-3 .ac-slider button.ac-right,
    #ac-part-4 .ac-slider button.ac-left {
        right: -4rem;
        transform: rotate(180deg);
    }
    #ac-part-3 .slick-dotted.slick-slider {
        width: 100%;
        margin: 1.5rem auto;
    }
    #ac-part-3 .ac-slider .slick-dots li button {
   width: 0.75rem;
            height: 0.75rem;
            background-color: transparent;
            border-radius: 50%;
            border: 0.19rem solid #464968;
    }
    #ac-part-3 .ac-slider .slick-dots li.slick-active button {
        background-color: #464968;
    }
    #ac-part-3 .ac-slider-1 .ac-before-after-wrapper{
    display: flex;
            justify-content: space-between;
            text-align: center;
            width: 85%;
            margin: 0 auto;
            border: 0.1rem solid #9d3e5e;
            border-radius: 1.5rem;
            border-bottom-left-radius: 0;
            padding: 4% 3%;
            font-size: 1.9rem;
            font-weight: 300;
            font-family: "NarkissBlock-Light";
    }
    #ac-part-3 .ac-slider-1 .ac-before-after-wrapper span {
          color: #9D3E5E;
          display: block;
                      margin-top: 0.7rem;
    }
    #ac-part-3 .ac-slider-1 .ac-image {
        border-radius: 3rem;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
    }
    #ac-part-3 .ac-slider-1 .ac-before-after-wrapper .ac-b-a-inner-wrapper{
                    width: 48%;
    }
    #ac-part-3 .ac-slider-1 .ac-image img {
        width:100%;
        height: 100%;
        object-fit: cover;
                    border-radius: 0rem;
            margin-bottom: 0.5rem;
    }
   
   
        #ac-part-4 .slick-dotted.slick-slider {
            width: 90vw;
            margin: 1rem auto 1rem;
        }
    #ac-part-4 .ac-slider .slick-dots li button {
        width: 0.75rem;
        height: 0.75rem;
        background-color: #fff;
        border-radius: 50%;
        border: 0.19rem solid #464968;
    }
    #ac-part-4 .ac-slider .slick-dots li.slick-active button {
        background-color: #464968;
        border: 0.19rem solid #464968;
    }
    #ac-part-4 .ac-slider .ac-starts {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    #ac-part-4 .ac-slider .ac-starts img {
    width: 8.5rem;
            margin: 0 0.05rem;
    }
    #ac-part-4 .ac-container-flued,
    #ac-part-6 .ac-container-flued {
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
    }
    #ac-part-4 .ac-image-8 img {
        width: 3.5rem;
        height: auto;
    }
    #ac-part-4 .ac-slider span.ac-text {
        color: #464968;
        font-family: NarkissBlock-Light;
        display: block;
        padding: 0 3rem;
        line-height: 1.3;
        direction: rtl;
        font-size: 1.5rem;
    }
    #ac-part-4 .ac-slider span.ac-text.ac-text-advice{
       height: 7rem;
    }
    #ac-part-4 .ac-slider span.ac-text strong {
        font-family: NarkissBlock-Medium;
        display: block;
        margin-top: 1rem;
    }
    #ac-part-4 .ac-slider button.ac-left {
        right: 0;
        transform: rotate(180deg);
    }
    #ac-part-4 .ac-slider button.ac-right {
        left: 0;
    }
    #ac-part-5 {
                margin-top: 5rem;
            margin-bottom: 2rem;
            background-image: url(../img/sec-5-bg.webp);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding-top: 8vw;
            padding-bottom: 8vw;
    }
    #ac-part-5 .ac-smile-icon {
        width: 2rem;
        display: inline;
    }
    #ac-part-5 h2{
        margin-bottom:1rem
    }
    #ac-part-5 h2,
    #ac-part-7 .ac-icons-row3 .ac-text:nth-child(2),
    #ac-part-7 h2 {
        color: #9d3e5e;
            margin-bottom: 8vw;
    }
    #ac-part-5 .ac-open-form {
                   border: 0.15rem solid #9d3e5e;
            margin-top: 1rem;
            border-radius: 0.2rem;
            border-bottom-left-radius: 30px;
            width: 74vw;
            font-size: 2rem;
            margin-bottom: 2vw;
    }
    #ac-part-5 .ac-text {
       font-size: 2.15rem;
        display: block;
        margin: 0.5rem auto;
        line-height: 1.5;
    }
    #ac-part-5 .ac-container-flued {
        flex-direction: column;
        text-align: center;
    }
    #ac-part-5 .ac-subtitle {
        font-size: 1.1rem;
        line-height: 1.4;
    }
    #ac-part-6 .ac-icons-row2 .ac-icon-box{
        border-radius: 15px;
    }
    #ac-part-6 {
        top: 1rem;
        overflow: hidden;
        height: auto;
       margin-bottom: -2rem;
    }
    #ac-part-6 .slick-dots{
       display: none !important;
    }
    #ac-part-6 .ac-icons-row2{
        padding-top:0vw;
        margin-top: -1vw;
        width: 100vw;
    }
    #ac-part-7{
        background-color: #F5F5F5;
        padding-top: 8vw;
    }
    #ac-part-7 .ac-container-flued {
        flex-direction: column;
        justify-content: space-evenly;
        text-align: center;
    }
    #ac-part-7 .ac-icons-row3 .ac-icon {
    height: 6rem;
            MARGIN-TOP: 4VW;
    }
    #ac-part-7 .ac-icons-row3 .ac-text {
                 font-size: 2rem;
            line-height: 1.2;
            display: block;
            margin: 1rem auto;
            min-height: unset;
            
        font-weight: 500;
    }
    
    #ac-part-7 .ac-icons-row3 .ac-text.ac-font-bold {
        font-size: 2.5rem;
        margin-bottom: -0.5rem;
    }
    #ac-part-7 .ac-icons-row {
        justify-content: space-evenly;
        width: 98%;
    }
    #ac-part-7 .ac-icons-row3 .ac-icon-box {
                padding: 3% 3% 5% 3%;
            border: 0.1rem solid #9d3e5e;
            width: 80%;
            border-radius: 4.5rem;
            border-bottom-left-radius: 0;
            background-color: #fff;
            margin-bottom: 7vw;
    }
    footer {
        height: auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        line-height: 1.3;
        padding: 6rem 0 29vw;
    }
    footer .ac-container-flued {
        flex-direction: column;
    }
    footer .ac-container-flued #ac-open-form2 {
        margin-bottom: 2rem;
        border: 0;
        color: #9d3e5e;
    }
    .page-thanks header .ac-header-logo {
        width: 62%;
        height: auto;
        margin: auto;
    }
    .ac-icon-box {
        width: 48%;
    }
    .ac-c2c {
        right: 0;
        top: 22%;
        width: 50px;
    }
    .ac-landscape .ac-form-popup .ac-fm {
        margin-top: 1rem;
    }
    .ac-landscape #ac-part-1 .ac-col-2 {
        padding: 0;
    }
    /* 2026-04-16 - commented out: .ac-text2 not in HTML
    #ac-part-1 .ac-col-2 .ac-inner-col-text .ac-text2 {
        font-size: 2rem;
    }
    */
    #ac-part-3 .ac-col {
        width: 100%;
    }
    .slick-dotted.slick-slider {
        width: 90vw;
        margin: 1.5rem auto;
    }
    .ac-icons-row {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ac-icons-row1 .ac-icon-box-1,
    .ac-icons-row1 .ac-icon-box-2 {
        margin-bottom: 4rem;
    }
    /* 2026-04-16 - commented out: .ac-sec1-flah not in HTML
    #ac-part-1 .ac-sec1-flah {
        padding: 1rem 1.5rem;
        font-size: 2rem;
        width: 100%;
        background-color: #9d3e5ec2;
        color: #fff;
        line-height: 1.2;
    }
    */
    html[lang="he"] .ac-icons-row2 {
        direction: rtl;
        padding-bottom: 5rem;
    }
    /* .ac-circl-num {
        width: 4.5rem;
        height: 4.5rem;
        font-size: 8vw;
    } */
     .ac-circl-num {
               display: flex;
            position: relative;
            width: 100%;
            height: 0;
    }
    .ac-circl-num svg {
  position: absolute;
            top: 50%;
            display: block;
            left: 50%;
            transform: translate(-50%, -123%);
            width: 8rem;
            height: 8rem;
    }
    .ac-overflow {
        position: relative;
        width: 100%;
        height: 0;
    }
    .ac-overflow .ac-inner-overflow {
     position: absolute;
            right: -1vw;
            width: 13vw;
            height: 56vw;
            background: #fff;
            z-index: 1;
            top: -4vw;
    }
    .slick-dots {
        bottom: 3vw;
    }
    #ac-part-4 .slick-dots {
        bottom: -7vw;
    }
    .slick-dots li button {
        width: 2.3vw;
        height: 2.3vw;
        padding: 1.5vw;
        border: 1px solid #464968;
        border-radius: 50%;
    }
    .slick-dots li.slick-active button {
        background-color: #464968;
    }
    .ac-form-popup .ac-fm {
        margin-top: 9rem;
    }
    .ac-slider button {
        margin: 0;
        border: 0;
        top: 50%;
    }
    .slick-dots li button:before{
        color:#464968 !important
    }
}
