@media (max-width: 1023px) {
  .ac-jump-to-form-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ff0021;
    color: #fff;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 0px;
    font-size: 1.2rem;
    z-index: 1000;
    text-decoration: none;
    width: 100%;
  }
  .ac-container {
    width: 100%;
    margin: 0 auto;
    height: auto;
    z-index: 1;
    position: relative;
  }
  .ac-col-1 {
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    z-index: 2;
    position: relative;
    background: transparent
      linear-gradient(180deg, #28282fe6 0%, #28282fb3 21%, #28282f00 100%) 0% 0%
      no-repeat padding-box;
  }

  .ac-col-1 .ac-first-at-israel {
    background-color: #ff0021;
    font-size: 1.1rem;
    padding: 0rem 0.5rem;
    font-weight: 500;
  }
  .ac-col-1 h1 {
    text-shadow: 0px 3px 6px #000000f0;
    font-weight: 500;
    line-height: 0.9;
    font-size: 2.3rem;
    margin-top: 0.5rem;
    margin-bottom: 82vw;
  }
  .ac-col-1 h1 .ac-sub-h1 {
    display: block;
    margin-top: 0.5rem;
  }
  .ac-col-1 h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .ac-col-1 .ac-properties-wrapper {
    font-size: 1rem;
    padding-right: 1.2rem;
  }
  .ac-col-1 .ac-property {
    margin-bottom: 0;
  }
  .ac-col-1 .ac-property-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 2.1vw;
    margin-left: 0.3rem;
    margin-right: -1.6rem;
  }
  .ac-col-1 .ac-pos-rel {
    position: relative;
    width: 100%;
    height: 0;
  }
  .ac-col-1 .ac-pos-rel span {
    background: #ffffffc2 0% 0% no-repeat padding-box;
    border: 2px solid #ffffffc2;
    position: absolute;
    left: -1%;
    top: -3%;
    color: #000000;
    font-size: 1rem;
    text-align: center;
    padding: 0.5rem;
    transform: rotate(-4deg);
  }
  .ac-mob-overlay {
    position: absolute;
    top: 127vw;
    right: 0;
    width: 100%;
    height: 71vw;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,28282f+50,28282f+99&0+0,1+100 */
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(40, 40, 47, 0.5) 50%,
      rgba(40, 40, 47, 0.99) 99%,
      rgba(40, 40, 47, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .page-thanks .ac-col-2 {
    width: 100%;
    background-color: #28282f;
    margin-top: 0;
    padding-top: 1vw;
    padding-bottom: 10vw;
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 17vw;
  }
  .ac-col-2 {
    width: 100%;
    background-color: #28282f;
    margin-top: 15vw;
    padding-top: 1vw;
    padding-bottom: 10vw;
    position: relative;
  }
  .ac-col-2 .ac-logo-toyota {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74vw;
    margin: 2rem auto 10vw;
  }

  /* Main */

  main {
    margin-top: 0vh;
  }
  .ac-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    object-fit: contain;
  }
  .ac-bg img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  section {
    width: 100%;
    height: auto;
    position: relative;
  }
  /* End Main */

  /* Form Desktop */

  .form-wrapper {
    position: relative;
  }

  .form-wrapper fieldset {
    width: auto;
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .form-wrapper fieldset label {
    display: none;
  }
  .form-wrapper fieldset label {
    display: none;
  }
  .form-wrapper fieldset label.ac-checkbox {
    display: inline-flex;
    flex-direction: row-reverse;
    font-size: 0.75rem;
    line-height: 1.1;
  }
  .form-wrapper fieldset label.ac-checkbox input {
    width: 2rem;
    height: 1rem;
    margin-left: 0.5rem;
    position: relative;
    top: 0.1rem;
  }
  .form-wrapper legend {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 7vw;
  }

  .form-wrapper .ac-impts-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin: 0 auto;
  }

  .form-wrapper .btn-send {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .form-wrapper .btn-send button {
    background-color: #ff0021;
    border: 0.1rem solid #fff;
    color: #fff;
    padding: 0.5rem 1.5rem;
    transition: color 0.5s, background-color 0.5s;
    width: 53%;
    font-family: "Heebo";
  }

  .form-wrapper .btn-send button:hover,
  .form-wrapper .btn-send button:focus {
    background-color: #fff;
    color: #232635;
  }
  .form-wrapper .form-group {
    width: 100%;
    margin-bottom: 3vw;
  }
  .form-wrapper .checkbox-container-1 {
    margin-top: 3vw;
  }
  .form-wrapper input {
    background-color: transparent;
    border: 0;
    border-bottom: 0.1rem solid #fff;
    color: #fff;
    padding: 0.5rem 1.5rem;
    transition: color 0.5s, background-color 0.5s;
    width: 100%;
    font-family: "Heebo";
    text-align: center;
  }

  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 1.1rem;
    text-indent: 0.1rem;
    transition: text-indent 0.5s;
    font-family: "Heebo";
  }

  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 1.1rem;
    text-indent: 0.1rem;
    transition: text-indent 0.5s;
    font-family: "Heebo";
  }

  input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-size: 1.1rem;
    text-indent: 0.1rem;
    transition: text-indent 0.5s;
    font-family: "Heebo";
  }

  input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 1.1rem;
    text-indent: 0.1rem;
    transition: text-indent 0.5s;
    font-family: "Heebo";
  }

  input:hover::-webkit-input-placeholder,
  input:focus::-webkit-input-placeholder {
    text-indent: 1rem;
  }

  input:hover:-moz-placeholder,
  input:focus:-moz-placeholder {
    /* Firefox 18- */
    text-indent: 1rem;
  }

  input:hover::-moz-placeholder,
  input:focus::-moz-placeholder {
    /* Firefox 19+ */
    text-indent: 1rem;
  }

  input:hover:-ms-input-placeholder,
  input:focus:-ms-input-placeholder {
    text-indent: 1rem;
  }

  /* End Form Desktop */
}
@media (max-width: 650px) {
  header nav ul {
    font-size: 3rem;
  }
}
