/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[4]!./src/components/template-parts/blocks/full-width/cards-with-tabs/_cards-with-tabs-styles.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Bootstrap Variables
 */
/*
 * Color system
 */
/**
 * Grid
 */
/**
 * Fonts
 */
/**
 * Crunch Utilities
 */
*[class^=clamp] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/**
 * Variables
 */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
 * Mixins
 */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable order/order */
/**
 * Fluid
 */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
 * Spacings
 */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable order/order */
/**
 * Classes
 */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
 * Placeholders Template Part Styles
 */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Postion ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/**
 * Placeholders Buttons Template Part Styles
 */
/* Cards with Tabs Block Styles */
.acf-block-cards-with-tabs {
  width: 100%;
  /* Navigation Tabs */
  /* Tab Content Slider */
  /* Tab Content Layout - Text Left, Image Right */
  /* Responsive */
}
.acf-block-cards-with-tabs .tabs-navigation {
  display: flex;
  margin-bottom: 2.5rem;
  border-bottom: 0.125rem solid #CFD4DA;
  flex-wrap: wrap;
}
.acf-block-cards-with-tabs .tab-button {
  padding: 0.75rem 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #7F7F99;
  cursor: pointer;
  border: none;
  background: none;
  border-bottom: 0.125rem solid transparent;
  margin-bottom: -0.125rem;
  transition: all 0.3s;
  flex: 1;
  font-weight: 600;
  white-space: nowrap;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.acf-block-cards-with-tabs .tab-button:hover {
  color: #003;
}
.acf-block-cards-with-tabs .tab-button.active {
  color: #003;
  border-bottom-color: #6061F6;
}
.acf-block-cards-with-tabs .tabs-content-slider {
  overflow: hidden;
  position: relative;
  flex: 1;
}
.acf-block-cards-with-tabs .tabs-content-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
.acf-block-cards-with-tabs .tab-content-slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  height: 0;
}
.acf-block-cards-with-tabs .tab-content-slide.active {
  height: 100%;
}
.acf-block-cards-with-tabs .tab-content-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}
.acf-block-cards-with-tabs .tab-text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.acf-block-cards-with-tabs .tab-image-content {
  width: 100%;
  height: 100%;
  min-height: 18.75rem;
}
.acf-block-cards-with-tabs .tab-image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}
.acf-block-cards-with-tabs h3.tab-box__title {
  line-height: 2rem;
}
@media (max-width: 48rem) {
  .acf-block-cards-with-tabs .tab-content-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .acf-block-cards-with-tabs .tab-image-content {
    min-height: 12.5rem;
  }
  .acf-block-cards-with-tabs .tabs-navigation {
    gap: 0.75rem;
  }
  .acf-block-cards-with-tabs .tab-button {
    font-size: 0.875rem;
  }
}
