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

/*** LTR websites ***/

.benefits {
  padding: 40px 0;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  text-align: center;
  background-attachment: fixed;
}

.benefits br {
  display: none;
}

.benefits .wrapper {
  display: flex;
  flex-direction: column;
}

.benefits_logo {
  width: 120px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.benefits_title {
  margin-bottom: 10px;
}

.benefits_description {
  margin-bottom: 10px;
}

.benefits_wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
}

.benefits_wrapper > * {
  margin-bottom: 20px;
  flex-basis: calc(100% / 1 - 20px);
  margin: 10px;
  flex-grow: 0;
}

.benefits_wrapper-single {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(217, 217, 217, 0) 86.14%);
  position: relative;
  border-radius: 2px;
  border-right: 1px solid #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}

.benefits_wrapper-single > * {
  position: relative;
  z-index: 1;
}

.benefits_wrapper-single::after,
.benefits_wrapper-single::before {
  content: "";
  width: 70%;
  height: 1px;
  background: linear-gradient(to left, #fff, #000);
  position: absolute;
  right: 0;
}

.benefits_wrapper-single::after {
  top: 0;
}

.benefits_wrapper-single::before {
  bottom: 0;
}

.benefits_wrapper-single .gfield--input-type-textarea {
  flex-basis: 100% !important;
}

.benefits_wrapper-single .gfield--input-type-textarea textarea {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
}

.benefits_wrapper-single .gfield--type-image_hopper .gfield_label {
  top: -15px !important;
  transform: unset !important;
}

.benefits_wrapper-single .gfield--type-image_hopper input {
  font-size: 14px !important;
  width: 100%;
  padding: 8px !important;
}

.benefits_wrapper-icon {
  width: 50px;
  margin-right: 13px;
  flex-shrink: 0;
}

.benefits_wrapper-icon img {
  display: block;
  width: 100%;
}

.benefits_wrapper-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.benefits_wrapper-title {
  font-size: 20px;
  margin-bottom: 7px;
}

.benefits_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;
  margin-top: 45px;
}

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

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