/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/css/style.scss ***!
  \**************************************************************************************************************************************************************/
/*
! tailwindcss v3.0.24 | 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: #e5e7eb; /* 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.
*/

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

/*
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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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:  ;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.top-1\/3 {
  top: 33.333333%;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-6 {
  height: 1.5rem;
}
.h-screen {
  height: 100vh;
}
.w-full {
  width: 100%;
}
.w-6 {
  width: 1.5rem;
}
.w-5 {
  width: 1.25rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-5xl {
  max-width: 64rem;
}
.flex-auto {
  flex: 1 1 auto;
}
.origin-top {
  transform-origin: top;
}
.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;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.border {
  border-width: 1px;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 59 94 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(252 240 48 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 78 124 / var(--tw-bg-opacity));
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 248 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-6 {
  padding: 1.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 78 124 / var(--tw-text-opacity));
}
.text-light-blue {
  --tw-text-opacity: 1;
  color: rgb(245 248 248 / var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(252 240 48 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1;
}
.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);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.cookie-disclaimer {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  box-shadow: 1px 1px 2px 1px rgba(47, 126, 32, 0.2);
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::after {
  position: absolute;
  right: 0.5rem;
  content: "";
  top: 0.4rem;
  padding: 0.3rem 0.5rem !important;
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: all 0.1s;
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Lager_1%27 xmlns=%27http://www.w3.org/2000/svg%27 x=%270%27 y=%270%27 viewBox=%270 0 16 9.5%27 style=%27enable-background:new 0 0 16 9.5%27 xml:space=%27preserve%27%3E%3Cstyle%3E.st0%7Bfill:none%3Bstroke:%23003b5e%3Bstroke-width:2.5%3Bstroke-linecap:round%7D%3C/style%3E%3Cg id=%27Group_2186%27 transform=%27rotate%2890 1027.749 -893.983%29%27%3E%3Cpath id=%27Line_3%27 class=%27st0%27 d=%27m1923.5 119.5 6 6%27/%3E%3Cpath id=%27Line_4%27 class=%27st0%27 d=%27m1923.5 132 6-6.5%27/%3E%3C/g%3E%3C/svg%3E");
}
.menu-item-has-children .sub-menu {
  z-index: 10;
  width: 100%;
  display: none;
  transition: top 0.5s ease;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
}
.menu-item-has-children .sub-menu li {
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.menu-item-has-children .sub-menu li:hover {
  background-color: rgb(255, 255, 255);
}
.menu-item-has-children .sub-menu li:nth-child(even) {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.menu-item-has-children .sub-menu li a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  line-height: 1.2;
}
.menu-item-has-children .sub-menu li:nth-last-child(1) {
  border-bottom-width: 0px;
}
.menu-item-has-children .sub-menu li.current-menu-item {
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}
.menu-item-has-children.show::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8.2 4.8%27 style=%27enable-background:new 0 0 8.2 4.8%27 xml:space=%27preserve%27%3E%3Cpath d=%27M.5 4.3 4.1.7l3.6 3.6%27 style=%27fill:none%3Bstroke:%23003b5e%3Bstroke-linecap:round%27/%3E%3C/svg%3E");
}
.menu-item-has-children.show .sub-menu {
  display: block;
}

.hide-on-scroll {
  display: none;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  transition: top 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: rgba(255, 255, 255, 0.5);
}
.hide-on-scroll:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.opacity-0-scroll {
  --tw-bg-opacity: 1;
  background-color: rgb(0 59 94 / var(--tw-bg-opacity));
  transition: opacity 0.5s ease;
}

@media (min-width: 1025px) {
  .hide-on-scroll {
    display: block;
  }

  .opacity-0-scroll {
    height: 0px;
  }

  .menu-item-has-children {
    padding-right: 2rem;
  }
  .menu-item-has-children.show .sub-menu {
    position: absolute;
    display: block;
    top: 40px;
    left: -1rem;
    min-width: 140px;
  }
  .menu-item-has-children.show .sub-menu li {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .menu-item-2799,
.menu-item-2800,
.menu-item-2801 {
    display: none;
  }

  .logo {
    max-height: 50px;
  }
}
.search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrapper a:not(.pll-nav-item a, .sub-menu a) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.menu-wrapper .primary-menu-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}

.toggle-menu {
  z-index: 20;
  width: 40px;
  height: 30px;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.toggle-menu span {
  position: absolute;
  left: 0px;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  height: 3.96px;
  border-radius: 10px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.toggle-menu span:nth-child(1) {
  top: 0px;
  width: 23px;
}

.toggle-menu span:nth-child(2),
.toggle-menu span:nth-child(3) {
  top: 13px;
  width: 40px;
}

.toggle-menu span:nth-child(4) {
  top: 26px;
  width: 23px;
  right: 0px;
  left: auto;
}

.toggle-menu.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.toggle-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}

.toggle-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.toggle-menu.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

@media (max-width: 400px) {
  .sub-menu {
    max-height: 330px;
    overflow: scroll;
  }
}
.pll_language_switcher {
  position: relative;
  cursor: pointer;
}
.pll_language_switcher .chevron-down::after {
  position: absolute;
  content: "";
  top: 0.65rem;
  right: -1rem;
  padding: 0.3rem 0.5rem !important;
  background-repeat: no-repeat;
  background-size: 0.5rem;
  transition: all 0.1s;
  background-image: url("data:image/svg+xml,<svg class=\"ml-2\" xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"6.745\" viewBox=\"0 0 10.923 6.745\"><path id=\"Path_2511\" data-name=\"Path 2511\" d=\"M8,15.14l4.169-4.178L8,6.784,9.284,5.5l5.462,5.462L9.284,16.423Z\" transform=\"translate%2816.423 -8%29 rotate%2890%29\" fill=\"%23003B5E\"></path></svg>");
}
.pll_language_switcher .chevron-down.show::after {
  background-image: url("data:image/svg+xml,<%3Fxml version=\"1.0\" encoding=\"UTF-8\"%3F><svg id=\"Lager_1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 6.18\"><defs><style>.cls-1{fill:%230a3b5d;stroke-width:0px;}</style></defs><path id=\"Path_2511\" class=\"cls-1\" d=\"m8.83,6.18l-3.82-3.82-3.82,3.82-1.18-1.18L5,0l5,5-1.17,1.18Z\"/></svg>");
}
.pll_language_switcher .pll-sub-menu, .pll_language_switcher .pll-sub-menu-mobile {
  position: absolute;
  width: 100%;
  display: none;
  top: 40px;
  left: -1rem;
  min-width: 140px;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  transition: top 0.5s ease;
}
.pll_language_switcher .pll-sub-menu.show, .pll_language_switcher .pll-sub-menu-mobile.show {
  display: block;
}
.pll_language_switcher .pll-sub-menu li, .pll_language_switcher .pll-sub-menu-mobile li {
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.pll_language_switcher .pll-sub-menu li:hover,
.pll_language_switcher .pll-sub-menu-mobile li:hover {
  background-color: rgb(255, 255, 255);
}
.pll_language_switcher .pll-sub-menu li:nth-child(even),
.pll_language_switcher .pll-sub-menu-mobile li:nth-child(even) {
  border-top: 1px solid lightgrey;
}

.site-main {
  display: grid;
  grid-template-columns: [full-start] minmax(1.5em, 1fr) [wide-start] 8em [main-start] minmax(0, 64em) [main-end] 8em [wide-end] minmax(1.5em, 1fr) [full-end];
}

.site-main > * {
  grid-column: full;
}

.site-main > *:not(.alignfull) {
  grid-column: wide;
}

.site-content {
  padding-bottom: 2.5rem;
}

.site-main .alignwide {
  grid-column: wide;
}

@media (min-width: 1025px) {
  .site-main > *:not(.alignwide):not(.alignfull) {
    grid-column: main;
  }

  .single .site-content,
.search .site-content {
    padding-top: 56px;
  }

  .site-main > .alignwide {
    grid-column: wide;
  }

  .site-main > .alignfull {
    grid-column: full;
  }
}
@media (max-width: 1024px) {
  .site-content {
    padding-top: 82px;
  }
}
.wp-element-button {
  font-weight: 700;
}

.wp-block-button.is-style-outline > .wp-block-button__link, .wp-block-button .wp-block-button__link {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 541px) {

  .wp-block-button.is-style-outline > .wp-block-button__link, .wp-block-button .wp-block-button__link {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-radius: 4px;
  border: 1px solid;
}

.wp-block-button .wp-block-button__link {
  border: 1px solid transparent;
}

.wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(0 59 94 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-block-button__link:hover {
  background-color: rgba(0, 59, 94, 0.9) !important;
  color: white !important;
}

.wp-block-button__link.has-yellow-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(252 240 48 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}

.wp-block-button__link.has-yellow-background-color:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.is-style-btn-white-bg .wp-block-button__link:hover {
  background-color: white !important;
  color: rgb(0, 59, 94) !important;
}

@media (max-width: 540px) {
  .wp-block-button__link {
    width: 100%;
  }
}
.link-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.link-black a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a .link-black a:hover {
  color: var(--wp--preset--color--black);
}

.link-dark a {
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}

.link-light-blue a {
  --tw-text-opacity: 1;
  color: rgb(245 248 248 / var(--tw-text-opacity));
}

.link-yellow a {
  --tw-text-opacity: 1;
  color: rgb(252 240 48 / var(--tw-text-opacity));
}

a .text-black:hover {
  color: var(--wp--preset--color--black) !important;
}

.link-blue a {
  --tw-text-opacity: 1;
  color: rgb(0 78 124 / var(--tw-text-opacity));
}

.is-style-outline {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-block-columns.is-style-columns-no-gutters {
  gap: 0px;
}

.wp-block-columns.is-style-horizontal-scroll-on-mobile {
  grid-column: full;
  grid-gap: unset;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-padding: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > * {
  flex: 0 0 calc((100vw - 40px) / 1.66);
  padding-left: 16px;
  scroll-snap-align: start;
}

.wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > :first-child {
  flex: 0 0 calc((100vw - 40px) / 1.66 + 8px);
  padding-left: 24px;
}

.wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > :last-child {
  flex: 0 0 calc((100vw - 40px) / 1.66 + 24px);
  padding-right: 24px;
}

@media (min-width: 768px) {
  .wp-block-columns.is-style-horizontal-scroll-on-mobile {
    scroll-padding: 24px;
  }

  .wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > * {
    flex: 0 0 calc((100vw - 72px) / 2.66);
  }

  .wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > :first-child {
    flex: 0 0 calc((100vw - 72px) / 2.66 + 8px);
    padding-left: 24px;
  }

  .wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > :last-child {
    flex: 0 0 calc((100vw - 72px) / 2.66 + 24px);
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .wp-block-columns.is-style-horizontal-scroll-on-mobile {
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    scroll-padding: 0px;
    gap: 1.25rem;
    overflow-x: visible;
    grid-column: wide;
  }

  .wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > * {
    flex: 1 1 0%;
    padding-left: 0px;
  }

  .wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > :first-child {
    flex: 1 1 0%;
    padding-left: 0px;
  }

  .wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > :last-child {
    flex: 1 1 0%;
    padding-right: 0px;
  }
}
.wp-block-cover.is-style-cover-poster {
  position: relative;
  padding: 1.5rem;
}

.wp-block-cover.is-style-cover-poster :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0.375rem;
}

.wp-block-cover.is-style-cover-poster p {
  margin-bottom: 0px;
}

.wp-block-cover.is-style-cover-poster a::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.wp-block-cover.is-style-cover-poster::after {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 33.333333%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  opacity: 0.7;
  content: "";
}

.wp-block-cover.is-style-cover-poster.is-position-top-center::after {
  top: 0px;
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
  --tw-gradient-to: #000;
}

.wp-block-cover.is-style-cover-poster.is-position-bottom-center::after {
  bottom: 0px;
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
  --tw-gradient-to: transparent;
}

strong,
b {
  font-weight: 700;
  font-family: montserrat, sans-serif;
}

.site-main ul {
  list-style-type: square;
  list-style-position: inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  letter-spacing: 0rem;
  line-height: 1.2;
  font-family: montserrat, sans-serif;
}

h2 {
  font-size: 2rem;
}

h2:not(.has-text-color) {
  color: var(--wp--preset--color--dark) !important;
}

p:not(.has-text-color, footer p) {
  color: var(--wp--preset--color--dark) !important;
}

.wp-block-cover .wp-block-cover__inner-container {
  max-width: 1280px;
}

.is-style-minus-margin-left {
  margin-top: -150px !important;
  margin-left: 200px;
}

.is-style-minus-margin-right {
  margin-top: -150px !important;
  margin-right: 200px;
}

.is-style-snow-right, .is-style-snow-left {
  display: none;
}

.wp-block-image img,
.wp-block-column .wp-block-cover img {
  border-radius: 4px;
}

.is-style-columns-no-gutters .wp-block-column .wp-block-cover img,
.wp-block-gallery .wp-block-image img {
  border-radius: 0px;
}

body .is-layout-flow > .alignright {
  -webkit-margin-start: 0em;
          margin-inline-start: 0em;
}

@media (min-width: 913px) {
  #toplist-block h2 {
    font-size: 2.4rem;
  }

  body .is-layout-flow > .alignright {
    -webkit-margin-start: 2em;
            margin-inline-start: 2em;
  }

  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1281px) {
  .is-style-snow-right {
    position: absolute;
    bottom: 0px;
    z-index: 20;
    display: block;
    overflow: hidden;
    right: 0;
    top: -200px;
  }

  .is-style-snow-left {
    position: absolute;
    bottom: 0px;
    z-index: 20;
    display: block;
    overflow: hidden;
    left: -800px;
    top: -200px;
  }
}
.is-style-cover-poster img {
  border-radius: 8px;
  min-height: 50px;
}

.is-style-linked-card {
  position: relative;
}
.is-style-linked-card a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  z-index: 1;
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 0.5rem;
}

.hidden {
  display: none !important;
}

@media (min-width: 1680px) {
  .xl2\:block {
    display: block !important;
  }
}
@media (min-width: 1281px) {
  .xl\:block {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .lg\:block {
    display: block !important;
  }
}
@media (min-width: 913px) {
  .md\:block {
    display: block !important;
  }
}
@media (min-width: 541px) {
  .sm\:block {
    display: block !important;
  }
}
@media (min-width: 400px) {
  .xs\:block {
    display: block !important;
  }
}
body {
  letter-spacing: 0.018rem;
  --wp--style--block-gap: 0px;
  color: var(--wp--preset--color--dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: montserrat, sans-serif;
}

p {
  font-family: aktiv-grotesk, sans-serif;
}

.is-style-columns-no-gutters {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

@media (min-width: 541px) {
  .blue-box {
    height: 143px;
  }
  .blue-box a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 78 124 / var(--tw-bg-opacity));
  }
}
.blue-box-container {
  background: linear-gradient(360deg, rgb(0, 59, 94) 0%, rgb(0, 78, 124) 99%);
  top: 700px;
  border-radius: 20px;
  max-height: 148px;
}

@media (max-width: 540px) {
  h1,
h2 {
    word-break: break-word;
  }

  .blue-box-container {
    top: auto;
    bottom: 0;
    border-radius: 0px;
  }

  .hero {
    min-height: 80vh !important;
    padding-bottom: 148px;
  }

  .wp-block-spacer {
    height: 1.5rem !important;
  }
}
footer.site-footer {
  background: linear-gradient(#004e7c, #003b5e);
}
footer.site-footer a {
  font-family: aktiv-grotesk, sans-serif;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(252 240 48 / var(--tw-text-opacity));
}
@media (min-width: 541px) {

  .sm\:flex {
    display: flex;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 913px) {

  .md\:container {
    width: 100%;
  }

  @media (min-width: 400px) {

    .md\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 541px) {

    .md\:container {
      max-width: 541px;
    }
  }

  @media (min-width: 913px) {

    .md\:container {
      max-width: 913px;
    }
  }

  @media (min-width: 1025px) {

    .md\:container {
      max-width: 1025px;
    }
  }

  @media (min-width: 1281px) {

    .md\:container {
      max-width: 1281px;
    }
  }

  @media (min-width: 1680px) {

    .md\:container {
      max-width: 1680px;
    }
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1025px) {

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:text-center {
    text-align: center;
  }
}
@media (min-width: 1281px) {

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }
}
