<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --excerpt-size: 18px;
  --title-size-xs: 20px;
}


/*
Section head (LookAt)
*/
.block-head h4.title a {
    color: var(--lai-color-orange);
    font-size: 24px;
}

.block-head a.view-all {
    color: var(--lai-color-blue);
    font-size: 18px;
}

.hp-bakery-sidebar-cta .cta-box {
  width: 100% !important;
}

/*
v1 CTA boxes on WP Bakery Homepage
*/
.blocks .widget-cta {
    margin-top: -15px;
    margin-bottom: 50px;
}
.blocks .widget-cta .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blocks .widget-cta .cta-box {
  width: 33.3333333333%;
  padding: 0 15px;
  box-sizing: border-box;
}
.blocks .widget-cta img {
  transition: transform 0.5s ease-in;
  will-change: transform;
}
.blocks .widget-cta img:hover {
  transform: scale(1.05, 1.05);
}
.blocks .widget-cta a {
  position: relative;
  overflow: hidden;
}
.blocks .widget-cta a:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.6s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.blocks .widget-cta a:hover:after {
  opacity: 1;
}
/*
v1 CTA boxes on WP Bakery Homepage END
*/


/*
v2 CTA boxes on WP Bakery Homepage
*/

.hp-specials-cta .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.hp-specials-cta .boxes .cta-box {
  width: 33.3333333333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.hp-specials-cta img {
  transition: transform 0.5s ease-in;
  will-change: transform;
  grid-column: 1/1;
    grid-row: 1/1;
}

.hp-specials-cta img:hover {
  transform: scale(1.05, 1.05);
}

.hp-specials-cta a {
  display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(auto, 100%);
  position: relative;
  overflow: hidden;
}

.hp-specials-cta a:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
  will-change: opacity;
  opacity: 1;
  transition: opacity 0.6s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

.hp-specials-cta a:hover:after {
  opacity: 1;
}

.hp-specials-cta span.label {
  margin-bottom: 1.1rem;
  align-self: self-end;
  padding: 9px 14px;
  letter-spacing: 0.07em;
  transform: none;
  justify-self: center;
  grid-row: 1/1;
  grid-column: 1/1;
  z-index: 1;
  border: 1px solid #fff;
  background: #fff;
  line-height: 1.5;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}

/*
v2 CTA boxes on WP Bakery Homepage END
*/


.hp-lookat-youtube-4x4 {
  margin: 0;
}

.hp-lookat-youtube-4x4 .wpb_column {
  padding: 0;
}
 
.hp-bakery-social-wide ul.social-follow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    
}

.hp-bakery-social-wide ul.social-flow li.service {
    width: auto;
}


/* LAI-CTA-IMAGE */
.lai-cta-image {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 10px 0;
  transform1: rotate(10deg);
}

/* Ð¡Ð°Ð¼Ð¾ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ */
.lai-cta-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  transform: scale(1.1);
}

/* ÐžÐ²ÐµÑ€Ð»ÐµÐ¹ (Ñ‚ÐµÐºÑÑ‚ Ð²ÑÐµÐ³Ð´Ð° Ð¿Ð¾ Ñ†ÐµÐ½Ñ‚Ñ€Ñƒ bottom =&gt; top: 50%) */
.lai-cta-image-overlay {
  position: absolute;
  bottom: -7%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  pointer-events: none; /* Ð§Ñ‚Ð¾Ð±Ñ‹ ÐºÐ»Ð¸Ðº ÑˆÐµÐ» Ð¿Ð¾ ÑÑÑ‹Ð»ÐºÐµ */
}

/* Ð­Ñ„Ñ„ÐµÐºÑ‚ ÑƒÐ²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð¸Ñ */
.lai-cta-image:hover .lai-cta-image-container img {
  transform: scale(1) ;
}

.lai-cta-image:hover {
  animation: shake 0.9s ease-in-out infinite alternate;
}

/* Ð’Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½Ð¸Ð¹ Ð±Ð¾Ñ€Ð´ÐµÑ€ (Ð¿Ð¾ÑÐ²Ð»ÑÐµÑ‚ÑÑ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸) */
.lai-cta-image::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  border: 1px solid white;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* ÐŸÐ¾ÐºÐ°Ð·Ð°Ñ‚ÑŒ Ñ€Ð°Ð¼ÐºÑƒ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.lai-cta-image:hover::after {
  opacity: 1;
}






