/* _content/MelonCut.Website/Components/Home/Home_AboutComponent.razor.rz.scp.css */
:root[b-q9q4prneo2] {
  --primaryColor: #FF9100;
  --blueColor: #2DAFF7;
  --blackColor: #130E06;
  --grayColor: #D9D9D9;
  --yellowColor: #F7D22D;
  --maxWidth: 1200px;
  --backgroundColor: var(--grayColor);
  --duration: 0.3s ease-in-out;
  --heightHeader: 100px;
  --border-radius: 9px;
}
.Dark *[b-q9q4prneo2] {
  color: #fff;
}
.about article[b-q9q4prneo2] {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-get[b-q9q4prneo2] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}
.about-get .item[b-q9q4prneo2] {
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.about-get .item-image[b-q9q4prneo2] {
  height: 200px;
  width: 100%;
}
.about-get .item-image img[b-q9q4prneo2] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-get .item-image._scale[b-q9q4prneo2] {
  transform: scale(1.2);
}
.about-get .item-description[b-q9q4prneo2] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  margin-top: 10px;
}
.about-get .item-description span[b-q9q4prneo2] {
  font-size: 1.5rem;
  color: var(--blackColor);
  font-weight: bold;
  text-wrap-style: balance;
}
.about-get .item-description p[b-q9q4prneo2] {
  color: #1F1F1F;
  text-wrap-style: balance;
  margin: 0;
}
.about-usage[b-q9q4prneo2] {
  width: 100%;
  background: var(--primaryColor);
  border: 12px solid #FFE6C5;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  gap: 20px;
}
.about-usage p[b-q9q4prneo2] {
  font-size: 1rem;
  max-width: 100%;
}
@media only screen and (min-width: 800px) {
  .about-get[b-q9q4prneo2] {
    grid-template-columns: 1.6fr 1fr 1fr;
  }
  .about-usage p[b-q9q4prneo2] {
    font-size: 1.2rem;
    max-width: 90%;
  }
}
/* _content/MelonCut.Website/Components/Home/Home_AboutDesignComponent.razor.rz.scp.css */
:root[b-qm9ljuqqgg] {
  --primaryColor: #FF9100;
  --blueColor: #2DAFF7;
  --blackColor: #130E06;
  --grayColor: #D9D9D9;
  --yellowColor: #F7D22D;
  --maxWidth: 1200px;
  --backgroundColor: var(--grayColor);
  --duration: 0.3s ease-in-out;
  --heightHeader: 100px;
  --border-radius: 9px;
}
.Dark *[b-qm9ljuqqgg] {
  color: #fff;
}
.about article[b-qm9ljuqqgg] {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-get[b-qm9ljuqqgg] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}
.about-get .item[b-qm9ljuqqgg] {
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  padding-block: 20px;
  flex-direction: column;
  gap: 20px;
}
.about-get .item-image[b-qm9ljuqqgg] {
  height: 200px;
  width: 100%;
}
.about-get .item-image img[b-qm9ljuqqgg] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-get .item-description[b-qm9ljuqqgg] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}
.about-get .item-description span[b-qm9ljuqqgg] {
  font-size: 1.5rem;
  color: var(--blackColor);
  font-weight: bold;
  text-wrap-style: balance;
}
.about-get .item-description p[b-qm9ljuqqgg] {
  color: #1F1F1F;
  text-wrap-style: balance;
  margin: 0;
}
.about-usage[b-qm9ljuqqgg] {
  width: 100%;
  background: linear-gradient(93.68deg, rgba(0, 0, 0, 0) -3.49%, rgba(0, 130, 118, 0.38) -3.09%, rgba(255, 145, 0, 0) 119.12%), linear-gradient(0deg, #EBEBEB, #EBEBEB), rgba(255, 255, 255, 0.05);
  border: 12px solid #e1e1e1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  gap: 20px;
}
.about-usage p[b-qm9ljuqqgg] {
  font-size: 1rem;
  max-width: 100%;
}
@media only screen and (min-width: 800px) {
  .about-get[b-qm9ljuqqgg] {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .about-usage p[b-qm9ljuqqgg] {
    font-size: 1.2rem;
    max-width: 90%;
  }
}
/* _content/MelonCut.Website/Components/Home/Home_ClientsComponent.razor.rz.scp.css */
:root[b-el2qft8rry] {
  --primaryColor: #FF9100;
  --blueColor: #2DAFF7;
  --blackColor: #130E06;
  --grayColor: #D9D9D9;
  --yellowColor: #F7D22D;
  --maxWidth: 1200px;
  --backgroundColor: var(--grayColor);
  --duration: 0.3s ease-in-out;
  --heightHeader: 100px;
  --border-radius: 9px;
}
.Dark *[b-el2qft8rry] {
  color: #fff;
}
.clients[b-el2qft8rry] {
  background-color: #fff;
}
.clients article[b-el2qft8rry] {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.clients-list[b-el2qft8rry] {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.clients-list .client[b-el2qft8rry] {
  width: 250px;
  aspect-ratio: 1/0.8;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in-out;
}
.clients-list .client:hover[b-el2qft8rry] {
  border-color: rgba(0, 0, 0, 0.4);
}
.clients-list .client img[b-el2qft8rry] {
  width: 100%;
  object-fit: contain;
}
.clients-link[b-el2qft8rry] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
/* _content/MelonCut.Website/Components/Home/Home_ContactComponent.razor.rz.scp.css */
:root[b-8jocusn9x7] {
  --primaryColor: #FF9100;
  --blueColor: #2DAFF7;
  --blackColor: #130E06;
  --grayColor: #D9D9D9;
  --yellowColor: #F7D22D;
  --maxWidth: 1200px;
  --backgroundColor: var(--grayColor);
  --duration: 0.3s ease-in-out;
  --heightHeader: 100px;
  --border-radius: 9px;
}
.Dark *[b-8jocusn9x7] {
  color: #fff;
}
.contact article[b-8jocusn9x7] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  text-align: center;
  overflow: visible;
}
.contact article p[b-8jocusn9x7] {
  font-size: 1.2rem;
}
.contact .--button[b-8jocusn9x7] {
  box-shadow: 0 9px rgba(255, 143, 30, 0.15), 0px 41.7776px 33.4221px rgba(255, 169, 30, 0.107828), 0px 22.3363px 17.869px rgba(255, 150, 30, 0.0894161), 0px 12.5216px 10.0172px rgba(255, 158, 30, 0.075), 0px 6.6501px 5.32008px rgba(255, 120, 30, 0.0605839), 0px 2.76726px 2.21381px #ff801e;
}
/* _content/MelonCut.Website/Components/Home/Home_DriveComponent.razor.rz.scp.css */
:root[b-2lqndaaogo] {
  --primaryColor: #FF9100;
  --blueColor: #2DAFF7;
  --blackColor: #130E06;
  --grayColor: #D9D9D9;
  --yellowColor: #F7D22D;
  --maxWidth: 1200px;
  --backgroundColor: var(--grayColor);
  --duration: 0.3s ease-in-out;
  --heightHeader: 100px;
  --border-radius: 9px;
}
.Dark *[b-2lqndaaogo] {
  color: #fff;
}
.drive[b-2lqndaaogo] {
  background: linear-gradient(0deg, #130e06c2, #130e06c2), conic-gradient(from 181.06deg at 50% 50%, rgba(255, 145, 0, 0.21) 0deg, rgba(0, 0, 0, 0) 172.66deg, #ff91005c 281.25deg, rgba(255, 145, 0, 0.21) 360deg), linear-gradient(0deg, #130E06, #130E06), rgba(255, 255, 255, 0.05);
  margin-top: 50px;
}
.drive article[b-2lqndaaogo] {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.drive-title[b-2lqndaaogo] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.drive-title h2[b-2lqndaaogo] {
  background: linear-gradient(to right, #fff 40%, var(--primaryColor));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.drive-title img[b-2lqndaaogo] {
  width: 50px;
  object-fit: contain;
}
.drive-list[b-2lqndaaogo] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}
.drive-list .item[b-2lqndaaogo] {
  width: 100%;
  max-width: 350px;
  position: relative;
  background: linear-gradient(0deg, #130e06c2, #130e06c2), conic-gradient(from 181.06deg at 50% 50%, rgba(255, 145, 0, 0.21) 0deg, rgba(0, 0, 0, 0) 172.66deg, #ff91005c 281.25deg, rgba(255, 145, 0, 0.21) 360deg), linear-gradient(0deg, #130E06, #130E06), rgba(255, 255, 255, 0.05);
  border-radius: 13px;
  padding: 20px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d95c;
}
.drive-list .item span[b-2lqndaaogo] {
  font-size: 1.5rem;
}
.drive-list .item p[b-2lqndaaogo] {
  font-size: 0.9rem;
}
.drive-list .item-icon[b-2lqndaaogo] {
  position: absolute;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--grayColor);
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--blackColor);
}
.drive-list .item-icon[b-2lqndaaogo]  svg {
  width: 100%;
}
.drive-list .item-icon[b-2lqndaaogo]  svg .--svg-fill {
  fill: #fff;
}
.drive-list .item[b-2lqndaaogo]:before,
.drive-list .item[b-2lqndaaogo]:after {
  position: absolute;
  content: "";
  width: 10px;
  background: url("/img/star.png") no-repeat center center;
  top: 20px;
}
.drive-list .item[b-2lqndaaogo]:before {
  left: 20px;
}
.drive-list .item[b-2lqndaaogo]:after {
  right: 20px;
}
/* _content/MelonCut.Website/Components/Home/Home_HeroComponent.razor.rz.scp.css */
:root[b-hz5l91p2tt] {
  --primaryColor: #FF9100;
  --blueColor: #2DAFF7;
  --blackColor: #130E06;
  --grayColor: #D9D9D9;
  --yellowColor: #F7D22D;
  --maxWidth: 1200px;
  --backgroundColor: var(--grayColor);
  --duration: 0.3s ease-in-out;
  --heightHeader: 100px;
  --border-radius: 9px;
}
.Dark *[b-hz5l91p2tt] {
  color: #fff;
}
.hero[b-hz5l91p2tt] {
  width: 100%;
  background: url("/img/bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.hero[b-hz5l91p2tt]:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: #00000038;
  inset: 0;
}
.hero article[b-hz5l91p2tt] {
  z-index: 2;
  width: 100%;
  position: relative;
  min-height: clamp(500px, 80vh, 900px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  mix-blend-mode: lighten;
  overflow: visible;
}
@media only screen and (min-width: 800px) {
  .hero article[b-hz5l91p2tt] {
    justify-content: flex-start;
    text-align: left;
  }
}
.hero article[b-hz5l91p2tt]:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("/img/eye.png") no-repeat center;
  background-size: contain;
  z-index: 1;
}
.hero-body[b-hz5l91p2tt] {
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
  position: relative;
  align-items: center;
  max-width: 500px;
}
@media only screen and (min-width: 800px) {
  .hero-body[b-hz5l91p2tt] {
    max-width: 600px;
    align-items: flex-start;
  }
}
.hero-body .title[b-hz5l91p2tt] {
  position: relative;
}
.hero-body .title[b-hz5l91p2tt]  svg {
  position: absolute;
  left: -40px;
  top: -40px;
  width: 100%;
  max-width: 100px;
  z-index: 1;
}
.hero-body .title h1[b-hz5l91p2tt] {
  z-index: 2;
  position: relative;
}
.hero-body h1[b-hz5l91p2tt] {
  line-height: 1.5em;
}
@media only screen and (min-width: 800px) {
  .hero-body h1[b-hz5l91p2tt] {
    line-height: 1em;
  }
}
.hero-body p[b-hz5l91p2tt] {
  text-wrap-style: balance;
  line-height: 2rem;
  font-size: 1.2rem;
}
.hero-body .buttons[b-hz5l91p2tt] {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  align-self: center;
}
@media only screen and (min-width: 800px) {
  .hero-body .buttons[b-hz5l91p2tt] {
    align-self: flex-start;
  }
}
/* _content/MelonCut.Website/Components/Home/Home_WhyComponent.razor.rz.scp.css */
:root[b-it31nise3r] {
  --primaryColor: #FF9100;
  --blueColor: #2DAFF7;
  --blackColor: #130E06;
  --grayColor: #D9D9D9;
  --yellowColor: #F7D22D;
  --maxWidth: 1200px;
  --backgroundColor: var(--grayColor);
  --duration: 0.3s ease-in-out;
  --heightHeader: 100px;
  --border-radius: 9px;
}
.Dark *[b-it31nise3r] {
  color: #fff;
}
.why article[b-it31nise3r] {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.why-top[b-it31nise3r] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
}
.why-top .left[b-it31nise3r] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-top .left > div:last-child[b-it31nise3r] {
  border: 1px solid #44444461;
  border-radius: 10px;
  padding: 20px;
}
.why-top .left > div:last-child p span[b-it31nise3r] {
  color: var(--primaryColor);
}
.why-top .right[b-it31nise3r] {
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}
.why-top .right img[b-it31nise3r] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-botton[b-it31nise3r] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.why-botton > span[b-it31nise3r] {
  background: linear-gradient(to right, var(--blackColor) 40%, #884f05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: bold;
}
.why-botton div[b-it31nise3r] {
  border-radius: 10px;
  border: 1px solid var(--primaryColor);
  padding: 20px;
  text-align: left;
  max-width: 1000px;
}
.why-botton div p span[b-it31nise3r] {
  color: var(--primaryColor);
}
@media only screen and (min-width: 800px) {
  .why-top[b-it31nise3r] {
    grid-template-columns: 1fr 1fr;
  }
  .why-botton div[b-it31nise3r] {
    text-align: center;
  }
}
/* _content/MelonCut.Website/Layout/Footer.razor.rz.scp.css */
:root[b-ns1dfm0xrp] {
  --primaryColor: #FF9100;
  --blueColor: #2DAFF7;
  --blackColor: #130E06;
  --grayColor: #D9D9D9;
  --yellowColor: #F7D22D;
  --maxWidth: 1200px;
  --backgroundColor: var(--grayColor);
  --duration: 0.3s ease-in-out;
  --heightHeader: 100px;
  --border-radius: 9px;
}
.Dark *[b-ns1dfm0xrp] {
  color: #fff;
}
.footer[b-ns1dfm0xrp] {
  overflow: hidden;
}
.footer article[b-ns1dfm0xrp] {
  width: 100%;
  padding-bottom: 20px;
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-left span[b-ns1dfm0xrp] {
  font-size: 0.8rem;
}
.footer-right[b-ns1dfm0xrp] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
}
.footer-right li a[b-ns1dfm0xrp] {
  font-size: 0.8rem;
  font-weight: bold;
  transition: all var(--duration);
  text-decoration: underline;
}
.footer-right li a:hover[b-ns1dfm0xrp] {
  opacity: 0.6;
}
@media only screen and (min-width: 600px) {
  .footer article[b-ns1dfm0xrp] {
    justify-content: space-between;
  }
}
/* _content/MelonCut.Website/Layout/Header.razor.rz.scp.css */
:root[b-4fo1v58jox] {
  --primaryColor: #FF9100;
  --blueColor: #2DAFF7;
  --blackColor: #130E06;
  --grayColor: #D9D9D9;
  --yellowColor: #F7D22D;
  --maxWidth: 1200px;
  --backgroundColor: var(--grayColor);
  --duration: 0.3s ease-in-out;
  --heightHeader: 100px;
  --border-radius: 9px;
}
.Dark *[b-4fo1v58jox] {
  color: #fff;
}
.header[b-4fo1v58jox] {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all var(--duration);
}
.header article[b-4fo1v58jox] {
  display: flex;
  padding-block: 20px;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  transition: all var(--duration);
  height: var(--heightHeader);
}
.header-logo[b-4fo1v58jox] {
  max-width: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--duration);
}
.header-logo[b-4fo1v58jox]  svg {
  width: 100%;
}
.header-links[b-4fo1v58jox] {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header-links[b-4fo1v58jox]  li a {
  padding: 5px 20px;
  background-color: transparent;
  transition: all var(--duration);
  border: 1px solid #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-links[b-4fo1v58jox]  li a span {
  transition: all var(--duration);
  color: #fff;
  font-size: 1rem;
}
.header-links[b-4fo1v58jox]  li a:hover,
.header-links[b-4fo1v58jox]  li a.active {
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}
.header-links[b-4fo1v58jox]  li a:hover span,
.header-links[b-4fo1v58jox]  li a.active span {
  color: #fff;
}
.header-burger[b-4fo1v58jox] {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
  background: none;
  border: none;
}
.header-burger > div[b-4fo1v58jox] {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 3px 0;
  transition: all var(--duration);
  border-radius: 2px;
}
.mobile[b-4fo1v58jox] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, var(--blackColor), rgba(19, 14, 6, 0.95));
  backdrop-filter: blur(10px);
  transform: translateX(-100%);
  transition: transform var(--duration);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  z-index: 9998;
}
.mobile-links[b-4fo1v58jox] {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
}
.mobile-links[b-4fo1v58jox]  li {
  opacity: 0;
  transform: translateY(30px);
  transition: all var(--duration);
}
.mobile-links[b-4fo1v58jox]  li * {
  color: #fff;
}
.mobile-links[b-4fo1v58jox]  li a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 15px 30px;
  border: 2px solid transparent;
  border-radius: var(--border-radius);
  transition: all var(--duration);
  display: block;
  position: relative;
  overflow: hidden;
}
.mobile-links[b-4fo1v58jox]  li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--primaryColor), transparent);
  transition: left 0.5s;
}
.mobile-links[b-4fo1v58jox]  li a:hover,
.mobile-links[b-4fo1v58jox]  li a.active {
  color: var(--primaryColor);
  border-color: var(--primaryColor);
  transform: scale(1.1);
  text-shadow: 0 0 10px rgba(255, 145, 0, 0.5);
}
.mobile-links[b-4fo1v58jox]  li a:hover:before,
.mobile-links[b-4fo1v58jox]  li a.active:before {
  left: 100%;
}
._open .header-burger > div:nth-child(1)[b-4fo1v58jox] {
  transform: rotate(45deg) translate(6px, 6px);
}
._open .header-burger > div:nth-child(2)[b-4fo1v58jox] {
  opacity: 0;
}
._open .header-burger > div:nth-child(3)[b-4fo1v58jox] {
  transform: rotate(-45deg) translate(6px, -6px);
}
._open .mobile[b-4fo1v58jox] {
  transform: translateX(0);
}
._open .mobile-links[b-4fo1v58jox]  li {
  opacity: 1;
  transform: translateY(0);
}
._open .mobile-links[b-4fo1v58jox]  li:nth-child(1) {
  transition-delay: 0.1s;
}
._open .mobile-links[b-4fo1v58jox]  li:nth-child(2) {
  transition-delay: 0.2s;
}
._open .mobile-links[b-4fo1v58jox]  li:nth-child(3) {
  transition-delay: 0.3s;
}
._open .mobile-links[b-4fo1v58jox]  li:nth-child(4) {
  transition-delay: 0.4s;
}
._scroll .header[b-4fo1v58jox] {
  background-color: var(--blackColor);
}
._scroll .header article[b-4fo1v58jox] {
  height: 60px;
}
._scroll .header-logo[b-4fo1v58jox] {
  max-width: 150px;
}
._scroll .header-links li a[b-4fo1v58jox] {
  padding-inline: 10px;
}
@media only screen and (min-width: 1100px) {
  .header-burger[b-4fo1v58jox] {
    display: none;
  }
  .header-links[b-4fo1v58jox] {
    display: flex;
  }
  .mobile[b-4fo1v58jox] {
    display: none;
  }
  ._open[b-4fo1v58jox] {
    overflow-y: auto;
  }
}
/* _content/MelonCut.Website/Pages/Home.razor.rz.scp.css */
:root[b-8ryjv2t4g2] {
  --primaryColor: #FF9100;
  --blueColor: #2DAFF7;
  --blackColor: #130E06;
  --grayColor: #D9D9D9;
  --yellowColor: #F7D22D;
  --maxWidth: 1200px;
  --backgroundColor: var(--grayColor);
  --duration: 0.3s ease-in-out;
  --heightHeader: 100px;
  --border-radius: 9px;
}
.Dark *[b-8ryjv2t4g2] {
  color: #fff;
}
