@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.subscribe-newsletter {
  padding: 0 0 50px;
  @media only screen and (max-width: 991px) {
    padding: 0 0 30px;
  }
  .subscribe-newsletter-container {
    max-width: calc(1312px + 4rem);
    margin: 0 auto;
    padding: 0 2rem;

    .sn-row {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 20px;
      justify-content: space-between;

      @media only screen and (max-width: 1199px) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

      .sn-column {
        width: 100%;
        &.text-box {
          max-width: 348px;

          @media only screen and (max-width: 1199px) {
            text-align: center;
          }
          
          .sn-column__pre-title {
            font-size: 24px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.2em;
            margin-bottom: 20px;
            text-transform: uppercase;
            color: #000;
            display: inline-block;
          }

          .sn__title {
            font-size: 44px;
            font-weight: 400;
            line-height: 48px;
            margin: 0 0 20px;
            color: #000;
            text-transform: capitalize;
          }

          .sn__description {
            p {
              margin: 0;
              font-size: 22px;
              font-weight: 300;
              line-height: 30px;
              letter-spacing: -0.04em;
              text-align: left;
              color: #000000;
              text-transform: capitalize;
              @media only screen and (max-width: 1199px) {
                text-align: center;
              }
            }
          }
        }
        &.form-box {
          max-width: 682px;
          .hbspt-form {

            .form-columns-2 {
              flex-direction: column;
            }
            
            .field::after,
            .field::before {
              display: none;
            }

            .hs-error-msgs {
              padding: 0;
              list-style: none;
              margin: 0;
              label {
                color: red !important;
                font-size: 14px !important;
              }
            }
            
            .hs_error_rollup {
              margin-bottom: 30px;
              ul {
                padding: 0;
                list-style: none;
                color: red;
                font-size: 14px;
              }
            }

            .form-columns-1 {
              display: flex;
              max-width: 100%;
              width: 100%;
            }

            .form-columns-2 {
              display: flex;
              max-width: 100%;
              width: 100%;
              gap: 20px;
              flex-wrap: wrap;
              margin-bottom: 32px;

              &:nth-of-type(2) {
                display: none;
              }

              > div {
                width: 100%;

                @media only screen and (max-width: 575px) {
                  width: 100%;
                }
              }
            }

            .field {
              display: flex;
              flex-wrap: wrap;
              flex-direction: column;
              label {
                font-family: "Poppins", serif;
                font-size: 15px;
                line-height: 24px;
                color: #000;
                font-weight: 400;
                margin-bottom: 8px;
                text-transform: capitalize;
              }
              div {
                margin: 0 !important;

                input,
                select {
                  border: 1px solid #B3B4B4;
                  width: 100%;
                  font-family: "Poppins", serif;
                  font-size: 16px;
                  line-height: inherit;
                  display: inline-block;
                  background-color: #fff;
                  border-radius: 12px;
                  padding: 9px 15px;
                  height: 48px;
                  box-shadow: none !important;
                  outline: none !important;

                  &.is-placeholder,
                  &::placeholder {
                    color: #B3B3B3 !important;
                  }
                }

                select {
                  appearance: none;
                  background-image: url("dropdown_icon.svg");
                  background-position: center right 15px;
                  background-repeat: no-repeat;
                }
              }
            }

            .legal-consent-container {
              .hs-richtext {
                font-family: "sofia-pro", sans-serif;
                font-size: 15px;
                font-weight: 400;
                line-height: 21px;
                width: 100%;
                color: #000;
                margin-bottom: 20px;
              }

              .hs-dependent-field {
                .inputs-list {
                  list-style: none;
                  padding: 0;
                  margin: 0;

                  label.hs-form-booleancheckbox-display {
                    display: flex;
                    align-items: flex-start;
                    gap: 0;
                    justify-content: flex-start;
                    margin-top: 0;
                    text-transform: initial;
                    input {
                      margin: 0;
                      width: 15px;
                      height: 15px;
                      border-radius: 2px;
                      padding: 0;
                      z-index: 2;
                      position: relative;
                      cursor: pointer;
                      top: 6px;
                    }
                    span {
                      margin-left: 8px;
                    }
                  }
                }
              }
            }

            .hs_recaptcha {
              margin-bottom: 30px;
            }            

            .hs_submit {
              .actions {
                @media only screen and (max-width: 1199px) {
                  text-align: center;
                }
                input {
                  border-radius: 12px;
                  border: 1px solid #191A1A;
                  color: #ffff;
                  display: inline-block;
                  font-family: "sofia-pro", sans-serif;
                  font-size: 16px;
                  font-weight: 400;
                  line-height: 22px;
                  min-width: 122px;
                  padding: 9px 30px;
                  text-align: center;
                  text-decoration-skip-ink: none;
                  text-decoration: none;
                  background-color: #000;
                  cursor: pointer;

                  &:hover {
                    background-color: #fff;
                    color: #000;
                  }
                }
              }
            }
            
          }
        }
      }
      
    }
    
  }
}