<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.75.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@7.0.2_6jdsrmfenkuhhw3gx4zvjlznce/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.2.0_wwtwmkexlr37dxh2wzoywwd6km/node_modules/sass-loader/dist/cjs.js!./assets/sass/styles.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700);
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.75.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@7.0.2_6jdsrmfenkuhhw3gx4zvjlznce/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.2.0_wwtwmkexlr37dxh2wzoywwd6km/node_modules/sass-loader/dist/cjs.js!./assets/sass/styles.scss (1) ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.m-5{
  margin: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.table-caption{
  display: table-caption;
}
.table-cell{
  display: table-cell;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.h-\[500px\]{
  height: 500px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-full{
  width: 100%;
}
.shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-2\.5{
  row-gap: 0.625rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.overflow-hidden{
  overflow: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.border{
  border-width: 1px;
}
.bg-secondary{
  background-color: rgb(var(--secondary-color-tw));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-5{
  padding: 1.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pl-5{
  padding-left: 1.25rem;
}
.text-center{
  text-align: center;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-button{
  color: rgb(var(--button-color-tw));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!invert{
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 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, .wp-block-button .wp-block-button__link, input[type=submit],
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  z-index: 1;
}
select::-ms-expand {
  display: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, .wp-block-button .wp-block-button__link, input[type=submit],
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, .wp-block-button .wp-block-button__link, input[type=submit],
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, .wp-block-button .wp-block-button__link, input[type=submit],
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .wp-block-button .wp-block-button__link::-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, .wp-block-button .wp-block-button__link:-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 */
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/**
 * 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;
}

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@keyframes slideleft {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
@keyframes slideright {
  from {
    left: -100%;
  }
  to {
    left: 0%;
  }
}
@keyframes opacity {
  from {
    opacity: 0%;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
.darkgrey {
  color: #3e3e3e;
}

.lightgrey {
  color: #8f8f8f;
}

.shinyGrey {
  color: #d1d1d1;
}

.button-color {
  color: var(--button-color, var(--secondary-color));
}

body {
  font-family: var(--font, "Roboto");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.title-1, .article-content h2, h1 {
  color: var(--title-color);
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0px;
  font-family: var(--font, "Roboto");
  font-weight: 700;
}
@media (min-width: 1024px) {
  .title-1, h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

.title-2, h2 {
  color: var(--title-color);
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: var(--font, "Roboto");
  font-weight: 700;
}
@media (min-width: 1024px) {
  .title-2, h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.h2 {
  font-size: 18px;
  line-height: 22px;
  color: white;
}
@media (min-width: 1024px) {
  .h2 {
    font-size: 22px;
    line-height: 24px;
  }
}

.title-3, h3 {
  color: var(--title-color);
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-family: var(--font, "Roboto");
  font-weight: 700;
}
@media (min-width: 1024px) {
  .title-3, h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

.text, .faq_item .faq_content {
  color: #3e3e3e;
  font-size: var(--font-size, 16px);
  line-height: var(--line-height, 24px);
  letter-spacing: 0px;
  font-family: var(--font, "Roboto");
}
.text p, .faq_item .faq_content p {
  color: #3e3e3e;
  margin-bottom: 1.25rem;
}
.text p:last-child, .faq_item .faq_content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .text, .faq_item .faq_content {
    font-size: var(--font-size, 16px);
    line-height: var(--line-height, 24px);
  }
}
.text.small, .faq_item .small.faq_content {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .text.small, .faq_item .small.faq_content {
    font-size: 16px;
    line-height: 20px;
  }
}
.text.color-secondary, .faq_item .color-secondary.faq_content {
  color: var(--secondary-color);
}
.text.color-secondary p, .faq_item .color-secondary.faq_content p {
  color: var(--secondary-color);
}

.bold,
strong,
b {
  font-family: var(--font, "Roboto");
  font-weight: 700;
}

i {
  font-family: var(--font, "Roboto");
  font-style: italic;
}

.mentions {
  font-size: 18px;
  line-height: 22px;
}

.alert,
.text .alert,
.faq_item .faq_content .alert {
  color: red;
}
.alert a,
.text .alert a,
.faq_item .faq_content .alert a {
  color: red;
}

.icon.icon-pdf .color1 {
  fill: var(--icon-fill-color, white);
  transition: fill 0.3s;
}
.icon.icon-pdf .color2 {
  fill: var(--button-color, #9b87e0);
  transition: fill 0.3s;
}
.icon.icon-filter path {
  stroke: var(--icon-fill-color, white);
  transition: stroke 0.3s;
}

button, .wp-block-button .wp-block-button__link, input[type=submit], .custom.button{
  text-decoration:inherit;
  padding: 10px 25px;
  background-color: var(--button-color);
  color: white;
  border-radius: 5px;
  border: 1px solid var(--button-color);
  transition: background 0.3s;
  cursor: pointer;
  font-family: var(--font, "Roboto");
  width: 100%;
}

.custom.button:hover{
  background-color: white;
  border-radius: 5px;
  border: 1px solid var(--button-color);
  transition: background 0.3s;
}
@media (min-width: 1024px) {
  button, .wp-block-button .wp-block-button__link, input[type=submit] {
    width: -moz-max-content;
    width: max-content;
  }
}
button a, .wp-block-button .wp-block-button__link a, input[type=submit] a,
button a:visited {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 18px;
  font-family: var(--font, "Roboto");
}
button:hover, .wp-block-button .wp-block-button__link:hover, input[type=submit]:hover {
  background-color: white;
  border: 1px solid var(--button-color);
  transition: background 0.3s;
  color: var(--link-hover-color);
}
button:hover a, .wp-block-button .wp-block-button__link:hover a, input[type=submit]:hover a {
  color: var(--link-hover-color);
}
button:hover .icon, .wp-block-button .wp-block-button__link:hover .icon, input[type=submit]:hover .icon {
  --icon-fill-color: var(--button-color);
}
button.btn-play, .wp-block-button .btn-play.wp-block-button__link, input.btn-play[type=submit] {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--button-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
button.btn-play svg path, .wp-block-button .btn-play.wp-block-button__link svg path, input.btn-play[type=submit] svg path {
  fill: white;
}
button.btn-play:hover svg path, .wp-block-button .btn-play.wp-block-button__link:hover svg path, input.btn-play[type=submit]:hover svg path {
  fill: var(--link-hover-color);
}
button.btn-filters, .wp-block-button .btn-filters.wp-block-button__link, input.btn-filters[type=submit] {
  padding-block: 15px;
}
button.btn-secondary, .wp-block-button .btn-secondary.wp-block-button__link, input.btn-secondary[type=submit] {
  background-color: white;
  font-size: 18px;
  line-height: 18px;
  color: #3e3e3e;
}
button.btn-secondary a, .wp-block-button .btn-secondary.wp-block-button__link a, input.btn-secondary[type=submit] a,
button.btn-secondary a:visited {
  color: #3e3e3e;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
nav ul li {
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  font-size: 16px;
  line-height: 16px;
  color: #3e3e3e;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 1024px) {
  nav ul li a,
  nav ul li a:visited {
    font-size: 18px;
    line-height: 18px;
  }
}
nav ul li:hover .sub-menu {
  display: flex;
}
nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  padding: 20px;
  background-color: var(--background-color);
  width: 210px;
  flex-flow: column;
  align-items: flex-start;
  gap: 20px;
}

.menu-mobile-container {
  z-index: 1;
  background-color: var(--background-color);
}
@media (min-width: 1024px) {
  .menu-mobile-container {
    display: none;
  }
}

footer nav ul {
  justify-content: center;
  display: block;
  text-align: center;
}
footer nav ul li {
  display: inline-flex;
  align-items: center;
}
footer nav ul li:after {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  margin: 0 10px;
  background-color: white;
}
footer nav ul li:last-child {
  margin-right: 0px;
}
footer nav ul li:last-child:after {
  display: none;
}
footer nav ul li a,
footer nav ul li a:visited {
  font-size: 16px;
  line-height: 16px;
  color: white;
}

.menu-mobile {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
  margin-top: 10px;
  margin-bottom: 40px;
}
.menu-mobile ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  gap: 20px;
}
.menu-mobile ul li {
  display: block;
  border-top: 1px solid #d1d1d1;
  width: 100%;
  padding-top: 20px;
}
.menu-mobile ul li a {
  color: #3e3e3e;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding-left: 20px;
  display: block;
}
.menu-mobile ul .sub-menu {
  position: relative;
  display: flex;
  top: 0;
  background-color: transparent;
  width: 100%;
}
.menu-mobile ul .sub-menu li {
  border: none;
  padding: 0;
}
.menu-mobile ul .sub-menu li a {
  font-size: 18px;
  line-height: 22px;
  color: #3e3e3e;
  font-weight: 300;
}

.wp-block-image {
  width: 100%;
  margin: 0;
}
.wp-block-image img {
  width: 100%;
}

.wp-block-image figcaption {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}

.article-content h2 {
  padding-bottom: 20px;
}
.article-content ul {
  list-style-type: disc;
}
.article-content ul li {
  margin-left: 10px;
}

.wp-block-quote,
.wp-block-pullquote {
  margin-block: 40px;
}
.wp-block-quote p,
.wp-block-pullquote p {
  font-size: 32px;
  line-height: 40px;
  font-style: italic;
}
.wp-block-quote cite,
.wp-block-pullquote cite {
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
}

.wp-block-pullquote {
  border-top: 3px solid #3e3e3e;
  border-bottom: 3px solid #3e3e3e;
}

.premium-small {
  display: flex;
  text-decoration: none;
  padding-top: 2.5rem;
  border-top: 1px solid #d1d1d1;
  flex-flow: column;
  box-sizing: border-box;
}
.premium-small .thumbnail {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.premium-small .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}
.premium-small .thumbnail .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-27px, -27px, 0);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--button-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background-color 0.3s;
}
.premium-small .thumbnail .btn svg {
  width: 30px;
}
.premium-small .thumbnail .btn svg path {
  fill: white;
  transition: fill 0.3s;
}
.premium-small .thumbnail .btn:hover {
  background-color: white;
  transition: background-color 0.3s;
}
.premium-small .thumbnail .btn:hover svg path {
  fill: var(--link-hover-color);
  transition: fill 0.3s;
}
.premium-small .premium-title {
  font-size: 18px;
  line-height: 22px;
  font-family: var(--font, "Roboto");
  color: #3e3e3e;
  font-weight: 700;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.premium-small .premium-text {
  font-size: 18px;
  line-height: 22px;
  font-family: var(--font, "Roboto");
  color: #3e3e3e;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.premium-small.premium-podcast .thumbnail .btn {
  background-color: var(--secondary-color);
  transition: background-color 0.3s;
}
.premium-small.premium-podcast .thumbnail .btn:hover {
  background-color: white;
  transition: background-color 0.3s;
}
.premium-small.premium-content .premium-title {
  font-size: 24px;
  line-height: 28px;
  color: var(--secondary-color);
}

.premium-list {
  box-sizing: border-box;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
}
@media (min-width: 1024px) {
  .premium-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 32%));
  }
}
.premium-list .premium-small {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .premium-list .premium-small {
    flex-basis: 49%;
  }
}
@media (min-width: 1024px) {
  .premium-list .premium-small {
    flex-basis: 33%;
    min-height: 330px;
    gap: 10px;
  }
}
.premium-list .premium-small .thumbnail {
  aspect-ratio: 162/108;
}
@media (min-width: 1024px) {
  .premium-list .premium-small .thumbnail {
    aspect-ratio: 410/272;
  }
}
.premium-list .premium-small .thumbnail img {
  width: 100%;
}
.premium-list .premium-small button, .premium-list .premium-small input[type=submit], .premium-list .premium-small .wp-block-button .wp-block-button__link, .wp-block-button .premium-list .premium-small .wp-block-button__link {
  width: 100%;
}

.shortlist .premium-list .premium-small {
  display: none;
}
.shortlist .premium-list .premium-small:first-child {
  display: flex;
}
@media (min-width: 768px) {
  .shortlist .premium-list .premium-small {
    display: flex;
  }
  .shortlist .premium-list .premium-small:last-child {
    display: none;
  }
}
@media (min-width: 1024px) {
  .shortlist .premium-list .premium-small:last-child {
    display: flex;
  }
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3e3e3e;
  opacity: 1; /* Firefox */
  font-family: var(--font, "Roboto");
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3e3e3e;
  opacity: 1; /* Firefox */
  font-family: var(--font, "Roboto");
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3e3e3e;
  font-family: var(--font, "Roboto");
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3e3e3e;
  font-family: var(--font, "Roboto");
}

textarea {
  padding: 20px;
}

input[type=text] {
  border: 1px solid var(--button-color);
  padding: 20px 25px;
  color: #3e3e3e;
  background-color: #ffffff;
  border-radius: 5px;
  font-family: var(--font, "Roboto");
  font-size: 18px;
  line-height: 22px;
}

input[type=checkbox] {
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

.checkbox-div input[type=checkbox] {
  visibility: hidden;
}

.checkbox-div {
  width: 20px;
  height: 20px;
  background: white;
  position: relative;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}

.checkbox-div label {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-5px, -5px, 0px);
  background-color: white;
}

.checkbox-div input[type=checkbox]:checked + label {
  background-color: var(--button-color);
}

.comment {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border: 1px solid rgba(200, 200, 200, 0.3);
  border-radius: 5px;
  list-style-type: none;
}
.comment .comment-author {
  font-size: 18px;
  line-height: 16px;
  font-weight: 700;
  font-family: var(--font, "Roboto");
}
.comment .comment-date {
  color: #8f8f8f;
  font-size: 18px;
  line-height: 16px;
  font-weight: 300;
  font-family: var(--font, "Roboto");
}
.comment .comment-text p {
  color: #3e3e3e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-family: var(--font, "Roboto");
}
.comment.depth-2, .comment.depth-3, .comment.depth-4, .comment.depth-5 {
  margin-top: 20px;
}

#comments .comment-respond .comment-reply-title {
  padding-block: 10px;
}
#comments .comment-respond .logged-in-as {
  display: none;
}
#comments .comment-respond .comment-form-comment {
  border: 1px solid var(--button-color);
  border-radius: 5px;
  background-color: white;
  padding: 1px;
  line-height: 0;
}
#comments .comment-respond .form-submit {
  padding-block: 10px;
}
#comments .comment-respond .form-submit input[type=submit] {
  width: 100%;
}
@media (min-width: 768px) {
  #comments .comment-respond .form-submit input[type=submit] {
    width: -moz-max-content;
    width: max-content;
  }
}

.faq_item {
  cursor: pointer;
}
.faq_item .faq_title {
  font-size: 21px;
  line-height: 1.8em;
  font-weight: 700;
}
.faq_item .faq_title.dashicons-before:before {
  font-size: 30px;
  margin-right: 0px;
  width: 30px;
  height: 30px;
}
.faq_item .faq_content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s, opacity 0.3s;
}
.faq_item .arrow {
  transform-origin: center;
  transform: rotateZ(0deg);
}
.faq_item.selected .faq_content {
  opacity: 1;
  height: auto;
  max-height: 9999px;
  transition: max-height 0.5s, opacity 0.3s;
}
.faq_item.selected .arrow {
  transform: rotateZ(180deg);
}

.faq-result .item-content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.faq-result .item-content p:last-child {
  margin-bottom: 0;
}
.faq-result .item-content p a {
  font-size: 16px;
  line-height: 22px;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.faq-list .item .item-title .arrow {
  display: flex;
  background-color: #dddddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.faq-list .item .item-title .arrow span {
  display: block;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotateZ(-45deg);
  transition: transform 0.3s ease-in-out;
}
.faq-list .item .item-title.selected .arrow span {
  transform: rotateZ(45deg);
  transition: transform 0.3s ease-in-out;
}

.forminator-dropdown--default {
  background-color: white !important;
  margin-top: 45px !important;
}

.ui-datepicker.forminator-calendar--default {
  background-color: white !important;
}

.video-iframe iframe {
  aspect-ratio: 16/9;
}

.podcast-iframe iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

#library .filterslist {
  display: none;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1;
}
@media (min-width: 1024px) {
  #library .filterslist {
    position: absolute;
    left: 0;
    top: 62px;
    right: 0;
    bottom: unset;
    width: auto;
    height: 60vh;
    overflow: auto;
    border: 1px solid var(--button-color);
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
#library .filterslist.visible {
  display: block;
}
#library .filterslist .type {
  color: #3e3e3e;
  font-size: 18px;
  line-height: 22px;
}
#library .filterslist .item {
  color: #3e3e3e;
  font-size: 18px;
  line-height: 22px;
  padding-left: 20px;
}
#library .filterslist .close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#library .filterslist .close:hover svg {
  width: 100%;
}
#library .filterslist .close:hover svg path {
  stroke: var(--button-color);
  transition: stroke 0.3s;
}
#library .filterslist .close svg {
  width: 100%;
}
#library .filterslist .close svg path {
  stroke: #3e3e3e;
  transition: stroke 0.3s;
}
#library .orderlist {
  position: relative;
}
#library .orderlist .order-label {
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
#library .orderlist .order-label:hover {
  text-decoration: underline;
}
#library .orderlist .orders {
  position: relative;
  display: none;
  background-color: white;
  padding: 20px;
  height: 100%;
  max-height: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
  border: 1px solid rgba(200, 200, 200, 0.3);
  border-radius: 5px;
}
@media (min-width: 1024px) {
  #library .orderlist .orders {
    position: absolute;
    top: 40px;
    right: 0px;
    width: -moz-max-content;
    width: max-content;
  }
}
#library .orderlist .orders.visible {
  display: block;
  max-height: 9999px;
}
#library .orderlist .order {
  font-size: 18px;
  line-height: 18px;
  color: #3e3e3e;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
