/**
 * 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--sblix-lp {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--sblix-lp {
    max-width: 100%;
    position: relative;
    top: 0;
    margin-top: -70px;
    margin: 0 auto;
    background-attachment: fixed;
  }
}

.paragraph--type--sblix-lp .l-container .desktop-bg {
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 369px;
  position: relative;
  left: 0;
  margin-top: 26px;
  display: block;
  display: none;
  margin-bottom: 40px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--sblix-lp .l-container .desktop-bg {
    display: block;
  }
}

.paragraph--type--sblix-lp .l-container .mobile-bg {
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  width: 100%;
  height: 388px;
  position: relative;
  left: 0;
  top: 0;
  display: none;
  display: block;
  margin-bottom: 24px;
  margin-top: 57px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--sblix-lp .l-container .mobile-bg {
    display: none;
    top: 0;
  }
}

.paragraph--type--sblix-lp .l-container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--sblix-lp .l-container {
    justify-content: center;
  }
}


.paragraph--type--sblix-lp .l-container .mobile-bg h1 {
  color: black;
  text-align: center;
  font-feature-settings: 'liga'off, 'clig'off;
  font-family: Outfit;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 102%;
  /* 42.266px */
  display: block;
  max-width: 290px;
  margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--sblix-lp .l-container .mobile-bg h1 {
    display: none;
  }
}

.paragraph--type--sblix-lp .l-container .desktop-bg h1 {
  color: black;
  text-align: left;
  font-feature-settings: 'liga'off, 'clig'off;
  font-family: Outfit;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 102%;
  display: none;
  padding-top: 120px;
  width: 1200px;
  margin: 0 auto;
  padding-right: 475px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--sblix-lp .l-container .desktop-bg h1 {
    display: block;
  }
}

.paragraph--type--sblix-lp .l-container .body-container .text-container .field--name-field-cta {
  display: flex;
  justify-content: center;
}

.paragraph--type--sblix-lp .l-container .body-container .text-container .field--name-field-cta a{
  display: inline-block;
  background: #EB7100;
  color: #fefefe;
  border-radius: 7px;
  font-size: clamp(14px, 3vw, 16px);
  margin-top: 30px;
  padding: 16px 61px 19px 61px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.45px;
  margin-bottom: 35px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--sblix-lp .l-container .body-container .text-container .field--name-field-cta a{
    display: inline-block;
    background: #EB7100;
    color: #fefefe;
    border-radius: 7px;
    margin-top: 25px;
    padding: 16px 32px 19px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-weight: 500;
    letter-spacing: 0.45px;
    margin-bottom: 100px;
  }
}

.paragraph--type--sblix-lp .l-container .body-container .text-container .field--name-field-cta a:hover {
  color: #fefefe;
  background: #E66100;
  text-decoration: none;
}

.paragraph--type--sblix-lp .l-container .body-container .text-container{
  margin: 0 auto;
  order: 1;
  margin-top: 35px;
  padding: 0 20px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--sblix-lp .l-container .body-container .text-container{
    margin: 0 auto;
    max-width: 700px;
    order: 2;
    margin-top: 65px;
    padding: 0;
  }
}

.paragraph--type--sblix-lp .l-container .body-container .video-container{
  order: 2;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--sblix-lp .l-container .body-container .video-container{
    order: 1;
  }
}

.paragraph--type--sblix-lp .l-container .body-container {
  display: grid;
}



.paragraph--type--sblix-lp .l-container .body-container .text-container h1{
  color: var(--Primary-Black, #000);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Outfit;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--sblix-lp .l-container .body-container .text-container h1{
    color: var(--Primary-Black, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Outfit;
    font-size: 31.96px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
}

.paragraph--type--sblix-lp .l-container .body-container .text-container h2{
  color: var(--Primary-Black, #000);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Outfit;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 25.65px */
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--sblix-lp .l-container .body-container .text-container h2{
    color: var(--Primary-Black, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Outfit;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 135%; /* 25.65px */
  }
}