/**
 * 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--hero-video {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 491px;
  /* margin-bottom: 40px; */
  background-attachment: fixed;
  top: 70px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-video {
    margin-bottom: 110px;
    background-attachment: fixed;
    top: 70px;
    height: 708px;
    max-width: 1660px;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--hero-video {
    height: 725px;
    margin-bottom: 75px;
    top: 70px;
  }
}

.paragraph--type--hero-video video {
  width: 100%;
  height: 75%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-video video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
  }
}

.paragraph--type--hero-video .hero-video__container {
  width: 100%;
  height: 75%;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-video .hero-video__container {
    width: 100%;
    height: 100%;
  }
}

.paragraph--type--hero-video .l-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px 100px 15px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  padding: 0 15px 0px 15px;
}

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

@media print,
screen and (min-width: 64em) {
  .paragraph--type--hero-video .l-container {
    padding: 0 15px 100px 15px;
  }
}

.paragraph--type--hero-video .l-container h1 {
  color: #fefefe;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 110%;
  font-size: clamp(30px, 3vw, 60px);
}

.paragraph--type--hero-video .l-container h2 {
  color: #fefefe;
  font-weight: 200;
  margin: 0;
  line-height: 1.1;
  font-size: clamp(19px, 3vw, 26px);
  max-width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-video .l-container h2 {
    max-width: 75%;
  }
}

.paragraph--type--hero-video .l-container .field--name-field-cta {
  margin-bottom: 40px;
  margin-top: 20px;
}

.paragraph--type--hero-video .l-container .field--name-field-cta a {
  display: inline-block;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: bold;
  color: #fefefe;
  padding: 10px 30px;
  border-radius: 8px;
  text-decoration: none;
  background: #EB7100;
}

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

.paragraph--type--hero-video .l-container .field--name-field-cta a:hover {
  background: #E66100;
}

.paragraph--type--hero-video .hero-video__decoration {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
}


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