.page-template-page-home {
  background-color: #F5F2EE;
}
.page-template-page-home .header {
  position: relative;
}

.hero {
  height: 590px;
  background-color: #FFFFFF;
}
.hero .hero-banner {
  height: 700px;
  margin-top: 20px;
  padding: 0 66px 80px 66px;
  background-color: #576303;
  border-radius: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  position: relative;
}
.hero .banner-content-wrapper {
  padding-top: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .banner-content-wrapper .title-wrapper .award-title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.18px;
  margin-bottom: 16px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
}
.hero .banner-content-wrapper .title-wrapper .award-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 21px;
  display: block;
  background: url("../icons/award-left.svg");
  background-size: 100% 100%;
}
.hero .banner-content-wrapper .title-wrapper .award-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 21px;
  display: block;
  background: url("../icons/award-right.svg");
  background-size: 100% 100%;
}
.hero .banner-content-wrapper .title-wrapper .banner-title {
  color: #FFFFFF;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}
.hero .banner-content-wrapper .title-wrapper .banner-subtitle {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.18px;
  opacity: 0.5;
}
.hero .banner-content-wrapper .cat-title {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.14px;
  margin-bottom: 16px;
  opacity: 0.5;
}
.hero .banner-content-wrapper .cat-list {
  display: flex;
  gap: 28px;
}
.hero .banner-content-wrapper .cat-link i svg path {
  transition: all 0.3s ease;
}
.hero .banner-content-wrapper .cat-link:hover i svg path {
  fill: #FFFFFF;
}
.hero .banner-image-wrapper {
  position: absolute;
  right: 0;
  top: 48px;
}
.hero .banner-image-wrapper img {
  width: 650px;
  height: auto;
}

.offer {
  padding: 415px 0 160px 0;
  background-color: #F7F7F7;
}
.offer .offer-title {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 32px;
}
.offer .offer-description {
  color: #576303;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  opacity: 0.7;
  max-width: 850px;
}
.offer .fields-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 32px;
  overflow: hidden;
  background-color: #FFFFFF;
  height: 500px;
  margin-bottom: 160px;
}
.offer .fields-content {
  padding: 67px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offer .fields-content video {
  display: none;
}
.offer .fields-image {
  max-width: 720px;
  height: 100%;
}
.offer .fields-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer .fields-title {
  color: #576303;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  opacity: 0.4;
}
.offer .fields-list {
  font-size: 36.674px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -1.467px;
}
.offer .fields-subtitle {
  color: #576303;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1440px) {
  .hero {
    height: 460px;
  }
  .hero .hero-banner {
    height: 600px;
    padding: 0 40px 50px 40px;
    margin-top: 0;
  }
  .hero .banner-content-wrapper {
    padding-top: 180px;
  }
  .hero .banner-content-wrapper .title-wrapper .banner-title {
    font-size: 46px;
    max-width: 550px;
    margin-bottom: 25px;
  }
  .hero .banner-content-wrapper .title-wrapper .banner-subtitle {
    font-size: 16px;
  }
  .hero .banner-content-wrapper .cat-list {
    gap: 24px;
  }
  .hero .banner-content-wrapper .cat-link svg {
    height: 24px;
    width: auto;
  }
  .hero .banner-image-wrapper img {
    width: 540px;
    height: auto;
  }
  .offer {
    padding: 395px 0 120px 0;
  }
  .offer .offer-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
  }
  .offer .offer-description {
    font-size: 18px;
    line-height: 28px;
  }
  .offer .fields-wrapper {
    height: 500px;
    margin-bottom: 120px;
  }
  .offer .fields-content {
    padding: 50px;
    justify-content: center;
  }
  .offer .fields-title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .offer .fields-list {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1.28px;
    margin-bottom: 24px;
  }
  .offer .fields-subtitle {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .hero {
    height: 643px;
    background-color: #576303;
  }
  .hero .hero-banner {
    height: 100%;
    padding: 68px 0 50px 0;
  }
  .hero .banner-content-wrapper {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hero .banner-content-wrapper .title-wrapper .banner-title {
    font-size: 42px;
    max-width: 500px;
  }
  .hero .banner-content-wrapper .title-wrapper .banner-subtitle {
    line-height: 26px;
    max-width: 300px;
    margin-bottom: 0;
  }
  .hero .banner-content-wrapper .cat-list {
    gap: 20px;
  }
  .hero .banner-content-wrapper .cat-link svg {
    height: 20px;
  }
  .hero .banner-image-wrapper {
    top: 28px;
  }
  .hero .banner-image-wrapper img {
    width: 450px;
  }
  .offer {
    padding: 120px 0;
  }
  .offer .offer-title {
    text-align: center;
  }
  .offer .offer-description {
    text-align: center;
    font-size: 16px;
    max-width: 620px;
    margin: 0 auto 0 auto;
  }
  .offer .fields-wrapper {
    height: 425px;
    border-radius: 24px;
  }
  .offer .fields-list {
    font-size: 26px;
    line-height: 44px;
  }
  .offer .fields-subtitle {
    font-size: 16px;
  }
  .offer .fields-content .button {
    padding: 13px 34px;
    line-height: 24px;
    font-size: 16px;
  }
  .offer .fields-title {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 992px) {
  .hero {
    border-radius: 0 0 60px 60px;
    height: 825px;
    position: relative;
  }
  .hero:after {
    content: "";
    width: 100%;
    height: 60px;
    background-color: #F7F7F7;
    position: absolute;
    bottom: -1px;
    z-index: -1;
  }
  .hero .hero-banner {
    grid-template-columns: 1fr;
    height: 100%;
    padding-top: 63px;
  }
  .hero .banner-content-wrapper {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .hero .banner-content-wrapper .title-wrapper .award-title {
    margin: 0 auto 24px auto;
  }
  .hero .banner-content-wrapper .title-wrapper .banner-title {
    text-align: center;
    font-size: 52px;
    max-width: 700px;
    margin-bottom: 24px;
  }
  .hero .banner-content-wrapper .title-wrapper .banner-subtitle {
    max-width: 100%;
    text-align: center;
  }
  .hero .banner-content-wrapper .cat-wrapper {
    display: none;
  }
  .hero .banner-image-wrapper {
    left: 50%;
    transform: translateX(-50%);
    top: 320px;
    width: 500px;
  }
  .hero .banner-image-wrapper img {
    width: 100%;
  }
  .offer {
    padding: 270px 0 80px 0;
  }
  .offer .offer-title {
    margin-bottom: 24px;
  }
  .offer .offer-description {
    font-size: 15px;
    line-height: 25px;
    max-width: 480px;
  }
  .offer .fields-wrapper {
    display: block;
    height: auto;
    margin-bottom: 100px;
  }
  .offer .fields-content {
    padding: 40px;
    text-align: center;
  }
  .offer .fields-content .button-primary {
    margin: 0 auto;
  }
  .offer .fields-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .offer .fields-list {
    font-size: 36px;
    line-height: 56px;
    max-width: 580px;
    margin: 0 auto 40px auto;
  }
  .offer .fields-image {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .hero:after {
    background-color: #F5F2EE;
  }
  .hero .banner-content-wrapper .title-wrapper .banner-title {
    font-size: 40px;
    line-height: 50px;
  }
  .offer {
    background-color: #F5F2EE;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    height: 670px;
  }
  .hero .hero-banner {
    padding-top: 45px;
  }
  .hero .banner-content-wrapper .title-wrapper .banner-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .hero .banner-content-wrapper .title-wrapper .award-title {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px;
    padding: 0 20px;
  }
  .hero .banner-content-wrapper .title-wrapper .award-title:before, .hero .banner-content-wrapper .title-wrapper .award-title:after {
    height: 22px;
  }
  .hero .banner-image-wrapper {
    width: 330px;
    top: 245px;
    z-index: 1;
  }
  .offer {
    padding: 195px 0 80px 0;
    position: relative;
  }
  .offer:before {
    content: url("../icons/arrows-down.svg");
    position: absolute;
    top: 82px;
    left: 50%;
    transform: translateX(-50%);
  }
  .offer .offer-title {
    font-size: 24px;
    line-height: 36px;
    text-wrap: balance;
    max-width: 330px;
    margin: 0 auto 16px auto;
  }
  .offer .offer-description {
    font-size: 15px;
    line-height: 25px;
  }
  .offer .fields-wrapper {
    margin-bottom: 80px;
  }
  .offer .fields-content {
    height: 334px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .offer .fields-content video {
    display: block;
    position: absolute;
    top: 35px;
  }
  .offer .fields-content .button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 195px;
  }
  .offer .fields-list {
    display: none;
  }
  .offer .fields-title {
    position: absolute;
    top: 40px;
    text-align: center;
    width: 100%;
    z-index: 2;
  }
  .offer .fields-subtitle {
    position: absolute;
    bottom: 117px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 231px;
    line-height: 20px;
  }
  section.recipes .recipes-wrapper .button {
    display: none;
  }
  section.recipes .recipes-list {
    margin-bottom: 0;
  }
}