    :root {
    --fa-primary-color: #0a205b;
    --bs-primary: #0a205b;
    --bs-inv-primary: ;
    --bs-link-primary-rgb: 10, 32, 91;
    --bs-link-hover-primary-rgb: 10, 32, 91;
    --bs-primary-rgb: 10, 32, 91;
    --bs-soft-primary: #b6bcce;
    --bs-pale-primary: #e7e9ef;
    --bs-bullet-soft-primary: #b6bcce;
    --bs-icon-fill-primary: #0a205b;
    --bs-icon-solid-fill-primary: #0a205b;
    --bs-border-soft-primary: #b6bcce;
 }   
    
    
    html section.section-primary {
    background-color: var(--bs-primary) !important;
    border-color: #0a1e56 !important
    }

    html section.section-primary h1, html section.section-primary h2, html section.section-primary h3, 
    html section.section-primary h4, html section.section-primary h5, html section.section-primary h6 {
        color: var(--bs-inv-primary);
    }

    html section.section-primary p {
        color: var(--bs-inv-primary);
    }

    html section.section-primary .custom-text {
        color: var(--bs-inv-primary);
    }

    html section.section-primary li {
        color: var(--bs-inv-primary);
    }
    
    html section.section-primary a {
        color: rgba(var(--bs-link-primary-rgb), var(--bs-link-opacity, 1));
        text-decoration: none
    }
    
    html section.section-primary a:hover {
        --bs-link-primary-rgb: var(--bs-link-hover-primary-rgb)
    }
    
    html section.section-primary a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: nonebe
    }
  .text-line.text-primary:before {
    background-color: var(--bs-primary)
  }
  .bg-pale-primary {
    background-color: var(--bs-pale-primary) !important
}
  .bg-soft-primary {
    background-color: var(--bs-soft-primary) !important
}
  .bg-gradient-primary {
    background: linear-gradient(180deg, var(--bs-soft-primary), rgba(var(--bs-white-rgb), 0) 100%)
}
  .bg-gradient-reverse-primary {
    background: linear-gradient(0deg, var(--bs-soft-primary), rgba(var(--bs-white-rgb), 0) 100%)
}
    :root {
    --fa-secondary-color: #19488c;
    --bs-secondary: #19488c;
    --bs-inv-secondary: ;
    --bs-link-secondary-rgb: 25, 72, 140;
    --bs-link-hover-secondary-rgb: 25, 72, 140;
    --bs-secondary-rgb: 25, 72, 140;
    --bs-soft-secondary: #bac8dd;
    --bs-pale-secondary: #e8edf4;
    --bs-bullet-soft-secondary: #bac8dd;
    --bs-icon-fill-secondary: #19488c;
    --bs-icon-solid-fill-secondary: #19488c;
    --bs-border-soft-secondary: #bac8dd;
 }   
    
    
    html section.section-secondary {
    background-color: var(--bs-secondary) !important;
    border-color: #184485 !important
    }

    html section.section-secondary h1, html section.section-secondary h2, html section.section-secondary h3, 
    html section.section-secondary h4, html section.section-secondary h5, html section.section-secondary h6 {
        color: var(--bs-inv-secondary);
    }

    html section.section-secondary p {
        color: var(--bs-inv-secondary);
    }

    html section.section-secondary .custom-text {
        color: var(--bs-inv-secondary);
    }

    html section.section-secondary li {
        color: var(--bs-inv-secondary);
    }
    
    html section.section-secondary a {
        color: rgba(var(--bs-link-secondary-rgb), var(--bs-link-opacity, 1));
        text-decoration: none
    }
    
    html section.section-secondary a:hover {
        --bs-link-secondary-rgb: var(--bs-link-hover-secondary-rgb)
    }
    
    html section.section-secondary a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: nonebe
    }
  .text-line.text-secondary:before {
    background-color: var(--bs-secondary)
  }
  .bg-pale-secondary {
    background-color: var(--bs-pale-secondary) !important
}
  .bg-soft-secondary {
    background-color: var(--bs-soft-secondary) !important
}
  .bg-gradient-secondary {
    background: linear-gradient(180deg, var(--bs-soft-secondary), rgba(var(--bs-white-rgb), 0) 100%)
}
  .bg-gradient-reverse-secondary {
    background: linear-gradient(0deg, var(--bs-soft-secondary), rgba(var(--bs-white-rgb), 0) 100%)
}
    :root {
    --fa-tertiary-color: #bed2ff;
    --bs-tertiary: #bed2ff;
    --bs-inv-tertiary: ;
    --bs-link-tertiary-rgb: 190, 210, 255;
    --bs-link-hover-tertiary-rgb: 190, 210, 255;
    --bs-tertiary-rgb: 190, 210, 255;
    --bs-soft-tertiary: #ecf2ff;
    --bs-pale-tertiary: #f9fbff;
    --bs-bullet-soft-tertiary: #ecf2ff;
    --bs-icon-fill-tertiary: #bed2ff;
    --bs-icon-solid-fill-tertiary: #bed2ff;
    --bs-border-soft-tertiary: #ecf2ff;
 }   
    
    
    html section.section-tertiary {
    background-color: var(--bs-tertiary) !important;
    border-color: #b5c8f2 !important
    }

    html section.section-tertiary h1, html section.section-tertiary h2, html section.section-tertiary h3, 
    html section.section-tertiary h4, html section.section-tertiary h5, html section.section-tertiary h6 {
        color: var(--bs-inv-tertiary);
    }

    html section.section-tertiary p {
        color: var(--bs-inv-tertiary);
    }

    html section.section-tertiary .custom-text {
        color: var(--bs-inv-tertiary);
    }

    html section.section-tertiary li {
        color: var(--bs-inv-tertiary);
    }
    
    html section.section-tertiary a {
        color: rgba(var(--bs-link-tertiary-rgb), var(--bs-link-opacity, 1));
        text-decoration: none
    }
    
    html section.section-tertiary a:hover {
        --bs-link-tertiary-rgb: var(--bs-link-hover-tertiary-rgb)
    }
    
    html section.section-tertiary a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: nonebe
    }
  .text-line.text-tertiary:before {
    background-color: var(--bs-tertiary)
  }
  .bg-pale-tertiary {
    background-color: var(--bs-pale-tertiary) !important
}
  .bg-soft-tertiary {
    background-color: var(--bs-soft-tertiary) !important
}
  .bg-gradient-tertiary {
    background: linear-gradient(180deg, var(--bs-soft-tertiary), rgba(var(--bs-white-rgb), 0) 100%)
}
  .bg-gradient-reverse-tertiary {
    background: linear-gradient(0deg, var(--bs-soft-tertiary), rgba(var(--bs-white-rgb), 0) 100%)
}
    :root {
    --fa-quaternary-color: #f7f0ec;
    --bs-quaternary: #f7f0ec;
    --bs-inv-quaternary: ;
    --bs-link-quaternary-rgb: 247, 240, 236;
    --bs-link-hover-quaternary-rgb: 247, 240, 236;
    --bs-quaternary-rgb: 247, 240, 236;
    --bs-soft-quaternary: #fdfbf9;
    --bs-pale-quaternary: #fefefd;
    --bs-bullet-soft-quaternary: #fdfbf9;
    --bs-icon-fill-quaternary: #f7f0ec;
    --bs-icon-solid-fill-quaternary: #f7f0ec;
    --bs-border-soft-quaternary: #fdfbf9;
 }   
    
    
    html section.section-quaternary {
    background-color: var(--bs-quaternary) !important;
    border-color: #ebe4e0 !important
    }

    html section.section-quaternary h1, html section.section-quaternary h2, html section.section-quaternary h3, 
    html section.section-quaternary h4, html section.section-quaternary h5, html section.section-quaternary h6 {
        color: var(--bs-inv-quaternary);
    }

    html section.section-quaternary p {
        color: var(--bs-inv-quaternary);
    }

    html section.section-quaternary .custom-text {
        color: var(--bs-inv-quaternary);
    }

    html section.section-quaternary li {
        color: var(--bs-inv-quaternary);
    }
    
    html section.section-quaternary a {
        color: rgba(var(--bs-link-quaternary-rgb), var(--bs-link-opacity, 1));
        text-decoration: none
    }
    
    html section.section-quaternary a:hover {
        --bs-link-quaternary-rgb: var(--bs-link-hover-quaternary-rgb)
    }
    
    html section.section-quaternary a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: nonebe
    }
  .text-line.text-quaternary:before {
    background-color: var(--bs-quaternary)
  }
  .bg-pale-quaternary {
    background-color: var(--bs-pale-quaternary) !important
}
  .bg-soft-quaternary {
    background-color: var(--bs-soft-quaternary) !important
}
  .bg-gradient-quaternary {
    background: linear-gradient(180deg, var(--bs-soft-quaternary), rgba(var(--bs-white-rgb), 0) 100%)
}
  .bg-gradient-reverse-quaternary {
    background: linear-gradient(0deg, var(--bs-soft-quaternary), rgba(var(--bs-white-rgb), 0) 100%)
}
    :root {
    --fa-quinary-color: #9c3430;
    --bs-quinary: #9c3430;
    --bs-inv-quinary: ;
    --bs-link-quinary-rgb: 156, 52, 48;
    --bs-link-hover-quinary-rgb: 156, 52, 48;
    --bs-quinary-rgb: 156, 52, 48;
    --bs-soft-quinary: #e1c2c1;
    --bs-pale-quinary: #f5ebea;
    --bs-bullet-soft-quinary: #e1c2c1;
    --bs-icon-fill-quinary: #9c3430;
    --bs-icon-solid-fill-quinary: #9c3430;
    --bs-border-soft-quinary: #e1c2c1;
 }   
    
    
    html section.section-quinary {
    background-color: var(--bs-quinary) !important;
    border-color: #94312e !important
    }

    html section.section-quinary h1, html section.section-quinary h2, html section.section-quinary h3, 
    html section.section-quinary h4, html section.section-quinary h5, html section.section-quinary h6 {
        color: var(--bs-inv-quinary);
    }

    html section.section-quinary p {
        color: var(--bs-inv-quinary);
    }

    html section.section-quinary .custom-text {
        color: var(--bs-inv-quinary);
    }

    html section.section-quinary li {
        color: var(--bs-inv-quinary);
    }
    
    html section.section-quinary a {
        color: rgba(var(--bs-link-quinary-rgb), var(--bs-link-opacity, 1));
        text-decoration: none
    }
    
    html section.section-quinary a:hover {
        --bs-link-quinary-rgb: var(--bs-link-hover-quinary-rgb)
    }
    
    html section.section-quinary a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: nonebe
    }
  .text-line.text-quinary:before {
    background-color: var(--bs-quinary)
  }
  .bg-pale-quinary {
    background-color: var(--bs-pale-quinary) !important
}
  .bg-soft-quinary {
    background-color: var(--bs-soft-quinary) !important
}
  .bg-gradient-quinary {
    background: linear-gradient(180deg, var(--bs-soft-quinary), rgba(var(--bs-white-rgb), 0) 100%)
}
  .bg-gradient-reverse-quinary {
    background: linear-gradient(0deg, var(--bs-soft-quinary), rgba(var(--bs-white-rgb), 0) 100%)
}
}