@font-face {
  font-family: "Bosch Sans";
  src: url(../fonts/BoschSans-Bold.ttf) format("truetype"), url(../fonts/BoschSans-BoldItalic.ttf) format("truetype"), url(../fonts/BoschSans-Bold.woff) format("woff"), url(../fonts/BoschSans-BoldItalic.woff) format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Bosch Sans";
  src: url(../fonts/BoschSans-Regular.ttf) format("truetype"), url(../fonts/BoschSans-RegularItalic.ttf) format("truetype"), url(../fonts/BoschSans-Regular.woff) format("woff"), url(../fonts/BoschSans-RegularItalic.woff) format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Bosch Sans";
  src: url(../fonts/BoschSans-Light.otf) format("opentype"), url(../fonts/BoschSans-LightItalic.otf) format("opentype"), url(../fonts/BoschSans-Light.woff) format("woff"), url(../fonts/BoschSans-LightItalic.woff) format("woff");
  font-weight: 200;
}

@font-face {
  font-family: "Bosch Sans";
  src: url(../fonts/BoschSans-Black.ttf) format("truetype"), url(../fonts/BoschSans-BlackItalic.ttf) format("truetype"), url(../fonts/BoschSans-Black.woff) format("woff"), url(../fonts/BoschSans-BlackItalic.woff) format("woff");
  font-weight: 900;
}

body {
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

.dclp_container_ep {
  width: 1360px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.dclp_container_ep img {
  width: 100%;
}

.dclp_container_ep * {
  font-family: "Bosch Sans";
  font-weight: 400;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dclp_container_ep section {
  padding: 30px;
}

.dclp_header_baner {
  padding: 0 !important;
}

.dclp_recipes_section {
  padding: 30px 70px;
}

.dclp_logo_bar {
  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;
}

.dclp_logo_bar__logo img {
  width: auto;
  height: auto;
}

.dclp_logo_bar__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.dclp_logo_bar__tagline {
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}

.dclp_video_section__wrapper {
  width: 100%;
}

.dclp_video_section__embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.dclp_video_section__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dclp_video_section__desc {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.dclp_section__title {
  font-size: 36px;
  font-weight: 700;
  color: #008ecf;
  margin: 0 0 8px;
  text-align: center;
}

.dclp_section__subtitle {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}

.dclp_section__desc {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto 30px;
  max-width: 800px;
  text-align: center;
}

.dclp_accessories_list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}

.dclp_accessories_item {
  flex: 0 0 150px;
  width: 150px;
  scroll-snap-align: start;
  text-align: center;
}

.dclp_accessories_item img {
  width: 150px;
  height: 195px;
  object-fit: contain;
  display: block;
}

.dclp_accessories_item__label {
  font-size: 13px;
  font-weight: 700;
  color: #008ecf;
  margin: 8px 0 0;
}

.dclp_grid_section {
  padding: 0;
}

.dclp_grid_row {
  display: flex;
  align-items: stretch;
  margin-bottom: 48px;
}

.dclp_grid_row:last-child {
  margin-bottom: 0;
}

.dclp_grid_row--reverse {
  flex-direction: row-reverse;
}

.dclp_grid_box--img {
  flex: 10;
}

.dclp_grid_box--info {
  flex: 8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.dclp_grid_box__title {
  font-size: 22px;
  font-weight: 700;
  color: #008ecf;
  margin: 0 0 16px;
}

.dclp_grid_box__text {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 24px;
}

.dclp_grid_box__btn {
  display: inline-block;
  background-color: #fef151;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 28px;
  text-decoration: none;
  letter-spacing: 0.05em;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
}

.dclp_grid_box__btn-text {
  position: relative;
  font-weight: 500;
}

.dclp_grid_box__btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #fff87f;
  box-sizing: border-box;
  border-radius: 100%;
  transition: .3s;
  transition-timing-function: ease-in-out;
  pointer-events: none;
}

.dclp_grid_box__btn:hover::before {
  width: 600px;
  height: 600px;
}

.dclp_grid_box--img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.dclp_footer_section__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 30px;
}

.dclp_footer_section__text {
  font-size: 14px;
  margin: 0;
}

.dclp_footer_section__img {
  display: block;
  width: 100%;
}

@media (max-width: 900px) {
  .dclp_grid_row,
  .dclp_grid_row--reverse {
    flex-direction: column;
  }

  .dclp_grid_box--img,
  .dclp_grid_box--info {
    flex: none;
    width: 100%;
  }

  .dclp_grid_box--info {
    padding: 24px 30px;
    align-items: center;
    text-align: center;
  }

  .dclp_grid_box__btn {
    margin: 0 auto;
  }
}

@media (max-width: 580px) {
  .dclp_container_ep section {
    padding: 24px 12px;
  }

  .dclp_logo_bar__tagline {
    font-size: 16px;
  }

  .dclp_logo_bar__logo img {
    width: 100px;
    height: auto;
  }

  .dclp_section__title {
    font-size: 26px;
  }

  .dclp_section__subtitle {
    font-size: 18px;
  }

  .dclp_section__desc {
    font-size: 14px;
  }

  .dclp_video_section__desc {
    font-size: 14px;
  }

  .dclp_grid_box__title {
    font-size: 18px;
  }

  .dclp_grid_box__text {
    font-size: 14px;
  }
}
