@font-face {
  font-family: "Noteworthy";
  src: url(//hochland.ro/wp-content/themes/hochland/fonts/Noteworthy-Lt.ttf);
}
:root {
  --main-bg-color: #fff;
  --second-bg-color: #061E98;
  --main-text-color: #001689;
  --second-text-color: #fff;
}

html, body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background-color: var(--main-bg-color);
  color: var(--main-text-color);
  box-sizing: border-box;
}
html li, body li {
  list-style-type: none;
}
html a, body a {
  text-decoration: none;
  color: var(--main-text-color);
}
html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: Noteworthy, sans-serif;
}
html img, body img {
  -o-object-fit: cover;
     object-fit: cover;
}
html .mobile, body .mobile {
  display: none;
}

.hero {
  width: 100vw;
  height: 80vh;
  margin: 5vh 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.hero .texts {
  width: 35vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.hero .texts h1 {
  font-size: clamp(35px, 3vw, 50px);
  margin: 0;
  font-weight: 700;
}
.hero .texts h2 {
  font-size: clamp(24px, 1.75vw, 30px);
  margin: 0;
  margin-top: 3vh;
}
.hero .texts p {
  font-size: clamp(14px, 0.75vw, 18px);
  margin: 0;
  margin-top: 10px;
}
.hero .texts .star {
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero img {
  max-width: 30vw;
}
.hero .left {
  align-self: flex-start;
}
.hero .right {
  align-self: flex-end;
}

.sandvis {
  width: 100vw;
  height: auto;
}
.sandvis svg {
  width: 100vw;
  aspect-ratio: 2057/1080;
  transition: all 0.5s ease-in-out;
}

.cool {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5vh;
}
.cool h3 {
  font-size: clamp(25px, 2.2vw, 35px);
  margin: 5vh 0 7vh 0;
}
.cool img {
  max-width: 100vw;
}

.sandvis-1-active #Focaccia1 {
  animation-name: example;
}

@keyframes example {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 1000px) {
  html .mobile {
    display: block;
  }
  html .desktop {
    display: none;
  }
  html p {
    line-height: 1.2;
  }
  .hero {
    min-height: 80vh;
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
  .hero .texts {
    width: 80vw;
  }
  .sandvis {
    height: auto;
  }
  .sandvis svg {
    aspect-ratio: 428/812;
  }
  .cool h3 {
    font-size: clamp(40px, 8vw, 50px);
    margin: 5vh 0;
    text-align: center;
    width: 90vw;
  }
  .cool img {
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=style.css.map */


/* New LP 2024 */
body.page-template-template-back-to-school-2025 {
  overflow:auto!important;
}
.page-template-template-back-to-school-2025 .wrapper {
  height: auto;
}
.page-template-template-back-to-school-2025 .banner_top {
  width: 100%;
}

.page-template-template-back-to-school-2025 .banner_top .banner_desktop {
  width: 100%;
  display: block;
}

.page-template-template-back-to-school-2025 .banner_top .banner_mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .page-template-template-back-to-school-2025 .banner_top .banner_desktop {
        display: none;
    }

    .page-template-template-back-to-school-2025 .banner_top .banner_mobile {
  width: 100%;
        display: block; /* or the desired display style */
    }
}

/* NEW LP 2025 */
.recipes_carousel-v2-container {
  margin-top: 100px;
  position: relative;
  padding:0;
  overflow:hidden;
}

.plane_anim {
  position: absolute;
  bottom: 12%;
  right: 0;
  left: 14%;
  width: 88%;
  height: auto;
  z-index: 99999;
  display:none;
}

.recipes_carousel-v2-container.active .plane_anim {
    display:block;
}

.recipes_carousel-v2 {
  border-radius: 25px;
  overflow:hidden;
}

.recipes_carousel-v2 .owl-stage-outer {
}

.recipes_carousel-v2 .owl-item {
  float: left;
}

.recipes_carousel-v2 .owl-stage:after {
  content:'';
  display: block;
  clear: both;
}

.recipes_carousel-v2 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 320px;
  text-align: center;
  bottom:auto;
}

.recipes_carousel-v2 .owl-dots .owl-dot {
  border-radius: 15px;
  border:1px solid #fff!important;
  width: 52px;
  height: 52px;
  background:transparent;
  position: relative;
  margin:0 5px;
  transition:.3s;
}

.recipes_carousel-v2.blue_theme .owl-dots .owl-dot {
  border:1px solid #061E98!important;
}

.recipes_carousel-v2 .owl-dots .owl-dot:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2733%27%20height%3D%2741%27%20viewBox%3D%270%200%2033%2041%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M29.5769%201.00341C25.0103%205.16771%2020.6707%209.51864%2016.6437%2014.1587C12.1068%209.39788%207.36154%204.81276%201.87189%201.11685C0.773963%200.377667%20-0.238366%201.94385%200.528324%202.82941C4.84561%207.81706%209.56484%2012.4461%2013.9268%2017.4008C13.4765%2017.9534%2013.0261%2018.5059%2012.5869%2019.0658C10.0673%2022.2787%207.67417%2025.5757%205.49692%2029.0265C4.40644%2030.7573%203.33828%2032.4955%202.39294%2034.3069C1.57415%2035.8804%200.178475%2037.8418%200.699527%2039.6568C0.878173%2040.2789%201.59648%2040.7326%202.24779%2040.5204C3.99332%2039.9568%204.827%2038.0357%205.75745%2036.5903C6.86282%2034.8704%207.92725%2033.1249%209.03263%2031.4087C11.1913%2028.0641%2013.4243%2024.7597%2015.7914%2021.5541C16.0557%2021.1955%2016.3273%2020.8442%2016.5916%2020.4893C18.0766%2022.2348%2019.5467%2023.9912%2021.0243%2025.7477C22.1147%2027.0431%2023.2387%2028.3312%2024.3701%2029.59C25.3974%2030.7317%2026.473%2032.0527%2027.8463%2032.7919C28.7656%2033.2859%2029.6849%2032.4735%2029.5137%2031.5331C29.2383%2030.0255%2028.252%2028.5581%2027.4183%2027.281C26.4432%2025.7953%2025.4011%2024.3169%2024.2957%2022.9191C22.6953%2020.8991%2021.0205%2018.9194%2019.2862%2016.9983C23.1494%2012.1351%2027.3029%207.4804%2031.784%203.17339C33.228%201.7865%2031.0471%20-0.343219%2029.5732%200.999751L29.5769%201.00341Z%27%20fill%3D%27%23FFED00%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top:50%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition:.3s;
}

.recipes_carousel-v2 .owl-dots .owl-dot:nth-child(2):after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2733%27%20height%3D%2741%27%20viewBox%3D%270%200%2033%2041%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M29.5769%201.00341C25.0103%205.16771%2020.6707%209.51864%2016.6437%2014.1587C12.1068%209.39788%207.36154%204.81276%201.87189%201.11685C0.773963%200.377667%20-0.238366%201.94385%200.528324%202.82941C4.84561%207.81706%209.56484%2012.4461%2013.9268%2017.4008C13.4765%2017.9534%2013.0261%2018.5059%2012.5869%2019.0658C10.0673%2022.2787%207.67417%2025.5757%205.49692%2029.0265C4.40644%2030.7573%203.33828%2032.4955%202.39294%2034.3069C1.57415%2035.8804%200.178475%2037.8418%200.699527%2039.6568C0.878173%2040.2789%201.59648%2040.7326%202.24779%2040.5204C3.99332%2039.9568%204.827%2038.0357%205.75745%2036.5903C6.86282%2034.8704%207.92725%2033.1249%209.03263%2031.4087C11.1913%2028.0641%2013.4243%2024.7597%2015.7914%2021.5541C16.0557%2021.1955%2016.3273%2020.8442%2016.5916%2020.4893C18.0766%2022.2348%2019.5467%2023.9912%2021.0243%2025.7477C22.1147%2027.0431%2023.2387%2028.3312%2024.3701%2029.59C25.3974%2030.7317%2026.473%2032.0527%2027.8463%2032.7919C28.7656%2033.2859%2029.6849%2032.4735%2029.5137%2031.5331C29.2383%2030.0255%2028.252%2028.5581%2027.4183%2027.281C26.4432%2025.7953%2025.4011%2024.3169%2024.2957%2022.9191C22.6953%2020.8991%2021.0205%2018.9194%2019.2862%2016.9983C23.1494%2012.1351%2027.3029%207.4804%2031.784%203.17339C33.228%201.7865%2031.0471%20-0.343219%2029.5732%200.999751L29.5769%201.00341Z%27%20fill%3D%27%23061E98%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top:50%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition:.3s;
}

.recipes_carousel-v2 .owl-dots .owl-dot:nth-child(8):after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2733%27%20height%3D%2741%27%20viewBox%3D%270%200%2033%2041%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M29.5769%201.00341C25.0103%205.16771%2020.6707%209.51864%2016.6437%2014.1587C12.1068%209.39788%207.36154%204.81276%201.87189%201.11685C0.773963%200.377667%20-0.238366%201.94385%200.528324%202.82941C4.84561%207.81706%209.56484%2012.4461%2013.9268%2017.4008C13.4765%2017.9534%2013.0261%2018.5059%2012.5869%2019.0658C10.0673%2022.2787%207.67417%2025.5757%205.49692%2029.0265C4.40644%2030.7573%203.33828%2032.4955%202.39294%2034.3069C1.57415%2035.8804%200.178475%2037.8418%200.699527%2039.6568C0.878173%2040.2789%201.59648%2040.7326%202.24779%2040.5204C3.99332%2039.9568%204.827%2038.0357%205.75745%2036.5903C6.86282%2034.8704%207.92725%2033.1249%209.03263%2031.4087C11.1913%2028.0641%2013.4243%2024.7597%2015.7914%2021.5541C16.0557%2021.1955%2016.3273%2020.8442%2016.5916%2020.4893C18.0766%2022.2348%2019.5467%2023.9912%2021.0243%2025.7477C22.1147%2027.0431%2023.2387%2028.3312%2024.3701%2029.59C25.3974%2030.7317%2026.473%2032.0527%2027.8463%2032.7919C28.7656%2033.2859%2029.6849%2032.4735%2029.5137%2031.5331C29.2383%2030.0255%2028.252%2028.5581%2027.4183%2027.281C26.4432%2025.7953%2025.4011%2024.3169%2024.2957%2022.9191C22.6953%2020.8991%2021.0205%2018.9194%2019.2862%2016.9983C23.1494%2012.1351%2027.3029%207.4804%2031.784%203.17339C33.228%201.7865%2031.0471%20-0.343219%2029.5732%200.999751L29.5769%201.00341Z%27%20fill%3D%27%23061E98%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top:50%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition:.3s;
}

