/* Theme base styles */

/* Generic */

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}


/* Remove Safari's default appearance for select elements */

select {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

/* Date */

.blog-post__timestamp {
  display: block;
  margin-bottom: 0.7rem;
}

/* Author */

.blog-post__author {
  display: flex;
  margin-bottom: 1.4rem;
  align-items: center;
}

.blog-post__author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-post__author-name,
.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
  text-decoration: none;
}

/* Content */

.blog-post__body img {
  height: auto;
  max-width: 100%;
}

/* Comments */

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus,
.blog-comments .comment-reply-to:active {
  background-color: transparent;
  text-decoration: underline;
}
*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(33,33,33,0);scroll-behavior:smooth}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;min-height:100vh}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:600}dd{margin-bottom:.5rem;margin-left:0}blockquote,figure{margin:0 0 1rem}b,strong{font-weight:bolder}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#001a72;background-color:rgba(0,0,0,0);text-decoration:underline}a:hover{color:rgb(0,8.5526315789,37.5);text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button],[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.5}.display-2{font-size:5.5rem;font-weight:300;line-height:1.5}.display-3{font-size:4.5rem;font-weight:300;line-height:1.5}.display-4{font-size:3.5rem;font-weight:300;line-height:1.5}hr{box-sizing:content-box;height:0;overflow:visible;margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(33,33,33,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"— "}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:rgba(0,0,0,0);border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:rgb(0,55.0789473684,241.5);outline:0;box-shadow:none}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:rgba(0,0,0,0);border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#256f2f}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(37,111,47,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#256f2f;padding-right:2.25rem!important;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23256f2f%27 d=%27M2.3 6.73L.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%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#256f2f;box-shadow:0 0 0 .2rem rgba(37,111,47,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:2.25rem;background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#256f2f;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23001a72%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23256f2f%27 d=%27M2.3 6.73L.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%27/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#256f2f;box-shadow:0 0 0 .2rem rgba(37,111,47,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#256f2f}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#256f2f}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#256f2f}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:rgb(49.75,149.25,63.1959459459);background-color:rgb(49.75,149.25,63.1959459459)}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(37,111,47,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#256f2f}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#256f2f}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#256f2f;box-shadow:0 0 0 .2rem rgba(37,111,47,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:2.25rem!important;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:2.25rem;background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23001a72%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:rgb(227.5316455696,96.4683544304,109.0253164557);background-color:rgb(227.5316455696,96.4683544304,109.0253164557)}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:1039.9px!important}.navbar{display:none}.badge{border:1px solid #212121}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto}@media(min-width:576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:1039.9px){.container,.container-lg,.container-md,.container-mxl,.container-sm{max-width:1025.9px}}@media(min-width:1040px){.container,.container-lg,.container-md,.container-mxl,.container-sm,.container-xl{max-width:1026px}}.row{display:flex;flex-wrap:wrap;margin-right:-24px;margin-left:-24px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-mxl,.col-mxl-1,.col-mxl-10,.col-mxl-11,.col-mxl-12,.col-mxl-2,.col-mxl-3,.col-mxl-4,.col-mxl-5,.col-mxl-6,.col-mxl-7,.col-mxl-8,.col-mxl-9,.col-mxl-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,.col-xlg,.col-xlg-1,.col-xlg-10,.col-xlg-11,.col-xlg-12,.col-xlg-2,.col-xlg-3,.col-xlg-4,.col-xlg-5,.col-xlg-6,.col-xlg-7,.col-xlg-8,.col-xlg-9,.col-xlg-auto,.col-xll,.col-xll-1,.col-xll-10,.col-xll-11,.col-xll-12,.col-xll-2,.col-xll-3,.col-xll-4,.col-xll-5,.col-xll-6,.col-xll-7,.col-xll-8,.col-xll-9,.col-xll-auto,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-auto{position:relative;width:100%;padding-right:24px;padding-left:24px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:1025px){.col-mxl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-mxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-mxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-mxl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-mxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-mxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-mxl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-mxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-mxl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-mxl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-mxl-3{flex:0 0 25%;max-width:25%}.col-mxl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-mxl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-mxl-6{flex:0 0 50%;max-width:50%}.col-mxl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-mxl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-mxl-9{flex:0 0 75%;max-width:75%}.col-mxl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-mxl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-mxl-12{flex:0 0 100%;max-width:100%}.order-mxl-first{order:-1}.order-mxl-last{order:13}.order-mxl-0{order:0}.order-mxl-1{order:1}.order-mxl-2{order:2}.order-mxl-3{order:3}.order-mxl-4{order:4}.order-mxl-5{order:5}.order-mxl-6{order:6}.order-mxl-7{order:7}.order-mxl-8{order:8}.order-mxl-9{order:9}.order-mxl-10{order:10}.order-mxl-11{order:11}.order-mxl-12{order:12}.offset-mxl-0{margin-left:0}.offset-mxl-1{margin-left:8.33333333%}.offset-mxl-2{margin-left:16.66666667%}.offset-mxl-3{margin-left:25%}.offset-mxl-4{margin-left:33.33333333%}.offset-mxl-5{margin-left:41.66666667%}.offset-mxl-6{margin-left:50%}.offset-mxl-7{margin-left:58.33333333%}.offset-mxl-8{margin-left:66.66666667%}.offset-mxl-9{margin-left:75%}.offset-mxl-10{margin-left:83.33333333%}.offset-mxl-11{margin-left:91.66666667%}}@media(min-width:1039.9px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:1040px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media(min-width:1250px){.col-xll{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xll-1>*{flex:0 0 100%;max-width:100%}.row-cols-xll-2>*{flex:0 0 50%;max-width:50%}.row-cols-xll-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xll-4>*{flex:0 0 25%;max-width:25%}.row-cols-xll-5>*{flex:0 0 20%;max-width:20%}.row-cols-xll-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xll-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xll-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xll-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xll-3{flex:0 0 25%;max-width:25%}.col-xll-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xll-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xll-6{flex:0 0 50%;max-width:50%}.col-xll-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xll-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xll-9{flex:0 0 75%;max-width:75%}.col-xll-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xll-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xll-12{flex:0 0 100%;max-width:100%}.order-xll-first{order:-1}.order-xll-last{order:13}.order-xll-0{order:0}.order-xll-1{order:1}.order-xll-2{order:2}.order-xll-3{order:3}.order-xll-4{order:4}.order-xll-5{order:5}.order-xll-6{order:6}.order-xll-7{order:7}.order-xll-8{order:8}.order-xll-9{order:9}.order-xll-10{order:10}.order-xll-11{order:11}.order-xll-12{order:12}.offset-xll-0{margin-left:0}.offset-xll-1{margin-left:8.33333333%}.offset-xll-2{margin-left:16.66666667%}.offset-xll-3{margin-left:25%}.offset-xll-4{margin-left:33.33333333%}.offset-xll-5{margin-left:41.66666667%}.offset-xll-6{margin-left:50%}.offset-xll-7{margin-left:58.33333333%}.offset-xll-8{margin-left:66.66666667%}.offset-xll-9{margin-left:75%}.offset-xll-10{margin-left:83.33333333%}.offset-xll-11{margin-left:91.66666667%}}@media(min-width:1400px){.col-xlg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xlg-1>*{flex:0 0 100%;max-width:100%}.row-cols-xlg-2>*{flex:0 0 50%;max-width:50%}.row-cols-xlg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xlg-4>*{flex:0 0 25%;max-width:25%}.row-cols-xlg-5>*{flex:0 0 20%;max-width:20%}.row-cols-xlg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xlg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xlg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xlg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xlg-3{flex:0 0 25%;max-width:25%}.col-xlg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xlg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xlg-6{flex:0 0 50%;max-width:50%}.col-xlg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xlg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xlg-9{flex:0 0 75%;max-width:75%}.col-xlg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xlg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xlg-12{flex:0 0 100%;max-width:100%}.order-xlg-first{order:-1}.order-xlg-last{order:13}.order-xlg-0{order:0}.order-xlg-1{order:1}.order-xlg-2{order:2}.order-xlg-3{order:3}.order-xlg-4{order:4}.order-xlg-5{order:5}.order-xlg-6{order:6}.order-xlg-7{order:7}.order-xlg-8{order:8}.order-xlg-9{order:9}.order-xlg-10{order:10}.order-xlg-11{order:11}.order-xlg-12{order:12}.offset-xlg-0{margin-left:0}.offset-xlg-1{margin-left:8.33333333%}.offset-xlg-2{margin-left:16.66666667%}.offset-xlg-3{margin-left:25%}.offset-xlg-4{margin-left:33.33333333%}.offset-xlg-5{margin-left:41.66666667%}.offset-xlg-6{margin-left:50%}.offset-xlg-7{margin-left:58.33333333%}.offset-xlg-8{margin-left:66.66666667%}.offset-xlg-9{margin-left:75%}.offset-xlg-10{margin-left:83.33333333%}.offset-xlg-11{margin-left:91.66666667%}}@media(min-width:1920px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xxl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xxl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xxl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xxl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1rem;color:#212529;background-color:rgba(0,0,0,0)}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(33,33,33,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(33,33,33,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:rgb(183.6,190.88,215.52)}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:rgb(122.4,135.92,181.68)}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:rgb(167.1795454545,176.1337878788,206.4404545455)}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:rgb(226.72,207.4,237.08)}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:rgb(202.48,166.6,221.72)}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:rgb(215.7135897436,188.8743589744,230.1056410256)}.table-success,.table-success>td,.table-success>th{background-color:rgb(193.96,214.68,196.76)}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:rgb(141.64,180.12,146.84)}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:rgb(178.6036464088,204.5363535912,182.1080662983)}.table-info,.table-info>td,.table-info>th{background-color:rgb(190.04,228.96,235.12)}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:rgb(134.36,206.64,218.08)}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:hsl(188.198757764,53.1353135314%,78.3647058824%)}.table-warning,.table-warning>td,.table-warning>th{background-color:rgb(248,231.2,191.72)}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:rgb(242,210.8,137.48)}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:hsl(42.0895522388,80.0796812749%,81.2196078431%)}.table-danger,.table-danger>td,.table-danger>th{background-color:rgb(245.2,198.44,202.92)}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:rgb(236.8,149.96,158.28)}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:hsl(354.251497006,70.4641350211%,81.9882352941%)}.table-light,.table-light>td,.table-light>th{background-color:rgb(253.04,253.32,253.6)}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:rgb(251.36,251.88,252.4)}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:rgb(238.165,240.57,242.975)}.table-dark,.table-dark>td,.table-dark>th{background-color:rgb(198.16,199.84,201.52)}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:rgb(149.44,152.56,155.68)}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:hsl(210,3.0456852792%,73.368627451%)}.table-active,.table-active>td,.table-active>th{background-color:rgba(33,33,33,.075)}.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(20.25,20.25,20.25,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:hsl(210,10.8108108108%,22.0098039216%)}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:hsl(210,10.8108108108%,22.0098039216%)}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width:1024.98px){.table-responsive-mxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-mxl>.table-bordered{border:0}}@media(max-width:1039.88px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1039.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}@media(max-width:1249.98px){.table-responsive-xll{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xll>.table-bordered{border:0}}@media(max-width:1399.98px){.table-responsive-xlg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xlg>.table-bordered{border:0}}@media(max-width:1919.98px){.table-responsive-xxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:rgba(0,0,0,0);border:1px solid transparent;font-size:1rem;line-height:1.5;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,26,114,.55)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#001a72;border-color:#001a72}.btn-primary:hover{color:#fff;background-color:rgb(0,17.2763157895,75.75);border-color:rgb(0,14.3684210526,63)}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:rgb(0,17.2763157895,75.75);border-color:rgb(0,14.3684210526,63);box-shadow:0 0 0 .2rem rgba(38.25,60.35,135.15,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#001a72;border-color:#001a72}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:rgb(0,14.3684210526,63);border-color:rgb(0,11.4605263158,50.25)}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38.25,60.35,135.15,.5)}.btn-secondary{color:#fff;background-color:#9a55bf;border-color:#9a55bf}.btn-secondary:hover{color:#fff;background-color:rgb(135.1314102564,65.0256410256,172.7243589744);border-color:rgb(127.8846153846,61.5384615385,163.4615384615)}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:rgb(135.1314102564,65.0256410256,172.7243589744);border-color:rgb(127.8846153846,61.5384615385,163.4615384615);box-shadow:0 0 0 .2rem rgba(169.15,110.5,200.6,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#9a55bf;border-color:#9a55bf}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:rgb(127.8846153846,61.5384615385,163.4615384615);border-color:rgb(120.6378205128,58.0512820513,154.1987179487)}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169.15,110.5,200.6,.5)}.btn-success{color:#fff;background-color:#256f2f;border-color:#256f2f}.btn-success:hover{color:#fff;background-color:rgb(27.4375,82.3125,34.8530405405);border-color:rgb(24.25,72.75,30.8040540541)}.btn-success.focus,.btn-success:focus{color:#fff;background-color:rgb(27.4375,82.3125,34.8530405405);border-color:rgb(24.25,72.75,30.8040540541);box-shadow:0 0 0 .2rem rgba(69.7,132.6,78.2,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#256f2f;border-color:#256f2f}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:rgb(24.25,72.75,30.8040540541);border-color:rgb(21.0625,63.1875,26.7550675676)}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(69.7,132.6,78.2,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:rgb(18.75,132.0652173913,150);border-color:rgb(17.3333333333,122.0869565217,138.6666666667)}.btn-info.focus,.btn-info:focus{color:#fff;background-color:rgb(18.75,132.0652173913,150);border-color:rgb(17.3333333333,122.0869565217,138.6666666667);box-shadow:0 0 0 .2rem rgba(57.8,175.95,194.65,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:rgb(17.3333333333,122.0869565217,138.6666666667);border-color:rgb(15.9166666667,112.1086956522,127.3333333333)}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(57.8,175.95,194.65,.5)}.btn-warning{color:#212529;background-color:#e6aa1d;border-color:#e6aa1d}.btn-warning:hover{color:#fff;background-color:rgb(198.7629482072,145.9940239044,21.9870517928);border-color:rgb(187.2828685259,137.561752988,20.7171314741)}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:rgb(198.7629482072,145.9940239044,21.9870517928);border-color:rgb(187.2828685259,137.561752988,20.7171314741);box-shadow:0 0 0 .2rem rgba(200.45,150.05,30.8,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#e6aa1d;border-color:#e6aa1d}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:rgb(187.2828685259,137.561752988,20.7171314741);border-color:rgb(175.8027888446,129.1294820717,19.4472111554)}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(200.45,150.05,30.8,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:rgb(200.082278481,34.667721519,50.5158227848);border-color:rgb(189.2151898734,32.7848101266,47.7721518987)}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:rgb(200.082278481,34.667721519,50.5158227848);border-color:rgb(189.2151898734,32.7848101266,47.7721518987);box-shadow:0 0 0 .2rem rgba(225.25,83.3,96.9,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:rgb(189.2151898734,32.7848101266,47.7721518987);border-color:rgb(178.3481012658,30.9018987342,45.0284810127)}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225.25,83.3,96.9,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:rgb(225.6875,229.875,234.0625);border-color:rgb(218.25,223.5,228.75)}.btn-light.focus,.btn-light:focus{color:#212529;background-color:rgb(225.6875,229.875,234.0625);border-color:rgb(218.25,223.5,228.75);box-shadow:0 0 0 .2rem rgba(215.75,217.2,218.65,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:rgb(218.25,223.5,228.75);border-color:rgb(210.8125,217.125,223.4375)}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(215.75,217.2,218.65,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:hsl(210,10.3448275862%,15.2450980392%);border-color:rgb(29.1379310345,32.5,35.8620689655)}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:hsl(210,10.3448275862%,15.2450980392%);border-color:rgb(29.1379310345,32.5,35.8620689655);box-shadow:0 0 0 .2rem rgba(82.45,87.55,92.65,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:rgb(29.1379310345,32.5,35.8620689655);border-color:hsl(210,10.3448275862%,10.2450980392%)}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82.45,87.55,92.65,.5)}.btn-outline-primary{color:#001a72;border-color:#001a72}.btn-outline-primary:hover{color:#fff;background-color:#001a72;border-color:#001a72}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,26,114,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#001a72;background-color:rgba(0,0,0,0)}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#001a72;border-color:#001a72}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,26,114,.5)}.btn-outline-secondary{color:#9a55bf;border-color:#9a55bf}.btn-outline-secondary:hover{color:#fff;background-color:#9a55bf;border-color:#9a55bf}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(154,85,191,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#9a55bf;background-color:rgba(0,0,0,0)}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#9a55bf;border-color:#9a55bf}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(154,85,191,.5)}.btn-outline-success{color:#256f2f;border-color:#256f2f}.btn-outline-success:hover{color:#fff;background-color:#256f2f;border-color:#256f2f}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(37,111,47,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#256f2f;background-color:rgba(0,0,0,0)}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#256f2f;border-color:#256f2f}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(37,111,47,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:rgba(0,0,0,0)}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#e6aa1d;border-color:#e6aa1d}.btn-outline-warning:hover{color:#212529;background-color:#e6aa1d;border-color:#e6aa1d}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(230,170,29,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#e6aa1d;background-color:rgba(0,0,0,0)}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#e6aa1d;border-color:#e6aa1d}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(230,170,29,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:rgba(0,0,0,0)}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:rgba(0,0,0,0)}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:rgba(0,0,0,0)}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#001a72;text-decoration:none}.btn-link:hover{color:rgb(0,8.5526315789,37.5);text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s}.collapsing.width{width:0;height:auto;transition:width .35s}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(33,33,33,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:1025px){.dropdown-menu-mxl-left{right:auto;left:0}.dropdown-menu-mxl-right{right:0;left:auto}}@media(min-width:1039.9px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1040px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}@media(min-width:1250px){.dropdown-menu-xll-left{right:auto;left:0}.dropdown-menu-xll-right{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xlg-left{right:auto;left:0}.dropdown-menu-xlg-right{right:0;left:auto}}@media(min-width:1920px){.dropdown-menu-xxl-left{right:auto;left:0}.dropdown-menu-xxl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid;vertical-align:0}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent;vertical-align:0}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:rgba(0,0,0,0);border:0}.dropdown-item:focus,.dropdown-item:hover{color:hsl(210,10.8108108108%,9.5098039216%);text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#001a72}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(2.875rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.8125rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.75rem;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#5f259f;background-color:#5f259f}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,26,114,.55)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:rgb(0,55.0789473684,241.5)}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:rgb(37.5,87.1052631579,255);border-color:rgb(37.5,87.1052631579,255)}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.75rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd}.custom-control-label::after{position:absolute;top:.25rem;left:-1.75rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:none}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#001a72;background-color:#001a72}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3E%3Cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,26,114,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,26,114,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%23fff%27/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,26,114,.5)}.custom-switch{padding-left:2.5rem}.custom-switch .custom-control-label::before{left:-2.5rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.5rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.collapsing,.collapsing.width,.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,26,114,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212121;vertical-align:middle;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23001a72%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat #fff;border:1px solid;border-radius:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:rgb(0,55.0789473684,241.5);outline:0;box-shadow:0 0 0 .2rem rgba(0,55.0789473684,241.5,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212121}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:rgb(0,55.0789473684,241.5);box-shadow:0 0 0 .2rem rgba(0,26,114,.55)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,26,114,.55)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,26,114,.55)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,26,114,.55)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#001a72;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:rgb(37.5,87.1052631579,255)}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#001a72;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:rgb(37.5,87.1052631579,255)}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#001a72;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:rgb(37.5,87.1052631579,255)}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:rgba(0,0,0,0);border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:rgba(0,0,0,0);border:1px solid transparent;border-top-left-radius:0;border-top-right-radius:0}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:rgba(0,0,0,0);border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#001a72}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:rgba(0,0,0,0);border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:1024.98px){.navbar-expand-mxl>.container,.navbar-expand-mxl>.container-fluid,.navbar-expand-mxl>.container-lg,.navbar-expand-mxl>.container-md,.navbar-expand-mxl>.container-sm,.navbar-expand-mxl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1025px){.navbar-expand-mxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-mxl .navbar-nav{flex-direction:row}.navbar-expand-mxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-mxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-mxl>.container,.navbar-expand-mxl>.container-fluid,.navbar-expand-mxl>.container-lg,.navbar-expand-mxl>.container-md,.navbar-expand-mxl>.container-sm,.navbar-expand-mxl>.container-xl{flex-wrap:nowrap}.navbar-expand-mxl .navbar-nav-scroll{overflow:visible}.navbar-expand-mxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-mxl .navbar-toggler{display:none}}@media(max-width:1039.88px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1039.9px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1039.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1040px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media(max-width:1249.98px){.navbar-expand-xll>.container,.navbar-expand-xll>.container-fluid,.navbar-expand-xll>.container-lg,.navbar-expand-xll>.container-md,.navbar-expand-xll>.container-sm,.navbar-expand-xll>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1250px){.navbar-expand-xll{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xll .navbar-nav{flex-direction:row}.navbar-expand-xll .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xll .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xll>.container,.navbar-expand-xll>.container-fluid,.navbar-expand-xll>.container-lg,.navbar-expand-xll>.container-md,.navbar-expand-xll>.container-sm,.navbar-expand-xll>.container-xl{flex-wrap:nowrap}.navbar-expand-xll .navbar-nav-scroll{overflow:visible}.navbar-expand-xll .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xll .navbar-toggler{display:none}}@media(max-width:1399.98px){.navbar-expand-xlg>.container,.navbar-expand-xlg>.container-fluid,.navbar-expand-xlg>.container-lg,.navbar-expand-xlg>.container-md,.navbar-expand-xlg>.container-sm,.navbar-expand-xlg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1400px){.navbar-expand-xlg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xlg .navbar-nav{flex-direction:row}.navbar-expand-xlg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xlg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xlg>.container,.navbar-expand-xlg>.container-fluid,.navbar-expand-xlg>.container-lg,.navbar-expand-xlg>.container-md,.navbar-expand-xlg>.container-sm,.navbar-expand-xlg>.container-xl{flex-wrap:nowrap}.navbar-expand-xlg .navbar-nav-scroll{overflow:visible}.navbar-expand-xlg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xlg .navbar-toggler{display:none}}@media(max-width:1919.98px){.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1920px){.navbar-expand-xxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-xl{flex-wrap:nowrap}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(33,33,33,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(33,33,33,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(33,33,33,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(33,33,33,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(33,33,33,.9)}.navbar-light .navbar-toggler{color:rgba(33,33,33,.5);border-color:rgba(33,33,33,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%2833, 33, 33, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(33,33,33,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(33,33,33,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(33,33,33,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(33,33,33,.03);border-bottom:1px solid rgba(33,33,33,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(33,33,33,.03);border-top:1px solid rgba(33,33,33,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:24px}@media(min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-24px;margin-left:-24px}.card-deck .card{flex:1 0 0%;margin-right:24px;margin-bottom:0;margin-left:24px}}.card-group>.card{margin-bottom:24px}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.card-columns .card{margin-bottom:.75rem}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#001a72;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:rgb(0,8.5526315789,37.5);text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,26,114,.55)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#001a72;border-color:#001a72}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:600;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#001a72}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:rgb(0,14.3684210526,63)}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,26,114,.5)}.badge-secondary{color:#fff;background-color:#9a55bf}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:rgb(127.8846153846,61.5384615385,163.4615384615)}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(154,85,191,.5)}.badge-success{color:#fff;background-color:#256f2f}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:rgb(24.25,72.75,30.8040540541)}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(37,111,47,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:rgb(17.3333333333,122.0869565217,138.6666666667)}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#e6aa1d}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:rgb(187.2828685259,137.561752988,20.7171314741)}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(230,170,29,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:rgb(189.2151898734,32.7848101266,47.7721518987)}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:rgb(218.25,223.5,228.75)}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:rgb(29.1379310345,32.5,35.8620689655)}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:600}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:rgb(15.84,29.36,75.12);background-color:rgb(204,209.2,226.8);border-color:rgb(183.6,190.88,215.52)}.alert-primary hr{border-top-color:rgb(167.1795454545,176.1337878788,206.4404545455)}.alert-primary .alert-link{color:rgb(6.9587335092,12.8982585752,33.0012664908)}.alert-secondary{color:rgb(95.92,60.04,115.16);background-color:rgb(234.8,221,242.2);border-color:rgb(226.72,207.4,237.08)}.alert-secondary hr{border-top-color:rgb(215.7135897436,188.8743589744,230.1056410256)}.alert-secondary .alert-link{color:rgb(67.9980821918,42.5626027397,81.6373972603)}.alert-success{color:rgb(35.08,73.56,40.28);background-color:rgb(211.4,226.2,213.4);border-color:rgb(193.96,214.68,196.76)}.alert-success hr{border-top-color:rgb(178.6036464088,204.5363535912,182.1080662983)}.alert-success .alert-link{color:rgb(18.6120324006,39.0279675994,21.3709425626)}.alert-info{color:rgb(27.8,100.08,111.52);background-color:rgb(208.6,236.4,240.8);border-color:rgb(190.04,228.96,235.12)}.alert-info hr{border-top-color:hsl(188.198757764,53.1353135314%,78.3647058824%)}.alert-info .alert-link{color:rgb(17.6234280792,63.4443410853,70.6965719208)}.alert-warning{color:rgb(135.44,104.24,30.92);background-color:rgb(250,238,209.8);border-color:rgb(248,231.2,191.72)}.alert-warning hr{border-top-color:hsl(42.0895522388,80.0796812749%,81.2196078431%)}.alert-warning .alert-link{color:rgb(93.9189612888,72.2837605194,21.4410387112)}.alert-danger{color:rgb(130.24,43.4,51.72);background-color:rgb(248,214.6,217.8);border-color:rgb(245.2,198.44,202.92)}.alert-danger hr{border-top-color:hsl(354.251497006,70.4641350211%,81.9882352941%)}.alert-danger .alert-link{color:rgb(91.9870628887,30.6529371113,36.529260539)}.alert-light{color:rgb(144.8,145.32,145.84);background-color:rgb(253.6,253.8,254);border-color:rgb(253.04,253.32,253.6)}.alert-light hr{border-top-color:rgb(238.165,240.57,242.975)}.alert-light .alert-link{color:hsl(210,.4741064916%,46.9882352941%)}.alert-dark{color:rgb(42.88,46,49.12);background-color:rgb(214.4,215.6,216.8);border-color:rgb(198.16,199.84,201.52)}.alert-dark hr{border-top-color:hsl(210,3.0456852792%,73.368627451%)}.alert-dark .alert-link{color:hsl(210,6.7826086957%,8.0392156863%)}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(33,33,33,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#001a72;border-color:#001a72}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1025px){.list-group-horizontal-mxl{flex-direction:row}.list-group-horizontal-mxl>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-mxl>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-mxl>.list-group-item.active{margin-top:0}.list-group-horizontal-mxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-mxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1039.9px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1040px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1250px){.list-group-horizontal-xll{flex-direction:row}.list-group-horizontal-xll>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-xll>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-xll>.list-group-item.active{margin-top:0}.list-group-horizontal-xll>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xll>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1400px){.list-group-horizontal-xlg{flex-direction:row}.list-group-horizontal-xlg>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-xlg>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-xlg>.list-group-item.active{margin-top:0}.list-group-horizontal-xlg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xlg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1920px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:rgb(15.84,29.36,75.12);background-color:rgb(183.6,190.88,215.52)}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:rgb(15.84,29.36,75.12);background-color:rgb(167.1795454545,176.1337878788,206.4404545455)}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:rgb(15.84,29.36,75.12);border-color:rgb(15.84,29.36,75.12)}.list-group-item-secondary{color:rgb(95.92,60.04,115.16);background-color:rgb(226.72,207.4,237.08)}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:rgb(95.92,60.04,115.16);background-color:rgb(215.7135897436,188.8743589744,230.1056410256)}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:rgb(95.92,60.04,115.16);border-color:rgb(95.92,60.04,115.16)}.list-group-item-success{color:rgb(35.08,73.56,40.28);background-color:rgb(193.96,214.68,196.76)}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:rgb(35.08,73.56,40.28);background-color:rgb(178.6036464088,204.5363535912,182.1080662983)}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:rgb(35.08,73.56,40.28);border-color:rgb(35.08,73.56,40.28)}.list-group-item-info{color:rgb(27.8,100.08,111.52);background-color:rgb(190.04,228.96,235.12)}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:rgb(27.8,100.08,111.52);background-color:hsl(188.198757764,53.1353135314%,78.3647058824%)}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:rgb(27.8,100.08,111.52);border-color:rgb(27.8,100.08,111.52)}.list-group-item-warning{color:rgb(135.44,104.24,30.92);background-color:rgb(248,231.2,191.72)}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:rgb(135.44,104.24,30.92);background-color:hsl(42.0895522388,80.0796812749%,81.2196078431%)}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:rgb(135.44,104.24,30.92);border-color:rgb(135.44,104.24,30.92)}.list-group-item-danger{color:rgb(130.24,43.4,51.72);background-color:rgb(245.2,198.44,202.92)}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:rgb(130.24,43.4,51.72);background-color:hsl(354.251497006,70.4641350211%,81.9882352941%)}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:rgb(130.24,43.4,51.72);border-color:rgb(130.24,43.4,51.72)}.list-group-item-light{color:rgb(144.8,145.32,145.84);background-color:rgb(253.04,253.32,253.6)}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:rgb(144.8,145.32,145.84);background-color:rgb(238.165,240.57,242.975)}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:rgb(144.8,145.32,145.84);border-color:rgb(144.8,145.32,145.84)}.list-group-item-dark{color:rgb(42.88,46,49.12);background-color:rgb(198.16,199.84,201.52)}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:rgb(42.88,46,49.12);background-color:hsl(210,3.0456852792%,73.368627451%)}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:rgb(42.88,46,49.12);border-color:rgb(42.88,46,49.12)}.close{float:right;font-size:1.5rem;font-weight:600;line-height:1;color:#fff;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#fff;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:rgba(0,0,0,0);border:0}a.close.disabled{pointer-events:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media(prefers-reduced-motion:reduce){.badge,.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#001a72;background-clip:padding-box;border:1px solid rgba(33,33,33,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#fff}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.8}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;border-top:1px solid;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media(min-width:1039.9px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1040px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#212121}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#212121}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#212121}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#212121}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#212121;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(33,33,33,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(33,33,33,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(33,33,33,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(33,33,33,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(33,33,33,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #eaeaea;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#001a72!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:rgb(0,14.3684210526,63)!important}.bg-secondary{background-color:#9a55bf!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:rgb(127.8846153846,61.5384615385,163.4615384615)!important}.bg-success{background-color:#256f2f!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:rgb(24.25,72.75,30.8040540541)!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:rgb(17.3333333333,122.0869565217,138.6666666667)!important}.bg-warning{background-color:#e6aa1d!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:rgb(187.2828685259,137.561752988,20.7171314741)!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:rgb(189.2151898734,32.7848101266,47.7721518987)!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:rgb(218.25,223.5,228.75)!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:rgb(29.1379310345,32.5,35.8620689655)!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:rgba(0,0,0,0)!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#001a72!important}.border-secondary{border-color:#9a55bf!important}.border-success{border-color:#256f2f!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#e6aa1d!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:1025px){.d-mxl-none{display:none!important}.d-mxl-inline{display:inline!important}.d-mxl-inline-block{display:inline-block!important}.d-mxl-block{display:block!important}.d-mxl-table{display:table!important}.d-mxl-table-row{display:table-row!important}.d-mxl-table-cell{display:table-cell!important}.d-mxl-flex{display:flex!important}.d-mxl-inline-flex{display:inline-flex!important}}@media(min-width:1039.9px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1040px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media(min-width:1250px){.d-xll-none{display:none!important}.d-xll-inline{display:inline!important}.d-xll-inline-block{display:inline-block!important}.d-xll-block{display:block!important}.d-xll-table{display:table!important}.d-xll-table-row{display:table-row!important}.d-xll-table-cell{display:table-cell!important}.d-xll-flex{display:flex!important}.d-xll-inline-flex{display:inline-flex!important}}@media(min-width:1400px){.d-xlg-none{display:none!important}.d-xlg-inline{display:inline!important}.d-xlg-inline-block{display:inline-block!important}.d-xlg-block{display:block!important}.d-xlg-table{display:table!important}.d-xlg-table-row{display:table-row!important}.d-xlg-table-cell{display:table-cell!important}.d-xlg-flex{display:flex!important}.d-xlg-inline-flex{display:inline-flex!important}}@media(min-width:1920px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:1025px){.flex-mxl-row{flex-direction:row!important}.flex-mxl-column{flex-direction:column!important}.flex-mxl-row-reverse{flex-direction:row-reverse!important}.flex-mxl-column-reverse{flex-direction:column-reverse!important}.flex-mxl-wrap{flex-wrap:wrap!important}.flex-mxl-nowrap{flex-wrap:nowrap!important}.flex-mxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-mxl-fill{flex:1 1 auto!important}.flex-mxl-grow-0{flex-grow:0!important}.flex-mxl-grow-1{flex-grow:1!important}.flex-mxl-shrink-0{flex-shrink:0!important}.flex-mxl-shrink-1{flex-shrink:1!important}.justify-content-mxl-start{justify-content:flex-start!important}.justify-content-mxl-end{justify-content:flex-end!important}.justify-content-mxl-center{justify-content:center!important}.justify-content-mxl-between{justify-content:space-between!important}.justify-content-mxl-around{justify-content:space-around!important}.align-items-mxl-start{align-items:flex-start!important}.align-items-mxl-end{align-items:flex-end!important}.align-items-mxl-center{align-items:center!important}.align-items-mxl-baseline{align-items:baseline!important}.align-items-mxl-stretch{align-items:stretch!important}.align-content-mxl-start{align-content:flex-start!important}.align-content-mxl-end{align-content:flex-end!important}.align-content-mxl-center{align-content:center!important}.align-content-mxl-between{align-content:space-between!important}.align-content-mxl-around{align-content:space-around!important}.align-content-mxl-stretch{align-content:stretch!important}.align-self-mxl-auto{align-self:auto!important}.align-self-mxl-start{align-self:flex-start!important}.align-self-mxl-end{align-self:flex-end!important}.align-self-mxl-center{align-self:center!important}.align-self-mxl-baseline{align-self:baseline!important}.align-self-mxl-stretch{align-self:stretch!important}}@media(min-width:1039.9px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1040px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}@media(min-width:1250px){.flex-xll-row{flex-direction:row!important}.flex-xll-column{flex-direction:column!important}.flex-xll-row-reverse{flex-direction:row-reverse!important}.flex-xll-column-reverse{flex-direction:column-reverse!important}.flex-xll-wrap{flex-wrap:wrap!important}.flex-xll-nowrap{flex-wrap:nowrap!important}.flex-xll-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xll-fill{flex:1 1 auto!important}.flex-xll-grow-0{flex-grow:0!important}.flex-xll-grow-1{flex-grow:1!important}.flex-xll-shrink-0{flex-shrink:0!important}.flex-xll-shrink-1{flex-shrink:1!important}.justify-content-xll-start{justify-content:flex-start!important}.justify-content-xll-end{justify-content:flex-end!important}.justify-content-xll-center{justify-content:center!important}.justify-content-xll-between{justify-content:space-between!important}.justify-content-xll-around{justify-content:space-around!important}.align-items-xll-start{align-items:flex-start!important}.align-items-xll-end{align-items:flex-end!important}.align-items-xll-center{align-items:center!important}.align-items-xll-baseline{align-items:baseline!important}.align-items-xll-stretch{align-items:stretch!important}.align-content-xll-start{align-content:flex-start!important}.align-content-xll-end{align-content:flex-end!important}.align-content-xll-center{align-content:center!important}.align-content-xll-between{align-content:space-between!important}.align-content-xll-around{align-content:space-around!important}.align-content-xll-stretch{align-content:stretch!important}.align-self-xll-auto{align-self:auto!important}.align-self-xll-start{align-self:flex-start!important}.align-self-xll-end{align-self:flex-end!important}.align-self-xll-center{align-self:center!important}.align-self-xll-baseline{align-self:baseline!important}.align-self-xll-stretch{align-self:stretch!important}}@media(min-width:1400px){.flex-xlg-row{flex-direction:row!important}.flex-xlg-column{flex-direction:column!important}.flex-xlg-row-reverse{flex-direction:row-reverse!important}.flex-xlg-column-reverse{flex-direction:column-reverse!important}.flex-xlg-wrap{flex-wrap:wrap!important}.flex-xlg-nowrap{flex-wrap:nowrap!important}.flex-xlg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xlg-fill{flex:1 1 auto!important}.flex-xlg-grow-0{flex-grow:0!important}.flex-xlg-grow-1{flex-grow:1!important}.flex-xlg-shrink-0{flex-shrink:0!important}.flex-xlg-shrink-1{flex-shrink:1!important}.justify-content-xlg-start{justify-content:flex-start!important}.justify-content-xlg-end{justify-content:flex-end!important}.justify-content-xlg-center{justify-content:center!important}.justify-content-xlg-between{justify-content:space-between!important}.justify-content-xlg-around{justify-content:space-around!important}.align-items-xlg-start{align-items:flex-start!important}.align-items-xlg-end{align-items:flex-end!important}.align-items-xlg-center{align-items:center!important}.align-items-xlg-baseline{align-items:baseline!important}.align-items-xlg-stretch{align-items:stretch!important}.align-content-xlg-start{align-content:flex-start!important}.align-content-xlg-end{align-content:flex-end!important}.align-content-xlg-center{align-content:center!important}.align-content-xlg-between{align-content:space-between!important}.align-content-xlg-around{align-content:space-around!important}.align-content-xlg-stretch{align-content:stretch!important}.align-self-xlg-auto{align-self:auto!important}.align-self-xlg-start{align-self:flex-start!important}.align-self-xlg-end{align-self:flex-end!important}.align-self-xlg-center{align-self:center!important}.align-self-xlg-baseline{align-self:baseline!important}.align-self-xlg-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:1025px){.float-mxl-left{float:left!important}.float-mxl-right{float:right!important}.float-mxl-none{float:none!important}}@media(min-width:1039.9px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1040px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media(min-width:1250px){.float-xll-left{float:left!important}.float-xll-right{float:right!important}.float-xll-none{float:none!important}}@media(min-width:1400px){.float-xlg-left{float:left!important}.float-xlg-right{float:right!important}.float-xlg-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(33,33,33,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(33,33,33,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(33,33,33,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:2rem!important}.mt-5,.my-5{margin-top:2rem!important}.mr-5,.mx-5{margin-right:2rem!important}.mb-5,.my-5{margin-bottom:2rem!important}.ml-5,.mx-5{margin-left:2rem!important}.m-6{margin:3rem!important}.mt-6,.my-6{margin-top:3rem!important}.mr-6,.mx-6{margin-right:3rem!important}.mb-6,.my-6{margin-bottom:3rem!important}.ml-6,.mx-6{margin-left:3rem!important}.m-7{margin:4rem!important}.mt-7,.my-7{margin-top:4rem!important}.mr-7,.mx-7{margin-right:4rem!important}.mb-7,.my-7{margin-bottom:4rem!important}.ml-7,.mx-7{margin-left:4rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:2rem!important}.pt-5,.py-5{padding-top:2rem!important}.pr-5,.px-5{padding-right:2rem!important}.pb-5,.py-5{padding-bottom:2rem!important}.pl-5,.px-5{padding-left:2rem!important}.p-6{padding:3rem!important}.pt-6,.py-6{padding-top:3rem!important}.pr-6,.px-6{padding-right:3rem!important}.pb-6,.py-6{padding-bottom:3rem!important}.pl-6,.px-6{padding-left:3rem!important}.p-7{padding:4rem!important}.pt-7,.py-7{padding-top:4rem!important}.pr-7,.px-7{padding-right:4rem!important}.pb-7,.py-7{padding-bottom:4rem!important}.pl-7,.px-7{padding-left:4rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-2rem!important}.mt-n5,.my-n5{margin-top:-2rem!important}.mr-n5,.mx-n5{margin-right:-2rem!important}.mb-n5,.my-n5{margin-bottom:-2rem!important}.ml-n5,.mx-n5{margin-left:-2rem!important}.m-n6{margin:-3rem!important}.mt-n6,.my-n6{margin-top:-3rem!important}.mr-n6,.mx-n6{margin-right:-3rem!important}.mb-n6,.my-n6{margin-bottom:-3rem!important}.ml-n6,.mx-n6{margin-left:-3rem!important}.m-n7{margin:-4rem!important}.mt-n7,.my-n7{margin-top:-4rem!important}.mr-n7,.mx-n7{margin-right:-4rem!important}.mb-n7,.my-n7{margin-bottom:-4rem!important}.ml-n7,.mx-n7{margin-left:-4rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:2rem!important}.mt-sm-5,.my-sm-5{margin-top:2rem!important}.mr-sm-5,.mx-sm-5{margin-right:2rem!important}.mb-sm-5,.my-sm-5{margin-bottom:2rem!important}.ml-sm-5,.mx-sm-5{margin-left:2rem!important}.m-sm-6{margin:3rem!important}.mt-sm-6,.my-sm-6{margin-top:3rem!important}.mr-sm-6,.mx-sm-6{margin-right:3rem!important}.mb-sm-6,.my-sm-6{margin-bottom:3rem!important}.ml-sm-6,.mx-sm-6{margin-left:3rem!important}.m-sm-7{margin:4rem!important}.mt-sm-7,.my-sm-7{margin-top:4rem!important}.mr-sm-7,.mx-sm-7{margin-right:4rem!important}.mb-sm-7,.my-sm-7{margin-bottom:4rem!important}.ml-sm-7,.mx-sm-7{margin-left:4rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:2rem!important}.pt-sm-5,.py-sm-5{padding-top:2rem!important}.pr-sm-5,.px-sm-5{padding-right:2rem!important}.pb-sm-5,.py-sm-5{padding-bottom:2rem!important}.pl-sm-5,.px-sm-5{padding-left:2rem!important}.p-sm-6{padding:3rem!important}.pt-sm-6,.py-sm-6{padding-top:3rem!important}.pr-sm-6,.px-sm-6{padding-right:3rem!important}.pb-sm-6,.py-sm-6{padding-bottom:3rem!important}.pl-sm-6,.px-sm-6{padding-left:3rem!important}.p-sm-7{padding:4rem!important}.pt-sm-7,.py-sm-7{padding-top:4rem!important}.pr-sm-7,.px-sm-7{padding-right:4rem!important}.pb-sm-7,.py-sm-7{padding-bottom:4rem!important}.pl-sm-7,.px-sm-7{padding-left:4rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-2rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-2rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-2rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-2rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-2rem!important}.m-sm-n6{margin:-3rem!important}.mt-sm-n6,.my-sm-n6{margin-top:-3rem!important}.mr-sm-n6,.mx-sm-n6{margin-right:-3rem!important}.mb-sm-n6,.my-sm-n6{margin-bottom:-3rem!important}.ml-sm-n6,.mx-sm-n6{margin-left:-3rem!important}.m-sm-n7{margin:-4rem!important}.mt-sm-n7,.my-sm-n7{margin-top:-4rem!important}.mr-sm-n7,.mx-sm-n7{margin-right:-4rem!important}.mb-sm-n7,.my-sm-n7{margin-bottom:-4rem!important}.ml-sm-n7,.mx-sm-n7{margin-left:-4rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:2rem!important}.mt-md-5,.my-md-5{margin-top:2rem!important}.mr-md-5,.mx-md-5{margin-right:2rem!important}.mb-md-5,.my-md-5{margin-bottom:2rem!important}.ml-md-5,.mx-md-5{margin-left:2rem!important}.m-md-6{margin:3rem!important}.mt-md-6,.my-md-6{margin-top:3rem!important}.mr-md-6,.mx-md-6{margin-right:3rem!important}.mb-md-6,.my-md-6{margin-bottom:3rem!important}.ml-md-6,.mx-md-6{margin-left:3rem!important}.m-md-7{margin:4rem!important}.mt-md-7,.my-md-7{margin-top:4rem!important}.mr-md-7,.mx-md-7{margin-right:4rem!important}.mb-md-7,.my-md-7{margin-bottom:4rem!important}.ml-md-7,.mx-md-7{margin-left:4rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:2rem!important}.pt-md-5,.py-md-5{padding-top:2rem!important}.pr-md-5,.px-md-5{padding-right:2rem!important}.pb-md-5,.py-md-5{padding-bottom:2rem!important}.pl-md-5,.px-md-5{padding-left:2rem!important}.p-md-6{padding:3rem!important}.pt-md-6,.py-md-6{padding-top:3rem!important}.pr-md-6,.px-md-6{padding-right:3rem!important}.pb-md-6,.py-md-6{padding-bottom:3rem!important}.pl-md-6,.px-md-6{padding-left:3rem!important}.p-md-7{padding:4rem!important}.pt-md-7,.py-md-7{padding-top:4rem!important}.pr-md-7,.px-md-7{padding-right:4rem!important}.pb-md-7,.py-md-7{padding-bottom:4rem!important}.pl-md-7,.px-md-7{padding-left:4rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-2rem!important}.mt-md-n5,.my-md-n5{margin-top:-2rem!important}.mr-md-n5,.mx-md-n5{margin-right:-2rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-2rem!important}.ml-md-n5,.mx-md-n5{margin-left:-2rem!important}.m-md-n6{margin:-3rem!important}.mt-md-n6,.my-md-n6{margin-top:-3rem!important}.mr-md-n6,.mx-md-n6{margin-right:-3rem!important}.mb-md-n6,.my-md-n6{margin-bottom:-3rem!important}.ml-md-n6,.mx-md-n6{margin-left:-3rem!important}.m-md-n7{margin:-4rem!important}.mt-md-n7,.my-md-n7{margin-top:-4rem!important}.mr-md-n7,.mx-md-n7{margin-right:-4rem!important}.mb-md-n7,.my-md-n7{margin-bottom:-4rem!important}.ml-md-n7,.mx-md-n7{margin-left:-4rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:1025px){.m-mxl-0{margin:0!important}.mt-mxl-0,.my-mxl-0{margin-top:0!important}.mr-mxl-0,.mx-mxl-0{margin-right:0!important}.mb-mxl-0,.my-mxl-0{margin-bottom:0!important}.ml-mxl-0,.mx-mxl-0{margin-left:0!important}.m-mxl-1{margin:.25rem!important}.mt-mxl-1,.my-mxl-1{margin-top:.25rem!important}.mr-mxl-1,.mx-mxl-1{margin-right:.25rem!important}.mb-mxl-1,.my-mxl-1{margin-bottom:.25rem!important}.ml-mxl-1,.mx-mxl-1{margin-left:.25rem!important}.m-mxl-2{margin:.5rem!important}.mt-mxl-2,.my-mxl-2{margin-top:.5rem!important}.mr-mxl-2,.mx-mxl-2{margin-right:.5rem!important}.mb-mxl-2,.my-mxl-2{margin-bottom:.5rem!important}.ml-mxl-2,.mx-mxl-2{margin-left:.5rem!important}.m-mxl-3{margin:1rem!important}.mt-mxl-3,.my-mxl-3{margin-top:1rem!important}.mr-mxl-3,.mx-mxl-3{margin-right:1rem!important}.mb-mxl-3,.my-mxl-3{margin-bottom:1rem!important}.ml-mxl-3,.mx-mxl-3{margin-left:1rem!important}.m-mxl-4{margin:1.5rem!important}.mt-mxl-4,.my-mxl-4{margin-top:1.5rem!important}.mr-mxl-4,.mx-mxl-4{margin-right:1.5rem!important}.mb-mxl-4,.my-mxl-4{margin-bottom:1.5rem!important}.ml-mxl-4,.mx-mxl-4{margin-left:1.5rem!important}.m-mxl-5{margin:2rem!important}.mt-mxl-5,.my-mxl-5{margin-top:2rem!important}.mr-mxl-5,.mx-mxl-5{margin-right:2rem!important}.mb-mxl-5,.my-mxl-5{margin-bottom:2rem!important}.ml-mxl-5,.mx-mxl-5{margin-left:2rem!important}.m-mxl-6{margin:3rem!important}.mt-mxl-6,.my-mxl-6{margin-top:3rem!important}.mr-mxl-6,.mx-mxl-6{margin-right:3rem!important}.mb-mxl-6,.my-mxl-6{margin-bottom:3rem!important}.ml-mxl-6,.mx-mxl-6{margin-left:3rem!important}.m-mxl-7{margin:4rem!important}.mt-mxl-7,.my-mxl-7{margin-top:4rem!important}.mr-mxl-7,.mx-mxl-7{margin-right:4rem!important}.mb-mxl-7,.my-mxl-7{margin-bottom:4rem!important}.ml-mxl-7,.mx-mxl-7{margin-left:4rem!important}.p-mxl-0{padding:0!important}.pt-mxl-0,.py-mxl-0{padding-top:0!important}.pr-mxl-0,.px-mxl-0{padding-right:0!important}.pb-mxl-0,.py-mxl-0{padding-bottom:0!important}.pl-mxl-0,.px-mxl-0{padding-left:0!important}.p-mxl-1{padding:.25rem!important}.pt-mxl-1,.py-mxl-1{padding-top:.25rem!important}.pr-mxl-1,.px-mxl-1{padding-right:.25rem!important}.pb-mxl-1,.py-mxl-1{padding-bottom:.25rem!important}.pl-mxl-1,.px-mxl-1{padding-left:.25rem!important}.p-mxl-2{padding:.5rem!important}.pt-mxl-2,.py-mxl-2{padding-top:.5rem!important}.pr-mxl-2,.px-mxl-2{padding-right:.5rem!important}.pb-mxl-2,.py-mxl-2{padding-bottom:.5rem!important}.pl-mxl-2,.px-mxl-2{padding-left:.5rem!important}.p-mxl-3{padding:1rem!important}.pt-mxl-3,.py-mxl-3{padding-top:1rem!important}.pr-mxl-3,.px-mxl-3{padding-right:1rem!important}.pb-mxl-3,.py-mxl-3{padding-bottom:1rem!important}.pl-mxl-3,.px-mxl-3{padding-left:1rem!important}.p-mxl-4{padding:1.5rem!important}.pt-mxl-4,.py-mxl-4{padding-top:1.5rem!important}.pr-mxl-4,.px-mxl-4{padding-right:1.5rem!important}.pb-mxl-4,.py-mxl-4{padding-bottom:1.5rem!important}.pl-mxl-4,.px-mxl-4{padding-left:1.5rem!important}.p-mxl-5{padding:2rem!important}.pt-mxl-5,.py-mxl-5{padding-top:2rem!important}.pr-mxl-5,.px-mxl-5{padding-right:2rem!important}.pb-mxl-5,.py-mxl-5{padding-bottom:2rem!important}.pl-mxl-5,.px-mxl-5{padding-left:2rem!important}.p-mxl-6{padding:3rem!important}.pt-mxl-6,.py-mxl-6{padding-top:3rem!important}.pr-mxl-6,.px-mxl-6{padding-right:3rem!important}.pb-mxl-6,.py-mxl-6{padding-bottom:3rem!important}.pl-mxl-6,.px-mxl-6{padding-left:3rem!important}.p-mxl-7{padding:4rem!important}.pt-mxl-7,.py-mxl-7{padding-top:4rem!important}.pr-mxl-7,.px-mxl-7{padding-right:4rem!important}.pb-mxl-7,.py-mxl-7{padding-bottom:4rem!important}.pl-mxl-7,.px-mxl-7{padding-left:4rem!important}.m-mxl-n1{margin:-.25rem!important}.mt-mxl-n1,.my-mxl-n1{margin-top:-.25rem!important}.mr-mxl-n1,.mx-mxl-n1{margin-right:-.25rem!important}.mb-mxl-n1,.my-mxl-n1{margin-bottom:-.25rem!important}.ml-mxl-n1,.mx-mxl-n1{margin-left:-.25rem!important}.m-mxl-n2{margin:-.5rem!important}.mt-mxl-n2,.my-mxl-n2{margin-top:-.5rem!important}.mr-mxl-n2,.mx-mxl-n2{margin-right:-.5rem!important}.mb-mxl-n2,.my-mxl-n2{margin-bottom:-.5rem!important}.ml-mxl-n2,.mx-mxl-n2{margin-left:-.5rem!important}.m-mxl-n3{margin:-1rem!important}.mt-mxl-n3,.my-mxl-n3{margin-top:-1rem!important}.mr-mxl-n3,.mx-mxl-n3{margin-right:-1rem!important}.mb-mxl-n3,.my-mxl-n3{margin-bottom:-1rem!important}.ml-mxl-n3,.mx-mxl-n3{margin-left:-1rem!important}.m-mxl-n4{margin:-1.5rem!important}.mt-mxl-n4,.my-mxl-n4{margin-top:-1.5rem!important}.mr-mxl-n4,.mx-mxl-n4{margin-right:-1.5rem!important}.mb-mxl-n4,.my-mxl-n4{margin-bottom:-1.5rem!important}.ml-mxl-n4,.mx-mxl-n4{margin-left:-1.5rem!important}.m-mxl-n5{margin:-2rem!important}.mt-mxl-n5,.my-mxl-n5{margin-top:-2rem!important}.mr-mxl-n5,.mx-mxl-n5{margin-right:-2rem!important}.mb-mxl-n5,.my-mxl-n5{margin-bottom:-2rem!important}.ml-mxl-n5,.mx-mxl-n5{margin-left:-2rem!important}.m-mxl-n6{margin:-3rem!important}.mt-mxl-n6,.my-mxl-n6{margin-top:-3rem!important}.mr-mxl-n6,.mx-mxl-n6{margin-right:-3rem!important}.mb-mxl-n6,.my-mxl-n6{margin-bottom:-3rem!important}.ml-mxl-n6,.mx-mxl-n6{margin-left:-3rem!important}.m-mxl-n7{margin:-4rem!important}.mt-mxl-n7,.my-mxl-n7{margin-top:-4rem!important}.mr-mxl-n7,.mx-mxl-n7{margin-right:-4rem!important}.mb-mxl-n7,.my-mxl-n7{margin-bottom:-4rem!important}.ml-mxl-n7,.mx-mxl-n7{margin-left:-4rem!important}.m-mxl-auto{margin:auto!important}.mt-mxl-auto,.my-mxl-auto{margin-top:auto!important}.mr-mxl-auto,.mx-mxl-auto{margin-right:auto!important}.mb-mxl-auto,.my-mxl-auto{margin-bottom:auto!important}.ml-mxl-auto,.mx-mxl-auto{margin-left:auto!important}}@media(min-width:1039.9px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:2rem!important}.mt-lg-5,.my-lg-5{margin-top:2rem!important}.mr-lg-5,.mx-lg-5{margin-right:2rem!important}.mb-lg-5,.my-lg-5{margin-bottom:2rem!important}.ml-lg-5,.mx-lg-5{margin-left:2rem!important}.m-lg-6{margin:3rem!important}.mt-lg-6,.my-lg-6{margin-top:3rem!important}.mr-lg-6,.mx-lg-6{margin-right:3rem!important}.mb-lg-6,.my-lg-6{margin-bottom:3rem!important}.ml-lg-6,.mx-lg-6{margin-left:3rem!important}.m-lg-7{margin:4rem!important}.mt-lg-7,.my-lg-7{margin-top:4rem!important}.mr-lg-7,.mx-lg-7{margin-right:4rem!important}.mb-lg-7,.my-lg-7{margin-bottom:4rem!important}.ml-lg-7,.mx-lg-7{margin-left:4rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:2rem!important}.pt-lg-5,.py-lg-5{padding-top:2rem!important}.pr-lg-5,.px-lg-5{padding-right:2rem!important}.pb-lg-5,.py-lg-5{padding-bottom:2rem!important}.pl-lg-5,.px-lg-5{padding-left:2rem!important}.p-lg-6{padding:3rem!important}.pt-lg-6,.py-lg-6{padding-top:3rem!important}.pr-lg-6,.px-lg-6{padding-right:3rem!important}.pb-lg-6,.py-lg-6{padding-bottom:3rem!important}.pl-lg-6,.px-lg-6{padding-left:3rem!important}.p-lg-7{padding:4rem!important}.pt-lg-7,.py-lg-7{padding-top:4rem!important}.pr-lg-7,.px-lg-7{padding-right:4rem!important}.pb-lg-7,.py-lg-7{padding-bottom:4rem!important}.pl-lg-7,.px-lg-7{padding-left:4rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-2rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-2rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-2rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-2rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-2rem!important}.m-lg-n6{margin:-3rem!important}.mt-lg-n6,.my-lg-n6{margin-top:-3rem!important}.mr-lg-n6,.mx-lg-n6{margin-right:-3rem!important}.mb-lg-n6,.my-lg-n6{margin-bottom:-3rem!important}.ml-lg-n6,.mx-lg-n6{margin-left:-3rem!important}.m-lg-n7{margin:-4rem!important}.mt-lg-n7,.my-lg-n7{margin-top:-4rem!important}.mr-lg-n7,.mx-lg-n7{margin-right:-4rem!important}.mb-lg-n7,.my-lg-n7{margin-bottom:-4rem!important}.ml-lg-n7,.mx-lg-n7{margin-left:-4rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1040px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:2rem!important}.mt-xl-5,.my-xl-5{margin-top:2rem!important}.mr-xl-5,.mx-xl-5{margin-right:2rem!important}.mb-xl-5,.my-xl-5{margin-bottom:2rem!important}.ml-xl-5,.mx-xl-5{margin-left:2rem!important}.m-xl-6{margin:3rem!important}.mt-xl-6,.my-xl-6{margin-top:3rem!important}.mr-xl-6,.mx-xl-6{margin-right:3rem!important}.mb-xl-6,.my-xl-6{margin-bottom:3rem!important}.ml-xl-6,.mx-xl-6{margin-left:3rem!important}.m-xl-7{margin:4rem!important}.mt-xl-7,.my-xl-7{margin-top:4rem!important}.mr-xl-7,.mx-xl-7{margin-right:4rem!important}.mb-xl-7,.my-xl-7{margin-bottom:4rem!important}.ml-xl-7,.mx-xl-7{margin-left:4rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:2rem!important}.pt-xl-5,.py-xl-5{padding-top:2rem!important}.pr-xl-5,.px-xl-5{padding-right:2rem!important}.pb-xl-5,.py-xl-5{padding-bottom:2rem!important}.pl-xl-5,.px-xl-5{padding-left:2rem!important}.p-xl-6{padding:3rem!important}.pt-xl-6,.py-xl-6{padding-top:3rem!important}.pr-xl-6,.px-xl-6{padding-right:3rem!important}.pb-xl-6,.py-xl-6{padding-bottom:3rem!important}.pl-xl-6,.px-xl-6{padding-left:3rem!important}.p-xl-7{padding:4rem!important}.pt-xl-7,.py-xl-7{padding-top:4rem!important}.pr-xl-7,.px-xl-7{padding-right:4rem!important}.pb-xl-7,.py-xl-7{padding-bottom:4rem!important}.pl-xl-7,.px-xl-7{padding-left:4rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-2rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-2rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-2rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-2rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-2rem!important}.m-xl-n6{margin:-3rem!important}.mt-xl-n6,.my-xl-n6{margin-top:-3rem!important}.mr-xl-n6,.mx-xl-n6{margin-right:-3rem!important}.mb-xl-n6,.my-xl-n6{margin-bottom:-3rem!important}.ml-xl-n6,.mx-xl-n6{margin-left:-3rem!important}.m-xl-n7{margin:-4rem!important}.mt-xl-n7,.my-xl-n7{margin-top:-4rem!important}.mr-xl-n7,.mx-xl-n7{margin-right:-4rem!important}.mb-xl-n7,.my-xl-n7{margin-bottom:-4rem!important}.ml-xl-n7,.mx-xl-n7{margin-left:-4rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media(min-width:1250px){.m-xll-0{margin:0!important}.mt-xll-0,.my-xll-0{margin-top:0!important}.mr-xll-0,.mx-xll-0{margin-right:0!important}.mb-xll-0,.my-xll-0{margin-bottom:0!important}.ml-xll-0,.mx-xll-0{margin-left:0!important}.m-xll-1{margin:.25rem!important}.mt-xll-1,.my-xll-1{margin-top:.25rem!important}.mr-xll-1,.mx-xll-1{margin-right:.25rem!important}.mb-xll-1,.my-xll-1{margin-bottom:.25rem!important}.ml-xll-1,.mx-xll-1{margin-left:.25rem!important}.m-xll-2{margin:.5rem!important}.mt-xll-2,.my-xll-2{margin-top:.5rem!important}.mr-xll-2,.mx-xll-2{margin-right:.5rem!important}.mb-xll-2,.my-xll-2{margin-bottom:.5rem!important}.ml-xll-2,.mx-xll-2{margin-left:.5rem!important}.m-xll-3{margin:1rem!important}.mt-xll-3,.my-xll-3{margin-top:1rem!important}.mr-xll-3,.mx-xll-3{margin-right:1rem!important}.mb-xll-3,.my-xll-3{margin-bottom:1rem!important}.ml-xll-3,.mx-xll-3{margin-left:1rem!important}.m-xll-4{margin:1.5rem!important}.mt-xll-4,.my-xll-4{margin-top:1.5rem!important}.mr-xll-4,.mx-xll-4{margin-right:1.5rem!important}.mb-xll-4,.my-xll-4{margin-bottom:1.5rem!important}.ml-xll-4,.mx-xll-4{margin-left:1.5rem!important}.m-xll-5{margin:2rem!important}.mt-xll-5,.my-xll-5{margin-top:2rem!important}.mr-xll-5,.mx-xll-5{margin-right:2rem!important}.mb-xll-5,.my-xll-5{margin-bottom:2rem!important}.ml-xll-5,.mx-xll-5{margin-left:2rem!important}.m-xll-6{margin:3rem!important}.mt-xll-6,.my-xll-6{margin-top:3rem!important}.mr-xll-6,.mx-xll-6{margin-right:3rem!important}.mb-xll-6,.my-xll-6{margin-bottom:3rem!important}.ml-xll-6,.mx-xll-6{margin-left:3rem!important}.m-xll-7{margin:4rem!important}.mt-xll-7,.my-xll-7{margin-top:4rem!important}.mr-xll-7,.mx-xll-7{margin-right:4rem!important}.mb-xll-7,.my-xll-7{margin-bottom:4rem!important}.ml-xll-7,.mx-xll-7{margin-left:4rem!important}.p-xll-0{padding:0!important}.pt-xll-0,.py-xll-0{padding-top:0!important}.pr-xll-0,.px-xll-0{padding-right:0!important}.pb-xll-0,.py-xll-0{padding-bottom:0!important}.pl-xll-0,.px-xll-0{padding-left:0!important}.p-xll-1{padding:.25rem!important}.pt-xll-1,.py-xll-1{padding-top:.25rem!important}.pr-xll-1,.px-xll-1{padding-right:.25rem!important}.pb-xll-1,.py-xll-1{padding-bottom:.25rem!important}.pl-xll-1,.px-xll-1{padding-left:.25rem!important}.p-xll-2{padding:.5rem!important}.pt-xll-2,.py-xll-2{padding-top:.5rem!important}.pr-xll-2,.px-xll-2{padding-right:.5rem!important}.pb-xll-2,.py-xll-2{padding-bottom:.5rem!important}.pl-xll-2,.px-xll-2{padding-left:.5rem!important}.p-xll-3{padding:1rem!important}.pt-xll-3,.py-xll-3{padding-top:1rem!important}.pr-xll-3,.px-xll-3{padding-right:1rem!important}.pb-xll-3,.py-xll-3{padding-bottom:1rem!important}.pl-xll-3,.px-xll-3{padding-left:1rem!important}.p-xll-4{padding:1.5rem!important}.pt-xll-4,.py-xll-4{padding-top:1.5rem!important}.pr-xll-4,.px-xll-4{padding-right:1.5rem!important}.pb-xll-4,.py-xll-4{padding-bottom:1.5rem!important}.pl-xll-4,.px-xll-4{padding-left:1.5rem!important}.p-xll-5{padding:2rem!important}.pt-xll-5,.py-xll-5{padding-top:2rem!important}.pr-xll-5,.px-xll-5{padding-right:2rem!important}.pb-xll-5,.py-xll-5{padding-bottom:2rem!important}.pl-xll-5,.px-xll-5{padding-left:2rem!important}.p-xll-6{padding:3rem!important}.pt-xll-6,.py-xll-6{padding-top:3rem!important}.pr-xll-6,.px-xll-6{padding-right:3rem!important}.pb-xll-6,.py-xll-6{padding-bottom:3rem!important}.pl-xll-6,.px-xll-6{padding-left:3rem!important}.p-xll-7{padding:4rem!important}.pt-xll-7,.py-xll-7{padding-top:4rem!important}.pr-xll-7,.px-xll-7{padding-right:4rem!important}.pb-xll-7,.py-xll-7{padding-bottom:4rem!important}.pl-xll-7,.px-xll-7{padding-left:4rem!important}.m-xll-n1{margin:-.25rem!important}.mt-xll-n1,.my-xll-n1{margin-top:-.25rem!important}.mr-xll-n1,.mx-xll-n1{margin-right:-.25rem!important}.mb-xll-n1,.my-xll-n1{margin-bottom:-.25rem!important}.ml-xll-n1,.mx-xll-n1{margin-left:-.25rem!important}.m-xll-n2{margin:-.5rem!important}.mt-xll-n2,.my-xll-n2{margin-top:-.5rem!important}.mr-xll-n2,.mx-xll-n2{margin-right:-.5rem!important}.mb-xll-n2,.my-xll-n2{margin-bottom:-.5rem!important}.ml-xll-n2,.mx-xll-n2{margin-left:-.5rem!important}.m-xll-n3{margin:-1rem!important}.mt-xll-n3,.my-xll-n3{margin-top:-1rem!important}.mr-xll-n3,.mx-xll-n3{margin-right:-1rem!important}.mb-xll-n3,.my-xll-n3{margin-bottom:-1rem!important}.ml-xll-n3,.mx-xll-n3{margin-left:-1rem!important}.m-xll-n4{margin:-1.5rem!important}.mt-xll-n4,.my-xll-n4{margin-top:-1.5rem!important}.mr-xll-n4,.mx-xll-n4{margin-right:-1.5rem!important}.mb-xll-n4,.my-xll-n4{margin-bottom:-1.5rem!important}.ml-xll-n4,.mx-xll-n4{margin-left:-1.5rem!important}.m-xll-n5{margin:-2rem!important}.mt-xll-n5,.my-xll-n5{margin-top:-2rem!important}.mr-xll-n5,.mx-xll-n5{margin-right:-2rem!important}.mb-xll-n5,.my-xll-n5{margin-bottom:-2rem!important}.ml-xll-n5,.mx-xll-n5{margin-left:-2rem!important}.m-xll-n6{margin:-3rem!important}.mt-xll-n6,.my-xll-n6{margin-top:-3rem!important}.mr-xll-n6,.mx-xll-n6{margin-right:-3rem!important}.mb-xll-n6,.my-xll-n6{margin-bottom:-3rem!important}.ml-xll-n6,.mx-xll-n6{margin-left:-3rem!important}.m-xll-n7{margin:-4rem!important}.mt-xll-n7,.my-xll-n7{margin-top:-4rem!important}.mr-xll-n7,.mx-xll-n7{margin-right:-4rem!important}.mb-xll-n7,.my-xll-n7{margin-bottom:-4rem!important}.ml-xll-n7,.mx-xll-n7{margin-left:-4rem!important}.m-xll-auto{margin:auto!important}.mt-xll-auto,.my-xll-auto{margin-top:auto!important}.mr-xll-auto,.mx-xll-auto{margin-right:auto!important}.mb-xll-auto,.my-xll-auto{margin-bottom:auto!important}.ml-xll-auto,.mx-xll-auto{margin-left:auto!important}}@media(min-width:1400px){.m-xlg-0{margin:0!important}.mt-xlg-0,.my-xlg-0{margin-top:0!important}.mr-xlg-0,.mx-xlg-0{margin-right:0!important}.mb-xlg-0,.my-xlg-0{margin-bottom:0!important}.ml-xlg-0,.mx-xlg-0{margin-left:0!important}.m-xlg-1{margin:.25rem!important}.mt-xlg-1,.my-xlg-1{margin-top:.25rem!important}.mr-xlg-1,.mx-xlg-1{margin-right:.25rem!important}.mb-xlg-1,.my-xlg-1{margin-bottom:.25rem!important}.ml-xlg-1,.mx-xlg-1{margin-left:.25rem!important}.m-xlg-2{margin:.5rem!important}.mt-xlg-2,.my-xlg-2{margin-top:.5rem!important}.mr-xlg-2,.mx-xlg-2{margin-right:.5rem!important}.mb-xlg-2,.my-xlg-2{margin-bottom:.5rem!important}.ml-xlg-2,.mx-xlg-2{margin-left:.5rem!important}.m-xlg-3{margin:1rem!important}.mt-xlg-3,.my-xlg-3{margin-top:1rem!important}.mr-xlg-3,.mx-xlg-3{margin-right:1rem!important}.mb-xlg-3,.my-xlg-3{margin-bottom:1rem!important}.ml-xlg-3,.mx-xlg-3{margin-left:1rem!important}.m-xlg-4{margin:1.5rem!important}.mt-xlg-4,.my-xlg-4{margin-top:1.5rem!important}.mr-xlg-4,.mx-xlg-4{margin-right:1.5rem!important}.mb-xlg-4,.my-xlg-4{margin-bottom:1.5rem!important}.ml-xlg-4,.mx-xlg-4{margin-left:1.5rem!important}.m-xlg-5{margin:2rem!important}.mt-xlg-5,.my-xlg-5{margin-top:2rem!important}.mr-xlg-5,.mx-xlg-5{margin-right:2rem!important}.mb-xlg-5,.my-xlg-5{margin-bottom:2rem!important}.ml-xlg-5,.mx-xlg-5{margin-left:2rem!important}.m-xlg-6{margin:3rem!important}.mt-xlg-6,.my-xlg-6{margin-top:3rem!important}.mr-xlg-6,.mx-xlg-6{margin-right:3rem!important}.mb-xlg-6,.my-xlg-6{margin-bottom:3rem!important}.ml-xlg-6,.mx-xlg-6{margin-left:3rem!important}.m-xlg-7{margin:4rem!important}.mt-xlg-7,.my-xlg-7{margin-top:4rem!important}.mr-xlg-7,.mx-xlg-7{margin-right:4rem!important}.mb-xlg-7,.my-xlg-7{margin-bottom:4rem!important}.ml-xlg-7,.mx-xlg-7{margin-left:4rem!important}.p-xlg-0{padding:0!important}.pt-xlg-0,.py-xlg-0{padding-top:0!important}.pr-xlg-0,.px-xlg-0{padding-right:0!important}.pb-xlg-0,.py-xlg-0{padding-bottom:0!important}.pl-xlg-0,.px-xlg-0{padding-left:0!important}.p-xlg-1{padding:.25rem!important}.pt-xlg-1,.py-xlg-1{padding-top:.25rem!important}.pr-xlg-1,.px-xlg-1{padding-right:.25rem!important}.pb-xlg-1,.py-xlg-1{padding-bottom:.25rem!important}.pl-xlg-1,.px-xlg-1{padding-left:.25rem!important}.p-xlg-2{padding:.5rem!important}.pt-xlg-2,.py-xlg-2{padding-top:.5rem!important}.pr-xlg-2,.px-xlg-2{padding-right:.5rem!important}.pb-xlg-2,.py-xlg-2{padding-bottom:.5rem!important}.pl-xlg-2,.px-xlg-2{padding-left:.5rem!important}.p-xlg-3{padding:1rem!important}.pt-xlg-3,.py-xlg-3{padding-top:1rem!important}.pr-xlg-3,.px-xlg-3{padding-right:1rem!important}.pb-xlg-3,.py-xlg-3{padding-bottom:1rem!important}.pl-xlg-3,.px-xlg-3{padding-left:1rem!important}.p-xlg-4{padding:1.5rem!important}.pt-xlg-4,.py-xlg-4{padding-top:1.5rem!important}.pr-xlg-4,.px-xlg-4{padding-right:1.5rem!important}.pb-xlg-4,.py-xlg-4{padding-bottom:1.5rem!important}.pl-xlg-4,.px-xlg-4{padding-left:1.5rem!important}.p-xlg-5{padding:2rem!important}.pt-xlg-5,.py-xlg-5{padding-top:2rem!important}.pr-xlg-5,.px-xlg-5{padding-right:2rem!important}.pb-xlg-5,.py-xlg-5{padding-bottom:2rem!important}.pl-xlg-5,.px-xlg-5{padding-left:2rem!important}.p-xlg-6{padding:3rem!important}.pt-xlg-6,.py-xlg-6{padding-top:3rem!important}.pr-xlg-6,.px-xlg-6{padding-right:3rem!important}.pb-xlg-6,.py-xlg-6{padding-bottom:3rem!important}.pl-xlg-6,.px-xlg-6{padding-left:3rem!important}.p-xlg-7{padding:4rem!important}.pt-xlg-7,.py-xlg-7{padding-top:4rem!important}.pr-xlg-7,.px-xlg-7{padding-right:4rem!important}.pb-xlg-7,.py-xlg-7{padding-bottom:4rem!important}.pl-xlg-7,.px-xlg-7{padding-left:4rem!important}.m-xlg-n1{margin:-.25rem!important}.mt-xlg-n1,.my-xlg-n1{margin-top:-.25rem!important}.mr-xlg-n1,.mx-xlg-n1{margin-right:-.25rem!important}.mb-xlg-n1,.my-xlg-n1{margin-bottom:-.25rem!important}.ml-xlg-n1,.mx-xlg-n1{margin-left:-.25rem!important}.m-xlg-n2{margin:-.5rem!important}.mt-xlg-n2,.my-xlg-n2{margin-top:-.5rem!important}.mr-xlg-n2,.mx-xlg-n2{margin-right:-.5rem!important}.mb-xlg-n2,.my-xlg-n2{margin-bottom:-.5rem!important}.ml-xlg-n2,.mx-xlg-n2{margin-left:-.5rem!important}.m-xlg-n3{margin:-1rem!important}.mt-xlg-n3,.my-xlg-n3{margin-top:-1rem!important}.mr-xlg-n3,.mx-xlg-n3{margin-right:-1rem!important}.mb-xlg-n3,.my-xlg-n3{margin-bottom:-1rem!important}.ml-xlg-n3,.mx-xlg-n3{margin-left:-1rem!important}.m-xlg-n4{margin:-1.5rem!important}.mt-xlg-n4,.my-xlg-n4{margin-top:-1.5rem!important}.mr-xlg-n4,.mx-xlg-n4{margin-right:-1.5rem!important}.mb-xlg-n4,.my-xlg-n4{margin-bottom:-1.5rem!important}.ml-xlg-n4,.mx-xlg-n4{margin-left:-1.5rem!important}.m-xlg-n5{margin:-2rem!important}.mt-xlg-n5,.my-xlg-n5{margin-top:-2rem!important}.mr-xlg-n5,.mx-xlg-n5{margin-right:-2rem!important}.mb-xlg-n5,.my-xlg-n5{margin-bottom:-2rem!important}.ml-xlg-n5,.mx-xlg-n5{margin-left:-2rem!important}.m-xlg-n6{margin:-3rem!important}.mt-xlg-n6,.my-xlg-n6{margin-top:-3rem!important}.mr-xlg-n6,.mx-xlg-n6{margin-right:-3rem!important}.mb-xlg-n6,.my-xlg-n6{margin-bottom:-3rem!important}.ml-xlg-n6,.mx-xlg-n6{margin-left:-3rem!important}.m-xlg-n7{margin:-4rem!important}.mt-xlg-n7,.my-xlg-n7{margin-top:-4rem!important}.mr-xlg-n7,.mx-xlg-n7{margin-right:-4rem!important}.mb-xlg-n7,.my-xlg-n7{margin-bottom:-4rem!important}.ml-xlg-n7,.mx-xlg-n7{margin-left:-4rem!important}.m-xlg-auto{margin:auto!important}.mt-xlg-auto,.my-xlg-auto{margin-top:auto!important}.mr-xlg-auto,.mx-xlg-auto{margin-right:auto!important}.mb-xlg-auto,.my-xlg-auto{margin-bottom:auto!important}.ml-xlg-auto,.mx-xlg-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:1025px){.text-mxl-left{text-align:left!important}.text-mxl-right{text-align:right!important}.text-mxl-center{text-align:center!important}}@media(min-width:1039.9px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1040px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1250px){.text-xll-left{text-align:left!important}.text-xll-right{text-align:right!important}.text-xll-center{text-align:center!important}}@media(min-width:1400px){.text-xlg-left{text-align:left!important}.text-xlg-right{text-align:right!important}.text-xlg-center{text-align:center!important}}@media(min-width:1920px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:2rem!important}.mt-xxl-5,.my-xxl-5{margin-top:2rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:2rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:2rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:2rem!important}.m-xxl-6{margin:3rem!important}.mt-xxl-6,.my-xxl-6{margin-top:3rem!important}.mr-xxl-6,.mx-xxl-6{margin-right:3rem!important}.mb-xxl-6,.my-xxl-6{margin-bottom:3rem!important}.ml-xxl-6,.mx-xxl-6{margin-left:3rem!important}.m-xxl-7{margin:4rem!important}.mt-xxl-7,.my-xxl-7{margin-top:4rem!important}.mr-xxl-7,.mx-xxl-7{margin-right:4rem!important}.mb-xxl-7,.my-xxl-7{margin-bottom:4rem!important}.ml-xxl-7,.mx-xxl-7{margin-left:4rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:2rem!important}.pt-xxl-5,.py-xxl-5{padding-top:2rem!important}.pr-xxl-5,.px-xxl-5{padding-right:2rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:2rem!important}.pl-xxl-5,.px-xxl-5{padding-left:2rem!important}.p-xxl-6{padding:3rem!important}.pt-xxl-6,.py-xxl-6{padding-top:3rem!important}.pr-xxl-6,.px-xxl-6{padding-right:3rem!important}.pb-xxl-6,.py-xxl-6{padding-bottom:3rem!important}.pl-xxl-6,.px-xxl-6{padding-left:3rem!important}.p-xxl-7{padding:4rem!important}.pt-xxl-7,.py-xxl-7{padding-top:4rem!important}.pr-xxl-7,.px-xxl-7{padding-right:4rem!important}.pb-xxl-7,.py-xxl-7{padding-bottom:4rem!important}.pl-xxl-7,.px-xxl-7{padding-left:4rem!important}.m-xxl-n1{margin:-.25rem!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem!important}.m-xxl-n5{margin:-2rem!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-2rem!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-2rem!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-2rem!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-2rem!important}.m-xxl-n6{margin:-3rem!important}.mt-xxl-n6,.my-xxl-n6{margin-top:-3rem!important}.mr-xxl-n6,.mx-xxl-n6{margin-right:-3rem!important}.mb-xxl-n6,.my-xxl-n6{margin-bottom:-3rem!important}.ml-xxl-n6,.mx-xxl-n6{margin-left:-3rem!important}.m-xxl-n7{margin:-4rem!important}.mt-xxl-n7,.my-xxl-n7{margin-top:-4rem!important}.mr-xxl-n7,.mx-xxl-n7{margin-right:-4rem!important}.mb-xxl-n7,.my-xxl-n7{margin-bottom:-4rem!important}.ml-xxl-n7,.mx-xxl-n7{margin-left:-4rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:600!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#001a72!important}a.text-primary:focus,a.text-primary:hover{color:rgb(0,8.5526315789,37.5)!important}.text-secondary{color:#9a55bf!important}a.text-secondary:focus,a.text-secondary:hover{color:rgb(113.391025641,54.5641025641,144.9358974359)!important}.text-success{color:#256f2f!important}a.text-success:focus,a.text-success:hover{color:rgb(17.875,53.625,22.7060810811)!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:rgb(14.5,102.1304347826,116)!important}.text-warning{color:#e6aa1d!important}a.text-warning:focus,a.text-warning:hover{color:rgb(164.3227091633,120.6972111554,18.1772908367)!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:rgb(167.4810126582,29.0189873418,42.2848101266)!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:rgb(203.375,210.75,218.125)!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:hsl(210,10.3448275862%,7.7450980392%)!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(33,33,33,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:rgba(0,0,0,0);border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.row+.row>.block{margin-top:1rem}.block :last-child,.block>:last-child,.block>:last-child>:last-child,.block>:last-child>:last-child>:last-child{margin-bottom:0}.is-orange{color:#9a55bf!important}.is-white{color:#fff!important}.small-gutters{margin-right:-12px;margin-left:-12px}.small-gutters>.col,.small-gutters>[class*=col-]{padding-right:12px;padding-left:12px}.header-box{margin-bottom:3rem}.header-box .border-bottom-heading{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:1rem}@media(max-width:1024.98px){body .container,body .container-full{padding-right:12px;padding-left:12px}body .row{margin-left:-12px;margin-right:-12px}body div[class*=" col-"]{padding-left:12px;padding-right:12px}.header-box .border-bottom-heading{flex-direction:column;align-items:start;row-gap:1rem;margin-bottom:1rem}}.header-box-content{width:100%;margin-right:auto;margin-left:auto;padding:1rem;border-radius:25px;background:#ebefff}@media(min-width:768px){.header-box .border-bottom-heading{padding-bottom:2rem}.header-box-content{padding:2rem}}.has-grid-gutter{padding-left:12px!important;padding-right:12px!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#212121;font-family:Montserrat,sans-serif;line-height:1.5em;letter-spacing:.005em;word-spacing:.01em}.h1,h1{font-size:1.625rem;font-weight:400;margin-bottom:1rem}@media(min-width:768px){.has-grid-gutter{padding-left:24px!important;padding-right:24px!important}.h1,h1{font-size:2.25rem;margin-bottom:2rem}}.h2,h2{font-size:1.375rem;margin-bottom:1.25rem;margin-top:1.125rem}*+h2{margin-top:3rem}@media(min-width:768px){.h2,h2{font-size:1.625rem;line-height:1.75rem;margin-bottom:1.625rem}*+h2{margin-top:3.625rem}}.h3,h3{font-size:1.25rem;margin-top:1.125rem;margin-bottom:.875rem}*+h3{margin-top:2.5rem}@media(min-width:768px){.h3,h3{font-size:1.5rem;line-height:1.5em;margin-bottom:1.125rem}*+h3{margin-top:3.125rem}}.h4,h4{font-size:1.125rem;margin-bottom:.5rem}*+h4{margin-top:2rem}@media(min-width:768px){.h4,h4{font-size:1.375rem;line-height:1.5em;margin-bottom:.625rem}*+h4{margin-top:42x}}.h5,h5{font-size:1rem;margin-top:1.25rem;margin-bottom:.5rem}@media(min-width:768px){.h5,h5{font-size:1.25rem;margin-bottom:.625rem}}*+h5{margin-top:34x}.h6,h6{font-size:.875rem;margin-top:1.25rem;margin-bottom:.5rem}@media(min-width:768px){.h6,h6{font-size:1.125rem;margin-bottom:.625rem}}*+h6{margin-top:34x}.pcard-text,.ptil-regelverk-ledd,p{font-size:1.125rem;margin-bottom:1.5em;line-height:1.5em;letter-spacing:.012em;word-spacing:.016em}.article-body li{font-size:1.125rem;margin-bottom:.5em;line-height:1.5em;letter-spacing:.012em;word-spacing:.016em}.introduction{font-size:1.125rem;color:#707070;margin-bottom:2rem;font-weight:400}@media(min-width:768px){.introduction{font-size:1.25rem}}h1+.introduction{margin-top:2rem}.small{font-size:14px}h2:first-letter{text-transform:uppercase}.is-expand-trigger,.landingpage-submenu .h1,.landingpage-submenu .h2,.landingpage-submenu .h3,.landingpage-submenu .h4,.landingpage-submenu .h5,.landingpage-submenu h1,.landingpage-submenu h2,.landingpage-submenu h3,.landingpage-submenu h4,.landingpage-submenu h5,.landingpage-submenu h6,.regular-link .h1,.regular-link .h2,.regular-link .h3,.regular-link .h4,.regular-link .h5,.regular-link h1,.regular-link h2,.regular-link h3,.regular-link h4,.regular-link h5,.regular-link h6,.search-result .h1,.search-result .h2,.search-result .h3,.search-result .h4,.search-result .h5,.search-result h1,.search-result h2,.search-result h3,.search-result h4,.search-result h5,.search-result h6,a:not(.pcard) .h1,a:not(.pcard) .h2,a:not(.pcard) .h3,a:not(.pcard) .h4,a:not(.pcard) .h5,a:not(.pcard) h1,a:not(.pcard) h2,a:not(.pcard) h3,a:not(.pcard) h4,a:not(.pcard) h5,a:not(.pcard) h6{margin-bottom:0;margin-top:0}.is-expand-trigger .button-arrow{font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400}.btn-primary *,.mega-menu * .listelement *,footer * .listelement *{font-weight:400}blockquote.factbox{color:#505050;border-left:1px solid #001a72;padding-left:36px;margin-top:40px;margin-bottom:40px}@media(min-width:768px){blockquote.factbox{max-width:577px;padding-left:66px;margin-top:80px;margin-bottom:80px}}blockquote.factbox h2,blockquote.factbox p{color:#505050;margin-bottom:2rem}blockquote.factbox.is-green{border-color:green}blockquote.sitat{font-size:1.25rem;line-height:1.5rem;color:#505050;font-family:Montserrat,sans-serif;position:relative;padding-left:56px;margin-top:40px;margin-bottom:40px}@media(min-width:768px){blockquote.sitat{font-size:1.5rem;line-height:1.8125rem;max-width:577px;padding-left:96px;margin-top:80px;margin-bottom:80px}}blockquote.sitat::before{content:"";position:absolute;top:0;left:0;font-size:100px;line-height:100px;height:50px;width:50px;color:#001a72;background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODIuNDE2MDEgMTg3Ljc2NTYxIj48dGl0bGU+cXVvdGVzPC90aXRsZT48cGF0aCBkPSJNMjguMDkyMzIsMTg2Ljg2NDgzYzMuMzM2LTguODUsOS41MjU2MS0xMi43NjU1NSwxOS4xNzg4Mi0xMi44NzY1OEE3OC4zNjM4LDc4LjM2MzgsMCwwLDAsOTUuMTIxNTksMTU2LjIwNjljLTQuMjE1NC0uNTc5NTItNy45NzU0OC0uOTU0NTEtMTEuNjgxMjQtMS42MjgyNS0zMC43MzQ0NS01LjU4OC01My40NTU3My0zMS41NTgxNy01NC4xMTE1Ny02MS43NzQ1Ny0uNzAwNTEtMzIuMjc0LDE5LjUwMDEyLTU4LjY2MzE3LDUwLjQ1NDktNjUuOTExOTQsMzguNTIzNjgtOS4wMjEyMSw3Ni42MTcyMSwyMC41MDY0OSw3Ny42MzI2OSw2MC4xNzYsMS41MjYxNSw1OS42MTc5My0zOS40NTA4OCwxMDkuMDE4MzItOTguMjUzNiwxMTguMzgxLTMuMDg1NC40OTEyNy02LjI1MDI1LjQ2MTQ2LTkuMzY3NDguNzc4OC0xMi43MzI2OCwxLjI5NjE5LTE2LjQ5NDc4LS43Mzg5Mi0yMS43MDMtMTEuODMyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4LjA5MjMyIC0yNS4yNjAwNSkiIGZpbGw9IiM1MzlhYWUiLz48cGF0aCBkPSJNMzEwLjUwODMzLDEwMC4yNTcyNWMtMy4yOTc3NiwxMi40MjMzOS00Ljk1OTY3LDI1LjU4NjU5LTEwLjE4NDA5LDM3LjEzODY2LTE5Ljc5MDg0LDQzLjc2MDg2LTU0LjUxNzMyLDczLjAyNTkyLTEwMi40Mjc5MSw3NS41OTc5LTkuOTQxNS41MzM2OC0xNi4zMjAzNi01LjY4MTY1LTE2LjcwMDA5LTE1LjM4Mjc2LS4zNTk1MS05LjE4NTEzLDYuMTg3NDQtMTYuNTYyODcsMTUuNTgwMDgtMTYuODc2OTIsMTUuNTIyODEtLjUxOSwzMC4wOTIxMi0xMC41OTM4NCw0My40MjAyNC0xOC43MTUxNywyLjYxMTY4LTEuNTkxNDMsNS4xMTYzMi0zLjM1ODUsNy45NDI0MS01LjIyNDE1LTguMDI2MTktMS43NzU3My0xNS42NjMtMi42NTExLTIyLjcxMzY5LTUuMTY4MzgtMjguMTgxODgtMTAuMDYxNzYtNDQuOTAxMTktMzYuNTc3ODEtNDIuOTQ0NTctNjcuMTQ0NzdDMTg0LjIzOSw1Ny4wMTMyOSwyMDUuMDUyMTgsMzMuMjIxLDIzMi44OTksMjYuODQ2ODJjMzUuNTg5NDEtOC4xNDY1MSw3MS4wNjM0NCwxNi4xMzEsNzYuNDQzNzksNTIuMjg5LjI0MTU2LDEuNjIzMjIuNzcwNTEsMy4yMDM2OSwxLjE2NTU5LDQuODA0MDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjguMDkyMzIgLTI1LjI2MDA1KSIgZmlsbD0iIzUzOWFhZSIvPjwvc3ZnPg==);background-repeat:no-repeat}.banner-container{background-color:#f5f5f5}.banner-container .banner{gap:32px;display:flex;padding-top:56px;padding-bottom:56px;height:100%}@media(max-width:767.98px){.header-box{max-width:none}.banner-container .banner{flex-direction:column}}.banner-container .banner .banner-image-text-container{flex:1;display:flex;flex-direction:column;max-width:710px;text-decoration:none;border-radius:25px;background:#fff}.banner-container .banner .banner-image-text-container:active,.banner-container .banner .banner-image-text-container:focus,.banner-container .banner .banner-image-text-container:hover{text-decoration:none!important;background-color:rgba(0,26,114,.0705882353)}.banner-container .banner .banner-image-text-container:active .link-arrow,.banner-container .banner .banner-image-text-container:focus .link-arrow,.banner-container .banner .banner-image-text-container:hover .link-arrow{padding-right:0;margin-left:1.5rem;transition:.3s ease-in-out}.banner-container .banner .banner-image-text-container .text-container{display:flex;padding:20px 20px 30px;flex-direction:column;align-items:flex-start;color:#15100d;gap:10px;align-self:stretch}.banner-container .banner .banner-image-text-container .text-container h2{color:var(--text-elements,#15100d);font-family:Montserrat;font-size:26px;font-style:normal;font-weight:500;line-height:normal}.banner-container .banner .banner-image-text-container .text-container padding{margin-top:12px!important;color:var(--text-elements,#15100d);font-family:Roboto;font-size:18px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.27px}.banner-container .banner .banner-image-text-container .text-container .field-category-container{width:100%}.banner-container .banner .banner-image-text-container .text-container .field-category-container ul{margin-bottom:0}.banner-container .banner .banner-image-text-container .text-container .field-category-container .link-arrow{padding-right:1rem;margin-left:.5rem;transition:.3s ease-in-out}.banner-container .banner .events-and-promoted-content{flex:1}.banner-container .banner .events-and-promoted-content .elements{display:flex;flex-direction:column;gap:12px;margin-bottom:0}.banner-container .banner .events-and-promoted-content .elements .card-content{padding:25px 20px}.banner-container .banner .events-and-promoted-content .elements .card-content .published-date{font-size:16px;font-weight:500;font-family:Montserrat;color:#6d6d6d}.banner-container .banner .events-and-promoted-content .elements .card-content .heading{border-bottom:none;padding-bottom:0}.banner-container .banner .events-and-promoted-content .elements .card-content .field-category-container{margin-top:0}.banner-container .banner-promoted-content-image{border-radius:25px 25px 0 0}.banner-container .banner-promoted-content{width:100%}.banner-container .banner-promoted-content-link{background-color:#89e2ff;border:1px solid #09c;border-radius:25px;padding:1rem;display:flex;flex-direction:column;text-decoration:none;transition:.3s ease-in-out}@media(min-width:576px){.banner-container .banner-promoted-content-link{padding:1.5rem}}@media(min-width:1040px){.banner-container .banner-promoted-content-link{padding:2.5rem}}.banner-container .banner-promoted-content-link .link-arrow{padding-right:1.5rem;transition:.3s ease-in-out;color:#001a72}.banner-container .banner-promoted-content-link:focus,.banner-container .banner-promoted-content-link:hover{transition:.3s ease-in-out;background-color:rgba(137,226,255,.631372549);text-decoration:none}.banner-container .banner-promoted-content-image{flex:1;max-height:750px;max-width:710px;background-size:cover;min-height:400px}@media(max-width:767.98px){.banner-container .banner-promoted-content-image{flex:1 1 350px}header .header-wrapper .menu-and-search-closed{min-height:250px}}.eventslist-header{font-size:1.5rem;font-weight:400}ul.eventslist{flex-direction:column;list-style-type:none;margin:0 0 16px;padding:0;display:flex;justify-content:flex-start;color:#fff}ul.eventslist li{display:flex;border-top:1px solid hsla(0,0%,100%,.12)}ul.eventslist li:last-child{border-bottom:1px solid hsla(0,0%,100%,.12)}ul.eventslist li a{display:flex;align-items:center;justify-content:space-between;padding:12px 0;margin:0;text-decoration:none}ul.eventslist li a *{color:#fff;transition:.5s ease-in-out}ul.eventslist li a:focus,ul.eventslist li a:hover{background-color:hsla(0,0%,100%,.1)}ul.eventslist li a div{margin:0;padding:0;display:flex;justify-content:space-between;align-items:center}ul.eventslist li a time{margin-right:20px;font-family:Montserrat,Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:600;font-size:1.25rem;min-width:55px}.bg-grey{background-color:#efefef!important}.bg-blue{background-color:#001a72}.cl-white,.cl-white *{color:#fff!important}.cl-black,.cl-black *{color:#272727!important}.cl-blue,.cl-blue *{color:#001a72!important}.font-base{font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.pg-max-width{max-width:550px}.max-width-100{max-width:100%!important}button .h2,button .h3,button .h4,button .h5,button .h6{margin-bottom:0}.select,select{color:#212121}.select:active,.select:focus,.select:hover,select:active,select:focus,select:hover{border-color:#001a72}.select:hover,select:hover{cursor:pointer}.input-group{margin-bottom:4rem}.input-text{padding:0 1rem;min-height:2.5rem;border-radius:5px!important}.input-text:hover{background-color:rgba(0,26,114,.0705882353)}.input-search{height:100px;font-size:1.5rem;border-radius:5px!important}.input-search:hover{background-color:rgba(0,26,114,.0705882353)}.custom-radio{display:flex;align-items:center;padding:0 2rem;min-height:2.5rem;border:1px solid #212121;border-radius:5px}.custom-radio .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-radio .custom-control-label{display:flex;align-items:center;padding:0 2rem;min-height:2.5rem}.custom-radio .custom-control-label::before{height:2rem;width:2rem;border:1px solid #212121}.custom-radio .custom-control-label::before:focus,.custom-radio .custom-control-label::before:hover{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,26,114,.7)}.custom-radio .custom-control-label::after{width:2rem;height:2rem}.custom-radio:focus,.custom-radio:hover{text-decoration:none;background-color:#9a55bf;color:#fff}.has-icon-right{position:relative}.has-icon-right input.form-control-lg~.icon{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}.has-icon-right .icon{position:absolute;top:0;right:0;align-items:center;display:inline-flex;justify-content:center;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5}.form-group{margin-bottom:2rem}*{background-repeat:no-repeat}ul{padding-inline-start:20px}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-left:0;padding-right:0;margin-left:0;margin-right:0}.banner-image{background-color:#f5f5f5;min-height:160px;display:block;margin:0 auto}.banner-image.has-image{background-position:center center;background-size:cover;background-repeat:no-repeat;height:300px}@media(min-width:768px){.banner-image.has-image{height:450px}}@media(min-width:1400px){.banner-image.has-image{max-width:1920px}}.banner-image.no-image{min-height:20px}@media(min-width:576px){.banner-image.no-image{min-height:60px}.container-full{max-width:740px}}@media(min-width:768px){.banner-image.no-image{min-height:100px}}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}header .header-wrapper{min-height:150px;background-color:#fff;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding-top:1rem}header .header-wrapper .header-link-list{-moz-column-gap:1rem;column-gap:1rem}header .header-wrapper .header-link-list-mobile{-moz-column-gap:2.5rem;column-gap:2.5rem;row-gap:1rem;flex-wrap:wrap}header .header-wrapper .links-and-menus-container{-moz-column-gap:1rem;column-gap:1rem}header .background-blue{background-color:#001a72}header .header-item{text-decoration:none;padding:4px;gap:.5rem}header .header-item:hover{text-decoration:none}header .header-item .link-arrow{display:flex;flex-direction:column;justify-content:center}@media(min-width:1039.9px){.banner-container .banner-promoted-content-link:focus .link-arrow,.banner-container .banner-promoted-content-link:hover .link-arrow{padding-right:0;margin-left:1.5rem;transition:.3s ease-in-out}.banner-image.has-image{height:600px}.banner-image.no-image{min-height:160px}.visuallyhidden-d-lg{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}header .header-item .link-arrow{padding-right:1rem;margin-left:.5rem;transition:.3s ease-in-out}}header .header-item .link-arrow.inline{display:inline-block}header .header-item-text{font-size:1.5rem;color:#001a72}header .header-item-text.mega-menu-expanded{color:#fff}header .header-item-text:not(:last-child){margin-right:10px}header .header-item-mobile{border:1px solid #8c9797;border-radius:25px;padding:.5rem 1.5rem}header .header-item-mobile.mega-menu-expanded{color:#fff}header #menu-is-open,header #search-is-open{display:none}header .logo{height:60px}header .logo-english-full{display:flex}header .logo-english-symbol{display:none}@media(min-width:1250px){header .logo-english-full{display:none}header .logo-english-symbol{display:flex}}header .logo svg{height:100%}header .logo-color-white{fill:#fff}header .search-button{border:1px solid #8c9797;border-radius:25px;padding:.5rem 1.1rem;background-color:#fff}header .search-button svg{color:#9a55bf}header .search-button:hover,header .search-buttonfocus{background-color:rgba(0,26,114,.0705882353);border-radius:25px}header .search-button.search-is-closed{border:1px solid #001a72;margin-right:1.5rem;border-radius:10px;font-size:24px;font-weight:400;height:50px;padding:4px 20px 4px 16px;color:#001a72}header .search-button.search-is-closed svg{color:#001a72;width:27px;height:27px;margin-right:4px}header .search-button #search-is-open{color:#212121}header #language-selector,header .landing-page-link{margin-right:.5rem}header .skip-to-main-content{width:100%;position:fixed;display:flex;justify-content:center;background:#000;top:-4rem;z-index:100000;align-items:center}header .skip-to-main-content a{color:#fff}header .skip-to-main-content:focus-within{top:0!important;position:fixed!important;height:150px}.mega-backdrop{display:none;position:fixed;top:0;right:0;left:0;bottom:0;z-index:150;background-color:#fff;transition:.3s ease-out}.mega-backdrop-primary-color{background-color:#001a72}#mega-menu-container .mega-menu{color:#fff;background-color:#001a72;top:150px;position:absolute;left:0}#mega-menu-container .mega-menu *{color:#fff}#mega-menu-container .mega-menu .mobile-heading{border-top:1px solid hsla(0,0%,100%,.3)}#mega-menu-container .mega-menu .mobile-heading button{width:100%;display:flex;justify-content:space-between;padding:16px 0}#mega-menu-container .mega-menu .mobile-heading button[aria-expanded=true] span svg{transform:rotateZ(-180deg)}#mega-menu-container .mega-menu .mobile-heading h2{margin:0}#mega-menu-container .mega-menu .mobile-heading .listelement{border:none}#mega-menu-container .mega-menu .mobile-heading ul{padding-left:1rem;padding-right:1rem;margin-bottom:0}#mega-menu-container .mega-menu .listelement{border-bottom:1px solid hsla(0,0%,100%,.2)}#mega-menu-container .mega-menu .listelement.is-selected{font-weight:500}#mega-menu-container .mega-menu .listelement.is-selected a{justify-content:flex-start}#mega-menu-container .mega-menu .listelement a:focus{outline:#fff solid 1px}#mega-menu-container .mega-menu .listelement:first-child{border-top:1px solid hsla(0,0%,100%,.2)}#mega-menu-container .menu-button{background-color:#001a72;color:#fff;border:1px solid #fff;border-radius:25px;padding:.5rem 1.1rem}#mega-menu-container .menu-button:focus,#mega-menu-container .menu-button:hover{outline-offset:4px;background-color:#000e3f}#mega-menu-container .menu-button.menu-is-closed{padding:4px 12px 8px;border:none;border-radius:0;background-color:rgba(0,0,0,0)}#mega-menu-container .menu-button.menu-is-closed:focus,#mega-menu-container .menu-button.menu-is-closed:hover{background-color:rgba(0,26,114,.0705882353)}#mega-menu-container .menu-button.menu-is-closed #menu-is-closed{position:relative;top:4px}#mega-menu-container .menu-button.menu-is-closed svg{color:#001a72}#mega-menu-container .menu-button svg{color:#fff}.header-search{top:150px;position:absolute;left:0;width:100%}.header-search .search{display:flex;flex-direction:column;gap:.25rem}.header-search .search .flex-gap{gap:.5rem}.header-search .search .input-search+[type=submit]{padding:24px}.header-search .search input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #001a72;margin:0 3px}.header-search .search input[type=search]:active,.header-search .search input[type=search]:hover{border:2px solid #001a72;margin:0 2px}.header-search .search input[type=search]:focus{border:4px solid #001a72;margin:0}.header-search .search-pages-container{display:flex}.header-search .search-pages-container button{display:flex;align-items:center;padding:.5rem 1.1rem;font-weight:500}.header-search .search-pages-container ul{display:flex;flex-wrap:wrap;gap:.5rem;width:100%}@media(max-width:1024.98px){header .header-item-text{font-size:1.25rem}.header-search .search-pages-container ul{flex-direction:column}.header-search .search-pages-container ul button{width:100%}}.header-search .search-pages-container li,.header-search .search-pages-container ul{list-style:none;padding:0}body .promoted-content{bottom:0;right:0}body button:disabled{cursor:not-allowed;pointer-events:all!important}body #progress{border:2px solid #f3f3f3!important;border-radius:50%;border-top:2px solid #001a72!important;width:29px;height:29px;margin:0 auto;animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body .form-control{border-radius:0;border:1px solid #8c9797}.footer{background-color:#001a72}.footer *{color:#fff}.footer .container-full{padding-top:3rem;padding-bottom:6rem}.footer .block{margin-bottom:2.5rem}.footer .logo-wrapper{justify-content:center}.footer .logo-wrapper a{padding:1rem}.footer .logo-wrapper svg{width:100%;height:100%;max-height:100px}.footer .listelement{border-bottom:1px solid hsla(0,0%,100%,.3)!important}.footer .listelement:first-child{border-top:1px solid hsla(0,0%,100%,.3)!important}.footer a:hover{color:#fff;background-color:rgba(35,55,121,.8705882353)}.footer a:active,.footer a:focus{outline:#fff solid 1px}.footer .social-media-links{list-style:none;display:flex;flex-wrap:wrap;justify-content:center}.footer .social-media-links li{margin:1rem}.footer .social-media-links li a{border-bottom:1px solid hsla(0,0%,100%,.2);padding:.5rem;text-decoration:none}.footer .social-media-links a:hover{text-decoration:none;color:#fff;background-color:rgba(35,55,121,.8705882353)}.container-full{width:100%;padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto}@media(min-width:768px){.container-full{max-width:990px}.start-page ul.submenu li:not(:last-of-type){margin-bottom:1rem}}@media(min-width:1040px){.footer .block{margin-bottom:unset}.container-full{max-width:1500px}}@font-face{font-family:icomoon;src:url(https://144433217.fs1.hubspotusercontent-eu1.net/hubfs/144433217/Website%20assets/c618a8121c2a9718863f.eot?nteyn0);src:url(https://144433217.fs1.hubspotusercontent-eu1.net/hubfs/144433217/Website%20assets/c618a8121c2a9718863f.eot?nteyn0#iefix) format("embedded-opentype"),url(https://144433217.fs1.hubspotusercontent-eu1.net/hubfs/144433217/Website%20assets/35320c9880e47dd5d3f5.ttf?nteyn0) format("truetype"),url(https://144433217.fs1.hubspotusercontent-eu1.net/hubfs/144433217/Website%20assets/d120208ce96aada0f294.woff?nteyn0) format("woff"),url(https://144433217.fs1.hubspotusercontent-eu1.net/hubfs/144433217/Website%20assets/b67bc398acd73906a050.svg?nteyn0#icomoon) format("svg");font-weight:400;font-style:normal}.icon{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-Platform2:before{content:""}.icon-Platform:before{content:""}.icon-Tannhjul:before{content:""}.icon-Paragraf:before{content:""}.icon-Tavle-Learer:before{content:""}.icon-Utklippstavle:before{content:""}.icon-Jordklode:before{content:""}.icon-Hender-B:before{content:""}.icon-Telefon:before{content:""}.icon-Bok-Hjerte:before{content:""}.icon-Bok:before{content:""}.icon-Kommentarboble:before{content:""}.icon-Hender-Hjelper:before{content:""}.icon-Kommentarboble-Smil:before{content:""}.icon-Personer:before{content:""}.icon-Hender:before{content:""}.icon-Kalender:before{content:""}.icon-Boeker:before{content:""}.icon-Oeye:before{content:""}.start-page.content-container{background-color:#f5f5f5;padding-top:68px}.start-page .pagelistblock{padding-left:12px;padding-right:12px}.start-page .pagelistblock .page-list-block{background-color:#fff;border-radius:25px;padding:20px}.start-page .pagelistblock .page-list-block h2{margin-top:0;margin-bottom:10px}.start-page .pagelistblock .page-list-block .listelement a{padding-left:10px}.start-page .pagelistblock .page-list-block .listelement .svg-inline--fa{height:1.5em}.start-page .reportagelistblock .card-content .heading{font-size:26px}.start-page ul.submenu{list-style-type:none;display:flex;flex-direction:column;justify-content:space-between;padding:12px}.start-page ul.submenu li{display:block;text-align:center}@media(min-width:1039.9px){.start-page ul.submenu{flex-direction:row;padding:24px}.start-page ul.submenu li:not(:last-of-type){margin-right:1rem}}.start-page ul.submenu li a{display:flex;background-color:#fff;padding:1rem 3rem;margin-bottom:1rem;border-bottom:4px solid transparent;text-decoration:none}.start-page ul.submenu li a:active,.start-page ul.submenu li a:focus,.start-page ul.submenu li a:hover{border-color:#9a55bf;text-decoration:none;transition:.5s ease-in-out}@media(min-width:768px){.start-page ul.submenu li{flex:1}.start-page ul.submenu li a{margin-bottom:0}.epi-article-page .heading-with-promoted-content,.epi-paragraph-page .heading-with-promoted-content{margin-bottom:2rem}}.start-page ul.submenu li a h2{margin-top:1rem;padding-right:4rem;flex:1}.page{padding-bottom:3rem}.epi-article-page,.epi-paragraph-page{background-color:#fff}.epi-article-page .heading-with-promoted-content,.epi-paragraph-page .heading-with-promoted-content{display:flex;justify-content:space-between;align-items:baseline}.epi-article-page .border-bottom-heading,.epi-paragraph-page .border-bottom-heading{margin-bottom:1rem;border-bottom:1px solid #001a72}.epi-article-page .border-bottom-heading>h1,.epi-paragraph-page .border-bottom-heading>h1{margin-bottom:0}.article,article{background-color:#fff;padding:20px 1rem}@media(min-width:576px){.article,article{padding:20px 30px}}@media(min-width:768px){.article,article{padding:30px 50px}}@media(max-width:1024.98px){.start-page.content-container{padding-top:24px}.epi-article-page .heading-with-promoted-content,.epi-paragraph-page .heading-with-promoted-content{flex-direction:column;align-items:start;row-gap:1rem;margin-bottom:1rem}.article .article-info,article .article-info{padding-left:12px;padding-right:12px}}.article img,article img{max-width:100%;height:auto}.article.has-banner,article.has-banner{margin-top:0}@media(min-width:576px){.article.has-banner,article.has-banner{margin-top:-40px}.article.is-narrow,article.is-narrow{padding:20px 50px}}@media(min-width:768px){.article.has-banner,article.has-banner{margin-top:-80px}}@media(min-width:768px){.article.is-narrow,article.is-narrow{padding:30px 50px}}@media(min-width:1039.9px){.article,article{padding:30px 120px}.article.has-banner,article.has-banner{margin-top:-130px}.article.is-narrow,article.is-narrow{padding:30px 200px}}.article.is-under-landingpage,article.is-under-landingpage{padding-top:2rem;margin-top:0}.article .left-line-indentation,article .left-line-indentation{padding-left:80px;margin-top:80px;margin-bottom:80px}.article h1.header-articler,article h1.header-articler{display:flex;flex-direction:column;justify-content:center;min-height:101px}.event-list-page-wrapper .first-level-list{padding:0}.event-list-page-wrapper .list-grouping{margin-bottom:2rem;margin-top:2rem;color:#001a72;font-size:1.5rem;font-weight:700}.event-list{margin:5rem 0 0;padding:0;list-style-type:none}.event-list li{margin:0 0 1rem;padding:0;list-style-type:none}.event-list li .has-image .event-card-image{border-radius:25px 25px 0 0}.event-list li .has-image .event-card-content-wrapper{border-radius:0 0 25px 25px}@media(min-width:768px){.event-list li{margin:0 0 1.5rem}.event-list li:nth-child(even) a{flex-direction:row-reverse}.event-list li:nth-child(even) .event-card-date{align-self:flex-start;color:#5f259f}.event-list li:nth-child(even) .has-image .event-card-image{border-radius:0 25px 25px 0}.event-list li:nth-child(even) .has-image .event-card-content-wrapper{border-radius:25px 0 0 25px}.event-list li:nth-child(odd) .event-card-date{align-self:flex-end}.event-list li:nth-child(odd) .has-image .event-card-image{border-radius:25px 0 0 25px}.event-list li:nth-child(odd) .has-image .event-card-content-wrapper{border-radius:0 25px 25px 0}}.event-list li a{display:flex;width:100%;background-color:#fff;color:#212121;position:relative;flex-direction:column;text-decoration:none}@media(min-width:768px){.event-list li a{flex-direction:row;min-height:350px}}.event-list li a:active,.event-list li a:hover{text-decoration:none;color:#212121;background-color:rgba(0,26,114,.0705882353)}.event-list li .event-card-date{font-size:1.25rem;color:#5f259f;display:flex;justify-content:center;align-items:center;text-transform:uppercase;padding:1rem 0;font-weight:700}.event-list li .event-card-date span{font-size:1.25rem}.event-list li .event-card-date div{text-align:center}.event-list li div.event-card-image{flex:1 1 30vw;background-position:center center;background-size:cover;background-repeat:no-repeat;min-width:50%;filter:brightness(.8);transition:.5s ease-in-out}@media(min-width:768px){.event-list li .event-card-date{padding:2rem;position:absolute}.event-list li .event-card-date span{font-size:1.5rem}.event-list li div.event-card-image{flex:0 1 50%;min-height:350px}}.event-list li div.event-card-body{display:flex;justify-content:space-between;flex-grow:1}.event-list li div.event-card-body h2{margin-bottom:1rem}.event-list li div.event-card-content-wrapper{display:flex;flex-direction:column;flex-grow:1;min-width:1px;border:1px solid #8c9797;border-radius:25px}.event-list li div.event-card-content{padding-left:1rem;padding-bottom:1rem;max-width:900px}.event-list li .event-card-arrow{padding-right:1rem;transition:.5s ease-out;align-self:center;font-size:1.2rem;margin-left:.5rem;margin-right:0}.event-list .custom-category{margin-top:5%}.event-list .custom-category li{margin-bottom:.5rem}a.event-card{border-radius:25px}a.event-card:active,a.event-card:focus,a.event-card:hover{text-decoration:none;color:#212121;background-color:rgba(0,26,114,.0705882353)}a.event-card:active .event-card-image,a.event-card:focus .event-card-image,a.event-card:hover .event-card-image{filter:brightness(1);transition:.5s ease-in-out}.event-details{padding-left:1rem;margin:4rem 0;border-left:1px solid #5f259f;font-family:Montserrat,sans-serif;color:#555}@media(min-width:768px){.event-list li div.event-card-body h2{margin-bottom:1.5rem}.event-list li div.event-card-content{padding-top:5rem;padding-left:2rem;padding-bottom:1rem}.event-details{padding-left:2rem}}.event-agenda-day{margin-bottom:1.5rem;border-bottom:1px solid #539aae}.event-agenda{align-items:flex-start}.event-agenda li+li{margin-top:3rem}.event-agenda .event-agenda-row{display:flex;flex-direction:column}.event-agenda .event-agenda-row .event-agenda-timestamp{font-size:1.25rem;font-family:Montserrat,Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";text-align:right;padding-right:1.5rem;align-self:flex-start}@media(min-width:768px){.event-agenda .event-agenda-row{flex-direction:row;display:flex;position:relative;margin-top:3rem}.event-agenda .event-agenda-row .event-agenda-timestamp{flex:0 0 100px;font-size:1.5rem}}.event-agenda .event-agenda-row .event-agenda-text{border-top:2px solid #9a55bf;font-family:Montserrat,Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:400;font-size:.9rem;padding-top:1rem}.event-agenda .event-agenda-row .event-agenda-text p{font-family:Montserrat,Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:400;font-size:.9rem}.epi-event-page .expand-wrapper .inner-wrapper{padding-bottom:3rem}.epi-event-page .expand-wrapper .inner-wrapper li.day div.point time.start-time{font-weight:700;color:#212121}.epi-event-page .expand-wrapper .inner-wrapper li.day div.point:not(:last-child){border-bottom:1px solid #efefef}.epi-event-page .event-agenda-row .event-agenda-text ul li+li{margin-top:0}.epi-list-page .main-content-area{background-color:#fff}.epi-list-page .card-img-top{border-radius:0}.videolistpagewrapper{background:#fff}ul.videolist{display:flex;flex-wrap:wrap}ul.videolist>li{flex-basis:100%;border:none;margin-bottom:1rem}ul.videolist>li .yellow-seperator{display:none}@media(min-width:768px){.event-agenda .event-agenda-row .event-agenda-text{border-top:none;border-left:2px solid #9a55bf;padding-left:1.5rem;padding-top:0}.event-agenda{margin-left:-100px}.event-agenda .event-agenda-day{margin-left:100px}ul.videolist>li{flex-basis:48%;border:none;margin:1%}}@media(min-width:1040px){ul.videolist>li{flex-basis:31.3%;margin:1%}.search-query{max-width:600px}}ul.videolist>li .card.is-video .video-card-body{padding:0 0 3rem}ul.videolist>li .video-thumbnail{min-height:250px}ul.videolist .card.is-video{border:none}ul.videolist .card.is-video:active,ul.videolist .card.is-video:hover{border:none;box-shadow:0}ul.videolist .card.is-video .video-card-body{display:flex;flex-direction:column;padding:0 1.5rem 3rem}ul.videolist .card.is-video .video-card-body .video-card-content{width:auto}ul.videolist .card.is-video .video-card-body .video-card-content flex>*{padding-right:1.5rem}ul.videolist .card.is-video .video-card-body .video-card-content .card-title{margin-bottom:.5rem}@media(min-width:1039.9px){.event-list li .event-card-arrow{font-size:1.5rem;padding-right:3rem;margin-left:0}a.event-card:active .event-card-arrow,a.event-card:focus .event-card-arrow,a.event-card:hover .event-card-arrow{padding-right:1.5rem;margin-left:1.5rem}.event-details{padding-left:4rem}ul.videolist>li .yellow-seperator{display:block;height:35px;width:1px;background:#00a9e0;margin-left:.5rem}ul.videolist>li:last-of-type .yellow-seperator{display:none}ul.videolist .card.is-video .video-card-body{padding:0 0 1.5rem}ul.videolist .card.is-video .video-card-body .video-card-content .card-title{justify-content:space-between}}a.l-menu-link{display:flex;flex-basis:100%;align-items:center;padding:1rem 0;border-bottom:2px solid #e4e4e4;font-size:1.2rem;color:#212121;text-decoration:none}a.l-menu-link:first-of-type{padding-top:2rem}a.l-menu-link:hover{text-decoration:none;border-color:#9a55bf;color:#212121}a.l-menu-link .svg-inline--fa{display:none;color:#9a55bf}a.l-menu-link.active,a.l-menu-link.is-selected{color:#212121;border-color:#9a55bf}a.l-menu-link.active .svg-inline--fa,a.l-menu-link.is-selected .svg-inline--fa{display:inline-block;margin-right:10px}.button.l-menu-link{display:flex;justify-content:flex-start;align-items:center}.button.l-menu-link>.svg-inline--fa{font-size:2rem}.button.l-menu-link:focus{outline-offset:1rem}.l-menu{font-family:Montserrat,sans-serif;border:2px solid #e4e4e4;padding:1rem}.l-menu a.deviation-link.active{border-color:#9a55bf;font-weight:500}.l-menu a.deviation-link.active .svg-inline--fa{display:inline-block}button.l-menu-link{display:flex;width:100%;padding:.3rem 0;font-weight:500;font-size:1.2rem;font-family:Montserrat,sans-serif;line-height:1.2}button.l-menu-link svg{margin-top:2px;margin-right:1rem}.heading-report{margin:1.5rem 0 .5rem}.deviations{margin-top:1rem;margin-bottom:3rem}.withdrawn-from-public{color:#5c4614;background-color:#fef2d7;margin:1.5rem 0;padding:1rem 1.5rem}.withdrawn-from-public>div{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.withdrawn-from-public svg{color:#5c4614;font-size:2rem;margin-bottom:.5rem}@media(min-width:768px){.withdrawn-from-public{margin:3rem 0;padding:1.5rem 2rem}.withdrawn-from-public>div{justify-content:flex-start;flex-direction:row}.withdrawn-from-public svg{margin-bottom:0;margin-right:1rem}}.search-query{display:flex;gap:6px}.search-query .search-query-input{height:3.5rem;border-radius:5px!important;border-color:#001a72}.search-query .search-query-input:focus{border:2px solid #001a72}.search-query .search-query-input:hover{background:rgba(0,26,114,.0705882353)}.search-query .search-query-button{background-color:#001a72;color:#fff;font-size:18px;display:flex;justify-content:center;flex-direction:column;align-items:center}.search-query .search-query-button svg{color:#fff;align-self:center}.search-page .active-filters-list{display:flex;flex-direction:column;gap:1rem}.search-page .active-filters-list h3,.search-page .active-filters-list ul{margin:0;padding:0}.search-page .active-filters-list .active-filters{display:flex;gap:1rem;flex-wrap:wrap}.search-page .active-filters-list .active-filters .active-filter{display:flex;align-items:center;justify-content:center;background-color:#fff}.search-page .active-filters-list .active-filters .active-filter .remove-filter-button{border:1px solid #212121;border-radius:25px;background-color:inherit;height:100%;padding:.5rem 1rem}.search-page .active-filters-list .active-filters .active-filter .remove-filter-button svg{margin-left:.5rem}.search-page .active-filters-list .active-filters .active-filter .remove-filter-button:focus,.search-page .active-filters-list .active-filters .active-filter .remove-filter-button:hover{background-color:#9a55bf;color:#fff}.search-page .active-filters-list .active-filters .active-filter .remove-filter-button:focus svg,.search-page .active-filters-list .active-filters .active-filter .remove-filter-button:hover svg{color:#fff}.search-page .sort-results-button{background:0 0;border:none}.search-page .dropdown-item{display:flex;align-items:center}.search-page .dropdown-item .radio-btn{height:20px;width:20px;border-radius:50%;display:inline-flex;margin-right:.5rem;color:#fff;border:1px solid #001a72}.search-page .dropdown-item input{position:absolute;opacity:0;cursor:pointer;display:flex;width:80px;height:32px}.search-page .dropdown-item input:checked~.radio-btn{border:6px solid #001a72}.search-page .dropdown-item input:active~.radio-btn,.search-page .dropdown-item input:focus~.radio-btn,.search-page .dropdown-item input:hover~.radio-btn{box-shadow:0 0 5pt #001a72}.search-page .dropdown-item label{margin:0}.search-page .refine-search{display:flex;gap:1rem;margin:1rem 0;flex-direction:column;align-items:stretch}.search-page .refine-search-wrapper{flex:1 0 fit-content}@media(max-width:767.98px){.search-page .refine-search-wrapper #search-navigation-collapse{padding:10px;border:1px solid #8c9797}}.search-page .refine-search-content{padding:0;margin:0;list-style-type:none;display:flex;flex-direction:column;justify-content:start}.search-page .refine-search-content li{margin-bottom:.5rem}.search-page .refine-search-content li:last-child{margin-right:0}.search-page .refine-search-content-link{display:flex;font-size:1.25rem;align-items:center;padding:.5rem 1.1rem;text-decoration:none;border-radius:25px;border:1px solid #8c9797;color:#212121;width:100%;gap:.5rem}.search-page .refine-search-content-link:focus,.search-page .refine-search-content-link:hover{text-decoration:none;background-color:#9a55bf;color:#fff}.search-page .refine-search-content-link:focus .related-search-pages-icon,.search-page .refine-search-content-link:hover{border-color:#fff}.search-page .refine-search-content-link:focus .icon::before,.search-page .refine-search-content-link:hover{color:#fff}.search-page .refine-search-content-link.is-selected{background-color:#5f259f;font-weight:500;color:#fff}.search-page .refine-search-content-link.is-selected .related-search-pages-icon{border-color:#fff;color:#fff}@media(max-width:1039.98px){.search-page .refine-search-content-link-arrow{margin-left:.75rem}}.search-page .refine-search .related-search-pages a:focus .refine-search-content-link,.search-page .refine-search .related-search-pages a:hover,.search-page .refine-search .related-search-pages a:hover .refine-search-content-link{color:#fff;background-color:#9a55bf}.search-page .refine-search .related-search-pages a:focus .icon::before,.search-page .refine-search .related-search-pages a:focus .related-search-pages-icon,.search-page .refine-search .related-search-pages a:hover .icon::before,.search-page .refine-search .related-search-pages a:hover .related-search-pages-icon{color:#fff;border-color:#fff}.search-page .refine-search .related-search-pages a-icon{font-size:1.25rem;display:flex;justify-content:center;align-items:center;flex-shrink:0;color:#001a72;margin-right:.25rem}.search-page .refine-search .related-search-pages a-button{background-color:#5f259f;color:#fff}.search-page .search-result-summary{margin:5rem 0 1rem}.search-page .search-result-summary .search-result-header{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:0}.search-page .search-result-summary .search-result-header span{white-space:pre;font-weight:600}.search-page .search-result-summary .search-result-header .search-watermark{color:#5f259f;display:flex;justify-content:center;margin-right:.75rem;font-size:1.5rem}.search-page .search-result-active-filters{display:flex;gap:1rem;margin-bottom:1.5rem;justify-content:space-between}@media(max-width:767.98px){.search-page .search-result-active-filters{flex-direction:column}}.search-page .search-result-active-filters .dropdown-sort-menu{margin-left:auto;align-self:end}.search-page .search-result-active-filters #dropdown-sort-menu-button{padding-left:0}.search-page .search-filter-wrapper .filter-checkbox{border-radius:5px}.search-page .search-filter-wrapper .show-more-filters-button{border-radius:25px}.search-page-filter .search-filter-wrapper{padding:.75rem}@media(max-width:1249.98px){.search-page-filter,.search-query{max-width:768px}.search-page-filter .search-filter-wrapper{border:1px solid #8c9797}}@media(min-width:1250px){.search-page-filter .search-filter-wrapper{padding:0 3.375rem}.search-page-filter .search-filter-wrapper h3{margin-top:0}}.search-page-filter .search-filter-wrapper .search-filter-heading{display:flex;align-items:center;margin-bottom:1rem}.search-page-filter .search-filter-wrapper .search-filter-heading .filter-watermark{color:#5f259f;display:flex;justify-content:center;margin-right:.5rem;font-size:1.25rem}.search-page-filter .search-filter-wrapper .search-filter-heading h3{margin:0}.search-page-filter .search-filter-select select{margin-bottom:1rem;background:0 0;border-radius:25px;padding:0 1rem}.search-page-filter .select-wrapper{position:relative}.search-page-filter .select-wrapper svg{position:absolute;top:.5rem;right:.5rem;font-size:1.5rem;color:#5f259f}.search-page-filter .search-filter-body{display:flex}.search-page-filter .search-filter-body .search-filters{flex:0 1 400px}.search-page-filter .search-filter-body .custom-control.custom-checkbox{margin:.5rem 0}.search-page-filter .select-list-btn{background:0 0;text-align:left;border:1px solid}.search-page-filter .filter-list-exp-wrapper{border:1px solid}.search-page-filter .filter-list-exp-wrapper.hidden{display:none}.search-page-filter .filter-list-exp-wrapper .filter-list-search-wrapper{margin:5px}.search-page-filter .filter-list-exp-wrapper .filter-list-search-wrapper .search-query-input::-webkit-search-cancel-button{display:none!important}.search-page-filter .filter-list-exp-wrapper .filter-list-listbox{max-height:400px;overflow:auto}.search-page-filter .filter-list-listbox{list-style:none;margin:0;padding:0}.search-page-filter .filter-list-listbox .filter-list-option{padding:.3rem .3rem .3rem .75rem;cursor:pointer}.search-page-filter .filter-list-listbox .filter-list-option .custom-control-label::before{display:none}.search-page-filter .filter-list-listbox .filter-list-option:focus,.search-page-filter .filter-list-listbox .filter-list-option:hover{background-color:#9a55bf;color:#fff}.search-page-filter .filter-checkbox{border:1px solid #212121}.search-page-filter .filter-checkbox:hover{background-color:#9a55bf;color:#fff}.search-page-filter .filter-checkbox:hover svg{color:#fff}.search-page-filter .custom-control-input:checked~.filter-checkbox{background-color:#9a55bf}.search-page-filter .custom-control,.search-page-filter .custom-control-label{cursor:pointer}.search-page-filter .filter-list-with-checkboxes ul:not(.search-filter-tooltip){padding:0}.search-page-filter .filter-list-with-checkboxes .custom-control-label{display:flex;align-items:center;padding:0 2rem;min-height:2.5rem}.search-page-filter .filter-list-with-checkboxes .custom-control-label::after,.search-page-filter .filter-list-with-checkboxes .custom-control-label::before{height:2rem;width:2rem;border:1px solid #212121;left:-1.5rem;top:auto}.search-page-filter .show-more-filters-button{background:#fff;border:1px solid #212121;color:#212121;width:100%;height:2.5rem}.search-page-filter .show-more-filters-button:hover{background-color:#9a55bf;color:#fff}.search-page-filter .show-more-filters-button:hover svg{color:#fff}.search-page-filter .show-more-filters-button svg{margin-left:.5rem;color:#5f259f}.search-page-filter .ghost-filter-select{display:none}.epi-newsletter-page,.epi-newsletter-page-block{margin:5rem 0}.epi-newsletter-page .go-back-link,.epi-newsletter-page-block .go-back-link{width:-moz-max-content;width:max-content}@media(max-width:1039.98px){.epi-newsletter-page .go-back-link .link-arrow,.epi-newsletter-page-block .go-back-link .link-arrow{margin-left:.5rem}}.epi-newsletter-page .links,.epi-newsletter-page-block .links{gap:2rem;padding-top:3rem;border-top:1px solid #00a9e0;display:flex;flex-direction:column}.epi-newsletter-page .links a,.epi-newsletter-page-block .links a{border:1px solid #001a72;border-radius:25px}.epi-newsletter-page .btn,.epi-newsletter-page-block .btn{margin-bottom:1rem;max-width:none}.epi-newsletter-page .filter-checkbox,.epi-newsletter-page-block .filter-checkbox{display:inline-block;margin:.25rem;border-radius:5px}.epi-newsletter-page-block article{padding:0}.epi-newsletter-page-block article.card{border:none}.epi-newsletter-page article.card{margin-top:5rem;margin-bottom:5rem;border:none;padding:0}@media(min-width:768px){.epi-newsletter-page .links,.epi-newsletter-page-block .links{gap:7rem;flex-direction:row}.col-md-border:not(:last-child){border-right:1px solid #00a9e0}.col-md-border+.col-md-border{border-left:1px solid #00a9e0;margin-left:-1px}}.wordlist-page nav{display:flex;flex-direction:column;background-color:#fff;padding:1rem;margin-bottom:1rem;border:2px solid #e4e4e4}.wordlist-page nav ol{display:flex;flex-wrap:wrap;margin-top:1.5rem;justify-content:center}.wordlist-page nav ol li{margin-right:.75rem;margin-bottom:.75rem}@media(min-width:768px){.wordlist-page nav{padding:0;margin-bottom:0;border:none}.wordlist-page nav ol{justify-content:flex-start}.wordlist-page nav ol li{margin-right:.5rem;margin-bottom:.5rem;font-size:16px}}.wordlist-page nav .has-words a{display:flex;align-items:center;justify-content:center;height:3rem;width:3rem;border-radius:50%;background-color:#fff;border:1px solid #5f259f;color:#212121;font-size:18px;text-decoration:none}@media(min-width:768px){.wordlist-page nav .has-words a{font-size:16px}}.wordlist-page nav .has-words a:focus,.wordlist-page nav .has-words a:hover{background-color:#9a55bf;color:#fff}.wordlist-page nav .no-words div{display:flex;align-items:center;justify-content:center;height:3rem;width:3rem;border-radius:50%;background-color:#fff;border:1px solid #e4e4e4;color:#707070;font-size:18px}.wordlist-page .word-list>li{display:flex;align-items:center;flex-direction:column;border-bottom:1px solid #00a9e0}.wordlist-page .word-list>li h3{margin-bottom:1rem}@media(min-width:768px){.wordlist-page nav .no-words div{font-size:16px}.wordlist-page .word-list>li h3{margin-bottom:2rem}}.wordlist-page .word-list>li>ol{width:100%;margin-bottom:1rem;min-height:1px}.wordlist-page .word-list .word-wrapper{display:flex;flex-direction:column;padding:0 1.5rem 1.5rem;margin-bottom:1rem;background-color:#fff;min-height:150px}.wordlist-page .word-list .word-wrapper:last-child{margin-bottom:0}.wordlist-page .word-list .word-wrapper .word{display:flex;flex-direction:column}@media(min-width:768px){.wordlist-page .word-list>li>ol{margin-bottom:2rem}.wordlist-page .word-list .word-wrapper{padding:0 5rem 1.5rem}.wordlist-page .word-list .word-wrapper .word{flex-direction:row}}.wordlist-page .word-list .word-wrapper .word-section{display:flex;flex-direction:column;margin-top:.5rem}.wordlist-page .word-list .word-wrapper .word-section:first-child{margin-top:0}.wordlist-page .word-list .word-wrapper .word-section .word-header{display:flex;justify-content:space-between;padding-top:1.5rem;margin-bottom:.5rem;align-items:center}@media(min-width:768px){.wordlist-page .word-list .word-wrapper .word-section{width:50%;margin-top:0}.wordlist-page .word-list .word-wrapper .word-section:first-child{margin-right:2rem}.wordlist-page .word-list .word-wrapper .word-section .word-header{margin-bottom:1rem}}.wordlist-page .word-list .word-wrapper .word-section .word-header span{color:#707070;font-size:14px}.wordlist-page .word-list .word-wrapper .word-section .word-header h4{margin-bottom:0}.wordlist-page .word-list .word-wrapper .word-section .word-description{color:#707070;font-size:14px;max-width:375px}.wordlist-page .word-list .word-wrapper .word-misc{min-height:1px;margin-top:1rem}.wordlist-page .word-list .word-wrapper .word-misc>div{margin-bottom:1rem}.wordlist-page .word-list .word-wrapper .word-misc>div:last-child{margin-bottom:0}.wordlist-page .word-list .word-wrapper .word-misc .link-to-url a,.wordlist-page .word-list .word-wrapper .word-misc .link-to-word a{padding:.5rem 1rem;font-size:14px}.wordlist-page .word-list .word-wrapper .word-misc .link-to-url a svg{margin-left:.5rem}.wordlist-page .word-list .word-wrapper .word-misc figure{margin-bottom:0}.wordlist-page .word-list .word-wrapper .word-misc img{max-width:100%;max-height:100%}.epi-exploration-page .search-container button{padding:.375rem .75rem}.epi-exploration-page .exploration-nav{font-family:Montserrat,sans-serif;border:2px solid #e4e4e4;padding:1rem;margin-bottom:5rem}.epi-exploration-page .exploration-nav button{background-color:rgba(0,0,0,0)}.epi-exploration-page .exploration-nav .exploration-nav-desktop{display:none}@media(min-width:1039.9px){.epi-exploration-page .exploration-nav{border:0;padding:0;margin-bottom:5rem}.epi-exploration-page .exploration-nav .exploration-nav-mobile{display:none}.epi-exploration-page .exploration-nav .exploration-nav-desktop{display:block}}.epi-exploration-page .exploration-nav ul.exploration-nav-list{margin:0;padding:1rem 0 0;list-style-type:none}.epi-exploration-page .exploration-nav ul.exploration-nav-list li{display:block}.epi-exploration-page .exploration-nav ul.exploration-nav-list li a{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:3px solid #dee2e6;text-decoration:none}.epi-exploration-page .exploration-nav ul.exploration-nav-list li a *{font-weight:400}.epi-exploration-page .exploration-nav ul.exploration-nav-list li a .exploration-nav-link-icon{margin-right:2rem;transition:.5s ease-out}.epi-exploration-page .exploration-nav ul.exploration-nav-list li a:hover{background-color:#eaeff0;border-color:#001a72}.epi-exploration-page .exploration-nav ul.exploration-nav-list li a:hover .exploration-nav-link-icon{margin-right:1rem;margin-left:1rem}.epi-exploration-page .exploration-header{padding-top:0;padding-bottom:1rem;margin-bottom:1rem}@media(min-width:768px){.epi-exploration-page .exploration-header{padding-top:2rem}}.epi-exploration-page .exploration-header .introduction{margin-bottom:1rem}.epi-exploration-page .row{margin-left:0;margin-right:0}.magasin .header-magasin{display:flex;flex-direction:row;position:relative;top:0;background:#fff;height:auto;padding:2rem 0 0;flex-direction:column}@media(min-width:1039.9px){.magasin .header-magasin{flex-direction:row}}.magasin .header-magasin *{color:#212121}.magasin .header-magasin>a{font-family:Montserrat;color:#2d4336;justify-content:center;display:flex;padding:2rem}.magasin .header-magasin>a svg{margin-left:.5rem}.magasin .header-magasin>a svg path{color:#001a72}.magasin .header-magasin .magasin-middlearea{display:flex;justify-content:center;flex-direction:column;text-align:center;font-family:Montserrat;padding:.5rem 2rem;letter-spacing:.18em;word-spacing:.016em;align-items:center}.magasin .header-magasin .magasin-middlearea span{padding:1rem;font-size:10px;color:#6c757d}@media(min-width:1039.9px){.magasin .header-magasin .magasin-middlearea span{font-size:16px}}.magasin .header-magasin .magasin-middlearea h1{font-size:1.625rem;color:#2d4336}.magasin .header-magasin .magasin-middlearea #dialog_logo{height:40px;width:40px}.magasin .header-magasin .magasin-middlearea #dialog_logo path{stroke-width:.8px;stroke-dashoffset:-3000;stroke-dasharray:3000;animation-name:icon;animation-duration:2s;animation-iteration-count:1;animation-fill-mode:forwards}.magasin .header-magasin .magasin-middlearea #dialog_logo .dialog-logo-circle{stroke-width:.8px;stroke-dasharray:1000;stroke-dashoffset:1000;animation:2s linear forwards dash}.magasin .header-magasin .magasin-middlearea #dialog_logo .dialog-letter path{fill:#000}@keyframes dash{to{stroke-dashoffset:0;stroke-width:3.8px}}@keyframes icon{50%{stroke-dashoffset:0;fill:transparent}75%{fill:transparent;stroke-width:.8px}100%{stroke-dashoffset:0;fill:#000;stroke-width:0}}.magasin .header-magasin .magasin-middlearea .line-svg{width:150px}.magasin .header-magasin .magasin-middlearea .line-svg .animline{fill:none;stroke:#d3d3d3;stroke-width:2;animation:2s linear forwards expand-from-centre}@keyframes expand-from-centre{from{stroke-dasharray:0 500;stroke-dashoffset:-150}to{stroke-dasharray:500 500;stroke-dashoffset:0}}.magasin .row:not(.mb-3){margin-left:0;margin-right:0}.opacity{will-change:opacity;opacity:1!important}.blur{filter:blur(5px) grayscale(60%);-webkit-filter:blur(5px) grayscale(60%)}.fadeIt{animation:2s fadein;-moz-animation:2s fadein;-webkit-animation:2s fadein;-o-animation:2s fadein}.fadeItSlow{animation:4s fadein;-moz-animation:4s fadein;-webkit-animation:4s fadein;-o-animation:4s fadein}@keyframes fadein{from{opacity:0}to{opacity:1}}.theme-exploration-page .theme-exploration-results{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;justify-content:space-between}@media(min-width:576px)and (max-width:1249.98px){.theme-exploration-page .theme-exploration-results{grid-template-columns:repeat(2,1fr)}}@media(max-width:767.98px){.epi-newsletter-page .btn,.epi-newsletter-page-block .btn{width:100%}.theme-exploration-page .theme-exploration-results{grid-template-columns:repeat(1,1fr)}}@media(min-width:768px){.magasin .header-magasin .magasin-middlearea h1{font-size:4.125rem}.magasin .header-magasin .magasin-middlearea #dialog_logo{height:80px;width:80px}.magasin .header-magasin .magasin-middlearea .line-svg{width:500px}.theme-exploration-page .theme-card-tall{grid-row:span 2/auto}a.is-card .card-arrow{padding-right:1.5rem;margin-left:.1rem}}.theme-exploration-page .theme-exploration-card-header{margin-bottom:1rem}.theme-exploration-page .theme-exploration-card-header svg{margin-right:.5rem}.theme-exploration-page .theme-exploration-result{display:flex;flex-direction:column;align-items:center;background:center/cover no-repeat #fff;width:100%;height:100%}.theme-exploration-page .theme-exploration-result .is-video>.theme-exploration-link{border-radius:0 0 25px 25px}.theme-exploration-page .theme-exploration-result .theme-exploration-link{text-decoration:none;color:#212121;display:inherit;flex-direction:inherit;background:#f5f5f5;width:inherit;height:inherit;border-radius:25px}.theme-exploration-page .theme-exploration-result .theme-exploration-link:focus,.theme-exploration-page .theme-exploration-result .theme-exploration-link:hover{text-decoration:none;color:#212121;background-color:rgba(0,26,114,.0705882353)}.theme-exploration-page .theme-exploration-result .theme-exploration-link .theme-exploration-magasin-logo{width:80px;height:80px;background:#fff;box-shadow:inherit;display:flex;padding:1rem;box-shadow:0 8px 6px -6px #d3d3d3;align-self:center;transform:translateY(15px)}.theme-exploration-page .theme-exploration-result .theme-exploration-link .theme-exploration-magasin-logo svg{width:60px;height:auto}.theme-exploration-page .theme-exploration-result .theme-exploration-link .theme-exploration-magasin-logo svg .dialog-letter path{fill:#a9a9a9}.theme-exploration-page .theme-exploration-result .theme-exploration-card{display:flex;width:100%;background-color:#f5f5f5;color:#212121;position:relative;border:1px solid #e6e7e7}.theme-exploration-page .theme-exploration-result .theme-exploration-card .theme-exploration-card-body{display:flex;justify-content:space-between;align-items:center}.theme-exploration-page .theme-exploration-result .theme-exploration-card .theme-exploration-card-body .theme-exploration-card-content{max-width:900px;width:100%;padding:1rem}@media(min-width:1039.9px){.theme-exploration-page .theme-exploration-result .theme-exploration-card .theme-exploration-card-body .theme-exploration-card-content{padding:1.5rem 1rem}}.theme-exploration-page .theme-exploration-image{width:100%;height:300px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:end;align-items:end;flex-direction:column;border-radius:25px 25px 0 0}.theme-exploration-page .theme-exploration-video{width:100%;border-radius:25px 25px 0 0}.theme-exploration-page .theme-search-area{background-color:#fff}.theme-exploration-page .theme-search-area .search{display:flex}.theme-exploration-page .theme-search-area .input-search{height:inherit}.theme-exploration-page .video-thumbnail{display:flex;justify-content:center;align-items:center;flex:0 0 auto;background-position:center center;background-size:cover;background-repeat:no-repeat;height:300px;cursor:pointer}@media(min-width:1040px){.theme-exploration-page .video-thumbnail{flex-basis:auto;height:300px}}.theme-exploration-page .video-thumbnail .player-icon-circle{display:flex;justify-content:center;align-items:center;background:#fff;padding:1rem;width:120px;height:120px;border-radius:50%;text-align:center;border:1px solid #5f259f;transition:width .2s,height .2s;color:#5f259f;font-weight:700}.theme-exploration-page .video-thumbnail .player-icon-circle:focus,.theme-exploration-page .video-thumbnail .player-icon-circle:hover{background:#9a55bf;color:#fff;border-color:#0f4f63;outline:0;width:160px;height:160px}.theme-exploration-page .video-thumbnail .player-icon-circle .play-icon{font-size:18px}.theme-exploration-page .load-more-progress progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-radius:2px;border-width:0;color:#001a72;display:block;height:.5rem;width:100%}.theme-exploration-page .load-more-progress progress::-moz-progress-bar{background-color:#001a72}.theme-exploration-page .load-more-progress progress::-webkit-progress-value{background-color:#001a72}.theme-exploration-page .load-more-progress progress::-webkit-progress-bar{background-color:#fff}.theme-exploration-page #fetch-more-data-button{display:flex;flex-direction:column;align-items:center}.theme-exploration-page #fetch-more-data-button svg{color:#212121!important}a.default-link{color:#001a72;width:-moz-fit-content;width:fit-content;text-decoration:underline;border:none;padding:10px;font-weight:600;font-size:1.25rem;display:flex;justify-content:space-between;border-radius:25px}a.default-link:active .link-arrow,a.default-link:focus .link-arrow,a.default-link:hover .link-arrow{padding-right:0;margin-left:1.5rem;transition:.3s ease-in-out}a:active,a:focus,a:hover{background-color:rgba(0,26,114,.0705882353)}a:focus{outline:#001a72 auto 2px}a:active{outline:0}a.is-card{border:1px solid rgba(0,26,114,.0705882353)}@media(min-width:1400px){.theme-exploration-page .theme-exploration-result .theme-exploration-card .theme-exploration-card-body .theme-exploration-card-content{padding:1.5rem 2rem}a.is-card .card-title{margin-right:-1.5rem}}a.is-card .thumbnail{filter:brightness(.9);transition:.5s ease-out}a.is-card .card-arrow{transition:.5s ease-out;padding-right:1.5rem;margin-left:.1rem}a.is-card:active,a.is-card:focus,a.is-card:hover{text-decoration:none!important;background-color:rgba(0,26,114,.0705882353)}a.is-card:active .thumbnail,a.is-card:focus .thumbnail,a.is-card:hover .thumbnail{filter:brightness(1);transition:.5s ease-out}a.is-default{color:#001a72;width:-moz-fit-content;width:fit-content;text-decoration:underline;border:none;padding:10px;font-weight:600}a.is-regular{color:#001a72;width:100%;text-decoration:none}a.is-regular .link-arrow{display:flex;flex-direction:column;justify-content:center}a.is-regular .link-arrow.inline{display:inline-block}a.is-regular:active,a.is-regular:focus,a.is-regular:hover{text-decoration:none;background-color:rgba(0,26,114,.0705882353)}a.is-regular .blue-background{outline-color:#fff}a.is-big-blue{display:flex;justify-content:center;justify-content:space-between;background:rgba(0,0,0,0);border:1px solid #fff;padding:1rem 2rem;font-weight:400;width:100%;transition:.5s ease-out;background:linear-gradient(to right,#fff 50%,#0b5b72 50%);background-size:200% 100%;background-position:right bottom;text-decoration:none}a.is-big-blue *{font-weight:500;color:#fff;background:rgba(0,0,0,0);transition:.6s ease-out}a.is-big-blue:active,a.is-big-blue:focus,a.is-big-blue:hover{color:#fff;text-decoration:none;background-position:left bottom;background-color:#fff}a.is-big-blue:active *,a.is-big-blue:focus *,a.is-big-blue:hover *{color:#16738f}@media(min-width:768px){a.is-big-blue{min-width:475px;width:auto}}a.is-link{display:flex;padding:.55rem 1.1rem;justify-content:space-between;width:100%;align-items:center;text-decoration:none}a.is-link .link-arrow{display:flex;flex-direction:column;justify-content:center}a.is-link .link-arrow.inline{display:inline-block}a.is-link.is-blue{color:#fff;background:#001a72;border-radius:25px;width:-moz-fit-content;width:fit-content}a.is-link.is-blue *{color:#fff}a.is-link.is-blue:active,a.is-link.is-blue:focus,a.is-link.is-blue:hover{text-decoration:none;background:#000e3f}a.is-link.is-blue:active:active,a.is-link.is-blue:active:focus,a.is-link.is-blue:focus:active,a.is-link.is-blue:focus:focus,a.is-link.is-blue:hover:active,a.is-link.is-blue:hover:focus{outline-offset:6px}a.is-link.is-white{background:#fff;color:#212121}a.is-link.is-white *{color:#212121}a.is-link.is-white svg{color:#001a72}a.is-link.is-white:active,a.is-link.is-white:focus,a.is-link.is-white:hover{text-decoration:none;background-color:#f6fafb}@media(min-width:1039.9px){.theme-exploration-page .video-thumbnail .player-icon-circle .play-icon{font-size:24px}a.is-card:active .card-arrow,a.is-card:focus .card-arrow,a.is-card:hover .card-arrow{padding-right:0;margin-left:1.2rem}a.is-regular .link-arrow{padding-right:1rem;margin-left:.5rem;transition:.3s ease-in-out}a.is-regular:active .link-arrow,a.is-regular:focus .link-arrow,a.is-regular:hover .link-arrow{padding-right:0;margin-left:1.5rem;transition:.3s ease-in-out}a.is-link .link-arrow{padding-right:1rem;margin-left:.5rem;transition:.3s ease-in-out}a.is-link.is-blue:active .link-arrow,a.is-link.is-blue:focus .link-arrow,a.is-link.is-blue:hover .link-arrow,a.is-link.is-white:active .link-arrow,a.is-link.is-white:focus .link-arrow,a.is-link.is-white:hover .link-arrow{padding-right:0;margin-left:1.5rem;transition:.3s ease-in-out}}a.is-promoted-content{width:-moz-fit-content;width:fit-content}p a{color:#001a72;font-weight:550;text-decoration:underline}p a:active,p a:focus,p a:hover{background-color:rgba(0,26,114,.0705882353)}.no-shadow{box-shadow:none!important}.card-component{display:flex;flex-direction:column;background-color:#fff;border-radius:25px;color:#001a72;text-decoration:none;overflow:hidden;height:100%}.card-component .image{flex:1 0 200px;background-position:center center;background-size:cover;background-repeat:no-repeat;transition:.5s ease-in-out;filter:brightness(.9);display:flex;justify-content:center;filter:brightness(1)!important;position:relative;border-radius:25px 25px 0 0}.card-component .theme-exploration-video{min-height:400px}.card-component.is-video .card-content:active,.card-component.is-video .card-content:focus,.card-component.is-video .card-content:focus-visible{outline:#001a72 auto 2px!important;outline-offset:-2px;border-radius:0 0 25px 25px}.card-component a.card-content{text-decoration:none;overflow:hidden}.card-component.top .image{min-height:400px;max-height:400px}.card-component.left{flex-direction:row}.card-component.left .image{width:50%;height:auto;border-radius:25px 0 0 25px;min-height:350px}.card-component.left .card-content{width:50%;border-radius:0 25px 25px 0}.card-component.right{flex-direction:row-reverse}.card-component.right .image{width:50%;height:auto;border-radius:0 25px 25px 0;min-height:350px}.card-component.right .card-content{width:50%;border-radius:25px 0 0 25px}.card-component .card-content{padding:30px;display:flex;flex-direction:column;gap:1rem;height:100%}.card-component .card-content .date{color:#5f259f;font-weight:700;font-family:Montserrat;width:-moz-fit-content;width:fit-content;font-size:18px}.card-component .card-content .heading{width:100%;display:flex;align-items:center;justify-content:space-between;color:#15100d;font-size:22px;font-weight:500;font-family:Montserrat}.card-component .card-content .description{font-size:18px;font-weight:400;font-family:Roboto;line-height:150%;color:#333}.card-component .card-content .published-date{font-weight:500;font-size:16px;color:#333}.card-component .card-content .link-arrow{padding-right:1rem;margin-left:.5rem;transition:.3s ease-in-out}.card-component .card-content .link-arrow .fa-2xl{font-size:2.5em}.card-component .card-content .field-category-container{margin-top:auto}.card-component .card-content:active .link-arrow,.card-component .card-content:focus .link-arrow,.card-component .card-content:hover .link-arrow{padding-right:0;margin-left:1.5rem;transition:.3s ease-in-out}@media(max-width:1024.98px){.card-component .theme-exploration-video{min-height:350px}.card-component.left,.card-component.right{flex-direction:column}.card-component.left .image,.card-component.left .theme-exploration-video,.card-component.right .image,.card-component.right .theme-exploration-video{width:100%;border-radius:25px 25px 0 0!important;min-height:200px}.card-component.left .card-content,.card-component.right .card-content{width:100%;border-radius:0 0 25px 25px!important}.card-component.top .image{max-height:350px;min-height:350px}}a.card-component:hover{text-decoration:none!important;background-color:rgba(0,26,114,.0705882353)}a.card-component:active,a.card-component:focus,a.card-component:focus-visible{outline-offset:2px}.border-top.is-blue{border-color:#001a72!important}.border-top.is-orange{border-color:#9a55bf!important}.border-top.is-expandable{border-top-width:4px!important}.border-bottom.is-blue{border-color:#001a72!important}.border-bottom.is-medium{border-width:2px!important}.border-bottom.is-orange{border-color:#9a55bf!important}.border-left.is-blue{border-color:#001a72!important}.border-left.is-orange{border-color:#9a55bf!important}.border-right.is-blue{border-color:#001a72!important}.border-right.is-orange,.has-border-orange{border-color:#9a55bf!important}.expandable-fields-border{border-top:.5px solid #8c9797}.expandable-fields-border:last-child{border-bottom:.5px solid #8c9797}ul.pcards{margin:0 0 1.5rem;padding:0;list-style-type:none;width:100%}ul.pcards>li+li{margin-top:1rem}@media(min-width:768px){ul.pcards li:nth-child(even) .pcard{flex-direction:row-reverse}ul.pcards li:nth-child(even) .pcard .pcard-image{border-radius:0 25px 25px 0}}ul.pcards .pcard{margin:0;padding:0;display:flex;flex-direction:column;text-decoration:none;border:1px solid #e6e7e7;border-radius:25px;background-color:#f5f5f5}@media(min-width:768px){ul.pcards .pcard{flex-direction:row}}ul.pcards .pcard .pcard-image{flex:1 0 200px;background-position:center center;background-size:cover;background-repeat:no-repeat;transition:.5s ease-in-out;filter:brightness(.9);display:flex;justify-content:center;filter:brightness(1)!important;position:relative;border-radius:25px 25px 0 0}@media(min-width:768px){ul.pcards .pcard .pcard-image{flex:0 0 50%;min-height:18.75rem;border-radius:25px 0 0 25px}}@media(min-width:1039.9px){ul.pcards .pcard .pcard-image{flex:0 0 50%;min-height:25rem;border-radiu:25px 0 0 25px}}ul.pcards .pcard .pcard-image .pcard-dialog-logo{width:80px;height:80px;background:#fff;box-shadow:inherit;display:flex;padding:1rem;box-shadow:0 8px 6px -6px #d3d3d3;align-self:center;position:absolute;bottom:-15px}ul.pcards .pcard .pcard-image .pcard-dialog-logo svg{width:60px;height:auto}ul.pcards .pcard .pcard-image .pcard-dialog-logo svg .dialog-letter path{fill:#a9a9a9}@media(min-width:768px){ul.pcards .pcard .pcard-image .pcard-dialog-logo{position:absolute;justify-content:flex-start;left:15px;top:15px}ul.pcards .pcard .pcard-image .is-big{flex:0 0 50%!important;min-height:18.75rem}}@media(min-width:1039.9px){ul.pcards .pcard .pcard-image .is-big{flex:0 0 50%!important;min-height:25rem}}ul.pcards .pcard .pcard-content-wrapper{display:flex;justify-content:space-between;flex-grow:1}ul.pcards .pcard .pcard-content{padding:0 1.5rem 3rem;flex:1 1 100%;display:flex;flex-direction:column}@media(min-width:1039.9px){ul.pcards .pcard .pcard-content{padding:1.5rem 2rem}}ul.pcards .pcard .pcard-content .pcard-dialog-logo{width:80px;height:80px;background:#fff;box-shadow:inherit;display:flex;padding:1rem;box-shadow:0 8px 6px -6px #d3d3d3;align-self:center;margin-top:0}ul.pcards .pcard .pcard-content .pcard-dialog-logo svg{width:60px;height:auto}ul.pcards .pcard .pcard-content .pcard-dialog-logo svg .dialog-letter path{fill:#a9a9a9}ul.pcards .pcard .pcard-arrow{padding-right:1rem;transition:.5s ease-out;align-self:center;font-size:1.2rem;margin-left:.5rem;margin-right:0;color:#001a72}@media(min-width:1039.9px){ul.pcards .pcard .pcard-arrow{font-size:1.5rem;padding-right:3rem;margin-left:0}ul.pcards .pcard:active .pcard-arrow,ul.pcards .pcard:focus .pcard-arrow,ul.pcards .pcard:hover .pcard-arrow{padding-right:1.5rem;margin-left:1.5rem}}ul.pcards .pcard .pcard-title{word-break:break-word}ul.pcards .pcard .pcard-date{font-size:16px;font-weight:300;margin-bottom:.65rem;color:#5f5f5f}ul.pcards .pcard .pcard-text{margin-bottom:1rem;color:#212121;word-break:break-word}ul.pcards .pcard .pcard-content :last-child{margin-bottom:0}ul.pcards .pcard:active,ul.pcards .pcard:focus,ul.pcards .pcard:hover{text-decoration:none;color:#212121;background-color:rgba(0,26,114,.0705882353)}ul.pcards .pcard:active .pcard-image,ul.pcards .pcard:focus .pcard-image,ul.pcards .pcard:hover .pcard-image{filter:brightness(1)}@media(min-width:768px){.pcards div:nth-child(even) a.pcard,.pcards li:nth-child(even) .pcard{flex-direction:row-reverse}}.pcards.horizontal-cards{display:flex;justify-content:space-between;flex-direction:column}@media(min-width:768px){.pcards.horizontal-cards{flex-direction:row;flex-wrap:wrap}}.pcards.horizontal-cards li{flex-basis:100%;height:auto}@media(min-width:768px){.pcards.horizontal-cards li{flex-basis:49%}}.pcards.horizontal-cards li:first-of-type{margin-top:1rem}@media(min-width:1039.9px){.pcards.horizontal-cards li{flex-basis:unset;flex:1}.pcards.horizontal-cards li:not(:last-of-type){margin-right:1rem}}.pcards.horizontal-cards li a{height:100%}.pcards.horizontal-cards li .pcard{flex:1}.pcards.horizontal-cards li .pcard .pcard-image .pcard-dialog-logo{width:80px;height:80px;background:#fff;box-shadow:inherit;display:flex;padding:1rem;box-shadow:0 8px 6px -6px #d3d3d3;align-self:center}@media(min-width:768px){.pcards.horizontal-cards li .pcard{flex-direction:column!important;height:100%;background:#fff}.pcards.horizontal-cards li .pcard .pcard-image{min-height:18.75rem}.pcards.horizontal-cards li .pcard .pcard-image .pcard-dialog-logo{bottom:-15px;left:auto;top:auto}}.pcards.horizontal-cards li .pcard .pcard-content{padding:1.5rem 1rem 2rem}.pcards.horizontal-cards li .pcard .pcard-arrow{padding-right:1rem}.pcards.horizontal-cards li .pcard:hover .pcard-arrow{margin-left:.75rem;padding-right:.25rem}.pcards div:nth-child(even) .column-one-quarter li,.pcards div:nth-child(even) .column-one-third li{height:100%;background:#fff}@media(min-width:1039.9px){.pcards div:nth-child(even) .column-one-quarter a.pcard,.pcards div:nth-child(even) .column-one-third a.pcard{flex-direction:column;height:100%;background:#fff}}.column-one-quarter .pcard-title{font-size:1rem;margin-top:1.25rem;margin-bottom:.5rem}@media(min-width:768px){.column-one-quarter .pcard-title{font-size:1.25rem;margin-bottom:.625rem}}.column-one-third .pcard-title{font-size:1.125rem;margin-bottom:.5rem}.submenu{padding-bottom:1.5rem;display:block;margin-top:3rem}.submenu .submenu-expand-button{width:100%;padding:.75rem 1rem;display:flex;justify-content:space-between}@media(min-width:768px){.column-one-third .pcard-title{font-size:1.375rem;line-height:1.5em;margin-bottom:.625rem}.submenu{display:flex}.submenu .submenu-expand-button{display:none}}.submenu .watermark{justify-content:start;margin-bottom:1rem}@media(min-width:768px){.submenu .watermark{display:flex;flex-direction:column;padding:1rem .25rem}}@media(min-width:1400px){.submenu .watermark{flex-direction:row;margin-bottom:0;gap:.5rem;padding:0}}.landingpage-submenu-container{border:1px solid #212121;border-radius:5px}.landingpage-submenu-container ul.landingpage-submenu{list-style:none;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:0;margin-left:.5rem;padding:1rem .25rem}@media(min-width:768px){.landingpage-submenu-container{display:block;border:none}.landingpage-submenu-container ul.landingpage-submenu{margin-left:1.5rem}}.landingpage-submenu-container li a{border-radius:25px;transition:.5s ease-in-out;text-decoration:none;display:flex;padding:.5rem 1rem;color:#000;border:1px solid #8c9797}.landingpage-submenu-container li a.is-selected{transition:.5s ease-in-out}.landingpage-submenu-container li a.is-selected path{stroke:#9a55bf;stroke-width:40px}.landingpage-submenu-container li a.is-selected *{font-weight:600}span.font-arrow-blue{margin-left:10px}span.font-arrow-purple{margin-right:10px}.contact-teaser{font-family:Montserrat,sans-serif;padding:1rem 2rem 2rem;border:1px solid #00a9e0}.contact-teaser .contact-teaser-title{margin-bottom:1rem;text-align:left}.contact-teaser .contact-teaser-info .contact-role{margin-bottom:1rem;text-align:left}@media(min-width:1039.9px){.landingpage-submenu-container ul.landingpage-submenu{margin-left:5rem}.contact-teaser .contact-teaser-info .contact-role,.contact-teaser .contact-teaser-title{text-align:center}}.contact-teaser .contact-teaser-info .contact-email-phone-wrapper{display:flex;justify-content:center;flex-direction:column;text-align:left}.contact-teaser .contact-teaser-info .contact-email-phone-wrapper .contact-phone{margin-bottom:1rem}@media(min-width:1039.9px){.contact-teaser .contact-teaser-info .contact-email-phone-wrapper{text-align:center;flex-direction:row}.contact-teaser .contact-teaser-info .contact-email-phone-wrapper .contact-phone{margin-right:1rem}}.contact-teaser .contact-teaser-info .contact-email-phone-wrapper .contact-email{margin-bottom:1rem}.contact-teaser .contact-teaser-info .contact-email-phone-wrapper svg.svg-inline--fa{color:#555;font-size:1.5rem;margin-right:8px}.contact-teaser .related-content{display:flex;justify-content:space-between;padding:1rem 0}.contact-teaser .related-content h4{margin-bottom:0}.contact-teaser a.related-content{color:#212121;text-decoration:none}.contact-teaser a.related-content:hover{color:#212121;text-decoration:underline}@media(min-width:768px){.content-infotext{padding:3rem 3rem 3rem 5rem}}@media(min-width:1039.9px){.content-infotext{padding:3rem 6rem 3rem 9rem}.contact-card{min-height:300px}.contact-card::after{content:"";min-height:inherit;font-size:0}}.contact-card{border-bottom:1px solid #9a55bf;padding-bottom:1.5rem;margin-bottom:1.5rem;margin-top:1.5rem;display:flex;justify-content:space-between;flex-direction:column}@media(min-width:768px){.contact-card{flex-direction:row;flex:1 1 100%}}.contact-card-image{flex:1 1 auto;margin-bottom:1rem}@media(min-width:768px){.contact-card-image{flex:1 1 35%;margin-bottom:0}.contact-card-content{margin-left:3%}}.contact-card-image>div{height:100%;width:100%;background-position:top left;background-repeat:no-repeat;background-size:contain;min-height:150px}.contact-card-content{flex:1 1 60%}.contact-card .row+.row{margin-top:.25rem}.fieldset-wrapper-topcorner{display:flex;justify-content:flex-end;margin-bottom:1.5rem}@media(min-width:768px){.fieldset-wrapper-topcorner-inner{display:flex;justify-content:flex-end}.video-js .modal-dialog.modal-dialog-centered.modal-lg{max-width:80%!important}}.fieldset-wrapper-topcorner-inner .legend-vertical{display:flex;width:auto;height:auto;font-size:20px}.fieldset-wrapper-topcorner-inner-buttons{display:flex;justify-content:space-between}.fieldset-wrapper-topcorner-inner-buttons-radbut{border:1px solid #212121;color:#5f259f;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:space-between;background-color:#fff}.fieldset-wrapper-topcorner-inner-buttons-radbut .radiobtn{height:20px;width:20px;border-radius:50%;display:inline-flex;margin-right:.5rem;color:#fff;border:1px solid #5f259f}.fieldset-wrapper-topcorner-inner-buttons-radbut input{position:absolute;opacity:0;cursor:pointer;display:flex;width:80px;height:32px}.fieldset-wrapper-topcorner-inner-buttons-radbut input:checked~.radiobtn{border:6px solid #5f259f}.fieldset-wrapper-topcorner-inner-buttons-radbut input:active~.radiobtn,.fieldset-wrapper-topcorner-inner-buttons-radbut input:focus~.radiobtn,.fieldset-wrapper-topcorner-inner-buttons-radbut input:hover~.radiobtn{box-shadow:0 0 5pt #5f259f}.fieldset-wrapper-topcorner-inner-buttons-radbut label{margin-bottom:0}.modal-header{border-bottom:0;padding:3rem 3rem 0}.modal-body{padding:1rem 3rem 0;margin-bottom:1rem}.modal-body input{background:0 0;color:#fff;width:100%;border:none}.modal-footer{padding:1rem 3rem 3rem;border-top:none}.modal .alert{border-top:1px solid #fff;width:100%;display:none;align-items:center;padding:1rem 0}.modal .alert svg{margin-right:1rem}.modal .alert p{margin-bottom:0}.modal .introduction,.modal .modal-title,.modal p{color:#fff}.video-js:hover .vjs-big-play-button{background:#5f259f!important}.video-js .vjs-big-play-button{background:#9a55bf}.video-js .vjs-big-play-button:focus,.video-js .vjs-big-play-button:hover{background-color:#5f259f}.video-js .vjs-play-progress.vjs-slider-bar{background-color:#9a55bf!important}.video-js .vjs-menu-item.vjs-selected{background-color:#9a55bf!important;color:#fff!important}.video-js .vjs-volume-bar{width:6em;height:1em;margin:1em .45em}.video-js .vjs-slider{background-color:#fff}.video-js .vjs-volume-level{background:#9a55bf;height:1em}.video-js .modal-body{padding:0!important}.is-video .modal-content{background-color:#fff}.is-video .modal-content .modal-body{padding:0!important}.btn{padding:.5rem 1.1rem;border-radius:25px}.btn.primary{border:none;background-color:#5f259f;color:#fff;text-decoration:none}.btn.primary:active,.btn.primary:focus,.btn.primary:hover{background-color:#9a55bf}.btn.secondary{background-color:#fff;color:#212121;border:1px solid #5f259f;text-decoration:none}.btn.secondary path{stroke:#9a55bf;stroke-width:40px}.btn.secondary.is-selected{transition:.5s ease-in-out}.btn.secondary.is-selected *{font-weight:600}.btn.secondary:active,.btn.secondary:focus,.btn.secondary:hover{background-color:#9a55bf;color:#fff;stroke:#fff}.btn.secondary:active svg,.btn.secondary:focus svg,.btn.secondary:hover svg{color:#fff}.btn.secondary:active svg path,.btn.secondary:focus svg path,.btn.secondary:hover svg path{stroke:#fff;color:#fff}.btn.is-blue{color:#fff;background:#5f259f;border-radius:25px;width:fit}.btn.is-blue *{color:#fff}.btn.is-blue:active,.btn.is-blue:focus,.btn.is-blue:hover{text-decoration:none;background:#9a55bf}.btn.is-blue:active:active,.btn.is-blue:active:focus,.btn.is-blue:focus:active,.btn.is-blue:focus:focus,.btn.is-blue:hover:active,.btn.is-blue:hover:focus{outline-width:2px;outline-offset:6px}.btn.is-clean{color:#212121;background:#fff}.btn.is-clean svg{color:#5f259f}.btn.is-clean:active,.btn.is-clean:focus,.btn.is-clean:hover{background-color:#f6fafb}.btn.top{display:none;position:fixed;bottom:20px;right:30px;z-index:99;justify-content:center;align-items:center;background:#fff;padding:1rem;width:100px;height:100px;border-radius:50%;text-align:center;border:1px solid #5f259f;transition:width .2s ease-in-out,height .2s ease-in-out;color:#212121;flex-direction:column}.btn.top .arrow-icon,.btn.top svg{transition:transform .2s ease-in-out .2s;width:50%;height:50%;color:#9a55bf}.btn.top:focus,.btn.top:hover{border-color:none;outline:0;color:#fff}@media(min-width:1039.9px){.btn.is-blue:active .link-arrow,.btn.is-blue:focus .link-arrow,.btn.is-blue:hover .link-arrow{padding-right:0;margin-left:1.5rem;transition:.3s ease-in-out}.btn.top{width:110px;height:110px}.btn.top:focus,.btn.top:hover{background-color:#5f259f;width:130px;height:130px;transition:width .2s,height .2s}.btn.top:focus svg,.btn.top:hover svg{color:#fff;width:60%;height:60%;transition:.4s ease-in-out}}.btn.is-search{display:flex;align-items:center;background-color:#9a55bf;color:#fff}.btn.is-search svg{color:#fff}.btn.is-search:active,.btn.is-search:focus,.btn.is-search:hover{background:#5f259f}.btn:focus{outline:#001a72 auto 1px}.btn:active{outline:0}.btn.is-round{border-radius:50%;aspect-ratio:1/1}.expand-buttons li{padding:0}.collapse .expand-inner-wrapper{padding-top:2rem;padding-bottom:3rem}.button-expand{border:none;margin:0;color:inherit;font:inherit;background:0 0;outline-offset:0;-webkit-appearance:none;-moz-appearance:none;display:inline-block;cursor:pointer;text-align:left;display:flex;width:100%;justify-content:space-between;align-items:center;padding:1.75rem 0}.button-expand-is-small{padding:.75rem}.button-expand h2,.button-expand h3,.button-expand h4{margin-bottom:0}.button-expand .button-arrow{min-width:70px;margin-right:10px;text-align:right}.button-expand .button-arrow span{margin-right:10px}.button-expand .button-arrow svg{font-size:1.5rem}.button-expand .button-text-collapsed{display:inline}.button-expand .button-text-expanded{display:none}.button-expand svg{transition:.2s ease-out}.button-expand.show svg:not(.do-not-rotate),.button-expand[aria-expanded=true] svg:not(.do-not-rotate){transform:rotate(-180deg);transition:.2s ease-out}.button-expand.show .button-text-collapsed,.button-expand[aria-expanded=true] .button-text-collapsed{display:none}.button-expand.show .button-text-expanded,.button-expand[aria-expanded=true] .button-text-expanded{display:inline}.button-expand:active,.button-expand:focus,.button-expand:hover{background-color:rgba(22,115,143,.04)}.list-wrapper{padding-inline-start:0}.list-wrapper .listelement{list-style:none;border-bottom:1px solid #b2b4b2;margin-bottom:0}.list-wrapper .listelement a{padding:10px 0;display:flex;justify-content:space-between;width:100%;align-items:center;text-decoration:none}.list-wrapper .listelement a .link-arrow{display:flex;flex-direction:column;justify-content:center}@media(min-width:1039.9px){.list-wrapper .listelement a .link-arrow{padding-right:1rem;margin-left:.5rem;transition:.3s ease-in-out}.list-wrapper .listelement a:active .link-arrow,.list-wrapper .listelement a:focus .link-arrow,.list-wrapper .listelement a:hover .link-arrow{padding-right:0;margin-left:1.5rem;transition:.3s ease-in-out}}.list-wrapper .listelement a .link-arrow.inline{display:inline-block}.list-wrapper .listelement a .container{margin-right:0;margin-left:0;padding-left:0;padding-right:0;width:100%}.list-wrapper .listelement a svg{flex-shrink:0;color:#001a72}.list-wrapper .listelement a .is-big{font-size:45px}.list-wrapper .listelement a:active,.list-wrapper .listelement a:focus,.list-wrapper .listelement a:hover{background-color:rgba(0,26,114,.0705882353)}.page-list-block:not(:last-child){margin-bottom:3rem}.page-list-block ul{padding-left:0}.page-list-block ul .date{display:block}.pagelistblock{margin-bottom:1.5rem}.page-and-link-list-block .page-and-link-list-title{margin-top:2.5rem;font-size:2rem}.page-and-link-list-block .page-list{display:flex;flex-direction:column;list-style:none;margin:2rem 0!important;padding:0;gap:1rem}@media(min-width:1039.9px){.page-and-link-list-block .page-list{flex-direction:row}}.page-and-link-list-block .page-list .page-list-item{flex:1}.page-and-link-list-block .page-list .page-list-item .page-list-link{display:flex;justify-content:space-between;height:100%;padding:1rem;text-decoration:none;color:#212121;border-radius:25px;border:1px solid #8c9797}.page-and-link-list-block .page-list .page-list-item .page-list-link .page-list-link-date{font-size:16px;font-weight:100}.page-and-link-list-block .page-list .page-list-item .page-list-link .page-list-arrow{align-self:center;padding-right:.5rem;color:#001a72;transition:.3s ease-in-out}.page-and-link-list-block .page-list .page-list-item .page-list-link:focus .page-list-arrow,.page-and-link-list-block .page-list .page-list-item .page-list-link:hover .page-list-arrow{padding-right:0;margin-left:.5rem}.available-positions-block h3{margin-bottom:2rem}.available-positions-block a>div{display:flex;align-items:center}.available-positions-block a>div svg{margin-right:1rem}.available-positions-block .job-position{display:flex;flex-direction:column}.block .baselist-block{margin-bottom:1rem;word-break:break-word}.baselist-block .baselist-block-header{display:flex;flex:1 0 auto;align-items:center;justify-content:flex-start;margin-bottom:1.5rem;font-weight:400}@media(min-width:1039.9px){.page-and-link-list-block .page-list .page-list-item .page-list-link .page-list-arrow{padding-right:1.5rem}.page-and-link-list-block .page-list .page-list-item .page-list-link:focus .page-list-arrow,.page-and-link-list-block .page-list .page-list-item .page-list-link:hover .page-list-arrow{margin-left:1.5rem}.baselist-block .baselist-block-header{justify-content:center;margin-bottom:2.5rem}}.baselist-block .baselist-block-header .h2,.baselist-block .baselist-block-header h2{margin-top:0;font-weight:400;margin-bottom:0}.baselist-block .baselist-block-header svg{margin-right:1rem}.baselist-block .baselist-block-body{margin-bottom:1rem;padding-bottom:1rem}@media(min-width:768px){.is-video .modal-dialog.modal-dialog-centered.modal-lg{max-width:80%!important}.list-wrapper .listelement a{padding:14px 0}.page-and-link-list-block .page-and-link-list-title{font-size:2.5rem}.baselist-block .baselist-block-body{padding-bottom:3rem}.baselist-block .baselist-block-body ul.horizontal-list{margin-bottom:2rem}}.baselist-block .baselist-block-body .card-border{border:1px solid #8c9797}.baselist-block .baselist-block-body ul{padding:0;list-style-type:none}.baselist-block .baselist-block-body ul li{padding:0;list-style-type:none}.baselist-block .baselist-block-body ul li .card{display:flex;width:100%;background-color:#fff;color:#212121;position:relative}.baselist-block .baselist-block-body ul li .card .card-content-wrapper{flex-direction:column;display:flex}@media(min-width:768px){.baselist-block .baselist-block-body ul li .card .card-content-wrapper{flex-direction:row}}@media(min-width:1040px){.baselist-block .baselist-block-body ul li .card .card-content-wrapper{flex-direction:column;flex-grow:1;min-width:1px}}.baselist-block .baselist-block-body ul li .card h2{margin-bottom:1rem}.baselist-block .baselist-block-body ul li .card .card-body{display:flex;justify-content:space-between;flex-grow:1;padding:0}.baselist-block .baselist-block-body ul li .card .card-body .card-content{max-width:900px;width:100%;padding:1rem}@media(min-width:1039.9px){.baselist-block .baselist-block-body ul li .card .card-body .card-content{padding:1.5rem 1rem}}.baselist-block .baselist-block-body .custom-category{margin-top:5%}.baselist-block .baselist-block-body .custom-category li{margin-bottom:.5rem;padding-right:.5rem}.baselist-block .bottom-link-wrapper{display:flex;justify-content:flex-start}@media(min-width:1039.9px){.baselist-block .bottom-link-wrapper{justify-content:center}}.cardlistblock{padding:0!important}.cardlistblock .baselist-block{padding:1rem}@media(min-width:768px){.baselist-block .baselist-block-body ul li .card h2{margin-bottom:1.5rem}.cardlistblock .baselist-block{padding:3rem 1rem}}.card-list-block .baselist-block-body{margin-bottom:0;padding-bottom:1rem}.card-list-block .baselist-block-body .card-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.card-list-block .baselist-block-body .card-list>li{display:flex;flex-basis:1 1 100%;width:100%;margin-bottom:.7rem;border:1px solid rgba(0,26,114,.0705882353)}@media(min-width:768px){.card-list-block .baselist-block-body{padding-bottom:1.5rem}.card-list-block .baselist-block-body .card-list>li{flex-basis:1 1 49.4%;width:49.4%}}.card-list-block .baselist-block-body .card-list>li a{text-decoration:none;height:100%}.card-list-block .baselist-block-body .card-list>li .card-title{color:#0b5b72}@media(min-width:1400px){.baselist-block .baselist-block-body ul li .card .card-body .card-content{padding:1.5rem 2rem}.card-list-block .baselist-block-body .card-list>li .card-title{margin-right:-1rem}}.card-list-block .baselist-block-body .card-list>li h2{margin-bottom:0}.card-list-block .baselist-block-body .card-list>li .card-date{font-size:16px}.card-list-block .baselist-block-body .card-list>li .card-date.include-intro{margin-bottom:1rem;margin-top:.5rem}.card-list-block .baselist-block-body .card-list>li .card-date.no-intro{margin-top:1rem}@media(min-width:1025px){.card-list-block .baselist-block-body .card-list>li{flex-basis:1 1 32.7%;width:32.7%}.card-list-block .baselist-block-body .card-list.card-list-two-columns>li{flex-basis:1 1 49.4%;width:49.4%}}.blue-background{background:#0b5b72;margin-bottom:1rem;padding:3rem 2rem}.blue-background *{color:#fff;background:#0b5b72}.blue-background li{margin-bottom:1rem}.blue-background li .card{background-color:#0b5b72!important;border:none}.blue-background li .card .card-date{font-weight:300}.blue-background li .card .card-body{padding-top:0!important;padding-left:0}.blue-background li .card .card-body .card-content{padding-top:0!important;padding-left:0!important}@media(min-width:576px){.blue-background li .card{border-left:1px solid #539aae}.blue-background li .card .card-body{padding:0 0 0 1rem}.blue-background li .card .card-body .card-content{padding-left:1rem!important}}.horizontal-list-block .horizontal-list{display:block;justify-content:space-between;flex-direction:column;flex:1 0 auto}@media(min-width:1039.9px){.horizontal-list-block .horizontal-list{flex-direction:row;display:flex}}.horizontal-list-block .horizontal-list>li{flex-basis:0;flex-grow:1;flex-shrink:1;margin-bottom:1rem}@media(min-width:768px){.card-list-block .baselist-block-body .card-list>li .card-date.no-intro{margin-top:1.5rem}.horizontal-list-block .horizontal-list>li .card{flex-direction:row}}@media(min-width:1040px){.horizontal-list-block .horizontal-list>li .card{flex-direction:column;height:100%}}.horizontal-list-block .horizontal-list>li .card .card-body{padding:0 1.5rem 2rem}@media(min-width:768px){.horizontal-list-block .horizontal-list>li .card .card-body{padding:2rem}.horizontal-list-block .horizontal-list>li .card a{flex-direction:row;width:100%}}.horizontal-list-block .horizontal-list>li .card .card-body .card-title{margin-bottom:.5rem}.horizontal-list-block .horizontal-list>li .card .card-body .card-content{padding:0}.horizontal-list-block .horizontal-list>li .card .card-body .card-content .pcard-date{margin-bottom:.75rem;font-size:16px}.horizontal-list-block .horizontal-list>li .card a{color:#212121;text-decoration:none}@media(min-width:1040px){.horizontal-list-block .horizontal-list>li .card a{flex-direction:column;height:100%}}.horizontal-list-block .thumbnail{display:flex;justify-content:center;align-items:center;flex:0 0 auto;background-position:center center;background-size:cover;background-repeat:no-repeat;height:260px}@media(min-width:768px){.horizontal-list-block .thumbnail{flex-basis:50%;height:auto}}@media(min-width:1040px){.horizontal-list-block .thumbnail{flex-basis:auto;height:260px}}.horizontal-list-block .video-thumbnail{display:flex;justify-content:center;align-items:center;flex:0 0 auto;background-position:center center;background-size:cover;background-repeat:no-repeat;height:260px;cursor:pointer}@media(min-width:1040px){.horizontal-list-block .video-thumbnail{flex-basis:auto;height:260px}}.horizontal-list-block .video-thumbnail .player-icon-circle{display:flex;justify-content:center;align-items:center;background:#fff;padding:1rem;width:120px;height:120px;border-radius:50%;text-align:center;border:1px solid #5f259f;transition:width .2s,height .2s;color:#5f259f;font-weight:700}.horizontal-list-block .video-thumbnail .player-icon-circle:focus,.horizontal-list-block .video-thumbnail .player-icon-circle:hover{background:#9a55bf;color:#fff;border-color:#0f4f63;outline:0;width:160px;height:160px}.horizontal-list-block .video-thumbnail .player-icon-circle .play-icon{font-size:18px}.are-videos-body li .yellow-seperator{display:none}@media(min-width:1039.9px){.horizontal-list-block .horizontal-list>li .card .card-body{padding:0}.horizontal-list-block .horizontal-list>li{margin-bottom:0;margin-right:.7rem}.horizontal-list-block .horizontal-list>li:last-child{margin-right:0}.horizontal-list-block .video-thumbnail .player-icon-circle .play-icon{font-size:24px}.are-videos-body li .yellow-seperator{display:block;height:35px;width:1px;background:#00a9e0;margin-left:.5rem}.are-videos-body li:last-of-type .yellow-seperator{display:none}}.are-videos-body li .card.is-video{border:none}.are-videos-body li .card.is-video:active,.are-videos-body li .card.is-video:hover{border:none;box-shadow:0}.are-videos-body li .card.is-video .video-card-body{padding:0 1.5rem 3rem}.are-videos-body li .card.is-video .video-card-body .video-card-content{width:auto;padding-right:1rem;padding-left:1rem}.are-videos-body li .card.is-video .video-card-body .video-card-content flex>*{padding-right:1.5rem}.are-videos-body li .card.is-video .video-card-body .video-card-content .yellow-seperator{display:none}.are-videos-body li .card.is-video .video-card-body .video-card-content .card-title{margin-bottom:.5rem}@media(min-width:1039.9px){.are-videos-body li .card.is-video .video-card-body{padding:0 0 1.5rem}.are-videos-body li .card.is-video .video-card-body .video-card-content .card-title{display:flex;justify-content:space-between}}.images-texts-container{width:100%}.images-texts-container .images{position:sticky;height:100vh;top:0}.images-texts-container .images .img,.images-texts-container .images img{position:absolute;width:100%;height:100vh;opacity:0;transition:opacity .5s;-o-object-fit:cover;object-fit:cover;top:0}.images-texts-container .images .fotoby{position:absolute;left:10px;bottom:10px;padding:.5rem;background:rgba(39,38,38,.8);color:#fff;z-index:2;opacity:0;font-size:14px;font-family:Roboto}.images-texts-container .textsonimage{margin-top:-40vh;padding-bottom:60vh}.images-texts-container .textsonimage .text-wrapp{padding-top:80vh;padding-bottom:80vh}.images-texts-container .textsonimage .text-wrapp .text-element{position:absolute;top:60vh;display:flex;justify-content:center}@media(min-width:768px){.images-texts-container .textsonimage .text-wrapp .text-element{justify-content:flex-start;margin-left:4rem;width:90%}}.images-texts-container .textsonimage .text-wrapp .text-element .texton-image{background:#fff;padding:1.5rem 1.25rem 2.5rem;color:#212121;font-family:Roboto;line-height:1.5em;letter-spacing:.012em;word-spacing:.016em;max-width:90%;height:auto;font-size:16px;display:flex;align-content:space-between;justify-content:center;flex-direction:column}@media(min-width:768px){.images-texts-container .textsonimage .text-wrapp .text-element .texton-image{max-width:720px;padding:2.5rem;font-size:22px;justify-content:unset}}.images-texts-container .textsonimage .text-wrapp .text-element .dark-background{background:#1f2933;color:#fff}.images-texts-container .textsonimage .text-wrapp .text-element .has-quote-wrap{flex-direction:column;text-align:center;font-size:20px;font-family:Montserrat,sans-serif}@media(min-width:768px){.images-texts-container .textsonimage .text-wrapp .text-element .has-quote-wrap{font-size:25px;flex-direction:column;text-align:left}}.images-texts-container .textsonimage .text-wrapp .text-element .has-quote-container{display:flex;flex-direction:column}@media(min-width:768px){.images-texts-container .textsonimage .text-wrapp .text-element .has-quote-container{flex-direction:row}}.images-texts-container .textsonimage .text-wrapp .text-element .has-quote-icon{width:50px;height:50px;display:flex!important;align-items:center;align-self:center;margin-bottom:1rem}@media(min-width:768px){.images-texts-container .textsonimage .text-wrapp .text-element .has-quote-icon{margin-right:.75rem;margin-bottom:0;align-items:unset;align-self:unset}}.images-texts-container .textsonimage .text-wrapp .text-element .has-quote-icon svg{width:50px;height:50px}.images-texts-container .textsonimage .text-wrapp .text-element .has-quote-by{font-size:14px;display:flex!important;justify-content:center;padding-top:1.5rem;text-transform:uppercase;word-spacing:.3em;letter-spacing:.22em}@media(min-width:768px){.images-texts-container .textsonimage .text-wrapp .text-element .has-quote-by{margin-left:.75rem;padding-left:50px;justify-content:left}.images-texts-container .textsonimage .text-wrapp:nth-child(even) .text-element{justify-content:flex-end;margin-right:4rem;margin-left:0}}.h1-special,.h1-special *{font-size:1.625rem;display:flex;justify-content:center;flex-direction:column;text-align:center;font-family:Montserrat;padding:.5rem 2rem;letter-spacing:.012em;word-spacing:.016em;margin-top:3rem;margin-bottom:3rem;font-weight:800;color:#1f2933}.h2-line-svg{width:150px;margin-top:3rem}@media(min-width:768px){.h1-special,.h1-special *{font-size:4.125rem;text-align:center;margin-top:3rem;line-height:4.5rem}.h2-line-svg{width:500px;margin-top:5em}}.h2-line-svg .animline{fill:none;stroke:#d3d3d3;stroke-width:2}.component{margin-top:5rem;margin-bottom:5rem}.image .photographer{border-top:1px solid #001a72;width:250px}.regulation-wrapper .search-input{height:auto;max-width:400px}.regulation-wrapper .guideline-common-chapter-text{color:#707070;padding-top:1rem;padding-bottom:1.5rem;font-style:italic}.regulation-wrapper * li{margin-bottom:0}.regulation-wrapper ul.regulations-nav{margin:0;padding:1rem 0 0;list-style-type:none}.regulation-wrapper ul.regulations-nav li{display:block}.regulation-wrapper ul.regulations-nav li a{display:flex;padding:1rem 0;border-bottom:3px solid #dee2e6}.regulation-wrapper ul.regulations-nav li a *{font-weight:400}.regulation-wrapper ul.regulations-nav li a:hover{border-color:#9a55bf;text-decoration:none}.regulation-wrapper ul.regulations-nav li a.is-selected{border-color:#9a55bf}.regulation-wrapper ul.regulations-nav li a.is-selected *{font-weight:500}.regulation-wrapper ul.regulations-nav li h3,.regulation-wrapper ul.regulations-nav li h4{margin-bottom:0}.regulation-wrapper .regulation-content{width:100%;margin:0 auto}.regulation-wrapper .regulation-content .disclaimer-box{background-color:#e5bd59;padding:1rem}.regulation-wrapper .regulation-content .disclaimer-box p{margin:0}.regulation-wrapper .regulation-content>ul .ptil-kapittel:first-letter{text-transform:uppercase}.regulation-wrapper .regulation-content>ul .chaptersection .paragraph{margin-bottom:3.5rem;margin-top:2rem}.regulation-wrapper .regulation-content>ul .chaptersection .paragraph-header{justify-content:space-between;margin-bottom:1.5rem;border-bottom:1px solid #539aae;padding-bottom:1rem;display:block}.regulation-wrapper .regulation-content>ul .chaptersection .paragraph-header-title{flex:1}@media(min-width:768px){.regulation-wrapper .regulation-content{width:740px;margin:0}.regulation-wrapper .regulation-content>ul .chaptersection{padding:0 2rem}.regulation-wrapper .regulation-content>ul .chaptersection .paragraph-header{display:flex}.regulation-wrapper .regulation-content>ul .chaptersection .paragraph-header-title{margin:0}}.regulation-wrapper .regulation-content>ul a:not(.is-blue){color:#001a72;font-weight:550;text-decoration:underline}.regulation-wrapper .regulation-content>ul a:not(.is-blue):active,.regulation-wrapper .regulation-content>ul a:not(.is-blue):focus,.regulation-wrapper .regulation-content>ul a:not(.is-blue):hover{color:#11586e;background:#f6fafb}.regulation-wrapper .regulation-content .fieldset-wrapper-topcorner-inner-buttons-radbut{border-radius:5px}.regulation-wrapper .list-button-close{display:flex;align-items:center;background:0 0;width:100%;flex-direction:column}.regulation-wrapper .list-button-close *>svg{color:#9a55bf}.regulation-wrapper h2.kap_num{display:block;float:left;padding-right:15px;width:100%}.regulation-wrapper .kap_text{display:block;float:left}.regulation-wrapper h3.par_num{display:block;float:left;padding-right:15px;width:100%}.regulation-wrapper .par_text{display:block;float:left}.regulation-wrapper #forskrift{display:grid}.regulation-wrapper .regelverk-ledd{text-indent:1.5rem}.regulation-wrapper .ptil-regelverk-kapittel-ledd,.regulation-wrapper .ptil-regelverk-ledd{text-indent:1.5rem;margin-bottom:3px}.regulation-wrapper .ptil-regelverk-kapittel-ledd a,.regulation-wrapper .ptil-regelverk-ledd a{font-weight:500}.regulation-wrapper .kapittel,.regulation-wrapper .paragraf{width:100%;text-align:center}.regulation-wrapper p.ptil-tablecell-p{margin-bottom:0}.regulation-wrapper .ledd{width:100%}.regulation-wrapper ol.ptil-regelverk-list-level-1{counter-reset:listlevel1;margin-top:0;margin-bottom:0;padding-left:0}.regulation-wrapper ol.ptil-regelverk-list-level-1>li{list-style:none;position:relative}.regulation-wrapper ol.ptil-regelverk-list-level-1>li:before{position:absolute;left:-1.4em}.regulation-wrapper ol.ptil-regelverk-list-level-1.number-parentesis>li:before,.regulation-wrapper ol.ptil-regelverk-list-level-1.number-period>li:before{counter-increment:listlevel1;content:counter(listlevel1,decimal) ") "}.regulation-wrapper ol.ptil-regelverk-list-level-1.lowerletter-parentesis>li:before{counter-increment:listlevel1;content:counter(listlevel1,lower-alpha) ") "}.regulation-wrapper ol.ptil-regelverk-list-level-1.lowerletter-period>li:before{counter-increment:listlevel1;content:counter(listlevel1,lower-alpha) ". "}.regulation-wrapper ol.ptil-regelverk-list-level-1.lowerroman-parentesis>li:before{counter-increment:listlevel1;content:counter(listlevel1,lower-roman) ") "}.regulation-wrapper ol.ptil-regelverk-list-level-1.lowerroman-period>li:before{counter-increment:listlevel1;content:counter(listlevel1,lower-roman) ". "}.regulation-wrapper ol.ptil-regelverk-list-level-1.bullet-dash>li:before{counter-increment:listlevel1;content:"-"}.regulation-wrapper ol.ptil-regelverk-list-level-1.bullet-period>li:before{counter-increment:listlevel1;content:"•"}.regulation-wrapper ol.ptil-regelverk-list-level-2{counter-reset:listlevel2;margin-top:0;margin-bottom:0;padding-left:32px}.regulation-wrapper ol.ptil-regelverk-list-level-2>li{list-style:none;position:relative}.regulation-wrapper ol.ptil-regelverk-list-level-2>li:before{position:absolute;left:-1.4em}.regulation-wrapper ol.ptil-regelverk-list-level-2.number-parentesis>li:before,.regulation-wrapper ol.ptil-regelverk-list-level-2.number-period>li:before{counter-increment:listlevel2;content:counter(listlevel2,decimal) ") "}.regulation-wrapper ol.ptil-regelverk-list-level-2.lowerletter-parentesis>li:before{counter-increment:listlevel2;content:counter(listlevel2,lower-alpha) ") "}.regulation-wrapper ol.ptil-regelverk-list-level-2.lowerletter-period>li:before{counter-increment:listlevel2;content:counter(listlevel2,lower-alpha) ". "}.regulation-wrapper ol.ptil-regelverk-list-level-2.lowerroman-parentesis>li:before{counter-increment:listlevel2;content:counter(listlevel2,lower-roman) ") "}.regulation-wrapper ol.ptil-regelverk-list-level-2.lowerroman-period>li:before{counter-increment:listlevel2;content:counter(listlevel2,lower-roman) ". "}.regulation-wrapper ol.ptil-regelverk-list-level-2.bullet-dash>li:before{counter-increment:listlevel2;content:"-"}.regulation-wrapper ol.ptil-regelverk-list-level-2.bullet-period>li:before{counter-increment:listlevel2;content:"•"}.regulation-wrapper ol.ptil-regelverk-list-level-3{counter-reset:listlevel3}.regulation-wrapper ol.ptil-regelverk-list-level-3>li{list-style:none;position:relative}.regulation-wrapper ol.ptil-regelverk-list-level-3>li:before{position:absolute;left:-1.4em}.regulation-wrapper ol.ptil-regelverk-list-level-3.number-parentesis>li:before,.regulation-wrapper ol.ptil-regelverk-list-level-3.number-period>li:before{counter-increment:listlevel3;content:counter(listlevel3,decimal) ") "}.regulation-wrapper ol.ptil-regelverk-list-level-3.lowerletter-parentesis>li:before{counter-increment:listlevel3;content:counter(listlevel3,lower-alpha) ") "}.regulation-wrapper ol.ptil-regelverk-list-level-3.lowerletter-period>li:before{counter-increment:listlevel3;content:counter(listlevel3,lower-alpha) ". "}.regulation-wrapper ol.ptil-regelverk-list-level-3.lowerroman-parentesis>li:before{counter-increment:listlevel3;content:counter(listlevel3,lower-roman) ") "}.regulation-wrapper ol.ptil-regelverk-list-level-3.lowerroman-period>li:before{counter-increment:listlevel3;content:counter(listlevel3,lower-roman) ". "}.regulation-wrapper ol.ptil-regelverk-list-level-3.bullet-dash>li:before{counter-increment:listlevel3;content:"-"}.regulation-wrapper ol.ptil-regelverk-list-level-3.bullet-period>li:before{counter-increment:listlevel3;content:"•"}.regulation-wrapper ol.ptil-regelverk-list-level-4{counter-reset:listlevel4}.regulation-wrapper ol.ptil-regelverk-list-level-4>li{list-style:none;position:relative}.regulation-wrapper ol.ptil-regelverk-list-level-4>li:before{position:absolute;left:-1.4em}.regulation-wrapper ol.ptil-regelverk-list-level-4.number-parentesis>li:before,.regulation-wrapper ol.ptil-regelverk-list-level-4.number-period>li:before{counter-increment:listlevel4;content:counter(listlevel4,decimal) ") "}.regulation-wrapper ol.ptil-regelverk-list-level-4.lowerletter-parentesis>li:before{counter-increment:listlevel4;content:counter(listlevel4,lower-alpha) ") "}.regulation-wrapper ol.ptil-regelverk-list-level-4.lowerletter-period>li:before{counter-increment:listlevel4;content:counter(listlevel4,lower-alpha) ". "}.regulation-wrapper ol.ptil-regelverk-list-level-4.lowerroman-parentesis>li:before{counter-increment:listlevel4;content:counter(listlevel4,lower-roman) ") "}.regulation-wrapper ol.ptil-regelverk-list-level-4.lowerroman-period>li:before{counter-increment:listlevel4;content:counter(listlevel4,lower-roman) ". "}.regulation-wrapper ol.ptil-regelverk-list-level-4.bullet-dash>li:before{counter-increment:listlevel4;content:"-"}.regulation-wrapper ol.ptil-regelverk-list-level-4.bullet-period>li:before{counter-increment:listlevel4;content:"•"}.regulation-wrapper .ptil-regelverk-kapittel-ledd{text-align:left}.regulation-wrapper h2.ref-header{text-align:center}ul.custom-category li{font-weight:500;color:#15100d;padding-right:.5rem;border-right:3px solid #00a9e0}.custom-list .custom-list-item{animation:.4s slide-up}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.list-third-submenu{border:1px solid #00f}.list-third-submenu li.list-button-close{display:flex;justify-content:center}.list-button-close{display:flex;align-items:center;background:0 0;border:none;width:100%;flex-direction:column;padding-top:1rem}.list-button-close *>svg{color:#9a55bf;margin-right:0!important}.l-menu.regulate{max-width:740px}@media(min-width:1250px){.l-menu.regulate{border:none!important}}.field-category-container{display:flex;justify-content:space-between;align-items:center}.field-category-container .list-inline{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.field-category-container .list-inline-item{margin:0!important;flex-basis:auto!important;border-right:none;font-weight:500;padding-right:.5rem;border-left:3px solid transparent}.field-category-container .list-inline-item span{font-family:Montserrat;font-size:16px;color:#15100d;font-weight:600;margin-left:5px;width:-moz-max-content;width:max-content;display:block}.field-category-container .list-inline-item.blue{border-color:#00a9e0}.field-category-container .list-inline-item.purple{border-color:#9a55bf}.watermark{color:#000e3f;display:flex;justify-content:center;align-items:center}.watermark .watermark-circle{height:2.5rem;width:2.5rem;display:flex;justify-content:center;align-items:center;font-size:1rem;background:#e3f8ff;margin-right:.5rem;border-radius:50%}.watermark .watermark-circle.is-small{height:2.5rem;width:2.5rem}.watermark .watermark-circle i,.watermark .watermark-circle svg{display:flex;align-items:center;font-size:1.25rem}.navigation-header-back{display:flex;width:-moz-fit-content;width:fit-content;font-family:Montserrat,Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";justify-content:flex-start;padding:0 1rem .75rem}.navigation-header-back .watermark{display:inline-block}.navigation-header-back .watermark-circle{margin-right:.15rem}.navigation-header-back .watermark-circle i,.navigation-header-back .watermark-circle svg{font-size:1rem}@keyframes fadeInOpacity{0%{opacity:0}100%{opacity:1}}.announcement-popup{display:none;flex:0 0 100%;width:100%;opacity:0;position:fixed;bottom:200px;z-index:1050}@media(min-width:768px){.watermark .watermark-circle{height:3.125rem;width:3.125rem}.announcement-popup{width:60%;right:30px}}@media(min-width:992px){.announcement-popup{width:40%}}@media(min-width:1200px){.announcement-popup{width:30%}}@media(min-width:1400px){.announcement-popup{width:25%}}.announcement-popup.show{display:block!important;opacity:1;animation-name:fadeInOpacity;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:.7s}.announcement-popup .popup-window-container{padding-right:24px;padding-left:24px;width:100%}.announcement-popup .popup-window-container .popup-window{background-color:#fff;border:1px solid #16738f;border-radius:10px;padding:1.5rem}.announcement-popup .popup-window-container .popup-window .popup-window-close-btn{background:0 0;border:none}.announcement-popup .popup-window-container .popup-window .popup-window-title{border-bottom:1px solid #539aae}.epi-topimage-video{cursor:pointer}.epi-topimage-video .video-player-main-image{display:flex;justify-content:center;align-items:center}.epi-topimage-video .video-player-main-image .player-icon-circle{display:flex;justify-content:center;align-items:center;background:#fff;padding:1rem;width:120px;height:120px;border-radius:50%;text-align:center;border:1px solid #5f259f;transition:width .2s,height .2s;color:#5f259f;font-weight:700}.epi-topimage-video .video-player-main-image .player-icon-circle:focus,.epi-topimage-video .video-player-main-image .player-icon-circle:hover{background:#9a55bf;color:#fff;border-color:#0f4f63;outline:0;width:160px;height:160px}.epi-topimage-video .video-player-main-image .player-icon-circle .play-icon{font-size:18px}.theme-exploration-page-banner .navigation{margin-bottom:1rem}.theme-exploration-page-banner .navigation .l-menu-link path{stroke:#9a55bf;stroke-width:40px}.theme-exploration-page-banner .theme-exploration-container{display:flex;flex-wrap:wrap;gap:10px}@media(max-width:767.98px){.theme-exploration-page-banner [data-toggle=collapse]+#theme-navigation-collapse{background-color:#fff;border:1px solid #000}.theme-exploration-page-banner .theme-exploration-container{padding:10px}}.theme-exploration-page-banner .theme-selection-buttons{text-decoration:none;display:flex;padding:.5rem 1rem;background:#fff;color:#000;border:1px solid #9a55bf;border-radius:25px}.theme-exploration-page-banner .theme-selection-buttons:active,.theme-exploration-page-banner .theme-selection-buttons:focus,.theme-exploration-page-banner .theme-selection-buttons:hover{text-decoration:none;background:#5f259f;color:#fff!important}.theme-exploration-page-banner .theme-selection-buttons:active:active,.theme-exploration-page-banner .theme-selection-buttons:active:focus,.theme-exploration-page-banner .theme-selection-buttons:focus:active,.theme-exploration-page-banner .theme-selection-buttons:focus:focus,.theme-exploration-page-banner .theme-selection-buttons:hover:active,.theme-exploration-page-banner .theme-selection-buttons:hover:focus{outline-offset:6px}.theme-exploration-page-banner .theme-selection-buttons-selected{background:#9a55bf;color:#fff}.theme-exploration-page-banner .theme-selection-buttons-selected *{color:#fff;stroke:#fff;stroke-width:40px;font-weight:600}.theme-exploration-page-banner .theme-selection-buttons-none-selected{background:#fff;color:#000;border:1px solid #000}.theme-exploration-page-banner .theme-selection-buttons-none-selected *{color:#000}.event-list-promoted{padding:1rem 0;margin:68px 0 16px}.event-list-promoted .header-box{margin-bottom:0}.event-list-promoted .event-list-promoted-title{text-align:center}@media(max-width:1024.98px){.event-list-promoted{margin-top:48px}.event-list-promoted .event-list-promoted-title{margin:0}.event-list-promoted .events{display:flex!important;flex-direction:row;gap:10px!important}.event-list-promoted .events li{width:100%}}.event-list-promoted .card-content{display:flex;flex-direction:column;justify-content:space-between;padding:20px}.event-list-promoted .card-content .field-category-container .link-arrow svg{font-size:2em}.event-list-promoted .single-link{margin:0 auto}.event-list-promoted-link{border:1px solid #001a72;font-size:1.15rem;display:flex;padding:.75rem .3rem .75rem 1.1rem;justify-content:space-between;text-decoration:none;border-radius:25px}.event-list-promoted-link-text{color:#212121}@media(min-width:1039.9px){.epi-topimage-video .video-player-main-image .player-icon-circle .play-icon{font-size:24px}.event-list-promoted-link:active .link-arrow,.event-list-promoted-link:focus .link-arrow,.event-list-promoted-link:hover .link-arrow{padding-right:0;margin-left:1.5rem;transition:.3s ease-in-out}}.event-list-promoted-title{font-size:2rem}@media(min-width:768px){.event-list-promoted-title{font-size:2.5rem}}.event-list-promoted .events{list-style:none;padding:0;margin-bottom:0;display:flex;flex-wrap:wrap;gap:52px;display:grid}.event-list-promoted .events.events--count-1{justify-content:center;grid-template-columns:repeat(3,1fr)}.event-list-promoted .events.events--count-1 li:nth-child(1){grid-column:2/3}.event-list-promoted .events.events--count-2{grid-template-columns:repeat(2,1fr)}.event-list-promoted .events.events--count-2 li:nth-child(1){grid-column:1/2}.event-list-promoted .events.events--count-2 li:nth-child(2){grid-column:2/3}.event-list-promoted .events:not(.events--count-1):not(.events--count-2){grid-template-columns:repeat(3,1fr)}.event-list-promoted .events li{margin:1rem 0}.event-list-promoted .events .event{display:flex;gap:.5rem;flex-direction:column;background-color:#fff;border-radius:25px;padding:20px}.event-list-promoted .events .event:hover .heading{transition:.3s ease-in-out}.event-list-promoted .events .date{color:#5f259f;font-weight:700;font-family:Montserrat;width:-moz-fit-content;width:fit-content;font-size:18px}.event-list-promoted .events .heading{width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #bdbdbd;color:#15100d;font-size:22px;font-weight:500;font-family:Montserrat;padding-bottom:16px}.event-list-promoted .event-list-promoted-link .event-list-promoted-link-text,.event-list-promoted .link-arrow-purple{color:#001a72}.event-list-promoted .events--count-1+.event-list-promoted-link{margin-left:auto;margin-right:auto;display:flex;justify-content:center;width:-moz-fit-content;width:fit-content}