RSA CSS:

.sch_a_dem,
.sch_a_dem * {
  font-family: var(--font_p);
}
.sch_a_dem {
  padding-top: 80px;
  background-color: #495eaa;
  overflow: hidden;
}
.sch_a_dem .container {
  max-width: 1280px;
}
.sch_a_dem__wrapper {
  position: relative;
}
.sch_a_dem__cloud {
  position: absolute;
}
.sch_a_dem__cloud--left {
  top: -20px;
  right: 105%;
}
.sch_a_dem__cloud--right {
  top: 0;
  left: 105%;
}
.sch_a_dem__dogs {
  margin-top: -10%;
}
.sch_a_dem__dogs img {
  max-width: none;
  width: 100%;
  display: block;
}
.sch_a_dem__grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-gap: 90px;
  position: relative;
  z-index: 9;
}
.sch_a_dem__left_col>* {
  margin-bottom: 0;
}
.sch_a_dem__left_col>*:not(:last-child) {
  margin-bottom: 40px;
}
.sch_a_dem__left_col h1 {
  color: #f4b223;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 410px;
  width: 100%;
}
.sch_a_dem__content {
  max-width: 500px;
  width: 100%;
}
.sch_a_dem__content :where(p,li) {
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
}
.sch_a_dem__logos>:not(:last-child) {
  margin-bottom: 20px;
}
.sch_a_dem__logos>* {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.sch_a_dem__logos_top img {
  max-width: 232px !important;
  width: 100%;
}
.sch_a_dem__logos_bottom img {
  max-width: 170px !important;
  width: 100%;
}
.sch_a_dem__right_col {
  padding-top: 18px;
}
.sch_a_dem__form form {
  background-color: transparent;
}
.sch_a_dem__form .hs-form-field {
  margin-bottom: 30px;
}
.sch_a_dem__form .form-columns-2>div {
  width: calc(50% - 15px) !important;
}
.form-columns-2>div:nth-child(2) {
  float: right !important;
}
.sch_a_dem__form .hs-form-field>label {
  display: none;
}
.sch_a_dem__form .form-title {
  display: none;
}
.sch_a_dem__form .input {
  margin: 0 !important;
}
.sch_a_dem__form textarea {
  min-height: 150px !important;
}
.sch_a_dem__form .hs-input {
  max-width: none !important;
  width: 100% !important;
  border: 0;
  border-radius: 0;
  font-size: 17px;
  font-weight: 500;
  padding: 20px;
  min-height: 64px;
  outline: none;
  color: #231f20;
}
.sch_a_dem__form select {
  appearance: none;
  background-image: url(https://4067630.fs1.hubspotusercontent-na1.net/hubfs/4067630/caret.svg);
  background-size: 20px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 35px !important;
}
.sch_a_dem__form .legal-consent-container .hs-richtext :last-child {
  margin-bottom: 0;
}
.sch_a_dem__form .legal-consent-container * {
  font-size: 15px;
  color: #fff;  
}
.sch_a_dem__form .legal-consent-container a {
  font-weight: 400!important;
  text-decoration: underline;
  font-family: var(--font_p) !important;
  transition: all .3s ease;
}
.sch_a_dem__form .legal-consent-container a:hover{
  color: #f4b223;
}
.sch_a_dem__form .form-columns-1:last-of-type {
  width: 40% !important;
  float: left;
}
.sch_a_dem__form .hs-form-booleancheckbox {
  margin: 0;
}
.sch_a_dem__form .hs-form-booleancheckbox label {
  align-items: flex-start;
  display: flex;
  grid-gap: 10px;
  color: #fff;
  flex-wrap: wrap;
  font-size: 16px;
}
.sch_a_dem__form .hs-form-booleancheckbox .hs-input {
  border: 0 !important;
  width: 20px !important;
  height: 20px !important;
  min-height: auto;
  margin-right: 0 !important;
  margin-top: 4px;  
  accent-color: #000;
}
.sch_a_dem__form .hs-form-booleancheckbox .hs-input+span {
  flex: 1;
}
.sch_a_dem__form .hs-submit {
  width: 54% !important;
  float: right;
}
.sch_a_dem__form .hs-submit input[type=submit] {
  background: #000 !important;
  border-radius: 0 !important;
  width: 100% !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  padding: 20px 10px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease;
  outline: none;
  font-family: var(--font_p) !important;
}
.sch_a_dem__form .hs-submit input[type=submit]:hover {
  background-color: #f4b223 !important;
  color: #000;
}
.sch_a_dem__form .hs-input:focus,
.sch_a_dem__form .hs-submit input[type=submit]:focus {
  outline: 1px dashed #fff !important;
  outline-offset: 3px;
}
.sch_a_dem__form .hs-form-required {
  color: #fff;
}
.sch_a_dem__form .hs_error_rollup {
  display: none;
}
.sch_a_dem__form .hs-error-msgs {
  margin-block: 5px 0;
}
.sch_a_dem__form .hs-error-msgs li {
  margin: 0;
}
.sch_a_dem__form .hs-error-msgs label {
  font-size: 14px;
  color: #f4b223;
  margin: 0;
}
.sch_a_dem__form .hs-fieldtype-booleancheckbox .hs-error-msgs {
  padding-left: 30px;
}
.sch_a_dem__form .submitted-message {
  background: #f4b223;
  color: #000;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  padding: 10px;
  text-align: center;
  border-radius: 20px 0;
}

@media(max-width: 991px) {
  .sch_a_dem {
    padding-top: 50px;
  }
  .sch_a_dem__grid {
    grid-gap: 30px;
  }
  .sch_a_dem__left_col h1 {
    font-size: 55px;
  }
  .sch_a_dem__form .hs-input {
    min-height: 50px;
    padding-block: 15px;
  }
  .sch_a_dem__form select {
    background-size: 15px;
  }
  .sch_a_dem__form textarea {
    min-height: 100px !important;
  }
  .sch_a_dem__form .form-columns-1:last-of-type {
    width: 100% !important;
  }
  .sch_a_dem__form .hs-submit {
    float: none;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .sch_a_dem__dogs {
    margin-top: -6%;
  }
  .sch_a_dem__grid {
    grid-template-columns: 1fr;
  }
  .sch_a_dem__left_col h1 {
    max-width: none;
    font-size: 32px;
  }
  .sch_a_dem__content {
    max-width: none;
  }
  .sch_a_dem__left_col>:not(:last-child),
  .sch_a_dem__logos>:not(:last-child) {
    margin-bottom: 10px;
  }
  .sch_a_dem__form {
    border: 1px solid #8498de;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .sch_a_dem__form .form-columns-2>div {
    width: 100% !important;
  }
  .sch_a_dem__right_col {
    padding-top: 0;
  }
}