.recipes_carousel-v2 .owl-dots .owl-dot.active:after {
  opacity: 1;
  visibility: visible;
}

.recipes_carousel-v2 .owl-dots button.owl-dot span::after {
  display: none;
}

.recipes_carousel-v2 .owl-nav {
  display: block;
  top: 45%;
  left: 0;
  right: 0;
  position: absolute;
  transform:translateY(-50%);
  padding: 0 35px;
  height: 0;
  z-index: 1;
}


.recipes_carousel-v2 .owl-nav button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background:#FFED00;
  border:none;
  transition:.3s;
  position: relative;
}

.recipes_carousel-v2 .owl-nav button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  width: 35px;
  height: auto;
}

.recipes_carousel-v2 .owl-nav button.disabled {
  background:#fff;
}
.recipes_carousel-v2 .owl-nav button:hover {
  background:#fff;
}

.recipes_carousel-v2 .owl-nav .owl-prev {
  float: left;
}

.recipes_carousel-v2 .owl-nav .owl-next {
  float: right;
}

.recipes_carousel-v2 .recipe_elem .top_side {
  padding: 50px 50px 160px 50px;
  text-align: center;
}

.recipes_carousel-v2 .recipe_elem .top_side .recipe_title {
  font-family: "noteworthybold", arial, sans-serif;
  text-align: center;
  font-size: 42px;
  line-height: 49px;
  margin: 0;
  position: relative;
  color: #fff;
  display: block;
  transition:.3s;
}

