/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-lg: 64rem;
    --breakpoint-xl: 80rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-i2g-darkerblue: #032d3c;
    --color-i2g-darkblue: #0D4472;
    --color-i2g-lightblue: #026BE2;
    --color-i2g-lighterdarkblue: #a1c8f4;
    --color-i2g-lighterblue: #e6f0fc;
    --color-i2g-paleblue: #8FAADC;
    --color-i2g-lightgreen: #24E985;
    --color-i2g-palegreen: #E4FCF0;
    --color-i2g-orange: #ffaf00;
    --color-i2g-darkgray: #58747A;
    --color-i2g-midgray: #DDDDDD;
    --color-i2g-lightgray: #F6F7F7;
    --color-axa-blue: #00008F;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[-18px\] {
    top: -18px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .row-1 {
    grid-row: 1;
  }
  .row-2 {
    grid-row: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-3 {
    margin-inline-end: calc(var(--spacing) * 3);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[1\.3em\] {
    height: 1.3em;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[61px\] {
    height: 61px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[calc\(100\%\)\] {
    height: calc(100%);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[65px\] {
    min-height: 65px;
  }
  .min-h-\[195px\] {
    min-height: 195px;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[1\.3em\] {
    width: 1.3em;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[750px\] {
    max-width: 750px;
  }
  .max-w-\[1050px\] {
    max-width: 1050px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-screen-lg {
    max-width: var(--breakpoint-lg);
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-0 {
    column-gap: calc(var(--spacing) * 0);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .self-center {
    align-self: center;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-tl-\[10px\] {
    border-top-left-radius: 10px;
  }
  .rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .rounded-tr-\[10px\] {
    border-top-right-radius: 10px;
  }
  .rounded-b-\[10px\] {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .rounded-br-\[10px\] {
    border-bottom-right-radius: 10px;
  }
  .rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#f1aeb5\] {
    border-color: #f1aeb5;
  }
  .border-blue-400 {
    border-color: var(--color-blue-400);
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-i2g-darkgray {
    border-color: var(--color-i2g-darkgray);
  }
  .border-i2g-lightgray {
    border-color: var(--color-i2g-lightgray);
  }
  .border-i2g-midgray {
    border-color: var(--color-i2g-midgray);
  }
  .border-yellow-400 {
    border-color: var(--color-yellow-400);
  }
  .border-r-transparent {
    border-right-color: transparent;
  }
  .bg-\[\#f8d7da\] {
    background-color: #f8d7da;
  }
  .bg-\[\#ffaf00\] {
    background-color: #ffaf00;
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-i2g-darkblue {
    background-color: var(--color-i2g-darkblue);
  }
  .bg-i2g-darkerblue {
    background-color: var(--color-i2g-darkerblue);
  }
  .bg-i2g-darkgray {
    background-color: var(--color-i2g-darkgray);
  }
  .bg-i2g-lightgray {
    background-color: var(--color-i2g-lightgray);
  }
  .bg-i2g-lightgreen {
    background-color: var(--color-i2g-lightgreen);
  }
  .bg-i2g-orange {
    background-color: var(--color-i2g-orange);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[25px\] {
    padding-top: 25px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-\[-0\.125em\] {
    vertical-align: -0.125em;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.8em\] {
    font-size: 0.8em;
  }
  .text-\[0\.85em\] {
    font-size: 0.85em;
  }
  .text-\[0\.95em\] {
    font-size: 0.95em;
  }
  .text-\[1\.7em\] {
    font-size: 1.7em;
  }
  .text-\[2\.5em\] {
    font-size: 2.5em;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-\[1em\] {
    --tw-leading: 1em;
    line-height: 1em;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#58151c\] {
    color: #58151c;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-i2g-darkblue {
    color: var(--color-i2g-darkblue);
  }
  .text-i2g-lightblue {
    color: var(--color-i2g-lightblue);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-800 {
    color: var(--color-yellow-800);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .opacity-65 {
    opacity: 65%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-brightness-\[16\%\] {
    --tw-backdrop-brightness: brightness(16%);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .placeholder\:text-sm {
    &::placeholder {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .hover\:text-i2g-darkblue {
    &:hover {
      @media (hover: hover) {
        color: var(--color-i2g-darkblue);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:brightness-\[0\.85\] {
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(0.85);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
      }
    }
  }
  .focus\:border-i2g-lightgreen {
    &:focus {
      border-color: var(--color-i2g-lightgreen);
    }
  }
  .focus\:ring-1 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-i2g-lightblue {
    &:focus {
      --tw-ring-color: var(--color-i2g-lightblue);
    }
  }
  .focus\:ring-i2g-lightgreen {
    &:focus {
      --tw-ring-color: var(--color-i2g-lightgreen);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:brightness-\[0\.85\] {
    &:focus {
      --tw-brightness: brightness(0.85);
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:brightness-\[0\.85\] {
    &:active {
      --tw-brightness: brightness(0.85);
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
  }
  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\] {
    @media (prefers-reduced-motion: reduce) {
      animation: spin 1.5s linear infinite;
    }
  }
  .sm\:mb-6 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:h-10 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .sm\:w-1\/4 {
    @media (width >= 40rem) {
      width: calc(1 / 4 * 100%);
    }
  }
  .sm\:w-3\/4 {
    @media (width >= 40rem) {
      width: calc(3 / 4 * 100%);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-10 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-6 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .sm\:pb-0 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:inset-0 {
    @media (width >= 48rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .md\:top-0 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:mx-2 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 2);
    }
  }
  .md\:mx-3 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:my-0 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-4 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .md\:mr-3 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 3);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:ml-3 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 3);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:h-12 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-80 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:min-w-0 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:flex-shrink-0 {
    @media (width >= 48rem) {
      flex-shrink: 0;
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:self-stretch {
    @media (width >= 48rem) {
      align-self: stretch;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-3 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-2 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-5 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .md\:pb-5 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:mx-3 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 3);
    }
  }
  .lg\:my-0 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-2 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 2);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1 / 3 * 100%);
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1 / 4 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2 / 3 * 100%);
    }
  }
  .lg\:w-96 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 96);
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-2 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
}
@layer base {
  html, body {
    font-family: Poppins, sans-serif;
    color: var(--color-i2g-darkblue);
  }
  h1 {
    outline: 0;
  }
  ::selection {
    color: var(--color-i2g-darkblue);
    background-color: var(--color-i2g-lightgreen);
  }
  input[type=checkbox] {
    width: 2em;
    height: 2em;
    border: 0.15em solid var(--color-i2g-darkgray);
    border-radius: 0.25em !important;
    margin-top: 0;
    margin-right: 0;
    appearance: none;
    background-color: #fff;
    cursor: pointer;
    flex-shrink: 0;
  }
  input[type=checkbox]:focus {
    box-shadow: 0 0 0.15rem 0.25rem var(--color-i2g-lightgreen);
  }
  input[type=checkbox]:checked {
    background-color: #fff;
    background-image: url('../images/tick.svg');
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    outline: 1px solid var(--color-i2g-lightgreen);
  }
  .form-check-input:checked {
    border-color: var(--color-i2g-lightgreen);
    border-width: 0.2em;
    background-color: #fff;
  }
  .form-check-input[type=checkbox]:checked {
    background-image: url('../images/tick.svg');
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
  }
  label.form-check-label {
    display: inline;
  }
  input[type=radio] {
    width: 2em;
    height: 2em;
    border: 0.15em solid var(--color-i2g-darkgray);
    border-radius: 0.25em !important;
    margin-top: 0;
    margin-right: 0;
    appearance: none;
    background-color: #fff;
    cursor: pointer;
    flex-shrink: 0;
  }
  input[type=radio].smaller-radio {
    width: 1.35em;
    height: 1.35em;
  }
  input[type=radio].rounded-radio {
    border-radius: 50% !important;
  }
  input[type=radio]:focus {
    box-shadow: 0 0 0.15rem 0.25rem var(--color-i2g-lightgreen);
  }
  input[type=radio]:checked {
    background-color: #fff;
    background-image: url('../images/tick.svg');
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    outline: 1px solid var(--color-i2g-lightgreen);
  }
  .form-check-input[type=radio]:checked {
    background-image: url('../images/tick.svg');
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .form-check-label, label:has(input[type=radio]) {
    display: inline-flex;
    align-items: center;
  }
  @media (max-width: 767px) {
    header img {
      height: 24px;
      width: auto;
    }
  }
}
@layer components {
  li:not(.default) {
    list-style: none;
    padding-bottom: 0.5em;
  }
  li:not(.default)::before, .tick-before::before {
    content: '';
    display: inline;
    background-image: url(../images/tick-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 2em;
  }
  li.cross::before {
    background-image: url(../images/cross.png);
  }
  hr {
    border: none;
    border-top: 6px solid var(--color-i2g-midgray);
    margin: 3rem 0;
  }
  .form-control:focus, .form-select:focus {
    box-shadow: 0 0 0.15rem 0.25rem var(--color-i2g-lightgreen);
  }
  .form-control::placeholder {
    opacity: 0.8;
  }
  @media (max-width: 576px) {
    .form-control::placeholder {
      font-size: small;
    }
  }
  .invalid {
    outline: 1px solid red;
  }
  .validation-message {
    color: red;
  }
  .first-line {
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: bold;
    margin: 0;
  }
  .second-line {
    font-size: 0.75em;
    font-weight: bold;
    margin: 0;
  }
  .third-line {
    font-size: 0.65em;
    font-weight: bold;
    margin: 0;
  }
  .primary-heading {
    color: var(--color-i2g-darkblue);
    font-size: 1.7em;
    font-weight: bold;
    margin: 0;
  }
  .secondary-heading {
    color: var(--color-i2g-paleblue);
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
  }
  .dark-blue-sub-title {
    color: var(--color-i2g-darkblue);
    font-size: 1em;
    margin: 0;
  }
  .dark-blue-small-text {
    color: var(--color-i2g-darkblue);
    margin: 0;
  }
  .sub-title {
    color: var(--color-i2g-darkgray);
    margin: 0;
  }
  .text-circle-container {
    background-color: var(--color-i2g-darkblue);
    color: #fff;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .lighterblue-background {
    background-color: var(--color-i2g-lighterblue);
  }
  .darkblue-background {
    background-color: var(--color-i2g-darkblue);
  }
  .lighterdarkblue-background {
    background-color: var(--color-i2g-lighterdarkblue);
  }
  .lightblue-background {
    background-color: var(--color-i2g-lightblue);
  }
  .bg-footer {
    background-color: #032d3c;
  }
  .selection-container {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .selection-container label {
    text-transform: uppercase;
    color: var(--color-i2g-darkblue);
  }
  .processing-backdrop {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: inset 15px 14px 60px 60px rgba(255, 255, 255, 0.4), inset -15px -15px 60px 60px rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-i2g-darkblue);
    background-color: #fff;
    border: 1px solid var(--color-i2g-midgray);
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-control:focus {
    border-color: var(--color-i2g-lightgreen);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(36, 233, 133, 0.25);
  }
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  @media (max-width: 991px) {
    .selection-container-max-width {
      max-width: 475px;
    }
  }
  .typeahead-container ul {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    list-style: none;
  }
  .typeahead-input:focus {
    outline: none;
    border-color: var(--color-i2g-lightgreen);
    box-shadow: 0 0 0.25rem 0.25rem var(--color-i2g-lightgreen);
  }
  .dropdown-item {
    padding: 0.5rem 1rem;
    position: relative;
  }
  .dropdown-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: transparent;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .dropdown-item:hover {
    background-color: transparent;
  }
  .dropdown-item:hover::before {
    background-color: var(--color-i2g-lightgreen);
    box-shadow: 0 0 0.15rem 0.25rem var(--color-i2g-lightgreen);
  }
  .steps-container {
    max-width: 1024px;
    cursor: default;
  }
  .box {
    width: 150px;
    background-color: var(--color-i2g-darkblue);
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    flex-shrink: 0;
  }
  .box.active {
    background-color: var(--color-i2g-lightgreen);
  }
  .divider {
    width: 100%;
    flex-grow: 1;
    border-top: 4px solid var(--color-i2g-darkblue);
    margin: auto;
    opacity: 1;
  }
  @media screen and (max-width: 768px) {
    .box {
      width: 100px;
    }
  }
  @media screen and (max-width: 500px) {
    .box {
      width: 50px;
    }
  }
  .modal-content {
    background: var(--color-i2g-darkblue);
  }
  .modal-content label {
    color: #FFFFFF !important;
  }
  .information-link-img {
    width: 50px;
    height: auto;
  }
  .right-cover-img {
    width: 75px;
    height: auto;
  }
  .demands-needs {
    max-width: 1050px;
    margin: auto;
  }
  .key-exclusions-container {
    margin: auto;
    max-width: 750px;
  }
  .quoteholder {
    width: 100%;
  }
  .coverlevelheading {
    text-align: center !important;
    font-weight: bold;
    font-size: 1.5em;
  }
  .coverprice {
    text-align: center !important;
    color: #0D4472;
    font-weight: bold;
    font-size: 2.5em;
  }
  .cm-cover-option-header {
    margin-top: 1.5em;
  }
  .cm-option-header {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    color: #999;
    font-size: 0.8em;
  }
  .cm-monthly {
    background-color: #F6F7F7;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin-top: 10px;
  }
  .coverprice-negative-mt {
    margin-top: -10px;
  }
  .docs-link a {
    display: block;
    color: #026BE2;
    font-size: 0.68em;
    margin-bottom: 5px;
    margin-left: 19px;
    padding: 0 20px;
    text-decoration: none;
    text-align: left;
  }
  .docs-link a:before {
    content: "\2192\00a0\00a0";
    font-size: 15px;
    margin-left: -26px;
  }
  .cover-tagline {
    color: #0D4472;
    background: #C8C8C8;
    border-radius: 20px;
    line-height: 17px;
    padding: 5px 0;
    margin: -24px 15% 0 15%;
    font-weight: bold;
    text-align: center;
  }
  .cover-tagline-text {
    font-size: 0.75em;
  }
  .cover-preferred {
    background: var(--color-i2g-darkblue);
    color: #FFFFFF;
  }
  .tick-container {
    width: 20px;
  }
  .tick {
    width: 20px;
    height: 20px;
    margin-top: -1px;
  }
  .benefit-text {
    color: var(--color-i2g-darkblue);
    margin-top: 2px;
    font-size: 0.9em;
  }
  .price-per-gadget-text {
    color: var(--color-i2g-darkblue);
    margin-top: 2px;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1em;
  }
  .select-term {
    text-align: center;
    font-size: 0.85rem;
    line-height: 0.8em;
    color: #4F4F4F;
  }
  .btn-select-option {
    border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
    margin: auto;
    padding: 5px 25px;
    font-size: 0.9rem;
    text-align: center;
    font-weight: bold;
  }
  .benefits {
    font-size: 0.9em;
  }
  .excess-button {
    background-color: transparent;
    border: 1px solid var(--color-i2g-darkblue);
    border-radius: 5px;
    font-size: 0.85em;
    color: var(--color-i2g-darkblue);
    font-weight: bold;
    padding: 5px 10px;
  }
  .excess-button.selected {
    background-color: var(--color-i2g-darkblue);
    color: #FFFFFF;
  }
  @media (min-width: 1200px) {
    .benefits {
      columns: 2;
    }
    .benefits > div {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
    }
    .coverprice-negative-mt {
      margin-top: -20px;
    }
  }
  .price {
    color: var(--color-i2g-darkblue);
    font-size: 2em;
    font-weight: bold;
    margin: 0;
  }
  .price-smaller {
    color: var(--color-i2g-darkblue);
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
  }
  .charge-explanation {
    font-size: 0.8em;
  }
  .price-per {
    color: var(--color-i2g-darkblue);
    font-weight: bold;
    margin: 0;
  }
  .price-sub-title {
    color: var(--color-i2g-paleblue);
    font-weight: bold;
    margin: 0;
    margin-top: -0.5em;
  }
  .review-container {
    max-width: 329px;
  }
  .gadgets-image {
    width: 100%;
    height: auto;
  }
  .powered-by-worldpay {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75em;
  }
  .powered-by-worldpay span {
    color: var(--color-i2g-midgray);
    font-size: 0.75em;
    font-weight: bold;
  }
  .payment-container-column {
    background-color: var(--color-i2g-lightgray);
  }
  .payment-container {
    max-width: 1900px;
  }
  .payment-choice-box {
    width: 100%;
    max-width: 200px;
    background-color: #FFFFFF;
    color: var(--color-i2g-darkblue);
    font-size: 0.87em;
    font-weight: bold;
    padding: 1em 0.6em;
    cursor: pointer;
  }
  .payment-choice-box.active {
    background-color: var(--color-i2g-lightgreen);
    color: #FFFFFF;
  }
  .dd-form-container {
    width: 100%;
    max-width: 275px;
  }
  .dd-form-container input {
    border: 0;
    height: 40px;
    text-align: center;
  }
  .dd-form-container input::placeholder {
    font-size: 0.75em;
    text-align: center;
  }
  .important-information p {
    color: var(--color-i2g-darkblue);
    font-size: 0.88em;
  }
  #card-payment-iframe {
    width: 100%;
  }
  .btn-loader {
    width: 20px;
    height: 20px;
    font-size: 0.7em;
    margin-top: 2px;
  }
  .total-label {
    margin-bottom: -1em;
    font-weight: 600;
  }
  @media (min-width: 768px) {
    .background-drop {
      background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, var(--color-i2g-lightgray) 50%, var(--color-i2g-lightgray) 100%);
    }
  }
  .device-hr {
    position: relative;
    z-index: 0;
    margin: 2em 0 1em 0;
  }
  .device-header {
    position: absolute;
    top: calc(50% - 0.75em + 0.33em);
    font-size: 1.5em;
    font-weight: bold;
    z-index: 1;
    padding-right: 20px;
    background-color: #FFFFFF;
  }
  .confirmation-tick {
    width: 200px;
    height: auto;
  }
  .ten-off {
    width: 194px;
    height: 247px;
  }
  .comparison-table .border-0 {
    background-color: var(--color-i2g-lightgray) !important;
  }
  .comparison-table th, .comparison-table td:not(.benefit-cell) {
    text-align: center;
    vertical-align: middle;
  }
  .benefit-inclusion-cell {
    width: 25%;
  }
  .smaller-tick {
    width: 20px;
    height: auto;
    margin-right: 5px;
  }
  .inclusion-img {
    width: 35px;
    height: 35px;
  }
  .inclusion-img + * {
    margin-top: 10px;
  }
  @media (min-width: 768px) {
    .benefit-inclusion-cell {
      width: 15%;
    }
  }
  .index-device-selection-container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative;
  }
  .index-device-selection-container label {
    text-transform: uppercase;
    color: var(--color-i2g-darkblue);
  }
  .index-device-text-circle-container {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--color-i2g-darkblue);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .index-device-text-circle-container span {
    color: white;
    font-weight: bold;
    font-size: 1rem;
  }
  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-i2g-darkblue);
    text-align: center;
    white-space: nowrap;
    background-color: var(--color-i2g-lightgray);
    border: 1px solid var(--color-i2g-midgray);
    border-radius: 0.375rem 0 0 0.375rem;
  }
  .input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group > .input-group-text + .form-control {
    border-left: 0;
  }
  @media (min-width: 992px) {
    .lg\:flex > div.w-full {
      flex: 1;
      min-width: 0;
    }
  }
  .faq-link {
    display: flex;
    align-items: center;
  }
  .faq-link:before {
    content: "+";
    margin-right: 10px;
    font-size: 1.8em;
    transition: transform 0.3s ease-in-out;
  }
  .show + .faq-link:before {
    content: "+";
    transform: rotate(405deg);
  }
  .page {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  main {
    flex: 1;
  }
  .sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
  }
  .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
  }
  .top-row a, .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
  }
  .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media (max-width: 640.98px) {
    .top-row:not(.auth) {
      display: none;
    }
    .top-row.auth {
      justify-content: space-between;
    }
    .top-row a, .top-row .btn-link {
      margin-left: 0;
    }
  }
  @media (min-width: 641px) {
    .page {
      flex-direction: row;
    }
    .sidebar {
      width: 250px;
      height: 100vh;
      position: sticky;
      top: 0;
    }
    .top-row {
      position: sticky;
      top: 0;
      z-index: 1;
    }
    .top-row, article {
      padding-left: 2rem !important;
      padding-right: 1.5rem !important;
    }
  }
  .navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .nav-top-row {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .navbar-brand {
    font-size: 1.1rem;
  }
  .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
  }
  .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
  }
  .nav-item:first-of-type {
    padding-top: 1rem;
  }
  .nav-item:last-of-type {
    padding-bottom: 1rem;
  }
  .nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
  }
  .nav-item a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
  }
  .nav-item a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }
  @media (min-width: 641px) {
    .navbar-toggler {
      display: none;
    }
    .collapse {
      display: block;
    }
    .nav-scrollable {
      height: calc(100vh - 3.5rem);
      overflow-y: auto;
    }
  }
  .cover-type-container .below-price-text-container .first-line {
    text-transform: uppercase;
    font-size: .85em;
    font-weight: bold;
    margin: 0;
  }
  .cover-type-container .below-price-text-container .second-line {
    font-size: .75em;
    font-weight: bold;
    margin: 0;
  }
  .cover-type-container .below-price-text-container .third-line {
    font-size: .65em;
    font-weight: bold;
    margin: 0;
  }
  .cover-type-container {
    width: 100%;
    max-width: 260px;
  }
  .content-container {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid var(--i2g-darkgray);
    border-bottom: 0;
    padding: 25px 0 10px 0;
    flex-grow: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .top-info {
    height: 90px;
  }
  .headline {
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    top: -18px;
    background-color: #ffaf00;
    margin: auto;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  .headline p {
    margin: 0;
    font-size: .85em;
    font-weight: bold;
    color: #FFFFFF;
  }
  .above-price {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
  }
  .per-gadget {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    font-size: 0.8em;
  }
  .below-price-container {
    position: relative;
  }
  .below-price-text-container {
    position: relative;
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--i2g-darkblue);
    color: #FFFFFF;
    min-height: 65px;
    padding: 5px 15px;
    z-index: 10;
    border-radius: 10px;
  }
  .below-price-container hr {
    position: absolute;
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--i2g-darkgray);
    left: 0;
    right: 0;
    top: 50%;
    z-index: 5;
    opacity: 1;
  }
  .bottom-text-container {
    padding: 15px 15px 0 15px;
    font-size: .95em;
  }
  .btn-choose {
    background-color: var(--i2g-lightgreen);
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid var(--i2g-darkgray) !important;
    padding: 12px 10px;
    text-transform: uppercase;
    font-size: .95em;
    font-weight: bold;
    transition: all ease-in-out 0.1s;
  }
  .btn-choose:hover, .btn-choose:focus, .btn-choose:active {
    filter: brightness(85%);
    background-color: var(--i2g-lightgreen) !important;
  }
  .btn-choose:disabled, .btn-choose.btn-disabled {
    background-color: var(--i2g-darkgray);
    opacity: .65;
  }
  .whats-included:after {
    display: inline-block;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%230d6efd" height="1.2em" viewBox="0 0 320 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z"/></svg>');
    font-weight: bold;
    margin: 0 6px;
    transition: transform .5s;
  }
  .bottom-text-container.show + .whats-included:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%230d6efd" height="1.2em" viewBox="0 0 320 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z"/></svg>');
    padding-bottom: 2px;
    transform: rotate(-540deg);
  }
  .customer-view-content-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 195px;
  }
  @media (max-width: 768px) {
    .cover-type-container {
      width: 100%;
      max-width: 600px;
    }
    .content-container {
      max-width: 550px;
      border-bottom: 1px solid var(--i2g-darkgray);
      border-right: 0;
      border-bottom-left-radius: 10px;
      border-top-right-radius: 0px;
      padding: 20px 0 0 0;
    }
    .customer-view-content-container {
      min-height: 100px;
    }
    .top-info {
      height: 61px;
    }
    .above-price {
      text-align: center;
    }
    .per-gadget {
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0;
      font-size: 0.8em;
    }
    .price {
      text-align: center;
      font-weight: bold;
      font-size: 2.5em;
      line-height: 1em;
      margin: 0;
    }
    .below-price-text-container {
      width: 90%;
      min-height: 50px;
    }
    .btn-choose {
      border-top-left-radius: 0;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 10px;
      border: 1px solid var(--i2g-darkgray) !important;
      height: 100%;
      padding: 0 0 0 0;
    }
    .cover-choose-icon {
      width: 1.3em;
      height: 1.3em;
    }
    .customer-view-content-container {
      min-height: 40px;
    }
  }
  @media (max-width: 768px) {
    .cover-type-container {
      width: 100%;
      max-width: 600px;
    }
    .content-container {
      max-width: 550px;
      border-bottom: 1px solid var(--color-i2g-darkgray);
      border-right: 0;
      border-bottom-left-radius: 10px;
      border-top-right-radius: 0px;
      padding: 20px 0 0 0;
    }
    .customer-view-content-container {
      min-height: 100px;
    }
    .top-info {
      height: 61px;
    }
    .below-price-text-container {
      width: 90%;
      min-height: 50px;
    }
    .btn-choose {
      border-top-left-radius: 0;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 10px;
      border: 1px solid var(--color-i2g-darkgray) !important;
      height: 100%;
      padding: 0 0 0 0;
    }
    .cover-choose-icon {
      width: 1.3em;
      height: 1.3em;
    }
  }
}
@layer utilities {
  #blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  #blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }
  .blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
  }
  .blazor-error-boundary::after {
    content: "An error has occurred.";
  }
  #reconnect-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #888;
    padding: 0 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #reconnect-modal img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 25px auto;
  }
  #reconnect-modal .loader {
    margin: 15px auto;
    width: 60px;
    aspect-ratio: 2;
    --bg: no-repeat radial-gradient(circle closest-side, var(--color-i2g-lightgreen) 90%, #0000);
    background: var(--bg) 0% 50%, var(--bg) 50% 50%, var(--bg) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: loader-animation 1s infinite linear;
  }
  @keyframes loader-animation {
    20% {
      background-position: 0% 0%, 50% 50%, 100% 50%;
    }
    40% {
      background-position: 0% 100%, 50% 0%, 100% 50%;
    }
    60% {
      background-position: 0% 50%, 50% 100%, 100% 0%;
    }
    80% {
      background-position: 0% 50%, 50% 50%, 100% 100%;
    }
  }
  #reconnect-modal p {
    color: var(--color-i2g-darkblue);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
  }
  #reconnect-modal .smaller-p {
    max-width: 500px;
    font-size: 15px;
    font-weight: normal;
  }
  .text-x-small {
    font-size: x-small;
  }
  @media (max-width: 575px) {
    .text-xs-x-small {
      font-size: x-small;
    }
  }
  @media (min-width: 576px) {
    .text-sm-x-small {
      font-size: x-small;
    }
  }
  @media (min-width: 768px) {
    .text-md-x-small {
      font-size: x-small;
    }
  }
  @media (min-width: 992px) {
    .text-lg-x-small {
      font-size: x-small;
    }
  }
  @media (min-width: 1200px) {
    .text-xl-x-small {
      font-size: x-small;
    }
  }
  @media (min-width: 1400px) {
    .text-xxl-x-small {
      font-size: x-small;
    }
  }
  .text-small {
    font-size: small;
  }
  @media (max-width: 575px) {
    .text-xs-small {
      font-size: small;
    }
  }
  @media (min-width: 576px) {
    .text-sm-small {
      font-size: small;
    }
  }
  @media (min-width: 768px) {
    .text-md-small {
      font-size: small;
    }
  }
  @media (min-width: 992px) {
    .text-lg-small {
      font-size: small;
    }
  }
  @media (min-width: 1200px) {
    .text-xl-small {
      font-size: small;
    }
  }
  @media (min-width: 1400px) {
    .text-xxl-small {
      font-size: small;
    }
  }
  .text-medium {
    font-size: medium;
  }
  @media (max-width: 575px) {
    .text-xs-medium {
      font-size: medium;
    }
  }
  @media (min-width: 576px) {
    .text-sm-medium {
      font-size: medium;
    }
  }
  @media (min-width: 768px) {
    .text-md-medium {
      font-size: medium;
    }
  }
  @media (min-width: 992px) {
    .text-lg-medium {
      font-size: medium;
    }
  }
  @media (min-width: 1200px) {
    .text-xl-medium {
      font-size: medium;
    }
  }
  @media (min-width: 1400px) {
    .text-xxl-medium {
      font-size: medium;
    }
  }
  .text-large {
    font-size: large;
  }
  @media (max-width: 575px) {
    .text-xs-large {
      font-size: large;
    }
  }
  @media (min-width: 576px) {
    .text-sm-large {
      font-size: large;
    }
  }
  @media (min-width: 768px) {
    .text-md-large {
      font-size: large;
    }
  }
  @media (min-width: 992px) {
    .text-lg-large {
      font-size: large;
    }
  }
  @media (min-width: 1200px) {
    .text-xl-large {
      font-size: large;
    }
  }
  @media (min-width: 1400px) {
    .text-xxl-large {
      font-size: large;
    }
  }
  .text-x-large {
    font-size: x-large;
  }
  @media (max-width: 575px) {
    .text-xs-x-large {
      font-size: x-large;
    }
  }
  @media (min-width: 576px) {
    .text-sm-x-large {
      font-size: x-large;
    }
  }
  @media (min-width: 768px) {
    .text-md-x-large {
      font-size: x-large;
    }
  }
  @media (min-width: 992px) {
    .text-lg-x-large {
      font-size: x-large;
    }
  }
  @media (min-width: 1200px) {
    .text-xl-x-large {
      font-size: x-large;
    }
  }
  @media (min-width: 1400px) {
    .text-xxl-x-large {
      font-size: x-large;
    }
  }
  .text-xx-large {
    font-size: xx-large;
  }
  @media (max-width: 575px) {
    .text-xs-xx-large {
      font-size: xx-large;
    }
  }
  @media (min-width: 576px) {
    .text-sm-xx-large {
      font-size: xx-large;
    }
  }
  @media (min-width: 768px) {
    .text-md-xx-large {
      font-size: xx-large;
    }
  }
  @media (min-width: 992px) {
    .text-lg-xx-large {
      font-size: xx-large;
    }
  }
  @media (min-width: 1200px) {
    .text-xl-xx-large {
      font-size: xx-large;
    }
  }
  @media (min-width: 1400px) {
    .text-xxl-xx-large {
      font-size: xx-large;
    }
  }
  .text-darkblue {
    color: var(--color-i2g-darkblue);
  }
  .text-lightblue {
    color: var(--color-i2g-lightblue);
  }
  .text-darkgray {
    color: var(--color-i2g-darkgray);
  }
  .text-lightgray {
    color: var(--color-i2g-lightgray);
  }
  .text-lightgreen {
    color: var(--color-i2g-lightgreen);
  }
  .text-axablue {
    color: var(--color-axa-blue);
  }
  .dd-form-container {
    width: 100%;
    max-width: 275px;
  }
  .dd-form-container input {
    border: 0;
    height: 40px;
    text-align: center;
  }
  .dd-form-container input::placeholder {
    font-size: .75em;
    text-align: center;
  }
  .bg-darkblue {
    background-color: var(--color-i2g-darkblue);
  }
  .bg-lightblue {
    background-color: var(--color-i2g-lightblue);
  }
  .bg-lightgray {
    background-color: var(--color-i2g-lightgray);
  }
  .bg-darkgray {
    background-color: var(--color-i2g-darkgray);
  }
  .bg-lightgreen {
    background-color: var(--color-i2g-lightgreen);
  }
  .btn-i2g-darkblue {
    background-color: var(--color-i2g-darkblue);
    transition: all ease-in-out 0.1s;
  }
  .btn-i2g-darkblue:hover, .btn-i2g-darkblue:active {
    filter: brightness(85%);
    background-color: var(--color-i2g-darkblue) !important;
  }
  .btn-i2g-lightblue {
    background-color: var(--color-i2g-lightblue);
    transition: all ease-in-out 0.1s;
  }
  .btn-i2g-lightblue:disabled {
    background-color: var(--color-i2g-lightblue);
  }
  .btn-i2g-lightblue:hover, .btn-i2g-lightblue:active {
    filter: brightness(85%);
    background-color: var(--color-i2g-lightblue) !important;
  }
  .btn-i2g-lightgreen {
    background-color: var(--color-i2g-lightgreen);
    border: 0;
    transition: all ease-in-out 0.1s;
  }
  .btn-i2g-lightgreen:hover, .btn-i2g-lightgreen:active {
    filter: brightness(85%);
    background-color: var(--color-i2g-lightgreen) !important;
  }
  .btn-white {
    background-color: #fff;
    transition: all ease-in-out 0.1s;
  }
  .btn-white:hover, .btn-white:active {
    filter: brightness(85%);
    background-color: #fff !important;
  }
  .fill-lightgreen {
    fill: var(--color-i2g-lightgreen);
  }
  img.tick {
    width: 120px;
    height: auto;
  }
  @media (min-width: 768px) {
    img.tick {
      width: 180px;
      height: auto;
    }
  }
  .in-association-text {
    color: var(--color-i2g-darkblue);
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }
  @media (max-width: 767px) {
    .in-association-text {
      font-size: 10px;
    }
  }
  @media (min-width: 768px) {
    .in-association-text {
      font-size: 13px;
    }
  }
  .border-darkblue {
    border-color: var(--color-i2g-darkblue) !important;
  }
  .border-lightblue {
    border-color: var(--color-i2g-lightblue) !important;
  }
  .border-lightgreen {
    border-color: var(--color-i2g-lightgreen) !important;
  }
  .border-i2g {
    border-color: var(--color-i2g-lightgray) !important;
    border-width: 2px !important;
  }
  .border-i2g-mid {
    border-color: var(--color-i2g-midgray) !important;
    border-width: 2px !important;
  }
  .border-i2g-thick {
    border-color: var(--color-i2g-lightgray) !important;
    border-width: 4px !important;
  }
  .oval {
    font-weight: bold;
  }
  @media (max-width: 767px) {
    .oval {
      width: 2rem;
      height: 2rem;
    }
  }
  @media (min-width: 768px) {
    .oval {
      width: 3rem;
      height: 3rem;
    }
  }
  @media (max-width: 767px) {
    .rounded-top-left {
      border-radius: 0;
    }
  }
  @media (min-width: 768px) {
    .rounded-top-left {
      border-radius: 18px 0 0;
    }
  }
  .rounded-bottom-right {
    border-radius: 0 0 18px;
  }
  .rounded-thick {
    border-radius: 18px;
  }
  .fit-content {
    width: fit-content;
  }
  .background-border {
    position: absolute;
    top: 19%;
    bottom: 20%;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .background-spacer {
    position: absolute;
    top: 0.7em;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .front-text {
    position: relative;
    z-index: 10;
  }
  .spacer {
    width: 76px;
    border-bottom-width: 2px;
    border-bottom-color: var(--color-i2g-midgray);
    border-bottom-style: solid;
    align-self: center;
  }
  .journey {
    color: var(--color-i2g-lightgreen);
  }
  .journey-incomplete {
    opacity: 30%;
    color: var(--color-i2g-darkgray);
  }
  .option {
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    transition: all ease-in-out 0.1s;
    cursor: pointer;
  }
  .option-disabled {
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-width: 2px;
    border-style: solid;
    background-color: var(--color-i2g-lightgray);
    border-color: var(--color-i2g-lightgray);
    transition: all ease-in-out 0.1s;
    cursor: not-allowed;
  }
  .option:hover {
    background-color: var(--color-i2g-palegreen);
    border-color: var(--color-i2g-lightblue);
  }
  .option.selected {
    background-color: var(--color-i2g-palegreen);
    border-color: var(--color-i2g-lightgreen);
    border-width: 3px;
    border-style: solid;
  }
  .option.selected:hover {
    background-color: var(--color-i2g-lightgreen);
    border-color: var(--color-i2g-darkblue);
  }
  .option > :not(.text-small) {
    line-height: 1.5em;
  }
  .option > .text-small {
    line-height: 1em;
  }
  @media (max-width: 767px) {
    .option.premium {
      width: 8rem;
    }
  }
  @media (min-width: 768px) {
    .option.premium {
      width: 12rem;
    }
  }
  .premium-section {
    height: 13rem;
    margin-bottom: 8rem !important;
  }
  .excess-selection {
    height: 10rem;
    margin-bottom: 5rem !important;
  }
  .text-0p8em {
    font-size: 0.8em;
  }
  .text-0p9em {
    font-size: 0.9em;
  }
  .text-1p1em {
    font-size: 1.1em;
  }
  .text-1p4em {
    font-size: 1.4em;
  }
  .fw-500 {
    font-weight: 500;
  }
  .fw-600 {
    font-weight: 600;
  }
  .fw-800 {
    font-weight: 800;
  }
  .lh-1p3em {
    line-height: 1.3em;
  }
  .mw-600px {
    max-width: 600px;
  }
  .border-2px {
    border-width: 2px !important;
  }
  .border-radius-3px {
    border-radius: 3px;
  }
  .text-underline {
    text-decoration: underline;
  }
  .text-bold {
    font-weight: bold;
  }
}
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
