* a {
  text-decoration: none;
  color: inherit !important; }

@font-face {
  font-family: Ploni;
  src: url(../fonts/ploni.otf);
  font-weight: 500; }
html, body {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-size: clamp(9px, 1vh, 12.5px);
  font-family: 'Assistant',sans-serif;
  color: #343232;
  background: #F6F6F6;
  -webkit-font-smoothing: antialiased; }

input {
  font-family: 'Assistant',sans-serif;
  font-weight: 600; }

body.freeze {
  overflow: hidden;
  pointer-events: all; }

.wrapper {
  box-sizing: border-box;
  padding-right: 400px; }
  .wrapper .share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px; }
  .wrapper .mobile {
    display: none; }
  .wrapper .desktop {
    display: block; }
  .wrapper .left {
    padding: 80px 100px;
    width: 100%;
    box-sizing: border-box; }
    .wrapper .left section {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 40px 50px;
      gap: 30px;
      text-align: right;
      background: #FFFFFF;
      max-width: 1000px;
      margin-bottom: 40px; }
      .wrapper .left section .video_grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1vw;
        width: 100%; }
        .wrapper .left section .video_grid .item {
          max-width: 100%;
          height: auto;
          overflow: hidden;
          min-width: 0;
          aspect-ratio: 9 / 16; }
      .wrapper .left section .video_wrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
        width: 100%; }
      .wrapper .left section iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .wrapper .left section h2 {
        margin: 0;
        color: #EC8084;
        font-size: 4rem;
        font-family: 'Ploni',sans-serif;
        font-weight: 900;
        line-height: 1; }
      .wrapper .left section p {
        font-weight: 500;
        margin: 0;
        font-size: 2rem;
        line-height: 1.5; }
        .wrapper .left section p a {
          text-decoration: underline;
          font-weight: 700;
          color: #167ac6 !important; }
      .wrapper .left section .caption {
        font-size: 1.4rem;
        color: white;
        padding: 10px;
        margin-top: -31px;
        width: 100%;
        background: #343232;
        box-sizing: border-box; }
      .wrapper .left section .grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        place-items: start;
        width: 100%;
        gap: 10px; }
      .wrapper .left section .grid .pic {
        aspect-ratio: 1; }
        .wrapper .left section .grid .pic img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center center; }
  .wrapper .sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 2vh;
    cursor: pointer;
    width: 100%;
    color: white;
    z-index: 77;
    border-radius: 50px;
    text-align: center;
    padding: 15px 50px;
    font-size: 2.4rem;
    font-weight: 900;
    max-width: 1100px;
    box-sizing: border-box;
    background: #f9e502 !important;
    color: #333 !important; }
  .wrapper .right {
    width: 400px;
    height: 100vh;
    position: fixed;
    display: flex;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 60px 40px;
    background: #EC8084;
    color: white;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    font-size: 2rem;
    align-items: center; }
    .wrapper .right .social span, .wrapper .right .share span {
      font-weight: bold; }
    .wrapper .right .social img {
      height: 27px;
      margin: 10px 5px; }
    .wrapper .right .teenk {
      width: 100%;
      direction: ltr; }
      .wrapper .right .teenk span {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 600;
        margin-right: 4px; }
      .wrapper .right .teenk img {
        display: inline-block;
        vertical-align: bottom;
        height: 26px; }
    .wrapper .right .desktop {
      display: block; }
    .wrapper .right .mobile {
      display: none; }
    .wrapper .right h1 {
      margin: 0 auto;
      font-size: 5rem;
      line-height: 1;
      font-weight: 900;
      font-family: 'Ploni',sans-serif; }
    .wrapper .right .logo {
      width: 100%;
      max-width: 160px; }
    .wrapper .right ul {
      list-style: none;
      padding: 0;
      font-weight: bold; }
      .wrapper .right ul li {
        margin-bottom: 2rem;
        cursor: pointer; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  display: none;
  pointer-events: all; }
  .popup .box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    padding: 30px;
    background: white; }
    .popup .box .close-btn {
      cursor: pointer;
      position: absolute;
      top: 15px;
      z-index: 5;
      left: 15px;
      width: 30px; }

