.page__affordablerentalportal {
  background: #1555f4;
  font-family: $font-articulat;
  color: #ffffff;
  padding-top: calc(100px + 2rem);

  button,
  input,
  select,
  textarea {
    font-family: $font-sans-serif;
    // color: #000;
  }

  input {
    &[type='text'],
    &[type='email'],
    &[type='phone'] {
      width: 100%;
      height: $input-height;
      border: solid $color-grey-400;
      border-width: 0 0 1px 0;
      border-radius: 0;
      background: transparent;
      outline: 0;

      &:focus {
        border-color: $color-body;
      }
    }
  }

  select {
    width: 100%;
    height: $input-height;
    border: solid $color-grey-400;
    border-width: 0 0 1px 0;
    border-radius: 0;
    background: transparent;
    outline: 0;
    color: black;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;

    @media #{$screen-lg-min} {
      max-width: 1360px;
    }
  }

  @media #{$screen-sm-min} {
    padding-top: calc(100px + 3rem);
  }

  &__figure {
    img {
      width: 100%;
    }
  }

  &__intro {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;

    .container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      h1 {
        font-weight: 800;
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        color: #ffff1b;
        text-transform: uppercase;
        max-width: 320px;
        margin: 0;

        @media #{$screen-sm-min} {
          font-size: 80px;
          line-height: 80px;
          max-width: 100%;
        }

        @media #{$screen-lg-min} {
          font-size: 150px;
          line-height: 150px;
        }
      }

      p {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin: 16px 0;
        display: flex;
        flex-direction: column;

        @media #{$screen-sm-min} {
          display: block;
          font-size: 20px;
          line-height: 32px;
        }

        @media #{$screen-lg-min} {
          font-size: 24px;
          line-height: 50px;
        }

        span {
          display: block;

          @media #{$screen-sm-min} {
            display: inline-block;
          }
        }
      }

      img {
        width: 1360px;
        height: auto;
      }
    }

    .animation {
      margin: auto 0 0 0;
      width: 100%;
    }
  }

  &__story {
    display: flex;
    flex-wrap: wrap;
    margin: 0;

    @media #{$screen-sm-min} {
      margin: 0 0 2.5rem 0;
    }

    @media #{$screen-md-min} {
      margin: 0 0 5rem 0;
    }

    .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;

      h2 {
        font-weight: 800;
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        color: #ffff1b;
        text-transform: uppercase;
        margin: 32px 0;

        @media #{$screen-sm-min} {
          font-weight: 800;
          font-size: 80px;
          line-height: 80px;
          margin: 64px 0;
        }

        @media #{$screen-lg-min} {
          font-size: 150px;
          line-height: 150px;
          margin: 88px 0;
        }
      }

      p {
        text-align: center;
        max-width: 390px;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;

        @media #{$screen-md-min} {
          max-width: 600px;
          font-size: 24px;
          line-height: 32px;
        }
      }

      .animated-icon {
        position: relative;
        margin-bottom: 20px;
        width: 112.89px;
        height: 100px;

        @media #{$screen-sm-min} {
          width: 152.4px;
          height: 135px;
          position: absolute;
          left: 4%;
          bottom: 12%;
        }

        @media #{$screen-sm-min} {
          left: 6%;
        }

        @media #{$screen-lg-min} {
          width: 250px;
          height: 221.46px;
          left: -10%;
          bottom: 22%;
        }

        svg {
          height: 100%;
          width: 100%;
        }

        .badge {
          margin: auto;
          width: 100%;
          height: 100%;
        }

        .animation {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%);
          margin: auto;

          width: 100%;
          height: 100%;

          @media #{$screen-md-min} {
            width: 85%;
            height: 85%;
            max-width: 100%;
          }
        }
      }
    }
  }

  &__statement {
    .container {
      padding: 0;
      max-width: 1600px;

      p {
        max-width: 370px;
        margin: 0 auto;
        padding: 0 20px 20px 20px;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-align: center;

        &:first-child {
          padding-top: 20px;

          @media #{$screen-sm-min} {
            padding-top: 70px;
          }
        }

        &:last-child {
          padding-bottom: 0;
        }

        @media #{$screen-sm-min} {
          max-width: 660px;
        }

        @media #{$screen-md-min} {
          max-width: 800px;
          font-size: 24px;
          line-height: 32px;
        }
      }
    }

    &--icon {
      display: grid;
      padding: 20px;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-row-gap: 0;
      justify-items: center;
      width: 100%;
      margin: 0 auto;

      @media #{$screen-sm-min} {
        max-width: 500px;
      }

      @media #{$screen-md-min} {
        padding: 60px 20px;
        grid-row-gap: 16px;
      }

      @media #{$screen-lg-min} {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: 1fr;
        gap: 16px;
        max-width: 1400px;
      }

      .animated-icon-box {
        display: flex;
        flex-direction: column;
        align-items: center;

        .animated-icon {
          position: relative;
          display: flex;
          width: 90px;
          height: 90px;

          @media #{$screen-sm-min} {
            width: 135px;
            height: 135px;
          }

          @media #{$screen-lg-min} {
            width: 180px;
            height: 180px;
          }

          svg {
            width: 100%;
            height: auto;
            min-height: 110px;
          }

          .badge {
            margin: auto;
            width: 100%;
            height: 100%;
          }

          .animation {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 75%;
            height: 100%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            margin: auto;

            @media #{$screen-md-min} {
              width: 70%;
              max-width: 140px;
            }
          }
        }

        p {
          text-align: center;
          margin-top: 10px;
          white-space: pre-wrap;
          font-weight: 700;
          font-size: 12px;
          line-height: 18px;

          @media #{$screen-md-min} {
            margin-top: 20px;
            font-weight: 400;
            font-size: $font-size-base;
            line-height: $line-height-base;
          }
        }
      }
    }
  }

  &__slide {
    .container {
      padding: 0 40px;
    }
    .slide__item {
      padding: 0 10px 60px;

      span {
        display: block;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        width: 100%;

        @media #{$screen-lg-min} {
          text-align: left;
        }
      }
    }
    .slide__img {
      height: 400px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;

      @media #{$screen-md-min} {
        height: 730px;
      }
    }

    .slick-arrow {
      position: absolute;
      top: 40%;
      svg {
        width: 40px;
        height: 25px;
      }
      @media (max-width: 768px) {
        svg {
          width: 20px;
          height: 13px;
        }
      }
    }

    .arrow-prev {
      left: -45px;

      @media (max-width: 768px) {
        left: -30px;
      }
    }

    .arrow-next {
      right: -45px;

      @media (max-width: 768px) {
        right: -30px;
      }
    }

    .slick-disabled {
      svg path {
        stroke: gray;
      }
    }
  }

  &__units {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    background-color: #91aeff;
    color: #1555f4;

    .container {
      padding: 60px 20px;

      h2 {
        font-size: 40px;
        line-height: 40px;
        text-transform: uppercase;

        @media #{$screen-sm-min} {
          font-size: 80px;
          line-height: 80px;
        }

        @media #{$screen-lg-min} {
          font-size: 150px;
          line-height: 150px;
        }
      }

      p {
        margin: 0 auto 15px auto;
        display: block;
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        color: #1555f4;

        @media #{$screen-sm-min} {
          font-size: 36px;
          line-height: 50px;
        }

        @media #{$screen-lg-min} {
          font-size: 42px;
          line-height: 50px;
        }

        &.note {
          max-width: 300px;

          @media #{$screen-sm-min} {
            max-width: 100%;
          }
        }
      }
      p.align_left {
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;

        @media #{$screen-sm-min} {
          font-size: 16px;
          line-height: 22px;
          max-width: 80%;
          margin-left: 0;
        }

        @media #{$screen-lg-min} {
          font-size: 18px;
          line-height: 26px;
        }

        a {
          color: #1555f4;
          text-decoration: underline;
        }
      }

      .homes {
        width: 100%;
        table-layout: fixed;
        overflow-wrap: break-word;
        border-collapse: collapse;
        margin: 20px 0 40px 0;

        th {
          font-weight: 700;
          font-size: 14px;
          line-height: 20px;
          text-align: left;

          @media #{$screen-sm-min} {
            font-size: 16px;
            line-height: 22px;
          }

          @media #{$screen-lg-min} {
            font-size: 18px;
            line-height: 32px;
          }
        }

        th,
        td {
          font-weight: 400;
          font-size: 14px;
          line-height: 22px;
          text-align: left;

          @media #{$screen-sm-min} {
            font-size: 16px;
            line-height: 22px;
          }

          @media #{$screen-lg-min} {
            font-size: 18px;
            line-height: 26px;
          }
        }

        tr {
          height: 60px;
        }

        tbody tr {
          border-bottom: 2px solid #1555f4;
        }

        &__title {
          font-weight: 700;
          font-size: 18px;
          line-height: 24px;
          text-align: left;

          @media #{$screen-sm-min} {
            font-size: 20px;
            line-height: 32px;
          }

          @media #{$screen-lg-min} {
            font-size: 24px;
            line-height: 26px;
          }
        }
      }

      .animated-icon {
        position: absolute;
        width: 100px;
        height: 100px;
        bottom: -50px;
        right: 20px;

        @media #{$screen-sm-min} {
          width: 150px;
          height: 150px;
          bottom: -75px;
        }

        @media #{$screen-lg-min} {
          width: 250px;
          height: 250px;
          bottom: -125px;
        }

        svg {
          height: 100%;
          width: 100%;
        }

        .badge {
          margin: auto;
          width: 100%;
          height: 100%;
        }

        .animation {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%);
          margin: auto;

          width: 100%;
          height: 100%;

          @media #{$screen-md-min} {
            width: 85%;
            height: 85%;
            max-width: 100%;
          }
        }
      }
    }
  }

  // Homes section
  &__homes {
    margin: 0;
    padding: 40px 0;
    width: 100%;

    @media #{$screen-sm-min} {
      padding: 64px 0;
    }

    @media #{$screen-lg-min} {
      padding: 80px 0;
    }

    .wrap--narrow {
      padding-bottom: 3rem;
      max-width: 1000px;
    }

    .section-title {
      text-align: center;
      font-size: 40px;
      line-height: 40px;
      color: #ffff1b;
      text-transform: uppercase;
      text-align: center;
      @media #{$screen-sm-min} {
        font-size: 80px;
        line-height: 80px;
      }

      @media #{$screen-lg-min} {
        font-size: 150px;
        line-height: 150px;
      }
    }

    .option {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto 18px auto;
      max-width: 1000px;

      &__name {
        margin-right: 3rem;
        font-weight: 500;

        @media (max-width: 768px) {
          font-size: 14px;
          margin-right: 10px;
        }
      }

      .select_mobile {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0 1rem;
        color: #1555f4;
        border: none;
        height: 42px;

        background-image: url('/img/icons/arrow-down.svg');
        background-repeat: no-repeat;
        background-position-x: calc(100% - 15px);
        background-position-y: 12px;
        background-size: 10px;
      }
    }

    .switcher {
      flex: 0 0 auto;
      background: rgba(#ffffff, 1);
      border-radius: 30px;
      height: 60px;
      margin: 0;
      display: flex;
      width: 75%;

      @media (max-width: 768px) {
        height: 42px;
        font-size: 14px;
      }

      button {
        flex: 1;
        color: #1555f4;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        font-size: 0.8rem;

        @media #{$screen-md-min} {
          font-size: 1rem;
        }

        &[data-active='true'] {
          color: #1555f4;

          &:before {
            opacity: 1;
          }
        }

        &:before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background: #91aeff;
          position: absolute;
          top: 0;
          left: 0;
          border-radius: 30px;
          z-index: 0;
          opacity: 0;
        }

        span {
          z-index: 1;

          @media (max-width: 768px) {
            font-size: 14px;
          }
        }
      }
    }

    .homes {
      width: 100%;
      table-layout: fixed;
      overflow-wrap: break-word;
      border-collapse: collapse;

      @media (max-width: 768px) {
        font-size: 14px;
      }

      th {
        text-align: left;
      }

      tr {
        height: 60px;
        @media (max-width: 768px) {
          height: 40px;
        }
      }

      tbody tr {
        border-bottom: 2px solid #ffffff;
      }

      td.unit {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;

        @media #{$screen-sm-min} {
          font-size: 20px;
          line-height: 32px;
        }

        @media #{$screen-lg-min} {
          font-size: 24px;
          line-height: 32px;
        }
      }

      // @media (max-width: 768px) {
      //   th:nth-child(4),
      //   th:nth-child(5),
      //   td:nth-child(4),
      //   td:nth-child(5) {
      //     display: none;
      //   }
      // }
    }

    .addresses {
      display: flex;
      align-items: flex-start;
      margin: 40px 0 60px 0;

      @media #{$screen-sm-min} {
        align-items: flex-start;
      }

      @media #{$screen-lg-min} {
        align-items: center;
      }

      &__title {
        margin-left: 0;
        margin-bottom: 1em;
        font-weight: 500;
        font-size: 21px;
        line-height: 32px;

        @media #{$screen-sm-min} {
          margin-left: 20px;
        }

        @media #{$screen-lg-min} {
          margin-left: 80px;
        }
      }

      &__icon {
        .animated-icon {
          position: absolute;
          right: 0;
          bottom: 20px;
          width: 100px;
          height: 100px;

          @media #{$screen-sm-min} {
            position: relative;
            right: unset;
            bottom: unset;
            width: 150px;
            height: 150px;
          }

          @media #{$screen-lg-min} {
            width: 250px;
            height: 250px;
          }

          svg {
            height: 100%;
            width: 100%;
          }

          .badge {
            margin: auto;
            width: 100%;
            height: 100%;
          }

          .animation {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            margin: auto;

            width: 80%;
            height: 80%;

            @media #{$screen-md-min} {
              width: 80%;
              height: 80%;
              max-width: 100%;
            }
          }
        }
      }
      &__detail {
        display: flex;
        font-size: 16px;
        line-height: 24px;
        flex-direction: column;

        @media #{$screen-sm-min} {
          flex-direction: row;
          margin-left: 20px;
          gap: 20px;
        }

        @media #{$screen-lg-min} {
          margin-left: 80px;
        }

        ul {
          margin: 0;
          padding: 0;
          list-style: none;

          li {
            display: flex;
            margin-bottom: 10px;

            &.gray {
              color: rgba(255, 255, 255, 0.6);
            }
          }

          li span {
            width: 30px;
            font-weight: 600;
            display: inline-block;
          }
        }
      }
    }

    .cta {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 20px;
      margin-bottom: 0;
      padding: 0;

      .btn {
        margin-top: 1rem;
        background-color: #ffff1b;
        border: none;
        color: #1555f4;
        font-weight: 700;
        font-size: 18px;
        line-height: 32px;
        width: 265px;
        height: 60px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;

        @media #{$screen-sm-min} {
          font-size: 18px;
          line-height: 32px;
        }
      }
    }
  }

  &__qa {
    .container {
      padding: 60px 20px;

      h2 {
        font-size: 40px;
        line-height: 40px;
        color: #ffff1b;
        text-transform: uppercase;
        text-align: center;
        @media #{$screen-sm-min} {
          font-size: 80px;
          line-height: 80px;
        }

        @media #{$screen-lg-min} {
          font-size: 150px;
          line-height: 150px;
        }
      }

      .accordion {
        max-width: 800px;
        margin: 0 auto;
        text-align: left;

        @media #{$screen-sm-min} {
          margin-bottom: 100px;
        }

        @media #{$screen-lg-min} {
          margin-bottom: 200px;
        }

        &-item {
          margin: 2rem 0;
        }

        &-title {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-weight: 700;
          font-size: 18px;
          line-height: 24px;
          padding-bottom: 10px;
          border-bottom: 2px solid #ffffff;
          margin-bottom: 2rem;
          cursor: pointer;

          @media #{$screen-sm-min} {
            font-size: 20px;
            line-height: 32px;
          }

          @media #{$screen-lg-min} {
            font-weight: 800;
            font-size: 24px;
            line-height: 26px;
          }
        }

        &-arrow {
          width: 10px;
        }

        &-content {
          font-size: 18px;
          line-height: 28px;
          display: none;
          color: white;

          p {
            word-wrap: break-word;
            display: flex;

            span {
              display: inline-block;
              margin-right: 20px;
            }
          }

          &--opened {
            display: block;
          }

          a {
            color: #fff;
          }
        }
      }

      .animated-icon {
        position: absolute;
        width: 100px;
        height: 100px;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);

        @media #{$screen-sm-min} {
          width: 150px;
          height: 150px;
          bottom: -75px;
          left: 40px;
          transform: translateX(0);
        }

        @media #{$screen-lg-min} {
          width: 250px;
          height: 250px;
          bottom: -125px;
          transform: translateX(0);
        }

        svg {
          height: 100%;
          width: 100%;
        }

        .badge {
          margin: auto;
          width: 100%;
          height: 100%;
        }

        .animation {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%);
          margin: auto;

          width: 90%;
          height: 90%;

          @media #{$screen-md-min} {
            width: 85%;
            height: 85%;
            max-width: 100%;
          }
        }
      }
    }
  }

  &__requirements {
    background-color: #91aeff;
    padding: 4rem 2rem 2rem 2rem;
    text-align: center;
    color: #1555f4;

    h2 {
      font-weight: 600;
      font-size: 38px;
      line-height: 44px;
      text-align: center;

      @media #{$screen-sm-min} {
        font-size: 56px;
        line-height: 74px;
      }

      @media #{$screen-lg-min} {
        font-size: 64px;
        line-height: 74px;
      }
    }

    p {
      color: #1555f4;
    }

    .accordion {
      max-width: 800px;
      margin: 0 auto;
      text-align: left;

      &-item {
        margin: 2rem 0;
      }

      &-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 700;
        font-size: 24px;
        line-height: 34px;
        border-bottom: 1px solid #1555f4;
        margin-bottom: 2rem;
        padding-bottom: 10px;
        cursor: pointer;

        @media (max-width: 768px) {
          font-size: 18px;
          line-height: 24px;
        }

        & > div:first-child {
          max-width: 65%;
          @media (max-width: 768px) {
            max-width: 95%;
          }
        }
      }

      &-arrow {
        width: 10px;
      }

      &-content {
        font-size: 18px;
        line-height: 28px;
        display: none;

        &--opened {
          display: block;
        }
      }
    }
  }

  &__application {
    position: relative;
    display: flex;
    background-color: #ffffff;

    .sidebar {
      position: relative;
      display: flex;
      align-items: flex-start;
      order: 2;
      margin: 3rem 0 0 0;
      flex: 0 0 100%;

      @media (max-width: 768px) {
        display: none;
      }

      @media #{$screen-md-min} {
        flex: 0 0 auto;
        margin: 0;
        order: 1;
      }

      .animation {
        width: 100%;

        svg {
          display: block;
        }
      }

      .content {
        position: absolute;
        top: 30%;
        left: 1rem;

        @media #{$screen-md-min} {
          left: 50%;
          transform: translate3d(-50%, -50%, 0);
        }

        .title {
          display: block;
          font-weight: bold;
          margin: 0 0 1rem 0;
          font-size: 0.9rem;
          line-height: 1em;
        }

        p {
          margin: 0;
          font-size: 0.8rem;
          line-height: 1.5em;
        }

        a {
          text-decoration: none;
          display: inline-block;
        }
      }
    }

    .form-container {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      order: 1;
      padding: 60px 20px;

      .center-wrap {
        max-width: 1200px;

        h2 {
          color: #1555f4;
          font-weight: 800;
          font-size: 40px;
          line-height: 40px;
          text-transform: uppercase;
          text-align: center;

          @media #{$screen-sm-min} {
            font-size: 80px;
            line-height: 80px;
          }
          @media #{$screen-lg-min} {
            font-size: 150px;
            line-height: 150px;
          }
        }

        h3 {
          font-weight: 700;
          font-size: 24px;
          line-height: 26px;
        }

        form .paragraph.paragraph--gray {
          margin-bottom: 10px;
        }

        .paragraph {
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          color: #000;
          width: 100%;
          max-width: 320px;
          text-align: center;
          margin: 0 auto;
          margin-bottom: 1rem;

          @media #{$screen-sm-min} {
            font-size: 20px;
            line-height: 32px;
            max-width: 660px;
          }
          @media #{$screen-lg-min} {
            font-size: 24px;
            line-height: 32px;
            max-width: unset;
          }

          p {
            color: #000;
          }

          .bold {
            font-weight: bold;
          }

          &--line {
            width: 100%;
            height: 100px;
            position: relative;
            padding-top: 50px;

            .bar {
              width: 100%;
              height: 1px;
              background-color: rgba(0, 0, 0, 0.3);
            }

            .animated-icon {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 100px;
              height: 100px;
              z-index: 1;

              @media #{$screen-sm-min} {
                width: 150px;
                height: 150px;
                left: 0;
              }
              @media #{$screen-lg-min} {
                width: 250px;
                height: 250px;
                left: -250px;
              }

              svg {
                height: 100%;
                width: 100%;
              }

              .badge {
                margin: auto;
                width: 100%;
                height: 100%;
              }

              .animation {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateY(-50%) translateX(-50%);
                -webkit-transform: translateY(-50%) translateX(-50%);
                margin: auto;

                width: 80%;
                height: 80%;

                @media #{$screen-md-min} {
                  width: 80%;
                  height: 80%;
                  max-width: 100%;
                }
              }
            }
          }

          &--gray {
            color: rgba(0, 0, 0, 0.3);
            max-width: 100%;

            @media #{$screen-sm-min} {
              font-size: 16px;
              line-height: 22px;
              max-width: 60%;
            }
            @media #{$screen-lg-min} {
              font-size: 18px;
              line-height: 26px;
              max-width: 80%;
            }
          }

          &--error {
            color: #d63d42;
          }

          &--center {
            margin: 0 auto;
            flex: 0 0 100%;
            text-align: center;
          }

          &--subtitle {
            margin-top: 20px;
            margin-bottom: 0;
            font-size: 18px;
            line-height: 26px;
            display: flex;
            align-items: center;
            height: 40px;

            svg {
              margin-left: 10px;
            }
          }
          &--accordion {
            cursor: pointer;
          }

          &--large {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 60px;
            font-weight: bold;
          }
        }

        .note {
          color: #bdbdbd;
        }

        .form-note {
          display: block;
          font-size: 18px;
          line-height: 26px;
          transform: translateY(-20px);
          margin-bottom: 2rem;
        }

        form {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          position: relative;

          h3 {
            display: block;
            width: 100%;
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
            margin: 2rem 0 1rem 0;
            color: #000000;

            @media #{$screen-sm-min} {
              font-size: 20px;
              line-height: 32px;
            }
            @media #{$screen-lg-min} {
              font-size: 24px;
              line-height: 26px;
            }
          }
          h4 {
            display: block;
            width: 100%;
            font-size: 20px;
            line-height: 26px;
            margin: 2rem 0 15px 0;
            color: #000000;
          }
          input,
          select {
            border-width: 0;
          }

          .additional__tenants__container {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            justify-content: space-between;
          }

          .paragraph {
            text-align: left;
            padding: 0;
            margin: 0;
            width: 100%;
            max-width: unset;
            font-size: 18px;
            line-height: 26px;
          }

          .animated-icon {
            position: relative;
            width: 100px;
            height: 100px;
            margin: 0 auto;

            @media #{$screen-sm-min} {
              position: absolute;
              right: 0;
              bottom: 53%;
              width: 150px;
              height: 150px;
            }

            @media #{$screen-lg-min} {
              width: 250px;
              height: 250px;
              bottom: 650px;
            }

            svg {
              height: 100%;
              width: 100%;
            }

            .badge {
              margin: auto;
              width: 100%;
              height: 100%;
            }

            .animation {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              margin: auto;

              width: 80%;
              height: 80%;

              @media #{$screen-md-min} {
                width: 80%;
                height: 80%;
                max-width: 100%;
              }
            }
          }

          .error__message {
            margin: 0;
            color: #d63d42;
          }

          .form__item {
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
            position: relative;
            width: 100%;
            flex-direction: column;
            justify-content: flex-end;

            @media #{$screen-md-min} {
              flex: 0 0 calc(50% - 0.5rem);
            }

            &--full {
              flex: 0 0 100% !important;
            }

            &--radio {
              border: none;
              margin-bottom: 0;
              padding-top: 0;
              padding-left: 0;

              .title {
                font-size: 16px;
                line-height: 26px;
              }

              &.agree {
                height: 100px;

                @media #{$screen-md-min} {
                  height: unset;
                }
              }
            }

            ::-webkit-input-placeholder {
              font-size: 16px;
              line-height: 26px;
              color: rgba(0, 0, 0, 0.3);
              opacity: 1; /* Firefox */
            }

            ::-moz-placeholder {
              font-size: 16px;
              line-height: 26px;
              color: rgba(0, 0, 0, 0.3);
              opacity: 1; /* Firefox */
            }

            :-ms-input-placeholder {
              font-size: 16px;
              line-height: 26px;
              color: rgba(0, 0, 0, 0.3);
              opacity: 1; /* Firefox */
            }

            ::-ms-input-placeholder {
              font-size: 16px;
              line-height: 26px;
              color: rgba(0, 0, 0, 0.3);
              opacity: 1; /* Firefox */
            }

            ::placeholder {
              font-size: 16px;
              line-height: 26px;
              color: rgba(0, 0, 0, 0.3);
              opacity: 1; /* Firefox */
            }

            input {
              padding-left: 10px;
              border: 2px solid #000;
              border-radius: 10px;
            }

            .select__button {
              padding-left: 10px;
              height: 100%;
              border: 2px solid #000;
              border-radius: 10px;
              height: 54px;
            }

            .select {
              height: 100%;
            }

            :disabled {
              background: #bdbdbd;
            }

            &--error {
              p {
                top: 10px;
                padding-left: 10px;
              }
              ::-webkit-input-placeholder {
                color: #d63d42;
                opacity: 0; /* Firefox */
              }
              ::-moz-placeholder {
                color: #d63d42;
                opacity: 0; /* Firefox */
              }
              :-ms-input-placeholder {
                color: #d63d42;
                opacity: 0; /* Firefox */
              }
              ::-ms-input-placeholder {
                color: #d63d42;
                opacity: 0; /* Firefox */
              }
              ::placeholder {
                color: #d63d42;
                opacity: 0; /* Firefox */
              }
            }
          }

          select {
            flex: 0 0 calc(50% - 0.5rem);

            @media (max-width: 768px) {
              flex: 0 0 100%;
            }
          }

          .moveinDate {
            flex: 0 0 calc(50% - 0.5rem);
          }

          .income,
          .bedroom {
            flex: 0 0 100%;

            @media #{$screen-sm-min} {
              flex: 0 0 calc(50% - 0.5rem);
            }

            select {
              margin-bottom: 8px;
              height: 50px;

              option {
                height: 30px;
                padding: 30px;
              }
            }
          }

          .prefer {
            flex: 0 0 calc(50% - 0.5rem);
            margin: 2rem 0;

            @media #{$screen-sm-min} {
              flex: 0 0 100%;
            }
          }

          .form_prefer {
            flex: 0 0 100%;
            display: flex;

            flex-direction: column;
            align-items: flex-start;
            margin: 0;

            .title {
              position: relative;
              cursor: pointer;
              padding-left: 30px;
              display: flex;
              height: 36px;
              align-items: center;
              color: #000;

              input {
                border: none;
                border-radius: 0;
              }
            }
            .block {
              display: flex;
              height: 120px;
              align-items: flex-start;

              @media #{$screen-sm-min} {
                margin-bottom: 20px;
                line-height: 26px;
                height: 40px;
                display: flex;
                align-items: center;
              }
            }

            .bold {
              font-weight: bold;
            }

            h3 {
              font-size: 18px;
              font-weight: 400;
            }

            input[type='radio'] {
              position: absolute;
              opacity: 0;
              cursor: pointer;
            }

            input[type='text'] {
              border-bottom: 1px solid #000;
              margin-left: 10px;
              height: 26px;
              width: 300px;

              @media (max-width: 768px) {
                width: 100%;
              }
            }

            .checkmark {
              position: absolute;
              top: 10px;
              left: 0;
              height: 15px;
              width: 15px;
              border: 2px solid #000000;
              border-radius: 3px;

              &:after {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                width: 15px;
                height: 15px;
                border-radius: 3px;
                background: transparent;
                transform: translate(-50%, -50%);
              }
            }

            .title:hover input ~ .checkmark {
              &:after {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                width: 15px;
                height: 15px;
                border-radius: 3px;
                background: #000;
                transform: translate(-50%, -50%);
              }
            }

            .title input:checked ~ .checkmark {
              &:after {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                width: 15px;
                height: 15px;
                border-radius: 3px;
                background: #000;
                transform: translate(-50%, -50%);
              }
            }
          }

          .notice {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.3);
          }

          .proof {
            flex: 0 0 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin: 2rem 0;

            .btn {
              min-width: 300px;
              text-align: center;
              border-radius: 100px;
              padding: 0 2rem;
              color: white;
              background: #000;
              height: 60px;
              line-height: 45px;

              display: flex;
              align-items: center;
              svg {
                margin-right: 10px;
              }
            }
            .upload {
              display: flex;
              span {
                margin-left: 2rem;
                display: flex;
                align-items: center;
                line-height: 20px;

                a {
                  display: flex;
                  align-items: center;
                }
                svg {
                  margin-right: 10px;
                  cursor: pointer;
                  width: 17px;
                  height: 23px;
                }
              }

              .btn {
                font-size: 21px;
                line-height: 32px;
              }

              @media (max-width: 768px) {
                flex-direction: column;

                .btn {
                  margin-bottom: 20px;
                }
              }
            }

            &__note {
              color: #bdbdbd;
              line-height: 1.2;
              margin: 10px 20px;
              max-width: 500px;
            }
          }

          .proof--error {
            .btn {
              background-color: #d63d42;
            }
          }

          .disclaimer {
            margin: 2.5rem 0 2.5rem 0;
            font-size: 0.6rem;
            line-height: 1.5em;
            color: $color-grey-400;
          }

          .btn__submit {
            margin: 5px auto 10px auto;
            color: #000;
            border-color: #000;
            width: 265px;
            height: 60px;
            border-radius: 100px;

            &:hover {
              background-color: #1555f4;
              color: #fff;
              border-color: #fff;
            }
          }

          .btn__disabled {
            background-color: #fff;
            border-color: #bdbdbd;
            color: #bdbdbd;
            pointer-events: none;
          }

          .questions {
            flex: 0 0 100%;
            // margin-top: 2rem;
            color: #000000;
            text-align: center;
            margin: 25px auto 0;

            font-size: 14px;
            line-height: 22px;
            align-items: center;

            @media #{$screen-md-min} {
              flex-direction: row;
            }

            a {
              text-decoration: underline;
              font-weight: 700;
              font-size: 16px;
              line-height: 24px;
            }
          }

          .checkboxes {
            .title {
              display: block;
              margin: 0;
            }
            label {
              margin: 0 1rem 0 0;
            }
            input {
              margin: 0 0.5rem 0 0;
            }
          }
        }
      }
    }

    .tenants__accordion {
      width: 100%;

      .tenants__item {
        width: 50%;
      }
    }
  }

  .consent-note {
    margin-top: 2rem;
    line-height: 1.5em;
    color: #d63d42;
  }

  .global__footer {
    padding: 2rem 0;
  }
}

