.bouncy {
  -webkit-animation: bouncy 0.35s ease-in alternate infinite;
  animation: bouncy 0.35s ease-in alternate infinite
}

@-webkit-keyframes bouncy {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(10px)
  }
}

@keyframes bouncy {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(10px)
  }
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0
}

.mfp-wrap {
  position: fixed !important;
  top: 0 !important
}

.mfp-container {
  padding: 0
}

@-webkit-keyframes preloader-pulse {
  from {
    height: 100%;
    opacity: .9;
    visibility: visible;
    width: 100%
  }

  to {
    height: 150%;
    opacity: 0;
    width: 150%
  }
}

@keyframes preloader-pulse {
  from {
    height: 100%;
    opacity: .9;
    visibility: visible;
    width: 100%
  }

  to {
    height: 150%;
    opacity: 0;
    width: 150%
  }
}

html {
  font-size: 62.5%;
  overflow-x: hidden !important;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased
}

@media screen and (min-width: 2000px) {
  html {
    font-size: 75%
  }
}

@media screen and (max-width: 650px) {
  html {
    font-size: 50%
  }
}

body {
  overflow-x: hidden
}

*,
*:before,
*:after {
  box-sizing: inherit
}

body {
  box-sizing: border-box;
  margin: 0
}

::-moz-selection {
  background: #F84A41;
  color: #fff
}

::selection {
  background: #F84A41;
  color: #fff
}

::-moz-selection {
  background: #F84A41;
  color: #fff
}

::-webkit-selection {
  background: #F84A41;
  color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}

body,
.paragraph {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  color: #333
}

.paragraph-small {
  font-size: 1.4rem
}

.paragraph-museo-slab {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: normal
}

.header-eyebrow,
.header-quaternary {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #C2B59B;
  letter-spacing: .2px;
  line-height: 1.2;
  margin-bottom: 2rem
}

.header-eyebrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.header-eyebrow::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 5.5rem;
  background-color: #C2B59B;
  margin-left: 1rem;
  opacity: .8
}

.header-eyebrow--center {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.header-eyebrow--center::before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 5.5rem;
  background-color: #C2B59B;
  margin-right: 1rem;
  opacity: .8
}

.header-eyebrow--white {
  color: #fff
}

.header-eyebrow--white::before,
.header-eyebrow--white::after {
  background-color: #fff
}

.header-primary {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4.8rem;
  color: #fff;
  text-align: center;
  line-height: 1
}

.header-primary-big {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  color: #fff;
  font-size: 14rem
}

.header-primary-interior {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 6rem;
  color: #fff;
  line-height: 1.2
}

.header-secondary {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4rem;
  margin-bottom: 4rem;
  line-height: 1.5
}

.header-tertiary {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  line-height: 1.5
}

.u-img-fluid {
  width: 100%;
  height: auto
}

.u-text-green {
  color: #069467 !important
}

.u-text-red {
  color: #F84A41 !important
}

.u-text-grey {
  color: #333 !important
}

.u-text-lit-grey {
  color: #9B9B9B !important
}

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

.u-bg-red {
  background-color: #F84A41 !important
}

.u-mb-xlarge {
  margin-bottom: 5rem !important
}

.u-mb-large {
  margin-bottom: 4rem !important
}

.u-mb-medium {
  margin-bottom: 3rem !important
}

.u-mb-small {
  margin-bottom: 2rem !important
}

.u-mb-xsmall {
  margin-bottom: 1rem !important
}

.u-mt-xlarge {
  margin-top: 5rem !important
}

.u-mt-large {
  margin-top: 4rem !important
}

.u-mt-medium {
  margin-top: 3rem !important
}

.u-mt-small {
  margin-top: 2rem !important
}

.u-mt-xsmall {
  margin-top: 1rem !important
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto
}

.u-m-none {
  margin: 0 !important
}

.u-text-center {
  text-align: center !important
}

.u-text-left {
  text-align: left !important
}

.u-text-right {
  text-align: right !important
}

.u-text-italic {
  font-style: italic
}

.u-text-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal
}

.u-text-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal
}

.u-text-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal
}

.u-list {
  margin: 0
}

