/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/header-sub/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-header-sub {
  margin-bottom: -7%;
}
@media (min-width: 992px) {
  .sec-header-sub {
    margin-bottom: -11%;
  }
}
.sec-header-sub .triangle-lower {
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(92% + 0.5rem), 50% 100%, 0 calc(92% + 0.5rem));
  height: calc(100% + 3rem);
}
@media (min-width: 992px) {
  .sec-header-sub .triangle-lower {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(75% + 1rem), 50% 100%, 0 calc(75% + 1rem));
  }
}
.sec-header-sub .triangle {
  clip-path: polygon(0% 0%, 100% 0, 100% 92%, 50% 100%, 0 92%);
  padding-bottom: 8rem;
  position: relative;
  height: calc(100% - 4rem);
}
@media (min-width: 992px) {
  .sec-header-sub .triangle {
    padding-bottom: 3rem;
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
    padding-bottom: 10rem;
  }
}
.sec-header-sub .container {
  padding-top: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .sec-header-sub .container {
    padding-top: 3.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .sec-header-sub .container {
    --bs-gutter-x: 4rem;
  }
}
.sec-header-sub .container .item-title-pre {
  margin-bottom: 1.5rem;
}
.sec-header-sub .container .item-title {
  margin-bottom: 0;
}
.sec-header-sub .container .item-title + * {
  margin-top: 3rem;
}
.sec-header-sub .container ul {
  --bs-list-marker-bg: #191919;
  padding-left: 0;
  --bs-list-marker-bg: #FCA158;
}
.sec-header-sub .container ul li {
  align-items: center;
  counter-increment: items;
  display: flex;
  padding-left: 1.2rem;
  position: relative;
}
.sec-header-sub .container ul li:before {
  background-color: var(--bs-list-marker-bg);
  border-radius: 50%;
  display: block;
  content: "";
  flex-shrink: 0;
  height: 0.5rem;
  left: 0;
  margin-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}
.sec-header-sub .container ul li + li {
  margin-top: 1rem;
  /*@include media-breakpoint-up(lg) {
      margin-top: $spacer * 1.5;
  }*/
}
.sec-header-sub .container ul li {
  font-size: 1rem;
  line-height: 1.2;
}
.sec-header-sub .container ul li + li {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .sec-header-sub .container ul + * {
    margin-top: 6rem;
  }
}
@media (min-width: 576px) {
  .sec-header-sub .container .col-lg-6:nth-child(1) {
    min-height: 21rem;
  }
}
@media (min-width: 1600px) {
  .sec-header-sub .container .col-lg-6:nth-child(1) {
    min-height: 22rem;
  }
}
.sec-header-sub .container .col-8 {
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .sec-header-sub .container .col-8 {
    align-items: end;
    display: flex;
    justify-content: end;
  }
}
@media (min-width: 1200px) {
  .sec-header-sub .container .col-8 {
    display: block;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .sec-header-sub .container .col-8 .pic-wrapper {
    left: -3%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .sec-header-sub .container .col-8 .pic-wrapper {
    bottom: -8%;
    margin-top: 0;
    max-width: 32rem;
    position: absolute;
  }
}
@media (min-width: 1600px) {
  .sec-header-sub .container .col-8 .pic-wrapper {
    bottom: -22%;
    max-width: 37rem;
  }
}
.sec-header-sub .icon-apo {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  position: absolute;
  right: 35%;
  top: 8%;
  width: 7.5rem;
}
@media (min-width: 576px) {
  .sec-header-sub .icon-apo {
    width: 10rem;
  }
}
@media (min-width: 768px) {
  .sec-header-sub .icon-apo {
    width: 12rem;
  }
}
@media (min-width: 1200px) {
  .sec-header-sub .icon-apo {
    top: -1%;
  }
}
@media (min-width: 1600px) {
  .sec-header-sub .icon-apo {
    top: 4%;
    width: 12.25rem;
  }
}
.sec-header-sub .icon-signal {
  height: var(--bs-header-circle-bottom);
  width: var(--bs-header-circle-bottom);
  color: #fff;
  max-width: 100vw;
  opacity: 0.7;
}
.sec-header-sub .position-absolute.z-3.start-50.translate-middle-x {
  bottom: calc(var(--bs-header-circle-bottom) / -2 - 1rem * 2);
}
@media (min-width: 992px) {
  .sec-header-sub + .sec-teaser .inner {
    padding-top: 16rem !important;
  }
}
@media (min-width: 1600px) {
  .sec-header-sub + .sec-teaser .inner {
    padding-top: 14.25vw !important;
  }
}
.sec-header-sub + .sec-teaser .col-lg-6:nth-child(2) .inner > * {
  position: relative;
  z-index: 10;
}
.sec-header-sub .pic-xs {
  bottom: -16vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: 75%;
  overflow: visible;
  width: 100%;
  z-index: 3;
}
@media (min-width: 992px) {
  .sec-header-sub .pic-xs {
    display: none !important;
  }
}
.sec-header-sub .pic-xs img {
  -webkit-transform: translateZ(0);
}

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