.recipes_carousel-v2.blue_theme .recipe_elem .top_side .recipe_title {
  color:#061E98;
}

.recipes_carousel-v2 .recipe_elem .top_side .recipe_desc {
  font-family: "noteworthylight", arial, sans-serif;
  text-align: center;
  font-size: 26px;
  line-height: 35px;
  position: relative;
  color: #fff;
  display: block;
  max-width: 500px;
  margin: 20px auto 0;
  transition:.3s;
}

.recipes_carousel-v2.blue_theme .recipe_elem .top_side .recipe_desc {
  color:#061E98;
}

.recipes_carousel-v2 .recipe_elem .top_side .explore_recipe-btn {
  display: inline-block;
  border-radius: 52px;
  background:#FFED00;
  font-weight: bold;
  padding: 25px 55px;
  font-size: 22px;
  margin-top: 30px;
  transition:.3s;
  color:#061E98;
}

.recipes_carousel-v2 .recipe_elem .top_side .explore_recipe-btn:hover,
.recipes_carousel-v2 .recipe_elem .top_side .explore_recipe-btn:active,
.recipes_carousel-v2 .recipe_elem .top_side .explore_recipe-btb:focus {
  background:#fff;
  color:#061E98;
}

.recipes_carousel-v2.blue_theme .recipe_elem .top_side .explore_recipe-btn {
  display: inline-block;
  border-radius: 52px;
  background:#fff;
  font-weight: bold;
  padding: 25px 55px;
  font-size: 22px;
  margin-top: 30px;
  transition:.3s;
  color:#061E98;
}

.recipes_carousel-v2.blue_theme .recipe_elem .top_side .explore_recipe-btn:hover,
.recipes_carousel-v2.blue_theme .recipe_elem .top_side .explore_recipe-btn:active,
.recipes_carousel-v2.blue_theme .recipe_elem .top_side .explore_recipe-btb:focus {
  background:#FFED00;
  color:#061E98;
}

