@media (max-width: 1023px) {
    #ac-open-form,
    #ac-open-form2,
  .ac-scroll-down {
    display: none;
  }
  svg {
    width:100%;
    height:100%
  }
  .ac-container {
    width: 100%;
    margin: 0 auto;
  }
  picture,
  picture img  {
    margin-bottom: 2rem;
    width:100%;
    height:auto;
    }
  .ac-image-stack {
    margin-bottom: 2rem;
    width: 100%;
  }
  .ac-image-stack picture,
  .ac-image-stack picture img {
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }
  h2 {
            font-size: 2.75rem;
            position: relative;
            z-index: 1;
            font-weight: 900;
            margin-bottom: 1rem;
           line-height: 0.8;
            text-align: center;
  }
  h2 span {
    font-weight: 300;
    font-size: 0.78em;
    display: block;
    margin-bottom: 2rem;
                margin-top: 2vw;

  }
  p {
                        font-size: 1.35rem;
            position: relative;
            z-index: 1;
            font-weight: 400;
                    line-height: 1.05;
            margin: auto 5% 1rem 5%;
            text-align: center;
                        line-height: 1.2;
  }

  /* Header */

  header {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* top: -10rem; */
    top: 0;
    transition: top 0.5s;
    z-index: 2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  header .ac-header-top {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    background-color: #fff;
    padding: 2vw 5%;
  }
  header .ac-header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }
  header .ac-svg-header-logo {
display: flex;
            justify-content: center;
            align-items: center;
            width: 76vw;
            margin-right: 0.5rem;
            height: 11vw;
            position: relative;
            left: -6vw;
  }
  header .ac-header-text {
    color: #00437b;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0.2vw;
    font-weight: 500;
  }
  header #ac-close-nav {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 3rem;
    font-weight: 100;
    position: absolute;
    top: 10px;
    left: 15px;
  }
  header #ac-close-nav span {
        display: block;
    transform: rotate(45deg);
  }
  header nav {
                display: flex;
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
    right: -100vw;
                background-color: #818285;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.5s;
                height: 100vh;
  }

  header nav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 1.5rem;
  }
  header nav ul li {
                margin: 2vh 0;
  }
  header nav ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.5s;
  }

  header nav ul li:hover a,
  header nav ul li:focus a {
    color: #60b3d1;
  }

  header nav ul li hr {
    width: 0;
    opacity: 0;
    transition: opacity 0.5s, width 0.5s;
  }

  header nav ul li:hover hr,
  header nav ul li:focus hr {
    opacity: 1;
    width: 100%;
  }
  header nav ul li.ac-has-submenu > a {
    cursor: pointer;
  }
  header nav ul li.ac-has-submenu .ac-submenu {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
    display: none;
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem;
  }
  header nav ul li.ac-has-submenu.ac-submenu-open .ac-submenu {
    display: flex;
  }
  header nav ul li.ac-has-submenu .ac-submenu li {
    margin: 0.6rem 0;
  }
  header nav ul li.ac-has-submenu .ac-submenu li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.5s;
  }
  header nav ul li.ac-has-submenu .ac-submenu li:hover a,
  header nav ul li.ac-has-submenu .ac-submenu li:focus a {
    color: #60b3d1;
  }
  header nav.ac-open {
    right: 0vw;
  }
  header #nav-icon3 {
    width: 40px;
    height: 31px;
    position: relative;
    margin: 0px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    margin-right: 0;
  }
  header #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  header #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    /* top: 18px; */
    top: 13px;
  }
  header #nav-icon3 span:nth-child(4) {
    /* top: 36px; */
    top: 26px;
  }
  header #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  header #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  /* End Header */
  

  /* Main */
