.cf-container::after {
  content: "";
  display: table;
  clear: both;
  height: 0;
}
.cf-container__wrapper {
  background-color: #FFDD0C;
  border-radius: 1em;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .cf-container__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.cf-container__link {
  text-decoration: underline;
}
.cf-container__title {
  position: relative;
}
@media (min-width: 1024px) {
  .cf-container__title {
    max-width: 20ch;
  }
}
.cf-container__content {
  padding-inline: 1em;
  padding-block-start: 1em;
}
@media (min-width: 1024px) {
  .cf-container__content {
    display: flex;
    flex-direction: column;
    padding-inline: calc(var(--inline-gutters) * 2);
    padding-block: calc(var(--block-gutters) * 1.5);
  }
}
.cf-container__description {
  padding: 10px 0 0 0;
}
.cf-container__form {
  width: 100%;
  margin-bottom: 16px;
  margin-top: -16px;
}
.cf-container__form form {
  margin: 1.5rem 0 0 0;
  display: block;
}
.cf-container__form form .legal-consent-container{
  margin-bottom: 16px;
  margin-top: -32px;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .cf-container__form form .legal-consent-container{
    margin-top: 0;
    line-height: 22px;
  }
}
.cf-container__form form .legal-consent-container li.hs-form-booleancheckbox>label{
  line-height: 27px;
}
.cf-container__form form .legal-consent-container .field.hs-form-field {
  margin-bottom: 0px;
}
.cf-container__row {
  display: block;
  margin-bottom: 15px;
}
.cf-container__row:last-child {
  margin-bottom: 0;
}
.cf-container__row input,
.cf-container__row select,
.cf-container__row textarea {
  display: block;
  width: 100%;
  height: auto;
  background-color: #f4f0a6;
  padding: 0.875rem 1rem;
  border-radius: 12px;
  font-size: 1rem;
  resize: none;
}
.cf-container__social {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 1em;
  padding-block-end: 1em;
  padding-inline-start: 1em;
}
@media (min-width: 1024px) {
  .cf-container__social {
    display: grid;
  }
}
.cf-container__social__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75em;
  height: 2.75em;
  padding: 0.5em;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
.cf-container__social__icon img,
.cf-container__social__icon svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 2rem;
}
.cf-container__image {
  position: relative;
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cf-container__image:after{
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 300px;
  max-height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, #5a574200 100%);
}
.cf-container__image::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
  width: 100%;
  height: 300px;
  max-height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, #5a574200 100%);
  z-index: 1;
}
@media (max-width: 1600px) {
  .cf-container__image:after{
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, #5a574200 100%);
  }
  .cf-container__image::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 20%, #5a574200 100%);
  }
}
@media (max-width: 1200px) {
  .cf-container__image:after{
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 50%, #5a574200 100%);
  }
  .cf-container__image::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 50%, #5a574200 100%);
  }
}
@media (max-width: 1024px) {
  .cf-container__image:after{
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, #5a574200 100%);
  }
  .cf-container__image::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, #5a574200 100%);
  }
}
.cf-container__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cf-container__image iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
}
.cf-container__clearfix {
  display: block;
  clear: both;
}
.cf-container__list {
  margin-block-start: 1em;
  padding-block: 1em 0;
  padding-inline: 0;
  border-top: 1px solid #000;
  list-style: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cf-container__list {
    flex-direction: row;
    justify-content: space-between;
    margin-block-start: auto;
    margin-bottom: 0px;
  }
}
.cf-container__list__item {
  padding: 0.5em 0;
  display: flex;
}
@media (min-width: 1024px) {
  .cf-container__list__item {
    padding: 0;
  }
}
.cf-container__list__item:not(:last-child) {
  border-bottom: 1px solid #ffdd0c;
}
@media (min-width: 1024px) {
  .cf-container__list__item:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid #ffdd0c;
  }
}
.cf-container__list__item span {
  display: block;
  margin-inline-end: 0.75em;
}
@media (min-width: 1024px) {
  .cf-container__list__item span {
    margin-inline-end: 0;
  }
}
.cf-container__thankyou {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 221, 12);
}
.cf-container__thankyou__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cf-container__thankyou__content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  text-align: center;
  width: 90%;
  max-width: 990px;
  height: auto;
  padding: 0 20px;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: top;
}
@media (min-width: 1024px) {
  .cf-container__thankyou__content {
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 630px;
    max-height: 90%;
    padding: 180px 170px 0 170px;
    background-size: 100% 100%;
    background-position: center;
  }
}
.cf-container__thankyou__content .h1 {
  font-family: "Gotham";
  font-size: 32px;
  margin-top: 60px;
  margin-bottom: 80px;
  line-height: 1.1;
  padding: 0 30px;
}
@media (min-width: 1024px) {
  .cf-container__thankyou__content .h1 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cf-container__thankyou__content p {
  margin-top: 30px;
  line-height: 2;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .cf-container__thankyou__content p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.cf-container__thankyou__content p a {
  color: #47c2c5;
}

/**
 * We set it to relative to hold the .cf-container__thankyou element.
 */
.footer-contact-form:has(.cf-container) {
  position: relative;
}

/**
 * HubSpot Forms
 */


.hbspt-form .hs-form-field > label {
  display: none;
}
.hbspt-form .hs-form-field input,
.hbspt-form .hs-form-field select,
.hbspt-form .hs-form-field textarea {
  display: block;
  width: 100%;
  height: auto;
  background-color: #f4f0a6;
  padding: 0.875rem 1rem;
  border-radius: 12px;
  font-size: 1rem;
  resize: none;
}
.say-hi-form-popup .hbspt-form .hs-form-field input,
.say-hi-form-popup .hbspt-form .hs-form-field select,
.say-hi-form-popup .hbspt-form .hs-form-field textarea {
  background-color: #fff;
}

.hbspt-form .hs-form-field .hs-error-msg {
  display: block;
  margin-top: 4px;
  font-size: 80%;
}
.hbspt-form .actions {
  padding-inline-start: 0 !important;
}
.hbspt-form .actions .hs-button {
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  background-color: #000;
  color: #FEFEFE;
  padding-inline: 1em;
  font-family: Gotham;
  font-weight: 400;
  line-height: 1;
}
.hbspt-form .actions .hs-button:focus {
  box-shadow: none;
}
.hbspt-form .form-columns-1 input,
.hbspt-form .form-columns-1 select,
.hbspt-form .form-columns-1 textarea {
  width: 100% !important;
}

fieldset.form-columns-1 .input,
fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
fieldset.form-columns-2{
  display: flex;
  gap: 8px;
  
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  fieldset.form-columns-1 .input,
  fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }
  fieldset.form-columns-1 .input .hs-input,
  fieldset.form-columns-2 .input .hs-input {
    width: 100% !important;
  }
  fieldset.form-columns-2{
    flex-direction: column;
    gap: 0;
  }
}
