/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/triple.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* breaks and gaps */
/* Font sizes and weight user friendly callers */
/* Animations defaults */
.triple .title h6, .triple .title h5, .triple .title h4, .triple .title h3, .triple .title h2, .triple .title h1 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.triple .title h6, .triple .title h5, .triple .title h4, .triple .title h3, .triple .title h2, .triple .title h1 {
  margin: 0;
}
.triple .title h6 *, .triple .title h5 *, .triple .title h4 *, .triple .title h3 *, .triple .title h2 *, .triple .title h1 * {
  text-decoration: none;
}

.triple .title h1 {
  font-size: 64px;
}
@media only screen and (max-width: 1500px) {
  .triple .title h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .triple .title h1 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1050px) {
  .triple .title h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .triple .title h1 {
    font-size: 30px;
  }
}
.triple .title h2 {
  font-size: 64px;
}
@media only screen and (max-width: 1500px) {
  .triple .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .triple .title h2 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1050px) {
  .triple .title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .triple .title h2 {
    font-size: 30px;
  }
}
.triple .title h3 {
  font-size: 64px;
}
@media only screen and (max-width: 1500px) {
  .triple .title h3 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .triple .title h3 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1050px) {
  .triple .title h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .triple .title h3 {
    font-size: 30px;
  }
}
.triple .title h4 {
  font-size: 64px;
}
@media only screen and (max-width: 1500px) {
  .triple .title h4 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .triple .title h4 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1050px) {
  .triple .title h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .triple .title h4 {
    font-size: 30px;
  }
}
.triple .title h5 {
  font-size: 64px;
}
@media only screen and (max-width: 1500px) {
  .triple .title h5 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .triple .title h5 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1050px) {
  .triple .title h5 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .triple .title h5 {
    font-size: 30px;
  }
}
.triple .title h6 {
  font-size: 64px;
}
@media only screen and (max-width: 1500px) {
  .triple .title h6 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .triple .title h6 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1050px) {
  .triple .title h6 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .triple .title h6 {
    font-size: 30px;
  }
}

.triple__text1, .triple__text2 {
  font-size: 21px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1500px) {
  .triple__text1, .triple__text2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1300px) {
  .triple__text1, .triple__text2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1050px) {
  .triple__text1, .triple__text2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .triple__text1, .triple__text2 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1051px) {
  .triple .title strong span {
    display: inline-block;
    transform: translateX(var(--offset, 0px));
    transition: transform 1s, opacity 1s;
  }
}
.triple .show.title strong span {
  transform: translateX(0);
}

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

.triple .page-builder__grid {
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(8, 1fr);
  display: grid;
}
@media only screen and (max-width: 768px) {
  .triple .page-builder__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.triple .page-builder__grid {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .triple .desktop {
    display: none !important;
  }
}
.triple .mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .triple .mobile {
    display: block;
  }
}
.triple__starter, .triple__text1 {
  margin-top: 120px;
}
@media only screen and (max-width: 1300px) {
  .triple__starter, .triple__text1 {
    margin-top: 80px;
  }
}
.triple__title {
  grid-column: 1/-1;
}
.triple__starter {
  grid-column: 1/-2;
}
@media only screen and (max-width: 1500px) {
  .triple__starter {
    grid-column: 1/-1;
  }
}
.triple__text1 {
  grid-column: 1/4;
}
@media only screen and (max-width: 1300px) {
  .triple__text1 {
    grid-column: 1/5;
  }
}
@media only screen and (max-width: 1050px) {
  .triple__text1 {
    grid-column: 1/-1;
  }
}
.triple__text2 {
  grid-column: 6/-1;
  margin-top: 100px;
}
@media only screen and (max-width: 1500px) {
  .triple__text2 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1300px) {
  .triple__text2 {
    grid-column: 5/-1;
  }
}
@media only screen and (max-width: 1050px) {
  .triple__text2 {
    grid-column: 1/-1;
  }
}
.triple__images {
  grid-column: 3/-3;
  margin-top: 60px;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1300px) {
  .triple__images {
    grid-column: 2/-2;
    margin-left: 11%;
    margin-right: 11%;
  }
}
@media only screen and (max-width: 1050px) {
  .triple__images {
    grid-column: 1/-1;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .triple__images {
    flex-direction: column;
  }
}
.triple__images > * {
  width: 100%;
}
.triple__images > *:nth-child(1) {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .triple__images > *:nth-child(1) {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .triple__images > *:nth-child(2) {
    padding-left: 80px;
  }
}
.triple__images > *:nth-child(3) {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .triple__images > *:nth-child(3) {
    margin-top: 0;
    padding-right: 80px;
  }
}
.triple__images > * img {
  width: 100%;
}
.triple__images > * span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.triple__images > * span i.loc {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 25px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../../../../../themes/krzywoustego/assets/images/icons/icon-loc.svg);
}
.triple .title {
  overflow: hidden;
}
.triple .title strong {
  font-family: "Satoshi", sans-serif;
  font-weight: 400 !important;
}
@media only screen and (max-width: 1050px) {
  .triple .title strong {
    display: block;
  }
}
.triple .starter {
  font-family: "Marcellus", serif;
  font-size: 36px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1500px) {
  .triple .starter {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1300px) {
  .triple .starter {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .triple .starter {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .triple .starter {
    font-size: 24px;
  }
}

/*# sourceMappingURL=triple.min.css.map*/