/* /Components/Comps/ContactBand.razor.rz.scp.css */
.band[b-1fd35d1zpi] {
  background: #ff9538;
  color: white;
  text-align: center;
  padding: 55px 20px;
}
.band a[b-1fd35d1zpi] {
  font-size: 38px;
  text-decoration: none;
}
.band p[b-1fd35d1zpi] {
  font-size: 20px;
  margin: 8px;
}
.band b[b-1fd35d1zpi] {
  display: block;
  font-size: 20px;
  color: #4b4b4b;
}
.band .station[b-1fd35d1zpi] {
  font-size: inherit;
  color: #4b4b4b;
  text-decoration: underline;
}
.band .station:hover[b-1fd35d1zpi] {
  color: white;
}
.band small[b-1fd35d1zpi] {
  display: block;
  margin-top: 10px;
  color: #343434;
}
@media (max-width: 600px) {
  .band a[b-1fd35d1zpi] {
    font-size: 28px;
  }
  .band .station[b-1fd35d1zpi] {
    font-size: inherit;
  }
  .band[b-1fd35d1zpi] {
    padding: 40px 15px;
  }
}
/* /Components/Comps/PageBanner.razor.rz.scp.css */
.banner[b-sc6r582bdk] {
  min-height: 250px;
  background: #1b1e26;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 35px;
}
.banner h1[b-sc6r582bdk] {
  font-size: 40px;
  margin: 0 0 30px;
}
.banner div[b-sc6r582bdk] {
  font-size: 17px;
}
.banner a[b-sc6r582bdk] {
  text-decoration: none;
}
.banner span[b-sc6r582bdk] {
  color: #ff9538;
  margin: 0 14px;
}
@media (max-width: 600px) {
  .banner[b-sc6r582bdk] {
    min-height: 190px;
  }
  .banner h1[b-sc6r582bdk] {
    font-size: 32px;
  }
}
/* /Components/Comps/PriceGrid.razor.rz.scp.css */
.price-grid[b-62nbx3e6us] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.price-grid article[b-62nbx3e6us] {
  background: #ffa14e;
  color: #212121;
  overflow: hidden;
  min-height: 310px;
}
.price-grid img[b-62nbx3e6us] {
  width: 100%;
  height: 125px;
  padding: 12px;
  object-fit: contain;
  display: block;
  background: #242226;
}
.price-grid div[b-62nbx3e6us] {
  padding: 25px;
}
.price-grid strong[b-62nbx3e6us] {
  font-size: 25px;
}
.price-grid h3[b-62nbx3e6us] {
  color: #777;
  font-size: 17px;
  font-weight: 500;
  margin: 20px 0 28px;
}
.price-grid small[b-62nbx3e6us] {
  color: white;
}
@media (max-width: 900px) {
  .price-grid[b-62nbx3e6us] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .price-grid[b-62nbx3e6us] {
    grid-template-columns: 1fr;
  }
  .price-grid article[b-62nbx3e6us] {
    min-height: auto;
  }
}
/* /Components/Comps/ServiceCards.razor.rz.scp.css */
.cards[b-pi9o1y8r9u] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.cards article[b-pi9o1y8r9u] {
  display: flex;
  gap: 16px;
  background: #171617;
  padding: 25px;
  min-height: 150px;
}
.cards span[b-pi9o1y8r9u] {
  color: #ff9538;
}
.cards h3[b-pi9o1y8r9u] {
  margin: 0 0 12px;
  font-size: 17px;
}
.cards p[b-pi9o1y8r9u] {
  color: #bcbcbc;
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
}
@media (max-width: 650px) {
  .cards[b-pi9o1y8r9u] {
    grid-template-columns: 1fr;
  }
}
/* /Components/Comps/SiteFooter.razor.rz.scp.css */
footer[b-dny6ppxidc] {
  background: #303030;
  color: #d5d5d5;
}
.grid[b-dny6ppxidc] {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
  padding: 75px 0;
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr 1.1fr;
  gap: 55px;
}
.grid h2[b-dny6ppxidc] {
  color: white;
  letter-spacing: 2px;
  margin: 0;
}
.grid small[b-dny6ppxidc] {
  letter-spacing: 3px;
}
.grid h3[b-dny6ppxidc] {
  color: white;
  margin: 5px 0 25px;
}
.grid a[b-dny6ppxidc] {
  display: block;
  text-decoration: none;
  margin: 14px 0;
  font-size: 14px;
}
.grid a:hover[b-dny6ppxidc] {
  color: #ff9538;
}
.grid p[b-dny6ppxidc] {
  font-size: 14px;
}
.grid img[b-dny6ppxidc] {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-radius: 4px;
}
.copy[b-dny6ppxidc] {
  text-align: center;
  background: #111216;
  color: #c9c9c9;
  padding: 23px;
  font-size: 13px;
  border-top: 1px solid #ff9538;
  box-shadow:
    inset 0 5px 22px #ff7b3638,
    0 -2px 18px #ff7b3655;
  text-shadow: 0 0 9px #ffffff52;
}
.copy a[b-dny6ppxidc] {
  display: inline;
  color: #ff9d55;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-shadow:
    0 0 8px #ff7b36,
    0 0 18px #ff7b3688;
  transition:
    color 0.2s,
    text-shadow 0.2s;
}
.copy a:hover[b-dny6ppxidc] {
  color: #fff;
  text-shadow:
    0 0 8px #fff,
    0 0 20px #ff7b36;
}
@media (max-width: 800px) {
  .grid[b-dny6ppxidc] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .grid[b-dny6ppxidc] {
    grid-template-columns: 1fr;
    padding: 50px 0;
  }
  .grid img[b-dny6ppxidc] {
    height: 220px;
  }
}
/* /Components/Comps/SiteHeader.razor.rz.scp.css */
.header[b-lqvs40mue2] {
  background: #1b1e26ef;
  backdrop-filter: blur(12px);
  padding: 22px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 8px 26px #0000001f;
}
.inner[b-lqvs40mue2] {
  width: min(1240px, calc(100% - 36px));
  margin: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand[b-lqvs40mue2] {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 240px;
}
.mark[b-lqvs40mue2] {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid #ff9538;
  border-radius: 50%;
  font-weight: 900;
}
.brand strong[b-lqvs40mue2] {
  display: block;
  font-size: 23px;
  letter-spacing: 2px;
}
.brand small[b-lqvs40mue2] {
  font-size: 9px;
  letter-spacing: 2px;
}
.brand span:last-child[b-lqvs40mue2] {
  display: block;
}
nav[b-lqvs40mue2] {
  margin: auto;
}
.menu-toggle[b-lqvs40mue2],
.burger[b-lqvs40mue2] {
  display: none;
}
nav ul[b-lqvs40mue2] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav li[b-lqvs40mue2] {
  margin: 0;
  padding: 0;
}
nav a[b-lqvs40mue2] {
  display: block;
  text-decoration: none !important;
  font-size: 14px;
  padding: 9px 12px;
  border-radius: 7px;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}
nav a:hover[b-lqvs40mue2] {
  color: #ffae66;
  background: #ffffff0b;
  transform: translateY(-1px);
}
.phone[b-lqvs40mue2] {
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
.phone b[b-lqvs40mue2] {
  color: #ff733d;
}
@media (max-width: 900px) {
  .inner[b-lqvs40mue2] {
    gap: 18px;
  }
  .phone[b-lqvs40mue2] {
    margin-left: auto;
  }
  .brand[b-lqvs40mue2] {
    min-width: auto;
  }
}
@media (max-width: 760px) {
  .header[b-lqvs40mue2] {
    padding: 14px 0;
  }
  .inner[b-lqvs40mue2] {
    width: min(100% - 28px, 1240px);
  }
  .phone[b-lqvs40mue2] {
    display: none;
  }
  .brand[b-lqvs40mue2] {
    margin: 0;
  }
  nav[b-lqvs40mue2] {
    margin: 0 0 0 auto;
  }
  .burger[b-lqvs40mue2] {
    width: 44px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 8px;
    border: 1px solid #ff953866;
    border-radius: 8px;
    cursor: pointer;
  }
  .burger span[b-lqvs40mue2] {
    width: 100%;
    height: 2px;
    background: #ff9538;
    border-radius: 3px;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  nav ul[b-lqvs40mue2] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    gap: 4px;
    max-height: 0;
    padding: 0 14px;
    overflow: hidden;
    visibility: hidden;
    background: #1b1e26f7;
    border-bottom: 1px solid #ff953844;
    box-shadow: 0 16px 28px #0008;
    transition: max-height 0.3s ease, padding 0.3s ease, visibility 0.3s;
  }
  .menu-toggle:checked ~ ul[b-lqvs40mue2] {
    max-height: 390px;
    padding: 12px 14px 18px;
    visibility: visible;
  }
  .menu-toggle:checked + .burger span:nth-child(1)[b-lqvs40mue2] {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-toggle:checked + .burger span:nth-child(2)[b-lqvs40mue2] {
    opacity: 0;
  }
  .menu-toggle:checked + .burger span:nth-child(3)[b-lqvs40mue2] {
    transform: translateY(-8px) rotate(-45deg);
  }
  nav a[b-lqvs40mue2] {
    padding: 12px 14px;
    text-align: center;
  }
}
/* /Components/Comps/UsefulArticleLayout.razor.rz.scp.css */
.article-section[b-7jv1hsop1c] {
    padding: 80px 0 110px;
    background:
        radial-gradient(circle at 75% 15%, #ff95380d, transparent 34%),
        #1d1b1c;
}

.article-layout[b-7jv1hsop1c] {
    display: grid;
    grid-template-columns: 285px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}

.article-sidebar[b-7jv1hsop1c] {
    position: sticky;
    top: 115px;
    overflow: hidden;
    background: #252326;
    border: 1px solid #ffffff0d;
    border-radius: 14px;
    box-shadow: 0 20px 50px #0004;
}

.sidebar-heading[b-7jv1hsop1c] {
    padding: 25px;
    background: linear-gradient(135deg, #ff9538, #ff713d);
    color: #181719;
}

.sidebar-heading span[b-7jv1hsop1c],
.sidebar-heading strong[b-7jv1hsop1c] {
    display: block;
}

.sidebar-heading span[b-7jv1hsop1c] {
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.sidebar-heading strong[b-7jv1hsop1c] {
    font-size: 21px;
}

nav ul[b-7jv1hsop1c] {
    margin: 0;
    padding: 12px;
    list-style: none;
}

nav li + li[b-7jv1hsop1c] {
    border-top: 1px solid #ffffff0b;
}

nav a[b-7jv1hsop1c] {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px 12px;
    color: #d7d4d7;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    border-radius: 8px;
    transition: color 0.2s ease, background 0.2s ease;
}

nav a span[b-7jv1hsop1c] {
    color: #ff9538;
}

nav a:hover[b-7jv1hsop1c],
nav a.current[b-7jv1hsop1c] {
    color: #fff;
    background: #ff953814;
}

.sidebar-contact[b-7jv1hsop1c] {
    padding: 22px 25px;
    background: #171619;
}

.sidebar-contact small[b-7jv1hsop1c],
.sidebar-contact a[b-7jv1hsop1c] {
    display: block;
}

.sidebar-contact small[b-7jv1hsop1c] {
    margin-bottom: 6px;
    color: #aaa4aa;
}

.sidebar-contact a[b-7jv1hsop1c] {
    color: #ff9538;
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;
}

.article-card[b-7jv1hsop1c] {
    overflow: hidden;
    background: #252326;
    border: 1px solid #ffffff0d;
    border-radius: 16px;
    box-shadow: 0 25px 65px #0005;
}

.article-image[b-7jv1hsop1c] {
    width: 100%;
    height: 330px;
    display: block;
    padding: 24px;
    object-fit: contain;
    background: linear-gradient(145deg, #171619, #262328);
    filter: saturate(0.75) contrast(1.05);
}

.article-content[b-7jv1hsop1c] {
    padding: clamp(28px, 5vw, 62px);
}

.eyebrow[b-7jv1hsop1c] {
    margin: 0 0 12px;
    color: #ff9538;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.article-content h2[b-7jv1hsop1c] {
    margin: 0 0 34px;
    color: #fff;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
}

.article-content[b-7jv1hsop1c]  h3 {
    margin: 38px 0 14px;
    color: #ffad65;
    font-size: 23px;
}

.article-content[b-7jv1hsop1c]  p,
.article-content[b-7jv1hsop1c]  li {
    color: #cfcbcf;
    font-size: 17px;
    line-height: 1.8;
}

.article-content[b-7jv1hsop1c]  ul {
    margin: 20px 0 30px;
    padding-left: 0;
    list-style: none;
}

.article-content[b-7jv1hsop1c]  li {
    position: relative;
    padding: 8px 0 8px 27px;
    border-bottom: 1px solid #ffffff0a;
}

.article-content[b-7jv1hsop1c]  li::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 2px solid #ff9538;
    border-radius: 2px;
}

.article-content[b-7jv1hsop1c]  strong {
    color: #fff;
}

.article-content[b-7jv1hsop1c]  .related-link {
    color: #ff9538;
    text-decoration: none;
}

.article-content[b-7jv1hsop1c]  .related-link:hover {
    text-decoration: underline;
}

.station-link[b-7jv1hsop1c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 48px;
    padding: 22px 25px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(135deg, #ff9538, #e96335);
    border-radius: 10px;
    box-shadow: 0 12px 30px #ff713d2e;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.station-link:hover[b-7jv1hsop1c] {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px #ff713d4a;
}

.station-link span[b-7jv1hsop1c] {
    font-size: 21px;
}

@media (max-width: 850px) {
    .article-layout[b-7jv1hsop1c] {
        grid-template-columns: 1fr;
    }

    .article-sidebar[b-7jv1hsop1c] {
        position: static;
    }

    nav ul[b-7jv1hsop1c] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    nav li + li[b-7jv1hsop1c] {
        border-top: 0;
    }
}

@media (max-width: 560px) {
    .article-section[b-7jv1hsop1c] {
        padding: 45px 0 70px;
    }

    nav ul[b-7jv1hsop1c] {
        grid-template-columns: 1fr;
    }

    .article-image[b-7jv1hsop1c] {
        height: 220px;
    }

    .article-content[b-7jv1hsop1c]  p,
    .article-content[b-7jv1hsop1c]  li {
        font-size: 16px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-y1xz7nzrcp] {
  min-height: 100vh;
  background: #1d1b1c;
}
main[b-y1xz7nzrcp] {
  min-height: 50vh;
}

#blazor-error-ui[b-y1xz7nzrcp] {
  color-scheme: light only;
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-y1xz7nzrcp] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-581ifo4zd6],
.components-reconnect-repeated-attempt-visible[b-581ifo4zd6],
.components-reconnect-failed-visible[b-581ifo4zd6],
.components-pause-visible[b-581ifo4zd6],
.components-resume-failed-visible[b-581ifo4zd6],
.components-rejoining-animation[b-581ifo4zd6] {
  display: none;
}

#components-reconnect-modal.components-reconnect-show
  .components-reconnect-first-attempt-visible[b-581ifo4zd6],
#components-reconnect-modal.components-reconnect-show
  .components-rejoining-animation[b-581ifo4zd6],
#components-reconnect-modal.components-reconnect-paused
  .components-pause-visible[b-581ifo4zd6],
#components-reconnect-modal.components-reconnect-resume-failed
  .components-resume-failed-visible[b-581ifo4zd6],
#components-reconnect-modal.components-reconnect-retrying[b-581ifo4zd6],
#components-reconnect-modal.components-reconnect-retrying
  .components-reconnect-repeated-attempt-visible[b-581ifo4zd6],
#components-reconnect-modal.components-reconnect-retrying
  .components-rejoining-animation[b-581ifo4zd6],
#components-reconnect-modal.components-reconnect-failed[b-581ifo4zd6],
#components-reconnect-modal.components-reconnect-failed
  .components-reconnect-failed-visible[b-581ifo4zd6] {
  display: block;
}

#components-reconnect-modal[b-581ifo4zd6] {
  background-color: white;
  width: 20rem;
  margin: 20vh auto;
  padding: 2rem;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition:
    display 0.5s allow-discrete,
    overlay 0.5s allow-discrete;
  animation: components-reconnect-modal-fadeOutOpacity-b-581ifo4zd6 0.5s both;
  &[open] {
    animation:
      components-reconnect-modal-slideUp-b-581ifo4zd6 1.5s
        cubic-bezier(0.05, 0.89, 0.25, 1.02) 0.3s,
      components-reconnect-modal-fadeInOpacity-b-581ifo4zd6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
  }
}

#components-reconnect-modal[b-581ifo4zd6]::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  animation: components-reconnect-modal-fadeInOpacity-b-581ifo4zd6 0.5s ease-in-out;
  opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-581ifo4zd6 {
  0% {
    transform: translateY(30px) scale(0.95);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-581ifo4zd6 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-581ifo4zd6 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.components-reconnect-container[b-581ifo4zd6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

#components-reconnect-modal p[b-581ifo4zd6] {
  margin: 0;
  text-align: center;
}

#components-reconnect-modal button[b-581ifo4zd6] {
  border: 0;
  background-color: #6b9ed2;
  color: white;
  padding: 4px 24px;
  border-radius: 4px;
}

#components-reconnect-modal button:hover[b-581ifo4zd6] {
  background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-581ifo4zd6] {
  background-color: #6b9ed2;
}

.components-rejoining-animation[b-581ifo4zd6] {
  position: relative;
  width: 80px;
  height: 80px;
}

.components-rejoining-animation div[b-581ifo4zd6] {
  position: absolute;
  border: 3px solid #0087ff;
  opacity: 1;
  border-radius: 50%;
  animation: components-rejoining-animation-b-581ifo4zd6 1.5s cubic-bezier(0, 0.2, 0.8, 1)
    infinite;
}

.components-rejoining-animation div:nth-child(2)[b-581ifo4zd6] {
  animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-581ifo4zd6 {
  0% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact[b-ljlu7y1605] {
  padding: 55px 0 120px;
  min-height: 900px;
  text-align: center;
}
.contact h2[b-ljlu7y1605] {
  font-size: 28px;
  font-weight: 500;
}
.lead[b-ljlu7y1605] {
  font-size: 21px;
  margin: 90px 0 35px;
}
.contact > div > img[b-ljlu7y1605] {
  width: min(520px, 100%);
  height: 230px;
  padding: 18px;
  object-fit: contain;
}
.details[b-ljlu7y1605] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-top: 45px;
}
.details article:last-child[b-ljlu7y1605] {
  grid-column: 1/-1;
}
.details i[b-ljlu7y1605] {
  color: #ff9538;
  font-size: 25px;
  font-style: normal;
}
.details h3[b-ljlu7y1605] {
  margin: 10px 0;
}
.details p[b-ljlu7y1605] {
  color: #ccc;
}
.details a[b-ljlu7y1605] {
  text-decoration: none;
}
@media (max-width: 600px) {
  .details[b-ljlu7y1605] {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .details article:last-child[b-ljlu7y1605] {
    grid-column: auto;
  }
  .contact[b-ljlu7y1605] {
    min-height: auto;
  }
  .lead[b-ljlu7y1605] {
    margin-top: 50px;
  }
}
/* /Components/Pages/Downloads.razor.rz.scp.css */
.download-list[b-kpd05kewvr] {
    display: grid;
    gap: 18px;
    margin-top: 35px;
}

.download-card[b-kpd05kewvr] {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 22px;
    padding: 25px;
    background: #18171a;
    border: 1px solid #ffffff0d;
    border-radius: 12px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.download-card:hover[b-kpd05kewvr] {
    transform: translateY(-2px);
    border-color: #ff953855;
}

.document-icon[b-kpd05kewvr] {
    width: 60px;
    height: 70px;
    display: grid;
    place-items: center;
    color: #181719;
    font-size: 13px;
    font-weight: 900;
    background: linear-gradient(145deg, #ffad65, #ff713d);
    border-radius: 8px 8px 8px 2px;
    box-shadow: 0 8px 20px #ff713d26;
}

.download-card h3[b-kpd05kewvr] {
    margin: 0 0 8px;
    color: #fff;
}

.download-card p[b-kpd05kewvr] {
    margin-top: 0;
}

.download-card a[b-kpd05kewvr] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff9538;
    font-weight: 700;
    text-decoration: none;
}

.download-card a:hover[b-kpd05kewvr] {
    color: #ffc18b;
}

.download-card a span[b-kpd05kewvr] {
    font-size: 20px;
}

@media (max-width: 560px) {
    .download-card[b-kpd05kewvr] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-x0hf01ub8d] {
  text-align: center;
  background:
    radial-gradient(circle at 50% 15%, #ff95380c, transparent 40%),
    #1d1b1c;
  padding: 70px 0 110px;
  border-bottom: 4px solid #ff9538;
}
.hero .container[b-x0hf01ub8d] {
  width: min(1680px, calc(100% - 48px));
}
.hero p[b-x0hf01ub8d] {
  margin: 12px 0;
}
.hero .phone[b-x0hf01ub8d] {
  font-size: clamp(38px, 4vw, 68px);
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: 0 4px 24px #0008;
}
.hero h1[b-x0hf01ub8d] {
  font-size: clamp(38px, 4.35vw, 76px);
  color: #ff9538;
  margin: 16px 0 6px;
  line-height: 1.05;
  letter-spacing: -1px;
  text-wrap: balance;
  text-shadow: 0 5px 30px #ff953824;
}
.hero h2[b-x0hf01ub8d] {
  font-size: clamp(24px, 2.3vw, 42px);
  margin: 8px 0 18px;
  font-weight: 500;
}
.hero .accent[b-x0hf01ub8d] {
  font-size: clamp(23px, 2.25vw, 40px);
  color: #ff9538;
}
.hero .documents[b-x0hf01ub8d] {
  font-size: clamp(16px, 1.45vw, 27px);
}
.hero .station[b-x0hf01ub8d] {
  display: inline-block;
  margin: 10px 0 4px;
  color: #ff9538;
  font-size: clamp(19px, 1.8vw, 32px);
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
.hero .station:hover[b-x0hf01ub8d] {
  color: #ffb16d;
  text-shadow: 0 0 16px #ff953866;
}
.hero .advice[b-x0hf01ub8d] {
  font-size: clamp(22px, 2.15vw, 39px);
}
.hero h3[b-x0hf01ub8d] {
  max-width: 1500px;
  margin: 14px auto 0;
  color: #ff9538;
  font-size: clamp(30px, 3.1vw, 55px);
  line-height: 1.1;
  text-wrap: balance;
}
.prices[b-x0hf01ub8d] {
  background: #ff9538;
  padding: 70px 0;
}
.prices h2[b-x0hf01ub8d] {
  font-size: 36px;
  margin: 0;
}
.prices p[b-x0hf01ub8d] {
  margin-top: 3px;
}
.quick-grid[b-x0hf01ub8d] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 35px 0;
}
.quick-grid article[b-x0hf01ub8d] {
  background: rgba(255, 255, 255, 0.17);
  padding-bottom: 25px;
  box-shadow: 0 9px 20px #b55d2540;
}
.quick-grid img[b-x0hf01ub8d] {
  width: 100%;
  height: 130px;
  padding: 10px;
  object-fit: contain;
  background: #29262a;
}
.quick-grid strong[b-x0hf01ub8d],
.quick-grid span[b-x0hf01ub8d],
.quick-grid small[b-x0hf01ub8d] {
  display: block;
  margin: 18px 24px;
}
.quick-grid strong[b-x0hf01ub8d] {
  font-size: 21px;
  color: #222;
}
.prices > a[b-x0hf01ub8d] {
  display: block;
  text-align: right;
  color: #222;
}
.services[b-x0hf01ub8d],
.why[b-x0hf01ub8d] {
  padding: 90px 0;
}
.split[b-x0hf01ub8d] {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 75px;
}
.services h2[b-x0hf01ub8d],
.why h2[b-x0hf01ub8d] {
  font-size: 34px;
  margin: 0;
}
.services p[b-x0hf01ub8d],
.why p[b-x0hf01ub8d] {
  line-height: 1.7;
  color: #d4d4d4;
}
.why img[b-x0hf01ub8d] {
  width: 100%;
  height: 330px;
  padding: 20px;
  object-fit: contain;
}
.why label[b-x0hf01ub8d] {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 13px;
}
.why progress[b-x0hf01ub8d] {
  width: 100%;
  accent-color: #ff9538;
}
@media (max-width: 800px) {
  .quick-grid[b-x0hf01ub8d] {
    grid-template-columns: repeat(2, 1fr);
  }
  .split[b-x0hf01ub8d] {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 520px) {
  .quick-grid[b-x0hf01ub8d] {
    grid-template-columns: 1fr;
  }
  .hero[b-x0hf01ub8d] {
    padding: 48px 0 70px;
  }
  .hero .container[b-x0hf01ub8d] {
    width: min(100% - 28px, 1680px);
  }
  .hero .phone[b-x0hf01ub8d] {
    letter-spacing: 0;
  }
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
.pricing[b-htjd0ascv5] {
  padding: 80px 0 110px;
}
.pricing header[b-htjd0ascv5] {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 45px;
}
.pricing h2[b-htjd0ascv5] {
  color: #ff9538;
  font-size: 32px;
  margin: 0;
}
.pricing strong[b-htjd0ascv5] {
  display: block;
  color: #ff9538;
  font-size: 44px;
  margin: 10px;
}
.pricing p[b-htjd0ascv5] {
  color: #ff9538;
  font-size: 18px;
  margin: 0;
}
.pricing a[b-htjd0ascv5] {
  display: block;
  font-size: 18px;
  margin: 12px;
  text-decoration: none;
  transition: color 0.2s;
}
.pricing a:hover[b-htjd0ascv5] {
  color: #ff9538;
}
@media (max-width: 600px) {
  .pricing strong[b-htjd0ascv5] {
    font-size: 32px;
  }
  .pricing[b-htjd0ascv5] {
    padding-top: 55px;
  }
}
/* /Components/Pages/Services.razor.rz.scp.css */
.rows[b-65ks0dsu9d] {
  background: #1d1b1c;
}
.pair[b-65ks0dsu9d] {
  padding: 55px max(40px, calc((100% - 1120px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  min-height: 235px;
}
.pair.orange[b-65ks0dsu9d] {
  background: #ff9538;
}
.pair h2[b-65ks0dsu9d] {
  font-size: 29px;
  margin-top: 0;
}
.pair p[b-65ks0dsu9d] {
  line-height: 1.7;
}
.pair img[b-65ks0dsu9d] {
  width: 100%;
  height: 210px;
  padding: 15px;
  object-fit: contain;
}
@media (max-width: 700px) {
  .pair[b-65ks0dsu9d] {
    grid-template-columns: 1fr;
    padding: 45px 25px;
    gap: 25px;
  }
}
/* /Components/Pages/Useful.razor.rz.scp.css */
.useful[b-1zsrk2es1d] {
  padding: 85px 0 115px;
  background:
    radial-gradient(circle at 50% 0, #ff95380d, transparent 35%),
    #1d1b1c;
}

.useful header[b-1zsrk2es1d] {
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.useful h2[b-1zsrk2es1d] {
  margin: 0;
  font-size: clamp(34px, 4vw, 48px);
}

.useful header strong[b-1zsrk2es1d] {
  display: block;
  margin: 12px 0 8px;
  color: #fff;
  font-size: clamp(34px, 4vw, 50px);
}

.useful .station[b-1zsrk2es1d] {
  display: block;
  color: #ff9538;
  font-size: 19px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.useful .station:hover[b-1zsrk2es1d] {
  color: #ffc18b;
}

.useful header p[b-1zsrk2es1d] {
  margin: 35px 0 0;
  color: #c8c4c8;
  font-size: 19px;
  line-height: 1.6;
}

.info-grid[b-1zsrk2es1d] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.info-card[b-1zsrk2es1d] {
  min-width: 0;
  color: inherit;
  text-decoration: none;
  border-radius: 15px;
  outline: none;
}

.info-card article[b-1zsrk2es1d] {
  height: 100%;
  overflow: hidden;
  background: linear-gradient(155deg, #29262a, #211f22);
  border: 1px solid #ffffff0d;
  border-radius: 15px;
  box-shadow: 0 18px 45px #0004;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.info-card:hover article[b-1zsrk2es1d],
.info-card:focus-visible article[b-1zsrk2es1d] {
  transform: translateY(-7px);
  border-color: #ff953866;
  box-shadow: 0 24px 55px #0007, 0 0 24px #ff953812;
}

.image-wrap[b-1zsrk2es1d] {
  position: relative;
  height: 205px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 55%, #ff953825, transparent 52%),
    #18171a;
  border-bottom: 1px solid #ffffff0b;
}

.image-wrap[b-1zsrk2es1d]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ff9538, transparent);
  opacity: 0.65;
}

.image-wrap img[b-1zsrk2es1d] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 16px #0009);
  transition: transform 0.35s ease;
}

.info-card:hover img[b-1zsrk2es1d],
.info-card:focus-visible img[b-1zsrk2es1d] {
  transform: scale(1.06);
}

.card-number[b-1zsrk2es1d] {
  position: absolute;
  top: 15px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #181719;
  font-size: 12px;
  font-weight: 900;
  background: #ff9538;
  border-radius: 50%;
  box-shadow: 0 8px 18px #0005;
}

.card-content[b-1zsrk2es1d] {
  display: flex;
  min-height: 235px;
  flex-direction: column;
  padding: 27px;
}

.card-content h3[b-1zsrk2es1d] {
  margin: 0 0 13px;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.card-content p[b-1zsrk2es1d] {
  margin: 0 0 25px;
  color: #aaa6aa;
  font-size: 14px;
  line-height: 1.65;
}

.card-action[b-1zsrk2es1d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  color: #ff9538;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.card-action b[b-1zsrk2es1d] {
  font-size: 22px;
  transition: transform 0.2s ease;
}

.info-card:hover .card-action b[b-1zsrk2es1d],
.info-card:focus-visible .card-action b[b-1zsrk2es1d] {
  transform: translateX(5px);
}

@media (max-width: 850px) {
  .info-grid[b-1zsrk2es1d] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .useful[b-1zsrk2es1d] {
    padding: 55px 0 75px;
  }

  .info-grid[b-1zsrk2es1d] {
    grid-template-columns: 1fr;
  }

  .image-wrap[b-1zsrk2es1d] {
    height: 190px;
  }

  .card-content[b-1zsrk2es1d] {
    min-height: auto;
  }
}
