/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/big-hero/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.big-hero {
  margin-bottom: 50px;
  background-color: #957F7F;
  padding-top: 150px;
}
@media (min-width: 768px) {
  .big-hero {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .big-hero {
    padding-top: 227px;
  }
}
.big-hero__wrapper {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
@media (min-width: 575px) {
  .big-hero__wrapper {
    flex-wrap: nowrap;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .big-hero__wrapper {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
@media (min-width: 1200px) {
  .big-hero__wrapper {
    padding-bottom: 0px;
  }
}
.big-hero__wrapper-text {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  z-index: 1;
  order: 2;
}
@media (min-width: 575px) {
  .big-hero__wrapper-text {
    order: 1;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .big-hero__wrapper-text {
    max-width: calc(50% - 25px);
  }
}
@media (min-width: 1200px) {
  .big-hero__wrapper-text {
    max-width: 600px;
  }
}
@media (min-width: 1340px) {
  .big-hero__wrapper-text {
    margin-left: calc((100vw - 1370px) / 2) !important;
  }
}
.big-hero__wrapper-text-breadcrumb {
  color: var(--Neutral-White, #FFF);
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .big-hero__wrapper-text-breadcrumb {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .big-hero__wrapper-text-breadcrumb {
    font-size: 18px;
    margin-bottom: 62px;
  }
}
.big-hero__wrapper-text-breadcrumb .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
.big-hero__wrapper-text-breadcrumb .breadcrumbs__separator {
  padding: 0 12px;
}
.big-hero__wrapper-text-breadcrumb .breadcrumbs__item a {
  color: #fff;
}
.big-hero__wrapper-text-breadcrumb .breadcrumbs__item a:hover {
  color: #B12428;
}
@media (min-width: 1200px) {
  .big-hero__wrapper-text-wrapper {
    padding-left: 100px;
  }
}
.big-hero__wrapper-text-title {
  color: #FFF;
  font-family: "Manrope";
  font-size: 24px;
  line-height: 34px;
  font-style: normal;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 575px) {
  .big-hero__wrapper-text-title {
    font-size: 34px;
    line-height: 44px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .big-hero__wrapper-text-title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .big-hero__wrapper-text-title {
    font-size: 62px;
    line-height: 85px;
    padding-bottom: 54px;
    margin-bottom: 54px;
  }
}
.big-hero__wrapper-text-description {
  color: #FFF;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
  max-width: 215px;
}
@media (min-width: 768px) {
  .big-hero__wrapper-text-description {
    margin-bottom: 54px;
  }
}
.big-hero__wrapper-text-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  row-gap: 5px;
}
@media (min-width: 575px) {
  .big-hero__wrapper-text-buttons {
    -moz-column-gap: 19px;
         column-gap: 19px;
    row-gap: 15px;
  }
}
.big-hero__wrapper-text-buttons-item {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  background-color: #FFF;
  color: #000;
  font-family: "Manrope";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.14px;
  white-space: nowrap;
}
@media (min-width: 575px) {
  .big-hero__wrapper-text-buttons-item {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 15px;
    font-size: 14px;
  }
}
.big-hero__wrapper-text-buttons-item:first-of-type {
  background-color: #B12428;
  color: #fff;
}
.big-hero__wrapper-text-buttons-item svg {
  display: block;
}
.big-hero__wrapper-image {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-bottom: 30px;
  order: 1;
}
@media (min-width: 575px) {
  .big-hero__wrapper-image {
    max-width: 705px;
    height: 100%;
    order: 2;
    padding-bottom: 53px;
  }
}
@media (min-width: 768px) {
  .big-hero__wrapper-image {
    max-width: calc(50% - 25px);
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .big-hero__wrapper-image {
    max-width: 705px;
  }
}
.big-hero__wrapper-image-box {
  height: 350px;
  position: relative;
  margin-top: -150px;
}
@media (min-width: 575px) {
  .big-hero__wrapper-image-box {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .big-hero__wrapper-image-box {
    margin-top: -227px;
    height: 780px;
  }
}
.big-hero__wrapper-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 0px 1000px 1000px;
}
.big-hero__wrapper-image-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 210px;
  height: 105px;
  transform: translate(-50%, 0);
  display: none;
}
@media (min-width: 1200px) {
  .big-hero__wrapper-image-shape {
    display: block;
  }
}

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