.elementor-32 .elementor-element.elementor-element-9c4f199{--display:flex;}.elementor-32 .elementor-element.elementor-element-a32fcef{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-0c5d14e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-e28b487{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-42990de{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-ebbd78d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-ebbd78d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-32 .elementor-element.elementor-element-e6f1089{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-087dfef{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-7fe998a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-9592020{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-2c0c160{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-0b5082e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-32 .elementor-element.elementor-element-a32fcef{--padding-top:80px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-ebbd78d{--width:344px;}}/* Start custom CSS for html, class: .elementor-element-9915b59 */.olivko-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999999;
  font-family:'Poppins',Arial,sans-serif;
  background:rgba(255,253,246,.90);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(95,115,50,.14);
  transition:.28s ease;
}

.olivko-header *{
  box-sizing:border-box;
}

.olivko-header.is-scrolled{
  background:rgba(255,253,246,.97);
  box-shadow:0 18px 45px rgba(34,45,18,.13);
}

.olivko-announce{
  height:34px;
  overflow:hidden;
  background:linear-gradient(90deg,#101b0b,#1d2c12,#101b0b);
  border-bottom:1px solid rgba(241,213,123,.24);
  transition:.28s ease;
}

.olivko-header.is-scrolled .olivko-announce{
  height:26px;
}

.olivko-announce__track{
  height:100%;
  width:max-content;
  display:flex;
  align-items:center;
  animation:olivkoLoop 28s linear infinite;
}

.olivko-announce__track span{
  display:inline-flex;
  align-items:center;
  padding:0 34px;
  white-space:nowrap;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#f1d57b;
}

.olivko-announce__track span::after{
  content:"";
  width:5px;
  height:5px;
  margin-left:34px;
  border-radius:50%;
  background:#f1d57b;
  box-shadow:0 0 12px rgba(241,213,123,.55);
}

@keyframes olivkoLoop{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

.olivko-header__main{
  max-width:1280px;
  height:78px;
  margin:auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  transition:.28s ease;
}

.olivko-header.is-scrolled .olivko-header__main{
  height:64px;
}

.olivko-header__logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  flex:0 0 auto;
}

.olivko-header__logo img{
  display:block;
  max-height:62px;
  width:auto;
  transition:.28s ease;
}

.olivko-header.is-scrolled .olivko-header__logo img{
  max-height:48px;
}

.olivko-header__nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
}

.olivko-header__nav a{
  position:relative;
  color:#243018;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
  transition:.25s ease;
}

.olivko-header__nav > a:not(.olivko-header__wa-mobile)::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:linear-gradient(90deg,#617334,#f1d57b);
  transition:.25s ease;
}

.olivko-header__nav > a:not(.olivko-header__wa-mobile):hover{
  color:#617334;
}

.olivko-header__nav > a:not(.olivko-header__wa-mobile):hover::after{
  width:100%;
}

.olivko-header__wa{
  display:block;
  width:190px;
  max-width:100%;
  line-height:0;
  filter:drop-shadow(0 12px 22px rgba(36,48,24,.16));
  transition:.25s ease;
  flex:0 0 auto;
}

.olivko-header__wa img,
.olivko-header__wa-mobile img{
  width:100%;
  height:auto;
  display:block;
}

.olivko-header__wa:hover{
  transform:translateY(-3px);
}

.olivko-header.is-scrolled .olivko-header__wa{
  width:170px;
}

.olivko-header__toggle{
  display:none;
}

.olivko-header__burger{
  display:none;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(97,115,52,.28);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  background:rgba(255,255,255,.72);
  box-shadow:0 10px 25px rgba(34,45,18,.08);
}

.olivko-header__burger span{
  width:18px;
  height:2px;
  border-radius:999px;
  background:#617334;
  transition:.25s ease;
}

.olivko-header__wa-mobile{
  display:none;
}

@media(max-width:1120px){
  .olivko-header__nav{
    gap:16px;
  }

  .olivko-header__nav a{
    font-size:13px;
  }

  .olivko-header__wa{
    width:165px;
  }
}

@media(max-width:1050px){
  .olivko-header__main{
    height:70px;
    padding:0 18px;
  }

  .olivko-header.is-scrolled .olivko-header__main{
    height:58px;
  }

  .olivko-header__logo img{
    max-height:52px;
  }

  .olivko-header.is-scrolled .olivko-header__logo img{
    max-height:42px;
  }

  .olivko-header__burger{
    display:flex;
    order:3;
  }

  .olivko-header__wa{
    display:none;
  }

  .olivko-header__nav{
    position:absolute;
    left:18px;
    right:18px;
    top:104px;
    display:none;
    flex-direction:column;
    align-items:center;
    gap:0;
    padding:22px 20px 24px;
    border-radius:24px;
    background:rgba(255,253,246,.98);
    border:1px solid rgba(97,115,52,.18);
    box-shadow:0 24px 60px rgba(34,45,18,.18);
  }

  .olivko-header.is-scrolled .olivko-header__nav{
    top:84px;
  }

  .olivko-header__nav a:not(.olivko-header__wa-mobile){
    width:100%;
    text-align:center;
    padding:14px 0;
    border-bottom:1px solid rgba(97,115,52,.11);
    font-size:14px;
  }

  .olivko-header__nav a:not(.olivko-header__wa-mobile)::after{
    display:none;
  }

  .olivko-header__wa-mobile{
    display:block;
    width:210px;
    margin-top:18px;
    line-height:0;
    filter:drop-shadow(0 14px 26px rgba(36,48,24,.16));
  }

  .olivko-header__toggle:checked ~ .olivko-header__burger span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }

  .olivko-header__toggle:checked ~ .olivko-header__burger span:nth-child(2){
    opacity:0;
  }

  .olivko-header__toggle:checked ~ .olivko-header__burger span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .olivko-header__toggle:checked ~ .olivko-header__nav{
    display:flex;
  }
}

@media(max-width:767px){
  .olivko-announce{
    height:30px;
  }

  .olivko-header.is-scrolled .olivko-announce{
    height:24px;
  }

  .olivko-announce__track{
    animation-duration:22s;
  }

  .olivko-announce__track span{
    font-size:10px;
    padding:0 24px;
  }

  .olivko-announce__track span::after{
    margin-left:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b273ed */.mp-s2-image{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  line-height:0;
  background:#f6efd9;
}

.mp-s2-image picture,
.mp-s2-image img{
  width:100%;
  display:block;
}

.mp-s2-image img{
  height:auto;
  object-fit:cover;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6157a3f */.mp-s3-image{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  line-height:0;
  background:#f5efd9;
}

.mp-s3-image picture,
.mp-s3-image img{
  width:100%;
  display:block;
}

.mp-s3-image img{
  height:auto;
  object-fit:cover;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e5ef0c */.mp-s4-image{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  line-height:0;
  background:#f6ecd2;
}

.mp-s4-image picture,
.mp-s4-image img{
  width:100%;
  display:block;
}

.mp-s4-image img{
  height:auto;
  object-fit:cover;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2e2b7c */.mp-s5-image{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  line-height:0;
  background:#101b0c;
}

.mp-s5-image picture,
.mp-s5-image img{
  width:100%;
  display:block;
}

.mp-s5-image img{
  height:auto;
  object-fit:cover;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27b7816 */.oliv-footer{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
  color:#fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(229,197,112,.18), transparent 32%),
    radial-gradient(circle at 90% 100%, rgba(99,125,54,.18), transparent 36%),
    linear-gradient(135deg,#061008 0%,#102717 55%,#071008 100%);
}

.oliv-footer:before{
  content:"";
  position:absolute;
  inset:0;
  background:url('https://minsyampremium.com/wp-content/uploads/2026/06/parchment-background.jpeg') center/cover;
  opacity:.06;
  mix-blend-mode:screen;
}

.oliv-footer__wrap{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:auto;
  padding:88px 6% 58px;
  display:grid;
  grid-template-columns:.9fr 1.55fr;
  gap:80px;
}

.oliv-footer__brand{
  max-width:430px;
}

.oliv-footer__brand > img{
  width:175px;
  display:block;
  margin-bottom:24px;
}

.oliv-footer__brand p{
  margin:0;
  font-size:15px;
  line-height:1.9;
  color:rgba(255,255,255,.70);
}

.oliv-footer__btn-img{
  display:block;
  width:245px;
  max-width:100%;
  margin-top:30px;
  line-height:0;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.28));
  transition:.25s ease;
}

.oliv-footer__btn-img img{
  width:100%;
  height:auto;
  display:block;
}

.oliv-footer__btn-img:hover{
  transform:translateY(-4px);
}

.oliv-footer__links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:46px;
}

.oliv-footer__col{
  padding-top:24px;
  border-top:1px solid rgba(242,215,126,.28);
}

.oliv-footer h3{
  margin:0 0 22px;
  font-family:'Cormorant Garamond','Playfair Display',serif;
  font-size:30px;
  font-weight:600;
  color:#f2d77e;
}

.oliv-footer__col a{
  display:block;
  width:max-content;
  margin-bottom:13px;
  color:rgba(255,255,255,.70);
  text-decoration:none;
  font-size:14px;
  transition:.25s ease;
}

.oliv-footer__col a:hover{
  color:#f2d77e;
  transform:translateX(6px);
}

.oliv-footer__bottom{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:auto;
  padding:24px 6% 30px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  gap:18px;
  color:rgba(255,255,255,.48);
  font-size:13px;
}

@media(max-width:980px){
  .oliv-footer__wrap{
    grid-template-columns:1fr;
    gap:50px;
  }

  .oliv-footer__links{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .oliv-footer__wrap{
    padding:66px 24px 42px;
    grid-template-columns:1fr;
    gap:42px;
    text-align:center;
  }

  .oliv-footer__brand{
    max-width:100%;
    margin:auto;
  }

  .oliv-footer__brand > img{
    width:150px;
    margin:0 auto 20px;
  }

  .oliv-footer__brand p{
    max-width:320px;
    margin:auto;
    font-size:14px;
    line-height:1.75;
  }

  .oliv-footer__btn-img{
    width:205px;
    margin:24px auto 0;
  }

  .oliv-footer__btn-img:hover{
    transform:none;
  }

  .oliv-footer__links{
    grid-template-columns:1fr;
    gap:34px;
  }

  .oliv-footer__col{
    max-width:320px;
    width:100%;
    margin:auto;
    padding-top:22px;
  }

  .oliv-footer h3{
    font-size:27px;
    margin-bottom:17px;
  }

  .oliv-footer__col a{
    width:auto;
    margin-left:auto;
    margin-right:auto;
  }

  .oliv-footer__col a:hover{
    transform:none;
  }

  .oliv-footer__bottom{
    padding:22px 24px 28px;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:6px;
    font-size:12px;
    line-height:1.6;
  }
}/* End custom CSS */