/**
 * Base Styles
 * - 01 - Foundation
 * - 02 - Utilities
 * - 03 - Framework
 * - 04 - Settings
 */
/*------------------------------------*\
  01 - Foundation
\*------------------------------------*/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*------------------------------------*\
  02 - Utilities
\*------------------------------------*/
/*------------------------------------*\
  03 - Framework
\*------------------------------------*/
/*------------------------------------*\
  04 - Settings
\*------------------------------------*/
/**
 * Colors
 * - 01 - Variables
 * - 02 - Mapping
 */
/*------------------------------------*\
  01 - Variables
\*------------------------------------*/
/*------------------------------------*\
  02 - Mapping
\*------------------------------------*/
@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

/******* End Drupal Defaults *******/
.paragraph--type--new-homes-report-hero-form {
  margin: 0 auto;
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--new-homes-report-hero-form {
    margin-top: 70px;
    width: 100%;
  }
}


.paragraph--type--new-homes-report-hero-form .l-container {}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--new-homes-report-hero-form .l-container {
    padding: 0 0 50px 0;
}
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner_spinner {
  background: #F8F8F8;
  border: 1px solid #DEDEDE;
  padding: 35px;
  height: 537px;
  border-radius: 16px;
  display: none;
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner_spinner .circle-spinner {
  background: url(/solutions/themes/custom/themekit/dist/assets/images/svg/spinner.svg);
  background-repeat: no-repeat;
  height: 100%;
  margin: 0 auto;
  width: 50px;
  display: flex;
  align-content: center;
  margin-top: 40%;
  display: none;
}

.paragraph--type--new-homes-report-hero-form .l-container .text-area h1 {
  color: #4C4C4C;
  text-align: center;
  font-feature-settings: 'liga'off, 'clig'off;
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: -1px;
  margin-bottom: 10px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--new-homes-report-hero-form .l-container .text-area h1 {
    font-size: 64px;
  }
}

.paragraph--type--new-homes-report-hero-form .l-container .text-area h2 {
  color: #000;
  text-align: center;
  font-feature-settings: 'liga'off, 'clig'off;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 36px */
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--new-homes-report-hero-form .l-container .text-area h2 {
    font-size: 24px;
  }
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area {
  max-width: 1203px;
  margin: 0 auto;
  padding: 0 15px;
  gap: 50px;
  flex-wrap: wrap;
  padding: 32px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area img {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.20);
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--new-homes-report-hero-form .l-container .form-area {
    gap: 20px;
    padding: 0 15px;
  }
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .image,
.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form {
  width: 100%;
}

@media print,
screen and (min-width: 40em) {

  .paragraph--type--new-homes-report-hero-form .l-container .form-area .image,
  .paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form {
    width: 50%;
  }
}


.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form {
  width: 500px;

  order: 1;
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner {
  border-radius: 4px;
  background: #FFF;

  /* Card/Main Card Shadow */
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner {
    padding: 24px 32px;
  }
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner h3 {
  color: var(--Primary-Black, #000);
  font-feature-settings: 'clig'off, 'liga'off;

  /* Desktop/Header/H1 */
  font-family: Outfit;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 36.4px */
  letter-spacing: 0.45px;
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner form {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner form {
    grid-template-columns: 1fr;
  }
}


.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner form label {
  color: var(--Primary-Black, #000);
  font-feature-settings: 'liga'off, 'clig'off;
  /* Desktop/Header/H4 */
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.45px;
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner form .form-item,
.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner form .form-actions {
  margin: 0;
  order: 1;
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner form input {
  border-radius: 5px;
  margin-bottom: 0;
  height: 45px;
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner form .form-actions input {
  color: #fefefe;
  background: #EB7100;
  border-radius: 8px;
  border: 0;
  font-size: 17px;
  font-weight: 500;
  padding: 5px 45px;
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner form .form-actions input:hover {
  background: #E66100;
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner form .form-type-checkbox {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  order: 1;
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner form .form-type-checkbox label {
  margin-top: 0;
  color: #677A92
}

.paragraph--type--new-homes-report-hero-form .l-container .form-area .new-homes-form-form .new-homes-form-inner form .form-type-checkbox input {
  margin-top: -8px;
}





/*# sourceMappingURL=paragraph--hero-video.css.map*/