@import 'Blossom/Sparc.Blossom.eqvhifgs2m.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Domains/AddDomain.razor.rz.scp.css */
form[b-vmbcgnsmid] {
  display: grid;
  grid-template-columns: auto 80px;
  align-items: center;
  gap: 8px;
}
form label input[b-vmbcgnsmid] {
  width: var(--container-width);
}

.error-message[b-vmbcgnsmid] {
  margin-top: 16px;
}
/* /Domains/DeleteModal.razor.rz.scp.css */
.modal[b-avyjym32sc] {
  display: none;
  max-width: 600px;
  width: 50vw;
  padding: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  border: 1px solid var(--blue-50);
  background: var(--blue-600);
  opacity: 1;
  z-index: 1000;
}
.modal h3[b-avyjym32sc] {
  width: 100%;
  text-align: center;
  font-family: var(--brother-printed);
  font-size: 2.4rem;
  font-weight: 600;
}
.modal h4[b-avyjym32sc] {
  width: 100%;
  font-family: var(--brother-printed);
  font-size: 3rem;
  text-align: center;
}
.modal.show[b-avyjym32sc] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 24px;
}
.modal-overlay[b-avyjym32sc] {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 600;
  animation: fadeOut 0.8s;
}
.modal-overlay.show[b-avyjym32sc] {
  display: block;
  animation: fadeIn 0.8s;
}
.modal .btn-container[b-avyjym32sc] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.modal .btn-container button[b-avyjym32sc] {
  width: 50%;
}
.modal .btn-container button[b-avyjym32sc]  svg path {
  stroke: var(--blue-700);
}
/* /Domains/DomainCard.razor.rz.scp.css */
.domain-card[b-hphpcde7j0] {
  padding: 32px;
  border-radius: 32px;
  border: 1px solid rgba(219, 243, 252, 0.2);
  background: rgba(79, 129, 153, 0.2);
  box-sizing: border-box;
  backdrop-filter: blur(4px);
}
.domain-card a[b-hphpcde7j0] {
  text-decoration: underline;
}
.domain-card header img[b-hphpcde7j0] {
  height: 32px;
}
.domain-card header h2[b-hphpcde7j0] {
  color: white;
  font-family: var(--brother-printed);
  font-size: 2rem;
  font-weight: 700;
  margin-top: 24px;
}
.domain-card header h2[b-hphpcde7j0]  svg {
  margin-left: 8px;
}
.domain-card ul.languages[b-hphpcde7j0] {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
  margin: 32px 0;
}
.domain-card ul.languages li[b-hphpcde7j0] {
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--blue-100);
  border: 1px solid var(--blue-100);
  color: var(--blue-700);
  font-size: 1.6rem;
  font-weight: 500;
}
.domain-card footer[b-hphpcde7j0] {
  border-top: 1px solid var(--blue-400);
  margin-top: 32px;
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.domain-card footer ul[b-hphpcde7j0] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
}
.domain-card footer li[b-hphpcde7j0] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.domain-card footer li span[b-hphpcde7j0] {
  color: var(--orange-300);
}
.domain-card > p[b-hphpcde7j0] {
  margin: 32px 0;
}
.domain-card .actions-btn[b-hphpcde7j0] {
  background: var(--blue-700);
  border: 1px solid var(--blue-600);
  border-radius: 20px;
  width: 100%;
  padding: 16px 24px;
  color: var(--blue-100);
  font-weight: 500;
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .domain-card .actions-btn[b-hphpcde7j0] {
    width: auto;
    margin-top: 0;
  }
}
.domain-card .delete-btn[b-hphpcde7j0] {
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .domain-card .delete-btn[b-hphpcde7j0] {
    margin-top: 0;
  }
}
/* /Domains/DomainList.razor.rz.scp.css */
article[b-4tamv01h3l] {
  width: var(--app-width);
  position: relative;
}
article .page-container[b-4tamv01h3l] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
article section[b-4tamv01h3l] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
article section header h3[b-4tamv01h3l] {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}
article section header .subheader[b-4tamv01h3l] {
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.1px;
}
article section h4[b-4tamv01h3l] {
  color: #FFF;
  font-family: var(--brother-printed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
article section.welcome[b-4tamv01h3l] {
  align-items: flex-start;
}
article section.welcome > img[b-4tamv01h3l] {
  height: 30px;
}
article section.welcome a[b-4tamv01h3l] {
  text-decoration: underline !important;
}
article section.welcome ul[b-4tamv01h3l] {
  font-size: 1.6rem;
  padding-left: 32px;
}
article section.welcome ul li[b-4tamv01h3l] {
  margin: 8px 0;
}
article section.welcome aside[b-4tamv01h3l] {
  font-weight: 600;
  font-style: italic;
  color: var(--orange-300);
}
article section.welcome span[b-4tamv01h3l] {
  color: var(--orange-300);
}
article section.add-domain .btn-container[b-4tamv01h3l] {
  width: 100%;
  /*button {
      display: flex;
      width: 100%;
      height: 48px;
      padding: 16px 24px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      border-radius: 20px;
      border: 1px solid var(--orange-300, #FF945E);
      background: var(--orange-300, #FF945E);
      color: var(--blue-700, #07374F);*/
  /* Body/Regular/Medium */
  /*font-family: var(--articulat);
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
  }*/
}
article aside[b-4tamv01h3l] {
  font-size: 1.4rem;
  margin: 24px 0;
  font-style: italic;
}
article section.trial[b-4tamv01h3l] {
  background: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
article section.trial h2[b-4tamv01h3l] {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
article section.trial p[b-4tamv01h3l], article section.trial li[b-4tamv01h3l] {
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 1.1px;
  line-height: 150%;
}
article section.trial ul[b-4tamv01h3l] {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 48px;
}
article section.trial ul p[b-4tamv01h3l] {
  margin-top: 8px;
}
@media screen and (min-width: 600px) {
  article section.trial ul[b-4tamv01h3l] {
    grid-template-columns: 1fr 1fr;
  }
}
article section.trial li[b-4tamv01h3l] {
  margin-bottom: 0;
  background-color: var(--blue-600);
  border-radius: 24px;
  padding: 24px;
}
article section.trial li p[b-4tamv01h3l] {
  margin-bottom: 0;
}
article section.trial h2[b-4tamv01h3l] {
  display: flex;
  justify-content: space-between;
}
article section.trial span[b-4tamv01h3l] {
  display: inline-block;
  margin-left: 4px;
  color: var(--orange-300);
}
article section.trial label[b-4tamv01h3l] {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 32px 0;
}
article section.trial > div[b-4tamv01h3l] {
  width: 100%;
}
article section.trial input[b-4tamv01h3l] {
  margin-top: 8px;
}
article section.trial > header[b-4tamv01h3l] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
article section.trial footer[b-4tamv01h3l] {
  margin-top: 16px;
  width: 100%;
}
article section.trial footer button[b-4tamv01h3l] {
  width: 100%;
}
article section.trial img[b-4tamv01h3l] {
  height: 30px;
}
article section.trial header h3[b-4tamv01h3l] {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}
article section.trial header .subheader[b-4tamv01h3l] {
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}
article section.trial h4[b-4tamv01h3l] {
  color: #FFF;
  font-family: var(--brother-printed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* /Domains/DomainPage.razor.rz.scp.css */
.domain-page .page-container .page-header a[b-bayhlxiqf3] {
  text-decoration: underline;
}
.domain-page .page-container section.welcome[b-bayhlxiqf3] {
  align-items: flex-start;
}
.domain-page .page-container section.welcome > img[b-bayhlxiqf3] {
  height: 30px;
}
.domain-page .page-container section.welcome a[b-bayhlxiqf3] {
  text-decoration: underline !important;
}
.domain-page .page-container section.welcome strong[b-bayhlxiqf3] {
  color: var(--orange-300);
}
.domain-page .page-container section.welcome ol[b-bayhlxiqf3] {
  font-size: 1.6rem;
  padding-left: 32px;
  width: calc(100% - 32px);
}
.domain-page .page-container section.welcome ol li[b-bayhlxiqf3] {
  margin: 16px 0;
}
.domain-page .page-container section.welcome ol li p[b-bayhlxiqf3] {
  margin-bottom: 16px;
}
.domain-page .page-container section.welcome ol li span[b-bayhlxiqf3] {
  color: var(--orange-300);
  font-weight: 600;
}
.domain-page .page-container section.welcome aside[b-bayhlxiqf3] {
  font-size: 1.4rem;
  opacity: 0.7;
}
.domain-page .page-container form[b-bayhlxiqf3] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.domain-page .page-container .domain-summary > div[b-bayhlxiqf3] {
  max-height: 300px;
  overflow-y: auto;
}
.domain-page .page-container .preview > div[b-bayhlxiqf3] {
  display: grid;
  grid-template-columns: auto 80px;
  gap: 8px;
}
.domain-page .page-container .preview[b-bayhlxiqf3]  .language-select {
  background-color: var(--blue-600);
}
.domain-page .page-container .preview[b-bayhlxiqf3]  .language-select:after {
  border-top: 5px solid white;
}
.domain-page .page-container .preview[b-bayhlxiqf3]  .language-select select {
  background-color: var(--blue-600);
}
.domain-page .page-container .connection-btn[b-bayhlxiqf3] {
  margin-top: 16px;
  width: auto;
}
.domain-page .page-container .domain-connection[b-bayhlxiqf3] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.domain-page .page-container .domain-connection aside[b-bayhlxiqf3] {
  font-size: 1.4rem;
}
.domain-page .page-container aside[b-bayhlxiqf3] {
  font-size: 1.6rem;
}
.domain-page .page-container .exemptions table tbody[b-bayhlxiqf3] {
  width: 100%;
}
.domain-page .page-container .exemptions table tbody tr[b-bayhlxiqf3] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.domain-page .page-container .exemptions table td[b-bayhlxiqf3] {
  padding: 0;
}
.domain-page .page-container .exemptions .exempt-actions[b-bayhlxiqf3] {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 8px;
}
.domain-page .page-container .exemptions .exempt-actions button[b-bayhlxiqf3] {
  aspect-ratio: 1/1;
  height: 48px;
  padding: 0;
}
.domain-page .page[b-bayhlxiqf3], .domain-page .language[b-bayhlxiqf3] {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .domain-page .page[b-bayhlxiqf3], .domain-page .language[b-bayhlxiqf3] {
    grid-template-columns: 3fr 7fr;
  }
}
.domain-page .page header[b-bayhlxiqf3], .domain-page .language header[b-bayhlxiqf3] {
  font-family: var(--brother-printed);
  font-size: 1.8rem;
}
.domain-page .page ul[b-bayhlxiqf3], .domain-page .language ul[b-bayhlxiqf3] {
  display: flex;
  gap: 8px;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 8px;
  list-style: none;
}
.domain-page .page li[b-bayhlxiqf3], .domain-page .language li[b-bayhlxiqf3] {
  background-color: var(--orange-300);
  padding: 4px 16px;
  border-radius: 20px;
  position: relative;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.domain-page .page li a[b-bayhlxiqf3], .domain-page .language li a[b-bayhlxiqf3] {
  text-decoration: none;
}
.domain-page .page li:hover[b-bayhlxiqf3], .domain-page .language li:hover[b-bayhlxiqf3] {
  background-color: var(--orange-100);
}
.domain-page .page li .count[b-bayhlxiqf3], .domain-page .language li .count[b-bayhlxiqf3] {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--blue-200);
  font-size: 1.4rem;
  font-weight: 700;
}
.domain-page .page li .language-id[b-bayhlxiqf3], .domain-page .language li .language-id[b-bayhlxiqf3] {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--blue-700);
}
.domain-page .language[b-bayhlxiqf3] {
  padding: 8px 0;
}

.meter-container[b-bayhlxiqf3] {
  width: 100%;
  height: 20px;
  background: var(--orange-100);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.meter-fill[b-bayhlxiqf3] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 32px;
  background: repeating-linear-gradient(110deg, var(--orange-200), var(--orange-200) 8px, var(--orange-300) 8px, var(--orange-300) 16px);
}

.purchase-sidebar[b-bayhlxiqf3] {
  position: fixed;
  top: 0;
  right: -600px;
  bottom: 0;
  background-color: var(--blue-600);
  padding: 0;
  border-left: 1px solid var(--blue-200);
  max-width: min(90vw, 400px);
  overflow-y: auto;
  z-index: 1400;
  transition: transform 0.3s ease-in-out;
}
.purchase-sidebar.open[b-bayhlxiqf3] {
  transform: translateX(-600px);
}
.purchase-sidebar[b-bayhlxiqf3]  > div {
  padding: 16px;
}
.purchase-sidebar > header[b-bayhlxiqf3] {
  text-align: right;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  padding: 16px;
  z-index: 1500;
  background: var(--blue-700);
  display: grid;
  grid-template-columns: auto 36px;
  align-items: center;
  justify-content: space-between;
}
.purchase-sidebar > header h2[b-bayhlxiqf3] {
  font-size: 2.4rem;
  padding-left: 16px;
}
.purchase-sidebar > header[b-bayhlxiqf3]  svg path {
  stroke: white;
}
/* /Home/Index.razor.rz.scp.css */
.home-container iframe[b-uadlthn7m2] {
  display: none;
  background-color: var(--blue-500);
}
.home-container.previewing[b-uadlthn7m2] {
  position: fixed;
  width: 100dvw;
  height: calc(100dvh - 90px);
  overflow: hidden;
  z-index: 1001;
}
.home-container.previewing iframe[b-uadlthn7m2] {
  display: block;
}
.home-container.previewing article[b-uadlthn7m2] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(calc(100dvh - 90px));
}
.home-container.preview-first article[b-uadlthn7m2] {
  transition: none !important;
}
.home-container .fine-print[b-uadlthn7m2] {
  position: fixed;
  bottom: 90px;
  width: 100vw;
  background-color: var(--blue-700);
  color: white;
  z-index: 1020;
  font-size: 1.4rem;
  padding: 8px 32px;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid var(--blue-600);
  border-bottom: 1px solid var(--blue-600);
}
.home-container .fine-print a[b-uadlthn7m2] {
  color: var(--orange-300);
  font-weight: 600;
}
.home-container .fine-print a:hover[b-uadlthn7m2] {
  text-decoration: underline;
}
.home-container[b-uadlthn7m2] >  .language-select-container {
  position: fixed;
  bottom: 180px;
  right: 28px;
  z-index: 1005;
}
@media screen and (min-width: 800px) {
  .home-container[b-uadlthn7m2] >  .language-select-container {
    bottom: 140px;
  }
}
.home-container[b-uadlthn7m2] >  .language-select-container .language-select {
  width: auto;
}
.home-container[b-uadlthn7m2] >  .language-select-container .language-select select {
  width: auto;
  max-width: 80%;
}

.hero-background[b-uadlthn7m2] {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.2;
  pointer-events: none;
}
.hero-background[b-uadlthn7m2]  svg {
  width: 100%;
  height: auto;
}

iframe[b-uadlthn7m2] {
  position: fixed;
  top: 0;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  width: 100vw;
  height: calc(100vh - 90px);
  border-top-width: 0;
}

article[b-uadlthn7m2] {
  z-index: 1002;
  background-color: var(--blue-700);
  width: 100vw;
  transition: transform 0.5s ease-in-out;
}
article[b-uadlthn7m2]  .pricing {
  margin-top: 80px;
}
@media screen and (min-width: 800px) {
  article[b-uadlthn7m2] {
    width: auto;
  }
  article[b-uadlthn7m2]  .pricing {
    align-items: center;
    flex-direction: row;
    gap: 10vw;
    padding: 32px;
    margin: 80px auto 0;
    max-width: 1200px;
    box-sizing: border-box;
  }
  article[b-uadlthn7m2]  .pricing header {
    min-width: 200px;
  }
  article[b-uadlthn7m2]  .pricing ul {
    margin-top: 0;
  }
}
article > header[b-uadlthn7m2] {
  position: sticky;
  top: 0;
  z-index: 1003;
  display: flex;
  justify-content: space-between;
  background: rgba(7, 55, 79, 0.8);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(40px);
  padding: 16px;
}
article > header[b-uadlthn7m2]  .language-select {
  position: fixed;
  top: 100px;
  right: 16px;
  border-radius: 20px;
}
article > header img[b-uadlthn7m2] {
  height: 24px;
}
article > header .buttons[b-uadlthn7m2] {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}
article > header button[b-uadlthn7m2], article > header a.button[b-uadlthn7m2] {
  width: auto;
  padding: 12px 16px;
  border-radius: 20px;
  white-space: nowrap;
}
article > header button.logo[b-uadlthn7m2], article > header a.button.logo[b-uadlthn7m2] {
  padding: 0;
}
@media screen and (min-width: 800px) {
  article > header[b-uadlthn7m2] {
    padding: 16px 32px;
  }
}
article > section[b-uadlthn7m2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: min(85vw, 800px);
  margin: 80px auto 0;
  text-align: center;
}
article > section > img[b-uadlthn7m2] {
  width: 110px;
}
article > section h1[b-uadlthn7m2] {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 800px) {
  article > section h1[b-uadlthn7m2] {
    font-size: 4.5rem;
  }
}
article > section h2[b-uadlthn7m2] {
  font-size: 2rem;
}
article > section form[b-uadlthn7m2] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
article > section form input[b-uadlthn7m2] {
  width: 300px;
}
article > section form button[b-uadlthn7m2] {
  white-space: nowrap;
}
@media screen and (min-width: 800px) {
  article > section form[b-uadlthn7m2] {
    flex-direction: row;
  }
}

.two[b-uadlthn7m2] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  max-width: 1200px;
  margin: 120px auto 0;
  padding: 0 10px;
}
.two a[b-uadlthn7m2] {
  text-decoration: underline;
}
@media screen and (min-width: 800px) {
  .two[b-uadlthn7m2] {
    grid-template-columns: 1fr 1fr;
  }
}

.two > section[b-uadlthn7m2], [b-uadlthn7m2] section.faq {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  background: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
.two > section h2[b-uadlthn7m2], [b-uadlthn7m2] section.faq h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 32px;
}
.two > section img[b-uadlthn7m2], [b-uadlthn7m2] section.faq img {
  height: 80px;
}

.two > section[b-uadlthn7m2] {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.two > section h2[b-uadlthn7m2] {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .two > section[b-uadlthn7m2] {
    grid-template-columns: 80px 1fr;
  }
  .two > section img[b-uadlthn7m2] {
    justify-self: center;
  }
}

h3[b-uadlthn7m2] {
  font-weight: 700;
  font-size: 2rem;
  color: var(--blue-200);
  padding: 16px;
}

h4[b-uadlthn7m2] {
  font-weight: 700;
  font-size: 3.125rem;
  color: var(--blue-50);
  margin-bottom: 24px;
}

.pricing-new button[b-uadlthn7m2] {
  width: auto;
  align-self: initial;
  margin-bottom: 8px;
}
.pricing-new .table-container[b-uadlthn7m2] {
  padding: 40px;
  border-radius: 32px;
  background: rgba(2, 16, 23, 0.2);
  backdrop-filter: blur(4px);
  width: 100%;
  padding: 40px;
}
.pricing-new table[b-uadlthn7m2] {
  width: 100%;
  border-collapse: collapse;
}
.pricing-new table tr th[b-uadlthn7m2], .pricing-new table tr td[b-uadlthn7m2] {
  padding: 40px 0;
  border-bottom: 1px solid #4f8199;
}
.pricing-new table tr:last-child th[b-uadlthn7m2], .pricing-new table tr:last-child td[b-uadlthn7m2] {
  border-bottom: 0;
}
.pricing-new table thead th[b-uadlthn7m2] {
  text-align: center;
}
.pricing-new table tbody th[b-uadlthn7m2] {
  text-align: left;
}
.pricing-new table tbody td[b-uadlthn7m2] {
  color: var(--orange-300);
  font-size: 1.4rem;
  font-weight: 500;
}
.pricing-new table th[b-uadlthn7m2] {
  color: var(--blue-50);
  font-family: var(--brother-printed);
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  .pricing-new table th[b-uadlthn7m2] {
    font-size: 2rem;
  }
  .pricing-new table tbody td[b-uadlthn7m2] {
    font-size: 1.6rem;
  }
}

.purchase-sidebar[b-uadlthn7m2] {
  position: fixed;
  top: 0;
  right: -600px;
  bottom: 0;
  background-color: var(--blue-600);
  padding: 0;
  border-left: 1px solid var(--blue-200);
  max-width: min(90vw, 400px);
  overflow-y: auto;
  z-index: 1400;
  transition: transform 0.3s ease-in-out;
}
.purchase-sidebar.open[b-uadlthn7m2] {
  transform: translateX(-600px);
}
.purchase-sidebar[b-uadlthn7m2]  > div {
  padding: 16px;
}
.purchase-sidebar > header[b-uadlthn7m2] {
  text-align: right;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  padding: 16px;
  z-index: 1500;
  background: var(--blue-700);
  display: grid;
  grid-template-columns: auto 36px;
  align-items: center;
  justify-content: space-between;
}
.purchase-sidebar > header h2[b-uadlthn7m2] {
  font-size: 2.4rem;
  padding-left: 16px;
}
.purchase-sidebar > header[b-uadlthn7m2]  svg path {
  stroke: white;
}

[b-uadlthn7m2] .language-select {
  background-color: var(--blue-600);
  border: 1px solid var(--blue-500);
  max-width: min(60vw, 400px);
}
[b-uadlthn7m2] .language-select:after {
  border-top: 5px solid white;
}
[b-uadlthn7m2] .language-select select {
  background-color: var(--blue-600);
}
[b-uadlthn7m2] .language-select select option:checked {
  color: var(--orange-300);
}
[b-uadlthn7m2] .language-select .progress-bar-value {
  background-color: var(--blue-300);
}

[b-uadlthn7m2] .language-select-container button.selected {
  background-color: var(--blue-600);
  border: 1px solid var(--blue-500);
}
/* /Home/IndexOld.razor.rz.scp.css */
article[b-xcolpfalqc] {
  width: var(--app-width);
  position: relative;
}
article .page-container[b-xcolpfalqc] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
article section[b-xcolpfalqc] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
article section button.primary-btn[b-xcolpfalqc] {
  width: auto;
}
article section[b-xcolpfalqc]  .code-block {
  background-color: var(--blue-600);
  margin: 24px 0;
}
article section h2[b-xcolpfalqc] {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
article section h2 span[b-xcolpfalqc] {
  color: var(--orange-300);
}
article section p[b-xcolpfalqc], article section li[b-xcolpfalqc] {
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 1.1px;
  line-height: 150%;
}
article section ul[b-xcolpfalqc] {
  padding-left: 0;
  list-style: none;
}
article section li[b-xcolpfalqc] {
  margin-bottom: 8px;
}
article div.two[b-xcolpfalqc] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 800px) {
  article div.two[b-xcolpfalqc] {
    grid-template-columns: 1fr 1fr;
  }
}
article section.trial[b-xcolpfalqc] {
  align-items: flex-start;
  gap: 8px !important;
  position: relative;
  padding-bottom: 120px !important;
}
article section.trial > div[b-xcolpfalqc] {
  width: 100%;
}
article section.trial > header[b-xcolpfalqc] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
article section.trial > header h2[b-xcolpfalqc] {
  margin-bottom: 0;
}
article section.trial footer[b-xcolpfalqc] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
}
article section.trial img[b-xcolpfalqc] {
  height: 30px;
}
article section.trial.mini[b-xcolpfalqc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px !important;
}
article section.trial.mini h2[b-xcolpfalqc] {
  margin-bottom: 0;
}
article section.trial.mini strong[b-xcolpfalqc] {
  color: var(--orange-300);
}
article section.trial.mini p[b-xcolpfalqc] {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  article section.trial.mini[b-xcolpfalqc] {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
  }
}
article section.demo[b-xcolpfalqc] {
  background-color: transparent !important;
  border: 2px solid var(--blue-400) !important;
  border-radius: 48px !important;
  padding: 0 !important;
}
article section.demo header img[b-xcolpfalqc] {
  width: 100%;
  height: auto;
}
article section.demo h1[b-xcolpfalqc] {
  color: white;
  font-family: var(--brother-printed);
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 32px;
}
article section.demo h2[b-xcolpfalqc] {
  font-size: 2.2rem;
  margin-bottom: 8px;
  margin-top: 32px;
}
article section.demo > div[b-xcolpfalqc] {
  padding: 32px;
}
@media screen and (min-width: 1024px) {
  article section.demo > div[b-xcolpfalqc] {
    padding: 32px 64px 64px 64px;
  }
}
article section.demo footer[b-xcolpfalqc] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 64px;
}
article section.demo footer button[b-xcolpfalqc] {
  height: 100%;
  border-radius: 32px;
}
@media screen and (min-width: 1024px) {
  article section.demo footer[b-xcolpfalqc] {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
  }
}
article .preview > form[b-xcolpfalqc] {
  display: grid;
  grid-template-columns: auto 100px;
  gap: 8px;
}
article[b-xcolpfalqc]  .language-select {
  background-color: var(--blue-600);
}
article[b-xcolpfalqc]  .language-select:after {
  border-top: 5px solid white;
}
article[b-xcolpfalqc]  .language-select select {
  background-color: var(--blue-600);
}
article[b-xcolpfalqc]  .language-select .progress-bar-value {
  background-color: var(--blue-300);
}
/* /Home/Pricing.razor.rz.scp.css */
.pricing[b-lcwcjmulyz] {
  margin: 0 10px 0;
  background: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.pricing header[b-lcwcjmulyz] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.pricing header a[b-lcwcjmulyz] {
  width: auto;
}
.pricing header > div[b-lcwcjmulyz] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing h3[b-lcwcjmulyz] {
  border: 1px solid var(--blue-200);
  border-radius: 15px;
  display: inline-block;
  padding: 16px;
  color: var(--blue-200);
  font-size: 2rem;
  font-weight: 700;
}
.pricing h4[b-lcwcjmulyz] {
  color: var(--blue-50);
  font-size: 4.88rem;
  font-weight: 700;
}
.pricing h5[b-lcwcjmulyz] {
  color: var(--orange-300);
  font-size: 2.11rem;
  font-weight: 700;
}
.pricing h6[b-lcwcjmulyz] {
  font-size: 1.4rem;
  font-weight: 500;
}
.pricing ul[b-lcwcjmulyz] {
  list-style: none;
  margin-top: 32px;
}
.pricing ul li[b-lcwcjmulyz] {
  background: url("/images/Star.svg") no-repeat left 8px;
  background-size: 12px 12px;
  padding-left: 24px;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--brother-printed);
  margin-bottom: 24px;
  leading-trim: both;
  text-edge: cap;
}
.pricing ul strong[b-lcwcjmulyz] {
  color: var(--orange-300);
}
/* /Home/Purchase.razor.rz.scp.css */
section[b-2ecz8ty6gl] {
  margin-top: 32px;
}

[b-2ecz8ty6gl] .currency-selector:after {
  border-top: 5px solid white;
}
[b-2ecz8ty6gl] .currency-selector .progress-bar-value {
  background-color: var(--blue-300);
}

[b-2ecz8ty6gl] h2 {
  font-size: 2.2rem;
}

[b-2ecz8ty6gl] p {
  margin-bottom: 16px;
}

[b-2ecz8ty6gl] label span, [b-2ecz8ty6gl] .currency-selector-container header h4 {
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: inherit;
}

[b-2ecz8ty6gl] .currency-selector-container {
  margin-bottom: 32px;
}
[b-2ecz8ty6gl] .currency-selector-container header h4 {
  margin-bottom: 4px;
}

[b-2ecz8ty6gl] input, [b-2ecz8ty6gl] select, [b-2ecz8ty6gl] option, [b-2ecz8ty6gl] .currency-selector {
  background-color: var(--blue-500);
}
[b-2ecz8ty6gl] input::placeholder, [b-2ecz8ty6gl] select::placeholder, [b-2ecz8ty6gl] option::placeholder, [b-2ecz8ty6gl] .currency-selector::placeholder {
  color: #d8dee0;
}

[b-2ecz8ty6gl] input, [b-2ecz8ty6gl] .currency-selector {
  border: 1px solid #052738 !important;
}

[b-2ecz8ty6gl] .purchased h4 {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid white;
  font-size: 2.8rem;
  border-radius: 20px;
  display: inline-block;
}
/* /Home/Questions.razor.rz.scp.css */
.faq[b-0yuw5a65r3] {
  max-width: 1200px;
  margin: 16px 10px 80px;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .faq[b-0yuw5a65r3] {
    margin: 16px auto 80px;
  }
}
.faq .question[b-0yuw5a65r3], .faq .answer[b-0yuw5a65r3] {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 100%;
  position: relative;
}
.faq .question span[b-0yuw5a65r3], .faq .answer span[b-0yuw5a65r3] {
  z-index: 2;
}
.faq .question[b-0yuw5a65r3] {
  background-color: #FF945E;
  color: #9d3500;
}
.faq .answer[b-0yuw5a65r3] {
  background-color: var(--blue-200);
  color: var(--blue-500);
}
.faq dl[b-0yuw5a65r3] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq dl div[b-0yuw5a65r3] {
  padding: 32px;
  border-radius: 32px;
  position: relative;
}
.faq dl div:hover[b-0yuw5a65r3], .faq dl div.selected[b-0yuw5a65r3] {
  cursor: pointer;
  background: rgba(2, 16, 23, 0.1);
}
.faq dl div.selected dt[b-0yuw5a65r3] {
  color: var(--orange-300);
}
.faq dl div.selected dd[b-0yuw5a65r3] {
  display: block;
}
.faq dl div > span[b-0yuw5a65r3] {
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 2.5rem;
}
.faq dt[b-0yuw5a65r3] {
  font-family: var(--brother-printed);
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--blue-50);
  margin-bottom: 16px;
  padding-right: 64px;
  text-align: left;
  margin-bottom: 0;
}
.faq dd[b-0yuw5a65r3] {
  margin: 16px 0 0 0;
  color: var(--blue-200);
  text-align: left;
  display: none;
}
.faq footer[b-0yuw5a65r3] {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.faq footer button[b-0yuw5a65r3] {
  margin-bottom: 16px;
}
.faq footer a[b-0yuw5a65r3] {
  text-decoration: underline;
}
/* /Installation/CodeBlock.razor.rz.scp.css */
.code-block[b-1r7zfsgfme] {
  width: 100%;
  display: block;
  padding: 16px;
  background: var(--blue-700, #07374F);
  border-radius: 24px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.code-block pre[b-1r7zfsgfme] {
  width: 100%;
  margin: 0;
  padding: 0;
  text-wrap: wrap;
  overflow-x: auto;
  white-space: pre;
}
.code-block pre code[b-1r7zfsgfme] {
  display: block;
  color: var(--blue-50);
  font-family: "Courier New", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.code-block.can-copy[b-1r7zfsgfme] {
  position: relative;
}
.code-block.can-copy .btn-container[b-1r7zfsgfme] {
  position: absolute;
  right: -16px;
  bottom: -30px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.code-block.can-copy .btn-container span[b-1r7zfsgfme] {
  font-size: 1rem;
  opacity: 0;
}
.code-block.can-copy .btn-container:hover span[b-1r7zfsgfme], .code-block.can-copy .btn-container.copied span[b-1r7zfsgfme] {
  opacity: 1;
}
/* /Installation/Credits.razor.rz.scp.css */
.install-page p[b-l097ks6dlm], .install-page ul[b-l097ks6dlm] {
  font-size: 1.6rem;
  letter-spacing: 1.1px;
  line-height: 150%;
}
.install-page ul[b-l097ks6dlm] {
  padding-left: 32px;
}
.install-page a[b-l097ks6dlm] {
  color: var(--orange-300);
  font-weight: 600;
}
.install-page strong[b-l097ks6dlm] {
  font-weight: 600;
}
.install-page .page-header[b-l097ks6dlm] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  background: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
.install-page .page-header h2[b-l097ks6dlm] {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: normal;
}
.install-page .page-header .subheader[b-l097ks6dlm] {
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}
.install-page section[b-l097ks6dlm] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.install-page section > img[b-l097ks6dlm] {
  height: 30px;
}
.install-page section header[b-l097ks6dlm] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.install-page section > div[b-l097ks6dlm] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: var(--blue-50, #EFF7F9);
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

pre code[b-l097ks6dlm] {
  background-color: #eee;
  color: var(--blue-50);
  border: 1px solid #999;
  display: block;
  padding: 20px;
}
/* /Installation/Install.razor.rz.scp.css */
.install-page h2[b-4pxfc2j46b] {
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.install-page h3[b-4pxfc2j46b] {
  font-size: 1.6rem;
}
.install-page > footer[b-4pxfc2j46b] {
  padding: 32px;
}
.install-page > footer p[b-4pxfc2j46b] {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.install-page > footer[b-4pxfc2j46b]  input {
  background-color: var(--blue-700);
}
.install-page > header[b-4pxfc2j46b] {
  padding: 32px;
  background: var(--blue-700);
}
.install-page > header .platforms[b-4pxfc2j46b] {
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 0;
}
.install-page > header .platforms button[b-4pxfc2j46b] {
  background: var(--orange-100);
  border: 0;
  opacity: 0.3;
  padding: 8px 16px;
}
.install-page > header .platforms li:hover button[b-4pxfc2j46b], .install-page > header .platforms li.selected button[b-4pxfc2j46b] {
  background: var(--orange-300);
  opacity: 1;
}
.install-page > header .platforms li.comingsoon button[b-4pxfc2j46b] {
  pointer-events: none;
}
.install-page a.button[b-4pxfc2j46b] {
  text-decoration: none;
  display: inline-block;
  width: auto;
  margin: 16px 0;
}
.install-page .step-1[b-4pxfc2j46b], .install-page .step-2[b-4pxfc2j46b] {
  padding: 32px;
}
.install-page .step-1 p[b-4pxfc2j46b], .install-page .step-1 li[b-4pxfc2j46b], .install-page .step-2 p[b-4pxfc2j46b], .install-page .step-2 li[b-4pxfc2j46b] {
  font-size: 1.4rem;
}
.install-page .step-1 header aside[b-4pxfc2j46b], .install-page .step-2 header aside[b-4pxfc2j46b] {
  font-size: 1.4rem;
}
.install-page footer aside[b-4pxfc2j46b] {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.install-page section[b-4pxfc2j46b] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.install-page section ol[b-4pxfc2j46b], .install-page section ul[b-4pxfc2j46b] {
  padding-left: 32px;
}
.install-page section ol li[b-4pxfc2j46b], .install-page section ul li[b-4pxfc2j46b] {
  margin-bottom: 8px;
}
.install-page section ol strong[b-4pxfc2j46b], .install-page section ol code[b-4pxfc2j46b], .install-page section ul strong[b-4pxfc2j46b], .install-page section ul code[b-4pxfc2j46b] {
  color: var(--orange-300);
}
.install-page section > img[b-4pxfc2j46b] {
  height: 30px;
}
.install-page section header[b-4pxfc2j46b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.install-page section > div[b-4pxfc2j46b] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: var(--blue-50, #EFF7F9);
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
  box-sizing: border-box;
}
/* /Shared/Assets/UsageMeter.razor.rz.scp.css */
.usage-meter[b-gnk9s17vo5] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 14px;
  margin-bottom: 8px;
}
.usage-meter header[b-gnk9s17vo5] {
  color: white;
  font-family: var(--brother-printed);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.usage-meter header button[b-gnk9s17vo5] {
  align-self: initial;
  width: auto;
}
.usage-meter header span:first-child[b-gnk9s17vo5] {
  font-size: 3.125rem;
}
.usage-meter .meter-container[b-gnk9s17vo5] {
  width: 100%;
  height: 20px;
  background: var(--orange-100);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.usage-meter .meter-fill[b-gnk9s17vo5] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 32px;
  background: repeating-linear-gradient(110deg, var(--orange-200), var(--orange-200) 8px, var(--orange-300) 8px, var(--orange-300) 16px);
}
/* /Shared/HomeLayout.razor.rz.scp.css */
main[b-uw8s0d0mv3] {
  width: var(--app-width);
  margin-top: 100px;
  padding: 0 16px;
  padding-bottom: 24px;
  color: var(--blue-50);
}
main .main-grid[b-uw8s0d0mv3] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
}
main .main-grid[b-uw8s0d0mv3]  article {
  grid-column: 1/span 4;
  margin-top: 200px;
}
main .hero[b-uw8s0d0mv3] {
  width: var(--app-width);
  height: fit-content;
  position: relative;
}
main .hero-img[b-uw8s0d0mv3] {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
main .hero-img[b-uw8s0d0mv3]  svg {
  width: 263px;
  height: auto;
}
main .hero-background[b-uw8s0d0mv3] {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.2;
}
main .hero-background[b-uw8s0d0mv3]  svg {
  width: 100%;
  height: auto;
}
main[b-uw8s0d0mv3]  article {
  width: var(--app-width);
  position: relative;
  z-index: 20;
}
main[b-uw8s0d0mv3]  article .page-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main[b-uw8s0d0mv3]  article .page-container section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background-color: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
main[b-uw8s0d0mv3]  article .page-container section header h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}
main[b-uw8s0d0mv3]  article .page-container section header .subheader {
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}
main[b-uw8s0d0mv3]  article .page-container section header aside {
  color: var(--orange-300, #FF945E);
  font-family: var(--brother-printed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main[b-uw8s0d0mv3]  article .page-container section h4 {
  color: #FFF;
  font-family: var(--brother-printed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

[b-uw8s0d0mv3] nav {
  width: var(--app-width);
}
[b-uw8s0d0mv3] nav .right {
  background-image: url("/images/aura-background.svg") !important;
  background-position: center center;
  padding: 10px !important;
}
[b-uw8s0d0mv3] nav .right .menu-btn {
  display: none;
}
[b-uw8s0d0mv3] nav .nav-menu {
  display: none;
}

[b-uw8s0d0mv3] .nav-sidebar {
  display: none !important;
}

@media only screen and (min-width: 1024px) {
  .nav-sidebar[b-uw8s0d0mv3] {
    display: block;
    z-index: 10;
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
main[b-52ii235ies] {
  width: var(--app-width);
  margin-top: 100px;
  padding: 0 16px;
  padding-bottom: 24px;
  color: var(--blue-50);
}
main .main-grid[b-52ii235ies] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
}
main .main-grid[b-52ii235ies]  article {
  grid-column: 1/span 4;
  margin-top: 200px;
}
main .hero[b-52ii235ies] {
  width: var(--app-width);
  height: fit-content;
  position: relative;
}
main .hero-img[b-52ii235ies] {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
main .hero-img[b-52ii235ies]  svg {
  width: 263px;
  height: auto;
}
main .hero-background[b-52ii235ies] {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.2;
}
main .hero-background[b-52ii235ies]  svg {
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  height: auto;
}
main[b-52ii235ies]  article {
  width: var(--app-width);
  position: relative;
  z-index: 20;
}
main[b-52ii235ies]  article .page-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main[b-52ii235ies]  article .page-container section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background-color: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
main[b-52ii235ies]  article .page-container section a {
  text-decoration: underline;
}
main[b-52ii235ies]  article .page-container section header h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}
main[b-52ii235ies]  article .page-container section header .subheader {
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}
main[b-52ii235ies]  article .page-container section header aside {
  color: var(--orange-300, #FF945E);
  font-family: var(--brother-printed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main[b-52ii235ies]  article .page-container section h4 {
  color: #FFF;
  font-family: var(--brother-printed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media only screen and (min-width: 1024px) {
  .layout-container[b-52ii235ies] {
    width: var(--desktop-width);
    max-width: 1400px;
    padding: 0 64px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
  }
  .layout-container > footer[b-52ii235ies] {
    grid-column: 2/span 3;
  }
  .layout-container[b-52ii235ies]  nav {
    width: var(--app-width);
  }
  .layout-container[b-52ii235ies]  nav .nav-menu {
    display: none;
  }
  .layout-container[b-52ii235ies]  .nav-sidebar {
    grid-column: 1/span 1;
    margin-top: 44px;
    z-index: 10;
  }
  .layout-container[b-52ii235ies]  .nav-overlay {
    display: none !important;
  }
  .layout-container main[b-52ii235ies] {
    width: 100%;
    grid-column: 2/span 3;
    margin: 0;
    padding: 0;
    padding-bottom: 32px;
  }
  .layout-container main .main-grid[b-52ii235ies] {
    width: 100%;
    display: block;
  }
  .layout-container main .hero-img[b-52ii235ies] {
    display: none;
  }
  .layout-container main .hero-background[b-52ii235ies] {
    width: 110vw;
    top: -38vh;
    left: -38vw;
    transform: none;
    opacity: 0.2;
  }
  .layout-container main[b-52ii235ies]  article {
    width: 100%;
    margin-top: 144px;
  }
  .layout-container main[b-52ii235ies]  article .page-container {
    max-width: none;
    width: 100%;
    margin: 0;
  }
}
/* /Shared/NavMenu.razor.rz.scp.css */
nav[b-1i8grjrwfh] {
  width: var(--app-width);
  display: flex;
  flex-direction: row;
  justify-content: end;
  height: 28px;
  padding: 16px;
  background-image: url("/images/navbar.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
nav .right[b-1i8grjrwfh] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  position: absolute;
  bottom: -28px;
  right: 32px;
  background-image: url("/images/top-nav-mobile.svg");
  padding: 4px 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
nav .right button[b-1i8grjrwfh] {
  aspect-ratio: 1/1;
  height: 53px;
  width: auto;
  padding: 12px;
  border-radius: 30px;
}
nav .right .profile-container[b-1i8grjrwfh] {
  aspect-ratio: 1/1;
  padding: 12px;
  border-radius: 30px;
}
nav .right .profile-container[b-1i8grjrwfh]  .account-btn {
  aspect-ratio: 1/1;
  padding: 0px;
  background: var(--white);
  border-radius: 20px;
  position: relative;
}
nav .right .profile-container[b-1i8grjrwfh]  .account-btn svg circle {
  fill: var(--purple);
  position: absolute;
  top: 16px;
}
nav .right .menu-btn[b-1i8grjrwfh]  svg {
  width: 22px;
  height: auto;
}
nav .right .menu-btn[b-1i8grjrwfh]  svg path {
  stroke: var(--blue-900);
}
nav .nav-menu[b-1i8grjrwfh] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 140px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  height: 100vh;
  width: auto;
  padding: 120px 24px 24px 24px;
  box-sizing: border-box;
  background: var(--blue-700);
  transform: translateX(120vw);
  transition: transform 0.3s ease-in;
}
nav .nav-menu.show[b-1i8grjrwfh] {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
nav .nav-mask[b-1i8grjrwfh] {
  display: none;
}

.nav-menu[b-1i8grjrwfh] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 100px;
  top: 0;
  right: 0;
  z-index: 500;
  height: 100vh;
  width: 387px;
  padding-top: 100px;
}
.nav-menu[b-1i8grjrwfh]  svg {
  height: 160px;
  width: auto;
}
.nav-menu ul[b-1i8grjrwfh] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.nav-menu ul li[b-1i8grjrwfh] {
  margin: 0;
  text-align: center;
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link {
  padding: 0 34px;
  border-radius: 24px;
  border-bottom-left-radius: 16px;
  color: var(--blue-50, #EFF7F9);
  text-align: center;
  font-family: var(--brother-printed);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link svg {
  width: 26px;
  height: auto;
  position: absolute;
  left: -2px;
  bottom: -2px;
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link svg path {
  fill: var(--blue-700);
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link.active {
  background: var(--blue-50);
  color: var(--blue-700);
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link.active svg path {
  fill: var(--blue-50);
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link:hover {
  background: #365d71;
  color: var(--blue-50);
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link:hover svg path {
  fill: #365d71;
}

.nav-overlay[b-1i8grjrwfh] {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  animation: fadeOut-b-1i8grjrwfh 0.8s;
}
.nav-overlay.show[b-1i8grjrwfh] {
  display: block;
  animation: fadeIn-b-1i8grjrwfh 0.8s;
}
.nav-overlay.hiding[b-1i8grjrwfh] {
  animation: fadeOut-b-1i8grjrwfh 0.8s;
  pointer-events: none;
}

.nav-sidebar[b-1i8grjrwfh] {
  display: none;
}

@media only screen and (min-width: 1024px) {
  nav .right[b-1i8grjrwfh] {
    background-image: url("/images/aura-background.svg");
    background-position: center center;
    padding: 10px;
  }
  nav .right .menu-btn[b-1i8grjrwfh] {
    display: none;
  }
  .nav-sidebar[b-1i8grjrwfh] {
    display: block;
    z-index: 10;
  }
}
@keyframes fadeIn-b-1i8grjrwfh {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut-b-1i8grjrwfh {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* /Shared/NewHomeLayout.razor.rz.scp.css */
main[b-n9iglnt2ss] {
  margin-top: 0;
  padding: 0;
  padding-bottom: 24px;
  color: var(--blue-50);
}
main .main-grid[b-n9iglnt2ss] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
}
main .main-grid[b-n9iglnt2ss]  article {
  grid-column: 1/span 4;
  margin-top: 200px;
}