.recipes_carousel-v2 .recipe_elem .bottom_side {
  min-height: 420px;
  background-size: cover!important;
  background-position: top center!important;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

.recipes_carousel-v2 .recipe_elem .bottom_side .recipe_img {
  position: absolute;
  top: 53%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  height: 92%;
}

.recipes_carousel-v2 .recipe_elem .bottom_side .vector_left {
  position: absolute;
  top:65%;
  left: 13%;
  transform: translateX(-50%) translateY(-50%);
  width: 17%;
}

.recipes_carousel-v2 .recipe_elem .bottom_side .vector_right {
  position: absolute;
  top:50%;
  right: 13%;
  transform: translateX(50%) translateY(-50%);
  width: 20%;
}

@media (max-width:1199px) {

  .recipes_carousel-v2 .recipe_elem .bottom_side .recipe_img {
    height: 77%;
  }
}

@media (max-width:991px) {

  .recipes_carousel-v2 .recipe_elem .bottom_side .recipe_img {
    height: 65%;
  }
  .recipes_carousel-v2 .owl-nav {
    padding:0 15px;
  }
  .plane_anim {
    bottom:15%;
  }
  .recipes_carousel-v2 .owl-nav {
    top:48%;
  }
  .recipes_carousel-v2 .owl-nav button {
    width:62px;
    height:62px;
  }
  .recipes_carousel-v2 .owl-nav button img {
    width:26px;
  }
}

@media (max-width:767px) {
  .recipes_carousel-v2-container {
    margin-top:50px;
  }
  .recipes_carousel-v2 .recipe_elem .top_side {
    padding: 75px 50px 80px 50px;
  }
  .recipes_carousel-v2 .owl-nav {
    top:40%;
  }
  .recipes_carousel-v2 .owl-dots {
    top: 20px;
  }
  .recipes_carousel-v2-container .recipes_carousel-v2 .owl-dots .owl-dot {
    border: none!important;
    margin: 0 1px;
    width: 22px;
    transition:.3s;
  }

  .recipes_carousel-v2-container .recipes_carousel-v2 .owl-dots .owl-dot span {
    display: block;
    width: 6px;
    height: 6px;
    background:#fff;
    border-radius: 50%;
    transition: .3s;
  }
  .recipes_carousel-v2-container .recipes_carousel-v2 .owl-dots .owl-dot.active {
    width: 22px;
  }

  .recipes_carousel-v2-container .recipes_carousel-v2 .owl-dots .owl-dot.active span {
    opacity: 0;
    visibility: hidden;
  }

  .recipes_carousel-v2 .owl-dots .owl-dot::after {
    width: 20px;
    height: 26px;
  }

  .recipes_carousel-v2 .owl-dots .owl-dot:nth-child(2)::after {
    width: 20px;
    height: 26px;
  }

  .recipes_carousel-v2 .recipe_elem .top_side .recipe_title {
    font-size:32px;
    line-height: 36px;
  }
  .recipes_carousel-v2 .recipe_elem .top_side .recipe_desc {
    font-size:22px;
    line-height: 25px;
  }
  .recipes_carousel-v2 .recipe_elem .bottom_side .recipe_img {
    z-index: 2;
  }

  .recipes_carousel-v2 .recipe_elem .bottom_side .vector_left {
    z-index: 1;
    left: 2%;
    top:auto;
    bottom:2%;
    transform: translateY(-50%);
  }

  .recipes_carousel-v2 .recipe_elem .bottom_side .vector_right {
    z-index: 1;
    right: 1%;
    top:auto;
    bottom:1%;
    transform: translateY(-50%);
  }
  .plane_anim {
    left: 0%;
    width: 900px;
  }
}


@media (max-width:560px) {
  .recipes_carousel-v2 .recipe_elem .top_side {
    padding:75px 20px 80px 20px;
  }
  .plane_anim {
    left: -7%;
    width: 900px;
    bottom:6%;
  }
  .recipes_carousel-v2 .recipe_elem .top_side .explore_recipe-btn,
  .recipes_carousel-v2.blue_theme .recipe_elem .top_side .explore_recipe-btn {
    font-size:18px;
    padding:20px 45px;
  }
  .recipes_carousel-v2 .recipe_elem .bottom_side {
    min-height: 300px;
  }
  .recipes_carousel-v2 .recipe_elem .bottom_side .recipe_img {
    height:85%;
  }
  .recipes_carousel-v2 .owl-nav {
    top:47%;
  }
}

@media (max-width:500px) {
  .recipes_carousel-v2 .recipe_elem .top_side .recipe_title {
    font-size:22px;
    line-height:26px;
  }
  .recipes_carousel-v2 .recipe_elem .top_side .recipe_desc {
    font-size: 18px;
    line-height: 21px;
  }
  .recipes_carousel-v2 .owl-nav {
    top:45%;
  }
  .recipes_carousel-v2 .recipe_elem .bottom_side .recipe_img {
    height: 70%;
  }
}
@media (max-width:410px) {

  .recipes_carousel-v2 .recipe_elem .top_side .explore_recipe-btn,
  .recipes_carousel-v2.blue_theme .recipe_elem .top_side .explore_recipe-btn {
    font-size:18px;
    padding:15px 30px;
  }
  .recipes_carousel-v2 .recipe_elem .bottom_side .recipe_img {
    height: 65%;
  }
  .plane_anim {
    left:-13%;
  }
}

@media (max-width:380px) {
  .recipes_carousel-v2 .recipe_elem .top_side .recipe_title {
    font-size:18px;
    line-height:22px;
  }
  .recipes_carousel-v2 .recipe_elem .top_side .recipe_desc {
    font-size: 16px;
    line-height: 19px;
  }
  .recipes_carousel-v2 .owl-nav {
    top:43%;
  }
  .recipes_carousel-v2 .recipe_elem .bottom_side .recipe_img {
    height: 60%;
  }
  .plane_anim {
    left:-18%;
  }
}

@media (max-width:360px) {
  .recipes_carousel-v2 .owl-nav {
    top:46%;
  }
}

.carousel_videos .vjs-poster img {
  object-fit:cover;
}

.page-template-template-back-to-school-2025 header {
  background:#fff;
  padding: 0;
  position: relative;
}

@media (min-width: 768px) {
  .page-template-template-back-to-school-2025 header nav > ul > li > a  {
    padding: 35px 0 30px 0!important;
  }
}

@media (min-width: 992px) {
  .page-template-template-back-to-school-2025 header nav > ul > li > a  {
    padding: 30px 0 50px 0!important;
  }
}

@media (min-width: 1200px) {
  .page-template-template-back-to-school-2025 header nav > ul > li > a  {
    padding: 40px 0 50px 0!important;
  }
}

@media (min-width: 768px) {
  .page-template-template-back-to-school-2025 header .logo img {
    margin-top: 5px!important;
  }
}

.page-template-template-back-to-school-2025 .recipes_carousel {
  padding: 70px 0;
}

.page-template-template-back-to-school-2025 .recipes_carousel .texts_container {
    text-align:center;
}

.page-template-template-back-to-school-2025 .recipes_carousel .section_title {
  font-family: "noteworthybold", arial, sans-serif;
  text-align: center;
  font-size:90px;
  position:relative;
  color:#061E98;
  display:inline-block;
}

.page-template-template-back-to-school-2025 .recipes_carousel .pencil_vector {
  position: absolute;
  left: 98%;
  top: 27%;
  width: 23%;
  height: auto;
}

.page-template-template-back-to-school-2025 .recipes_carousel .book_vector {
  position: absolute;
  right: 100%;
  top: 20%;
  width: 24%;
  height: auto;
}

.page-template-template-back-to-school-2025 .recipes_carousel .star_vector1 {
  position: absolute;
  right: 93%;
  bottom:-50%;
  width: 4%;
  height: auto;
}

.page-template-template-back-to-school-2025 .recipes_carousel .star_vector2 {
  position: absolute;
  left: 36%;
  top: -30%;
  width: 4%;
  height: auto;
}

.page-template-template-back-to-school-2025 .recipes_carousel .star_vector3 {
  position: absolute;
  left: 93%;
  bottom: -40%;
  width: 7%;
  height: auto;
}

.page-template-template-back-to-school-2025 .carousel_videos {
  padding: 70px 0;
}

.page-template-template-back-to-school-2025 .recipes_carousel .section_text {
  font-family: arial, sans-serif;
  text-align: center;
  font-size:22px;
  line-height: 25px;
  display: block;
  margin: 40px auto 0;
  width:100%;
  max-width: 64%;
  color:#061E98;
}

.page-template-template-back-to-school-2025 .carousel_videos .section_text {
  font-family: "noteworthybold", arial, sans-serif;
  text-align: center; 
    font-size: 22px;
    line-height: 28px;
  display: block;
  margin:0 auto;
  margin-top: 30px;
  max-width: 740px;
}

.page-template-template-back-to-school-2025 .recipes_slider {
  margin-top: 70px;
}

.page-template-template-back-to-school-2025 .recipes_slider:after {
  content:'';
  display: block;
  clear: both;
}

.page-template-template-back-to-school-2025 .slide_item {
  position: relative;
}

.page-template-template-back-to-school-2025 .slide_item:after {
  content:'';
  display: block;
  clear: both;
}

.page-template-template-back-to-school-2025 .slide_item .left_col,
.page-template-template-back-to-school-2025 .slide_item .right_col {
  width: 48%;
  position: relative;
  float: right;
}

.page-template-template-back-to-school-2025 .slide_item .right_col {
  float: left;
}

.page-template-template-back-to-school-2025 .slide_item .center_layer {
  width: 4%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
}

.page-template-template-back-to-school-2025 .slide_item .left_col .left_layer {
  display: block;
  width: 100%;
}

.page-template-template-back-to-school-2025 .slide_item .right_col .right_layer {
  display: block;
  width: 100%;
}

.page-template-template-back-to-school-2025 .slide_item .col_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 50px;
}