#library .orderlist .order:last-child {
  margin-bottom: 0px;
}
#library .orderlist .order:hover {
  text-decoration: underline;
}
#library #results-list {
  min-height: 300px;
}
#library #results-list .premium-small {
  opacity: 1;
  transition: opacity 0.5s;
}
#library #results-list.loading .premium-small {
  opacity: 0;
  transition: opacity 0.5s;
}
#library #results-list .empty-list-message {
  font-family: var(--font, "Roboto");
  font-size: 18px;
  line-height: 22px;
  grid-column: 1/span 2;
}
@media (min-width: 1024px) {
  #library #results-list .empty-list-message {
    grid-column: 1/span 3;
  }
  #library #pagination {
    max-width: 310px;
  }
}
#library #pagination .btn-next,
#library #pagination .btn-prev {
  cursor: pointer;
}

.offre {
  background-color: var(--button-color);
}

.reinsurance {
  padding-left: 10px;
  padding-right: 10px;
  justify-content: start !important;
}
.reinsurance .text, .reinsurance .faq_item .faq_content, .faq_item .reinsurance .faq_content {
  font-weight: 100;
  font-size: 32px;
  line-height: 40px;
  font-family: "Roboto";
}
.reinsurance .author {
  font-size: 18px;
  line-height: 20px;
  color: #3e3e3e;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}

.loaded .spinner {
  display: none;
}

.spinner .path {
  stroke: var(--secondary-color, #000);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
header {
  top: 0;
  z-index: 1;
  background-color: var(--background-color);
  transition: filter 0.2s, background-color 0.2s;
}
header #logo {
  max-height: 40px;
  max-width: 150px;
  display: block;
}
@media (min-width: 1024px) {
  header #logo {
    max-height: 70px;
    max-width: 300px;
  }
}
header #logo img {
  width: 100%;
  display: block;
}
header .icon-close {
  display: none;
}
header .icon-close path {
  stroke: black;
}

