/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/_components/Sheet/index.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.Sheet_container__jUQDA {
  position: relative;
  background-color: #fff;
  width: 1300px;
  margin: -40px auto 0;
  padding: 80px;
  border-radius: 8px;
}

@media (max-width: 920px) {
  .Sheet_container__jUQDA {
    width: calc(100% - 80px);
  }
}

@media (max-width: 640px) {
  .Sheet_container__jUQDA {
    width: calc(100% - 32px);
    padding: 40px 16px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/_components/Hero/index.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.Hero_container__rS04k {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  overflow: hidden;
  padding: 100px 0;
}

.Hero_title__Gy1Ik {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.Hero_sub__NilCQ {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  justify-content: center;
}

.Hero_sub__NilCQ::before {
  content: '';
  display: block;
  height: 1px;
  width: 20px;
  background-color: var(--color-text-unpainted);
}

.Hero_sub__NilCQ::after {
  content: '';
  display: block;
  height: 1px;
  width: 20px;
  background-color: var(--color-text-unpainted);
}

.Hero_bgimg__QRaOQ {
  position: absolute;
  top: 0;
  right: 0;
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: right;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

@media (max-width: 640px) {
  .Hero_container__rS04k {
    padding: 100px 0 60px;
  }

  .Hero_title__Gy1Ik {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
  }
}