.page-template-template-back-to-school-2025 .slide_item .left_col .col_wrapper {
  top:50%;
  bottom: auto;
  transform:translateY(-50%);
  padding-top: 0;
  padding-bottom: 0;
}

.page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_title {
  color:#E2211C;
  font-family: "noteworthybold", arial, sans-serif;
  font-size: 28px;
  margin: 0;
  margin-bottom: 10px;
}

.page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_list {
  margin-bottom: 40px;
}

.page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_list:last-child {
  margin-bottom: 0;
}

.page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_list li {
  color:#061E98;
  font-family: "noteworthybold", arial, sans-serif;
  font-size: 18px;
  line-height:40px;
  position: relative;
}

.page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_list li .border_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .recipe_img-container {
  border:1px solid rgba(0,0,0,0.25);
  border-radius:71px;
  padding: 40px  30px;
}

.page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .recipe_img-container .recipe_img {
  width: 100%;
  display: block;
}

.page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .recipe_title {
  font-family: "noteworthybold", arial, sans-serif;
  font-size: 30px;
  margin: 30px 0;
}

.page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .prep_time .text_general,
.page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .prep_time .text_time {
  display: inline-block;
  vertical-align: middle;
}

.page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .prep_time .text_time {
  border-radius: 16px;
  background:#F03B02;
  color:#fff;
  font-family: "noteworthybold", arial, sans-serif;
  font-size: 20px;
  padding:20px 40px;
}

