/* line 4, ../../../../packages/modules/t3-landing-page-touts/css/t3-landing-page-touts.scss */
.t3-landing-page-touts {
  position: relative;
  background: #232329;
  overflow: hidden;
}
/* line 10, ../../../../packages/modules/t3-landing-page-touts/css/t3-landing-page-touts.scss */
.t3-landing-page-touts .overview {
  margin-top: 80px;
}
/* line 15, ../../../../packages/modules/t3-landing-page-touts/css/t3-landing-page-touts.scss */
.t3-landing-page-touts .title-container {
  z-index: 1;
  position: relative;
  padding: 105px 0 80px;
}
/* line 20, ../../../../packages/modules/t3-landing-page-touts/css/t3-landing-page-touts.scss */
.t3-landing-page-touts .title-container .cta {
  color: white;
}
/* line 24, ../../../../packages/modules/t3-landing-page-touts/css/t3-landing-page-touts.scss */
.t3-landing-page-touts .title-container.text-center {
  text-align: center;
}
/* line 28, ../../../../packages/modules/t3-landing-page-touts/css/t3-landing-page-touts.scss */
.t3-landing-page-touts .title-container h1.t1 {
  margin-bottom: 50px;
}
/* line 31, ../../../../packages/modules/t3-landing-page-touts/css/t3-landing-page-touts.scss */
.t3-landing-page-touts .title-container h1.t1:after {
  content: "";
  position: relative;
  margin: auto;
  display: block;
  width: 63px;
  height: 2px;
  background-color: #15a3b3;
  left: 0;
  top: 25px;
  right: 0;
}
/* line 48, ../../../../packages/modules/t3-landing-page-touts/css/t3-landing-page-touts.scss */
.t3-landing-page-touts .bg-parallax-container {
  position: absolute;
  max-width: 1800px;
  width: 1800px;
  margin: 0 auto;
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -900px;
}
/* line 60, ../../../../packages/modules/t3-landing-page-touts/css/t3-landing-page-touts.scss */
.t3-landing-page-touts .bg-parallax {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4000px;
  background-repeat: no-repeat;
}
/* line 71, ../../../../packages/modules/t3-landing-page-touts/css/t3-landing-page-touts.scss */
.t3-landing-page-touts .h1-tout-header {
  height: 480px;
}
