/*!**************************************************************************************************************************************************************!*\
  !*** 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.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: #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.
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:  ;
}
.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: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.float-right {
  float: right;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.max-w-7xl {
  max-width: 80rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.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));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.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-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.bg-baby-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(229 242 252 / var(--tw-bg-opacity));
}
.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(244 238 233 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(70 104 131 / var(--tw-bg-opacity));
}
.bg-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(164 106 55 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity));
}
.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 86 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(149 214 0 / var(--tw-bg-opacity));
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 246 / var(--tw-bg-opacity));
}
.bg-sky-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(34 131 175 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.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;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.text-baby-blue {
  --tw-text-opacity: 1;
  color: rgb(229 242 252 / var(--tw-text-opacity));
}
.text-beige {
  --tw-text-opacity: 1;
  color: rgb(244 238 233 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(70 104 131 / var(--tw-text-opacity));
}
.text-brown {
  --tw-text-opacity: 1;
  color: rgb(164 106 55 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}
.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(0 48 86 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(149 214 0 / var(--tw-text-opacity));
}
.text-light-blue {
  --tw-text-opacity: 1;
  color: rgb(242 244 246 / var(--tw-text-opacity));
}
.text-sky-blue {
  --tw-text-opacity: 1;
  color: rgb(34 131 175 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 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;
}
html {
  scroll-behavior: smooth;
}

.site-main {
  display: grid;
  margin-top: 65px;
}

@media (min-width: 912px) {
  .site-main {
    margin-top: 146px;
  }
  .site-main > *:not(.alignwide):not(.alignfull) {
    max-width: 1480px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-main > .alignwide {
    max-width: 1780px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-main > .alignfull {
    width: 100%;
    margin: 0;
  }
}
.wp-block-contact-form-7-contact-form-selector input[type=text],
.wp-block-contact-form-7-contact-form-selector input[type=tel],
.wp-block-contact-form-7-contact-form-selector input[type=email],
.wp-block-contact-form-7-contact-form-selector textarea,
.wp-block-contact-form-7-contact-form-selector select {
  padding: 5px 10px 20px;
  max-width: 100%;
  width: 100%;
}
.wp-block-contact-form-7-contact-form-selector input[type=text]::-moz-placeholder, .wp-block-contact-form-7-contact-form-selector input[type=tel]::-moz-placeholder, .wp-block-contact-form-7-contact-form-selector input[type=email]::-moz-placeholder, .wp-block-contact-form-7-contact-form-selector textarea::-moz-placeholder, .wp-block-contact-form-7-contact-form-selector select::-moz-placeholder {
  color: var(--wp--preset--color--dark) !important;
  font-size: 14px;
}
.wp-block-contact-form-7-contact-form-selector input[type=text]::placeholder,
.wp-block-contact-form-7-contact-form-selector input[type=tel]::placeholder,
.wp-block-contact-form-7-contact-form-selector input[type=email]::placeholder,
.wp-block-contact-form-7-contact-form-selector textarea::placeholder,
.wp-block-contact-form-7-contact-form-selector select::placeholder {
  color: var(--wp--preset--color--dark) !important;
  font-size: 14px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item-label {
  color: var(--wp--preset--color--dark) !important;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item {
  margin: 0;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-not-valid-tip {
  color: var(--wp--preset--color--brown) !important;
  font-size: 12px;
}
.wp-block-contact-form-7-contact-form-selector.declaration-of-interest .wpcf7-not-valid-tip {
  position: absolute;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-response-output {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px;
}

.wpcf7-submit {
  padding: 0.7rem 3rem 0.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

input[type=checkbox] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
       appearance: auto !important;
  opacity: 1;
  box-sizing: content-box; /* default after appearance:none is border-box */
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(var(--switch-size) * 2);
  height: var(--switch-size);
  background: #949494;
  border: var(--switch-border-width) solid #008;
  border-radius: var(--switch-border-outer-radius);
  transition: background 0.3s;
}

.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-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.menu-wrapper.open {
  opacity: 1;
  pointer-events: auto;
}

.nav-desktop {
  transition: transform 0.3s ease-out;
  margin-top: 68px;
}

.fixed {
  transform: translateY(0);
}

#primary-menu-list a {
  position: relative;
}
#primary-menu-list a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  border-radius: 10px;
  left: 50%;
  background: white !important;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#primary-menu-list a:hover:after {
  width: 100%;
  left: 0;
}