.page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .prep_time .text_general {
  margin-left: 20px;
  font-family: "noteworthybold", arial, sans-serif;
  font-size: 24px;
}

.page-template-template-back-to-school-2025 .recipes_slider .owl-stage-outer {
  overflow: hidden;
}
.page-template-template-back-to-school-2025 .recipes_slider .owl-dots {
  display: none!important;
}
.page-template-template-back-to-school-2025 .recipes_slider .owl-item {
  float: left;
}

.page-template-template-back-to-school-2025 .recipes_slider .owl-nav {
  display: block;
  z-index: 1;
  position: absolute;
  top: 45%;
  transform:translateY(-50%);
  left: 0;
  right: 0;
}

.page-template-template-back-to-school-2025 .recipes_slider .owl-nav button {
  width: 80px;
  height: 80px;
  border: none;
  background:#E2211C;
  border-radius: 50%;
  position: absolute;
  transition: .3s;
}

.page-template-template-back-to-school-2025 .recipes_slider .owl-nav button.owl-prev {
  left: -27px;
}

.page-template-template-back-to-school-2025 .recipes_slider .owl-nav button.owl-next {
  right: -27px;
}

.page-template-template-back-to-school-2025 .recipes_slider .owl-nav button.disabled {
  background:#D9D9D9!important;
  cursor: default;
}
.page-template-template-back-to-school-2025 .recipes_slider .owl-nav button:hover {
  background:#061E98;
}

.page-template-template-back-to-school-2025 .recipes_slider .owl-nav button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: auto;
  display: block;
}

.page-template-template-back-to-school-2025 .recipes_carousel {
  position: relative;
}

.page-template-template-back-to-school-2025 .recipes_carousel .left_vector {
  position: absolute;
  width: 150px;
  left: 70px;
  bottom: 70px;
}

.page-template-template-back-to-school-2025 .recipes_carousel .right_vector {
  position: absolute;
  width: 250px;
  right: 70px;
  top: 70px;
}

@media (max-width:1550px) {
  .page-template-template-back-to-school-2025 .recipes_carousel .right_vector {
    width: 150px;
    right:30px;
  }
  .page-template-template-back-to-school-2025 .recipes_carousel .left_vector {
    width: 80px;
    left:30px;
  }
  .page-template-template-back-to-school-2025 .recipes_carousel .section_title {
    font-size: 70px;
  }
  .page-template-template-back-to-school-2025 .recipes_carousel .section_text {
    font-size: 18px;
  }
  .page-template-template-back-to-school-2025 .carousel_videos .section_text {
    font-size: 20px;
  }
}

