.two-weeks-section {
  padding: 100px 120px;
  background-color:  #029B9C;
  color: #FFF;
}

.getFree-container {
  max-width: 1160px;
  margin: 0 auto;
}

.two-weeks-title {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h);
  font-weight: 200;
  padding-bottom: 16px;
}

.two-weeks-text {
  font-size: var(--font-size-body-m);
  line-height: var(--line-height-body);
  font-weight: 300;
  margin-bottom: 32px;
}

.two-weeks-caption {
  font-size: var(--font-size-caption);
  line-height: var(--line-height-caption);
  font-weight: 200;
}

.two-weeks-caption a {
  text-decoration: underline;
  color: var(--color-secondary-700);

}

.two-weeks-caption a:hover {
  text-decoration: none;
}

.input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: var(--font-size-subtitle-m);
  font-family: "Alexandria";
  font-weight: 300;
}

.two-weeks-section a {
  color: #FFFFFF;
  text-decoration-color: #ffffff77;
}

.two-weeks-section .input-container .label {
  border-radius: 12px;
  background:  #F7FCFC;
  border: none;
}


.input::placeholder {
  color: #fff;
  font-size: var(--font-size-subtitle-m);
  font-family: Alexandria;
  font-weight: 300;
}

input:focus-visible {
  outline: unset;
}

.label {
  border-radius: 12px;
  border: 1px solid #017374;
  display: flex;
  padding: 16px 16px 16px 32px;
  margin-bottom: 8px;
}

.input::placeholder {
  color: #1C2323;
  font-size: 24px;
  font-family: Alexandria;
  font-weight: 200;
  line-height: 140%
}

#error-disp {
  font-size: var(--font-size-body-m);
  height: 20px;
  font-weight: 300;
  line-height: 100%;
  color: var(--color-error-100) !important;
}

@media (max-width: 1030px) {
  /*****************two-weeks-section***/

  .two-weeks-section {
    padding: 64px 60px;
  }

  .input-container {
    padding: 0 60px;
  }

  .slider-wrapper {
    display: none;
  }

  .timeline-container {
    display: block;
  }

  .timeline-bullets-item {
    transform: translate(-15px, 0);
    position: absolute;
  }

  .timeline-bullets-item.active {
    background: #fff;
  }

  .timeline-info-container {
    padding-left: 40px;
    height: auto;
  }

  .timeline-info-title {
    font-weight: 200;
    font-size: 34px;
  }

  .tooltip {
    width: 100%;
  }

  .tooltip .tooltiptext {
    left: 50%;
    margin-left: -100px;
  }

}

@media (max-width: 768px) {
  /*****************two-weeks-section***/
  .two-weeks-section {
    padding: 60px 16px;
  }

  .input::placeholder {
    font-size: var(--font-size-subtitle-m);
    font-family: Alexandria;
    font-weight: 300;
  }

  .two-weeks-text {
    margin-bottom: 0px;
  }

  .input-container {
    padding: 24px 0 0 0;
  }

  .label {
    padding: 8px 8px 8px 16px;
  }

}