.u-list-item:not(:last-child) {
  padding-bottom: 1.2rem
}

.u-anime {
  transform: translateY(-120px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s
}

.on-load .u-anime-delay {
  transition-delay: .6s
}

.on-load .u-anime {
  opacity: 1;
  transform: translateY(0);
  transition: .6s
}

.accordion__item:not(:last-child) {
  border-bottom: 1px solid #E8E3D9;
  margin-bottom: 3rem;
  padding-bottom: 3rem
}

.accordion__button {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  transition: ease all .3s
}

.accordion__button--title {
  display: inline-block;
  width: calc(100% - 3.5rem)
}

.accordion__button--arrow {
  position: relative;
  color: #F84A41;
  background-color: #fff;
  font-size: 1.3rem;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: solid #F84A41 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  transition: ease all .2s
}

.accordion__button--arrow i {
  font-weight: 900;
  z-index: 1
}

.accordion__button--arrow::after {
  content: '';
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #f61b10;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5) translate3d(0, 0, 0);
  transition: all 0.45s cubic-bezier(0.6, 0.01, 0, 1.38) 0s
}

.accordion__button:hover .accordion__button--arrow,
.accordion__button:focus .accordion__button--arrow {
  color: #fff;
  border: 1px solid #f61b10
}

.accordion__button:hover .accordion__button--arrow::after,
.accordion__button:focus .accordion__button--arrow::after {
  opacity: 1;
  transform: scale(1.1) translate3d(0, 0, 0)
}

.accordion__content {
  height: 0;
  overflow: hidden
}

.is-active .accordion__content {
  padding-top: 2rem
}

.accordion__item.is-active .accordion__button--arrow {
  color: #fff;
  border: 1px solid #f61b10
}

.accordion__item.is-active .accordion__button--arrow i {
  transform: rotate(-180deg)
}

.accordion__item.is-active .accordion__button--arrow::after {
  opacity: 1;
  transform: scale(1.1) translate3d(0, 0, 0)
}

.bulleted-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0
}

.bulleted-list__item {
  position: relative;
  margin-right: 1rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  border-bottom: 1px solid #E8E3D9
}

.bulleted-list__item::before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/16630/image/2025/7/9XE6H_angle/angle.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: 1.3rem;
  left: 0rem
}

.bulleted-list__item--double-column {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

@media screen and (min-width: 768px) {
  .bulleted-list__item--double-column {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
  }
}

button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0
}

a,
.btn,
.link {
  text-decoration: none;
  display: inline-block
}

.btn {
  position: relative;
  font-family: museo-slab, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  text-align: center;
  width: 30rem;
  max-width: 100%;
  padding: 2rem 1rem;
  border-radius: 3.5rem;
  overflow: hidden;
  z-index: 1;
  transition: all 0.25s ease-in-out
}

.btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #f61b10;
  height: 0;
  border-radius: 50% 50% 0 0/75% 75% 0 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: height 0.3s ease-in-out
}

.btn:hover::before,
.btn:focus::before {
  height: 300%;
  transition: height 0.3s ease-in-out
}

.btn-red {
  color: #fff;
  background-color: #F84A41
}

.btn-red:hover,
.btn-red:focus {
  color: #fff
}

.btn-red:hover::before,
.btn-red:focus::before {
  background-color: #f61b10
}

.btn-red-ghost {
  color: #F84A41;
  border: 2px solid #F84A41
}

.btn-red-ghost::before {
  background-color: #f61b10
}

.btn-white-ghost {
  color: #fff;
  border: 2px solid #fff
}

.btn-white-ghost::before {
  background-color: #f61b10
}

.btn-red-ghost:hover,
.btn-red-ghost:focus,
.btn-white-ghost:hover,
.btn-white-ghost:focus {
  color: #fff;
  border-color: #f61b10
}

.btn-red-ghost:hover::before,
.btn-red-ghost:focus::before,
.btn-white-ghost:hover::before,
.btn-white-ghost:focus::before {
  background-color: #f61b10
}

.link-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 18rem;
  max-width: 100%;
  font-family: museo-slab, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  transition: ease all .25s
}

.link-btn-red {
  color: #F84A41
}