@media (max-width:1199px) {
  .page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_list li {
    font-size: 16px;
  }

  .page-template-template-back-to-school-2025 .slide_item .col_wrapper {
    padding: 30px 30px 60px;
  }

  .page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_title {
    margin-bottom: 0px;
    font-size: 24px;
  }

  .page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_list {
    margin-bottom: 20px;
  }

  .page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_list li {
    line-height: 36px;
  }

  .page-template-template-back-to-school-2025 .recipes_slider .owl-nav button {
    width: 50px;
    height: 50px;
  }

  .page-template-template-back-to-school-2025 .recipes_slider .owl-nav button img {
    width: 20px;
  }

  .page-template-template-back-to-school-2025 .recipes_slider .owl-nav button.owl-prev {
    left: -15px;
  }

  .page-template-template-back-to-school-2025 .recipes_slider .owl-nav button.owl-next {
    right: -15px;
  }

  .page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .recipe_title {
    font-size: 28px;
    margin: 20px 0;
  }
}

@media (max-width:1100px) {
  .page-template-template-back-to-school-2025 .recipes_carousel .left_vector {
    display: none!important;
  }
}

@media (max-width:991px) {

  .page-template-template-back-to-school-2025 .recipes_carousel .section_title {
    font-size: 55px;
  }
  .page-template-template-back-to-school-2025 .recipes_carousel .section_text {
    max-width:80%;
  }

  .page-template-template-back-to-school-2025 .slide_item .center_layer {
    display: block;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    top: 50%;
  }

  .page-template-template-back-to-school-2025 .slide_item .left_col, .page-template-template-back-to-school-2025 .slide_item .right_col {
    width: 100%;
    float: none;
    margin: auto;
    max-width: 440px;
    margin-bottom: 30px;
  }
  .page-template-template-back-to-school-2025 .slide_item .left_col {
  }

  .page-template-template-back-to-school-2025 .recipes_carousel .right_vector {
    display:none;
  }
  .page-template-template-back-to-school-2025 .recipes_slider .owl-nav {
    top:47%;
  }
  .page-template-template-back-to-school-2025 .recipes_slider .owl-nav button.owl-prev  {
    left: 5px;
  }
  .page-template-template-back-to-school-2025 .recipes_slider .owl-nav button.owl-next  {
    right: 5px;
  }
}
@media (max-width:767px) {

  .page-template-template-back-to-school-2025 .recipes_carousel .section_title {
    font-size: 40px;
    margin: 0;
    margin: 120px 0;
  }
  .page-template-template-back-to-school-2025 .recipes_carousel .pencil_vector {
    top: auto;
    bottom: 98%;
    left: 55%;
    right: auto;
    transform: rotate(-85deg);
    width: 90px;
  }

  .page-template-template-back-to-school-2025 .recipes_carousel .book_vector {
    right: auto;
    left: 30%;
    top: 120%;
    width: 105px;
  }
  .page-template-template-back-to-school-2025 .carousel_videos {
    padding-top:0;
  }
  .carousel_videos .carousel {
    overflow:visible;
  }
  .carousel-item .video-js {
    width: 100%!important;
    height:480px;
  }
  .page-template-template-back-to-school-2025 .discover_prods {
    padding-top:0;
  }
}

@media (max-width:500px) {
  .page-template-template-back-to-school-2025 .recipes_carousel .section_title {
    font-size: 30px;
  }

  .page-template-template-back-to-school-2025 .recipes_carousel .section_text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    max-width:100%;
  }
  .page-template-template-back-to-school-2025 .carousel_videos .section_text {
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
  }
  .page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_title {
    font-size: 18px;
  }
  .page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_list li {
    font-size: 14px;
    line-height: 30px;
  }

  .page-template-template-back-to-school-2025 .slide_item .col_wrapper {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    padding:30px;
  }
  .page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .recipe_title {
    font-size: 24px;
  }
  .page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .prep_time .text_general {
    font-size: 18px;
  }

  .page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .prep_time .text_time {
    padding: 15px 30px;
    font-size: 18px;
  }
}

@media (max-width:450px) {
  .page-template-template-back-to-school-2025 .slide_item .col_wrapper {
    padding: 15px;
  }
  .page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_list {
    margin-bottom: 20px;
  }
  .page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .recipe_title {
    margin:10px 0;
  }
  .page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .recipe_img-container {
    border-radius: 36px;
  }
  .page-template-template-back-to-school-2025 .recipes_slider {
    padding: 0;
  }
  .page-template-template-back-to-school-2025 .slide_item .right_col .col_wrapper .recipe_img-container .recipe_img {
    width: 80%;
    margin: auto;
  }

.page-template-template-back-to-school-2025 .recipes_carousel .star_vector1 {
  position: absolute;
  right: 93%;
  bottom:-85%;
  width: 8%;
  height: auto;
}

.page-template-template-back-to-school-2025 .recipes_carousel .star_vector2 {
  position: absolute;
  left: 36%;
  top: -65%;
  width: 8%;
  height: auto;
}

.page-template-template-back-to-school-2025 .recipes_carousel .star_vector3 {
  position: absolute;
  left: 93%;
  bottom: -75%;
  width: 12%;
  height: auto;
}
}

