@layer base {
  :is(h1, h2, h3, h4, h5, h6) {
    margin: var(--s7) 0 var(--s2);
    color: var(--c1-7);
    font-weight: 500;
    line-height: 1.05;
  }
  p {
    padding-bottom: 0;
    margin: 0 0 var(--s4);
    line-height: var(--line-height-p);
  }
  :is(ul, ol) {
    margin: 0 0 var(--s4);
  }
  li {
    line-height: 1.1;
    margin-bottom: var(--s2);
  }
  h1 {
    font-weight: 700;
  }
  h1 {
    font-size: var(--h1);
  }
  h2 {
    font-size: var(--h2);
  }
  h3 {
    font-size: var(--h3);
  }
  h4 {
    font-size: var(--h4);
  }
  h5 {
    font-size: var(--h5);
  }
  h6 {
    font-size: var(--h6);
  }
  #page-title {
    font-weight: 900;
  }
}
@layer base {
  #cicero-credit {
    display: block;
    text-align: center;
    align-self: end;
    text-transform: uppercase;
    font-size: 0.66em;
    letter-spacing: 1.4px;
    padding-bottom: var(--s4);
    padding-top: var(--s4);
    margin-left: -var(--s4);
    justify-self: center;
  }
  #cicero-credit strong {
    font-weight: 900;
  }
  #cicero-credit.dark-background {
    background-color: var(--c1-7) !important;
    padding: 20px 0;
    color: #fff;
    margin: 0;
  }
  #cicero-credit.light-background {
    padding: 20px 0;
    margin: 0;
  }
  #cicero-credit.light-background a {
    color: var(--c1-9);
  }
  #cicero-credit.light-background a::after {
    left: 0;
  }
  #cicero-credit.light-background a:hover {
    color: var(--c1-9);
  }
  #cicero-credit.light-background a:hover::after {
    background-color: var(--c1-9);
  }
  #cicero-credit a {
    text-decoration: none;
    position: relative;
    color: #fff;
  }
  #cicero-credit a::after {
    pointer-events: none;
    display: block;
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #fff;
    top: 100%;
    left: auto;
    right: auto;
    transition: 0.3s;
  }
  #cicero-credit a:hover {
    color: #fff;
  }
  #cicero-credit a:hover::after {
    width: 100%;
  }
  #cicero-credit.interior {
    width: 100%;
    margin-top: auto;
  }
  #cicero-credit.interior a::after {
    left: 0;
  }
}
@layer components {
  .btn, :is([type=reset], .style-as-reset), [type=submit], a[href="#enter-url-here"], nav[class*=button-] > span[class*=btn-i] a, nav[class*=button-] > a {
    border: 2px solid var(--c1-9);
    background-color: var(--c1-9);
    color: #fff;
    border-radius: var(--s7);
    font-size: var(--fs-md);
    font-weight: 500;
    padding: var(--s4) var(--s7);
    margin: 0;
    line-height: 1;
    text-decoration: none;
    transition: color var(--t-time) var(--easing), background-color var(--t-time) var(--easing);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .btn.sml, .sml:is([type=reset], .style-as-reset), .sml[type=submit], a.sml[href="#enter-url-here"], nav[class*=button-] > span[class*=btn-i] a.sml, nav[class*=button-] > a.sml {
    font-size: 0.77em;
    padding: 6px 13px;
    border-width: 1px;
  }
  .btn:hover, :hover:is([type=reset], .style-as-reset), [type=submit]:hover, a[href="#enter-url-here"]:hover, nav[class*=button-] > span[class*=btn-i] a:hover, nav[class*=button-] > a:hover {
    border-color: var(--c1-9);
    background-color: white;
    color: var(--c1-9);
    cursor: pointer;
  }
  .btn-wire {
    border: 2px solid var(--c1-9);
    font-weight: 400;
    background-color: white;
    color: var(--c1-9);
  }
  .btn-wire:hover {
    background-color: var(--c1-1);
  }
  nav[class*=button-] {
    display: flex;
    margin: 0 -3px var(--content-spacing);
  }
  nav[class*=button-] > a {
    flex: 0 1 auto;
  }
  nav[class*=button-] > span[class*=btn-i] {
    display: block;
    margin: 3px;
    padding: 0;
  }
  nav[class*=button-] > span[class*=btn-i]::after {
    content: none;
  }
  nav[class*=button-] > span[class*=btn-i] a {
    margin: 0;
  }
  nav.button-between {
    justify-content: space-between;
  }
  nav.button-right {
    justify-content: flex-end;
  }
  nav.button-center {
    justify-content: center;
  }
  nav.button-fill a {
    flex: 1 1 auto;
  }
  [type=submit] {
    color: white;
    border-width: 2px;
    text-transform: capitalize;
  }
  :is([type=reset], .style-as-reset) {
    color: var(--c1-9);
    border-color: var(--c1-9);
    text-transform: capitalize;
    background-color: #fff;
  }
  :is([type=reset], .style-as-reset):hover {
    background-color: var(--c1-9);
    color: white;
  }
  [class*=btn].c1l4 {
    border-color: var(--c1-9);
    color: var(--c1-9);
  }
  [class*=btn].c1l4:hover {
    color: var(--c1-9);
    background-color: var(--c1-9);
  }
  :is([class*=btn-i-], nav[class*=button-] > span[class*=btn-i-] > a) {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
  }
  :is([class*=btn-i-], nav[class*=button-] > span[class*=btn-i-] > a)::after {
    margin-left: 10px;
  }
  @media (max-width: 768px) {
    :is([class*=btn-i-], nav[class*=button-] > span[class*=btn-i-] > a) {
      font-size: 16px;
    }
  }
  @media (max-width: 576px) {
    :is([class*=btn-i-], nav[class*=button-] > span[class*=btn-i-] > a) {
      font-size: 15px;
    }
  }
  .btn-i-download::after {
    content: "\f019";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .btn-i-download > a::after {
    content: "\f019";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .btn-i-arrow::after {
    content: "\f0a9";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .btn-i-arrow > a::after {
    content: "\f0a9";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .btn-i-external::after {
    content: "\f08e";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .btn-i-external > a::after {
    content: "\f08e";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .btn-i-user::after {
    content: "\f007";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .btn-i-user > a::after {
    content: "\f007";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .btn-i-info::after {
    content: "\f05a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .btn-i-info > a::after {
    content: "\f05a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .button-row {
    display: flex;
    justify-content: flex-end;
  }
  button:disabled {
    pointer-events: none;
    background-color: var(--c3-3);
    border-color: var(--c3-3);
    color: var(--c3-5);
  }
}
@layer default {
  .step-window {
    --step-count: 2;
    --current-step: 1;
    grid-column: 8/span 5;
    grid-row: 2/span 1;
    position: relative;
    padding: var(--s7) 0;
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }
  .step-window::after {
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .step-window h2 {
    color: inherit;
    font-size: var(--h4);
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0;
  }
  .step-window p {
    margin-bottom: 0;
  }
  .step-window nav {
    padding: var(--s4) var(--s7);
  }
  @media (max-width: 991px) {
    .step-window {
      grid-column: 8/span 6;
    }
  }
  @media (max-width: 768px) {
    .step-window {
      grid-column: 3/span 10;
      grid-row: 3;
    }
  }
  @media (max-width: 576px) {
    .step-window {
      grid-column: 2/span 12;
    }
  }
  .steps-container {
    --step-offset: calc(-100% * ((var(--current-step) - 1) / var(--step-count)));
    display: flex;
    width: calc(100% * var(--step-count));
    transform: translate3d(var(--step-offset), 0, 0);
    transition: transform var(--t-time) var(--easing);
  }
  .step {
    flex: 0 0 auto;
    flex-direction: column;
    width: calc(100% / var(--step-count));
    padding: 0 var(--s7);
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: visibility var(--t-time) var(--easing) var(--t-time);
    row-gap: var(--s6);
  }
  .step .field {
    width: 100%;
  }
  .step .form-floating {
    width: 100%;
  }
  .step .icon {
    text-align: center;
    font-size: 5em;
    line-height: 1;
    margin: 0;
  }
  .step a {
    color: white;
    font-style: italic;
  }
  .step a:hover {
    text-decoration: none;
  }
  .step.hide {
    visibility: hidden;
  }
  .step.hide.show {
    visibility: visible;
    transition: visibility var(--t-time) var(--easing) 0;
  }
  @media (max-width: 1200px) {
    .step {
      text-align: left;
    }
  }
  .process-box .inline-loader {
    display: none;
  }
  .process-box[data-is-processing=true] button {
    display: none;
  }
  .process-box[data-is-processing=true] .inline-loader {
    display: flex;
  }
}
@layer base {
  .process-box .inline-loader {
    display: none;
  }
  .process-box[data-is-processing=true] button {
    display: none;
  }
  .process-box[data-is-processing=true] .inline-loader {
    display: flex;
  }
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/webfonts/fa-regular-400.woff2") format("woff2"), url("/webfonts/fa-regular-400.ttf") format("truetype");
}
@layer base {
  fieldset {
    all: unset;
  }
}
@layer default {
  form {
    --c-label: var(--c1-7);
    --c-input: var(--c1-9);
    --c-border: var(--c1-5);
    --c-button: var(--c1-7);
    --c-submit: var(--c1-9);
    --c-reset: #fff;
    --radio-check-lh: 1.3;
    --c-group-bg: var(--c3-1);
    --c-group-border: var(--c3-3);
  }
  form button {
    color: white;
    padding: var(--s3) var(--s5);
    border-radius: var(--s1);
    font-size: var(--fs-md);
    font-weight: 600;
    line-height: var(--lh, 1.5);
    cursor: pointer;
    border: none;
  }
  [type=submit] {
    background-color: var(--c-submit);
  }
  [type=submit]:hover {
    background-color: var(--c1-7);
    color: var(--c1-1);
  }
  [type=submit]:disabled {
    opacity: 0.75;
    cursor: not-allowed;
  }
  [type=submit]:disabled:hover {
    background-color: var(--c-submit);
    color: #fff;
  }
  [type=submit][data-loading=true] {
    background-color: var(--c1-7);
    color: var(--c1-1);
    cursor: not-allowed;
    position: relative;
  }
  [type=submit][data-loading=true]:after {
    content: "loading";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    color: var(--c1-9);
  }
  [type=reset] {
    background-color: var(--c-reset);
  }
  [type=reset]:hover {
    background-color: var(--c1-9);
    color: #fff;
  }
  :is(.grid, .grid .field-group) > .field-group {
    display: grid;
    row-gap: var(--s6);
    grid-template-columns: subgrid;
    align-content: start;
  }
  :is(.grid, .grid .field-group) > .field-group > * {
    grid-column: 1/-1;
  }
}
@layer components {
  :is(form.grid, form .grid) {
    row-gap: var(--s6);
    grid-auto-flow: row;
  }
  .field:has(:is(input, select, textarea):disabled) label {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .field.push {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .field-group.styled {
    transition: padding var(--t-time) var(--easing), margin var(--t-time) var(--easing);
    padding: var(--s4);
    background-color: var(--c-group-bg);
    outline: 1px solid var(--c-group-border);
    outline-offset: -1px;
  }
  .field-group [class*=title-] {
    font-style: italic;
    font-weight: 500;
    margin: 0;
    padding-bottom: var(--s1);
  }
  .field-group .title-l1 {
    font-size: var(--h5);
    border-bottom: 5px solid var(--c-group-border);
  }
  .field-group .title-l2 {
    font-size: var(--h6);
    border-bottom: 2px solid var(--c-group-border);
  }
  .field-group .title-l3 {
    font-size: var(--fs-lg);
    border-bottom: 1px dashed var(--c-group-border);
  }
  .field-group:has(.expiration-date) {
    row-gap: 0;
  }
  .field-options {
    display: flex;
    gap: var(--s1);
    flex-direction: column;
  }
  .field-options.styled {
    background-color: #fff;
    padding: var(--s2) var(--s3);
    border: 1px solid var(--c-border);
    border-radius: var(--s1);
  }
  .field-options.inline {
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--s2) var(--s4);
  }
  @container fieldset (width > 750px) {
    .field-options.inline {
      gap: var(--s3) var(--s6);
    }
  }
  .field-options.inline label {
    display: inline-flex;
  }
  .field-options[class*=cols] {
    display: block;
  }
  .field-options[class*=cols] > label {
    margin-bottom: var(--s2);
  }
  @container fieldset (width > 550px) {
    .field-options.cols-long {
      columns: 2;
    }
  }
  @container fieldset (width > 375px) {
    .field-options.cols-short {
      columns: 2;
    }
  }
  @container fieldset (width > 650px) {
    .field-options.cols-short {
      columns: 3;
    }
  }
  @container fieldset (width > 940px) {
    .field-options.cols-short {
      columns: 4;
    }
  }
  .field-options > label {
    break-inside: avoid;
  }
  .other {
    display: block;
    padding: var(--s3);
    outline: 1px solid var(--c-group-border);
    outline-offset: -1px;
    position: relative;
    background-color: var(--c-group-bg);
    overflow: hidden;
  }
  .other::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: var(--s3);
    height: var(--s3);
    border-right: 1px solid var(--c-group-border);
    border-bottom: 1px solid var(--c-group-border);
    transform: translateY(-50%) rotate(45deg);
    background-color: white;
  }
  .other label {
    margin: 0 0 2px;
    padding: 0;
  }
  fieldset:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  fieldset:has(> .field-options) {
    container: fieldset/inline-size;
  }
  :is(label, legend, .legend) {
    display: block;
    margin-bottom: var(--s1);
    font-size: var(--fs-md);
    font-weight: 600;
    line-height: var(--lh, 1.5);
    color: var(--c-label);
    padding-left: 0;
  }
  :is(input, textarea, select) {
    padding: var(--s2) var(--s3);
    background-color: #fff;
    margin: 0;
    display: block;
    border: 1px solid var(--c-border);
    border-radius: var(--s1);
    line-height: var(--lh, 1.5);
    color: var(--c-input);
    width: 100%;
  }
  :is(input, textarea, select):disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  input[type=file] {
    padding: calc(var(--s1) * 1.3);
  }
  :is([type=date], select) {
    padding: 0 var(--s3);
    height: 40px;
  }
  [type=date] {
    display: flex;
    width: 100%;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    [type=date] {
      display: block;
    }
  }
  @supports (font: -apple-system-body) {
    [type=date] {
      display: flex;
    }
  }
  .select {
    position: relative;
    display: grid;
  }
  .select::after {
    content: "\f078";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
  }
  .select:after {
    grid-area: 1/1/2/2;
    place-self: center end;
    margin-right: var(--s3);
    pointer-events: none;
  }
  .select select {
    appearance: none;
    grid-area: 1/1/2/2;
  }
  textarea {
    min-height: 4em;
  }
  .no-arrow {
    appearance: none;
    -moz-appearance: textfield;
  }
  .no-arrow::-webkit-outer-spin-button, .no-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .expiration-date {
    display: flex;
    text-align: center;
  }
  .expiration-date select {
    padding-right: var(--s7);
  }
  .expiration-date .field-divider {
    padding: var(--s1);
    align-items: center;
    font-size: var(--fs-md);
    font-weight: 600;
    color: var(--c-label);
    display: flex;
  }
  label:has([type=radio], [type=checkbox]) {
    font-weight: normal;
    color: var(--c-label);
    margin: 0;
    line-height: var(--radio-check-lh, 1.5);
    display: flex;
    align-items: baseline;
    gap: var(--s1);
    position: relative;
    cursor: pointer;
  }
  label:has([type=radio], [type=checkbox]):has(input:focus-visible) {
    outline: 2px solid var(--c1-3);
    outline-offset: 2px;
    outline: -webkit-focus-ring-color auto 1px;
  }
  label:has([type=radio], [type=checkbox]):has(input:disabled) {
    cursor: not-allowed;
    opacity: 0.5;
  }
  label:has([type=radio], [type=checkbox]) input {
    opacity: 0;
    position: absolute;
    display: block;
    inset: 0;
  }
  label:has([type=radio], [type=checkbox]) strong {
    display: contents;
  }
  label:has([type=radio])::before {
    content: "\f111";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
  }
  label:has([type=radio]:checked)::before {
    content: "\f192";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
  }
  label:has([type=checkbox])::before {
    content: "\f0c8";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
  }
  label:has([type=checkbox]:checked)::before {
    content: "\f14a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
  }
  [data-reupload] {
    display: flex;
    line-height: var(--lh, 1.5);
    font-size: 0.8em;
    padding: 5px;
    border: 1px solid var(--c-border);
    border-radius: var(--s1);
    align-items: center;
    min-height: 40px;
    gap: var(--s1);
  }
  [data-reupload] .name {
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: crosshair;
    line-height: var(--lh, 1.5);
  }
  [data-reupload] button {
    font-weight: 500;
    flex: 0 0 auto;
    background-color: var(--c-button);
    color: white;
    padding: var(--s1) var(--s3);
    line-height: 1;
    display: flex;
    align-items: center;
  }
}
@layer default {
  form {
    --info: var(--c3-7);
    --valid: var(--c3-7);
    --invalid: var(--errorRed-d1);
  }
}
@layer components {
  .invalid-helper, .valid-helper, .style-as-info-helper, .info-helper {
    font-size: 14px;
    line-height: 1;
    margin-top: 0.35em;
    font-style: italic;
    text-align: left;
  }
  .info-helper {
    display: block;
    color: var(--info);
  }
  .style-as-info-helper {
    display: block;
    color: var(--info);
  }
  .valid-helper {
    display: none;
    color: var(--valid);
  }
  .invalid-helper {
    display: none;
    color: var(--invalid);
  }
  span.style-as-req {
    font-style: italic;
    font-weight: 600;
  }
  .style-as-req::after,
  .field:has([required]) > label::after,
  fieldset:is([data-require-one], :has([required])) > legend::after,
  label:has(+ .select select[required])::after {
    content: " * "/" field required";
    vertical-align: top;
    font-size: var(--fs-md);
    font-family: var(--f1);
    white-space: nowrap;
    display: inline;
  }
  .checked:invalid :is(.field input, textarea, select, fieldset):not(:invalid) {
    opacity: 0.5;
  }
  .checked :is(.field :invalid, .field-options:has(:invalid)) {
    border: 2px solid var(--errorRed-d1);
  }
  .checked :invalid ~ .invalid-helper,
  .checked :invalid > .invalid-helper,
  .checked .select:has(:invalid) ~ .invalid-helper {
    display: block;
  }
  .checked :valid ~ .valid-helper {
    display: block;
  }
  select:disabled {
    opacity: 0.5;
  }
}
@layer state {
  .checked :is(.field input, fieldset, textarea, select):focus-within {
    opacity: 1;
  }
  label > input {
    opacity: 0;
  }
}
@layer components {
  .radio-buttons {
    background-color: transparent;
    padding: var(--s4);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: var(--s4);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }
  @media (width <= 576px) {
    .radio-buttons {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .radio-buttons input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
  }
  .radio-buttons .field-options {
    row-gap: var(--s6);
  }
  .radio-buttons legend {
    font-size: 1.5rem;
  }
  .radio-buttons :is(button, label) {
    display: block;
    background-color: var(--c1-9);
    border: none;
    color: white;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0.5em 2.25em;
    transition: background-color var(--t-time) var(--easing);
  }
  .radio-buttons :is(button, label):hover {
    background-color: var(--c1-9);
    border-color: var(--c1-9);
    color: #fff;
  }
  @media (max-width: 768px) {
    .radio-buttons :is(button, label) {
      padding: 0.5em;
    }
  }
  .radio-buttons label {
    cursor: pointer;
    border: 1px solid var(--c1-9);
    background-color: transparent;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: var(--fs-md);
    text-transform: none;
    padding: var(--s6);
  }
  .radio-buttons label::before {
    content: "\f234";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .radio-buttons label + label::before {
    content: "\f2b5";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .radio-buttons label + label:has([type=radio]:checked)::before {
    content: "\f2b5";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  @media (width <= 768px) {
    .radio-buttons label {
      margin: auto;
      min-width: 235px;
      max-width: 100%;
    }
  }
  .radio-buttons label:has([type=radio]:checked)::before {
    content: "\f234";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .radio-buttons label::after {
    color: var(--c4);
    margin-top: 1px;
    margin-bottom: 1px;
    margin-bottom: 0;
  }
  .radio-buttons label:hover::before {
    color: white;
  }
  .radio-buttons label:focus-within {
    --tw-shadow: 0px 0px 0px 1px #ffffff,0px 0px 0px 3px var(--c1-9);
    outline: 3px solid transparent;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  }
  .radio-buttons label:has(input:checked) {
    background-color: var(--c1-5);
    color: #fff;
  }
}
@layer variations {
  .dark-background .radio-buttons legend {
    font-size: 1.5rem;
  }
  .dark-background .radio-buttons label {
    padding: var(--s6);
    font-size: 1.1rem;
    color: #fff;
    border-color: #fff;
  }
  .dark-background .radio-buttons label:hover {
    background-color: #fff;
    color: var(--c1-9);
  }
  .dark-background .radio-buttons label:hover::before {
    color: var(--c1-9);
  }
  .dark-background .radio-buttons label:has(input:checked) {
    color: #fff;
  }
  .dark-background .radio-buttons label:has(input:checked):hover {
    color: var(--c1-9);
  }
  .dark-background .radio-buttons label:has(input:checked):hover::before {
    color: var(--c1-9);
  }
}
@layer base {
  .acct-form {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 57px 36px 55px;
  }
  .acct-form h1 {
    color: white;
    font-size: var(--h2);
    margin: 0 0 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  .acct-form p {
    margin-bottom: 5px;
  }
  .acct-form a {
    transition: 0.3s;
    color: #fff;
  }
  .acct-form a:hover {
    color: var(--c2-5);
    cursor: pointer;
  }
  .acct-form .alt-login:hover {
    color: #fff;
  }
  @media (max-width: 991px) {
    .acct-form {
      padding: 20px 30px;
    }
  }
  .acct-form :is(.info-helper, .valid-helper) {
    color: #fff;
  }
  .acct-form :is(input, textarea, select):focus {
    outline: 2px solid #fff;
  }
}
@layer variations {
  .search-open {
    border-color: #fff;
    background-color: transparent;
  }
  .search-open:hover {
    color: var(--c1-9);
    background-color: #fff;
  }
  main > :last-child {
    padding-bottom: 0;
  }
  .icon-box {
    position: relative;
  }
  .invalid-helper {
    color: var(--c2-5);
  }
  .checked .icon-box:has(:invalid) ~ .invalid-helper, .checked .icon-box:has(:invalid) ~ .invalid-helper {
    display: block;
  }
  .pass-icon {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    top: auto;
    bottom: calc(var(--s1) + 2px);
    transform: translateY(-50%);
    right: var(--s4);
    font-size: 0.9em;
    transition: 0.3s;
    padding: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    transition: color var(--t-time) var(--easing);
  }
  .pass-icon::before {
    content: "\f06e";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .pass-icon::before {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 1px;
  }
  .pass-icon:hover {
    color: var(--c2-5);
    cursor: pointer;
  }
  .pass-icon[aria-pressed=true]::before {
    content: "\f070";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .pass-icon[aria-pressed=true]::before {
    padding-right: 0;
  }
  :is(input, textarea, select) {
    background-color: transparent;
  }
  .dark-background :is(button, .btn, nav[class*=button-] > a, nav[class*=button-] > span[class*=btn-i] a, a[href="#enter-url-here"], [type=submit], [type=reset], .style-as-reset, select, input):focus-visible {
    --tw-shadow: 0px 0px 0px 1px var(--c1-9),0px 0px 0px 3px var(--c1-3);
    outline: 3px solid transparent;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  }
  .dark-background :is(a):focus-visible {
    --tw-shadow: 0px 0px 0px 1px var(--c1-9),0px 0px 0px 3px var(--c1-3);
    outline: 3px solid transparent;
    box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  }
  .dark-background .btn, .dark-background nav[class*=button-] > a, .dark-background nav[class*=button-] > span[class*=btn-i] a, nav[class*=button-] > span[class*=btn-i] .dark-background a, .dark-background a[href="#enter-url-here"], .dark-background [type=submit], .dark-background :is([type=reset], .style-as-reset) {
    background-color: #fff;
    color: var(--c1-9);
    border-color: #fff;
  }
  .dark-background .btn:hover, .dark-background nav[class*=button-] > a:hover, .dark-background nav[class*=button-] > span[class*=btn-i] a:hover, nav[class*=button-] > span[class*=btn-i] .dark-background a:hover, .dark-background a[href="#enter-url-here"]:hover, .dark-background [type=submit]:hover, .dark-background :hover:is([type=reset], .style-as-reset) {
    background-color: var(--c1-9);
    color: #fff;
  }
  .dark-background .info-helper {
    color: #fff;
  }
  .dark-background .process-box[data-is-processing=true] .inline-loader {
    display: inline-flex;
  }
  .dark-background .alt-login {
    margin-right: auto;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }
  .dark-background .alt-login:hover {
    color: var(--c1-9);
    background-color: #fff;
    border-color: #fff;
  }
  .dark-background .inline-loader {
    background-color: #fff;
    align-items: center;
  }
  .dark-background .inline-loader span, .dark-background .inline-loader::before, .dark-background .inline-loader::after {
    background-color: var(--c1-9);
    animation: loader-dark 1.5s ease-in-out infinite;
  }
  .dark-background .inline-loader:before {
    animation-delay: -0.5s;
  }
  .dark-background .inline-loader:after {
    animation-delay: 0.5s;
  }
  .dark-background .form-floating {
    margin-bottom: 10px;
    position: relative;
  }
  .dark-background .form-floating input:is(:autofill, -webkit-autofill, -internal-autofill-selected) + label {
    color: var(--c1-9);
  }
  .dark-background input {
    border-color: var(--c3-1);
    color: #fff;
  }
  .dark-background :is(label, legend) {
    color: white;
    font-size: 0.9em;
    font-weight: 500;
  }
  .dark-background .rp-link {
    color: #fff;
    font-size: 0.85em;
  }
  .dark-background .rp-link:hover {
    color: var(--c2-5);
  }
  .dark-background :is(input, textarea, select):focus {
    outline: 2px solid #fff;
  }
}
@layer base {
  .modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.fade .modal-dialog {
    transform: translate(0, -50px);
  }
  .modal.show .modal-dialog {
    transform: none;
  }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  .modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }
  .modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
  }
  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
  }
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
  }
  .modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
  }
  @media (min-width: 576px) {
    .modal {
      --bs-modal-margin: 1.75rem;
      --bs-modal-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    }
    .modal-dialog {
      max-width: var(--bs-modal-width);
      margin-right: auto;
      margin-left: auto;
    }
    .modal-sm {
      --bs-modal-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      --bs-modal-width: 800px;
    }
  }
  @media (min-width: 1320px) {
    .modal-xl {
      --bs-modal-width: 1140px;
    }
  }
  @media (max-width: 459.98px) {
    .modal-fullscreen-xs-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xs-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xs-down .modal-header,
    .modal-fullscreen-xs-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xs-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1319.98px) {
    .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto;
    }
  }
}
@layer default {
  :root {
    --pass-icon-top: calc(0.9em + var(--s4));
  }
  #create-account h1 {
    text-align: center;
  }
  .acct-creation {
    align-content: stretch;
    background-color: var(--c1-9);
    height: 100%;
    flex: 1 0 auto;
    color: #fff;
    z-index: 1;
    position: relative;
    z-index: 1;
    grid-template-rows: minmax(90px, 1fr) auto 1fr;
    row-gap: var(--s7);
  }
  .acct-creation::before, .acct-creation::after {
    grid-row-end: -1;
  }
  .acct-creation > img {
    z-index: -1;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.16;
    grid-area: 1/1/-1/-1;
  }
  @media (max-width: 500px) {
    .grid-s {
      column-gap: 0;
    }
  }
  #cicero-credit {
    grid-row: -2;
  }
  form {
    grid-row-start: 2;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 991px) {
    form {
      grid-column-start: 4;
      grid-column: 2/span 12;
      grid-row-start: 2;
    }
  }
  form .button-row {
    display: flex;
    margin-bottom: 0;
  }
  .form-floating {
    margin-bottom: 0;
  }
  .btn, nav[class*=button-] > a, nav[class*=button-] > span[class*=btn-i] a, a[href="#enter-url-here"], [type=submit], :is([type=reset], .style-as-reset) {
    margin-left: auto;
  }
}
@layer variations {
  .modal {
    --bs-modal-width: 750px;
  }
}