.affordable__application {
  background-color: #fff;
  color: #000;

  button {
    margin-top: 5rem;
  }

  p {
    color: #000;
  }

  .personal_information,
  .additional_tenants,
  .additional_tenants_information {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;

    .additional_tenants_information_container {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .input_title {
      width: 100%;
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      margin: 2rem 0 1rem 0;

      @media #{$screen-sm-min} {
        font-size: 20px;
        line-height: 32px;
      }
      @media #{$screen-lg-min} {
        font-size: 24px;
        line-height: 26px;
      }
    }

    .input_title_sub {
      width: 100%;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 1rem;

      @media #{$screen-sm-min} {
        font-size: 20px;
        line-height: 32px;
      }
      @media #{$screen-lg-min} {
        font-size: 24px;
        line-height: 26px;
      }
    }

    .instruction {
      margin: 0 0 10px;
      width: 100%;
    }

    .form_prefer {
      display: flex;
      width: 100%;
      justify-content: space-between;

      .title {
        position: relative;
        height: 36px;
        line-height: 36px;
        padding-left: 30px;
        width: 100%;
        cursor: pointer;

        @media #{$screen-md-min} {
          flex: 0 0 calc(50% - 0.5rem);
        }

        input {
          margin-right: 10px;

          &[type='radio'] {
            position: absolute;
            opacity: 0;
            cursor: pointer;
          }
        }

        .checkmark {
          position: absolute;
          top: 10px;
          left: 0;
          height: 15px;
          width: 15px;
          border: 2px solid #000;
          border-radius: 3px;

          &:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            width: 15px;
            height: 15px;
            border-radius: 3px;
            background: transparent;
            transform: translate(-50%, -50%);
          }
        }

        &:hover input ~ .checkmark {
          &:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            width: 15px;
            height: 15px;
            border-radius: 3px;
            background: #000;
            transform: translate(-50%, -50%);
          }
        }

        & input:checked ~ .checkmark {
          &:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            width: 15px;
            height: 15px;
            border-radius: 3px;
            background: #000;
            transform: translate(-50%, -50%);
          }
        }
      }
    }

    .form__item {
      margin-bottom: 20px;
      display: flex;
      align-items: flex-start;
      position: relative;
      width: 100%;
      flex-direction: column;
      justify-content: flex-end;

      @media #{$screen-md-min} {
        flex: 0 0 calc(50% - 0.5rem);
      }

      ::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 26px;
        color: rgba(0, 0, 0, 0.3);
        opacity: 1; /* Firefox */
      }

      ::-moz-placeholder {
        font-size: 16px;
        line-height: 26px;
        color: rgba(0, 0, 0, 0.3);
        opacity: 1; /* Firefox */
      }

      :-ms-input-placeholder {
        font-size: 16px;
        line-height: 26px;
        color: rgba(0, 0, 0, 0.3);
        opacity: 1; /* Firefox */
      }

      ::-ms-input-placeholder {
        font-size: 16px;
        line-height: 26px;
        color: rgba(0, 0, 0, 0.3);
        opacity: 1; /* Firefox */
      }

      ::placeholder {
        font-size: 16px;
        line-height: 26px;
        color: rgba(0, 0, 0, 0.3);
        opacity: 1; /* Firefox */
      }

      ::-webkit-calendar-picker-indicator {
        -webkit-filter: invert(48%) sepia(30%) saturate(0%) hue-rotate(203deg);
        filter: invert(48%) sepia(30%) saturate(0%) hue-rotate(203deg)
          brightness(90%) contrast(95%);
        cursor: pointer;
      }

      .error__message {
        margin: 0;
        color: #d63d42;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 3px;
      }

      input,
      select {
        width: 100%;
        height: $input-height;
        border: 2px solid #000;
        border-radius: 10px;
        padding: 0 10px;

        &[type='date'] {
          font-size: 16px;
          line-height: 26px;
          color: rgba(0, 0, 0, 0.3);
          opacity: 1;
          font-family: 'Visuelt', sans-serif;
        }

        &:disabled {
          pointer-events: none;
          background-color: #bdbdbd;
          opacity: 1;
          color: rgba(0, 0, 0, 0.3);
        }
      }

      .dropdown-box {
        width: 100%;
        height: $input-height;
        border: 2px solid #000;
        border-radius: 10px;
        padding: 0 10px;
        line-height: $input-height;
        cursor: pointer;
      }

      input:disabled ~ .dropdown-box {
        pointer-events: none;
        background-color: #bdbdbd;
        opacity: 1;
        color: rgba(0, 0, 0, 0.3);
      }

      .dropdown-menu {
        position: absolute;
        background-color: #fff;
        width: 100%;
        padding: 0;
        list-style: none;
        top: calc($input-height + 5px);
        left: 0;
        margin-top: 1px;
        border: 2px solid #000;
        border-radius: 0 1px 2px 2px;
        overflow: hidden;
        display: none;
        max-height: 144px;
        overflow-y: auto;
        z-index: 9;
        min-height: 200px;

        &.dropdown-menu-show {
          display: block;
        }

        li {
          padding: 10px;
          cursor: pointer;

          &:hover {
            background-color: #ccc;
          }

          &:not(:last-of-type) {
            padding: 10px 10px 0;
          }
        }
      }
    }
  }
}
