/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./project_src/assets/css/components/blocks/tabs-content.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* breaks and gaps */
/* Font sizes and weight user friendly callers */
/* Animations defaults */
/* figma defined font styles */
/* end figma defined font styles */
.tabs-content .tabs-accordion button, .tabs-content .tabs-accordion .panel-title h6, .tabs-content .tabs-accordion .panel-title h5, .tabs-content .tabs-accordion .panel-title h4, .tabs-content .tabs-accordion .panel-title h3, .tabs-content .tabs-accordion .panel-title h2, .tabs-content .tabs-accordion .panel-title h1, .tabs-content .title h6, .tabs-content .title h5, .tabs-content .title h4, .tabs-content .title h3, .tabs-content .title h2, .tabs-content .title h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.tabs-content__content > *:nth-child(n+2), .tabs-content .tabs-accordion .panel > *:nth-child(n+2) {
  padding-top: min(max(24px, 2.0833333333vw), 40px);
}

.tabs-content__content > *:nth-child(n+2).biggertext, .tabs-content .tabs-accordion .panel > *:nth-child(n+2).biggertext {
  padding-top: min(max(10px, 0.8333333333vw), 16px);
  margin-top: 0;
}
.tabs-content__content > *:nth-child(n+2).link, .tabs-content .tabs-accordion .panel > *:nth-child(n+2).link {
  padding-top: min(max(40px, 4.1666666667vw), 80px);
}

.tabs-content .title h1 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.tabs-content .title h2 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.tabs-content .title h3 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.tabs-content .title h4 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.tabs-content .title h5 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.tabs-content .title h6 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}

.tabs-content .tabs-accordion .panel-title h1 {
  margin: 0;
  font-size: min(max(24px, 2.0833333333vw), 40px);
}
.tabs-content .tabs-accordion .panel-title h2 {
  margin: 0;
  font-size: min(max(24px, 2.0833333333vw), 40px);
}
.tabs-content .tabs-accordion .panel-title h3 {
  margin: 0;
  font-size: min(max(24px, 2.0833333333vw), 40px);
}
.tabs-content .tabs-accordion .panel-title h4 {
  margin: 0;
  font-size: min(max(24px, 2.0833333333vw), 40px);
}
.tabs-content .tabs-accordion .panel-title h5 {
  margin: 0;
  font-size: min(max(24px, 2.0833333333vw), 40px);
}
.tabs-content .tabs-accordion .panel-title h6 {
  margin: 0;
  font-size: min(max(24px, 2.0833333333vw), 40px);
}

/*
	Improved screen reader only CSS class
	@author Gaël Poupard
		@note Based on Yahoo!'s technique
		@author Thierry Koblentz
		@see https://www.cssmojo.com/hide-content-from-sighted-users/
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@see http://caniuse.com/#search=clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
		@note Drupal 8 goes with word-wrap: normal instead
		@see https://www.drupal.org/node/2045151
		@see http://cgit.drupalcode.org/drupal/commit/?id=5b847ea
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see https://csswizardry.com/2016/05/the-importance-of-important/
*/
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important; /* 3 */
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  clip-path: inset(50%) !important; /* 2 */
}

/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.tabs-content .tabs-accordion {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 24px;
}
.tabs-content .tabs-accordion button {
  padding: 0;
  margin: 0;
  background-color: transparent !important;
  opacity: 0.5;
  border: none;
  font-size: min(max(24px, 2.0833333333vw), 40px);
  text-align: left;
  cursor: pointer;
}
.tabs-content .tabs-accordion button[aria-selected=true] {
  opacity: 1;
}
.tabs-content .tabs-accordion .acc-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .tabs-content .tabs-accordion .acc-btn {
    display: block;
    opacity: 0.6;
    font-weight: 400;
  }
  .tabs-content .tabs-accordion .acc-btn[aria-expanded=true] {
    opacity: 1;
    font-weight: 500;
  }
}
.tabs-content .tabs-accordion .tabs-nav {
  display: flex;
  flex-direction: column;
  grid-column: 1/4;
  row-gap: 24px;
}
@media only screen and (max-width: 768px) {
  .tabs-content .tabs-accordion .tabs-nav {
    display: none;
  }
}
.tabs-content .tabs-accordion .content {
  grid-column: 5/-1;
}
@media only screen and (max-width: 768px) {
  .tabs-content .tabs-accordion .content {
    grid-column: 1/-1;
  }
}
.tabs-content .tabs-accordion .panel {
  overflow: hidden;
  height: auto;
  transition: height 0.5s;
}
@media only screen and (max-width: 768px) {
  .tabs-content .tabs-accordion .panel {
    margin-bottom: 16px;
  }
  .tabs-content .tabs-accordion .panel[hidden] {
    display: block;
    height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .tabs-content .tabs-accordion .panel-text {
    padding-top: 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  .tabs-content .tabs-accordion .panel-title {
    display: none;
  }
}

/*# sourceMappingURL=tabs-content.min.css.map*/