main {
    margin-top: 15vw;
}
  section {
    width: 100%;
    height: auto;
    /* text-align: left; */
    opacity: 0;
    top: 10rem;
    position: relative;
    transition: opacity 0.5s, top 0.5s;
  }

  section.ac-show {
    opacity: 1;
  }
  section.ac-show_slideup {
    opacity: 1;
    top: 0;
  }
  #ac-part-1,
  #ac-part-2,
  #ac-part-3,
  #ac-part-4,
  #ac-part-5,
  #ac-part-6,
  #ac-part-7,
  #ac-part-8,
  #ac-part-9,
  #ac-part-10 {
    top: 0;
    opacity: 1;
  }
  #ac-part-1{
        overflow: hidden;
  }
  #ac-part-1 .ac-container{
    display: flex;
    flex-direction: column-reverse;
    background-color: #292929;
  }
  #ac-part-1 .ac-wrapper-text{
                z-index: 1;
            width: 100%;
            position: relative;
            bottom: 21vw;
  }
  #ac-part-1 .ac-gradient{
        background: linear-gradient(to bottom, rgba(41, 41, 41, 0) 0%, rgba(41, 41, 41, 0.04) 2%, rgba(41, 41, 41, 0.44) 23%, rgba(41, 41, 41, 1) 52%);
    width: 100%;
               height: 131vw;
            position: absolute;
            /* bottom: 0; */
            bottom: -10vw;
  }
  #ac-part-1 .ac-svg-faw{
    display: flex;
    justify-content: center;
    align-items: center;
                      width: 41vw;

    margin: auto;
  }
  #ac-part-1 .ac-wrapper-text h1 {
               font-size: 2.8rem;
            margin-top: 0.5rem;
            font-weight: 900;
            text-align: center;
  }
  #ac-part-1 .ac-sub-title {
                font-weight: 300;
            font-size: 2rem;
            margin-top: 0.5rem;
            display: block;
            text-align: center;
  }

  #ac-part-2{
    background-color: #BDBEC0;
    margin-top: -2rem;
                padding-bottom: 1rem;
  }
  #ac-part-3 .ac-container,
    #ac-part-4 .ac-container {
            display: flex;
            flex-direction: column-reverse;
    }
  #ac-part-3 {
    background-image: url("../img/mob/webp/sec_3_bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
                padding-top: 2rem;
   }
    
    #ac-part-3 .ac-image-stack {
            width: 79vw;
              margin: -1rem auto 0rem;
    }
    #ac-part-3 .ac-image-stack picture {
            width: 100%;
    margin: 0;
    }
     #ac-part-3 .ac-80-countries {
             display: flex;
            align-items: center;
            margin-top: 1vw;
            text-align: center;
            color: #fff;
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 1.00);
            width: 100%;
            justify-content: center;
            font-size: 3.5rem;
            margin-bottom: 5vw;
  }
  #ac-part-3 .ac-80-countries .ac-countries-text{
                display: block;
            font-size: 0.55em;
            margin-right: 1rem;
  }
  #ac-part-3 .ac-image-stack {
            width: 79vw;
    margin: -1rem auto 2rem;
    }
    #ac-part-3 .ac-image-stack picture {
            width: 100%;
    margin: 0;
    }
    #ac-part-8 .ac-image-stack {
                width: 88vw;
            margin: 1rem 5% 2rem;
    }
    #ac-part-8 .ac-image-stack picture {
            width: 100%;
    margin: 0;
    }
    #ac-part-3 picture:not(.ac-image-stack picture),
    #ac-part-4 picture,
    #ac-part-8 picture:not(.ac-image-stack picture) {
            width: 100vw;
    margin: -1rem auto 2rem;
    }
   
  #ac-part-4{
    background-color: #BDBEC0;
    padding-top: 2rem;
  }
  #ac-part-5{
                margin-top: -7vw;
  }
  #ac-part-5 .ac-wrapper-text{
    /* margin-top:-114vw; */
            margin-top: -0.5vw;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, black 100%);
            background-image: url(../img/mob/webp/sec_5_bg.webp);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            padding: 5vw 3%;
  }
  #ac-part-6{
   background-color: #000000;
   padding-bottom: 3vw;
  }
  #ac-part-6 .ac-wrapper-text{
            margin-top: -3vw;
            padding-bottom: 4vw;
  }
  #ac-part-6 .ac-gradient{
    background: linear-gradient(to bottom, rgba(41, 41, 41, 0) 0%, rgba(41, 41, 41, 0.06) 2%, rgba(0, 0, 0, 0.34) 12%, rgba(0, 0, 0, 1) 36%);
    width: 100vw;
    position: absolute;
    bottom: 77vw;
    height: 58vw;
  }
  #ac-part-7 {
    padding-bottom: 8vw;
  }
  #ac-part-7 .ac-wrapper-text{
margin-top: -12vw;

  }
  #ac-part-8{
    background-color: #BDBEC0;
    padding-bottom: 2vw;
  }
  #ac-part-8 .ac-wrapper-text{
    margin-top: -7vw;
  }
  #ac-part-9 {
   background-color: #061D25;
               padding-bottom: 12VW;
  }
    #ac-part-9 {
            background-image: url(../img/mob/webp/sec_9_bg.webp);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
  }
  #ac-part-9 .ac-container{
    display: flex;
    flex-direction: column-reverse;
    padding-top: 7vw;
  }
 #ac-part-10 {
          background-color: #020715;
            background-image: url(../img/mob/webp/sec_10_bg-v1.webp);
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: auto 100%;
            margin-bottom: 11vw;
            padding-bottom: 10vw;
            padding-top: 9vw;
           
        }
        #ac-part-10 .ac-gradient{
          background: linear-gradient(180deg, #020715 0%, rgba(0, 5, 17, 0) 100%);
          width: 100%;
          position: absolute;
          top: 0;
           height: 41vw;
        }
        #ac-part-10 .ac-container{
              width: 90vw;
          margin: 0 auto;
          align-items: center;
        }
        #ac-part-10 .ac-container h3 {
                       color: #239BFF;
            font-size: 1.8rem;
            text-align: center;
            margin-bottom: 3rem;
            margin-top: -0.5rem;
        }
        #ac-part-10 .ac-list-wrapper-contact{
          display: flex;
          flex-direction: column;
          gap: 1.5rem;
          text-align: center;
                      margin-top: -4vw;
        }
         #ac-part-10 .ac-list-wrapper-contact .ac-list-item {
          display: flex;
          flex-direction: column;
          gap: 0.2rem;
        }
         #ac-part-10 .ac-list-wrapper-contact .ac-list-item .ac-name-address {
                      font-weight: 700;
            font-size: 1.3rem;
                                width: 90vw;
             color: #239BFF;
        }
         #ac-part-10 .ac-list-wrapper-contact .ac-list-item .ac-telephone {
                      font-weight: 400;
            font-size: 1.3rem;
                           width: 90vw;
        }
        #ac-part-10 .ac-list-wrapper-contact .ac-list-item .ac-telephone a {
          color:#fff;
          text-decoration: none;
        }
         #ac-part-10 .ac-list-wrapper-contact .ac-list-item .ac-address {
                      font-weight: 400;
            font-size: 1.3rem;
                             width: 90vw;
        }

  /* End Main */
}
@media (max-width: 650px) {
  header nav ul {
    font-size: 1.5rem;
  }
}