.link-btn-red:hover,
.link-btn-red:focus {
  color: #f61b10
}

.link-btn__arrow {
  position: relative;
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  left: 0;
  transition: ease left .2s
}

.link-btn:hover .link-btn__arrow,
.link-btn:focus .link-btn__arrow {
  left: .6rem
}

.u-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
  color: #F84A41;
  transition: ease all .2s
}

.u-link:hover,
.u-link:focus {
  text-decoration: none;
  color: #f61b10
}

.u-link--white {
  color: #fff
}

.u-link--white:hover,
.u-link--white:focus {
  color: #fff
}

video {
  display: inline-block;
  vertical-align: baseline
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 3.4rem
}

.icon-card {
  display: block;
  position: relative;
  width: 90%;
  margin: 2rem 1rem;
  padding: 0 1rem
}

.icon-card__icon-wrapper {
  width: 4rem;
  line-height: 1
}

@media screen and (min-width: 768px) {
  .icon-card {
    width: 46%
  }
}

@media screen and (min-width: 992px) {
  .icon-card {
    width: 31%
  }
}

.info-card {
  position: relative;
  background-color: #F3F0EB;
  padding: 6rem 4rem;
  padding-top: 8rem;
  margin-top: 8rem;
  margin-left: 3rem
}

.info-card::after {
  content: '';
  display: block;
  position: absolute;
  width: 80%;
  height: 1.5rem;
  background-color: #069467;
  left: 0;
  bottom: -.7rem
}

.info-card__img-wrapper {
  position: absolute;
  top: -3rem;
  left: -3rem;
  width: 9rem
}

@media screen and (min-width: 768px) {
  .info-card {
    width: 40%;
    margin-left: 6rem
  }
}

.number-tally {
  display: block;
  position: relative;
  width: 90%;
  padding: 0 2rem;
  padding-top: 5rem
}

.number-tally::before {
  content: '';
  position: absolute;
  display: block;
  width: 10rem;
  height: 11rem;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/16630/image/2025/7/KJOKS_slice/slice.svg");
  background-repeat: no-repeat;
  top: 3rem;
  left: -1rem;
  z-index: -1
}

.number-tally__content {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  color: #333
}

.number-tally__descriptor,
.number-tally__number {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #069467
}

.number-tally__number {
  font-size: 11rem
}

.number-tally__descriptor {
  font-size: 7rem
}

@media screen and (min-width: 768px) {
  .number-tally {
    width: 48%
  }
}

@media screen and (min-width: 992px) {
  .number-tally {
    width: 30%
  }
}

.tab-slider {
  position: relative;
  background-color: #F3F0EB;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/16630/image/2025/7/NT7OI_wood-grain-o-38Uf3LV5/wood-grain-o-38Uf3LV5.png");
  border-radius: 0 0 0 4rem;
  padding: 10rem 5rem;
  width: 98% !important;
  margin-left: auto;
  margin-top: -10rem;
  z-index: 0
}

.tab-slider__tab-container {
  z-index: 9 !important
}

.tab-slider__tab {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15rem;
  color: #333;
  opacity: .6;
  line-height: 1;
  transition: ease all .3s
}

.tab-slider__tab:hover,
.tab-slider__tab:focus {
  color: #069467
}

.tab-slider__nav {
  position: relative;
  left: 8%;
  bottom: 6rem
}

.tab-slider__nav-button {
  position: relative;
  margin: 0 1rem;
  transition: ease all .2s
}

.tab-slider__nav-button--prev {
  right: 0
}

.tab-slider__nav-button--prev:hover,
.tab-slider__nav-button--prev:focus {
  right: .6rem
}

.tab-slider__nav-button--next {
  left: 0
}

.tab-slider__nav-button--next:hover,
.tab-slider__nav-button--next:focus {
  left: .6rem
}

@media screen and (min-width: 992px) {
  .tab-slider__tab {
    font-size: 25rem
  }
}

@media screen and (min-width: 768px) {
  .tab-slider {
    width: 75% !important;
    padding: 15rem 10rem
  }

  .tab-slider__tab-container {
    padding-right: 3rem
  }

  .tab-slider__tab {
    font-size: 20rem
  }

  .tab-slider__nav {
    left: 35%;
    bottom: 9rem
  }
}

