/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/teaser-lottie/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
/*$h5-font-size:                $font-size-base * 1.25;*/
/*
@mixin project-title-bg-sm() {
    background-image: repeating-linear-gradient(60deg, transparent, transparent 4px, #ccc 5px, #ccc 5px);
    color: $primary;
    padding-left: $spacer * 1.25;
    padding-right: $spacer * 1.25;
    line-height: $line-height-sm;
}



@mixin project-title-bg-lg() {
    background-image: repeating-linear-gradient(60deg, transparent, transparent 8px, #ccc 10px, #ccc 10px);
    color: $primary;
}
*/
:root {
  --bs-container-half: 100%;
}
@media (min-width: 992px) {
  :root {
    --bs-container-half: calc(960px * 0.5);
  }
}
@media (min-width: 1200px) {
  :root {
    --bs-container-half: calc(1140px * 0.5);
  }
}
@media (min-width: 1600px) {
  :root {
    --bs-container-half: calc(1520px * 0.5);
  }
}

.sec-teaser-lottie .col-lg-6:nth-child(1) {
  background-image: linear-gradient(180deg, #CDE9E6 0%, #CDE9E6 70%, #74A69E 100%);
}
.sec-teaser-lottie .col-lg-6:nth-child(1) .inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
.sec-teaser-lottie .col-lg-6:nth-child(1) .inner .icon {
  position: absolute;
  left: 0;
  text-transform: uppercase;
  top: 1rem;
  width: 100%;
  max-width: 8rem;
}
@media (min-width: 768px) {
  .sec-teaser-lottie .col-lg-6:nth-child(1) .inner .icon {
    max-width: 12rem;
  }
}
@media (min-width: 992px) {
  .sec-teaser-lottie .col-lg-6:nth-child(1) .inner .icon {
    max-width: 220px;
  }
}
.sec-teaser-lottie .circle-item {
  background-color: #fff;
  border: 2px solid #212529;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  text-align: center;
  top: 2rem;
  width: 97px;
}
@media (min-width: 992px) {
  .sec-teaser-lottie .circle-item {
    width: 116px;
  }
}
@media (min-width: 1200px) {
  .sec-teaser-lottie .circle-item {
    width: 161px;
  }
}
@media (min-width: 1600px) {
  .sec-teaser-lottie .circle-item {
    left: calc(var(--bs-container-half) - 197px);
    right: auto;
  }
}
.sec-teaser-lottie .circle-item:before {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
  display: block;
  height: 122%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122%;
}
.sec-teaser-lottie .circle-item .txt {
  font-weight: 700;
  line-height: 1;
  position: relative;
}

@media (max-width: 991.98px) {
  .sec-header-sub + .sec-teaser-lottie .col-lg-6:nth-child(1) .inner {
    padding-top: 15rem;
  }
}

/*# sourceMappingURL=style-index.css.map*/