.form-container {
  display: flex;
  align-items: center;
  gap: 1.5vw;
  flex-direction: column;
  text-align: center; }
  .form-container .wpcf7-spinner {
    display: none !important; }
  .form-container .wpcf7 .wpcf7-response-output {
    width: 100%;
    text-align: center;
    padding: 1vw;
    font-weight: 600;
    margin-top: 0;
    font-size: 2em;
    font-weight: bold; }
  .form-container h2 {
    color: #1E1E1E;
    font-size: 4rem;
    margin: 0;
    font-family: 'Ploni',sans-serif; }
  .form-container h3 {
    color: #1E1E1E;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0;
    width: 100%;
    flex-shrink: none; }
  .form-container .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    direction: rtl;
    /* webkit solution */
    /* mozilla solution */ }
    .form-container .wpcf7 form p {
      position: relative; }
    .form-container .wpcf7 form .wpcf7-form-control-wrap[data-name="video_file"] {
      position: absolute;
      top: 0;
      opacity: 0;
      right: 0; }
    .form-container .wpcf7 form ::-webkit-input-placeholder {
      text-align: right; }
    .form-container .wpcf7 form input:-moz-placeholder {
      text-align: right; }
    .form-container .wpcf7 form .field, .form-container .wpcf7 form p {
      flex: 1;
      margin: 0; }
      .form-container .wpcf7 form .field input, .form-container .wpcf7 form .field select, .form-container .wpcf7 form .field .file_label, .form-container .wpcf7 form p input, .form-container .wpcf7 form p select, .form-container .wpcf7 form p .file_label {
        display: flex;
        padding: 15px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        font-weight: 700;
        border-radius: 40px;
        background: #DCDCDC;
        width: 100%;
        line-height: 1.3;
        border: 0;
        box-sizing: border-box;
        font-size: 2rem;
        min-width: 260px; }
        .form-container .wpcf7 form .field input #lbl, .form-container .wpcf7 form .field select #lbl, .form-container .wpcf7 form .field .file_label #lbl, .form-container .wpcf7 form p input #lbl, .form-container .wpcf7 form p select #lbl, .form-container .wpcf7 form p .file_label #lbl {
          margin: 0; }
        .form-container .wpcf7 form .field input[type=file2], .form-container .wpcf7 form .field select[type=file2], .form-container .wpcf7 form .field .file_label[type=file2], .form-container .wpcf7 form p input[type=file2], .form-container .wpcf7 form p select[type=file2], .form-container .wpcf7 form p .file_label[type=file2] {
          width: 0.1px;
          height: 0.1px;
          opacity: 0;
          overflow: hidden;
          position: absolute;
          z-index: -1; }
        .form-container .wpcf7 form .field input.disabled, .form-container .wpcf7 form .field select.disabled, .form-container .wpcf7 form .field .file_label.disabled, .form-container .wpcf7 form p input.disabled, .form-container .wpcf7 form p select.disabled, .form-container .wpcf7 form p .file_label.disabled {
          pointer-events: none;
          color: white !important; }
        .form-container .wpcf7 form .field input[type=submit], .form-container .wpcf7 form .field select[type=submit], .form-container .wpcf7 form .field .file_label[type=submit], .form-container .wpcf7 form p input[type=submit], .form-container .wpcf7 form p select[type=submit], .form-container .wpcf7 form p .file_label[type=submit] {
          display: inline-block;
          background: #FFE300;
          color: #1E1E1E !important;
          align-items: center;
          text-align: center;
          opacity: 0.7;
          filter: grayscale(1);
          pointer-events: none;
          font-family: 'Ploni',sans-serif;
          font-size: 2.5rem; }
          .form-container .wpcf7 form .field input[type=submit].ok, .form-container .wpcf7 form .field select[type=submit].ok, .form-container .wpcf7 form .field .file_label[type=submit].ok, .form-container .wpcf7 form p input[type=submit].ok, .form-container .wpcf7 form p select[type=submit].ok, .form-container .wpcf7 form p .file_label[type=submit].ok {
            opacity: 1;
            filter: grayscale(0);
            pointer-events: auto;
            cursor: pointer; }
          .form-container .wpcf7 form .field input[type=submit].sending, .form-container .wpcf7 form .field select[type=submit].sending, .form-container .wpcf7 form .field .file_label[type=submit].sending, .form-container .wpcf7 form p input[type=submit].sending, .form-container .wpcf7 form p select[type=submit].sending, .form-container .wpcf7 form p .file_label[type=submit].sending {
            background: #287b30; }
      .form-container .wpcf7 form .field select, .form-container .wpcf7 form p select {
        appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: left 1rem center;
        background-size: 1em; }
      .form-container .wpcf7 form .field .file_label, .form-container .wpcf7 form p .file_label {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

.wpcf7-not-valid-tip {
  font-size: 1.6em !important;
  font-weight: bold !important; }

@media only screen and (max-width: 600px) {
  .wrapper {
    padding: 0; }
    .wrapper .right {
      position: static;
      width: 100%;
      height: auto;
      padding: 20px;
      gap: 15px; }
      .wrapper .right .logo {
        width: 120px; }
      .wrapper .right h1 {
        font-size: 4.5rem;
        max-width: 90%; }
      .wrapper .right ul {
        display: none; }
      .wrapper .right .desktop {
        display: none; }
      .wrapper .right .mobile {
        display: block; }
    .wrapper .left {
      padding: 20px; }
      .wrapper .left .sticky {
        box-sizing: border-box;
        max-width: 100%;
        padding: 10px;
        font-size: 2.4rem; }
      .wrapper .left section {
        padding: 20px;
        gap: 15px;
        margin-bottom: 20px; }
        .wrapper .left section .video_grid {
          grid-template-columns: 1fr 1fr; }
        .wrapper .left section .grid {
          grid-template-columns: 1fr 1fr; }
        .wrapper .left section h2 {
          font-size: 3rem; }
        .wrapper .left section .caption {
          margin-top: -15px; }

  .form-container {
    align-items: center;
    gap: 24px;
    flex-direction: column;
    text-align: center;
    overflow: hidden; }
    .form-container h2 {
      font-size: 30px; }
    .form-container h3 {
      font-size: 16px;
      line-height: 1.2; }
    .form-container .wpcf7 form {
      display: flex;
      gap: 16px;
      flex-direction: column;
      width: 100%; }
      .form-container .wpcf7 form .wpcf7-not-valid-tip {
        font-size: 2em; }
      .form-container .wpcf7 form p input, .form-container .wpcf7 form p select, .form-container .wpcf7 form p .file_label {
        border-radius: 50px;
        padding: 15px 30px;
        font-size: 18px;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 80vw !important; }
      .form-container .wpcf7 form .file_label {
        box-sizing: border-box;
        width: 100% !important;
        max-width: 80vw !important;
        text-overflow: clip; }

  .form-container .wpcf7 .wpcf7-response-output {
    font-size: 2em;
    width: 80vw;
    margin: 0 auto; }

  .popup {
    position: fixed; }
    .popup .box {
      padding: 30px 17px;
      position: absolute;
      top: 20px;
      transform: none;
      left: 5%;
      width: 90%;
      box-sizing: border-box;
      max-height: 80vh;
      overflow: auto;
      top: 50%;
      transform: translateY(-50%); }

  .wrapper footer.mobile {
    display: block;
    background: #333333;
    padding: 40px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    font-size: 2rem; }
    .wrapper footer.mobile span {
      font-weight: bold;
      color: white; }
    .wrapper footer.mobile .social img {
      height: 27px;
      margin: 10px 5px; }
    .wrapper footer.mobile .teenk {
      width: 100%;
      direction: ltr; }
      .wrapper footer.mobile .teenk span {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 600;
        margin-right: 4px; }
      .wrapper footer.mobile .teenk img {
        display: inline-block;
        vertical-align: bottom;
        height: 26px; } }

/*# sourceMappingURL=style.css.map */