.owl-carousel.tab-slider__tab-container .owl-item.current .tab-slider__tab {
  color: #069467;
  opacity: 1
}

.owl-dots {
  display: none
}

.testimonial-slider__item {
  position: relative;
  min-height: 30rem;
  width: 85%;
  background-color: #F3F0EB;
  padding: 4rem;
  margin: 0 auto;
  margin-top: 8rem;
  margin-bottom: 1rem;
  transition: ease all .5s
}

.testimonial-slider__item::after {
  content: '';
  display: block;
  position: absolute;
  width: 80%;
  height: 1.5rem;
  background-color: #069467;
  left: 0;
  bottom: -.7rem
}

.testimonial-slider__img-wrapper {
  position: absolute;
  top: -3rem;
  left: -3rem;
  width: 9rem
}

.testimonial-slider__cite {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: .2px;
  margin-top: 2rem;
  display: block
}

.testimonial-slider__title {
  display: block;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: italic;
  color: #9B9B9B
}

.testimonial-slider__quote {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.5
}

.testimonial-slider__popup {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 6rem
}

.testimonial-slider__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem
}

.testimonial-slider__nav-button {
  position: relative;
  margin: 0 2rem;
  transition: ease all .2s
}

.testimonial-slider__nav-button--prev {
  right: 0
}

.testimonial-slider__nav-button--next {
  left: 0
}

@media screen and (min-width: 768px) {
  .testimonial-slider__item {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto
  }
}

.owl-item.active.center .testimonial-slider__item {
  transform: translateY(-5rem)
}

.centered-info__img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover
}

@media screen and (min-width: 768px) {
  .centered-info__img--sm {
    border-radius: 0 0 0 4rem;
    height: 40rem;
    width: 15%;
    right: 0
  }

  .centered-info__img--md {
    width: 29%;
    height: 55rem;
    left: 0;
    border-radius: 0 0 4rem 0
  }

  .centered-info__img--lg {
    width: 45%;
    height: 43rem;
    border-radius: 4rem 0 0 0;
    right: 20%;
    bottom: -10rem
  }
}

@media screen and (min-width: 992px) {
  .centered-info__img--sm {
    top: 8rem
  }

  .centered-info__img--md {
    width: 25%
  }

  .centered-info__img--lg {
    bottom: -20rem
  }

  .centered-info__img--lg::after {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 1.5rem;
    background-color: #069467;
    right: 0;
    bottom: -.7rem
  }
}

@media screen and (max-width: 767px) {
  .centered-info__img {
    display: none
  }
}

.food-accent {
  position: absolute;
  opacity: .8
}

.food-accent__mushrooms {
  width: 9.7rem;
  right: 6%;
  z-index: -1
}

.food-accent__leaf {
  width: 13rem
}

.food-accent__leaf--img-overlay {
  left: 4rem;
  bottom: 8rem
}

.food-accent__leaf--section-overlay {
  right: 6%;
  top: 4rem
}

.food-accent__cutter-tomato {
  width: 18.9rem
}

.food-accent__cutter-tomato--banner-overlay {
  bottom: -5rem;
  left: -6rem
}

.food-accent__cutter-tomato--recipe-overlay {
  top: -6rem;
  left: -2rem
}

.food-accent__cheese-group {
  width: 25rem
}

.food-accent__cheese-group--tab-overlay {
  left: -9rem;
  bottom: 1rem
}

.food-accent__cheese-group--intro-overlay {
  right: 15rem;
  bottom: 13rem
}

.food-accent__garlic-leaf-sm {
  right: 6%;
  width: 6.5rem
}

.food-accent__tomato-garlic {
  width: 12rem;
  bottom: 11rem;
  left: 4rem
}

.food-accent__olive {
  width: 12rem
}

.food-accent__olive--banner-overlay {
  bottom: -7rem;
  left: -6rem
}

.food-accent__garlic-leaf {
  width: 14rem;
  right: -1rem;
  bottom: -15rem
}

.food-accent__pizza-slice {
  width: 20rem
}

.food-accent__pizza-slice--hero-overlay {
  bottom: -7rem;
  left: -10rem
}

