/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js!./styles/main.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600&display=swap);
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js!./styles/main.scss (1) ***!
  \********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --primary: #1a2b72;
  --secondary: #68b2f3;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --body-color-rgb: 123, 142, 172;
  --body-bg-rgb: 255, 255, 255;
  --body-color: #7b8eac;
  --body-bg: #fff;
  --border-color: #dee2e6;
  --link-color: #5995df;
  --link-hover-color: #4777b2;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  background-color: var(--body-bg);
  color: var(--body-color);
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

hr {
  margin: 2.5rem 0;
  border: 0;
  border-top: 1px solid;
  color: #232b95;
  opacity: 0.25;
}
hr:last-child {
  margin-bottom: 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.875rem;
  color: #1a2b72;
  font-weight: 600;
  line-height: 1.4;
}
h6:last-child, .h6:last-child, h5:last-child, .h5:last-child, h4:last-child, .h4:last-child, h3:last-child, .h3:last-child, h2:last-child, .h2:last-child, h1:last-child, .h1:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.875rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
p:last-child {
  margin-bottom: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  cursor: help;
}

address {
  margin-bottom: 2.5rem;
  font-style: normal;
  line-height: inherit;
}
address:last-child {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
ol:last-child,
ul:last-child,
dl:last-child {
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
dd:last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 2.5rem;
}
blockquote:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: #fff3cd;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 0.75em;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 0.875em;
  overflow: auto;
}
pre:last-child {
  margin-bottom: 0;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

code {
  color: #d63384;
  font-size: 0.875em;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  border-radius: 0.25rem;
  padding: 0.1875rem 0.375rem;
  background-color: var(--body-color);
  color: var(--body-bg);
  font-size: 0.875em;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 2.5rem;
}
figure:last-child {
  margin-bottom: 0;
}

img,
svg {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  caption-side: bottom;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  min-width: 0;
}

legend {
  float: left;
  padding: 0;
  width: 100%;
  margin-bottom: 2.5rem;
  color: #1a2b72;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  color: #1a2b72;
  font-size: 1.5rem;
  line-height: 1.6667;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote:last-child {
  margin-bottom: 0;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  color: #6c757d;
  font-size: 0.875em;
}
.blockquote-footer:last-child {
  margin-bottom: 0;
}
.blockquote-footer::before {
  content: "— ";
}

.evidence {
  padding: 1rem;
  background-color: #1a2b72;
  color: #fff;
}

.img-fluid, .hp-sponsors .logo img {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  color: #6c757d;
  font-size: 0.875em;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

@media (min-width: 576px) {
  .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-xl, .container-xxl {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container-xxl {
    max-width: 1360px;
  }
}
.cols {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.cols:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cols.cols_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .cols.cols_3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .cols.cols_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cols.cols_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .cols.col-tier-left {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 768px) {
  .cols.col-tier-right {
    grid-template-columns: 2fr 1fr;
  }
}

.table {
  --table-bg: transparent;
  --table-color: var(--body-color);
  --table-border-color: var(--border-color);
  --table-accent-bg: transparent;
  --table-striped-bg: rgba(0, 0, 0, 0.05);
  --table-striped-color: var(--body-color);
  --table-active-bg: rgba(0, 0, 0, 0.1);
  --table-active-color: var(--body-color);
  --table-hover-bg: rgba(0, 0, 0, 0.075);
  --table-hover-color: var(--body-color);
  vertical-align: top;
  margin-bottom: 1rem;
  border-color: var(--table-border-color);
  width: 100%;
  color: var(--table-color);
}
.table:last-child {
  margin-bottom: 0;
}
.table > :not(caption) > * > * {
  border-bottom-width: 1px;
  padding: 0.5rem 0.5rem;
  background-color: var(--table-bg);
  box-shadow: inset 0 0 0 9999px var(--table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --table-accent-bg: var(--table-striped-bg);
  color: var(--table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --table-accent-bg: var(--table-striped-bg);
  color: var(--table-striped-color);
}

.table-active {
  --table-accent-bg: var(--table-active-bg);
  color: var(--table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --table-accent-bg: var(--table-hover-bg);
  color: var(--table-hover-color);
}

.table-primary {
  --table-bg: #d1d5e3;
  --table-color: #000;
  --table-border-color: #bcc0cc;
  --table-striped-bg: #c7cad8;
  --table-striped-color: #000;
  --table-active-bg: #bcc0cc;
  --table-active-color: #000;
  --table-hover-bg: #c1c5d2;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-secondary {
  --table-bg: #e1f0fd;
  --table-color: #000;
  --table-border-color: #cbd8e4;
  --table-striped-bg: #d6e4f0;
  --table-striped-color: #000;
  --table-active-bg: #cbd8e4;
  --table-active-color: #000;
  --table-hover-bg: #d0deea;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-success {
  --table-bg: #d1e7dd;
  --table-color: #000;
  --table-border-color: #bcd0c7;
  --table-striped-bg: #c7dbd2;
  --table-striped-color: #000;
  --table-active-bg: #bcd0c7;
  --table-active-color: #000;
  --table-hover-bg: #c1d6cc;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-info {
  --table-bg: #cff4fc;
  --table-color: #000;
  --table-border-color: #badce3;
  --table-striped-bg: #c5e8ef;
  --table-striped-color: #000;
  --table-active-bg: #badce3;
  --table-active-color: #000;
  --table-hover-bg: #bfe2e9;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-warning {
  --table-bg: #fff3cd;
  --table-color: #000;
  --table-border-color: #e6dbb9;
  --table-striped-bg: #f2e7c3;
  --table-striped-color: #000;
  --table-active-bg: #e6dbb9;
  --table-active-color: #000;
  --table-hover-bg: #ece1be;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-danger {
  --table-bg: #f8d7da;
  --table-color: #000;
  --table-border-color: #dfc2c4;
  --table-striped-bg: #eccccf;
  --table-striped-color: #000;
  --table-active-bg: #dfc2c4;
  --table-active-color: #000;
  --table-hover-bg: #e5c7ca;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-light {
  --table-bg: #f8f9fa;
  --table-color: #000;
  --table-border-color: #dfe0e1;
  --table-striped-bg: #ecedee;
  --table-striped-color: #000;
  --table-active-bg: #dfe0e1;
  --table-active-color: #000;
  --table-hover-bg: #e5e6e7;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-dark {
  --table-bg: #212529;
  --table-color: #fff;
  --table-border-color: #373b3e;
  --table-striped-bg: #2c3034;
  --table-striped-color: #fff;
  --table-active-bg: #373b3e;
  --table-active-color: #fff;
  --table-hover-bg: #323539;
  --table-hover-color: #fff;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-table > thead {
  position: absolute;
  margin: -1px;
  border: none;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.responsive-table > :not(caption) > * {
  display: block;
  border-bottom-width: 1px;
}
.responsive-table > :not(caption) > * > * {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 0;
}
.responsive-table > :not(caption) > * > *::before {
  content: attr(data-label);
  margin-right: 1rem;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-sm > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-sm > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-sm > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-sm > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-md > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-md > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-md > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-md > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-lg > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-lg > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-lg > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-lg > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-xl > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-xl > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-xl > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-xl > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-xxl > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-xxl > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-xxl > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-xxl > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
.form-label {
  margin-bottom: 0.625rem;
  color: #1a2b72;
  font-weight: 500;
}

.col-form-label {
  margin-bottom: 0;
  padding-top: calc(1.0625rem + 1px);
  padding-bottom: calc(1.0625rem + 1px);
  font-size: inherit;
  line-height: 1.5;
}

.form-description {
  margin-top: 0.25rem;
  color: #6c757d;
  font-size: 0.875em;
}

.form-control,
.form-select,
.hp-form .form form select.form-control {
  display: block;
  border: 1px solid #c3d4e5;
  border-radius: 1.25rem;
  padding: 1.0625rem 0.75rem;
  width: 100%;
  background-color: #fff;
  color: #1a2b72;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control,
  .form-select,
  .hp-form .form form select.form-control {
    transition: none;
  }
}
.form-control:focus,
.form-select:focus,
.hp-form .form form select.form-control:focus {
  border-color: #8d95b9;
  box-shadow: 0 0 0 0.25rem rgba(26, 43, 114, 0.25);
  outline: 0;
}
.form-control:disabled,
.form-select:disabled,
.hp-form .form form select.form-control:disabled {
  background-color: #e9ecef;
}

.form-control {
  background-clip: padding-box;
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  background-color: #fff;
  color: #1a2b72;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  margin: -1.0625rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  padding: 1.0625rem 0.75rem;
  background-color: #e9ecef;
  color: #1a2b72;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  margin-bottom: 0;
  border: solid transparent;
  border-width: 1px 0;
  padding: 1.0625rem 0;
  width: 100%;
  background-color: transparent;
  color: #1a2b72;
  line-height: 1.5;
}
.form-control-plaintext:focus {
  outline: 0;
}

textarea.form-control {
  min-height: calc(1.5em + 2.125rem + 2px);
}

.form-control-color {
  padding: 0.375rem;
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

.form-select, .hp-form .form form select.form-control {
  padding-right: 2.25rem;
  -moz-padding-start: calc(0.75rem - 3px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}
.form-select[multiple], .hp-form .form form select[multiple].form-control, .form-select[size]:not([size="1"]), .hp-form .form form select[size].form-control:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:-moz-focusring, .hp-form .form form select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a2b72;
}

.form-check {
  display: block;
  margin-bottom: 1.25rem;
  padding-left: 2.875rem;
  min-height: 1.5rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2.875rem;
}
.form-check .form-check-label {
  color: #1a2b72;
  font-weight: 500;
}

.form-check-reverse {
  padding-left: 0;
  padding-right: 2.875rem;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -2.875rem;
}

.form-check-input {
  vertical-align: top;
  margin-top: -0.1875rem;
  border: 1px solid #c3d4e5;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25rem;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #8d95b9;
  box-shadow: 0 0 0 0.25rem rgba(26, 43, 114, 0.25);
  outline: 0;
}
.form-check-input:checked {
  border-color: #1a2b72;
  background-color: #1a2b72;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  border-color: #1a2b72;
  background-color: #1a2b72;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  opacity: 0.5;
  pointer-events: none;
  filter: none;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
  cursor: default;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  margin-left: -2.5em;
  width: 2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input[type=checkbox], .form-switch .form-check-input[type=radio] {
  border-radius: 2em;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238d95b9'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked[type=checkbox], .form-switch .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: right center;
}
.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}
.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  opacity: 0.65;
  pointer-events: none;
  filter: none;
}

.form-range {
  padding: 0;
  width: 100%;
  height: 1.5rem;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(26, 43, 114, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(26, 43, 114, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  margin-top: -0.25rem;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  background-color: #1a2b72;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #babfd5;
}
.form-range::-webkit-slider-runnable-track {
  border-color: transparent;
  border-radius: 1rem;
  width: 100%;
  height: 0.5rem;
  background-color: #dee2e6;
  color: transparent;
  cursor: pointer;
}
.form-range::-moz-range-thumb {
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  background-color: #1a2b72;
  -moz-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #babfd5;
}
.form-range::-moz-range-track {
  border-color: transparent;
  border-radius: 1rem;
  width: 100%;
  height: 0.5rem;
  background-color: #dee2e6;
  color: transparent;
  cursor: pointer;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
.hp-form .form form .form-floating > select.form-control {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  padding: 1rem 0.75rem;
  width: 100%;
  height: 100%;
  text-align: start;
  text-overflow: ellipsis;
  overflow: hidden;
  transform-origin: 0 0;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .hp-form .form form .form-floating > select.form-control {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.hp-form .form form .form-floating > select.form-control ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.hp-form .form form .input-group > select.form-control,
.input-group > .form-floating {
  flex: 1 1 auto;
  position: relative;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.hp-form .form form .input-group > select.form-control:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  border: 1px solid #c3d4e5;
  border-radius: 1.25rem;
  padding: 1.0625rem 0.75rem;
  background-color: #e9ecef;
  color: #1a2b72;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.input-group:not(.has-validation) > :not(:last-child):not(.form-floating),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.form-floating),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  width: 100%;
  color: #198754;
  font-size: 0.875em;
}

.valid-tooltip {
  display: none;
  position: absolute;
  z-index: 5;
  top: 100%;
  margin-top: 0.1rem;
  border-radius: 0.375rem;
  padding: 0.25rem 0.5rem;
  max-width: 100%;
  background-color: rgba(25, 135, 84, 0.9);
  color: #fff;
  font-size: 0.875rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 2.125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.53125rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 1.0625rem) calc(0.75em + 1.0625rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 2.125rem);
  background-position: top calc(0.375em + 0.53125rem) right calc(0.375em + 0.53125rem);
}

.was-validated .form-select:valid, .was-validated .hp-form .form form select.form-control:valid, .hp-form .form form .was-validated select.form-control:valid, .form-select.is-valid, .hp-form .form form select.is-valid.form-control {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .hp-form .form form select.form-control:valid:not([multiple]):not([size]), .hp-form .form form .was-validated select.form-control:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .hp-form .form form select.form-control:valid:not([multiple])[size="1"], .hp-form .form form .was-validated select.form-control:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .hp-form .form form select.is-valid.form-control:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .hp-form .form form select.is-valid.form-control:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 1.0625rem) calc(0.75em + 1.0625rem);
}
.was-validated .form-select:valid:focus, .was-validated .hp-form .form form select.form-control:valid:focus, .hp-form .form form .was-validated select.form-control:valid:focus, .form-select.is-valid:focus, .hp-form .form form select.is-valid.form-control:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + 1.5em + 2.125rem);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  width: 100%;
  color: #dc3545;
  font-size: 0.875em;
}

.invalid-tooltip {
  display: none;
  position: absolute;
  z-index: 5;
  top: 100%;
  margin-top: 0.1rem;
  border-radius: 0.375rem;
  padding: 0.25rem 0.5rem;
  max-width: 100%;
  background-color: rgba(220, 53, 69, 0.9);
  color: #fff;
  font-size: 0.875rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 2.125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.53125rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 1.0625rem) calc(0.75em + 1.0625rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 2.125rem);
  background-position: top calc(0.375em + 0.53125rem) right calc(0.375em + 0.53125rem);
}

.was-validated .form-select:invalid, .was-validated .hp-form .form form select.form-control:invalid, .hp-form .form form .was-validated select.form-control:invalid, .form-select.is-invalid, .hp-form .form form select.is-invalid.form-control {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .hp-form .form form select.form-control:invalid:not([multiple]):not([size]), .hp-form .form form .was-validated select.form-control:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .hp-form .form form select.form-control:invalid:not([multiple])[size="1"], .hp-form .form form .was-validated select.form-control:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .hp-form .form form select.is-invalid.form-control:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .hp-form .form form select.is-invalid.form-control:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 1.0625rem) calc(0.75em + 1.0625rem);
}
.was-validated .form-select:invalid:focus, .was-validated .hp-form .form form select.form-control:invalid:focus, .hp-form .form form .was-validated select.form-control:invalid:focus, .form-select.is-invalid:focus, .hp-form .form form select.is-invalid.form-control:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + 1.5em + 2.125rem);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --btn-bg: none;
  --btn-color: #7b8eac;
  --btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  vertical-align: middle;
  border: 0;
  border-radius: 1.875rem;
  padding: 1.25rem 1.25rem;
  background-color: transparent;
  background-image: var(--btn-bg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  color: var(--btn-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: color 0.2s ease-in, background-position 0.2s ease-in, box-shadow 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
@media (min-width: 576px) {
  .btn {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}
.btn:hover, .btn:focus-visible {
  background-position: 100% 0;
  color: var(--btn-hover-color);
}
.btn:focus-visible {
  box-shadow: var(--btn-focus-box-shadow);
  outline: 0;
}

.btn-primary {
  --btn-bg: linear-gradient(90deg, #4f638e, #87beed 50%, #4f638e);
  --btn-color: #fff;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 60, 75, 135;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse {
  visibility: inherit !important;
}
.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.alert {
  --alert-border-color: transparent;
  --alert-bg: transparent;
  --alert-color: inherit;
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid var(--alert-border-color);
  border-radius: 0.375rem;
  padding: 1rem 1rem;
  background-color: var(--alert-bg);
  color: var(--alert-color);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0.375rem;
  padding: 1.25rem 1rem;
  width: 1em;
  height: 1em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: #000;
  opacity: 0.5;
  box-sizing: content-box;
}
.alert-dismissible .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.alert-dismissible .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 43, 114, 0.25);
  opacity: 1;
  outline: 0;
}
.alert-dismissible .btn-close:disabled, .alert-dismissible .btn-close.disabled {
  opacity: 0.25;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.alert-dismissible .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.alert-primary {
  --alert-border-color: #babfd5;
  --alert-bg: #d1d5e3;
  --alert-color: #101a44;
}
.alert-primary .alert-link {
  color: #0d1536;
}

.alert-secondary {
  --alert-border-color: #d2e8fb;
  --alert-bg: #e1f0fd;
  --alert-color: #3e6b92;
}
.alert-secondary .alert-link {
  color: #325675;
}

.alert-success {
  --alert-border-color: #badbcc;
  --alert-bg: #d1e7dd;
  --alert-color: #0f5132;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --alert-border-color: #b6effb;
  --alert-bg: #cff4fc;
  --alert-color: #055160;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --alert-border-color: #ffecb5;
  --alert-bg: #fff3cd;
  --alert-color: #664d03;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --alert-border-color: #f5c2c7;
  --alert-bg: #f8d7da;
  --alert-color: #842029;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --alert-border-color: #fdfdfe;
  --alert-bg: #fefefe;
  --alert-color: #636464;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --alert-border-color: #bcbebf;
  --alert-bg: #d3d3d4;
  --alert-color: #141619;
}
.alert-dark .alert-link {
  color: #101214;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.text-color-primary {
  color: #1a2b72 !important;
}

.text-color-secondary {
  color: #68b2f3 !important;
}

.text-color-success {
  color: #198754 !important;
}

.text-color-info {
  color: #0dcaf0 !important;
}

.text-color-warning {
  color: #ffc107 !important;
}

.text-color-danger {
  color: #dc3545 !important;
}

.text-color-light {
  color: #f8f9fa !important;
}

.text-color-dark {
  color: #212529 !important;
}

.link-primary {
  color: #1a2b72 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #15225b !important;
}

.link-secondary {
  color: #68b2f3 !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #86c1f5 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  content: "";
  display: block;
  padding-top: var(--aspect-ratio);
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --aspect-ratio: 100%;
}

.ratio-4x3 {
  --aspect-ratio: 75%;
}

.ratio-16x9 {
  --aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --aspect-ratio: 42.8571428571%;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.stretched-link::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.text-truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.banner {
  padding-bottom: 4.75rem;
  border-radius: 0 0 1.875rem 1.875rem;
  background-image: linear-gradient(75deg, #f2f8f7, #dde4f0);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .banner {
    padding-top: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .banner .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .banner .inner > .visual {
    order: 1;
    flex: 0 0 auto;
    width: 12.5%;
    max-width: 100%;
  }
  .banner .inner > .content {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .banner .visual {
    padding-top: 3.25rem;
  }
}
.banner .visual img {
  margin-left: calc((100vw - 100%) / 2 * -1);
  width: 100vw;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .banner .visual img {
    margin-left: 0;
    border-radius: 10.25rem 10.25rem 0 10.25rem;
    width: 300px;
    height: 540px;
  }
}
.banner .visual ~ .content {
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {
  .banner .visual ~ .content {
    padding-top: 0;
    padding-right: 2.5rem;
  }
  .banner .visual ~ .content > *:not(h1):not(.h1) {
    max-width: 435px;
  }
}
.banner .suptitle {
  margin-bottom: 0;
  color: #707db4;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}
.banner h1, .banner .h1 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1.875rem;
  padding-top: 0.1364em;
  color: #1a2b72;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 0.9319;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(0deg, #4f638e, #87beed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 576px) {
  .banner h1, .banner .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .banner h1, .banner .h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .banner h1, .banner .h1 {
    font-size: 5.5rem;
  }
}
.banner h1:last-child, .banner .h1:last-child {
  margin-bottom: 0;
}
.banner p {
  margin-bottom: 3.625rem;
}
.banner p:last-child {
  margin-bottom: 0;
}
.banner p strong {
  color: #5b6a88;
  font-weight: 500;
}
.banner .ctas {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}
.banner .ctas > * {
  flex: 0 0 auto;
  width: 310px;
  max-width: calc(100% - 1rem);
  margin: 0.5rem;
}

.hp-intro {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
}
@media (min-width: 1024px) {
  .hp-intro .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .hp-intro .inner > * {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
}
.hp-intro .visual {
  padding-top: 3.125rem;
}
@media (min-width: 1024px) {
  .hp-intro .visual {
    padding-top: 0;
    padding-left: 3.125rem;
  }
}
.hp-intro .visual img {
  border-radius: 10.25rem 10.25rem 10.25rem 0;
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .hp-intro .visual img {
    margin-top: -22.5rem;
    width: 300px;
    height: 540px;
  }
}
@media (min-width: 1024px) {
  .hp-intro .content > * {
    max-width: 435px;
  }
}
.hp-intro p strong {
  color: #385289;
  font-weight: 500;
}

.hp-experts {
  padding-top: 7.5rem;
  padding-bottom: 1.25rem;
  overflow: hidden;
}
.hp-experts .wrapper {
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.875rem;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  max-width: 1320px;
  background-color: #f7f7f7;
}
.hp-experts h2, .hp-experts .h2 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -10.875rem;
  margin-bottom: 7.5rem;
  max-width: 520px;
  background-image: -webkit-linear-gradient(0deg, #4f638e, #87beed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hp-experts .experts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 576px) {
  .hp-experts .experts {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hp-experts .experts > * {
    flex: 0 0 auto;
    width: calc((100% - 1rem) / 2);
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .hp-experts .experts > * {
    width: calc((100% - 2rem) / 3);
  }
}
.hp-experts .expert {
  border-radius: 1.25rem;
  padding: 1.25rem 1.25rem;
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.625rem rgba(26, 43, 114, 0.15);
}
@media (min-width: 576px) {
  .hp-experts .expert {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.hp-experts .expert .item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  height: 100px;
}
@media (min-width: 576px) {
  .hp-experts .expert .item-header {
    margin-bottom: 1.875rem;
    height: 124px;
  }
}
.hp-experts .expert .item-img {
  display: block;
  max-width: 160px;
  max-height: 64px;
}
@media (min-width: 576px) {
  .hp-experts .expert .item-img {
    max-width: 200px;
    max-height: 80px;
  }
}
.hp-experts .expert .item-title {
  color: #1a2b72;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7143;
  text-align: center;
}

.hp-sponsors {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #1a2b72;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.hp-sponsors .inner > *:not(.logos) {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.hp-sponsors p {
  margin-bottom: 1rem;
}
.hp-sponsors p:last-child {
  margin-bottom: 0;
}
.hp-sponsors .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hp-sponsors .logos > * {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 4rem);
  margin: 2rem;
}
.hp-program {
  padding-top: 1.25rem;
  padding-bottom: 1.5625rem;
}
.hp-program .wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.875rem;
  padding-top: 4.25rem;
  padding-bottom: 4rem;
  max-width: 1320px;
  background-color: #7a89a2;
}
.hp-program .background, .hp-program .background::after,
.hp-program .background img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
}
.hp-program .background::after {
  content: "";
  background-image: linear-gradient(0deg, rgba(17, 21, 32, 0.12), #324d6e);
  opacity: 0.9;
}
.hp-program .background img {
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: screen;
  opacity: 0.6;
}
.hp-program .content {
  display: grid;
  gap: 1.5rem;
  position: relative;
}
@media (min-width: 1024px) {
  .hp-program .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hp-program .aside {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .hp-program .aside .aside-inner {
    position: sticky;
    top: 4.25rem;
    padding-top: 0.625rem;
    max-width: 372px;
  }
}
.hp-program .program h2, .hp-program .program .h2 {
  margin-bottom: 1.5rem;
  color: #fff;
}
.hp-program .program h2:last-child, .hp-program .program .h2:last-child {
  margin-bottom: 0;
}
.hp-program .program ul {
  padding-left: 0;
  list-style: none;
}
.hp-program .program ul li {
  position: relative;
  border-radius: 0.75rem;
  padding: 1.875rem 1.25rem;
  padding-left: 2.75rem;
  background-color: #fff;
  color: #212893;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .hp-program .program ul li {
    padding-left: 3.75rem;
    padding-right: 2.1875rem;
  }
}
.hp-program .program ul li::before {
  content: "";
  position: absolute;
  top: 2.1875rem;
  left: 1.25rem;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background-image: linear-gradient(90deg, #365088, #b0c5d8);
}
@media (min-width: 576px) {
  .hp-program .program ul li::before {
    left: 2.1875rem;
  }
}
.hp-program .program ul li + li {
  margin-top: 0.625rem;
}

.hp-infos {
  padding-top: 1.5625rem;
  padding-bottom: 2.75rem;
}
.hp-infos .infos {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .hp-infos .infos {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hp-infos .info {
  border-radius: 1.25rem;
  padding: 2.5rem 1.25rem;
  background-color: rgba(92, 153, 208, 0.1);
  color: #3d5480;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .hp-infos .info {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.hp-infos .info .item-title {
  margin-bottom: 0.75rem;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3334;
}
.hp-infos .info .item-title:last-child {
  margin-bottom: 0;
}
.hp-infos .info .item-dates {
  padding-left: 0;
  list-style: none;
}
.hp-infos .info .item-dates li {
  position: relative;
  padding-left: 1.625rem;
}
.hp-infos .info .item-dates li::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%2364A9EE' d='m13.56,16H2.44c-1.35,0-2.44-1.04-2.44-2.33V3.84C0,2.56,1.1,1.51,2.44,1.51h.73v-.7c0-.45.38-.82.86-.82s.86.37.86.82v3.03c0,.45-.38.82-.86.82s-.86-.37-.86-.82v-.7h-.73c-.4,0-.73.31-.73.7v2.21h12.58v-2.21c0-.38-.33-.7-.73-.7h-.4c-.47,0-.86-.37-.86-.82s.38-.82.86-.82h.4c1.35,0,2.44,1.04,2.44,2.33v9.83c0,1.28-1.1,2.33-2.44,2.33ZM1.71,7.68v5.99c0,.38.33.7.73.7h11.11c.4,0,.73-.31.73-.7v-5.99H1.71Zm8.67-3.02c-.47,0-.86-.37-.86-.82v-.7h-2.72c-.47,0-.86-.37-.86-.82s.38-.82.86-.82h2.72v-.7c0-.45.38-.82.86-.82s.86.37.86.82v3.03c0,.45-.38.82-.86.82Z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
}
.hp-infos .info .item-dates li + li {
  margin-top: 1.75rem;
}
.hp-infos .info .item-price {
  margin-bottom: 1.75rem;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2223;
}
.hp-infos .info .item-price:last-child {
  margin-bottom: 0;
}
.hp-infos .info .item-price strong {
  display: block;
  font-size: 2.75rem;
  font-weight: inherit;
  line-height: 1.2334;
}
.hp-infos .info .item-price strong sup {
  vertical-align: super;
  top: 0;
  font-size: 0.55em;
}
.hp-infos .info .item-text {
  margin-bottom: 1.75rem;
}
.hp-infos .info .item-text:last-child {
  margin-bottom: 0;
}
.hp-infos .info .item-text small {
  font-size: 0.875rem;
}
.hp-infos .info.price {
  text-align: center;
}

.hp-form {
  padding-top: 2.75rem;
  padding-bottom: 3.75rem;
}
.hp-form .wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
.hp-form .title {
  margin-bottom: 3.5rem;
}
.hp-form .title h2, .hp-form .title .h2 {
  color: #4c5d75;
  text-align: center;
}
.hp-form .title h2 strong, .hp-form .title .h2 strong {
  display: block;
  color: #a8c3db;
  font-weight: inherit;
}
.hp-form .form {
  border: 4px solid #daecfd;
  border-radius: 1.25rem;
  padding-top: 4.5rem;
  padding-bottom: 2.125rem;
  background-color: #edf4fa;
}
@media (max-width: 575.98px) {
  .hp-form .form > * {
    padding-left: calc(0.5rem - 4px);
    padding-right: calc(0.5rem - 4px);
  }
}
.hp-form .form .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.hp-form .form form {
  display: grid;
  gap: 0.75rem 1rem;
}
@media (min-width: 768px) {
  .hp-form .form form {
    grid-template-columns: repeat(4, 1fr);
  }
  .hp-form .form form > * {
    grid-column-end: span 4;
  }
  .hp-form .form form > .col-sm {
    grid-column-end: span 1;
  }
  .hp-form .form form > .col-md {
    grid-column-end: span 2;
  }
  .hp-form .form form > .col-lg {
    grid-column-end: span 3;
  }
  .hp-form .form form > .clear {
    grid-column-start: 1;
  }
}
.hp-form .form form .form-item {
  font-size: 1rem;
  line-height: 1.5;
}
.hp-form .form form fieldset {
  margin-top: 0.5rem;
}
.hp-form .form form .form-gdpr {
  font-size: 0.875rem;
  line-height: 1.7143;
}
@media (min-width: 768px) {
  .hp-form .form form .form-recaptcha,
  .hp-form .form form .form-altcha {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .hp-form .form form .form-actions {
    grid-column-end: span 4;
    text-align: center;
  }
}
.hp-form .form form .form-actions .btn {
  border-radius: 2.25rem;
  padding: 1.625rem 3.375rem;
}
.hp-form .form form .form-actions .btn-primary {
  --btn-bg: linear-gradient(90deg, #365088, #b0c5d8 50%, #365088);
}
.hp-form .form form .form-markup {
  color: #1a2b72;
  text-align: center;
}
