/**
 * 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-ExtraLight.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    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-stats-tile {}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--new-homes-report-stats-tile {}
}

.paragraph--type--new-homes-report-stats-tile .l-container-tile {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    margin-bottom: 64px;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--new-homes-report-stats-tile .l-container-tile {
        flex-wrap: nowrap;
        margin-bottom: 64px;
    }
}


.paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .logo {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 8px;
    width: fit-content;
    border-radius: 96px;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
    justify-content: center;
    margin-top: -57px;
}


.paragraph--type--new-homes-report-stats-tile .l-container-tile .tile {
    background: linear-gradient(180deg, var(--Primary-White, #FFF) 0%, var(--Neutral-Slate-200, #ECEEF4) 100%);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.12);
    height: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--new-homes-report-stats-tile .l-container-tile .tile {
        grid-template-rows: 1fr;
        max-width: 400px;
    }
}

.paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .tile-content {
    padding: 40px 50px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .tile-content{
    }
}

.paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .tile-content .title {
    color: #000;
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Outfit;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 38.4px */
}

.paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .tile-content .title::after {
  content: '';
  display: block;
  background: var(--Neutral-Slate-400, #C6C9D2);
  margin: 20px auto 10px auto;
  width: 103.591px;
  height: 1.727px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .tile-content .title::after  {
    margin: 20px auto 10px auto;
    width: 120px;
    height: 2px;
  }
}

.paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .tile-content .option .map img {
    width: 100%;
}


.paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .tile-content .option .stat {
    max-width: 290px;
}


.paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .tile-content .option .stat h1 {
    color: var(--Primary-Rust, #EB7100);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Outfit;
    font-size: 120.856px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 140px */
    margin-bottom: 12px;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .tile-content .option .stat h1 {
        color: var(--Primary-Rust, #EB7100);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Outfit;
        font-size: 140px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 120.856px */
        margin-bottom: 12px;
    }
}

.paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .tile-content .option .stat h2 {
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 33.6px */
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .tile-content .option .stat h2 {
        font-size: 28px;
    }
}

.paragraph--type--new-homes-report-stats-tile .l-container-tile .tile .option .tile-content .stat h2 .orange {
    color: var(--Primary-Rust, #EB7100);
}