@media screen and (max-width: 767px) {
  .food-accent__mushrooms {
    z-index: 1;
    bottom: 55rem
  }

  .food-accent__leaf--img-overlay {
    left: -3rem;
    bottom: 4rem
  }

  .food-accent__leaf--section-overlay {
    display: none
  }

  .food-accent__garlic-leaf-sm {
    bottom: -9rem;
    z-index: 1
  }

  .food-accent__cheese-group,
  .food-accent__tomato-garlic,
  .food-accent__pizza-slice {
    display: none
  }

  .food-accent__cutter-tomato--recipe-overlay {
    display: none
  }

  .food-accent__garlic-leaf {
    bottom: -9rem
  }
}

.hero {
  position: relative;
  padding-top: 7rem;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 1
}

.hero-lg {
  height: 100vh;
  max-height: 80rem;
  min-height: 60rem
}

.hero-lg__content {
  position: relative;
  top: 33%;
  text-align: center;
  padding: 0 3rem
}

.hero-lg__arrow-wrapper {
  margin-top: 2rem
}

.hero-md {
  height: 80vh;
  max-height: 70rem;
  min-height: 50rem
}

.hero-md__content {
  width: 100%;
  position: relative;
  top: 45%;
  padding: 0 3rem
}

.hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4)
}

@media screen and (min-width: 768px) {
  .hero {
    padding-top: 9.2rem
  }

  .hero-md__content {
    width: 65%;
    padding: 0 5rem
  }
}

.img-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4rem 0 0 0;
  height: 45rem;
  width: 90%;
  margin-left: auto
}

.img-banner::after {
  content: '';
  display: block;
  position: absolute;
  width: 80%;
  height: 1.5rem;
  background-color: #069467;
  right: 0;
  bottom: -.7rem
}

.img-banner__recipe {
  margin-top: -10rem
}

.img-info__content {
  width: 100%
}

.img-info__img {
  position: relative;
  width: 100%;
  border-radius: 0 0 4rem 0;
  height: 55rem;
  background-size: cover;
  background-repeat: no-repeat
}

.img-info__img--sm {
  height: 43rem;
  border-radius: 0 4rem 0 0
}

.img-info__img--sm::before {
  content: '';
  display: block;
  position: absolute;
  width: 80%;
  height: 1.5rem;
  background-color: #069467;
  left: 0;
  top: -.7rem
}

@media screen and (min-width: 992px) {
  .img-info__content {
    width: 60%;
    padding: 0 8rem
  }

  .img-info__img {
    width: 40%
  }
}

@media screen and (max-width: 991px) {
  .img-info__img {
    margin-top: 8rem
  }
}

.recipe__inner-wrapper {
  margin-bottom: 5rem
}

.recipe__content {
  margin-bottom: 5rem
}

.recipe__content:not(:last-child) {
  padding-bottom: 5rem;
  border-bottom: solid #C2B59B 1px
}

.recipe__icon-wrapper {
  width: 4rem
}

.recipe__rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem
}

.recipe__rating:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: solid #C2B59B 1px
}

.recipe__header,
.recipe__star-list {
  width: 100%
}

.recipe__star-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.recipe__star {
  display: inline-block
}

.recipe__star:not(:last-child) {
  margin-right: 2rem
}