.menu-opened header {
  height: 100vh;
  overflow-y: scroll;
}
@media (min-width: 1024px) {
  .menu-opened header {
    height: auto;
  }
}
.menu-opened header .icon-close {
  display: block;
  width: 30px;
  height: 30px;
}
.menu-opened header .icon-menu {
  display: none;
}

.scrolled header {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
  transition: filter 0.2s, background-color 0.2s;
}

body {
  --secondary-color: rgba(84, 37, 131, 1);
  --button-color: rgba(143, 192, 12, 1);
  --background-color: #e5e5e5;
  --font: "Roboto";
  --link-color: var(--secondary-color);
  --link-hover-color: var(--button-color);
  --title-color: var(--secondary-color);
  background-color: var(--background-color, #e5e5e5);
}
body.menu-opened {
  overflow-y: hidden;
}

.page-template {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

#site-content {
  flex-grow: 1;
}
@media (min-width: 1024px) {
  #site-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1290px) {
  #site-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

a,
a:visited {
  color: var(--link-color);
  text-decoration: underline;
  transition: color 0.3s;
  font-size: 18px;
}
a:hover,
a:visited:hover {
  color: var(--link-hover-color);
  transition: color 0.3s;
}

.max-site-width {
  width: 100%;
  max-width: 1250px;
}

.max-content-width {
  width: 100%;
  max-width: 1040px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
}

.color-secondary {
  color: var(--secondary-color);
}

footer {
  background-color: #3e3e3e;
  color: white;
}

.hover\:font-bold:hover{
  font-weight: 700;
}

.hover\:text-button:hover{
  color: rgb(var(--button-color-tw));
}

.hover\:text-secondary:hover{
  color: rgb(var(--secondary-color-tw));
}

@media not all and (min-width: 1024px){
  .max-lg\:justify-between{
    justify-content: space-between;
  }
}

@media (min-width: 1024px){
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mr-5{
    margin-right: 1.25rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-max{
    width: -moz-max-content;
    width: max-content;
  }
  .lg\:min-w-\[220px\]{
    min-width: 220px;
  }
  .lg\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .lg\:basis-1\/2{
    flex-basis: 50%;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
}

@media (min-width: 1280px){
  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.active-category, .active-category .faq_title {
  background-color: rgb(var(--secondary-color-tw));
  color: white;
  cursor: pointer;
}

</pre></body></html>