/**
 * 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--tile {}

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

.paragraph--type--tile .l-container-tile {
    display: flex;
    width: 100%;
    height: 400px;
    padding: 36px 48px 54px 48px;
    padding: 32px 16px 54px 16px;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-Slate-600, #858993);
    background: linear-gradient(153deg, var(--Neutral-Slate-100, #F4F5F9) 24.28%, var(--Neutral-Slate-300, #E0E3EB) 102.15%);
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--tile .l-container-tile {
        padding: 36px 48px 54px 48px;
        width: 426px;
        height: 478px;
    }
}

.paragraph--type--tile .l-container-tile .image {
    max-width: 217px;
    max-width: 155px;
    aspect-ratio: 7/5;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--tile .l-container-tile .image {
        max-width: 296px;
        max-height: 184px;
    }
}


.paragraph--type--tile .l-container-tile .text {}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--tile .l-container-tile .text {}
}

.paragraph--type--tile .l-container-tile .text h3 {
    color: var(--Neutral-Slate-700, #49494F);
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Outfit;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 108%;
    /* 34.56px */
    letter-spacing: -0.3px;
    margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--tile .l-container-tile .text h3 {}
}

.paragraph--type--tile .l-container-tile .text h5 {
    color: var(--Neutral-Slate-700, #49494F);
    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%;
    /* 24px */
    margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--tile .l-container-tile .text h5 {}
}

.paragraph--type--tile .l-container-tile .text .field--name-field-cta {
    text-align: center;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--tile .l-container-tile .text .field--name-field-cta {
        margin-top: 15px;
    }
}


.paragraph--type--tile .l-container-tile .text .field--name-field-cta a {
    display: inline-block;
    text-decoration: none;
    color: #fefefe;
    font-size: clamp(14px, 3vw, 16px);
    border-radius: 6px;
    border: 1px solid var(--Primary-Rust, #EB7100);
    background: var(--Primary-White, #FFF);
    font-weight: 400;
    padding: 9px 22px;
    color: var(--Primary-Rust, #EB7100);
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--tile .l-container-tile .text .field--name-field-cta a {
        padding: 13px 38px;
    }
}

.paragraph--type--tile .l-container-tile .text .field--name-field-cta a:hover {
    background: var(--Primary-Rust, #EB7100);
    color: var(--Primary-White, #FFF);
}


/*# sourceMappingURL=tile.css.map*/