.opacity-0-scroll {
  transition: opacity 0.5s ease;
  height: 65px;
}
.opacity-0-scroll.show {
  pointer-events: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 86 / var(--tw-bg-opacity));
  opacity: 1;
}
.opacity-0-scroll.show .toggle-menu span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.opacity-0-scroll.show .toggle-menu.open span {
  background-color: #466883;
}
.opacity-0-scroll.hide {
  pointer-events: none;
  background-color: transparent;
  opacity: 0;
}
.opacity-0-scroll.hide .toggle-menu span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.opacity-0-scroll.hide .toggle-menu.open span {
  background-color: #466883;
}

.site-nav {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.fortinova-logo-mobile svg {
  max-width: 160px;
}

.toggle-menu {
  z-index: 20;
  width: 40px;
  height: 40px;
  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(0 48 86 / var(--tw-bg-opacity));
  opacity: 1;
  height: 4px;
  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 {
  background-color: #466883;
}

.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 (min-width: 912px) {
  .opacity-0-scroll {
    height: 0px;
  }
  #primary-menu-list a:after {
    background: var(--wp--preset--color--dark) !important;
  }
}
@media (min-width: 1090px) {
  .site-nav {
    width: 90%;
  }
}
@media (min-width: 1281px) {
  .site-nav {
    max-width: 1480px;
    width: 80%;
  }
}
.wp-block-button,
.wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 86 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-button:hover,
.wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 242 252 / var(--tw-bg-opacity));
  background-color: rgb(34, 131, 175) !important;
  color: white !important;
}

.wp-block-button__link {
  padding: 0.7rem 1rem 0.5rem;
}

.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link {
  border-radius: 0px;
}

.wp-block-button__link {
  background-color: transparent;
}

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

.site-main a:not(#karta a, .wp-block-button__link, .wp-block-image a) {
  padding: 0 46px 0 0;
  text-align: left;
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27Group_24%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30.5 8%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3Bstroke:%23000%3B%7D%3C/style%3E%3C/defs%3E%3Cpath id=%27Polygon_5%27 d=%27M30.5 4l-7 4V0l7 4Z%27/%3E%3Cline id=%27Line_9%27 class=%27cls-1%27 x1=%2724%27 y1=%274%27 y2=%274%27/%3E%3C/svg%3E");
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 30px;
  transition: all 0.3s;
}

.site-main a:not(#karta a, .wp-block-button__link, .wp-block-image a):hover {
  background-position: right 0px center;
}

.site-main .has-link-color a {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27Group_24%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30.5 8%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%3B%7D.cls-2%7Bstroke:%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Cpath id=%27Polygon_5%27 class=%27cls-1%27 d=%27M30.5 4l-7 4V0l7 4Z%27/%3E%3Cline id=%27Line_9%27 class=%27cls-2%27 x1=%2724%27 y1=%274%27 y2=%274%27/%3E%3C/svg%3E") !important;
}

.is-style-button-phone,
.is-style-button-email {
  padding: 0 0 0 30px;
  background-position: left 30px center;
  background-repeat: no-repeat;
  background-size: 30px;
  transition: all 0.3s;
}

.is-style-button-phone {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27Lager_1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 25.78 28.13%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Cpath id=%27Path_2073%27 class=%27cls-1%27 d=%27M24.49 20.58l-4.95-1.87c-1.05-.36-2.21-.14-3.05 .58l-1.23 1.03s-.43-.16-1.01-.43h0s-5.5-4.32-6.74-8.09c-.04-.13-.07-.25-.11-.36h0c-.11-.38-.17-.63-.17-.63l1.21-1.05c.84-.72 1.24-1.83 1.05-2.92l-1.05-5.19C6.18-2.55 1.32 2.56 1.32 2.56-.12 5.06-.4 8.06 .57 10.78c.03 .15 1.47 7.9 10.96 14.38 2.7 2.13 6.6 4 10.95 2.32 0 0 5.81-3.98 2.01-6.89Z%27/%3E%3C/svg%3E");
}

