@charset "UTF-8";
.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1230px;
    min-width: 1230px;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-green1 {
  color: #79904d !important;
}

.text-green2 {
  color: #cbd967 !important;
}

.text-green3 {
  color: #a4c26b !important;
}

.text-green4 {
  color: #dfec84 !important;
}

.text-cream {
  color: #f9f9e8 !important;
}

.text-green-black {
  color: #262d18 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-green1 {
  background-color: #79904d !important;
}

.bg-green2 {
  background-color: #cbd967 !important;
}

.bg-green3 {
  background-color: #a4c26b !important;
}

.bg-green4 {
  background-color: #dfec84 !important;
}

.bg-cream {
  background-color: #f9f9e8 !important;
}

.bg-green-black {
  background-color: #262d18 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .ml-md-55 {
    margin-left: 55px !important;
  }
  .mr-md-55 {
    margin-right: 55px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .ml-md-65 {
    margin-left: 65px !important;
  }
  .mr-md-65 {
    margin-right: 65px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .ml-md-75 {
    margin-left: 75px !important;
  }
  .mr-md-75 {
    margin-right: 75px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .ml-md-85 {
    margin-left: 85px !important;
  }
  .mr-md-85 {
    margin-right: 85px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .ml-md-95 {
    margin-left: 95px !important;
  }
  .mr-md-95 {
    margin-right: 95px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .ml-lg-55 {
    margin-left: 55px !important;
  }
  .mr-lg-55 {
    margin-right: 55px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .ml-lg-65 {
    margin-left: 65px !important;
  }
  .mr-lg-65 {
    margin-right: 65px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .ml-lg-75 {
    margin-left: 75px !important;
  }
  .mr-lg-75 {
    margin-right: 75px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .ml-lg-85 {
    margin-left: 85px !important;
  }
  .mr-lg-85 {
    margin-right: 85px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .ml-lg-95 {
    margin-left: 95px !important;
  }
  .mr-lg-95 {
    margin-right: 95px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
}
.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-31 {
  line-height: 31px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-33 {
  line-height: 33px !important;
}

.lh-34 {
  line-height: 34px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.lh-36 {
  line-height: 36px !important;
}

.lh-37 {
  line-height: 37px !important;
}

.lh-38 {
  line-height: 38px !important;
}

.lh-39 {
  line-height: 39px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.lh-41 {
  line-height: 41px !important;
}

.lh-42 {
  line-height: 42px !important;
}

.lh-43 {
  line-height: 43px !important;
}

.lh-44 {
  line-height: 44px !important;
}

.lh-45 {
  line-height: 45px !important;
}

.lh-46 {
  line-height: 46px !important;
}

.lh-47 {
  line-height: 47px !important;
}

.lh-48 {
  line-height: 48px !important;
}

.lh-49 {
  line-height: 49px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.lh-51 {
  line-height: 51px !important;
}

.lh-52 {
  line-height: 52px !important;
}

.lh-53 {
  line-height: 53px !important;
}

.lh-54 {
  line-height: 54px !important;
}

.lh-55 {
  line-height: 55px !important;
}

.lh-56 {
  line-height: 56px !important;
}

.font-12 {
  font-size: clamp(10px, 1vw, 12px);
  line-height: 14px;
}

.font-14 {
  font-size: clamp(14px, 1.2vw, 14px);
  line-height: 24px;
}

.font-16 {
  font-size: 16px;
  line-height: 22px;
}

.font-18 {
  font-size: clamp(18px, 1.6vw, 18px);
  line-height: 24px;
}

.font-20 {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 28px;
}

.font-22 {
  font-size: clamp(20px, 2vw, 22px);
  line-height: 30px;
}

.font-24 {
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .font-24 {
    font-size: 18px;
  }
}

.font-26 {
  font-size: clamp(24px, 2.4vw, 26px);
  line-height: 32px;
}

.font-28 {
  font-size: clamp(26px, 2.6vw, 28px);
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .font-28 {
    font-size: 22px;
    line-height: 28px;
  }
}

.font-30 {
  font-size: clamp(28px, 2.8vw, 30px);
  line-height: 36px;
}

.font-32 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .font-32 {
    line-height: 32px;
  }
}

.font-34 {
  font-size: clamp(32px, 3.2vw, 34px);
  line-height: 36px;
}

.text-uppercase {
  text-transform: uppercase;
}

/* Desktop: Alinhamento normal */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .text-center-mobile {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

/* Responsivo: Mudança de alinhamento em telas menores */
@media (max-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .br-hidden-mobile br {
    display: none;
  }
}

.title-1 {
  font-size: 69px;
  line-height: 64px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .title-1 {
    font-size: 40px;
    line-height: 44px;
  }
}

.title-2 {
  font-size: 42px;
}

.button-1 {
  display: inline-block;
}
.button-1 a {
  font-size: 24px;
  font-weight: 900;
  padding: 25px 45px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .button-1 a {
    font-size: 18px;
    padding: 25px 50px;
  }
}
.button-1.btn-small a {
  font-size: 24px;
  padding: 25px 65px;
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .button-1.btn-small a {
    font-size: 22px;
    padding: 25px 30px;
    min-width: 200px;
  }
}

.hero-pages {
  padding: 20px 0;
  height: 730px;
  background: #cbd967;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .hero-pages {
    height: 560px;
  }
}

.section-padding-1 {
  padding: 160px 0;
}
@media screen and (max-width: 991px) {
  .section-padding-1 {
    padding: 100px 0;
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  background: #f4f3eb;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  max-width: 100%;
  color: #000;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-top: 106px;
  background: #f4f3eb;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 89px;
  }
}
body.lock-nav {
  overflow: hidden;
}

#page {
  overflow: clip;
}

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:focus, *:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix {
  clear: both;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

input,
select,
textarea,
button {
  outline: none !important;
}

[data-scroll-animation] {
  opacity: 0;
}
[data-scroll-animation].animated {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
p {
  margin: 0;
  padding: 0;
}

header {
  position: fixed;
  top: 0;
  z-index: 999999;
  background: #F9F9E8;
  left: 0;
  width: 100%;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
}

.logo {
  width: 200px;
}
@media screen and (max-width: 991px) {
  .logo {
    width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .menu-desktop {
    display: none;
  }
}
.menu-desktop nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
.menu-desktop nav ul li a {
  font-size: 14px;
  color: #79904d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 2px;
}
.menu-desktop nav ul li a:hover {
  color: #cbd967;
}
.menu-desktop nav ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background-color: #cbd967;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-desktop nav ul li:hover a::before {
  width: 100%;
  color: #cbd967;
}
.menu-desktop nav ul li.current_page_item a {
  color: #cbd967 !important;
}
.menu-desktop nav ul li.current_page_item a::before {
  width: 100%;
}
.menu-desktop nav ul li.menu-order-online2 a {
  background: #cbd967;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 15px;
  padding: 13px 21px;
  border: 1px solid #cbd967;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-desktop nav ul li.menu-order-online2 a:before {
  display: none;
}
.menu-desktop nav ul li.menu-order-online2 a:hover {
  background: none;
  color: #cbd967;
}

.menu-mobile {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #F9F9E8;
  top: 83px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  z-index: 99999;
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu-mobile {
    top: 108px;
  }
}
@media screen and (min-width: 993px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile.active {
  visibility: visible;
  opacity: 1;
}
.menu-mobile > nav > ul {
  margin-bottom: 40px;
}
.menu-mobile > nav > ul > li {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.menu-mobile > nav > ul > li > a {
  font-size: 20px;
  text-align: center;
  color: #79904d;
}
.menu-mobile > nav > ul > li.current-menu-item::before {
  content: "";
  width: 30%;
  height: 2px;
  background-color: #cbd967;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  position: absolute;
  opacity: 1;
}
.menu-mobile > nav > ul > li.menu-order-online {
  margin-top: 60px;
}
.menu-mobile > nav > ul > li.menu-order-online a {
  background: #cbd967;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 15px;
  padding: 13px 21px;
}

.border-footer {
  position: relative;
  z-index: 9;
}
.border-footer img {
  width: 100%;
}

footer {
  background: #97c26c;
  padding: 90px 0 40px 0;
  margin-top: -1px;
  position: relative;
  z-index: 9;
  padding: 60px 0 40px 0;
  background-size: cover;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  footer .footer {
    text-align: center;
  }
}
@media screen and (min-width: 993px) {
  footer .footer .logo {
    min-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer .logo {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
  }
}
footer .footer .column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1199px) {
  footer .footer .column {
    width: calc(33% - 40px);
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footer .column {
    width: 100%;
  }
}
footer .footer .column.cl-6 {
  min-width: 210px;
}
footer .footer .column .title-ft {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  footer .footer .column .title-ft {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer .column .title-ft br {
    display: none;
  }
}
footer .footer .column .nav-footer {
  margin-top: 20px;
}
footer .footer .column .nav-footer ul li + li {
  margin-top: 3px;
}
footer .footer .column .nav-footer ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
footer .footer .column .social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  footer .footer .column .social-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .footer .column .social-footer a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer .column .social-footer a:hover {
  background: #cbd96b;
}
footer .footer .column .social-footer a:hover i {
  color: #fff;
}
footer .footer .column .social-footer a i {
  font-size: 20px;
  color: #a3c26b;
}

.cop {
  font-size: 12px;
  background: #79904d;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.button-nav {
  display: none;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .button-nav {
    display: block;
  }
}
.button-nav .btn-burguer .icon-bar:nth-of-type(2) {
  top: 1px;
}
.button-nav .btn-burguer .icon-bar:nth-of-type(3) {
  top: 2px;
  margin-bottom: 0;
}
.button-nav .btn-burguer .icon-bar:nth-of-type(4) {
  top: 3px;
}
.button-nav .btn-burguer .icon-bar {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #cbd967;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(2) {
  background: transparent;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(3) {
  top: -12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #cbd967;
}

.btn-burguer {
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  float: left;
  z-index: 999999;
  position: relative;
  width: 44pxs;
}

.btn-burguer .icon-bar {
  background: #cbd967;
  display: table;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 44px;
  height: 4px;
}

.hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 730px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero {
    height: 560px;
  }
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
  }
}
.hero .image-hero {
  position: absolute;
  bottom: -200px;
  right: 50px;
  z-index: 9;
}
@media screen and (max-width: 1439px) {
  .hero .image-hero {
    bottom: -160px;
    right: 0;
    width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .hero .image-hero {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 380px;
    bottom: auto;
  }
}
.hero .image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
.hero .image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-2-home {
  padding: 160px 0;
  background: #c5d767;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-2-home {
    padding: 100px 0;
  }
}
.section-2-home .image {
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 1;
}
.section-2-home .image img {
  display: block;
  width: 570px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  .section-2-home .image img {
    width: 470px;
  }
}
@media screen and (max-width: 991px) {
  .section-2-home .image img {
    display: none;
  }
}

.section-3-home {
  padding: 220px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-3-home {
    padding: 150px 0 100px 0;
  }
}
.section-3-home .image {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 41%;
}
@media screen and (max-width: 991px) {
  .section-3-home .image {
    width: 360px;
    top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .section-3-home .column-text {
    padding-left: 70px;
  }
}
.section-3-home .container {
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-3-home .title-1 {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  }
}

.section-4-home {
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-4-home {
    padding: 100px 0 70px 0;
  }
}
.section-4-home .container {
  z-index: 9;
  position: relative;
}
.section-4-home .image1 {
  position: absolute;
  bottom: -235px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1660px) {
  .section-4-home .image1 {
    bottom: -310px;
  }
}
.section-4-home .image1 img {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .section-4-home .image1 {
    display: none;
  }
}
.section-4-home .image2 {
  position: absolute;
  top: -70px;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .section-4-home .image2 {
    top: -100px;
  }
}
.section-4-home .image2 img {
  width: 22%;
  float: right;
}
@media screen and (max-width: 991px) {
  .section-4-home .image2 img {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .section-4-home .title-1 {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  }
}

.section-5-home {
  overflow-x: clip;
}
.section-5-home .container {
  position: relative;
}
.section-5-home .image {
  position: absolute;
  right: -220px;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .section-5-home .image {
    right: -100px;
  }
}
@media screen and (max-width: 767px) {
  .section-5-home .image {
    right: -70px;
  }
}
@media screen and (max-width: 1439px) {
  .section-5-home .image img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .section-5-home .image img {
    width: 280px;
  }
}
.section-5-home .content-text {
  padding: 230px 0;
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-5-home .content-text {
    padding: 80px 0 90px 0;
  }
}
@media screen and (max-width: 991px) {
  .section-5-home .content-text {
    width: 370px;
  }
}
@media screen and (max-width: 767px) {
  .section-5-home .content-text p {
    width: 170px;
  }
}

.page-content {
  padding: 60px 0;
  font-size: 16px;
  line-height: 24px;
  color: #474747;
}
.page-content p, .page-content h2 {
  margin-top: 15px;
}

.section-1-contact {
  padding: 100px 0;
}
@media screen and (min-width: 1200px) {
  .section-1-contact .column-form {
    padding-left: 70px;
  }
}

.infos-contact {
  margin-top: 30px;
}
.infos-contact .title-infos {
  font-size: 36px;
  color: #a4c26b;
  font-weight: 800;
}
.infos-contact .content-infos {
  font-size: 24px;
  color: #262d18;
  font-weight: 600;
}
.infos-contact .content-infos a {
  color: #262d18;
  text-decoration: none;
  font-weight: 600;
}

.form-contact form input, .form-contact form textarea {
  border: none !important;
  background: none !important;
  border: 1px solid #bfc2c4 !important;
  height: 45px !important;
  border-radius: 5px !important;
  padding: 10px;
  margin-top: 10px;
  font-size: 18px !important;
}
.form-contact form textarea {
  height: 185px !important;
}
.form-contact form label {
  color: #262d18 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.form-contact form .frm_description {
  margin-top: 10px !important;
  color: #bfc2c4;
}
.form-contact form button[type=submit] {
  font-size: 24px !important;
  border: none !important;
  font-weight: 900 !important;
  border-radius: 10px !important;
  display: inline-block !important;
  text-align: center !important;
  background: #a4c26b !important;
  width: 200px !important;
  height: 60px !important;
  color: #262d18 !important;
  text-transform: uppercase !important;
}

.hero-rewards {
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 1200px) {
  .hero-rewards .content-text {
    padding-left: 70px;
  }
}
.hero-rewards .container {
  position: relative;
  z-index: 9;
}
.hero-rewards .image {
  position: absolute;
  left: 135px;
  bottom: 0;
  width: 1700px;
}
@media (max-width: 1700px) {
  .hero-rewards .image {
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  .hero-rewards .image {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-rewards .image {
    right: 0;
    left: auto;
  }
}
.hero-rewards .image img {
  width: 26%;
}
@media screen and (max-width: 1439px) {
  .hero-rewards .image img {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .hero-rewards .image img {
    width: 200px;
    float: right;
  }
}

.section-1-rewards {
  position: relative;
}
.section-1-rewards .container {
  position: relative;
  z-index: 9;
}
.section-1-rewards .image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.section-1-rewards .image img {
  width: 26%;
  float: right;
}
@media screen and (max-width: 1439px) {
  .section-1-rewards .image img {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .section-1-rewards .image img {
    width: 170px;
    float: right;
  }
}

.reward-list {
  font-size: 28px;
  font-weight: 800;
  color: #a4c26b;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .reward-list {
    font-size: 24px;
  }
}
.reward-list li {
  margin-bottom: 20px;
  position: relative;
  margin-left: 25px;
  padding-left: 20px;
}
.reward-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #a4c26b;
}
@media screen and (max-width: 991px) {
  .reward-list li {
    margin-left: 35px;
  }
}

.hero-ourstory {
  position: relative;
  background-size: cover;
  overflow-x: clip;
}
.hero-ourstory .container {
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 1200px) {
  .hero-ourstory .content-text {
    padding-left: 70px;
  }
}
.hero-ourstory .image {
  position: absolute;
  padding-left: 50px;
  bottom: 0;
  left: 0;
  width: 1800px;
}
@media (max-width: 1700px) {
  .hero-ourstory .image {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero-ourstory .image {
    padding-left: 0;
    right: -70px;
    left: auto;
  }
}
.hero-ourstory .image img {
  width: 38%;
}
@media screen and (max-width: 991px) {
  .hero-ourstory .image img {
    float: right;
    width: 300px;
  }
}

.section-1-history {
  position: relative;
  z-index: 9;
}
.section-1-history .image {
  position: absolute;
  right: 0;
  top: 180px;
  width: 100%;
}
.section-1-history .image img {
  width: 33%;
  float: right;
}
@media screen and (max-width: 991px) {
  .section-1-history .image {
    display: none;
  }
}
.section-1-history .content .subtitle {
  font-size: 36px;
  font-weight: 800;
}
@media screen and (min-width: 993px) {
  .section-1-history .content-text {
    width: 700px;
  }
}
@media screen and (min-width: 1440px) {
  .section-1-history .content-text {
    width: 920px;
  }
}

.gallery-slider .gallery-item img {
  height: 625px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-careers {
  overflow-x: clip;
}
.page-careers .content-text {
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
  .page-careers .content-text {
    padding: 100px 0 50px 0;
  }
}
@media screen and (min-width: 993px) {
  .page-careers .column-image .image img {
    float: right;
    width: 80%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1400px) {
  .page-careers .column-image .image img {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .page-careers .column-image .image {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-menu {
  position: relative;
}
.hero-menu .container {
  position: relative;
}
.hero-menu .image {
  position: absolute;
  right: 0;
  top: 250px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .hero-menu .image {
    top: 290px;
  }
}
@media screen and (max-width: 991px) {
  .hero-menu .image {
    top: auto;
    bottom: -180px;
  }
}
.hero-menu .image img {
  float: right;
}
@media screen and (max-width: 1439px) {
  .hero-menu .image img {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .hero-menu .image img {
    width: 210px;
  }
}

.content-menu {
  padding: 120px 0;
  position: relative;
}
.content-menu .container {
  position: relative;
}
.content-menu .image-menu-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  top: -80px;
}
.content-menu .image-menu-1 img {
  width: 20%;
}
.content-menu .image-menu-2 {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 100%;
}
.content-menu .image-menu-2 img {
  width: 15%;
}
.content-menu .image-menu-3 {
  position: absolute;
  right: 0;
  bottom: 140px;
  width: 100%;
}
.content-menu .image-menu-3 img {
  width: 15%;
  float: right;
}
@media screen and (min-width: 993px) {
  .content-menu .menu-list {
    padding-left: 130px;
    padding-right: 280px;
  }
}
.content-menu .menu-list .item + .item {
  margin-top: 90px;
}
.content-menu .menu-list .title {
  font-size: 42px;
  color: #a4c26b;
  font-weight: bold;
}

.hero-meal-prep {
  position: relative;
  overflow-x: clip;
  background-size: cover;
}
.hero-meal-prep .container {
  position: relative;
}
.hero-meal-prep .image {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
}
.hero-meal-prep .image img {
  width: 37%;
}
@media screen and (max-width: 991px) {
  .hero-meal-prep .image img {
    width: 45%;
  }
}

.section-meal-1 {
  position: relative;
}
.section-meal-1 .image {
  position: absolute;
  right: 0;
  bottom: 190px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-meal-1 .image {
    bottom: 20px;
  }
}
.section-meal-1 .image img {
  width: 35%;
  float: right;
}
@media screen and (max-width: 991px) {
  .section-meal-1 .image img {
    width: 220px;
  }
}
.section-meal-1 .container {
  position: relative;
  z-index: 9;
}

.list-meal .item {
  margin-top: 60px;
}
.list-meal .header-meal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.list-meal .header-meal .number {
  max-width: 60px;
}
@media screen and (max-width: 991px) {
  .list-meal .header-meal .number {
    max-width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .list-meal .header-meal .title-2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .list-meal .options ul {
    width: 600px;
  }
}
.list-meal .options ul li {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .list-meal .options .extra-protein {
    width: 360px;
  }
}

.hero-catering {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.hero-catering .image {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
}
.hero-catering .image img {
  width: 41%;
}
@media screen and (max-width: 1439px) {
  .hero-catering .image img {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  .hero-catering .image img {
    width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-catering .content-text {
    width: 780px;
  }
}

.section-catering-1 {
  position: relative;
}
.section-catering-1 .container {
  z-index: 9;
  position: relative;
}
.section-catering-1 .image {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 100%;
}
.section-catering-1 .image img {
  width: 28%;
  float: right;
}
@media screen and (max-width: 991px) {
  .section-catering-1 .image img {
    width: 240px;
  }
}
.section-catering-1 .column-button {
  gap: 20px 35px;
}

.section-404 {
  padding: 100px 0 180px 0;
  overflow-x: clip;
}
.section-404 .flower-1,
.section-404 .flower-2 {
  width: 100%;
}
.section-404 .row-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 105px;
}
@media screen and (max-width: 991px) {
  .section-404 .row-404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-404 .container {
  position: relative;
  z-index: 9;
}
.section-404 .text-404 {
  font-size: 400px;
  font-weight: 600;
  color: #cbd967;
  font-family: "EB Garamond", serif;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1439px) {
  .section-404 .text-404 {
    font-size: 300px;
    line-height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .section-404 .text-404 {
    font-size: 220px;
    line-height: 220px;
  }
}
.section-404 .text-404 .image {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 45%;
}
.section-404 .title-1 {
  text-transform: capitalize;
}
/*# sourceMappingURL=style.css.map */
