/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/schema-with-box.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 */
.schema-with-box .title h6, .schema-with-box .title h5, .schema-with-box .title h4, .schema-with-box .title h3, .schema-with-box .title h2, .schema-with-box .title h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.schema-with-box__title > * .title > *:nth-child(n+2), .schema-with-box__content > * > *:nth-child(n+2) {
  padding-top: min(max(24px, 2.0833333333vw), 40px);
}

.schema-with-box__title > * .title > *:nth-child(n+2).biggertext, .schema-with-box__content > * > *:nth-child(n+2).biggertext {
  padding-top: min(max(10px, 0.8333333333vw), 16px);
  margin-top: 0;
}
.schema-with-box__title > * .title > *:nth-child(n+2).link, .schema-with-box__content > * > *:nth-child(n+2).link {
  padding-top: min(max(40px, 4.1666666667vw), 80px);
}

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

/*
	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;
}

.schema-with-box .page-builder__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.schema-with-box__title, .schema-with-box__content {
  position: relative;
  display: grid;
  padding-top: min(max(40px, 4.1666666667vw), 80px);
  padding-bottom: min(max(40px, 4.1666666667vw), 80px);
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
}
.schema-with-box__title *, .schema-with-box__content * {
  position: relative;
  z-index: 3;
}
.schema-with-box__title:after, .schema-with-box__content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  background-color: var(--color-grey-bg);
}
.schema-with-box__image, .schema-with-box__schema {
  position: relative;
}
.schema-with-box__image .schema,
.schema-with-box__image .image, .schema-with-box__schema .schema,
.schema-with-box__schema .image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .schema-with-box__image .schema,
  .schema-with-box__image .image, .schema-with-box__schema .schema,
  .schema-with-box__schema .image {
    position: static;
  }
}
.schema-with-box__title {
  grid-column: 1/9 !important;
}
@media only screen and (max-width: 768px) {
  .schema-with-box__title {
    grid-column: 1/-1 !important;
    padding-right: 24px;
  }
}
.schema-with-box__title:after {
  left: calc(max(56px, (100vw - 48px - 1760px) / 2) * -1);
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .schema-with-box__title:after {
    left: calc(max(24px, (100vw - 48px - 1760px) / 2) * -1);
  }
}
.schema-with-box__title > * {
  grid-column: 2/-2;
}
@media only screen and (max-width: 1024px) {
  .schema-with-box__title > * {
    grid-column: 1/-1 !important;
  }
}
.schema-with-box__image {
  position: relative;
  grid-column: 9/-1 !important;
}
@media only screen and (max-width: 768px) {
  .schema-with-box__image {
    grid-column: 1/-1 !important;
  }
}
@media only screen and (max-width: 768px) {
  .schema-with-box__image--hide {
    display: none;
  }
}
.schema-with-box__schema {
  grid-column: 1/5 !important;
}
@media only screen and (max-width: 768px) {
  .schema-with-box__schema {
    grid-column: 1/-1 !important;
  }
}
.schema-with-box__content {
  grid-column: 5/-1 !important;
}
@media only screen and (max-width: 768px) {
  .schema-with-box__content {
    grid-column: 1/-1 !important;
  }
}
.schema-with-box__content:after {
  right: calc(max(56px, (100vw - 48px - 1760px) / 2) * -1);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .schema-with-box__content:after {
    right: calc(max(24px, (100vw - 48px - 1760px) / 2) * -1);
  }
}
.schema-with-box__content > * {
  grid-column: 1/-2;
  padding-left: min(max(24px, 4.1666666667vw), 80px);
}
@media only screen and (max-width: 768px) {
  .schema-with-box__content > * {
    grid-column: 1/-1 !important;
  }
}
.schema-with-box .schema {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: min(max(40px, 4.1666666667vw), 80px);
  margin-left: calc(max(56px, (100vw - 48px - 1760px) / 2) * -1);
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .schema-with-box .schema {
    margin-left: calc(max(24px, (100vw - 48px - 1760px) / 2) * -1);
  }
}
.schema-with-box .schema-inner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
.schema-with-box .schema-inner-scroll {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}
.schema-with-box .schema img {
  width: auto;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .schema-with-box .schema img {
    height: auto;
    width: 100%;
  }
}
.schema-with-box .image {
  margin-right: calc(max(56px, (100vw - 48px - 1760px) / 2) * -1);
  overflow: hidden;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .schema-with-box .image {
    margin-right: calc(max(24px, (100vw - 48px - 1760px) / 2) * -1);
  }
}
.schema-with-box .image img,
.schema-with-box .image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .schema-with-box .image img,
  .schema-with-box .image video {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .schema-with-box--nomobile .schema-with-box__content:after {
    right: 0;
    left: calc(max(24px, (100vw - 48px - 1760px) / 2) * -1);
    border-radius: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .schema-with-box--nomobile .schema-with-box__content > * {
    padding-left: 0;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .schema-with-box--nomobile .schema {
    margin-left: 0;
    margin-right: calc(max(24px, (100vw - 48px - 1760px) / 2) * -1);
    border-radius: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}

/*# sourceMappingURL=schema-with-box.min.css.map*/