@media (max-width:400px) {
  .page-template-template-back-to-school-2025 .slide_item .col_wrapper .col_list li {
    font-size: 12px;
  }
}

.page-template-template-back-to-school-2025 .discover_prods {
  padding: 70px 0;
}

.page-template-template-back-to-school-2025 .discover_prods .section_title {
  font-family: "noteworthybold", arial, sans-serif;
  text-align: center;
  font-size: 52px;
  margin: 0px;
}

.page-template-template-back-to-school-2025 .carousel_videos .section_title {
  font-family: "noteworthybold", arial, sans-serif;
  text-align: center;
  font-size: 48px;
  margin: 0px;
}

.page-template-template-back-to-school-2025 .discover_prods .section_disclaimer {
  font-family: "noteworthybold", arial, sans-serif;
  text-align: center;
  font-size: 34px;
  margin: 0;
  margin-top: 100px;
}

.page-template-template-back-to-school-2025 .prods_slider {
  width: 100%;
  margin-top: 70px;
}

.page-template-template-back-to-school-2025 .prods_slider .owl-dots {
  display: none;
}

.page-template-template-back-to-school-2025 .prods_slider .owl-item {
  float: left;
}

.page-template-template-back-to-school-2025 .prods_slider .owl-stage-outer:after {
  content:'';
  display: block;
  clear: both;
}

.page-template-template-back-to-school-2025 .prods_slider .owl-item .img_wrapper {
  border:1px solid rgba(0,0,0,0.25);
  border-radius:26px;
  padding:40px 30px 40px 30px;
  position:relative;
  overflow: hidden;
}

.page-template-template-back-to-school-2025 .prods_slider .owl-item .new_item .img_wrapper {
  border:1px solid rgba(0,0,0,0.25);
  border-radius:26px;
  padding:15px 15px 15px 15px;
}

.page-template-template-back-to-school-2025 .prods_slider .owl-item .img_wrapper .prod_img {
  width: 100%;
}

.page-template-template-back-to-school-2025 .prods_slider .owl-item .prod_title {
  font-family: "noteworthybold", arial, sans-serif;
  font-size: 22px;
  margin: 0;
  margin-top: 30px;
  text-align:center;
  color:#001689;
}

.page-template-template-back-to-school-2025 .prods_slider .owl-item .new_item .img_wrapper .new_text {
  background:#F4E800;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 26px;
  font-family: "noteworthybold", arial, sans-serif;
  color:#001689;
  font-size:28px;
  display:block;
  padding:17px 35px;
}

.page-template-template-back-to-school-2025 .discover_prods .prods_carousel-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform:translateY(-50%);
  display:none;
}

@media (max-width:991px) {
  .page-template-template-back-to-school-2025 .discover_prods .prods_carousel-nav {display:block;}
}

.page-template-template-back-to-school-2025 .discover_prods .prods_carousel-nav button {
  border: none;
  background:#FFED00;
  width:50px;
  height:50px;
  border-radius:50%;
  margin:0 10px;
  transition:.3s;
  position: relative;
}

.page-template-template-back-to-school-2025 .discover_prods .prods_carousel-nav button .arrow-icon {
  width: 19px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translatex(-50%) translateY(-50%);
}

.page-template-template-back-to-school-2025 .discover_prods .prods_carousel-nav button.disabled {
  background:#D9D9D9;
  cursor: default;
}

@media (max-width: 1550px) {
  .page-template-template-back-to-school-2025 .discover_prods .section_title {
    font-size: 40px;
  }
  .page-template-template-back-to-school-2025 .carousel_videos .section_title {
    font-size: 40px;
  }

  .page-template-template-back-to-school-2025 .discover_prods .section_disclaimer {
    font-size: 30px;
  }
}

@media (max-width:991px) {
  .page-template-template-back-to-school-2025 .discover_prods .prods_carousel-nav {
    position: static;
    text-align: center;
    transform: none;
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .page-template-template-back-to-school-2025 .discover_prods .section_title {
    font-size: 30px;
  }
  .page-template-template-back-to-school-2025 .carousel_videos .section_title {
    font-size: 30px;
  }
  .page-template-template-back-to-school-2025 .discover_prods .section_disclaimer {
    font-size: 20px;
    margin-top: 70px;
  }
}



.carousel-controls {text-align: center;}
.carousel-controls a { 
    border: none;
    background: #FFED00;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    transition: .3s;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
.carousel-controls a img {
  width: 19px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatex(-50%) translateY(-50%);
}