@media screen and (min-width: 651px) {
  .recipe__rating {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .recipe__header {
    width: calc(100% - 24rem)
  }

  .recipe__star-list {
    width: 24rem
  }
}

@media screen and (max-width: 650px) {
  .recipe__star-list {
    margin-top: 1rem
  }
}

.row__img-info,
.row__info-cards,
.row__number-tally,
.row__icon-card {
  display: -ms-flexbox;
  display: flex
}

.row__img-info {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center
}

.row__img-info:not(:last-child) {
  margin-bottom: 10rem
}

.row__info-cards {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.row__number-tally {
  margin-top: 5rem
}

.row__number-tally,
.row__icon-card {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width: 992px) {
  .row__number-tally {
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .row__img-info {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .row__img-info--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0;
  padding-right: 0
}

.section {
  position: relative;
  padding: 0rem 10rem;
  padding-top: 10rem
}

.section__overview-intro,
.section__overview-cards {
  padding-bottom: 10rem
}

.section__overview-pizza {
  padding-left: 10rem;
  padding-right: 0
}

.section__testimonial-slider {
  padding-top: 10rem
}

@media screen and (min-width: 1440px) {
  .section {
    padding: 0rem 10rem
  }

  .section__overview-pizza {
    padding-left: 10rem;
    padding-right: 0
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .section {
    padding: 0rem 8rem
  }

  .section__overview-pizza {
    padding-left: 8rem;
    padding-right: 0
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding: 0rem 6rem
  }

  .section__overview-pizza {
    padding-left: 6rem;
    padding-right: 0
  }
}

@media screen and (min-width: 768px) {
  .section {
    padding-top: 10rem
  }

  .section__overview-intro,
  .section__overview-cards {
    padding-bottom: 10rem
  }

  .section__working-intro {
    padding-bottom: 45rem;
    margin-bottom: 32rem
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 0rem 3rem;
    padding-top: 8rem
  }

  .section__overview-intro,
  .section__overview-cards {
    padding-bottom: 8rem
  }

  .section__overview-pizza {
    padding-left: 3rem;
    padding-right: 0
  }

  .section__testimonial-slider {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.section__recipe {
  margin-top: 15rem;
  padding-bottom: 20rem;
  background-color: #F3F0EB;
  width: 95%
}

.section__recipe::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #E8E3D9;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/16630/image/2025/7/NT7OI_wood-grain-o-38Uf3LV5/wood-grain-o-38Uf3LV5.png");
  width: 6%;
  height: 92%;
  right: -6%;
  bottom: 0
}

.footer {
  position: relative;
  margin-top: 17rem
}

.footer::before {
  content: '';
  position: absolute;
  top: -5rem;
  display: block;
  height: 5rem;
  width: 100%;
  background-color: #E8E3D9;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/16630/image/2025/7/97KSR_wood-grainXmy4yn/wood-grainXmy4yn.png");
  background-repeat: repeat-x;
  z-index: -1
}

.footer__talent-community {
  background-color: #F84A41;
  padding: 6rem 3rem;
  width: 100%;
  position: relative
}

.footer__footer {
  background-color: #F3F0EB;
  padding: 6rem 3rem
}

.footer__logo-wrapper {
  display: inline-block;
  width: 23rem
}

.footer__wrapper,
.footer__container {
  display: -ms-flexbox;
  display: flex
}

.footer__container {
  border-bottom: solid 1px #C2B59B;
  padding-bottom: 4rem;
  margin-bottom: 4rem
}

.footer__link {
  color: #9B9B9B
}

.footer__link:hover,
.footer__link:focus {
  color: #F84A41
}

@media screen and (min-width: 992px) {
  .footer__talent-community {
    border-radius: 0 0 0 4rem;
    width: 75%;
    position: absolute;
    right: 0;
    top: -17rem
  }
}

@media screen and (min-width: 768px) {
  .footer__footer {
    padding: 10rem 6rem;
    padding-top: 13rem
  }

  .footer__talent-community {
    padding: 7rem 6rem
  }

  .footer__wrapper {
    margin-right: auto;
    width: 85%
  }

  .footer__contact {
    width: calc(100% - 28rem);
    margin-left: auto
  }
}

@media screen and (max-width: 767px) {

  .footer__wrapper,
  .footer__container {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer__logo-wrapper {
    margin-bottom: 2rem
  }

  .footer__contact {
    margin-bottom: 3rem
  }
}

.c-talent-community {
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width: 768px) {
  .c-talent-community {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
  }

  .c-talent-community__content {
    width: 48%
  }
}

@media screen and (max-width: 767px) {
  .c-talent-community {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .c-talent-community__content {
    margin-bottom: 3rem
  }
}

#talent-community {
  background: #efefef;
  padding: 2rem 3rem;
  max-width: 55rem;
  margin: 4rem auto;
  position: relative
}

.social-media__list {
  list-style: none;
  margin: 0;
  padding: 0
}

.social-media__item,
.social-media__link {
  display: inline-block
}

.social-media__item:not(:last-child) {
  margin-right: 1.5rem
}

.social-media__link {
  border: solid #F84A41 1px;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
  color: #F84A41;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .25s ease
}

.social-media__link:hover,
.social-media__link:focus {
  color: #fff;
  background-color: #F84A41
}

#svg-- {
  display: none
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 999;
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1)
}

.nav {
  padding: 1rem 0;
  min-height: 6rem;
  box-shadow: 0.2rem 0.8rem 1.1rem 0rem rgba(0, 0, 0, 0.1)
}

.nav__branding {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.nav__logo-wrapper {
  display: inline-block;
  width: 23rem;
  max-width: 100%;
  line-height: 1
}

.nav__brger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F84A41;
  height: 9rem;
  width: 9rem;
  border-radius: 0 0 0 1rem;
  z-index: 999;
  transition: ease all .3s
}

.nav__brger:hover {
  background-color: #f61b10
}

.nav__brger-bar {
  display: block;
  max-width: 100%;
  width: 4.6rem;
  background-color: #fff;
  height: .5rem;
  border-radius: 1rem;
  transition: .3s
}

.nav__brger-bar:not(:first-child) {
  margin-top: .9rem
}

.nav__list,
.nav__drpdwn-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.nav__item,
.nav__link,
.nav__drpdwn-link {
  display: block
}

.nav__link,
.nav__drpdwn-link {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: normal;
  color: #F84A41;
  opacity: .7;
  transition: ease all .25s
}

.nav__link:hover,
.nav__link:focus,
.nav__drpdwn-link:hover,
.nav__drpdwn-link:focus {
  opacity: 1;
  color: #f61b10
}

.nav__link {
  font-size: 2.8rem;
  padding: 1.8rem 0
}

.nav__drpdwn-link {
  font-size: 2rem
}

.nav__drpdwn-item:not(:first-child) {
  margin-top: .9rem
}

@media screen and (min-width: 768px) {
  .nav {
    padding: 0;
    padding-left: 2rem;
    min-height: 8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }

  .nav__branding {
    width: 17%
  }

  .nav__brger {
    display: none
  }

  .nav__wrapper {
    width: 80%;
    max-width: 100rem;
    margin-left: auto
  }

  .nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .nav__item {
    display: inline-block
  }

  .nav__link {
    font-size: 1.6rem;
    padding: 3rem 3rem
  }

  .nav__link--btn {
    padding: 3rem 5rem;
    opacity: 1;
    background-color: #F84A41;
    color: #fff;
    border-radius: 0 0 0 4rem
  }

  .nav__link--btn:hover,
  .nav__link--btn:focus {
    background-color: #f61b10;
    color: #fff
  }

  .nav__drpdwn-list {
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    width: 100%;
    padding: 2.5rem;
    background-color: #F3F0EB;
    left: 0;
    top: 6rem;
    text-align: center;
    box-shadow: 0.2rem 0.8rem 1.1rem 0rem rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1)
  }

  .nav__drpdwn-item {
    display: inline-block;
    width: 24%
  }

  .nav__drpdwn-link {
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    color: #F84A41;
    opacity: .7;
    transition: ease all .25s
  }

  .nav__drpdwn-link:hover,
  .nav__drpdwn-link:focus {
    opacity: 1;
    color: #f61b10
  }
}

@media screen and (max-width: 767px) {
  .nav__logo-wrapper {
    width: 18rem;
    padding-left: 2rem
  }

  .nav__list {
    overflow-y: auto;
    height: 100vh;
    display: none;
    padding: 25vh 3rem
  }
}

.nav__link.active {
  opacity: 1
}

.nav__link--btn.active {
  background-color: #f61b10;
  color: #fff
}

.nav__brger.active .nav__brger-bar--1 {
  transform: translateY(11px) rotate(45deg)
}

.nav__brger.active .nav__brger-bar--2 {
  opacity: 0
}

.nav__brger.active .nav__brger-bar--3 {
  transform: translateY(-16px) rotate(-45deg)
}

@media screen and (min-width: 768px) {
  .nav__item-dropdown:hover .nav__drpdwn-list {
    visibility: visible;
    opacity: 1;
    top: 9.2rem
  }
}