/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/hero-general.scss ***!
  \**********************************************************************************************************************************************************/

/*** LTR websites ***/

.heroGeneral {
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.heroGeneral_video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-image: radial-gradient(at center, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4) 60%, transparent);
}

.heroGeneral_video .wrapper {
  position: relative;
  z-index: 1;
}

.heroGeneral_video:after {
  margin: 1%;
  width: 110%;
  height: 110%;
}

.heroGeneral .wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: flex;
  flex-grow: 1;
}

.heroGeneral_subtitle {
  font-size: 14px;
  font-weight: 300;
  font-family: Mostin;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
}

.heroGeneral_title {
  color: #fff;
  margin-bottom: 16px;
}

.heroGeneral_description {
  margin-bottom: 16px;
}

.heroGeneral_link {
  font-family: "Anton", sans-serif;
  background: linear-gradient(90deg, #78b52e 0%, #528f07 100%);
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  min-width: 160px;
  padding: 8px 40px;
  text-transform: uppercase;
  width: fit-content;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.15);
  margin: 0 auto;
}

.heroGeneral_link:hover {
  padding: 4px 36px;
}

.heroGeneral_link:hover {
  border: 4px solid #fff;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.35);
}