.is-style-button-email {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27Lager_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 28.31 28.14%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bclip-path:url%28%23clippath%29%3B%7D.cls-3%7Bfill:%23fff%3B%7D%3C/style%3E%3CclipPath id=%27clippath%27%3E%3Crect class=%27cls-1%27 width=%2728.31%27 height=%2728.13%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class=%27cls-2%27%3E%3Cg id=%27Group_3651%27%3E%3Cpath id=%27Path_2074%27 class=%27cls-3%27 d=%27M20.77 21.41c-1.62 .16-3.12-.87-3.56-2.43-.83 1.5-2.44 2.41-4.15 2.36-3.98 0-5.7-3.31-5.7-6.87 0-3.87 2.04-7.32 6.09-7.32 1.54-.07 2.96 .83 3.55 2.25l.5-1.86h3.24l-.64 8.94c-.07 1.02 .25 1.66 .95 1.66 1.37 0 2.57-1.62 3.03-3.03 .31-1.01 .47-2.07 .46-3.13 0-5.67-3.94-8.59-9.61-8.59C8.06 3.38 3.87 7.82 3.87 14.33c0 5.85 3.94 10.35 10.07 10.35 2.96 .07 5.9-.38 8.7-1.34v3.38c-2.8 1-5.76 1.48-8.73 1.41-8.56 0-13.91-6.02-13.91-14.09S6.09 0 14.89 0c7.36 0 13.41 4.01 13.41 11.9 0 4.08-2.22 9.51-7.53 9.51m-6.65-11.13c-2.04 0-2.89 2.15-2.89 4.19 0 1.87 .7 3.59 2.5 3.59 2.29 0 3.03-2.04 3.03-4.3 0-1.97-.7-3.49-2.64-3.49%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

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

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

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

.link-blue a {
  --tw-text-opacity: 1;
  color: rgb(70 104 131 / var(--tw-text-opacity));
}

.link-sky-blue a {
  --tw-text-opacity: 1;
  color: rgb(34 131 175 / var(--tw-text-opacity));
}

.link-baby-blue a {
  --tw-text-opacity: 1;
  color: rgb(229 242 252 / var(--tw-text-opacity));
}

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

.link-brown a {
  --tw-text-opacity: 1;
  color: rgb(164 106 55 / var(--tw-text-opacity));
}

.link-beige a {
  --tw-text-opacity: 1;
  color: rgb(244 238 233 / 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-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-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000;
}

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

.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;
  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 {
    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;
  }
}
.is-style-first-animation-fade-up,
.is-style-second-animation-fade-up,
.is-style-fade-in-left,
.is-style-fade-in-right,
.wp-block-separator {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.wp-block-separator {
  border-bottom: 1px solid #3b3b3b;
}
.wp-block-separator.is-style-separator-left {
  margin-left: 0;
  width: 33px !important;
}

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

.hidden {
  display: none;
}

.hide-mobile {
  display: none !important;
}

.is-style-margin-minus {
  z-index: 1;
  margin-top: 0px !important;
}

@media (min-width: 541px) {
  .is-style-margin-minus {
    margin-top: -100px !important;
  }
}
@media (min-width: 912px) {
  .is-style-margin-minus-left {
    margin-left: -100px !important;
  }
  .hide-desktop {
    display: none !important;
  }
  .hide-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 541px) {
  .home .wp-block-spacer, .page-id-276 .wp-block-spacer {
    height: 0rem !important;
  }
  .wp-block-cover:not(.wp-block-column .wp-block-cover),
  .is-style-remove-height-mobile {
    min-height: 239px !important;
  }
  .has-text-5-xl-font-size {
    font-size: 2.1rem !important;
  }
  .has-text-4-xl-font-size {
    font-size: 2rem !important;
  }
  .is-style-fade-in-left {
    width: 90%;
    margin: auto;
    z-index: 1;
    min-height: 300px !important;
  }
  .is-style-fade-in-right {
    padding-top: 100px;
    margin-top: -100px !important;
  }
}
body {
  --wp--style--block-gap: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.2;
}

strong,
b {
  font-weight: 700;
}

.wp-block-group.has-background {
  padding: 1rem;
}

@media (min-width: 912px) {
  .wp-block-group.has-background {
    padding: 1.25em 2.375em;
  }
}
@media screen and (max-width: 300px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-all;
  }
}
.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(149 214 0 / var(--tw-text-opacity));
}
@media (min-width: 541px) {

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:flex {
    display: flex;
  }

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

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

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

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

  .sm\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 912px) {

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\: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));
  }

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

  .md\:text-center {
    text-align: center;
  }

  .md\:text-dark {
    --tw-text-opacity: 1;
    color: rgb(59 59 59 / var(--tw-text-opacity));
  }
}
@media (min-width: 1090px) {

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

  .lg\: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)));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