/* LAI CTA LINK  */
.lai-cta-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 25px;
  min-height: 70px;
  padding: 10px;
  margin: 0 0 5px 0;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: white;
  background: linear-gradient(135deg, #0093ff62, #0093ff); /*  ff6600 */
  /*
  background: linear-gradient(135deg, #ff660062, #ff3300ee);

  background: linear-gradient(to right, #0059fff6, var(--lai-color-blue)), 
              linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-blend-mode: overlay;
  */
  border-radius: 8px;
  transition: transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.lai-cta-link:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.5);
  animation: shake 0.3s ease-in-out infinite alternate;
}

/* Ð”Ð¾Ð±Ð°Ð²Ð»ÑÐµÐ¼ Ð²ÑÐ¿Ñ‹ÑˆÐºÑƒ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.lai-cta-link::before {
  content: "";
  position: absolute;
  top1: 50%;
  left1: 50%;
  width1: 200%;
  height1: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform1: translate(-50%, -50%) rotate(45deg);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.lai-cta-link:hover::before {
  opacity: 1;
}



.lai-cta-links {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 1170px;
  
  /* ÐšÐ¾Ð»Ð¾Ð½ÐºÐ¸ Ð¿Ð¾Ð´ÑÑ‚Ñ€Ð°Ð¸Ð²Ð°ÑŽÑ‚ÑÑ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑÐºÐ¸ */
  grid-template-columns: repeat(auto-fit, minmax(144px, 1fr));
}


.lai-cta-images {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 1170px;
    
  /* Ð”Ð¸Ð½Ð°Ð¼Ð¸Ñ‡ÐµÑÐºÐ¸ Ð¸Ð·Ð¼ÐµÐ½ÑÐµÐ¼ ÐºÐ¾Ð»Ð¸Ñ‡ÐµÑÑ‚Ð²Ð¾ ÐºÐ¾Ð»Ð¾Ð½Ð¾Ðº */
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}














.lai-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  aspect-ratio: 16 / 10;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 0 15px 0px var(--lai-color-blue);
  animation1: pulse-shadow-size 2s infinite alternate;
  
  /* Ð¤Ð¾Ð½ - Ñ€Ð°Ð·Ð¼Ñ‹Ñ‚Ð¾Ðµ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ */
  background-color: var(--lai-color-orange);
  background-position: center;
  background-size: cover;
  backdrop-filter: blur(10px);
}

/* Ð&nbsp;Ð°Ð·Ð¼Ñ‹Ñ‚Ð¸Ðµ Ñ„Ð¾Ð½Ð° (ÐµÑÐ»Ð¸ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶Ð¸Ð²Ð°ÐµÑ‚) */
.lai-more-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  background1: var(--lai-color-orange);
  backdrop-filter: blur(5px);
  z-index: 0;
}

/* Ð¢ÐµÐºÑÑ‚ */
.lai-more-button span {
  position: absolute;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}

/* Ð¢ÐµÐºÑÑ‚ Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ */
.lai-more-button span:nth-child(1) {
  opacity: 1;
}

/* Ð¢ÐµÐºÑÑ‚ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.lai-more-button span:nth-child(2) {
  opacity: 0;
}

/* Ð­Ñ„Ñ„ÐµÐºÑ‚ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.lai-more-button:hover {
  transform: scale(1.1);
  animation: none;
  box-shadow: 0 0 15px 0px rgba(255, 102, 0, 0.8);
}

.lai-more-button:hover::before
{
  backdrop-filter: blur(0px);
  background: rgba(0, 0, 0, 0.3);
}

.lai-more-button:hover span:nth-child(1) {
  opacity: 0;
}

.lai-more-button:hover span:nth-child(2) {
  opacity: 1;
}


.lai-more-button {
  animation1: pulse 2s infinite alternate;
}




/* CTA image / Image blured on hover / text centered */
.lai-cta-image-hover-blur {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lai-cta-image-hover-blur a {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
  min-width: 150px;
  max-width: 33%;
}

/* ÐšÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ° */
.lai-cta-image-hover-blur a img {
  width: 100%;
  object-fit: cover;
  transition: filter 0.3s ease-in-out;
}

/* Ð¢ÐµÐºÑÑ‚ (Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ ÑÐºÑ€Ñ‹Ñ‚) */
.lai-cta-image-hover-blur a span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: bold;
  color: white;
  padding: 2px 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  -webkit-text-stroke: 1px black;
}

/* Ð­Ñ„Ñ„ÐµÐºÑ‚ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.lai-cta-image-hover-blur a:hover img {
  filter: blur(5px);
}

.lai-cta-image-hover-blur a:hover span {
  opacity: 1;
}
</pre></body></html>