/**
 * 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--image-text-slider {
  padding: 30px 0;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-slider {
    padding: 50px 0;
  }
}

.paragraph--type--image-text-slider.show-line__yes .l-container .image-text__text:before {
  content: '';
  display: block;
  background: #FF850F;
  margin: 0 0 10px 0;
  margin: 0 auto 10px auto;
  width: 60px;
  height: 1px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-slider.show-line__yes .l-container .image-text__text:before {
    margin: 0 0 3px 0;
    width: 80px;
    height: 1px;
  }
}

.paragraph--type--image-text-slider.image-right .l-container .image-text__image {
  order: 6;
  order: 1;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-slider.image-right .l-container .image-text__image {
    order: 6;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--image-text-slider.image-right .l-container .image-text__image {
    order: 6;
  }
}

@media screen and (min-width: 75em) {
  .paragraph--type--image-text-slider.image-right .l-container .image-text__image {
    order: 6;
  }
}

.paragraph--type--image-text-slider .l-container {
  max-width: 1480px;
  display: flex;
  margin: 0 auto;
  padding: 0 15px;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-slider .l-container {
    gap: 50px;
    flex-wrap: nowrap;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--image-text-slider .l-container {
    gap: 100px;
  }
}

.paragraph--type--image-text-slider .l-container .image-text__image {
  flex-shrink: 0;
  width: 100%;
  order: 1;
  overflow: hidden;
  max-width: 100%;
  order: 1;
  margin-bottom: 50px;
}

.paragraph--type--image-text-slider .l-container .image-text__image .paragraph--type--slider-images-with-caption .field--name-field-title-01 {color: var(--Primary-Black, #000);text-align: center;font-feature-settings: 'clig' off, 'liga' off;

/* Desktop/Header Alt - Normal/H2 Alt */font-family: Outfit;font-size: 18px;font-style: normal;font-weight: 300;line-height: 130%; /* 26px */letter-spacing: 0.45px;margin-bottom: 15px;}

.paragraph--type--image-text-slider .l-container .image-text__image article {
  max-width: 85%;
  margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-slider .l-container .image-text__image {
    max-width: 50%;
    order: 1;
    margin-bottom: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--image-text-slider .l-container .image-text__image {
    max-width: 50%;
  }
}

@media screen and (min-width: 75em) {
  .paragraph--type--image-text-slider .l-container .image-text__image {
    max-width: 600px;
  }
}

.paragraph--type--image-text-slider .l-container .image-text__image .glide__slides {
  display: flex;
}

.paragraph--type--image-text-slider .l-container .image-text__image .glide__slides,
.paragraph--type--image-text-slider .l-container .image-text__image .glide__slide {
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-shrink: 0;
}

.paragraph--type--image-text-slider .l-container .image-text__image .glide__slide {
  position: relative;
}

.paragraph--type--image-text-slider .l-container .image-text__image .glide__slide .field--name-field-image {
  position: relative;
}

.paragraph--type--image-text-slider .l-container .image-text__image .glide__slide .field--name-field-image:before {
  width: 110%;
  content: '';
  height: 90%;
  border-radius: 20px;
  background: #D2E0F0;
  position: absolute;
  display: block;
  left: -5%;
  bottom: 0;
  z-index: -1;
}

.paragraph--type--image-text-slider .l-container .image-text__image .glide__track {
  position: relative;
}

.paragraph--type--image-text-slider .l-container .image-text__image .glide__bullets {
  text-align: center;
}

.paragraph--type--image-text-slider .l-container .image-text__image .glide__bullets .glide__bullet {
  background: #E5E5E5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 3px;
  display: inline-block;
  cursor: pointer;
}

.paragraph--type--image-text-slider .l-container .image-text__image .glide__bullets .glide__bullet.glide__bullet--active {
  background: #4C4C4C;
}

.paragraph--type--image-text-slider .l-container .image-text__image .glide__arrows {
  position: absolute;
  left: 0;
  width: 100%;
  top: 45%;
}

.paragraph--type--image-text-slider .l-container .image-text__image .glide__arrows .glide__arrow--left {
  left: 0px;
  position: absolute;
  background: url(/solutions/themes/custom/themekit/dist/assets/images/left-arrow-update.png);
  width: 18px;
  height: 32px;
  border: none;
  cursor: pointer;
}

.paragraph--type--image-text-slider .l-container .image-text__image .glide__arrows .glide__arrow--right {
  right: 0px;
  position: absolute;
  background: url(/solutions/themes/custom/themekit/dist/assets/images/right-arrow-update.png);
  width: 18px;
  height: 32px;
  border: none;
  cursor: pointer;
}

.paragraph--type--image-text-slider .l-container .image-text__text {
  order: 2;
  text-align: left;
  max-width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-slider .l-container .image-text__text {
    max-width: 50%;
    text-align: left;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--image-text-slider .l-container .image-text__text {
    max-width: 50%;
  }
}

@media screen and (min-width: 75em) {
  .paragraph--type--image-text-slider .l-container .image-text__text {
    max-width: 600px;
  }
}

.paragraph--type--image-text-slider .l-container .image-text__text h2 {
  color: var(--Primary-Black, #000);
  font-feature-settings: 'clig' off, 'liga' off;
  /* Desktop/Header/H1 */
  font-family: Outfit;
  font-size: clamp(24px, 3vw, 40px);
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 36.4px */
  letter-spacing: 0.45px;
  text-align: left;
  text-align: center;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-slider .l-container .image-text__text h2 {
    text-align: left;
    margin-bottom: 20px;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--image-text-slider .l-container .image-text__text h2 {
    text-align: left;
  }
}

.paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-text {
  margin-bottom: 50px;
  text-align: left;
    color: var(--Primary-Black, #000);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Outfit;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  letter-spacing: 0.4px;
  text-align: center;
  text-align: center;
  margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-text {
    text-align: left;
    margin-bottom: 50px;
  }
}

.paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-text ul {
  margin-left: 0;
}

.paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-text li {
  list-style-type: none;
  margin: 0 0 0 0px;
  font-weight: 200;
  padding-left: 15px;
  position: relative;
}

.paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-text li:before {
  content: '\2022';
  font-size: 18px;
  display: inline-block;
  margin: 0;
  position: relative;
  left: -5px;
}

.paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-text img {
  margin-right: 40px;
  margin-right: 20px;
  max-width: 40%;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-text img {
    margin-right: 40px;
  }
}

.paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-link {
  text-align: left;
  text-align: center;
  margin-top: 20px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-link {
    text-align: left;
    margin-top: 30px;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-link {
    text-align: left;
    margin-top: 30px;
  }
}

.paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-link a {
  display: inline-block;
  border-radius: 7px;
  padding: 9px 22px;
  background: #FF850F;
  text-decoration: none;
  color: var(--White, #FFF);
  font-feature-settings: 'clig' off, 'liga' off;
  
  /* Button/Regular */
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.45px;
}

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

@media print,
screen and (min-width: 64em) {
  .paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-link a {
    padding: 16px 32px;
  }
}

.paragraph--type--image-text-slider .l-container .image-text__text .field--name-field-link a:hover {
  background: #F8ECE1;
}


/*# sourceMappingURL=paragraph--image-text-slider.css.map*/