/**
 * 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 *******/
.hero .l-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  padding: 0 50px;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .hero .l-container {
      padding: 0 70px;
      text-align: left; } }
  @media print, screen and (min-width: 64em) {
    .hero .l-container {
      padding: 0 90px; } }

.hero__type-arrow {
  position: relative;
  box-shadow: 10px 10px 8px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px; }
  @media print, screen and (min-width: 40em) {
    .hero__type-arrow {
      margin-bottom: 50px; } }
  .hero__type-arrow .l-container {
    position: static;
    text-align: center;
    top: 0px;
    left: 0%;
    -webkit-transform: none;
            transform: none; }
    @media print, screen and (min-width: 40em) {
      .hero__type-arrow .l-container {
        position: absolute;
        top: 185px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .hero__type-arrow .hero__background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    z-index: 1;
    height: 390px; }
    .hero__type-arrow .hero__background:before {
      width: 100%;
      height: 90px;
      top: 0;
      left: 0;
      position: absolute;
      background: linear-gradient(180deg, #D2D2D2 0%, #FFFFFF 50%);
      mix-blend-mode: multiply;
      content: '';
      display: block;
      z-index: 2; }
    .hero__type-arrow .hero__background:after {
      content: '';
      z-index: 1;
      background: linear-gradient(90deg, white 0%, white 55%, rgba(255, 255, 255, 0) 100%);
      width: 80%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      display: none; }
      @media print, screen and (min-width: 40em) {
        .hero__type-arrow .hero__background:after {
          display: block; } }
    @media print, screen and (min-width: 40em) {
      .hero__type-arrow .hero__background {
        height: 568px; } }
    @media print, screen and (min-width: 64em) {
      .hero__type-arrow .hero__background {
        height: 768px; } }
    .hero__type-arrow .hero__background .hero__additional-image {
      position: absolute;
      right: 10%;
      bottom: 0;
      z-index: 2;
      max-width: 250px; }
      @media print, screen and (min-width: 40em) {
        .hero__type-arrow .hero__background .hero__additional-image {
          max-width: 300px; } }
      @media print, screen and (min-width: 64em) {
        .hero__type-arrow .hero__background .hero__additional-image {
          max-width: 400px; } }
      @media screen and (min-width: 75em) {
        .hero__type-arrow .hero__background .hero__additional-image {
          max-width: 500px; } }
      .hero__type-arrow .hero__background .hero__additional-image:before {
        background-image: url(/solutions/themes/custom/themekit/dist/assets/images/hero_diamond.png);
        content: '';
        position: absolute;
        bottom: 0;
        background-size: 100% 100%;
        right: -10%;
        opacity: 0.7;
        z-index: -1;
        width: 450px;
        height: 244px; }
        @media print, screen and (min-width: 40em) {
          .hero__type-arrow .hero__background .hero__additional-image:before {
            width: 600px;
            height: 325px; } }
        @media print, screen and (min-width: 64em) {
          .hero__type-arrow .hero__background .hero__additional-image:before {
            width: 750px;
            height: 406px; } }
        @media screen and (min-width: 75em) {
          .hero__type-arrow .hero__background .hero__additional-image:before {
            width: 900px;
            height: 488px; } }
  .hero__type-arrow .hero__decoration {
    max-width: 1440px;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    margin-bottom: 25px;
    padding: 0 25px;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .hero__type-arrow .hero__decoration {
        padding: 0;
        position: absolute; } }
    @media print, screen and (min-width: 64em) {
      .hero__type-arrow .hero__decoration {
        position: absolute; } }
  .hero__type-arrow .field--name-field-image {
    max-width: 420px;
    display: inline-block;
    max-width: 380px; }
    @media print, screen and (min-width: 40em) {
      .hero__type-arrow .field--name-field-image {
        display: block;
        max-width: 380px; } }
  .hero__type-arrow h1 {
    color: #FF850F;
    margin: 25px 0;
    font-size: clamp(36px, 4vw, 64px);
    max-width: 400px;
    display: inline-block;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .hero__type-arrow h1 {
        max-width: 450px;
        display: block;
        text-align: left; } }
    @media print, screen and (min-width: 64em) {
      .hero__type-arrow h1 {
        max-width: 580px;
        display: block; } }
  .hero__type-arrow .field--name-field-secondary-tagline {
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .hero__type-arrow .field--name-field-secondary-tagline {
        margin-bottom: 50px;
        text-align: left; } }
  .hero__type-arrow .field--name-field-link {
    text-align: center;
    margin-bottom: 25px; }
    @media print, screen and (min-width: 40em) {
      .hero__type-arrow .field--name-field-link {
        text-align: left;
        margin-bottom: 0; } }
    .hero__type-arrow .field--name-field-link a {
      display: inline-block;
      text-decoration: none;
      color: #fefefe;
      font-size: clamp(18px, 3vw, 22px);
      background: #FF850F;
      border-radius: 7px;
      font-weight: bold;
      margin-bottom: 15px;
      padding: 9px 40px; }
      @media print, screen and (min-width: 40em) {
        .hero__type-arrow .field--name-field-link a {
          padding: 13px 50px; } }
      @media print, screen and (min-width: 64em) {
        .hero__type-arrow .field--name-field-link a {
          padding: 16px 70px; } }
      .hero__type-arrow .field--name-field-link a:hover {
        background: #4C4C4C; }

.hero__type-button {
  position: relative;
  box-shadow: 10px 10px 8px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  margin-bottom: 50px; }
  @media print, screen and (min-width: 40em) {
    .hero__type-button {
      display: block;
      padding-bottom: 100px;
      margin-bottom: 100px; } }
  .hero__type-button:before {
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, #D2D2D2 0%, #FFFFFF 50%);
    mix-blend-mode: multiply;
    content: '';
    display: block;
    z-index: 2; }
  .hero__type-button:after {
    display: none; }
    @media print, screen and (min-width: 40em) {
      .hero__type-button:after {
        content: '';
        z-index: 1;
        background: linear-gradient(90deg, white 0%, white 55%, rgba(255, 255, 255, 0) 100%);
        width: 60%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: block; } }
  .hero__type-button .hero__background {
    display: block;
    position: relative;
    width: 100%;
    height: 390px;
    order: 5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px; }
    @media print, screen and (min-width: 40em) {
      .hero__type-button .hero__background {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        margin-top: 0; } }
  .hero__type-button .field--name-field-image {
    max-width: 220px;
    display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .hero__type-button .field--name-field-image {
        max-width: 300px; } }
    @media print, screen and (min-width: 64em) {
      .hero__type-button .field--name-field-image {
        max-width: 100%; } }
  .hero__type-button .hero__decoration {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    margin-bottom: 25px;
    padding: 0 25px; }
    @media print, screen and (min-width: 40em) {
      .hero__type-button .hero__decoration {
        margin-bottom: 50px;
        padding: 0; } }
    @media print, screen and (min-width: 64em) {
      .hero__type-button .hero__decoration {
        margin-bottom: 75px; } }
  .hero__type-button h2 {
    max-width: 480px;
    color: #FF850F;
    margin: 20px 0; }
    @media print, screen and (min-width: 40em) {
      .hero__type-button h2 {
        margin: 30px 0 20px 0; } }
    @media print, screen and (min-width: 64em) {
      .hero__type-button h2 {
        margin: 50px 0 20px 0; } }
    .hero__type-button h2:after {
      content: '';
      display: block;
      background: #FF850F;
      margin: 40px 0;
      margin: 20px 0;
      width: 50px;
      height: 5px; }
      @media print, screen and (min-width: 40em) {
        .hero__type-button h2:after {
          margin: 30px 0;
          width: 60px;
          height: 6px; } }
      @media print, screen and (min-width: 64em) {
        .hero__type-button h2:after {
          margin: 40px 0;
          width: 75px;
          height: 7px; } }
  .hero__type-button .field--name-field-secondary-tagline {
    font-size: clamp(18px, 3vw, 32px);
    max-width: 500px; }
  .hero__type-button .field--name-field-link a {
    display: inline-block;
    text-decoration: none;
    color: #fefefe;
    font-size: clamp(18px, 2vw, 22px);
    background: #4C4C4C;
    border-radius: 7px;
    font-weight: bold;
    padding: 9px 26px; }
    .hero__type-button .field--name-field-link a:hover {
      background: #0a0a0a; }
    @media print, screen and (min-width: 40em) {
      .hero__type-button .field--name-field-link a {
        padding: 13px 38px; } }
    @media print, screen and (min-width: 64em) {
      .hero__type-button .field--name-field-link a {
        padding: 16px 50px; } }


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