/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/chain/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/*
$line-height-base: 1.8;
$line-height-sm:   1.5;
$line-height-lg:   2.3;*/
.sec-chain {
  /*
      &.row-cols-lg-4 {
          .col {
              @include media-breakpoint-up(lg) {
                  &:nth-child(4n+2),
                  &:nth-child(4n+3) {
                      .card {
                          margin-left: auto;
                          margin-right: auto;
                      }
                  }

                  &:nth-child(4n+4) {
                      .card {
                          margin-left: auto;
                          margin-right: 0;
                      }
                  }
              }
          }
      }
  */
}
.sec-chain[data-brand=primary] .col:before, .sec-chain[data-brand=primary] .col:after {
  background-color: #414e44;
}
.sec-chain[data-brand=primary] .col .card {
  background-color: #fff;
}
.sec-chain[data-brand=primary] .col a:hover .card-title,
.sec-chain[data-brand=primary] .col a:focus .card-title {
  color: #414e44;
  outline-offset: -0.4rem;
  outline-color: #414e44;
}
.sec-chain[data-brand=primary] .col a:hover .btn-bottom,
.sec-chain[data-brand=primary] .col a:focus .btn-bottom {
  background-color: #fff;
  border-color: #fff;
  color: #414e44;
}
.sec-chain[data-brand=light] .col:before, .sec-chain[data-brand=light] .col:after {
  background-color: #fff !important;
}
.sec-chain[data-brand=light] .col p {
  color: #fff;
}
.sec-chain[data-brand=light] .col .card {
  background-color: #414e44;
}
.sec-chain[data-brand=light] .col a:hover .card-title,
.sec-chain[data-brand=light] .col a:focus .card-title {
  outline-offset: -0.4rem;
  outline-color: #fff;
}
.sec-chain[data-brand=light] .col a:hover .btn-bottom,
.sec-chain[data-brand=light] .col a:focus .btn-bottom {
  background-color: #414e44;
  border-color: #414e44;
  color: #fff;
}
.sec-chain .col {
  position: relative;
  padding-left: 5rem;
  padding-bottom: 3rem;
}
.sec-chain .col .card {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .sec-chain .col .card {
    max-width: 75%;
  }
}
@media (min-width: 576px) {
  .sec-chain .col {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .sec-chain .col {
    margin-top: 0;
    padding-top: 10rem;
    padding-left: initial;
    margin-left: initial;
    padding-bottom: 0;
    padding-right: 0;
  }
  .sec-chain .col .card {
    max-width: auto;
    max-width: initial;
    width: calc(100% - 1rem);
  }
}
.sec-chain .col:before, .sec-chain .col:after {
  content: "";
  display: block;
  position: absolute;
}
.sec-chain .col:after {
  height: 3px;
  position: absolute;
  width: 50%;
  z-index: 1;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .sec-chain .col:after {
    height: calc(100% - 2.5rem);
    left: 50%;
    top: 2.5rem;
    transform: translateX(-50%);
    width: 3px;
  }
}
.sec-chain .col:before {
  height: 100%;
  left: 1.5rem;
  width: 3px;
}
@media (min-width: 992px) {
  .sec-chain .col:before {
    top: 2.5rem;
    height: 3px;
    left: 0;
    width: 100%;
  }
}
.sec-chain .col .icon-brand {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  z-index: 3;
}
@media (min-width: 992px) {
  .sec-chain .col .icon-brand {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 5rem;
  }
}
.sec-chain .col .card-body {
  padding-bottom: calc(1.425rem + 2.1vw);
  padding-top: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .sec-chain .col .card-body {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .sec-chain .col .card-body {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .sec-chain .col .card-body {
    padding-top: 0;
  }
}
.sec-chain .col .card-title {
  outline: 2px solid transparent;
  outline-offset: 0.7rem;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .sec-chain .col .card-title {
    transition: all 0.2s ease;
  }
}
@media screen and (prefers-reduced-motion) {
  .sec-chain .col .card-title {
    transition: none !important;
  }
}
.sec-chain .col .card-title:hover, .sec-chain .col .card-title:focus {
  background-color: inherit !important;
  border-color: transparent !important;
}
.sec-chain .col .btn-bottom {
  margin-top: 3rem;
}
.sec-chain .col .img img {
  transform: scale(1);
}
@media screen and (prefers-reduced-motion: no-preference) {
  .sec-chain .col .img img {
    transition: transform 0.2s ease;
  }
}
@media screen and (prefers-reduced-motion) {
  .sec-chain .col .img img {
    transition: none !important;
  }
}
.sec-chain .col .img + p {
  margin-top: 2rem;
}
.sec-chain .col a:hover .img img,
.sec-chain .col a:focus .img img {
  transform: scale(1.15);
}
.sec-chain.row-cols-lg-3 .col:nth-child(1):before {
  height: 50%;
  top: 50%;
}
.sec-chain.row-cols-lg-3 .col:nth-child(3):before {
  height: 50%;
}
@media (min-width: 992px) {
  .sec-chain.row-cols-lg-3 .col:nth-child(3n+2) .card {
    margin-left: auto;
    margin-right: auto;
  }
  .sec-chain.row-cols-lg-3 .col:nth-child(3n+3) .card {
    margin-left: auto;
    margin-right: 0;
  }
  .sec-chain.row-cols-lg-3 .col:nth-child(1):before {
    height: 3px;
    top: 2.5rem;
    left: 50%;
    width: 50%;
  }
  .sec-chain.row-cols-lg-3 .col:nth-child(3):before {
    height: 3px;
    width: 50%;
  }
}

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